@charset "UTF-8";

@font-face {
   font-family:utsukushi;
   src: url('../font/Utsukushi.otf') format("opentype");
   src: url('../font/Utsukushi.ttf') format("truetype");
   src: url('../font/Utsukushi.woff') format("woff");
}

/**************************************************************************************************

■TOPへ戻る

**************************************************************************************************/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #fff;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	padding: 20px;
	text-align: center;
	display: block;
	border:1px solid #dfdfdf;
}

/**************************************************************************************************

■main_panel設定

**************************************************************************************************/
#mainimg_block {
	width:100%;
	background-color:rgba(90,190,195,1);
	position:relative;
	height:240px;
}

#mainimg_block .mainimg {
	width:65%;
	background-repeat:no-repeat;
	background-position:right center;
	background-size:cover;
	display:none;
	height:240px;
	float:right;
}

.about #mainimg_block .mainimg {
	background-image:url(../images/mainimg_about.png);
}
.education #mainimg_block .mainimg {
	background-image:url(../images/mainimg_education.png);
}
.examination #mainimg_block .mainimg {
	background-image:url(../images/mainimg_examination.png);
}
.opencampus #mainimg_block .mainimg {
	background-image:url(../images/mainimg_opencampus.png);
}
.menu #mainimg_block .mainimg {
	background-image:url(../images/mainimg_menu.png);
}
.cms #mainimg_block .mainimg {
	background-image:url(../images/mainimg_cms.png);
}

#mainimg_block .mainimg span {
	display:block;
	position:absolute;
	left:50%;
	margin-left:-480px;
	padding:80px 0 0 10px;
	letter-spacing:.15em;
	font-size:32px;
	line-height:45px;
	font-family:'utsukushi';
	color:#FFF;
}
#mainimg_block .mainimg.current {
	display:block;
}

/**************************************************************************************************

■page_共通設定

**************************************************************************************************/


h2.content_title{
	color:#000;
	font-size: 16px;
	height:75px;
	font-size: 26px;
	padding: 18px 0 0 30px;
	text-align: left;
	border-top:solid 2px #5ABEC3;
	border-bottom:solid 2px #5ABEC3;
	background: url(../images/icon_content_title.png)  10px center no-repeat;
	margin-bottom:20px;
}

h3,p.content_title_sub{
	color: #444;
	font-size: 18px;
	font-weight:bold;
	letter-spacing:.2em;
	padding:20px 0 5px 20px;
	border-bottom:solid 6px rgba(79,178,190,.5);
	margin:15px 0 20px;
}

h4.content_title_sub02{
	clear:borh;
	color: rgba(79,178,190,.9);
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	letter-spacing:6px;
	padding: 6px 0 4px 20px;
	margin:15px 0 20px;
	border-bottom:dotted 1px rgba(79,178,190,.5);
	border-top:dotted 1px rgba(79,178,190,.5);
}


h4.content_title_sub02_left{
	clear:borh;
	color: rgba(79,178,190,.9);
	font-size: 18px;
	font-weight:bold;
	text-align:left;
	letter-spacing:6px;
	padding: 8px 0 2px 20px;
	margin-bottom:20px;
	border-bottom:dotted 2px rgba(79,178,190,.5);
}

.content_inner {
	padding:0 25px 10px;/*bottom 35px*/
}

.content_inner p {
	font-size:13px;
	letter-spacing:.1em;
	line-height:1.9em;
	/*text-indent:1em;*/
	/*margin-bottom:25px;*/
}



.content_inner dl {
	/*margin-bottom:30px;*/
}

.content_inner dl dt {
	font-size:14px;
	font-weight:600;
	letter-spacing:.1em;
	line-height:2.4em;
}

.content_inner::after {
	clear:both;
	content:"";
	height: 0;
	display: block;
	visibility: hidden;
}

table.table_std {
	border-collapse:collapse;
	width:100%;
}
table.table_std th ,table.table_std td {
	border:1px solid #888;
	padding:8px 5px;
	font-size:12px;
	color:#000;
	text-align:center;
	vertical-align:middle;
}
table.table_std th {
	background-color:rgba(79,178,190,.4);
	font-weight:500;
}
table.table_std th a {
	display:block;
	width:100%;
	background-color:rgba(79,178,190,.3);
	color:#000;
}
table.table_std th.al_left ,table.table_std td.al_left {
	text-align:left;
}
.lead_sentence{
	display:block;
	font-family:'utsukushi',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:32px;
	font-weight:bold;
	color:#555;/*#5ABEC3*/
	text-indent:0em;
	margin-bottom:20px;
	letter-spacing:.1em;
}
.lead_sentence02{
	font-size:14px;
	font-weight:bold;
}

ol.basic_ol{
	font-size:13px;
	line-height:2em;
	margin-left:20px;
}
ol.basic_ol li{
	margin-bottom:10px;
}
ol.basic_ol li ul{
	padding-left:10px;
}
ol.basic_ol li ul li{
	margin-bottom:0px;
}
ol.basic_ol li ul.faq_ul02{
	padding-left:40px;
}
ol.basic_ol li ul.faq_ul02 li{
	list-style-type:disc;
}
ol.basic_ol li ul.faq_ul02 li span{
	display:block;
}

ol.number_ol{
	margin:0 0 20px 20px;
}
ol.number_ol li{
	/*margin-bottom: 10px;*/
}


/*関連リンク*/

a.related_link{
	border:2px solid #68BEC2;
	overflow: hidden;
	color: #68BEC2;
	font-size: 14px;
	width:100%;
	background:url(../images/icon_related_link.png) no-repeat 5px center;
	display: block;
	padding:12px 20px 12px 40px;
	margin: 10px 0 0;
	display: block;
	text-decoration:underline;
}
a.related_link[href$=".pdf"]{
	background:url(../images/icon_related_link_pdf.png) no-repeat 5px center;
}


a.related_link[href$=".xlsx"]{
	background:url(../images/icon_related_link_xlsx.png) no-repeat 5px center;
}


.related_link:hover{
	opacity:.8;
}

.related_link dt{
	float: left;
	padding: 10px;
	color:#000;
	font-weight: bold;
	border-right:1px #000 solid;
	background:url(../../ph/images/pc_icon.png) no-repeat center center;
	background-size:20px;
	width:40px;
	height:40px;
}
.related_link dt.line_break{
	padding:20px 10px;
}

.related_link dd{
	float: left;
}
.related_link dd{
	display: block;
	padding: 10px;
	color:#000;
	font-weight: bold;
	letter-spacing:.5px;
	text-decoration:underline;
	font-size: 14px;
}

.related_link dd span{
	line-height: 1;
	font-size: 10px;
}

.related_link_text{
	text-align: center;
	margin-top: -20px;
	font-weight: bold;
}

.attention_box {
	width:80%;
	margin:10px auto;
	padding:8px 0;
}

.red{
	border:1px solid #82CDD0;
	text-align:center;
	margin-bottom:20px;
	font-size:14px;
	padding: 20px;
	font-weight:bold;
}
