@charset "utf-8";

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
main a:link,
main a:visited { text-decoration: none; color: #3c3c3c; }
main a:hover  { text-decoration: none; }
main a:active { text-decoration: none; }

/* UTILITY */
/* -------------------------------------------------- */
.sp {
	display: none!important;
}

.tablet {
	display: none!important;
}

/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body, #container {
	background-color: #fff;
	font-family: "Noto Sans Japanese","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
	color: #3c3c3c;
	font-size: 1.4rem;
	line-height: 1.47;
}

/* 既存CSS上書き */
#contents {
	width: 1000px;
	margin-bottom: 0;
}

ol.breadcrumbs {
	margin: 0;
}

h1.pageTitle, #main h1 {
	/* margin: 20px 40px 20px; */
	margin: 20px 0px 20px;
}

h1 span {
    font-size: 2.0rem;
}

/* COMMON */
/* -------------------------------------------------- */
/*objectfitをIE,EDGEにも対応*/
.imgCover {
object-fit: cover;
font-family: 'object-fit: cover;'
}

#whole {
	padding-top: 130px;
	font-family: "Noto Sans Japanese", sans-serif;;
	color: #3c3c3c;
	font-size: 1.6rem;
	line-height: 1.6;
	font-feature-settings : "pkna" 1;
}


/* 新共通ヘッダ */
/* -------------------------------------------------- */

#headerWhole {
	width: 100%;
	border-bottom: solid 3px #965aa0;
	padding: 20px 0;
	margin: 0;
	height: 130px;
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}

#headerRow1 {
	width: 1180px;
	margin: 0 auto;
	max-width: 100%;
}

/* ヘッダ1段目 */
#headerRow1 {
	display: table;
	margin-bottom: 20px;
}

#headerLogo {
	display: table-cell;
	width: 380px;
	vertical-align: middle;
}

#headerLogo a {
	display: block;
	width: 358px;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
	background: url(../../img/common/logo.jpg) no-repeat 0 0;
	background-size: contain;
}

/* PC用ショートカットメニュー */
#headerNaviShortcut {
	display: table-cell;
	width: 800px;
	vertical-align: middle;
	text-align: right;
}

#headerNaviShortcut ul {
	letter-spacing: -.4em;
	margin-left: -6px;
	margin-right: -6px;
}

#headerNaviShortcut ul li {
	letter-spacing: normal;
	display: inline-block;
	margin: 0 6px;
	vertical-align: middle;
}

#headerNaviShortcut ul li a {
	font-size: 1.2rem;
	font-weight: 700;
	color: #3c3c3c;
}

#headerNaviShortcut ul li a:hover {
	color: #965aa0;
}

	@media only screen and (max-width: 1180px) {
		#headerRow1 {
			width: 1000px;
		}
		#headerLogo {
			width: 290px;
		}
		#headerLogo a {
			width: 290px;
			background-size: contain;
			padding-top: 45px;
		}
		#headerNaviShortcut {
			width: 710px;
		}
		#headerNaviShortcut ul li a {
			font-size: 1.1rem;
		}
		#headerNaviShortcut .resizeImg1 img {
			width: 37px;
			height: auto;
		}
		#headerNaviShortcut .resizeImg2 img {
			width: 90px;
			height: auto;
		}
	}

/* 検索窓呼び出しボタン */
#headerNaviSearch a {
	position: relative;
	display: inline-block;
	z-index: 13;
}

#headerNaviSearch a.searchOpen:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 47px;
	height: 67px;
	content: " ";
	background-image: url(../../img/common/btn_search_on.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ede3ef;
}
	@media only screen and (max-width: 1180px) {
		#headerNaviSearch a.searchOpen:after {
			width: 37px;
			background-size: contain;
		}
	}

/* 検索窓 */
#headerNaviSearchBox {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 83px;
	left:0;
	background-color: #ede3ef;
	z-index: 12;
	display: none;
}

#headerNaviSearchBoxInner {
	width: 1180px;
	margin: 0 auto;
	max-width: 100%;
}

#headerNaviSearchBoxWidth {
	width: 320px;
	margin: 10px 270px 0 auto;
}

/* 検索窓の外側のオーバーレイ */
#searchBoxOverlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 11;
}

/* Googleの検索窓スタイルに上書き */
.gsc-input-box {
	border-radius: 10px !important;
}

.gsc-input {
	padding-right: 5px !important;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
	background-color: rgba(0, 0, 0, 0) !important;
	border: rgba(0, 0, 0, 0) !important;
	height: 30px !important;
	background-image: url(../../img/common/btn_search_form.png) !important;
	background-position: center center !important;
	background-repeat: no-repeat;
	background-size: 29px 28px;
	padding: 0 15px !important;
	cursor: pointer !important;
}

.gsc-search-button-v2 svg {
	display: none !important;
}

/* ヘッダ2段目（メインメニュー） */
#headerNaviMain {
	text-align: center;
	position: relative;
}

#headerNaviMain ul {
	letter-spacing: -.4em;
	line-height: 1;
}

#headerNaviMain ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	border-left: solid 1px;
	padding: 0 14px;
}

#headerNaviMain ul li:last-child {
	border-right: solid 1px;
}

#headerNaviMain ul li a {
	font-size: 1.4rem;
	font-weight: 700;
	color: #3c3c3c;
	padding: 10px 14px 16px;
	transition: 0.1s ease-in-out;
		-webkit-transition: 0.1s ease-in-out;
		-moz-transition: 0.1s ease-in-out;
		-o-transition: 0.1s ease-in-out;
}

#headerNaviMain ul li:hover a {
	color: #fff;
	background-color: #965aa0;
}

/* プルダウンメニュー */
#headerNaviMain .headerNaviMainSub {
	background-color: #965aa0;
	width: 100%;
	position: absolute;
	top: 37px;
	left: 0;
	z-index: 10;
	display: none;
}

#headerNaviMain .headerNaviMainSubInner {
	width: 1180px;
	margin: 0 auto;
	display: table;
	padding: 15px 0;
	max-width: 100%;
}

#headerNaviMain .headerNaviMainSubCol1,
#headerNaviMain .headerNaviMainSubCol2,
#headerNaviMain .headerNaviMainSubCol3,
#headerNaviMain .headerNaviMainSubCol4 {
	display: table-cell;
	vertical-align: top;
}

#headerNaviMain .headerNaviMainSubCol1 {
	width: 280px;
}
#headerNaviMain .headerNaviMainSubCol2 {
	width: 900px;
	padding-left: 20px;
}

#headerNaviMain .headerNaviMainSub ul {
	letter-spacing: -.4em;
	margin-left: -10px;
	margin-right: -10px;
	text-align: left;
}

#headerNaviMain .headerNaviMainSub ul li {
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
	width: 280px;
	margin: 0 10px;
	text-align: left;
	border: none;
	padding: 0 0 0 5px;
}

#headerNaviMain .headerNaviMainSub ul li a {
	display: block;
	padding: 0;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 40px;
	color: #fff;
	border-top: solid 1px #c9c9c9;
	background-image: url(../../img/common/bg_arrow_gray.png) !important;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 8px 14px;
}

#headerNaviMain .headerNaviMainSub ul li:nth-last-child(-n+3) a {
	border-bottom: solid 1px #c9c9c9;
}

#headerNaviMain .headerNaviMainSub ul li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

	@media only screen and (max-width: 1180px) {
		#headerNaviMain .headerNaviMainSubInner {
			width: 1000px;
		}
		#headerNaviMain .headerNaviMainSub ul li a {
			font-size: 1.1rem;
		}
	}

/* メイン部分の背景色 */
/* -------------------------------------------------- */

.mainUniversal {
	display: block; /* for IE */
	background-color: #f9f9ef;
}


/* メインビジュアル */
/* -------------------------------------------------- */

#mv {
	width: 100%;
	height: 320px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#mvInner {
	width: 1180px;
	margin: 0 auto;
	padding: 45px 0;
	max-width: 100%;
}

#mv #pageTitle img {
	width: 450px;
	height: auto;
}


/* メインビジュアル・パターンその2 */
/* -------------------------------------------------- */

#mv2 {
	width: 100%;
	height: 320px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#mv2Inner {
	width: 1180px;
	margin: 0 auto;
	padding: 45px 0;
	max-width: 100%;
}

#mv2 #pageTitle {
	text-align: center;
	margin-top: 45px;
}

#mv2 #pageTitle img {
	width: 450px;
	height: auto;
}


/* パンくず */
/* -------------------------------------------------- */
#bc {
	padding: 25px 20px 40px;
}

#bc ul {
	width: 1180px;
	margin: 0 auto;
	line-height: 1;
	max-width: 100%;
}

#bc li {
	display: inline;
	font-size: 1.2rem;
	padding-left: 24px;
	margin-left: 14px;
	position: relative;
	vertical-align: middle;
}

#bc li:after {
	content: "＞";
	position: absolute;
	top: 3px;
	left: 0;
}

#bc li:first-child {
	padding-left: 0px;
	margin-left: 0px;
}

#bc li:first-child:after {
	content: "";
}

#bc li a {
	color: #3c3c3c;
	text-decoration: none;
}

#bc li a:hover {
	color: rgba(61, 61, 61, 0.8);
}


/* 紹介動画 */
/* -------------------------------------------------- */
#prmovie {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto 15px;
	position: relative;
}

#prmovieInner {
	width: 360px;
	height: 250px;
	margin: 0 0 0 auto;
	position: absolute;
	top: -210px;
	right: 0;
}

#prmovieInner span {
	display: flex;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 2.0rem;
	letter-spacing: 0.2em;
	background: rgba(0,0,0,0.5);
	border-radius: 8px;
	position: absolute;
	top: 0;
	justify-content: center;
	align-items: center;
}

#prmovie a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#prmovie img {
	width: 100%;
	height: auto;
}

#prmovie a:after {
	content: "";
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin: -45px 0 0 -30px;
	background-image: url(../../img/common/btn_moviestart_off.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.2s ease-in-out;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
}

#prmovie a:hover:after {
	background-image: url(../../img/common/btn_moviestart_on.png);
}

/* サブタイトル */
/* -------------------------------------------------- */

.subTitle {
	width: 980px;
	margin: 0 auto;
}

.subTitleHead {
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.100em;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}

.subTitleHead:after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 50%;
	width: 172px;
	height: 5px;
	margin-left: -86px;
}

.subTitleHead span.subTitleHeadSmall {
	font-size: 1.6rem;
	margin-right: 1em;
	vertical-align: middle;
}

.subTitleHead span.subTitleHeadThin {
	font-weight: 500;
}

.subTitleLead1 {
	font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.100em;
	margin-bottom: 25px;
}

.subTitleLead2 {
	margin-bottom: 40px;
}


/* 小見出し（学部・短大・大学院） */
/* -------------------------------------------------- */

.subHeadlineWrap {
	width: 980px;
	margin: 0 auto 30px;
}

.subHeadline {
	font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.100em;
	padding: 18px 12px;
}

.subHeadlineSub {
	font-size:1.6rem;
	margin-left: 20px;
}


/* 小見出し（大学概要） */
/* -------------------------------------------------- */

.uniHeadline {
	font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.100em;
	padding: 17px 16px;
	width: 100%;
	color: #fff;
	margin-bottom: 30px;
}
	.bgcolorMusic {
		background-color: #965aa0;
	}
	.bgcolorFoodculture {
		background-color: #f5a33b;
	}
	.bgcolorChildhooded {
		background-color: #e880b5;
	}
	.bgcolorsports {
		background-color: #66b1bc;
	}
	.bgcolorGraduatesch {
		background-color: #d66080;
	}
	.bgcolorJuniorcol {
		background-color: #5180c2;
	}

.uniHeadline2 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.100em;
	padding: 16px 16px;
	width: 100%;
	background-color: #eeeeee;
	margin-bottom: 20px;
}
	.bgcolorMusic2 {
		background-color: #f2edf8;
	}
	.bgcolorFoodculture2 {
		background-color: #fdf2e5;
	}
	.bgcolorChildhooded2 {
		background-color: #fdf2f8;
	}
	.bgcolorsports2 {
		background-color: #cfe8eb;
	}
	.bgcolorGraduatesch2 {
		background-color: #fde9ef;
	}
	.bgcolorJuniorcol2 {
		background-color: #e8f0f9;
	}

.uniHeadline3 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.100em;
	padding-left: 10px;
	margin-bottom: 20px;
}
	.borderMusic {
		border-left: solid 10px #965aa0;
	}
	.borderFoodculture {
		border-left: solid 10px #f5a33b;
	}

.uniHeadline4 {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.100em;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	margin-bottom: 20px;
}
	.bgimageFoodculture {
		background-image: url(../../img/common/ic_cross2.png);
	}
	.bgimageChildhooded {
		background-image: url(../../img/common/ic_cross3.png);
	}


/* 本文（大学概要） */
/* -------------------------------------------------- */

p.uniTxt {
	line-height: 1.75;
	margin-bottom: 5px;
}

ul.uniList {
	margin-bottom: 25px;
}

ul.uniList li {
	line-height: 1.75;
	letter-spacing: 0.100em;
	background-image: url(../../img/common/ic_disc1.png);
	background-position: left 6px top 11px;
	background-repeat: no-repeat;
	background-size: 8px 8px;
	padding-left: 20px;
}

ul.uniList.discMusic li {
	background-image: url(../../img/common/ic_disc1.png);
}

ul.uniList.discFoodculture li {
	background-image: url(../../img/common/ic_disc2.png);
}

ul.uniList.discChildhooded li {
	background-image: url(../../img/common/ic_disc3.png);
}

ul.uniList.discGraduatesch li {
	background-image: url(../../img/common/ic_disc4.png);
}

ul.uniList.discsports li {
	background-image: url(../../img/common/ic_disc5.png);
}



/* 学部長メッセージ（各学部トップ） */
/* -------------------------------------------------- */

#directorWrap {
	margin-bottom: 0;
}

.director {
	margin-bottom: 50px;
}

.director .subTitleLead1 {
	margin-bottom: 30px;
}

.directorPhoto {
	width: 230px;
	float: left;
}

.directorPhoto img {
	width: 100%;
	height: auto;
}

.directorHead {
	margin-left: 230px;
	padding: 20px 0 15px 40px;
}
.directorName {
	font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.100em;
	display: inline-block;
}

.directorRole {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.100em;
	display: inline-block;
	margin-left: 1em;
}

.directorBody {
	margin-left: 230px;
	padding: 0 0 0 40px;
}

.directorBody p {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.025em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.directorBodyInner {
	position: relative;
	padding: 15px 0 0 0;
}

.directorBodyInner:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}

.directorSubtitle {
	color: #3c3c3c;
}


/* 各学部配下の専修ページ */
/* -------------------------------------------------- */

.specialcourseTitle {
	font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.100em;
	margin-bottom: 20px;
}

.specialcourseBody {
	display: table;
	margin-bottom: 40px;
}

.specialcourseBodyTxt {
	display: table-cell;
	vertical-align: top;
	padding-right: 15px;
}

.specialcourseBodyPhoto {
	display: table-cell;
	vertical-align: top;
	padding: 0 30px;
}

.specialcourseBodyPhoto img {
	width: 453px;
	height: auto;
}

.specialcourseTitleSub {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.100em;
	padding: 16px 16px;
	width: 100%;
	margin-bottom: 20px;
}

.specialcourse p strong {
	font-weight: 700;
}


/* 段組（1→1） */
/* -------------------------------------------------- */

.col1 {
	width: 980px;
	margin: 0 auto 55px;
}


/* 段組（2→1） */
/* -------------------------------------------------- */

.col2 {
	width: 980px;
	margin: 0 auto;
}

.col2ItemWrap {
	letter-spacing: -.4em;
	margin: 0 -40px 0 -40px;
}

.col2Item {
	letter-spacing: normal;
	display: inline-block;
	margin: 0 40px 55px;
	width: 450px;
	vertical-align: top;
}

.col2ItemImg {
	width: 450px;
	margin-bottom: 25px;
}

.col2ItemImg img {
	width: 100%;
	height: auto;
}

.col2ItemBody {
	margin-bottom: 25px;
}

.col2ItemBodyTitle1 {
	font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.100em;
	text-align: center;
	margin-bottom: 25px;
}

.col2ItemBodyTxt1 {
	 font-size: 1.6rem;
	 font-weight: 500;
}

.col2ItemBodyTitle2 {
	 font-weight: 700;
}

.col2TtemLink {
	width: 200px;
	margin: 0 auto;
}

.col2TtemLink img {
	width: 100%;
	height: auto;
}


/* 段組（3→1） */
/* -------------------------------------------------- */

.col3 {
	width: 980px;
	margin: 0 auto 55px;
}

.col3ItemWrap {
	letter-spacing: -.4em;
	margin: 0 -35px 0 -35px;
}

.col3Item {
	letter-spacing: normal;
	display: inline-block;
	margin: 0 35px;
	width: 280px;
	vertical-align: top;
}

.col3ItemImg {
	width: 280px;
}

.col3ItemImg img {
	width: 100%;
	height: auto;
}

.col3ItemBody {
	margin-bottom: 25px;
}

.col3ItemBodyTxt1 {
	 font-size: 1.6rem;
	 font-weight: 700;
}


/* 段組（4→2） */
/* -------------------------------------------------- */

.col4 {
	width: 980px;
	margin: 0 auto;
}

.col4ItemWrap {
	letter-spacing: -.4em;
	margin: 0 -18px 0 -18px;
}

.col4Item {
	letter-spacing: normal;
	display: inline-block;
	margin: 0 18px;
	width: 218px;
	vertical-align: top;
	margin-bottom: 35px;
}

.col4ItemImg {
	width: 218px;
	border: solid 1px #d9d9d9;
	border-top: none;
}

.col4ItemImg img {
	width: 100%;
	height: auto;
}


/* 他のページへのリンク */
/* -------------------------------------------------- */

.pageLink {
	padding: 40px 0;
}

.pageLinkInner {
	width: 1180px;
	margin: 0 auto;
	max-width: 100%;
}



.pageLink ul {
	display: flex;
	flex-wrap: wrap;
}

.pageLink ul li {
	letter-spacing: normal;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	vertical-align: top;
	margin: 0 0.5%;
	width: 280px;
	max-width: 24%;
	border-top: solid 1px #d9d9d9;
	border-bottom:  solid 1px #d9d9d9;
}

.pageLink ul li a {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #3c3c3c;
	background-image: url(../../img/common/bg_arrow_gray2.png) !important;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px 20px;
	padding: 25px 10px 25px 0;
	transition: 0.2s ease-in-out;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
}

.pageLink ul li:nth-child(n + 5) a {
	border-top: none;
}


/* 他のページへのリンク 別バージョン */
/* -------------------------------------------------- */

.underlayerLink {
	position: relative;
}

.underlayerLink span {
	width: 100%;
	display: inline-block;
	background-color: #fff;
	font-weight: 500;
	line-height: 1;
	border: solid 1px #d9d9d9;
	background-image: url(../../img/common/bg_arrow_purple2.png);
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 12px 20px;
	padding: 17px 10px;
}

.underlayerLink span.double {
	line-height: 1.2;
	padding: 6px 10px;
	letter-spacing: -0.015em;
}

.underlayerLink span.pdf {
	background-image: url(../../img/common/ic_pdf.png);
	background-size: 12px 14px;
}

.underlayerLink span:after {
	display: inline-block;
	content: "";
	position: absolute;
	left: 0;
/* 	top: 0; */
	top: -17px;
	width: 100%;
/* 	height: 100%; */
	height: 52px;
	background-color: #fff;
	opacity: 0;
	transition: 0.2s ease-in-out;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
}
	.underlayerLink:hover span:after {
		opacity: 0.2;
	}


/* 関連ニュース */
/* -------------------------------------------------- */

.cornerNews {
	padding: 40px 0;
}

.cornerNewsInner {
	width: 1180px;
	margin: 0 auto;
	max-width: 100%;
}

.cornerNewsLead {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.200em;
	text-align: center;
	margin-bottom: 25px;
}

.cornerNewsHead {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.200em;
	text-align: center;
	margin-bottom: 25px;
	transform: scale(0.9, 1);
		 -webkit-transform: scale(0.9, 1);
		 -ms-transform:  scale(0.9, 1);
}

.cornerNews ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 35px;
}

.cornerNews ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	width: 280px;
	max-width: 23%;
}

.cornerNews ul li a {
	display: block;
	background-color: #fff;
	background-image: url(../../img/common/ic_news_detail.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 46px 30px;
	position: relative;
}

.cornerNews ul li a:after {
	display: inline-block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: 0.2s ease-in-out;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
}
	.cornerNews ul li a:hover:after {
		opacity: 0.2;
	}

.cornerNewsImg img {
	width: 280px;
	height: 186px;
	object-fit: cover;
	max-width: 100%;
}

.cornerNewsBody {
	padding: 20px;
	overflow: hidden;
}

.cornerNewsDate {
	padding: 0px 20px 20px 20px;
}

.cornerNewsList {
	width: 340px;
	margin: 0 auto;
	text-align: left;
}

.cornerNewsList a {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	color: #3c3c3c;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.200em;
	padding: 20px 40px;
	border: solid 2px;
	border-radius: 30px;
	background-image: url(../../img/common/ic_news_list.png);
	background-position: right 40px center;
	background-repeat: no-repeat;
	background-size: 27px 27px;
	transition: 0.2s ease-in-out;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
}

.cornerNewsList a:hover {
	background-color: #fff680;
}


/* 新共通フッタ */
/* -------------------------------------------------- */

/* 旧フッタのスタイル打ち消し */
#footerWhole {
	background-image: none;
	background-color: inherit;
}
/* フッタ-ナビゲーション */

#fNavList{
	text-align: center;
	letter-spacing: 0;
	transition: all 0.3s ease-in-out 0s;
	margin-bottom: 70px;
}

.fNavItem{
	padding-right: 15px;
	margin-right: 15px;
	font-size: 1.6rem;
	font-weight: bold;
	border-right: 1px solid #d9d9d9;
	display: inline-block;
	letter-spacing: 0.08em;
}

.fNavItem:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

/* フッタリンク「他のページへのリンク」追記 */
#footLink.pageLink {
	padding-bottom: 25px;
}
#footLink.pageLink ul li a {
	background-image: url(../../img/common/bg_arrow_gray.png) !important;
}
#footLink.pageLink ul li a:hover {
	color: #965aa0;
	background-image: url(../../img/common/bg_arrow_purple.png) !important;
}

/* ページトップへ戻るボタン */
#footerPageTop {
	text-align: center;
}
#footerPageTop img {
	width: 101px;
	height: auto;
}

/* ロゴ・所在地・コピーライト */
#footerBody {
	background-color: #3b1b43;
	text-align: center;
	padding: 40px 0 20px;
}

#newlogo{
	width: 60px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#newlogo img{
	display: block;
	width: 100%;
}


#footerBodyLogo {
	margin-bottom: 35px;
}

#footerBodyLogo img {
	width: 343px;
	height: auto;
}

#footerBodyAd {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.050em;
	margin-bottom: 65px;
}

#footerBodyCo {
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.050em;
}


/* オープンキャンパスのフッタ */
/* -------------------------------------------------- */

#orFooter {
	width: 100%;
	background: #F18813;
	color: #fff;
	position: static;
	text-align: center;
}

/* ページトップへ戻るボタン */
#goPageTop {
	text-align: right;
}

#goPageTop a {
	width: 60px;
	height: 60px;
	display: inline-block;
	position: relative;
	top: -90px;
	right: 10px;
}

#goPageTop a.fixed {
	position: fixed;
	top: auto;
	bottom: 80px;
	right: 10px;
	z-index: 99;
}

/* フッタ本文 */
#orFooterInner {
	width: 1000px;
	padding: 0 0 30px;
	margin: 60px auto 0;
}

#orFooterLink {
	margin-bottom: 30px;
}

#orFooterLink ul {
	letter-spacing: -.4em;
}

#orFooterLink ul li {
	letter-spacing: normal;
	display: inline-block;
	width: 260px;
	margin: 0 25px;
}

#orFooterLink ul li a {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 43px;
	text-align: center;
	color: #333333;
	background-color: #FBDBB8;
	transition: 0.1s ease-in-out;
		-webkit-transition: 0.1s ease-in-out;
		-moz-transition: 0.1s ease-in-out;
		-o-transition: 0.1s ease-in-out;
	text-decoration: none;
}

#orFooterLink ul li a:hover {
	background-color: #F6B266;
}

#orFooterBody p {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.050em;
	margin-bottom: 0.5em;
}

#orFooterCopyright p {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.050em;
	padding: 15px 0 0;
}


/* その他共通パーツ */
/* -------------------------------------------------- */

strong {
	font-weight: bold;
}

.linkPdf {
	color: #1228ff !important;
	text-decoration: underline !important;
	padding-right: 14px;
	background-image: url(../../img/common/ic_pdf.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px 14px;
}

/* マージン */
.mbL0 {
	margin-bottom: 0 !important;
}

.mbL1 {
	margin-bottom: 10px !important;
}

.mbL2 {
	margin-bottom: 60px !important;
}



/* 1180823追記 */
.underLayer #bc ul {
	width: 1000px;
}

.underLayer #bc {
    padding: 25px 0 20px;
}

/* 1180830追記 */
.kodomoen #main h2 {
    background: #ff9394;
}

.kodomoen #main h1 {
	border-bottom: 1px dotted #ff9394;
    background: url(../../img/kodomoen/bg_h1.gif) no-repeat 0 0;
}

.kodomoen #main h4 {
    border-bottom: 1px solid #ff9394;
}

.kodomoen #main ul li {
    background: url(../../img/kodomoen/icon_circle.gif) no-repeat 4px 6px;
}

.kodomoen #main h3 {
	background: #FCD5B5;
}


/* 200711add */
.guidanceEnd td {
	background: #DDD;
}


/*210628ADD*/
#main #blogWrap a[href$=".pdf"] {
	padding-right: 0;
	background: none;
}

/* sakyo style */
/* -------------------------------------------------- */
#sakuyoStyleWrap {
	background: #FDF2F8;
}

#sakuyoStyle {
	width: 980px;
	padding: 50px 0;
	margin: 0 auto;
}

#ssTit1 {
	width: 260px;
	height: 42px;
	margin: 0 auto 30px;
	background: url(../../img/childhood_education/common/sakuyostyle_tit_bg.png) 0 0 no-repeat;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#ssTit2 {
	font-size: 2.4rem;
	margin-bottom: 30px;
	text-align: center;
}

#ssTit3 {
	margin-bottom: 20px;
	font-size: 3.6rem;
	color: #E880B5;
	font-weight: bold;
	text-align: center;
}

#ssTxt {
	padding-bottom: 20px;
	text-align: center;
}

#ssTxt2 {
	padding-bottom: 30px;
	text-align: center;
}

#ssTxt2 dt {
	display: block;
}

#ssTxt2 dd {
	display: inline-block;
}

#ssTxt2 dd::before {
	content: "";
	width: 16px;
	height: 16px;
	margin: -3px 2px 0 0;
	border-radius: 16px;
	background: #E880B5;
	display: inline-block;
	vertical-align: middle;
}

#ssLink {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ssLinkImg {
	padding-bottom: 10px;
}

.ssLinkTit {
	padding-bottom: 10px;
	font-size: 2rem;
	font-weight: bold;
	color: #E880B5;
	text-align: center;
}

.ssLinkBtn {
	text-align: center;
}

/* feature */
/* -------------------------------------------------- */
.featureCurriculum {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.curriculumTable {
	width: 49%;
}

#main p.tableTit {
	font-size: 1.6rem;
	font-weight: bold;
}

.tableTit span {
	font-size: 1.2rem;
	font-weight: normal;
}

#main p.tableAnno {
	font-size: 1.2rem;
}
