@charset "UTF-8";


/* example
----------------------------------------------- */


.anim{
	-moz-transition: -moz-all 300ms cubic-bezier(.50,.0,.50,1);
    -webkit-transition: -webkit-all 300ms cubic-bezier(.50,.0,.50,1);
    -o-transition: -o-all 300ms cubic-bezier(.50,.0,.50,1);
    -ms-transition: -ms-all 300ms cubic-bezier(.50,.0,.50,1);
    transition: all 300ms cubic-bezier(.50,.0,.50,1);
}

p:nth-of-type(2){}


p:last-child{}

#footerSpacer{ width: 100%; clear: both;}



/* class
----------------------------------------------- */
.hide{ visibility: hidden;}

.onlyPC{ display:block;}
.onlySP{ display:none;}

.full{ width: 100% !important; height: auto !important;}

.iframeWrap{
 position: relative;

}

.iframeWrap::before{
	content: '';
	display: block;
	width: 100%;
	padding-top: 50%;
}
.iframeWrap iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

a.btn{ display:block;  text-indent: 200%; white-space: nowrap;overflow: hidden;height:inherit;}


small{
	font-size: 0.8em;
	display: inline-block;
	opacity: 1;
}

a.anchorlink{ text-decoration: underline}

ul.sns{}
ul.sns li{ display:inline-block;}

ul.sns li.facebook {}
ul.sns li.twitter {}


ul.sns li.facebook a{ }
ul.sns li.twitter a{ }


ul.frameBoxArea{ display: grid;grid-template-columns: 1fr 1fr 1fr; grid-gap:30px; margin-bottom: 5rem;}
ul.frameBoxArea.col_2{grid-template-columns: 1fr 1fr; }
ul.frameBoxArea.col_4{grid-template-columns: 1fr 1fr 1fr 1fr; }
ul.frameBoxArea li{ border: solid 4px #ffbfce !important; border-radius: 20px; padding: 1em; text-align: center; line-height: 1.4; font-size: 0.8rem;}

ul.frameBoxArea li img{ width: auto; height: 100px; margin:0 auto 0.5em;}


ul.frameBoxArea dl{ padding:1em 2em 2em;}
ul.frameBoxArea dl dt{ padding-bottom: 1em;color: #FF809E; border-bottom: solid 1px #FF809E; margin-bottom: 1em; font-size: 1.3em;}
ul.frameBoxArea dl dd{ text-align: left;}
ul.frameBoxArea dl .imageAutoWrap{ text-align: center; margin-bottom: 1em; }


ul.labelBox{ display: grid;grid-template-columns: 1fr 1fr 1fr; grid-gap:30px; margin-bottom: 2rem;}
ul.labelBox li{ background: #f2f2eb; border-radius: 10px; padding: 1em; text-align: center;}

.frameBox{ border: solid 2px #ff809e; padding:1em 1em;display: table; margin:0 auto 5rem; text-align: center;}
.frameBox dt{ font-size: 1.5rem;}

.spacerLine{ position: relative; width: 100%;padding: 100px 0;}
.spacerLine::before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	transform: translate(-50%,-50%);
	height: 1px;
	background: #c9caca;
}

.keyColor{ color:#FF809E;}
.bgColor{ background-color:#F2F2EB;}

.pink{ background-color:#FF809E;}
.blue{ background-color:#0078D4;}
.green{ background-color:#2E9900;}
.yellow{ background-color:#FFCC00;}
.red{ background-color:#CC0000;}
.sky{ background-color:#33B3FF;}

.nowrap{ white-space:nowrap;}
.uline{ text-decoration: underline;}
.tCenter{ text-align: center !important;}
.tLeft{ text-align: left !important;}

.radius{ border-radius: 15px; overflow: hidden;}

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

.kakko1{ display:inline-block; text-indent:-0.5em;}
.kakko2{ display:inline-block; letter-spacing:-0.5em;}



.borderColor{ border-color:#FF809E;}

.entryBody{}


.boxGallery{ display: grid; grid-template-columns: 1fr 1fr;grid-gap:80px 40px;}


	.grid{
display: grid;
grid-template-columns: auto 1fr;
grid-gap:1em;

margin:0 0 50px 0;
}

table.dotLine{ width: 100%;border-top: dotted 2px #0078D4; }
table.dotLine tr{position: relative; display: block;}
table.dotLine tr:after{ content: ''; height: 0; width: 100%; position: absolute;bottom: 0;left: 0px; border-bottom: dotted 2px #0078D4; }
table.dotLine th{ width: 140px; padding: 5px 20px 5px 5px; white-space: nowrap; font-weight: 300;}
table.dotLine td{ padding: 5px;}


ul.classList{ text-align: center; margin-bottom: 140px;}
ul.classList li{ padding: 1em 0.5em;border-bottom: dotted 2px #0078D4; 	color: #0078D4 !important; font-size: 1.05rem; font-weight: bold;}
ul.classList li:first-child{border-top: dotted 2px #0078D4; }


.gallery.col2{ overflow: hidden; font-size: 0.9em; margin-bottom: 40px;}
.gallery.col2 .item{ width: 420px; height: 380px; margin-right: 60px; float: left;}
.gallery.col2 .item:nth-child(even){
	margin-right: 0;
}

.gallery.col2 .item .imageAutoWrap{ margin-bottom: 5px;}


.thumbList{ height: 150px; margin-bottom: 120px;}
.thumbList ul{ display: flex; justify-content: space-between;

	width: 1080px;
	height: 150px;
	position: absolute;
	top: 0;
	left: -100px;


}
.thumbList ul li{ width: 150px; height: auto; position: relative; border-radius: 75px; overflow: hidden;}
.thumbList ul li::before{ content: ''; display: block; width: 100%;padding-top: 100%;}
.thumbList a{ display: block; position: absolute;top: 0; left:0; width: 100%; height: 100%; background: #ccc;}


.bgDataGroup{ background: #f2f1ec; grid-gap:0; line-height: 1.8;}

.bgDataGroup > dt{ line-height: 1.4;}
.bgDataGroup > dd{}

.bgDataGroup > dt,
.bgDataGroup > dd{ padding: 1rem;}



.bgDataGroup dd p:last-child{ margin-bottom: 0;}

.bgDataGroup > dt:nth-of-type(2n){ background: #fbfbf9;}
.bgDataGroup > dd:nth-of-type(2n){ background: #fbfbf9;}


.bgDataGroup > dd dl{ display: grid; grid-template-columns: auto 1fr;grid-gap:1em; margin-bottom: 2em;}
.bgDataGroup > dd dl dt{line-height: 1.6; margin-bottom: 0em;}
	.bgDataGroup > dd dl dt::before{ content:'○'; display: inline-block;}
.bgDataGroup > dd dl dd{ line-height: 1.6; margin-bottom: 0em;}

.bgDataGroup > dd dl dd small{ display: inline-block;line-height: 1.6; padding-top: 0.5em;}


/* boxList
----------------------------------------------- */


/*
.boxList{ clear:both; overflow:hidden; position:relative; padding-top:30px;}
.boxList article.box{position:relative; width:calc(33.333% - 50px);margin:0 75px 75px 0; float:left; text-align:left;}
.boxList article.box:nth-of-type(3n){ margin-right:0;}
*/

.boxList{ display: grid; grid-template-columns: 1fr 1fr 1fr;grid-gap:75px;padding-top:30px;}
.boxList article.box{text-align:left;}




.boxList article.box dl dt{ background-color:#fff; width:100%; height:0;  padding-top:100%; margin-bottom:10px; position: relative;}

.boxList article.box dl dt a{ display:block; width:100%; padding-top:100%; position:absolute; top:0; left:0;}

.boxList article.box dl dd{}



.boxList article.box dl .date{ font-size:1rem;}
.boxList article.box dl .cat{ font-size:0.9rem; font-weight:600;  background: #FF809E; color:#fff;  height:23px; line-height:19px; text-align:center; padding:4px 15px; margin-left: 0.5em;border-radius:12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; letter-spacing: 0;}

.boxList article.box dl .cat.blog{  background: #EDC549;}



.boxList article.box dl .cat a{ text-decoration:none;}
.boxList article.box dl .description{ clear:both; padding-top:5px; line-height:1.6;}
.boxList article.box dl .description a{ color:inherit; text-decoration:none;}



.pagination{ text-align: center; color:#ccc; padding-top: 50px;}
.pagination .page-numbers{ padding: 0 5px;}
.pagination .page-numbers.current{}
.pagination .next{ margin-left: 20px;}
.pagination .prev{ margin-right: 20px;}
.pagination a{ color:#FF809E;}






article.detail{ }
article.detail img:not(.no_resize){ width:100%; height:auto;}
article.detail dl dt{ background-color:#fff; width:100%; height:auto; margin-bottom:60px; display:block !important;}


article.detail dl dd{ padding:0 10%;}


article.detail dl .meta{ text-align: center;}
article.detail dl .date{ font-size:1.2rem; line-height:1; padding-top:5px; display:inline-block;position:relative;
	top:-2px;}
article.detail dl .date.onlySP{ display:none;}
article.detail dl .cat{ margin-left:10px; vertical-align:top; font-size:1rem; font-weight:600; color:#cb0000; border:solid 1px #cb0000; height:19px; line-height:17px; text-align:center; padding:2px 15px 0px 15px;border-radius:15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	position:relative;
	top:2px;}

	body#service article.detail dl .cat{ display:none;}


article.detail dl .mainImage_sp{ margin-bottom: 1rem;}



article.detail dl h4{ padding:0px 25px 0 25px; font-size:1.4rem;  line-height:1.4; margin-bottom:40px; }
article.detail dl .entryBody {text-align:left; }


article.detail .share{ padding:50px 0 50px 0; text-align:center; line-height:0; display: none;}
article.detail .share .fb-like{ display:inline-block; vertical-align:bottom;}
article.detail .share .twitter{ display:inline-block; vertical-align:bottom;}

article.detail .shareArea{
	display: flex;
	justify-content: center;
}

article.detail .shareArea div{ margin: 0 0.5em;}

article.detail .shareArea a{ display: block; width: 4rem; height: 4rem; border-radius: 50%;
	overflow: hidden;
	background:url(./img/common/icon_twitter.svg) center center no-repeat #f2f1ec; background-size:contain;
}

article.detail .shareArea .twitter a{ background:url(./img/common/icon_twitter.svg) center center no-repeat #f2f1ec; background-size:contain;}
article.detail .shareArea .line a{ background:url(./img/common/icon_line.svg) center center no-repeat #f2f1ec; background-size:contain;}


article.detail .shareArea a span{ display: none;}


article.detail dl dd a{ text-decoration: underline;}


/* header footer
----------------------------------------------- */

header.global{ width: 100%; background-color: #fff; height:140px; position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;font-size: 1.2rem; white-space:nowrap; }

header.global .globalInner{ min-width:1080px;}

header.global h1{ width:300px; margin:auto; position:relative; top:0px;}
header.global h1 img{width: 100%; height: auto;}

header.global .control.menu{ width:100px; height:40px; position:absolute; top:32px; right:60px; overflow:hidden; background:url(./img/common/btn_control_gray_header.svg) center center no-repeat; background-size:contain;}

header.global .instagram.menu{ width:40px; height:40px; position:absolute; top:32px; right:0; overflow:hidden; background:url(./img/common/instagram.svg) center center no-repeat; background-size:contain;}
header.global nav{ position:absolute; bottom:0; left:0; width:100%;}
header.global nav:before{ content:''; display:block; width:100%; height:10px; background-color:#f0f0e9; position:absolute;bottom:0; left:0; z-index:-1;}
header.global nav ul.globalMenu{ height:55px; overflow:hidden;}
header.global nav ul.globalMenu li{  width: calc(100% /6); display:inline-block;text-align:center; float:left;}
header.global nav ul.globalMenu li a{ display:block; line-height:55px; letter-spacing: 0; font-size:1.05rem}

header.global nav ul.globalMenu:before{ content:''; display:block; opacity:0; width:0px; height:10px; background-color:#FF809E; position:absolute;bottom:0; left:0; z-index:-1; transition: all 500ms cubic-bezier(.2,.50,.25,1);}

	body#news header.global nav ul.globalMenu:before{ opacity:1; width:calc(100% /6); left:0;}
	body#about header.global nav ul.globalMenu:before{ opacity:1; width:calc(100% /6); left:calc(100% /6);}
	body#education header.global nav ul.globalMenu:before{ opacity:1; width:calc(100% /6); left:calc(100% /6*2);}
	body#living header.global nav ul.globalMenu:before{ opacity:1; width:calc(100% /6); left:calc(100% /6*3);}
	body#admission header.global nav ul.globalMenu:before{ opacity:1; width:calc(100% /6); left:calc(100% /6*4);}
	body#contact header.global nav ul.globalMenu:before{ opacity:1; width:calc(100% /6); left:calc(100% /6*5);}

	header.global nav ul.globalMenu.hover:before{ opacity:1;}
	header.global nav ul.globalMenu.menu0:before{ width:calc(100% /6) !important; left:0 !important;}
	header.global nav ul.globalMenu.menu1:before{ width:calc(100% /6) !important; left:calc(100% /6) !important;}
	header.global nav ul.globalMenu.menu2:before{ width:calc(100% /6) !important; left:calc(100% /6*2) !important;}
	header.global nav ul.globalMenu.menu3:before{ width:calc(100% /6) !important; left:calc(100% /6*3) !important;}
	header.global nav ul.globalMenu.menu4:before{ width:calc(100% /6) !important; left:calc(100% /6*4) !important;}
	header.global nav ul.globalMenu.menu5:before{ width:calc(100% /6) !important; left:calc(100% /6*5) !important;}


	body#top header.global nav ul.globalMenu li a,
	body#news header.global nav ul.globalMenu li a,
	body#about header.global nav ul.globalMenu li a,
	body#education header.global nav ul.globalMenu li a,
	body#living header.global nav ul.globalMenu li a,
	body#admission header.global nav ul.globalMenu li a,
	body#contact header.global nav ul.globalMenu li a {color:#999 !important;}


	body#top header.global nav ul.globalMenu li a:hover,
	body#news header.global nav ul.globalMenu li a:hover,
	body#about header.global nav ul.globalMenu li a:hover,
	body#education header.global nav ul.globalMenu li a:hover,
	body#living header.global nav ul.globalMenu li a:hover,
	body#admission header.global nav ul.globalMenu li a:hover,
	body#contact header.global nav ul.globalMenu li a:hover,
	body#news header.global nav ul.globalMenu li:nth-of-type(1) a,
	body#about header.global nav ul.globalMenu li:nth-of-type(2) a,
	body#education header.global nav ul.globalMenu li:nth-of-type(3) a,
	body#living header.global nav ul.globalMenu li:nth-of-type(4) a,
	body#admission header.global nav ul.globalMenu li:nth-of-type(5) a,
	body#contact header.global nav ul.globalMenu li:nth-of-type(6) a {color:#000 !important;}






header#globaFixlHeader{ display: none; position: fixed; top: 0; left: 0;z-index: 500; width: 100%; min-height: 100px;}

header#globaFixlHeader.open{ position: relative;}

header#globaFixlHeader .headArea{position: fixed; top: 0; left: 0;z-index: 500; width: 100%;height: 100px; background-color: #fff;}
header#globaFixlHeader.open .headArea{ }

header#globaFixlHeader h1{ width: 310px; height: 43px;  position: absolute; top: 28px; left: 0;}
header#globaFixlHeader h1 a{ display: block; height: 43px;background:url(./img/common/logo.svg) left center no-repeat; background-size:contain;}
header#globaFixlHeader .spMenuBtn{ width: 100px; height: 100px; position: absolute; top: 0px; right: 0; cursor: pointer;}

header#globaFixlHeader .spMenuBtn hr{ width: 42px; height: 0; border-bottom: solid 3px #C9CACA;}
header#globaFixlHeader .spMenuBtn hr:nth-of-type(1){ position: absolute; top: 33px; left: 29px;}
header#globaFixlHeader .spMenuBtn hr:nth-of-type(2){ position: absolute; top: 48px; left: 29px;}
header#globaFixlHeader .spMenuBtn hr:nth-of-type(3){ position: absolute; top: 63px; left: 29px;}

header#globaFixlHeader .spMenuBtn.close hr{ width: 42px;}
header#globaFixlHeader .spMenuBtn.close hr:nth-of-type(1){ position: absolute; top: 47px; left: 29px; transform: rotate(-45deg);}
header#globaFixlHeader .spMenuBtn.close hr:nth-of-type(2){ position: absolute; top: 47px; left: 29px; transform: rotate(45deg);}
header#globaFixlHeader .spMenuBtn.close hr:nth-of-type(3){ display: none;}


header#globaFixlHeader nav{ background-color: #FF809E; position: relative; bottom: auto; padding-bottom: 100px; top: 100px;}
header#globaFixlHeader nav.close{ height: 0; overflow: hidden; padding: 0; transition: all 300ms cubic-bezier(.50,.0,.50,1);}

header#globaFixlHeader.open nav{}

header#globaFixlHeader nav > ul > li{ height: auto;border-bottom: solid 2px #fff; margin: 0; font-size: 1.3rem; position: relative;}
header#globaFixlHeader nav > ul > li a{ display: block; height: 100px; padding: 0 80px; position: relative; z-index: 2; cursor: pointer; font-size:1.35rem;}
header#globaFixlHeader nav > ul > li a span{ display: table-cell; height: 100px; vertical-align: middle; color: #fff;}

header#globaFixlHeader nav > ul > li.single a,
header#globaFixlHeader nav > ul > li a.parent{ font-weight:bold;}

header#globaFixlHeader nav > ul > li:not(.single):before{ content:''; display:block; width:30px; height:30px; background:url(./img/common/icon_plus_white.png) center center no-repeat; background-size:contain;  position:absolute;top:50px; right:80px; margin-top:-15px; z-index:1;}
header#globaFixlHeader nav > ul > li.open:before{background:url(./img/common/icon_minus_white.png) center center no-repeat; background-size:contain; }
header#globaFixlHeader nav > ul > li.single:before{ display: none}

header#globaFixlHeader nav > ul ul{ height: 0; margin: 0 80px; overflow: hidden; font-size: 1.1rem;}
header#globaFixlHeader nav > ul ul.open{padding-bottom:40px; height: auto;}
header#globaFixlHeader nav > ul ul > li a{ height: auto; padding: 0 0 0 0;color: #fff;}
header#globaFixlHeader nav > ul ul > li a:before{ display: none;}





header#globaFixlHeader .footSubNavi{

	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap:2rem;

	margin:30px 80px 50px 80px;

}

header#globaFixlHeader .footSubNavi .control{ padding: 0.5em 0;}
	header#globaFixlHeader .footSubNavi .control a{position: relative;display: block; }
header#globaFixlHeader .footSubNavi .control a img{ width: 100%; height: auto;}


header#globaFixlHeader .footSubNavi .instagram{ padding: 0.5em 0; display: flex; align-items: center; border-left: dashed 2px #fff; }
header#globaFixlHeader .footSubNavi .instagram a{  display:block; width: 50px; height: 50px; background:url(./img/common/instagram_white.svg) center center no-repeat; background-size:contain; margin: auto;}




header#globaFixlHeader2 .instagram{ display: block; position: relative; top: 50px; right: auto; left: auto; margin: auto; width: 50px; height: 50px;background:url(./img/common/instagram_white.svg) center center no-repeat; background-size:contain; }



nav.directory{}

body#top nav.directory{ display:none;}





footer{ position:relative; min-height:460px; font-size: 0.85rem; letter-spacing: 0.1em; border-top: solid 1px #ddddda; color:#999999;}
footer:before{ content:''; display:block; width:100%; height:10px; background-color:#FF809E; position:absolute;bottom:0; left:0; z-index:1;}

footer nav{ padding:65px 0 0 345px;}

footer nav > ul{ overflow:hidden; min-height:280px; position:relative;}
footer nav > ul > li { float:left; color: #999 !important;}
footer nav > ul > li:before{ content:'＞'; display:inline-block;}

footer nav > ul > li a,
footer nav > ul > li a:visited{ color: #999 !important;}

footer nav > ul > li:nth-of-type(1){ position:absolute; top:0px; left:0px;}
footer nav > ul > li:nth-of-type(2){ position:absolute; top:80px; left:0px;}
footer nav > ul > li:nth-of-type(3){ position:absolute; top:0px; left:240px;}
footer nav > ul > li:nth-of-type(4){ position:absolute; top:125px; left:240px;}
footer nav > ul > li:nth-of-type(5){ position:absolute; top:0px; left:390px;}
footer nav > ul > li:nth-of-type(6){ position:absolute; top:125px; left:390px;}
footer nav > ul > li:nth-of-type(7){ position:absolute; top:150px; left:390px;}
footer nav > ul > li:nth-of-type(8){ position:absolute; top:175px; left:390px;}

footer nav ul ul{ padding-left:10px;}
footer nav ul ul li{ float:none;}
footer nav ul ul li:before{content:'・'; display:inline-block;}

footer .info{ position:absolute; top:65px; left:0; width:400px;}
footer .info h2{ line-height:1.4; margin-bottom:15px; font-weight:normal; font-size:1.2em;}
footer .info p{}

footer .footSubNavi{ display:none;}

footer .logo{ display:block; width:220px; height:40px;  position:absolute;bottom:65px; left:0;}
footer .logo a{ display: block; height:0; padding-top: 40px; overflow: hidden; background:url(./img/common/logo2.svg) center center no-repeat; background-size:contain;}
footer .logo a:hover{ opacity:.8;}

footer .copyright{ text-align:right; padding:0px 0 70px 0; font-size:0.8rem;}


/* section
----------------------------------------------- */
section{ padding:40px 0; position:relative;}
	section.full{ padding:0;}

section.contentsTop{ padding-top:0px;}
section.contentsTop:before{ content:''; display:block; width:100%; height:100px; background-color:#f2f2f2; position:absolute;top:0; left:0; z-index:1;}

section.contentsTop .contentsTopSpacer{ width: 100%; height: 140px; background: rgba(255,0,0,0);}

section h3.title{ width:400px; padding-bottom:10px; font-size:1.5rem;font-weight:600 !important; margin:0 auto 130px auto; display:block; text-align:center; border-bottom:solid 2px #ccc;}
section h3.title.icon:before{ content:''; display:block; width:80px; height:80px; background-color:#eee; position:absolute;bottom:-100px; left:50%; margin-left:-40px; z-index:1;}

section h3.noIcon{ margin-bottom: 0;}


section h4{ font-size: 1.4rem;font-weight:600 !important; line-height: 1.5; margin-bottom: 40px; padding-bottom:10px;}
section h4.noMargin{margin-bottom: 0px; }

section .categoryNavi{ display: flex; justify-content: center; width: 100%; margin-bottom: 40px;}
section .categoryNavi ul{ display: flex; flex-wrap: wrap; justify-content: center;}
section .categoryNavi ul li{border-right: solid 1px #FF809E; padding: 0; margin-bottom: 1em;}
section .categoryNavi ul li:first-child{border-left: solid 1px #FF809E; }
section .categoryNavi ul li a{ display: block; padding: 0.5em 80px;}



section dl.contents{}
section dl.contents dt{
	    font-size: 1.5rem;
    font-weight: 600 !important;
    line-height: 1.5;
    margin-bottom: 0.5em;
    padding-bottom: 0px;
}
section dl.contents dd{ margin-bottom: 5rem;}


section .titleMesseage{ margin-bottom: 60px;text-align: center;}
section .titleMesseage h4{  margin-bottom: 10px;}
section .titleMesseage .by{ text-align: left; width: auto; display: inline-block; position: relative; margin: auto; overflow: hidden;font-size:1.3rem;}
section .titleMesseage .by:before{
	content:"";
	display:inline-block;
	border-bottom: solid 1px #ccc;
	position:relative;
	top:-5px;
	left: 0px;
	width: 540px;
	height: 1px;
	margin-right: 15px;
	line-height: 0;
}

section .pageHeader{ width:1080px; margin:0 auto 0px auto; position:relative; text-align: center; }

section .pageHeader ul.tabs{ overflow:hidden; position:relative; z-index:2; display:inline-block;}
section .pageHeader ul.tabs li{width:222px; height:80px; float:left; margin-right:4px; background-color:#f0f0e9;}
section .pageHeader ul.tabs li:last-child{ margin-right:0;}
section .pageHeader ul.tabs li a{ display:block; height:80px; padding:2px 0 0 30px;letter-spacing:0.05em; position:relative;}
section .pageHeader ul.tabs li a span{ display:table-cell; font-size: 1em; text-align: left;height:80px; vertical-align:middle; line-height:1.5; color:#999;}
section .pageHeader ul.tabs li a:before{ content:''; display:block; width:18px; height:27px; background:url(./img/common/arrow_right_gray.svg) center center no-repeat; position:absolute;top:50%; right:35px; margin-top:-14px; z-index:1;}


section .pageHeader .visual{ width:100%; height:450px; border-radius:15px; position:relative; top:-40px; left:0; z-index:1;}
section .pageHeader.no_visual .visual{ display: none;}

section .caption{position: relative;text-align: left; font-size: 0.8rem; line-height: 1.4; padding-top: 0.5em; background: rgba(255,0,0,0);}
section .pageHeader .caption{ top: -40px; }

/* mainVisual
----------------------------------------------- */
section#mainVisual { height:400px; margin: auto; padding: 0; box-sizing: content-box; border-bottom:solid 10px #FF809E; background-color: #f7f7f4;}
section#mainVisual .image{ width: 100%; height: inherit; max-width:  1300px; margin: auto; position: relative; }
	.slideAreaWrap{ overflow: hidden;}



/* directory
----------------------------------------------- */
.directory{ width: 900px !important; max-width: 1300px; height:50px; font-size:0.8em; margin:auto;}

.directory .pankuzu{ display:table-cell; height:50px; vertical-align:middle;}

.directory a{ display:inline-block; margin-right:10; color: #333;}
.directory a:not(.arrow){ display:inline-block; white-space:nowrap;}
.directory a:after{
		content:">";
		display:inline-block;
		padding:0 10px;
		line-height:1;
		position:relative;
		top:0px;
}


	body#news .directory a:after{ color: #FF809E;}
	body#about .directory a:after{ color: #0078D4;}
	body#education .directory a:after{ color: #2E9900;}
	body#living .directory a:after{ color: #FFCC00;}
	body#admission .directory a:after{ color: #CC0000;}
	body#contact .directory a:after{ color: #33B3FF;}


	body#prevention .directory a:after{ color: #FF809E;}



/* top
----------------------------------------------- */
body#top #mainVisual { height:670px;}
body#top #mainVisual .image{ border-color:#FF809E; height:670px;position: relative;}

body#top #mainVisual .image:after{ content:''; display: block; width: 60px; height: 350px; background: url(./img/top/message.png) center top no-repeat; position: absolute; top: 30px; left: 50%; z-index: 1000; margin-left: -30px;}


section#news{}
section#news h2{ line-height: 1;}


.iconSmile{ padding-left:50px;}
.iconSmile:before{content:''; display:inline-block; width:40px; height:40px; background:url(./img/top/icon_news.png) center center no-repeat; background-size:contain; position:absolute; top:-9px; left:-5px;}


section#news .more{ position:absolute; top:-2px; right:0;}
section#news .more a{ display:inline-block; padding-left:25px; color: #FF809E; line-height:30px;}
section#news .more a:before{content:''; display:inline-block; width:13px; height:24px; background:url(./img/common/arrow_right.svg) center center no-repeat; background-size:contain; position:absolute; top:50%; left:0; margin-top:-12px;}

section#news .newsList{ padding-top:20px;}
section#news .newsList dl{ position:relative; margin-bottom:1em; padding:0 0 1em 0; border-bottom:dotted 2px #FF809E;
	display: grid;
	grid-template-columns: 6.5em 6em 1fr;
	grid-gap:0.5em;
}
section#news .newsList dt{ transform: translate(0,0.05em); }
section#news .newsList dd.category{line-height:1;display: flex; justify-content: center; align-items: flex-start ; padding-top: 0.3em;s}
section#news .newsList dd.category .tag{ width:100%; background: #FF809E; border-radius: 1em; color: #fff; font-size: 0.8rem; display:block; padding: 0.4em 0em; text-align: center;}

section#news .newsList dd.category .tag.blog{ background-color: #EDC549; }

section#news .newsList dd.title{line-height:140%;display: flex;  align-items: center ;}


section#news .newsList dl:last-of-type{ border-bottom:0;}

section#instagram .photoWrap{  width:100%; max-width:970px; position:relative;margin:0 auto 10px auto;}
section#instagram .photoWrap .photoSet{ width:900px;  overflow:hidden; margin:0px; position:relative;}
section#instagram .photoWrap .photoSet .item{ width:auto; height:auto; margin:0 22.5px; display:inline-block;}
section#instagram .photoWrap .photoSet .item a{ display: block; padding-top: 100%; overflow: hidden;}
section#instagram .photoWrap .photoSet .item img{ width:100%; height:auto; display: none;}

section#instagram .photoWrap .slick-track{width:945px;  overflow:hidden; margin:0 0 0 -22.5px; position:relative;}

section#instagram .photoWrapSP{  width:85%; height:auto; position:relative; margin:0 auto 10px auto;}
section#instagram .photoWrapSP .photoSet{ width:100%; margin:0; position:relative;}
section#instagram .photoWrapSP .photoSet .item{ width:100%; height:auto; margin:0 0px 40px 0; display:inline-block;}
section#instagram .photoWrapSP .photoSet .item a{ display: block; padding-top: 100%; overflow: hidden;}
section#instagram .photoWrapSP .photoSet .item img{ width:100%; height:auto; display: none;}


section#instagram{ text-align: center;}
section#instagram h2{margin-bottom: 10px; text-align:left;}




section#instagram .more a{ display:block; width: 350px; height:80px; padding:0px 10px 0 0px; position:relative;background-color: #FF809E; margin: auto; text-align: center; }
section#instagram .more a span{ display:inline-block; font-size: 1.4em; text-align: left;height:80px; line-height: 80px; vertical-align:middle; color:#fff;margin: auto; }
section#instagram .more a:before{ content:''; display:block; width:18px; height:27px; background:url(./img/common/arrow_right_white.svg) center center no-repeat; position:absolute;top:50%; right:35px; margin-top:-14px; z-index:1;}




/* slide
----------------------------------------------- */
.mainVisualSlider .slideAreaWrap {
  height: 670px;
  position: relative;
	z-index: 40;
  background-color: #fff;
  margin-bottom:60px;
   }

.mainVisualSlider .slick-list {
  position: relative;
  z-index: 2; }

.mainVisualSlider .slick-slide {
  height: 670px !important; }

.mainVisualSlider .slick-slide a {
  display: block;
  height: 670px; }

.mainVisualSlider .dotNav {
  position: absolute;
  bottom: -28px;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center; }

.mainVisualSlider .dotNav li {
  display: inline-block;
  margin: 0 -2px;
  cursor: pointer; }

.mainVisualSlider .dotNav li button {
  position: relative;
  width: 45px;
  height: 28px;
  text-indent: -999px;
  overflow: hidden;
  background: url("http://portal.cache.dia-horizon.jp/img/common/dot_normal-4b70c2e0.png") center bottom no-repeat;
  background-size: auto 200% !important;
  cursor: pointer; }

.mainVisualSlider .dotNav li.slick-active button {
  background: #666;
  background-size: auto 200% !important; }

.mainVisualSlider .dotNav li button:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 45px;
  height: 28px;
  background: #ccc;
  background-size: auto 200% !important; }

.mainVisualSlider .dotNav li.slick-active button:after {

  background-size: auto 200% !important; }

.mainVisualSlider .dotNav li button:hover:after {
  -webkit-animation: flash 1.0s ease-in-out forwards;
  animation: flash 1.0s ease-in-out forwards; }

.mainVisualSlider .slick-next {
  right: -60px; }

.mainVisualSlider .slick-prev {
  left: -60px; }

.mainVisualSlider .slick-prev, .mainVisualSlider .slick-next {


    content: '';
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    position: absolute;

    z-index: 50;
    background-color:#bd2a28;
    border: solid 3px #fff;


  font-size: 0 !important;
  line-height: 0 !important;
  position: absolute !important;
  top: 50% !important;
  display: block !important;

  -webkit-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  cursor: pointer !important;
  color: transparent !important;
  outline: none !important; }

.mainVisualSlider .slick-prev:after,
.mainVisualSlider .slick-next:after {
  content: '' !important;
  position: absolute !important;
  top: -3px !important;
  left: -3px !important;
  z-index: 11;
  display: block !important;
  width: 80px !important;
  height: 80px !important;
  opacity: 1;
  -webkit-transition: all 300ms cubic-bezier(0.5, 0, 0.5, 1) !important;
  transition: all 300ms cubic-bezier(0.5, 0, 0.5, 1) !important; }

.mainVisualSlider .slick-next:after {
  background: #ccc; }

.mainVisualSlider .slick-prev:after {
  background: #ccc }

.mainVisualSlider .slick-prev:hover:after,
.mainVisualSlider .slick-next:hover:after {
  -webkit-animation: flash 1s ease-in-out forwards;
  animation: flash 1s ease-in-out forwards; }

.mainVisualSlider .slick-prev:before, .mainVisualSlider .slick-next:before {
  display: none !important; }



#sliderPosMark{ width: 41px; height: 40px; position: absolute; bottom:30px; left: 50%; margin-left: -21px; z-index: 1000;background:url(./img/top/slide_no/1.png) center center no-repeat;}
#sliderPosMark.no_1{background:url(./img/top/slide_no/2.png) center center no-repeat;}
#sliderPosMark.no_2{background:url(./img/top/slide_no/3.png) center center no-repeat;}
#sliderPosMark.no_3{background:url(./img/top/slide_no/4.png) center center no-repeat;}
#sliderPosMark.no_4{background:url(./img/top/slide_no/5.png) center center no-repeat;}




/* top
----------------------------------------------- */

body#top.home section h3.title.icon:before{ display: none;}


body#top.home .borderColor{ border-color:#FF809E !important;}
body#top.home .color{ color:#FF809E !important;}


body#top.home h3{ width: 240px; margin: auto;}


body#top #topRead{ text-align: center; color:#FF809E; padding-top: 50px; background:url(./img/top/top_read_bg.png) center top;}
body#top #topRead p{ margin-bottom: 50px; font-size: 1.2rem; letter-spacing: 0.05em;line-height: 2.5;font-weight:500 !important;}



body#top #mission{ text-align: center;  padding-top: 50px}

body#top #mission h3.title{margin-bottom: 50px;}

body#top #mission .mission_1{ margin-bottom: 100px;}
body#top #mission .mission_2{ margin-bottom: 50px;}

body#top #mission .mission_1 p{font-size: 1.80rem; line-height: 2; letter-spacing: 0.15em;font-weight:600 !important; color:#666666;}

body#top #mission .mission_2{ font-size: 0; line-height: 1;}
body#top #mission .mission_2 dl{font-size: 1rem; line-height: 1.5; display: inline-block; width:calc(33.333% - 30px); height: 445px; margin: 0 40px 40px 0px;vertical-align: top;}

body#top #mission .mission_2 dl:nth-of-type(3){ margin-right: 0;}


body#top #mission .mission_2 dl dt{color:#FF809E;  font-weight: bold;font-size: 1.4rem; line-height:1.5;  margin-bottom: 10px;}
body#top #mission .mission_2 dl dd{font-size: 1.1rem; line-height:1.8;text-align: left;}

body#top #mission .mission_2 dl dd.image{ height: 265px; margin-bottom: 20px;}

body#top #mission .mission_2 dl:nth-of-type(1) dd.image{background:url(./img/top/mission_2_1.png) center center no-repeat;	background-size:contain;}
body#top #mission .mission_2 dl:nth-of-type(2) dd.image{background:url(./img/top/mission_2_2.png) center center no-repeat;	background-size:contain;}
body#top #mission .mission_2 dl:nth-of-type(3) dd.image{background:url(./img/top/mission_2_3.png) center center no-repeat;	background-size:contain;}
body#top #mission .mission_2 dl:nth-of-type(4) dd.image{background:url(./img/top/mission_2_4.png) center center no-repeat;	background-size:contain;}
body#top #mission .mission_2 dl:nth-of-type(5) dd.image{background:url(./img/top/mission_2_5.png) center center no-repeat;	background-size:contain;}



#linkBanner nav{}
#linkBanner nav ul{ overflow: hidden; border-top:solid 1px #c9caca; padding-top:100px;}
	body#top #linkBanner nav ul{ border-top:0; padding-top:0;}
	body#education #linkBanner nav ul{ border-top:0; padding-top:40px;}

#linkBanner nav ul li{width:calc(33.333% - 30px); height: 200px; margin: 0 45px 40px 0px;vertical-align: top; float: left; position:relative;}
	#linkBanner nav ul li:nth-of-type(3),
#linkBanner nav ul li:nth-of-type(6){ margin-right: 0;}

#linkBanner nav ul li a{ display: block;color:#FF809E !important; font-size: 1.2rem; font-weight: bold;}
#linkBanner nav ul li a:before{ content: ''; display: block; border-radius: 10px; width: 100%; padding-top: 55.555%; margin-bottom: 5px;}


#linkBanner nav ul li:after{ content: ''; display: block; width: 3px; padding-top: 70.555%; position:absolute; right:-25px; top:0; background:url(./img/common/dot_line_pink.png) repeat-y;}

#linkBanner nav ul li:nth-of-type(1) a:before{background:url(./img/top/link_1.jpg) center center no-repeat;	background-size:cover;}

#linkBanner nav ul li:nth-of-type(2) a:before{background:url(./img/top/link_2.jpg) center center no-repeat;	background-size:cover;}

#linkBanner nav ul li:nth-of-type(3) a:before{background:url(./img/top/link_3.jpg) center center no-repeat;	background-size:cover;}

#linkBanner nav ul li:nth-of-type(4) a:before{background:url(./img/top/link_4.jpg) center center no-repeat;	background-size:cover;}

 #linkBanner nav ul li:nth-of-type(5) a:before{background:url(./img/top/link_5.jpg) center center no-repeat;	background-size:cover;}

#linkBanner nav ul li:nth-of-type(6) a:before{background:url(./img/top/link_6.jpg) center center no-repeat;	background-size:cover;}


#linkBanner nav ul li a span.text{ display:inline-block; padding-right:30px; line-height:1; position:relative;}
#linkBanner nav ul li a span.text:after  {
    content: '';
    display: inline-block;

    width: 12px;
    height: 20px;
    background: url(./img/common/arrow_right.svg) center center no-repeat;
    background-size: contain;
    position:absolute;
    top: 50%;
    right: 0;
	margin-top:-10px;
}


/* news
----------------------------------------------- */
body#news section h3.title.icon:before{
	background:url(./img/news/icon.png) center center no-repeat;
	background-size:cover;
	width: 116px;
	height: 87px;
	bottom: -100px;
    margin-left: -58px;
}


body#news .borderColor{ border-color:#FF809E !important;}
body#news .color{ color:#FF809E !important;}

body#news section#mainVisual .image{
	background:url(./img/news/main_visual.jpg) center center no-repeat; background-size:cover;
}


body#news section.contentsTop:before{
	background:url(./img/news/contents_top.png) center center no-repeat;
}




body#news section .entryBody table.res {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
	 border-top: 5px solid #FF809E !important;
	font-size: 0.9em;
	margin-bottom: 20px;
}
body#news section .entryBody table.res thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f2f2f2;
}
body#news section .entryBody table.res thead th {
	padding: 10px;
	vertical-align: middle;
	text-align: center;

}
body#news section .entryBody table.res tbody th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;

	background: #f2f2f2;
}
body#news section .entryBody table.res td {

	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

body#news section .entryBody table.res td:nth-of-type(1){width: 80px;}
body#news section .entryBody table.res td:nth-of-type(2){width: 200px;}
body#news section .entryBody table.res td:nth-of-type(3){width: 150px; text-align: center;}
body#news section .entryBody table.res td:nth-of-type(4){width: auto;}



@media screen and (max-width: 750px) {

	body#news section .entryBody table.res td{width: auto !important;}

  table.res {
    border: none !important;
	 border-top: 0px !important;

  }
  table.res thead {
    display: none;
	border:0;
  }

  body#news section .entryBody table.res {

	 border-top: 0px !important;

	}


  table.res tr {
     border-top: 5px solid #FF809E !important;
    display: block;
	min-height:25px;
    margin-bottom: 20px;

  }
  table.res td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
    display: block;
    padding: 10px 0 10px 150px !important;
    text-align: left !important;
	position:relative;
	overflow:hidden;
	min-height:45px;
  }
  table.res td::before {
    content: attr(data-label);

	position:absolute;
	top:10px;
	left:10px;
	z-index:5;
  }

  table.res td::after {
	content:'';
	display:inline-block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	width:140px;
	height:100vh;
	background-color:#f2f2f2;
  }

	.thumbList{height: auto; padding-top: 0vw; margin-bottom: 5vw;}
	.thumbList ul{ display: flex; justify-content: space-between;

		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		flex-wrap: wrap;


	}
	.thumbList ul li{ width: 30%;  border-radius: 50%; margin-bottom: 3vw; }




.bgDataGroup{ grid-template-columns: 1fr;}
	.bgDataGroup > dt{ padding-bottom:0;}
	.bgDataGroup > dd{}


	.bgDataGroup > dt{ background: transparent !important; padding: 1em 2em; font-weight: bold; font-size: 1.2em;}
	.bgDataGroup > dd{ background: #fbfbf9 !important; padding: 1em 2em;}




	.bgDataGroup > dd dl{ display: grid; grid-template-columns: 1fr;grid-gap:0em; margin-bottom: 2em;}
	.bgDataGroup > dd dl dt{line-height: 1.2; margin-bottom: 0.5em;}

	.bgDataGroup > dd dl dd{ line-height: 1.2; }
.bgDataGroup > dd dl dd:not(:last-child){ margin-bottom: 2em;}
	.bgDataGroup > dd dl dd small{ display: inline-block;line-height: 1.2; padding-top: 0.5em;}





	ul.frameBoxArea{ grid-template-columns: 1fr; grid-gap:30px; margin-bottom: 5rem;}
	ul.frameBoxArea.col_2{grid-template-columns: 1fr; }
	ul.frameBoxArea.col_4{grid-template-columns: 1fr 1fr; }
	ul.frameBoxArea li{ border-radius: 20px; padding: 1em; text-align: center; line-height: 1.4;
		font-size: 1.2rem; border-width: 6px !important;}

	ul.frameBoxArea li img{  height: 28vw; margin:0 auto 0.5em;}


	ul.frameBoxArea dl{ padding:0em 1em 0em;}
	ul.frameBoxArea dl dt{ padding-bottom: 0.5em; margin-bottom: 1em; font-size: 1.3em;}
	ul.frameBoxArea dl dd{ }
	ul.frameBoxArea dl .imageAutoWrap{ margin-bottom: 1em; }


	ul.labelBox{grid-template-columns: 1fr; grid-gap:30px; margin-bottom: 2rem;}
	ul.labelBox li{  border-radius: 10px; padding: 1em; }

	.frameBox{ border: solid 2px #ff809e; padding:1em 1em; margin:0 auto 5rem; }
	.frameBox dt{ font-size: 1.5rem;}

	.spacerLine{ padding: 100px 0;}
	.spacerLine::before{

		width: 120%;
	}


	.sp_tLeft{ text-align: left !important;}
	.sp_tCenter{ text-align: center !important;}
}//media max-width: 750px




body#news #footerSpacer{ height:50px;}





/* about
----------------------------------------------- */

body#about section h3.title.icon:before{
	background:url(./img/about/icon.png) center center no-repeat;
	background-size:cover;
	width: 103px;
	height: 103px;
	bottom: -100px;
    margin-left: -52px;
}


body#about .borderColor{ border-color:#0078D4 !important;}
body#about .color{ color:#0078D4 !important;}


body#about #mainVisual .image{ background:url(./img/about/main_visual.jpg) center center no-repeat; background-size:cover;}
body#about section.contentsTop:before{
	background:url(./img/about/contents_top.png) center center no-repeat;
}

body#about section .pageHeader ul.tabs li a:hover span{ color:#0078D4;}
body#about section .pageHeader ul.tabs li a:hover:before{ background:url(./img/common/arrow_right_blue.svg) center center no-repeat;}

body#about.message section .pageHeader ul.tabs li:nth-of-type(1),
body#about.tenjin section .pageHeader ul.tabs li:nth-of-type(2),
body#about.excerpt section .pageHeader ul.tabs li:nth-of-type(3),
body#about.access section .pageHeader ul.tabs li:nth-of-type(4){ background-color:#0078D4;}
body#about.message section .pageHeader ul.tabs li:nth-of-type(1) a span,
body#about.tenjin section .pageHeader ul.tabs li:nth-of-type(2) a span,
body#about.excerpt section .pageHeader ul.tabs li:nth-of-type(3) a span,
body#about.access section .pageHeader ul.tabs li:nth-of-type(4) a span{  color:#fff;}
body#about.message section .pageHeader ul.tabs li:nth-of-type(1) a:before,
body#about.tenjin section .pageHeader ul.tabs li:nth-of-type(2) a:before,
body#about.excerpt section .pageHeader ul.tabs li:nth-of-type(3) a:before,
body#about.access section .pageHeader ul.tabs li:nth-of-type(4) a:before{ background:url(./img/common/arrow_right_white.svg) center center no-repeat;}




body#about.message section .pageHeader .visual{  background: #666;}
body#about.tenjin section .pageHeader .visual{  background: #999;}
body#about.excerpt section .pageHeader .visual{  background: #aaa;}
body#about.access section .pageHeader .visual{  background: #ccc;}



body#about .entryBody{}
body#about .entryBody section{ padding: 0;}

body#about .entryBody h4{ text-align: center; margin-bottom: 40px; display: table; min-width:150px;}


body#about .entryBody .col2{ position: relative; padding-top: 20px; margin-bottom: 100px;}
body#about .entryBody .col2 .text{ position: absolute; top: 18px; left: 0; width: 400px;}
body#about .entryBody .col2 .profile{ padding-left: 450px;}
body#about .entryBody .col2 .profile .name{ font-size: 1.3em; margin-bottom: 0px; padding-top: 20px;}
body#about .entryBody .col2 .profile .title{ margin-bottom: 5px;}
body#about .entryBody .col2 .profile .data{font-size: 0.8em;}


body#about .schoolInfo{ overflow: hidden; margin-bottom: 80px; padding-top: 40px;}
body#about .schoolInfo .name{ width: 350px; float: left; font-size: 1.5rem; line-height: 1.5;}
body#about .schoolInfo .data{ width:inherit; float: right; display:inline-block; white-space:nowrap;}


body#about .messagePhoto_1{ width:100%; height:0px; padding-top:33.3%; border-radius: 15px; overflow: hidden;}

body#about .profile .profilePhoto{ width:450px; height:310px;}


body#about.excerpt{}

body#about.excerpt table.data{ margin-bottom: 80px;}


body#about.excerpt h4{border-bottom: solid 1px;}

body#about.excerpt .history h4{ margin-bottom: 40px;}
body#about.excerpt .history p.read{ text-align: center;}
body#about.excerpt .history table.history{margin-bottom: 60px;}



body#about.access h4{border-bottom: solid 1px;}

body#about .map{width:1080px; height:400px; margin:0 auto 80px auto; }
body#about #gmap{ width:100%; height:400px;}
body#about iframe{ width:100%; height:400px;}



body#about.tenjin #footerSpacer{ height:80px;}
body#about.excerpt #footerSpacer{ height:140px;}
body#about.access #footerSpacer{ height:70px;}


/* education
----------------------------------------------- */
body#education section h3.title.icon:before{
	background:url(./img/education/icon.png) center center no-repeat;
	background-size:cover;
	width: 113px;
	height: 82px;
	bottom: -100px;
    margin-left: -57px;
}

body#education .borderColor{ border-color:#2E9900 !important;}
body#education .color{ color:#2E9900 !important;}

body#education #taisetsu h4 {
    margin-bottom: 40px;
    border-bottom: solid 1px;
    text-align: center;
    display: table;
	padding:0 20px;
}



body#education #mainVisual .image{ background:url(./img/education/main_visual.jpg) center center no-repeat; background-size:cover;}
body#education section.contentsTop:before{
	background:url(./img/education/contents_top.png) center center no-repeat;
}

body#education section .pageHeader ul.tabs li a:hover span{ color:#2E9900;}
body#education section .pageHeader ul.tabs li a:hover:before{ background:url(./img/common/arrow_right_green.svg) center center no-repeat;}

body#education.feature section .pageHeader ul.tabs li:nth-of-type(1),
body#education.voice section .pageHeader ul.tabs li:nth-of-type(2),
body#education.uniform section .pageHeader ul.tabs li:nth-of-type(3){ background-color:#2E9900;}
body#education.feature section .pageHeader ul.tabs li:nth-of-type(1) a span,
body#education.voice section .pageHeader ul.tabs li:nth-of-type(2) a span,
body#education.uniform section .pageHeader ul.tabs li:nth-of-type(3) a span{  color:#fff;}
body#education.feature section .pageHeader ul.tabs li:nth-of-type(1) a:before,
body#education.voice section .pageHeader ul.tabs li:nth-of-type(2) a:before,
body#education.uniform section .pageHeader ul.tabs li:nth-of-type(3) a:before{ background:url(./img/common/arrow_right_white.svg) center center no-repeat;}

body#education.feature section .pageHeader .visual{  background: #ccc;}
body#education.voice section .pageHeader .visual{  background: #666;}


body#education.voice section .pageHeader{ }
body#education.voice section .pageHeader .visual{ display: none;}
body#education.voice section .caption{ display: none;}




body#education.feature section.contentsTop{ padding-bottom: 0;}


body#education.feature section #chikai{ text-align:left; font-weight:500 !important; display:table; margin:0 auto 100px auto;}
body#education.feature section #chikai h5{ font-size:1.1rem; margin-bottom:10px;}
body#education.feature section #chikai ul li{font-size:1.1rem; margin-bottom:0.5em;}

body#education.feature section .titleMesseage{ padding-top: 40px;}
body#education.feature section .titleMesseage .by:before{ border-bottom-color: #2E9900;}


body#education.feature section#honmono{ padding-top:70px;}
body#education.feature section#honmono .honmonoHeadImage{ width:100%; height:0; padding-top:33.3%; background:url(./img/education/honmono_head.jpg) no-repeat; background-size:cover; margin-bottom:30px; border-radius:15px; overflow:hidden;}


body#education.feature section#honmono .taiken{}

body#education.feature section#honmono .taiken dl{ overflow:hidden; margin-bottom:40px;}
body#education.feature section#honmono .taiken dl dt{ width:50%; font-size:0.9rem;}
body#education.feature section#honmono .taiken dl dd{ width:50%; box-sizing:border-box;}

body#education.feature section#honmono .taiken dl dt .imageAutoWrap{ margin-bottom:0px;}

body#education.feature section#honmono .taiken dl.imageLeft dt,
body#education.feature section#honmono .taiken dl.imageRight dd{ float:left; }

body#education.feature section#honmono .taiken dl.imageRight dt,
body#education.feature section#honmono .taiken dl.imageLeft dd{ float:right; }

body#education.feature section#honmono .taiken dl.imageLeft dd{ padding-left:40px;}
body#education.feature section#honmono .taiken dl.imageRight dd{  padding-right:40px; }



body#education.feature section#honmono .taiken dl.imageBottom{}
body#education.feature section#honmono .taiken dl.imageBottom dd{ width:100%; margin-bottom:40px;}
body#education.feature section#honmono .taiken dl.imageBottom dt{ width:calc(50% - 30px);}
body#education.feature section#honmono .taiken dl.imageBottom dt.left{ float:left;}
body#education.feature section#honmono .taiken dl.imageBottom dt.right{ float:right;}





body#education.voice section .interview{}
body#education.voice section .interview h3.head{  height: 343px; margin-bottom: 50px; position: relative;}
body#education.voice section .interview h3.head .imageAutoWrap{width: 1080px; height: 343px; position: absolute; top: 0; left: -100px;}
body#education.voice section .interview h3.head hide{ display: none;}

body#education.voice section .interview h4{ margin-bottom:10px;}

body#education.voice section .interview .read{margin-bottom: 100px;}

body#education.voice section .interview dl{position: relative; margin-bottom: 100px;display: grid; grid-template-columns: 450px 1fr;grid-gap:0px;}
body#education.voice section .interview dl dt{ }
body#education.voice section .interview dl dd{}


body#education.voice section .interview dl:nth-child(odd){}
body#education.voice section .interview dl:nth-child(odd) dt{
	grid-row: 1 / 2;
	grid-column: 1 / 2;
 }
body#education.voice section .interview dl:nth-child(odd) dd{
	grid-row: 1 / 2;
	grid-column: 2 / 3;
	padding-left: 50px;
}

body#education.voice section .interview dl:nth-child(even){}
body#education.voice section .interview dl:nth-child(even) dt{
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}
body#education.voice section .interview dl:nth-child(even) dd{
	grid-row: 1 / 2;
	grid-column: 1 / 2;
	padding-right: 50px;
}


body#education.voice section .interview dl img{ height: auto;}
body#education.voice section .interview .hide{ display: none;}



body#education.feature .entryBody section.bgColor{ padding-bottom: 120px;}
body#education.voice .entryBody section.bgColor{ padding-bottom: 70px;}



/* living
----------------------------------------------- */

body#living section h3.title.icon:before{
	background:url(./img/living/icon.png) center center no-repeat;
	background-size:cover;
	width: 141px;
	height: 103px;
	bottom: -100px;
    margin-left: -70px;
}


body#living .borderColor{ border-color:#FFCC00 !important;}
body#living .color{ color:#FFCC00 !important;}


body#living #mainVisual .image{ background:url(./img/living/main_visual.jpg) center center no-repeat; background-size:cover;}
body#living section.contentsTop:before{
	background:url(./img/living/contents_top.png) center center no-repeat;
}

body#living section .pageHeader ul.tabs li a:hover span{ color:#FFCC00;}
body#living section .pageHeader ul.tabs li a:hover:before{ background:url(./img/common/arrow_right_yellow.svg) center center no-repeat;}


body#living.time section .pageHeader ul.tabs li:nth-of-type(1),
body#living.schedule section .pageHeader ul.tabs li:nth-of-type(2),
body#living.event section .pageHeader ul.tabs li:nth-of-type(3){ background-color:#FFCC00;}
body#living.time section .pageHeader ul.tabs li:nth-of-type(1) a span,
body#living.schedule section .pageHeader ul.tabs li:nth-of-type(2) a span,
body#living.event section .pageHeader ul.tabs li:nth-of-type(3) a span{  color:#fff;}
body#living.time section .pageHeader ul.tabs li:nth-of-type(1) a:before,
body#living.schedule section .pageHeader ul.tabs li:nth-of-type(2) a:before,
body#living.event section .pageHeader ul.tabs li:nth-of-type(3) a:before{ background:url(./img/common/arrow_right_white.svg) center center no-repeat;}

body#living section .pageHeader{}
body#living section .pageHeader .visual{ display: none;}


body#living.time section ol{ overflow: hidden;}
body#living.time section ol li{ float: left; width: 400px; margin-right: 100px; margin-bottom: 60px;}

body#living.time section ol li:nth-of-type(2),
body#living.time section ol li:nth-of-type(3),
body#living.time section ol li:nth-of-type(5),
body#living.time section ol li:nth-of-type(7){ margin-right: 0;}

body#living.time section ol li:nth-of-type(3){ width: 100%;}
body#living.time section ol li:nth-of-type(3) .photo{ height: 500px;}

body#living.time section ol li img{ height: auto; margin-bottom: 5px;}


body#living.time section ol li h3{ position:relative; height:55px; padding-top:10px; padding-left:75px; font-size:1.4em;font-weight:bold; color:#ffcc00; line-height:1.5;}
body#living.time section ol li h3 span{ display: inline-block; line-height: 1.2; }
	body#living.time section ol li:nth-of-type(7) h3{ }
	body#living.time section ol li:nth-of-type(7) h3 span{ transform: translate(0,-0.7em);	}

body#living.time section ol li h3:before{ content:''; display:inline-block; width:55px; height:77px; position:absolute; top:0; left:0;}

	body#living.time section ol li:nth-of-type(1) h3:before{ background:url(./img/living/no/1.png) 0 0 no-repeat; background-size:contain;}
	body#living.time section ol li:nth-of-type(2) h3:before{ background:url(./img/living/no/2.png) 0 0 no-repeat; background-size:contain;}
	body#living.time section ol li:nth-of-type(3) h3:before{ background:url(./img/living/no/3.png) 0 0 no-repeat; background-size:contain;}
	body#living.time section ol li:nth-of-type(4) h3:before{ background:url(./img/living/no/4.png) 0 0 no-repeat; background-size:contain;}
	body#living.time section ol li:nth-of-type(5) h3:before{ background:url(./img/living/no/5.png) 0 0 no-repeat; background-size:contain;}
	body#living.time section ol li:nth-of-type(6) h3:before{ background:url(./img/living/no/6.png) 0 0 no-repeat; background-size:contain;}
	body#living.time section ol li:nth-of-type(7) h3:before{ background:url(./img/living/no/7.png) 0 0 no-repeat; background-size:contain;}


body#living.time section ol li h3 small{ font-size:0.9em; font-weight:normal;}
body#living.time section ol li .photo{ width:100%; height:300px; background:#f2f2f2; margin-bottom:0px;}

	body#living.time section ol li:nth-of-type(1) .photo{ background:url(./img/living/living_time_1.jpg) 0 0 no-repeat; background-size:cover;}
	body#living.time section ol li:nth-of-type(2) .photo{ background:url(./img/living/living_time_2.jpg) 0 0 no-repeat; background-size:cover;}
	body#living.time section ol li:nth-of-type(3) .photo{ background:url(./img/living/living_time_3.jpg) 0 0 no-repeat; background-size:cover;}
	body#living.time section ol li:nth-of-type(4) .photo{ background:url(./img/living/living_time_4.jpg) 0 0 no-repeat; background-size:cover;}
	body#living.time section ol li:nth-of-type(5) .photo{ background:url(./img/living/living_time_5.jpg) 0 0 no-repeat; background-size:cover;}
	body#living.time section ol li:nth-of-type(6) .photo{ background:url(./img/living/living_time_6.jpg) 0 0 no-repeat; background-size:cover;}
body#living.time section ol li:nth-of-type(7) .photo{ background:url(./img/living/living_time_7.jpg) 0 0 no-repeat; background-size:cover;}







body#living.schedule section ol{ position:relative;background:url(./img/living/schedule/arrow.png) center bottom no-repeat; padding-bottom:50px;}
body#living.schedule section ol:before{ content:''; display:block; position:absolute; top:0; z-index:1; width:100%; height:300px; background:#fff}
body#living.schedule section ol li{ margin-bottom:80px; position:relative; z-index:2;}

	body#living.schedule section ol li:nth-of-type(5){ margin-bottom:0px; }

body#living.schedule section ol li .title{padding:0 0em 0 120px; margin-bottom: 0.8em; min-height: 40px;font-size:1.25em; font-weight:bold; color:#ffcc00; line-height:1.2; display: flex; align-items:flex-end;}

body#living.schedule section ol li h3{ position:relative; height:0px; padding-top:0px;  font-size:1.25em; font-weight:bold; color:#ffcc00; line-height:1.2;    transform: translate(0px, -55px);}

	body#living.schedule section ol li:nth-of-type(5) h3{ height:90px;}

body#living.schedule section ol li h3:before{ content:''; display:inline-block; width:150px; height:77px; position:absolute; top:0; left:-40px;}

	body#living.schedule section ol li:nth-of-type(7) .title,
	body#living.schedule section ol li:nth-of-type(8) .title,
	body#living.schedule section ol li:nth-of-type(9) .title{ padding-left:155px !important;}

	body#living.schedule section ol li:nth-of-type(2) h3 { padding-top:0px;}
	body#living.schedule section ol li:nth-of-type(5) h3 { padding-top:20px;}

	body#living.schedule section ol li:nth-of-type(1) h3:before{ background:url(./img/living/schedule/4.png) 0 0 no-repeat; background-size:contain;}
	body#living.schedule section ol li:nth-of-type(2) h3:before{ background:url(./img/living/schedule/5.png) 0 0 no-repeat; background-size:contain;}
	body#living.schedule section ol li:nth-of-type(3) h3:before{ background:url(./img/living/schedule/6.png) 0 0 no-repeat; background-size:contain;}
	body#living.schedule section ol li:nth-of-type(4) h3:before{ background:url(./img/living/schedule/7.png) 0 0 no-repeat; background-size:contain;}
	body#living.schedule section ol li:nth-of-type(5) h3:before{ background:url(./img/living/schedule/8_v1.png) 0 0 no-repeat; background-size:contain;}
	body#living.schedule section ol li:nth-of-type(6) h3:before{ background:url(./img/living/schedule/9.png) 0 0 no-repeat; background-size:contain;}
	body#living.schedule section ol li:nth-of-type(7) h3:before{ background:url(./img/living/schedule/10.png) 0 0 no-repeat; background-size:contain; left:0;}
	body#living.schedule section ol li:nth-of-type(8) h3:before{ background:url(./img/living/schedule/11.png) 0 0 no-repeat; background-size:contain; left:0;}

	body#living.schedule section ol li:nth-of-type(9) h3:before{ background:url(./img/living/schedule/12.png) 0 0 no-repeat; background-size:contain; left:0;}
	body#living.schedule section ol li:nth-of-type(10) h3:before{ background:url(./img/living/schedule/1.png) 0 0 no-repeat; background-size:contain;}
	body#living.schedule section ol li:nth-of-type(11) h3:before{ background:url(./img/living/schedule/2.png) 0 0 no-repeat; background-size:contain;}
	body#living.schedule section ol li:nth-of-type(12) h3:before{ background:url(./img/living/schedule/3.png) 0 0 no-repeat; background-size:contain;}


body#living.schedule section ol li h3 small{ font-size:0.9em; font-weight:normal;}
body#living.schedule section ol li .photo{ width:100%; height:0; padding-top:35.3%; background:#f2f2f2; margin-bottom:0px;}

	body#living.schedule section ol li:nth-of-type(1) .photo{ background:url(./img/living/living_schedule_4.jpg) 0 0 no-repeat; background-size:cover;}
	body#living.schedule section ol li:nth-of-type(2) .photo{ background:url(./img/living/living_schedule_5.jpg) 0 0 no-repeat; background-size:cover;}
	body#living.schedule section ol li:nth-of-type(3) .photo{ background:url(./img/living/living_schedule_6.jpg) 0 0 no-repeat; background-size:cover;}
	body#living.schedule section ol li:nth-of-type(4) .photo{ background:url(./img/living/living_schedule_7.jpg) 0 0 no-repeat; background-size:cover;}
	body#living.schedule section ol li:nth-of-type(5) .photo{ }
	body#living.schedule section ol li:nth-of-type(6) .photo{ background:url(./img/living/living_schedule_9.jpg) 0 0 no-repeat; background-size:cover;}

	body#living.schedule section ol li:nth-of-type(7) .photo{ background:url(./img/living/living_schedule_10.jpg) 0 0 no-repeat; background-size:cover;}
	body#living.schedule section ol li:nth-of-type(8) .photo{ background:url(./img/living/living_schedule_11.jpg) 0 0 no-repeat; background-size:cover;}
	body#living.schedule section ol li:nth-of-type(9) .photo{ background:url(./img/living/living_schedule_12.jpg) 0 0 no-repeat; background-size:cover;}
	body#living.schedule section ol li:nth-of-type(10) .photo{ background:url(./img/living/living_schedule_1.jpg) 0 0 no-repeat; background-size:cover;}
	body#living.schedule section ol li:nth-of-type(11) .photo{ background:url(./img/living/living_schedule_2.jpg) 0 0 no-repeat; background-size:cover;}
	body#living.schedule section ol li:nth-of-type(12) .photo{ background:url(./img/living/living_schedule_3.jpg) 0 0 no-repeat; background-size:cover;}





body#living.time #footerSpacer{ height:40px;}
body#living.schedule #footerSpacer{ height:40px;}


 .markHogosya{ position: relative; display: inline-block;width: 1.0em; height: 1.0em;  margin: 0 0.2em 0 0.2em;transform: translate(0,0.15em);  }
 
/* body#living.schedule   .markHogosya{transform: translate(0,0.2em); } */



 
.markHogosya::before{ contain: '　'; display: inline-block;}
.markHogosya img{width: 1.2rem; height: 1.2rem; position: absolute; top: 50%; left: 0%;transform: translate(0,-50%); }

 .hogosyaMark{ display: flex; justify-content: center; font-weight: bold; padding:40px 0 40px;  line-break: 1 !important;}
 .hogosyaMark .markHogosya{  transform: translate(0.1em,0.07em); }

body#living.event section .eventGroup{ padding-top: 50px; margin-bottom: 60px;}
body#living.event section .eventGroup dl{position: relative; margin-bottom: 40px;display: grid; grid-template-columns: 1fr 1fr;grid-gap:50px;
	
	padding-bottom: 40px;

	
}

body#living.event section .eventGroup dl::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image : linear-gradient(to right, #F2F2EB 4px, transparent 4px);
	 background-size: 10px 4px;
	 background-repeat: repeat-x;
	 
}

body#living.event section .eventGroup dl:last-child{ border: 0; margin-bottom: 0; padding-bottom: 0;}
body#living.event section .eventGroup dl:last-child::after{ display: none;}
body#living.event section .eventGroup dl dt{ }
body#living.event section .eventGroup dl dd{}

body#living.event section .eventGroup dl h4{ padding: 0;margin-bottom: 10px;	font-size: 1.3rem;}



body#living.event section .eventGroup dl.noimage{	grid-template-columns: 1fr;}


body#living.event section .eventGroup.onlysnap{ padding-top: 0; }

body#living.event section .eventGroup.onlysnap .inFrame{
	width: 900px;
	margin: auto;
	position: relative;
	background: #F2F2EB; padding: 25px 50px 50px; border-radius: 15px;}

body#living.event section .eventGroup.onlysnap .onlysnapRead{ margin-bottom: 50px; text-align: center;}
body#living.event section .eventGroup.onlysnap .onlysnapRead h3{margin-bottom: 35px; }
body#living.event section .eventGroup.onlysnap .onlysnapRead h3 img{ max-height: 112px; width: auto; margin: auto;}
body#living.event section .eventGroup.onlysnap .onlysnapRead p{}

body#living.event section .eventGroup.onlysnap dl{ border-color: #FFCC00;}

body#living.event section .eventGroup.onlysnap dl::after{
	background-image : linear-gradient(to right, #FFCC00 4px, transparent 4px);
	 background-size: 10px 4px;
	 background-repeat: repeat-x;
}



/* body#living.event section .eventGroup dl:nth-child(odd){}
body#living.event section .eventGroup dl:nth-child(odd) dt{
	grid-row: 1 / 2;
	grid-column: 1 / 2;
	padding-right: 50px;
 }
body#living.event section .eventGroup dl:nth-child(odd) dd{
	grid-row: 1 / 2;
	grid-column: 2 / 3;

}

body#living.event section .eventGroup dl:nth-child(even){}
body#living.event section .eventGroup dl:nth-child(even) dt{
	grid-row: 1 / 2;
	grid-column: 2 / 3;
	padding-left: 50px;
}
body#living.event section .eventGroup dl:nth-child(even) dd{
	grid-row: 1 / 2;
	grid-column: 1 / 2;

} */


/* admission
----------------------------------------------- */

body#admission section h3.title.icon:before{
	background:url(./img/admission/icon.png) center center no-repeat;
	background-size:cover;
	width: 141px;
	height: 103px;
	bottom: -100px;
    margin-left: -70px;
}


body#admission .borderColor{ border-color:#CC0000 !important;}
body#admission .color{ color:#CC0000 !important;}

section h3 a{ color: inherit  !important; }

body#admission #mainVisual .image{ background:url(./img/admission/main_visual.jpg) center center no-repeat; background-size:cover;}
body#admission section.contentsTop:before{
	background:url(./img/admission/contents_top.png) center center no-repeat;
}


body#admission h3{ }

body#admission section .pageHeader ul.tabs li a:hover span{ color:#CC0000;}
body#admission section .pageHeader ul.tabs li a:hover:before{ background:url(./img/common/arrow_right_red.svg) center center no-repeat;}

body#admission.guideline section .pageHeader ul.tabs li:nth-of-type(1),
body#admission.bus section .pageHeader ul.tabs li:nth-of-type(2){ background-color:#CC0000;}
body#admission.guideline section .pageHeader ul.tabs li:nth-of-type(1) a span,
body#admission.bus section .pageHeader ul.tabs li:nth-of-type(2) a span{  color:#fff;}
body#admission.guideline section .pageHeader ul.tabs li:nth-of-type(1) a:before,
body#admission.bus section .pageHeader ul.tabs li:nth-of-type(2) a:before{ background:url(./img/common/arrow_right_white.svg) center center no-repeat;}

body#admission.guideline section .pageHeader{}
body#admission.guideline section .pageHeader .visual,
body#admission.guideline-2 section .pageHeader .visual{ display: none;}

body#admission.bus section .pageHeader .visual{ background: #ccc;}


body#admission .btnDownload{ padding-top: 60px; margin-bottom: 60px;}
body#admission .btnDownload a{ display: flex; justify-content: center; 	align-items: center;width: 500px; height: auto; margin: auto; border: solid 2px #CC0000; color: #CC0000; position: relative;text-align: center; margin: auto; padding:1em 30px 1em 0;}
body#admission .btnDownload a:after{ content:''; display: block; width: 30px; height: 19px;background:url(./img/admission/icon_download.svg) center center no-repeat; position: absolute;right: 30px; top: 50%; transform: translate(0,-50%);}
body#admission .btnDownload a span{ display: inline-block; line-height: 1.4;}

/* contact
----------------------------------------------- */
body#contact .borderColor{ border-color:#33B3FF !important;}
body#contact .color{ color:#33B3FF !important;}


body#contact section h3.title.icon:before{
	background:url(./img/contact/icon.png) center center no-repeat;
	background-size:cover;
	width: 141px;
	height: 103px;
	bottom: -100px;
    margin-left: -70px;
}

body#contact #mainVisual .image{ background:url(./img/contact/main_visual.jpg) center center no-repeat; background-size:cover;}
body#contact section.contentsTop:before{
	background:url(./img/contact/contents_top.png) center center no-repeat;
}

body#contact p.read{ color:#333; font-size: 1.2em; margin-bottom: 90px;}
body#contact .infoArea{ background-color: #F2F2EB; padding: 60px; margin-bottom: 100px;}
body#contact .infoArea a{color: #33B3FF !important;}

body#contact .infoArea .tel{ font-size: 2em;}
body#contact .infoArea .time{font-size: 0.8em;}
body#contact .infoArea .name{}
body#contact .infoArea .name .onlyPC{ display:inline-block;}



body#contact #footerSpacer{ height:100px;}







/* admission
----------------------------------------------- */

body#prevention section h3.title.icon:before{
	background:url(./img/prevention/icon.png) center center no-repeat;
	background-size:cover;
	width: 141px;
	height: 103px;
	bottom: -100px;
	margin-left: -70px;
}


body#prevention .borderColor{ border-color:#FF809E !important;}
body#prevention .color{ color:#FF809E !important;}


body#prevention #mainVisual .image{ background:url(./img/prevention/main_visual.jpg) center center no-repeat; background-size:cover;}
body#prevention section.contentsTop:before{
	background:url(./img/prevention/contents_top.png) center center no-repeat;
}



.postDate{ font-size: 1rem !important;}
.postTag{
	width: 100% !important;
	height: auto !important;
	background: #FF809E !important;
	border-radius: 1em !important;
	color: #fff !important;
	font-size: 0.8rem !important;
	display: block !important;
	padding: 0.4rem 0em !important;
	text-align: center !important;
	line-height: 1 !important;
	transform: translate(0,-5%);

}
.postTag.blog{background-color: #EDC549 !important;}

.postTitle,
.postTitle a{ font-size: 1rem;}


.boxList article.box dl .postDate,
.boxList article.box dl .postTag{ width: auto !important; float: left !important;}

.boxList article.box dl .postTag{	padding: 0.4rem 1rem !important; transform: translate(0,10%);}




.tPink{ color: #FF809E;}

#importantMessage{
	
	background: repeating-linear-gradient(-45deg, #FF809E, #FF809E 20px, #FFA0B6 20px, #FFA0B6 40px);
	background-position: left top;
	
}

#importantMessage h2{ text-align: center; color: #fff; margin-bottom: 1rem; padding-top: 60px; font-weight: bold; font-size: 1.6rem;}
#importantMessage h2::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 60px;
	height: 60px;
	transform: translate(-50%,0);
	
	
	background:url(./img/parts/icon_important.png) center center no-repeat; 
	background-size:contain;

}

#importantMessage .pageBody{ background: #fff; border-radius: 20px; padding: 40px;}
#importantMessage ul{ list-style: disc; padding-left: 1.5em; line-height: 1.6; font-size: 1.135em}
#importantMessage ul li:not(:last-child){ margin-bottom: 1em;}

#importantMessage a { display: inline-block;text-decoration: underline;}