@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 */
/* -------------------------------------------------- */
.pc {
	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: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
	color: #333333;
	font-size: 1.4rem;
	line-height: 1.47;
	text-align: justify;
	text-justify: inter-ideograph;
}

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

/* 既存CSS上書き */
#wrapper {
	padding-bottom: 0;
}

ol.breadcrumbs {
	margin-bottom: 0;
}

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

h1 span {
    font-size: 1.4rem;
}

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

#whole {
	font-family: "Noto Sans Japanese", sans-serif;;
	color: #3c3c3c;
	font-size: 1.3rem;
	line-height: 1.75;
	font-feature-settings : "pkna" 1;
}

.underLayer {
	padding-top: 60px;
}

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

#headerRow1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	border-bottom: solid 1.5px #965aa0;
	z-index: 10
}

#headerLogo {
	position: fixed;
	width: 250px;
	top: 15px;
	left: 25px;
}

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

/* ハンバーガーボタン OPEN */
#headerToggleBtn {
	position: fixed;
	top: 0;
	right: 0;
	width: 59px;
	height: 60px;
}
#headerToggleBtn img {
	width: 100%;
	height: auto;
}

/* SPメニュー全体（スライドイン） */
#spNavi {
	position: fixed;
	z-index: 11;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0; /* これがないとスクロールできない */
	overflow: auto; /* これがないとスクロールできない */
	-webkit-overflow-scrolling: touch; /* これがないとスクロールできない */
	display: none;
}

/* ハンバーガーボタン CLOSE */
#headerToggleBtnCloseWrap {
	width: 100%;
	position: fixed;
	background-color: #fff;
	border-bottom: solid 1.5px #965aa0;
}

#headerToggleBtnClose {
	width: 59px;
	height: 60px;
	margin: 0 0 0 auto;
}
#headerToggleBtnClose img {
	width: 100%;
	height: auto;
}


/* 検索窓 */
#headerNaviSearchBox {
	width: 100%;
	height: 80px;
	background-color: #965aa0;
	margin-top: 60px;
}

#headerNaviSearchBoxInner {
	padding: 15px 25px;
}

/* Googleの検索窓スタイルに上書き */
.gsc-input-box {
	border-radius: 5px !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;
}

/* SP用ショートカットメニュー */
#headerNaviShortcutSp {
	width: 100%;
}

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

#headerNaviShortcutSp ul li {
	letter-spacing: normal;
	display: inline-block;
	width: 50%;
	border-right: solid 1px #e7e7e7;
	border-bottom:  solid 1px #e7e7e7;
}

#headerNaviShortcutSp ul li a {
	display: block;
	width: 100%;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.100em;
	color: #3c3c3c;
	line-height: 50px;
	padding-left: 25px;
}

/* メインメニュー */
#headerNaviMain ul li {
	width: 100%;
	background-color: #965aa0;
	border-bottom: solid 1px #bca2c0;
}
#headerNaviMain ul li a {
	display: inline-block;
	width: 100%;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.100em;
	color: #fff;
	line-height: 50px;
	padding: 0 25px;
}

#headerNaviMain ul li a.headerNaviSpSingle {
	background-image: url(../../img/common/bg_arrow_white.png);
	background-position: right 25px center;
	background-repeat: no-repeat;
	background-size: 9px 15px;
}

#headerNaviMain ul li a.headerNaviSpParent {
	background-image: url(../../img/common/bg_plus_white.png);
	background-position: right 23px center;
	background-repeat: no-repeat;
	background-size: 17px 17px;
}
#headerNaviMain ul li a.headerNaviSpParent.open {
	background-image: url(../../img/common/bg_cross_white.png);
	background-position: right 25px center;
	background-size: 13px 13px;
}

#headerNaviMain .headerNaviMainSub {
	display: none;
}

#headerNaviMain .headerNaviMainSub ul li {
	background-color: #fff;
	border-bottom: solid 1px #ececec;
}

#headerNaviMain .headerNaviMainSub ul li a {
	color: #3c3c3c;
	font-weight: normal;
	background-image: url(../../img/common/bg_arrow_gray.png) !important;
	background-position: right 25px center;
	background-repeat: no-repeat;
	background-size: 9px 15px;
}

/* お問い合わせ・資料請求・CLOSE */
#headerNaviSpBottom {
	padding: 15px;
	text-align: center;
}
#headerNaviSpBottom ul {
	letter-spacing: -.4em;
}

#headerNaviSpBottom ul li {
	letter-spacing: normal;
	display: inline-block;
	margin: 0 10px;
}

#headerNaviSpBottom ul li img {
	width: 150px;
	height: auto;
}

#headerNaviSpBottomClose {
	text-align: center;
	padding: 20px 0;
}

#headerNaviSpBottomClose img {
	width: 60px;
	height: auto;
}

/* iPhone5救済 */
@media only screen and (max-width: 374px) {
	#headerLogo {
		top: 10px;
		left: 10px;
	}
	#headerLogo a {
		width: 240px;
	}
	#headerNaviShortcutSp ul li a {
		padding-left: 15px;
		letter-spacing: 0;
	}
	#headerNaviMain ul li a {
		padding: 0 15px;
		letter-spacing: 0;
	}
	#headerNaviSpBottom ul li img {
		width: 125px;
	}
}


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

.mainUniversal {
	background-color: #f9f9ef;
}


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

#mv {
	width: 100%;
	height: 260px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 170%;
	margin-top: 60px;
	padding-top: 145px;
}
	/* iPhone5 */
	@media only screen and (max-width: 374px) {
		#mv {
			background-size: 190%;
		}
	}
	/* タブレット */
	@media all and (min-width: 600px) {
		#mv {
			background-size: 100%;
		}
	}

#mvInner {
	width: 100%;
	height: 115px;
	position: relative;
}
#mv #pageTitle {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -135px;
}

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

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

#mv2 {
	width: 100%;
	height: 160px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 60px;
	padding-top: 35px;
}

#mv2 #pageTitle {
	text-align: center;
}

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


/* パンくず */
/* -------------------------------------------------- */
#bc {
	width: 100%;
	padding: 10px 15px 15px;
}

#bc ul {
	line-height: 1;
}

#bc li {
	display: inline;
	font-size: 1.0rem;
	padding-left: 20px;
	margin-left: 10px;
	position: relative;
	vertical-align: middle;
}

#bc li:after {
	content: "＞";
	position: absolute;
	top: 2px;
	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;
}


/* 紹介動画 */
/* -------------------------------------------------- */
#prmovie {
	width: 100%;
	padding: 10px 15px 15px;
}

#prmovieInner {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}

#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;
}


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

.subTitle {
	width: 100%;
	padding: 10px 15px 0;
}

.subTitleInner {
	max-width: 600px;
	margin: 0 auto;
}

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

.subTitleHead:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 130px;
	height: 4px;
	margin-left: -65px;
}

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

.subTitleLead2 {
	margin-bottom: 30px;
}


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

.subHeadlineWrap {
	width: 100%;
	padding: 10px 15px;
}

.subHeadlineInner {
	max-width: 600px;
	margin: 0 auto;
}

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

.subHeadlineTable {
	display: table;
}

.subHeadlineMain {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}

.subHeadlineSub {
	display: table-cell;
	vertical-align: middle;
	font-size:1.0rem;
	letter-spacing: 0.020em;
	padding-left: 10px;
}


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

.uniHeadline {
	font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.100em;
	padding: 11px 10px;
	width: 100%;
	color: #fff;
	margin-bottom: 15px;
}
	.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.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.100em;
	padding: 11px 10px;
	width: 100%;
	background-color: #eeeeee;
	margin-bottom: 15px;
}
	.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.4rem;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0.100em;
	padding-left: 10px;
	margin-bottom: 15px;
}
	.borderMusic {
		border-left: solid 10px #965aa0;
	}
	.borderFoodculture {
		border-left: solid 10px #f5a33b;
	}


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


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

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

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

ul.uniList li {
	line-height: 1.769;
	background-image: url(../../img/common/ic_disc1.png);
	background-position: left top 7.5px;
	background-repeat: no-repeat;
	background-size: 8px 8px;
	padding-left: 15px;
}

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 {
	padding-top: 0;
	padding-bottom: 15px;
	max-width: 600px;
	margin: 0 auto;
}

.director {
	margin-bottom: 20px;
}

.director .subTitleLead1 {
	line-height: 1.75;
	letter-spacing: 0.025em;
}

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

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

.directorHead {
	width: calc(100% - 115px);
	display: table;
	padding: 25px 0 0 15px;
}
	.directorHead:before,
	.directorHead:after {
	    content: " ";
	    display: table;
	}
	
	.directorHead:after {
	    clear: both;
	}
	
	.directorHead {
	    *zoom: 1;
	}

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

.directorRole {
	font-size: 1.2rem;
	line-height: 1.2;
	letter-spacing: 0.025em;
}

.directorBody p {
	font-size: 1.2rem;
	line-height: 1.75;
	letter-spacing: 0.025em;
}

.directorBodyInner {
	display: table-cell;
	width: 100%;
	padding: 30px 0 0;
	vertical-align: middle;
	text-align: left;
}

.directorBodyInner {
	position: relative;
}

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

.directorSubtitle {
	color: #3c3c3c;
	letter-spacing: 0em;
}

/* iPhone5救済 */
@media all and (max-width: 374px) {
	.directorRole {
		font-size: 0.9rem;
	}
	.directorSubtitle {
		font-size: 1.5rem;
	}
}


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

#specialcourseWrap {
	padding-top: 0 !important;
}

.specialcourse {
	max-width: 600px;
	margin: 0 auto;
}

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

.specialcourseBodyTxt {
	width: 100%;
	margin-bottom: 20px;
}

.specialcourseBodyPhoto {
	width: 100%;
	margin-bottom: 30px;
}

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

.specialcourseTitleSub {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.100em;
	padding: 11px 10px;
	width: 100%;
	margin-bottom: 15px;
}

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


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

.col1 {
	width: 100%;
	padding: 10px 15px 25px;
}

.col1ItemWrap {
	max-width: 600px;
	margin: 0 auto;
}


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

.col2 {
	width: 100%;
	padding: 10px 15px 0;
}

.col2ItemWrap {
	max-width: 600px;
	margin: 0 auto;
}

.col2Item {
	margin-bottom: 50px;
}

.col2ItemImg {
	width: 100%;
	margin-bottom: 15px;
}

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

.col2ItemBody {
	margin-bottom: 20px;
}

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

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

.col2ItemBodyTitle2 {
	 font-weight: 700;
}

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

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


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

.col3 {
	width: 100%;
	padding: 10px 15px 0;
}

.col3ItemWrap {
	max-width: 600px;
	margin: 0 auto;
}

.col3Item {
	margin-bottom: 50px;
	letter-spacing: -.4em;
	margin: 0 -7.5px 0 -7.5px;
	margin-bottom: 25px;
}

.col3ItemBody {
	letter-spacing: normal;
	display: inline-block;
	margin: 0 7.5px;
	vertical-align: top;
	width: calc(55% - 15px);
}
.col3ItemImg {
	letter-spacing: normal;
	display: inline-block;
	margin: 0 7.5px;
	vertical-align: top;
	width: calc(45% - 15px);
}

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

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


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

.col4 {
	width: 100%;
	padding: 0 15px 35px	;
	max-width: 630px;
	margin: 0 auto;
}

.col4ItemWrap {
	letter-spacing: -.4em;
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.col4Item {
	letter-spacing: normal;
	display: inline-block;
	margin: 0 7.5px 15px;
	width: calc(50% - 15px);
	vertical-align: top;
}

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

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


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

.pageLink {
	width: 100%;
}

.pageLink ul li a {
	display: block;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #3c3c3c;
	background-image: url(../../img/common/bg_arrow_gray2.png) !important;
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 9px 15px;
	padding: 15px;
	border-top: solid 1px #d9d9d9;
}

.pageLink ul li:last-child a {
	border-top: none;
	border-bottom:  solid 1px #d9d9d9;
}


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

.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 10px center;
	background-repeat: no-repeat;
	background-size: 10px 15px;
	padding: 12px 8px;
}

.underlayerLink span.double {
	line-height: 1.083;
	padding: 5px 10px;
	letter-spacing: -0.12em;
}
/* iPhone5救済 */
@media all and (max-width: 374px) {
	.underlayerLink span {
		font-size: 1.0rem;
	}
	.underlayerLink span.double {
		padding: 7px 10px;
	}
}


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

.cornerNews {
	width: 100%;
}

.cornerNewsInner {
	width: 100%;
	padding: 15px 15px 25px;
	max-width: 600px;
	margin: 0 auto;
}

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

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

.cornerNews ul {
	letter-spacing: -.4em;
		margin-left: -7.5px;
		margin-right: -7.5px;
		margin-bottom: 5px;
}

.cornerNews ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 7.5px 15px;
	width: calc(50% - 15px);
}

.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;
}

.cornerNewsImg img {
	width: 100%;
	height: 110px;
	object-fit: cover;
}
	@media all and (min-width: 399px) {
		.cornerNewsImg img {
			height: 150px;
		}
	}
	@media all and (min-width: 599px) {
		.cornerNewsImg img {
			height: 180px;
		}
	}

.cornerNewsBody {
	font-size: 1.2rem;
	padding: 10px;
}

.cornerNewsBody p {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.cornerNewsDate {
	font-size: 1.2rem;
	padding: 0px 10px 10px 10px;
}

.cornerNewsList {
	width: 220px;
	margin: 0 auto;
}

.cornerNewsList a {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	color: #3c3c3c;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.200em;
	padding: 15px 25px;
	border: solid 2px;
	border-radius: 25px;
	background-image: url(../../img/common/ic_news_list.png);
	background-position: right 25px center;
	background-repeat: no-repeat;
	background-size: 17px 17px;
	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;
}


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

/* 旧フッタのスタイル打ち消し */
#footerWhole {
	background-image: none;
	background-color: inherit;
}

#footLink {
	padding: 25px 15px;
}

/* フッタリンク：「他のページへのリンク」に追記 */

#footLink.pageLink ul li a {
	font-size: 0.9rem;
	letter-spacing: 0;
	padding: 15px 0;
	background-image: url(../../img/common/bg_arrow_gray.png) !important;
	background-position: right center;
	background-size: 6px auto;
}

#footLink.pageLink ul li:last-child a {
	border-top: solid 1px #d9d9d9;
}

#footLink.pageLink ul {
	letter-spacing: -.4em;
	margin-left: -7.5px;
	margin-right: -7.5px;
}

#footLink.pageLink ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 7.5px;
	width: calc(50% - 15px);
}

.pageLink ul li:nth-last-child(2) a {
	border-bottom:  solid 1px #d9d9d9;
}

	/* iPhone5救済 */
	@media all and (max-width: 374px) {
		#footLink {
			padding-left: 10px;
			padding-right: 10px;
		}
		#footLink.pageLink ul {
			letter-spacing: -.4em;
			margin-left: -5px;
			margin-right: -5px;
		}

		#footLink.pageLink ul li {
			letter-spacing: normal;
			display: inline-block;
			vertical-align: top;
			margin: 0 5px;
			width: calc(50% - 10px);
		}
		#footLink.pageLink ul li a {
			letter-spacing: -0.06em;
		}
	}

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

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

#newlogo{
	width: 12%;
	margin: 0 auto;
	padding-top: 5%;
	margin-bottom: 10%;
}
#newlogo img{
	display: block;
	width: 100%;
}

#footerBodyLogo {
	margin-bottom: 15px;
}

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

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

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


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

#orFooter {
	width: 100%;
	background: #F18813;
	color: #fff;
	padding: 15px 0;
	position: static;
	text-align: center;
	margin-top: -20px;
}

/* ページトップへ戻るボタン */
#hide.spFixed {
	width: 45px;
	height: 45px;
	margin: -80px 10px 0px auto;
}

/* フッタ本文 */
#orFooterInner {
	margin-top: 40px;
}

#orFooterLink {
	margin-bottom: 10px;
}

#orFooterLink ul {
	width: 150px;
	margin: 0 auto;
}

#orFooterLink ul li {
	margin: 0 0 10px;
}

#orFooterLink ul li a {
	display: inline-block;
	width: 100%;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	color: #3c3c3c;
	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.0rem;
	line-height: 1;
	letter-spacing: 0.050em;
	margin-bottom: 0.5em;
}
#orFooterBody p span {
	display: block;
	margin-bottom: 0.5em;
}

#orFooterCopyright p {
	font-size: 0.7rem;
	line-height: 1;
	letter-spacing: -0.050em;
	padding: 5px 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: 7px !important;
}

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

/* スケジュールパーツ */
/* -------------------------------------------------- */

h3.pinkBg img {
    width: auto;
    height: 20px;
}

h3.blueBg img {
    width: auto;
    height: 20px;
}

h3.yellowBg img {
    width: auto;
    height: 20px;
}

h3.brownBg img {
    width: auto;
    height: 20px;
}


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

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

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

#sakuyoStyle {
	width: 100%;
	padding: 50px 15px;
	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.6rem;
	font-weight: bold;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

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

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

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

#ssTxt2 {
	padding-bottom: 30px;
}

#ssTxt2 dt {
	display: block;
	text-align: center;
}

#ssTxt2 dd {
	font-size: 1.3rem;
	display: inline-block;
}

#ssTxt2 dd::before {
	content: "";
	width: 13px;
	height: 13px;
	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-around;
}

#ssLink li {
	width: 40%;
	padding-bottom: 20px;
}

.ssLinkImg {
	padding-bottom: 10px;
}

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

.ssLinkBtn {
	width: 92%;
	margin: 0 auto;
	text-align: center;
}

/* feature */
/* -------------------------------------------------- */
.curriculumTable {
	padding-bottom: 20px;
}

#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;
}