@charset "utf-8";

/* ======================

 [brake-point]
 min-width:768px
 max-width:767px

====================== */
main, #footer {
	background-color: #edeef0;
}

/* ===============================================
#wrapSlider
=============================================== */
#mainVWrap {
	width: 100%;
	background: #edeef0;
}
#wrapSlider{
	width: 100%;
	position: relative;
	overflow: hidden;
}
#sliderList li a {
	display: block;
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.slick-dots li button {
	padding: 0;
}
.slick-dots li button:before {
	width: 16px;
	height: 16px;
	color: #e6e6e6;
	background: #e6e6e6;
	border-radius: 50%;
	overflow: hidden;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #222;
	background: #222;
}

/* slide画像設定 */
#sliderList li#slide1st {
	background-color: #f9f0f3;
}
#sliderList li#slide2nd {
	background-color: #d0d0d0;
}
#sliderList li#slide3rd {
	background-color: #ffbb00;
}
#sliderList li#slide4th {
	background-color: #b44049;
}
#sliderList li#slideweboc {
	background-color: #f7d9e4;
}
#sliderList li#slidemessage {
	background-color: #001963;
}
#sliderList li#slideonline {
	background-color: #116622;
}
#sliderList li#slidetaisaku {
	background-color: #f3b407;
}
#sliderList li#slideyagoto {
	background-color: #b591d1;
}
#sliderList li#slidegoal {
	background-color: #ffffff;
}
#sliderList li#slideqa {
	background-color: #ffda95;
}
#sliderList li#slideie {
	background-color: #1e2b32;
}
#sliderList li#slideoc {
	background-color: #f7d9e4;
}
#sliderList li#slidech {
	background-color: #88acbe;
}
#sliderList li#slideafk {
	background-color: #f7d9e4;
}
#sliderList li#slidekoubosei {
	background-color: #569b56;
}
#sliderList li#slideippan {
	background-color: #5a8ae0;
}
#sliderList li#slideabout {
	background-color: #ffffff;
}
#sliderList li#slide2026new{
	background-color: #ffefe4;
}
#sliderList li#slidechihou{
	background-color: #589dbf;
}
#sliderList li#slidechance{
	background-color: #fffbc0;
}




/* Pc Style----------------------------------------------- */
@media print, screen and (min-width:768px) {
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
#mainVWrap {
	height: 492px;
	position: relative;
	overflow: hidden;
	margin-top: 0;
	/* 「新型コロナウイルス感染症～」などの赤帯青帯があるときはこちら
	margin-top: 86px;*/
}
#wrapSlider {
	width: calc(100% - 468px);
}
#wrapSlider img {
	max-width: 100%;
	width: auto;
	height: 412px;
	vertical-align: bottom;
}
#sliderList li {
	padding-bottom: 110px;
}
#sliderList li a {
	display: block;
	width: 100%;
	height: 412px;
	padding-right: 128px;
}
#sliderList li a img {
	display: block;
	margin: 0 auto;
	vertical-align: bottom;
}
.slick-dots {
	padding: 0 128px 0 0;
	margin: 0 auto;
	bottom: -80px;
	z-index: 100;
	display: none !important;
}
.slick-dots li button:before {
	width: 12px;
	height: 12px;
}

/* スライド画像設定 */
#sliderList li a {
	background-size: auto 412px;
}
/* サムネイル */
#thumbnail_sliderWrap {
	padding: 0 128px 0 0;
	margin: 0 auto;
	z-index: 1;
}
#thumbnail_slider {
	/* 
	widthはスライドの枚数×88px＋包括の余白120px 
	1枚：208px
	2枚：296px
	3枚：384px
	4枚：472px
	5枚：560px
	6枚：648px
	7枚：736px
	*/
	width: 648px; 
	height: 80px;
	padding: 15px 60px;
	margin: -115px auto 0;
}
#thumbnail_slider li {
	width: 78px !important;
	height: 50px;
	background: #000;
	margin: 0 5px;
}
#thumbnail_slider img {
	width: 78px !important;
	height: 50px;
	opacity: 0.6;
	display: block;
	z-index: 1;
	cursor: pointer;
	border: #d6d6d6 1px solid;
}
#thumbnail_slider .slick-current img {
	width: 78px;
	height: 50px;
	opacity: 1;
	cursor: default;
}
#thumbnail_slider img:hover {
	opacity: 1;
}
#thumbnail_slider .slick-prev,
#thumbnail_slider .slick-next {
	width: 30px;
	height: 30px;
}
#thumbnail_slider .slick-prev:before,
#thumbnail_slider .slick-next:before {
	width: 30px;
	height: 30px;
	background-size: 30px auto;
}
#thumbnail_slider .slick-prev {
	left: 0;
}
#thumbnail_slider .slick-next {
	right: 0;
}
#thumbnail_slider .slick-track {
transform: translate3d(0px, 0px, 0px) !important;
}

}


/* Re Style----------------------------------------------- */
@media screen and (max-width:767px) {
#sliderList li img {
	width: 100%;
}
.slick-dots {
	width: 100%;
	/*bottom: 20px;*/
}
.slick-dots li button:before {
	color: #fff;
	background: #fff;
	border: 1px solid #333;
}


#thumbnail_slider {
	display: none !important;
}
}

/* ===============================================
#wrapContent
=============================================== */
.contentLink {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contentLink li {
	text-align: center;
}
.contentLink li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #222;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 2em;
	position: relative;
	z-index: 1;
}
.contentLink li a:before {
	content: '';
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	z-index: -1;
	border: #d6d6d6 1px solid;
	background-color: #fff;
	transform: skewX(38deg);
}
.contentLink li a:after {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
.contentLink li:nth-child(3) a:before,
.contentLink li:nth-child(4) a:before {
	transform: skewX(-38deg);
}
.contentLink li:nth-child(1) a:after {
	background-image: url(/admissions/img/top/ic_examination.png);
}
.contentLink li:nth-child(2) a:after {
	background-image: url(/admissions/img/top/ic_event.png);
}
.contentLink li:nth-child(3) a:after {
	background-image: url(/admissions/img/top/ic_academics.png);
}
.contentLink li:nth-child(4) a:after {
	background-image: url(/admissions/img/top/ic_campus.png);
}
.contentLink li:nth-child(5) a:after {
	background-image: url(/admissions/img/top/ic_career.png);
}
.contentLink li:nth-child(6) a:after {
	background-image: url(/admissions/img/top/ic_international.png);
}
#wrapContent .contentLink li {
	position: relative;
}
#wrapContent .contentLink li.alert:after {
	content: '';
	display: block;
	background-image: url(/admissions/img/top/ic_new.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: absolute;
	z-index: 20;
}


/* Pc Style----------------------------------------------- */
@media print, screen and (min-width:768px) {
#wrapContent {
	width: 468px;
	height: 492px;
	position: absolute;
	right: 64px;
	top: 0;
}
.contentLink li {
	width: 234px;
	height: 164px;
}
.contentLink li a:after {
	width: 40px;
	height: 40px;
	background-size: 40px auto;
	top: 40px;
	transition: 0.3s;
}
.contentLink li a:hover {
	color: #fff;
	text-decoration: none;
}
.contentLink li a:hover:before {
	background-color: #222;
}
.contentLink li:nth-child(1) a:hover:after {
	background-image: url(/admissions/img/top/ic_examination_wh.png);
}
.contentLink li:nth-child(2) a:hover:after {
	background-image: url(/admissions/img/top/ic_event_wh.png);
}
.contentLink li:nth-child(3) a:hover:after {
	background-image: url(/admissions/img/top/ic_academics_wh.png);
}
.contentLink li:nth-child(4) a:hover:after {
	background-image: url(/admissions/img/top/ic_campus_wh.png);
}
.contentLink li:nth-child(5) a:hover:after {
	background-image: url(/admissions/img/top/ic_career_wh.png);
}
.contentLink li:nth-child(6) a:hover:after {
	background-image: url(/admissions/img/top/ic_international_wh.png);
}
#wrapContent .contentLink li.alert:after {
	width: 40px;
	height: 40px;
	right: 50px;
	top: 15px;
}
}

/* Re Style----------------------------------------------- */
@media screen and (max-width:767px) {
#wrapContent {
	position: relative;
	padding-top: 290px;
	width: 100%;
	overflow: hidden;
}
.contentLink {
	width: 100%;
	position: absolute;
	right: -10%;
	top: 0;
}
.contentLink li {
	width: 40%;
	height: 87px;
	line-height: 1.4;
	font-size: 1.2rem;
}
.contentLink li a:after {
	width: 20px;
	height: 20px;
	background-size: 20px auto;
	top: 20px;
}
#wrapContent .contentLink li.alert:after {
	width: 20px;
	height: 20px;
	right: 30px;
	top: 10px;
}
}
@media screen and (min-width:1200px) and (max-width:1400px) {
#wrapContent {
	width: 280px;
}
.contentLink li {
	width: 50%;
}
.contentLink li .pcDisNone {
	display: block !important;
}
#wrapContent .contentLink li.alert:after {
	top: 10px;
	right: auto;
	left: 0;
}
#wrapContent .contentLink li.alert:nth-child(3):after,
#wrapContent .contentLink li.alert:nth-child(4):after {
	right: 0;
	left: auto;
}
#wrapSlider {
	width: calc(100% - 280px);
}
#sliderList li a {
	padding-right: 128px;
}

}
@media screen and (min-width:768px) and (max-width:1199px) {
#mainVWrap {
	height: auto;
	overflow: visible;
}
#wrapSlider {
	width: 100%;
	overflow: visible;
}
.slick-dots,
#thumbnail_sliderWrap {
	width: 100%;
	padding: 0;
}
#sliderList li a,
.slick-slide img {
	display: block;
	margin: 0 auto;
}
#sliderList li a {
	width: 100%;
	padding: 0;
}
#wrapContent {
    position: relative;
	width: 100%;
    overflow: hidden;
	right: 0;
}
.contentLink {
	width: 100%;
	position: absolute;
	right: -10%;
	top: 0;
}
.contentLink li {
	width: 40%;
	height: 150px;
}
}


/* ===============================================
#wrapNews
=============================================== */
#wrapExamination {
}
#wrapNewsOutside {
	background-repeat: no-repeat;
	position: relative;
}
#wrapNewsOutside:before,
#wrapNewsOutside:after,
#wrapNews:before,
#wrapNews:after {
	content: '';
	display: block;
	position: absolute;
}
#wrapNewsOutside:before {
	border-top: #2a5178 6px solid;
	border-left: #2a5178 6px solid;
	left: -3px;
	top: -3px;
}
#wrapNewsOutside:after {
	border-top: #2a5178 6px solid;
	border-right: #2a5178 6px solid;
	right: -3px;
	top: -3px;
}
#wrapNews:before {
	border-bottom: #2a5178 6px solid;
	border-left: #2a5178 6px solid;
	left: -3px;
	bottom: -3px;
}
#wrapNews:after {
	border-bottom: #2a5178 6px solid;
	border-right: #2a5178 6px solid;
	right: -3px;
	bottom: -3px;
}
#newsList li {
	margin-bottom: 0.5em;
}
#newsList li:last-child {
	margin-bottom: 0;
}
#newsList li,
#newsList a {
	color: #000;
}
.newsDate {
	font-size: 1.2rem;
}
.newsContent {
	font-weight: bold;
}
#btNewsMore a {
	display: block;
	background: #fff;
	color: #000;
}

/* Pc Style----------------------------------------------- */
@media print, screen and (min-width:768px) {
#wrapExamination main {
	background-image: url(/admissions/img/top/top_main_bg_pc.png);
	background-repeat: no-repeat;
	background-position: left 567px;
}
#wrapNewsArea {
	background-image: url(/admissions/img/top/top_news_bg_pc.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 55px 0 90px;
}
#wrapNewsOutside {
	background-color: #fff;
	background-image: url(/admissions/img/top/news_bg_pc.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	max-width: 1015px;
	width: 90%;
	min-height: 230px;
	margin: 0 auto;
}
#wrapNewsOutside:before,
#wrapNewsOutside:after,
#wrapNews:before,
#wrapNews:after {
	width: 26px;
	height: 26px;
}
#wrapNews {
	padding: 30px 30px 30px 230px;
}
.newsDate {
	width: 110px;
	display: block;
	float: left;
}
.newsContent {
	padding-left: 110px;
}
#newsTtl,
#btNewsMore {
	position: absolute;
}
#newsTtl {
	font-size: 2rem;
	left: 60px;
	top: 70px;
}
#btNewsMore {
	width: 100px;
	height: 36px;
	line-height: 36px;
	left: 50px;
	bottom: 40px;
	text-align: center;
}
#btNewsMore a {
	transition: 0.3s;
}
#btNewsMore a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
}
/* Re Style----------------------------------------------- */
@media screen and (max-width:767px) {
#wrapNewsArea {
	background-image: url(/admissions/img/top/top_news_bg_sp.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}
#wrapExamination {
	background-position: left 34%, right 60%;
	background-size: 60% auto, 60% auto;
}
#wrapNewsOutside {
	background-color: #fff;
	background-image: url(/admissions/img/top/news_bg_sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 50px;
	width: 90%;
	margin: 0 auto 50px;
}

#wrapNewsOutside:before,
#wrapNewsOutside:after,
#wrapNews:before,
#wrapNews:after {
	width: 20px;
	height: 20px;
}
#wrapNews {
	padding: 10px 15px 15px;
}
#newsTtl {
	font-size: 1.6rem;
	padding-bottom: 20px;
}
#newsList {
	line-height: 1.4;
}
#newsList li {
	margin-bottom: 1.5em;
}
#btNewsMore {
	position: absolute;
	right: 15px;
	top: 10px;
}
#btNewsMore a {
	display: inline-block;
	padding: 2px 15px;
}
}

/* ===============================================
#Instagram
=============================================== */
.followBtn {
	text-align: center;
}
.followBtn a {
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #333;
	border: #333 1px solid;
}
/* Pc Style----------------------------------------------- */
@media print, screen and (min-width:768px) {
#wrapInstaCampus {
	padding: 60px 0 125px;
	background-color: #edeef0;
	background-image: url(/admissions/img/top/top_campus_bg_01_pc.png), url(/admissions/img/top/top_campus_bg_02_pc.png), url(/admissions/img/top/top_instagram_bg_pc.png);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: right top, right bottom, left bottom;
}
.wrap2column {
	max-width: 1410px;
	width: 90%;
	margin: 0 auto;
}
#wrapInstagram {
	width: 53.2%;
	float: left;
	text-align: center;
	padding-top: 60px;
}
#campusTour {
	width: 36.2%;
	float: right;
	text-align: center;
	padding-top: 60px;
	
}
#wrapInstagram .ttl,
#campusTour .ttl {
	margin-bottom: 30px;
}
#wrapInstagram .ttl img,
#campusTour .ttl img {
	height: 44px;
	width: auto;
	vertical-align: bottom;
}

#campusTour .bannerArea p{
	margin-top: 20px;
}

#campusTour .bannerArea img{
	max-width: 100%;
}

.followBtn a:hover {
	text-decoration: none;
	background: #fff;
	color: #333;
	transition: 0.3s;
}

#webocBanner{
	margin-top: 20px;
}

#webocBanner img{
	width: 100%;
}

}

/* Re Style----------------------------------------------- */
@media screen and (max-width:767px) {
#wrapInstagram,
#campusTour {
	text-align: center;
	padding: 5%;
}
#wrapInstagram .ttl,
#campusTour .ttl {
	text-align: center;
	margin-bottom: 30px;
}
#wrapInstagram .ttl img,
#campusTour .ttl img {
	height: 33px;
	width: auto;
	vertical-align: bottom;
}

#campusTour .bannerArea p{
	margin-top: 20px;
}

#campusTour .bannerArea img{
	max-width: 100%;
}

#wrapInstagram {
	background-image: url(/admissions/img/top/top_instagram_bg_01_sp.png), url(/admissions/img/top/top_instagram_bg_02_sp.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-size: 100% auto, 100% auto;
	padding: 40px 5% 60px;
}
#campusTour {
	background-image: url(/admissions/img/top/top_campus_bg_01_sp.png), url(/admissions/img/top/top_campus_bg_02_sp.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-size: 100% auto, 100% auto;
	padding: 40px 5% 30px;
}

#webocBanner{
	margin-top: 20px;
}

#webocBanner img{
	width: 100%;
}

}

/* ===============================================
#360°CAMPUS TOUR
=============================================== */
#campusTour .tab {
	letter-spacing: -0.4em;
}
#campusTour .tab > li {
	letter-spacing: normal;
	display: inline-block;
	line-height: 1;
	cursor: pointer;
	padding: 0 0.8em;
	border-right: #222 1px solid;
	margin-bottom: 0.5em;
}
#campusTour .tab > li:last-child{
	border-right: none;
}
#campusTour .tab > li span {
	padding-bottom: 0.5em;
	border-bottom: #edeef0 2px solid;
	transition: 0.3s;
	display: inline-block;
}
#campusTour .tab > li.active span {
	border-bottom: #222 2px solid;
}
.list .inner {
	display: none;
}
.list .inner.active {
	display: block;
}
.wrapMov {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.wrapMov iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Pc Style----------------------------------------------- */
@media print, screen and (min-width:768px) {
#campusTour .tab {
	margin-bottom: 45px;
}
#campusTour .tab > li:hover span {
	border-bottom: #222 2px solid;
}
}

/* Re Style----------------------------------------------- */
@media screen and (max-width:767px) {
.tab li {
	margin-bottom: 1em;
}
}

/* ===============================================
#MEIJO Q & A
=============================================== */
#qandaList li {
	text-align: left;
}
#qandaList li a {
	display: block;
	background: #fff;
	color: #000;
}
#qandaList .photo {
	margin: 0 auto 20px;
	display: block;
	text-align: center;
}
#qandaList .photo img {
	width: 100%;
}
#qandaList .label {
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	padding: 0.25em 0.5em;
	line-height: 1.2;
	margin-bottom: 10px;
}
/*法学部：law
経営学部：business
経済学部：economics
外国語学部：foreign
人間学部：humanics
都市情報学部：urban
理工学部：scienc_engineering
農学部：agricultural
薬学部：pharmaceutical*/
/*.law {
	background-color: #e94c31;
}
.economics {
	background-color: #f39939;
}
.humanics {
	background-color: #f17091;
}
.scienc_engineering {
	background-color: #2aa2db;
}
.agricultural {
	background-color: #6bc067;
}*/
.law {
	background-color: #f0523e;
}
.business {
	background-color: #f26f39;
}
.economics {
	background-color: #f79447;
}
.foreign {
	background-color: #fbac3f;
}
.humanics {
	background-color: #f17091;
}
.urban {
	background-color: #22bcb5;
}
.scienc_engineering {
	background-color: #2aa2db;
}
.agricultural {
	background-color: #6bc067;
}
.pharmaceutical {
	background-color: #9563aa;
}
.information{
	background-color: #a1a3a0;
}

#qandaList .txt {
	display: block;
	font-weight: bold;
}
.slick-prev,
.slick-next {
}
.slick-prev:before,
.slick-next:before {
	content: '';
	display: block;
}
.slick-prev:before {
	background-image: url(/admissions/img/top/carousel_ar_l.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.slick-next:before {
	background-image: url(/admissions/img/top/carousel_ar_r.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.moreBtn {
	text-align: center;
}
.moreBtn a {
	display: inline-block;
	background: #fff;
	color: #333;
	font-weight: bold;
}

/* Pc Style----------------------------------------------- */
@media print, screen and (min-width:768px) {
#qandaWrap {
	background-image: url(/admissions/img/top/qanda_bg_pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
	padding: 90px 0 56px;
}
#qandaWrap img {
	max-width: 100%;
	vertical-align: bottom;
}
#qandaWrap .ttl {
	width: 172px;
	margin: 0 auto 20px;
}
#qandaWrap .catch {
	font-size: 1.8rem;
	color: #fff;
	margin-bottom: 30px;
}
#qandaList {
	padding: 0 80px;
	max-width: 1300px;
	margin: 0 auto  30px;
	position: relative;
}
#qandaList li {
	padding: 0 5px;
}
#qandaList li a {
	padding: 10px 12px;
	min-height: 304px;
	transition: 0.3s;
}
#qandaList li a:hover {
	text-decoration: none;
}
#qandaList .txt {
	font-size: 1.6rem;
}
.slick-prev,
.slick-next {
	width: 44px;
	height: 44px;
}
.slick-prev {
	left: 15px;
}
.slick-next {
	right: 15px;
}
.slick-prev:before,
.slick-next:before {
	width: 44px;
	height: 44px;
	background-size: 44px 44px;
}
.moreBtn a {
	width: 210px;
	height: 40px;
	line-height: 40px;
	transition: 0.3s;
}
#qandaList li a:hover {
	opacity: 0.8;
}
.moreBtn a:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}
}

/* Re Style----------------------------------------------- */
@media screen and (max-width:767px) {
#campusTour .tab {
	padding-bottom: 10px;
}
#campusTour .tab > li {
	margin-bottom: 15px;
}
#qandaWrap {
	background-color: #523214;
	background-image: url(/admissions/img/top/qanda_bg_sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
	padding: 40px 0 20px;
}
#qandaWrap .ttl {
	margin-bottom: 15px;
}
#qandaWrap .ttl img {
	width: 126px;
	vertical-align: bottom;
	
}
#qandaWrap .catch {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 0 5%;
	margin-bottom: 20px;
}
#qandaList {
	width: 100%;
	padding: 0 48px;
	overflow: hidden;
	margin-bottom: 20px;
}
#qandaList li a {
	width: 100%;
	min-height: 300px;
	padding: 20px;
}
#qandaList .txt {
	font-size: 1.8rem;
	line-height: 1.4;
}
.slick-prev,
.slick-next {
	width: 34px;
	height: 34px;
}
.slick-prev {
	left: 6px;
}
.slick-next {
	right: 6px;
}
.slick-prev:before,
.slick-next:before {
	width: 34px;
	height: 34px;
	background-size: 34px 34px;
}
.moreBtn a {
	width: 155px;
	height: 30px;
	line-height: 30px;
}

}

/* ===============================================
#wrapLine
=============================================== */
#footer #wrapLine{
  text-align: center;
}
#footer #wrapLine a{
  font-size: 0;
  line-height: 0;
  display: block;
}
/* Pc Style----------------------------------------------- */
@media print, screen and (min-width:768px) {
#footer {
	background-image: url(/admissions/img/top/top_footer_bg_01_pc.png), url(/admissions/img/top/top_footer_bg_02_pc.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left 68px, right top;
}
}

/* Re Style----------------------------------------------- */
@media screen and (max-width:767px) {
#footer {
	background-image: url(/admissions/img/top/top_footer_bg_01_sp.png), url(/admissions/img/top/top_footer_bg_02_sp.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left 30%;
	background-size: 100% auto, 100% auto;
}
}

.meijoChArea {
	background-image: url(/admissions/img/ch/bg_ch.png);
	background-repeat: no-repeat;
	display: flex;
  justify-content: center;
	padding: 40px 0 0;
  background-position: top center;
  background-color: #b2dafc;
	background-size: cover;
}

.meijoChArea_inner {
  max-width: 1200px;
  width: 100%;
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
	margin: 0 5%;
}

.meijoChArea_list {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
	opacity: 0.8;
}

.meijoChArea_list:nth-child(3),
.meijoChArea_list:nth-child(5) {
	margin-right: 0;
}

.meijoChArea_list:hover {
	opacity: 1.0;
}

.meijoChArea_link {
	/* display: flex;
  flex-direction: column;
	align-items: center; */
	text-align: center;
	display: block;
	height: 100%;
}

.meijoChArea_ttl {
	max-height: 40px;
  height: 100%;
	margin-bottom: 4.2%;
	max-width: 90%;
	vertical-align: bottom;
}

.meijoChArea_bn {
  width: 100%;
	vertical-align: bottom;
}

@media screen and (max-width:767px) {
	.meijoChArea {
		background-image: url(/admissions/img/ch/bg_ch_sp.png);
		background-size: contain;
		padding: 40px 0;
	}

	.meijoChArea_inner {
		flex-direction: column;
	}

	.meijoChArea_list {
		width: 100%;
		margin-bottom: 30px;
	}

	.meijoChArea_list:last-child {
		margin-bottom: 0;
	}
}