@charset "UTF-8";

/*================================================
 *  indexページ用
 ================================================*/

/*******共通見出し*******/
h3.index_title {
	letter-spacing: 0.04em;
	margin-bottom: 25px;
}
h3.index_title em {
	display: block;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.75;
}
h3.index_title span {
	color: #b0b0b0;
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-top: 0.2em;
}



/*******メインエリア*******/
section#main_area .main_box::after {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 160px;
	background-color: #fff;
}
section#main_area .main_box #main_slider {
	position: relative;
	left: 50%;
	margin-left: -640px;
	z-index: 10;
}

section#main_area .intro_box {
	font-size: 22px;
	line-height: 2.5;
	padding: 60px 0 120px;
}



/*******お知らせwrap*******/
.news_wrap > div:first-of-type {
	padding-right: 80px;
	width: 570px;
	width: calc(100% - 550px);
}
.news_wrap > div:last-of-type {
	width: 550px;
	flex-shrink: 0;
}

.news_wrap > div section + section {
	margin-top: 70px;
}


/*******大切なお知らせ*******/
section#important_area h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.75;
	margin-bottom: 0.7em;
}
section#important_area h4:nth-of-type(n+2) {
	margin-top: 60px;
}

section#important_area p {
	font-size: 18px;
	line-height: 2.5;
}



/*******お知らせ*******/
section#news_area .title_box .btn_more {
	border: 1px solid #c8c8c8;
	border-radius: 100vh;
	font-size: 14px;
	letter-spacing: 0.04em;
	width: 140px;
	height: 36px;
	margin-bottom: 30px;
	padding-right: 1em;
	background-color:#f08214;
	color:white;
}
section#news_area .title_box .btn_more::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 1em;
	width: 0.55em;
	height: 0.55em;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

section#news_area .news_box {
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 30px 0;
}
section#news_area .news_box .news {
	height: 420px;
}
section#news_area .news ul li {
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	padding: 30px 0;
}
section#news_area .news ul li:first-of-type {
	padding-top: 0;
}
section#news_area .news ul li:last-of-type {
	padding-bottom: 0;
}
section#news_area .news ul li + li {
	border-top: 1px solid #c8c8c8;
}
section#news_area .news ul li a {
	display: block;
}
section#news_area .news ul li a:hover {
	opacity: 1;
}
section#news_area .news ul li img {
	vertical-align: -0.2em;
	margin-left: 1em;
}
section#news_area .news ul li p {
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
	font-size: 18px;
	line-height: 1.75;
	margin-top: 0.7em;
	display: block;
}
section#news_area .news ul li a:hover p {
	text-decoration: underline;
}



/*******試験申込状況*******/
section#status_area .status_box {
	border: 1px solid;
	padding: 40px;
}

section#status_area .status_box .status_list {
	margin-top: 25px;
}
section#status_area .status_box .status_list > dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
section#status_area .status_box .status_list > dl + dl {
	margin-top: 15px;
}
section#status_area .status_box .status_list > dl > dt {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: currentColor;
	width: 100px;
	flex-shrink: 0;
	text-align: center;
}
section#status_area .status_box .status_list > dl > dt em {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
}
section#status_area .status_box .status_list > dl > dt span {
	background-color: #fff;
	display: block;
	font-size: 12px;
	line-height: 1.25;
	width: 74px;
	text-align: center;
	margin-top: 1.25em;
	padding: 0.3em 0;
}
section#status_area .status_box .status_list > dl > dd {
	background-color: #f5f5f5;
	padding: 20px 30px;
	-webkit-flex-grow: 1;
    flex-grow: 1;
}
section#status_area .status_box .status_list > dl > dd dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	padding: 10px 0;
	position: relative;
}
section#status_area .status_box .status_list > dl > dd dl::before {
	position: absolute;
	content: '';
	top: 0;
	left: 70px;
	margin-left: -2px;
	width: 2px;
	height: 100%;
	background-color: #c8c8c8;
}
section#status_area .status_box .status_list > dl > dd dl dt,
section#status_area .status_box .status_list > dl > dd dl dd {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 20px;
}
section#status_area .status_box .status_list > dl > dd dl dt:nth-of-type(n+2),
section#status_area .status_box .status_list > dl > dd dl dd:nth-of-type(n+2) {
	margin-top: 10px;
}
section#status_area .status_box .status_list > dl > dd dl dt {
	color: #1e1e11;
	width: 70px;
	padding-right: 12px;
	flex-shrink: 0;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
section#status_area .status_box .status_list > dl > dd dl dd {
	width: 240px;
	width: calc(100% - 70px);
	position: relative;
}
section#status_area .status_box .status_list > dl > dd dl dd span {
	position: absolute;
	top: 0;
	left: 0;
	/*width: 100%;*/
	height: 100%;
	background-color: #a0a0a0;
}
section#status_area .status_box .status_list > dl > dd dl dd.status01 span { /*0～49％*/
	background-color: #f0a50a;
}
section#status_area .status_box .status_list > dl > dd dl dd.status02 span { /*50～99％*/
	background-color: #e66414;
}
section#status_area .status_box .status_list > dl > dd dl dd.status03 span { /*100％*/
	background-color: #c81c1e;
}
section#status_area .status_box .status_list > dl > dd dl dd em {
	color: #fff;
	letter-spacing: 0.04em;
	margin-left: 10px;
	position: relative;
	z-index: 1;
}




/*******地図*******/
#map_area {
	width: 100%;
	height: 520px;
	margin-top: 150px;
}

#map_area .map_box {
	-webkit-flex-grow: 1;
    flex-grow: 1;
}
#map_area .map_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#map_area .txt_box {
	width: calc(50% - 240px);
	flex-shrink: 0;
}
#map_area .txt_box .inr {
	max-width: 420px;
	width: 100%;
	padding-left: 20px;
}
#map_area .txt_box .inr .logo {
	display: block;
	margin-bottom: 30px;
}
#map_area .txt_box .inr p {
	letter-spacing: 0.04em;
}
#map_area .txt_box .inr .tel {
	display: inline-block;
	font-size: 30px;
	margin-top: 20px;
}



/*******リンクエリア*******/
#link_area {
	padding-top: 80px;
}
#link_area .link_list a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	border: 1px solid;
	max-width: 455px;
	width: 100%;
	height: 120px;
	margin: 0 15px;
	font-weight: bold;
	letter-spacing: 0.04em;
}
#link_area .link_list a em {
	font-size: 28px;
	margin-top: 0.3em;
}











/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width:500px) {


/*******共通見出し*******/
h3.index_title {
	margin-bottom: 7vw;
}
h3.index_title em {
	font-size: 7.7vw;
}
h3.index_title span {
	font-size: 3.2vw;
	
}



/*******メインエリア*******/
section#main_area .main_box {
	padding: 8vw 5.3vw 0 0;
}
section#main_area .main_box::after {
	height: 20vw;
}
section#main_area .main_box #main_slider {
	left: auto;
	margin: 0;
	z-index: 10;
	width: 100%;
}

section#main_area .intro_box {
	font-size: 4.4vw;
	line-height: 2.5;
	padding: 12vw 12vw 15vw;
}



/*******お知らせwrap*******/
.news_wrap > div {
	padding: 0!important;
	width: 100%!important;
}

.news_wrap > div:last-of-type,
.news_wrap > div section + section {
	margin-top: 20vw;
}



/*******大切なお知らせ*******/
section#important_area h4 {
	font-size: 5.6vw;
}
section#important_area h4:nth-of-type(n+2) {
	margin-top: 13vw;
}

section#important_area p {
	font-size: 4vw;
}



/*******お知らせ*******/
section#news_area .title_box .btn_more {
	font-size: 3.3vw;
	width: 33vw;
	height: 9.3vw;
	margin-bottom: 7vw;
}
section#news_area .title_box .btn_more::after {
	border-width: 1px;
}

section#news_area .news_box {
	padding: 6vw 0;
}
section#news_area .news_box .news {
	height: 55vw;
}
section#news_area .news ul li {
	font-size: 4vw;
	padding: 6vw 0;
}
section#news_area .news ul li img {
	height: 1.15em;
}
section#news_area .news ul li p {
	font-size: 4.2vw;
}





/*******試験申込状況*******/
section#status_area .status_box {
	padding: 6vw 6.5vw 8vw;
}

section#status_area .status_box > h6,
section#status_area .status_box > p {
	font-size: 3.7vw;
}

section#status_area .status_box .status_list {
	margin-top: 3vw;
}
section#status_area .status_box .status_list > dl {
	display: block;
}
section#status_area .status_box .status_list > dl + dl {
	margin-top: 5vw;
}
section#status_area .status_box .status_list > dl > dt {
	display: block;
	width: 100%;
	padding: 5vw 0;
}
section#status_area .status_box .status_list > dl > dt em {
	font-size: 8vw;
	display: block;
}
section#status_area .status_box .status_list > dl > dt span {
	font-size: 3.4vw;
	display: inline-block;
	margin-top: 3vw;
	padding: 0.3em 0.6em;
	width: auto;
}
section#status_area .status_box .status_list > dl > dt span br {
	display: none;
}
section#status_area .status_box .status_list > dl > dd {
	padding: 4vw;
	
}
section#status_area .status_box .status_list > dl > dd dl {
	font-size: 3.4vw;
	padding: 2.5vw 0;
}
section#status_area .status_box .status_list > dl > dd dl::before {
	left: 17vw;
}
section#status_area .status_box .status_list > dl > dd dl dt,
section#status_area .status_box .status_list > dl > dd dl dd {
	height: 5vw;
}
section#status_area .status_box .status_list > dl > dd dl dt:nth-of-type(n+2),
section#status_area .status_box .status_list > dl > dd dl dd:nth-of-type(n+2) {
	margin-top: 2vw;
}
section#status_area .status_box .status_list > dl > dd dl dt {
	width: 17vw;
	padding-right: 3vw;
}
section#status_area .status_box .status_list > dl > dd dl dd {
	width: calc(100% - 17vw);
}
section#status_area .status_box .status_list > dl > dd dl dd em {
	margin-left: 2.5vw;
}




/*******地図*******/
#map_area {
	height: auto;
	margin-top: 25vw;
}

#map_area .map_box {
	height: 66vw;
}

#map_area .txt_box {
	width: 100%;
	padding: 12vw;
}
#map_area .txt_box .inr {
	max-width: inherit;
	padding: 0;
}
#map_area .txt_box .inr .logo {
	width: 72vw;
	margin-bottom: 7vw;
}
#map_area .txt_box .inr .tel {
	font-size: 6.9vw;
	margin-top: 4vw;
}



/*******リンクエリア*******/
#link_area {
	padding: 15vw 10vw 0;
}
#link_area .link_list a {
	font-size: 2.8vw;
	max-width: inherit;
	height: 20vw;
	margin: 0;
}
#link_area .link_list a:nth-of-type(n+2) {
	margin-top: 5vw;
}
#link_area .link_list a em {
	font-size: 4.9vw;
}






	
}