@charset "utf-8";

/* =============================================
	合格への道
============================================= */
#content_main.road_index{
	background: url(../img/bg.png) repeat left top, url(../img/index_bg.jpg) no-repeat center 0;
	background-size: auto auto, cover;
}
.road_index{
	margin-top: 0;
	padding: 0 0 50px;
	min-height: 600px;
}

/*****
common
*****/

.font_red{
	color: #e04536;
}
.font_yell{
	color: #e7b64a;
}
.font_blue_l{
 color: #cdeeff;
}
.font_blue{
	color: #60c0f0;
}
.font_blue02{
	color: #7fafd5;
}
.font_blue_d{
	color: #3778c7;
}
.font_green{
	color: #04b6c4;
}
.font_orange{
	color: #f0a830;
}
.font_pink{
	color: #e2697e;
}
.font_black{
	color: #333;
}
.font_gold{
	color: #e1b256;
}

.bg_yell{
	background-color: #e7b64a;
}
.bg_blue_l{
	background-color: #cdeeff;
}
.bg_blue{
	background-color: #60c0f0;
}
.bg_blue_d{
	background-color: #3778c7;
}
.bg_green{
	background-color: #04b6c4;
}
.bg_orange{
	background-color: #f0a830;
}
.bg_pink{
	background-color: #e2697e;
}
.bg_gold{
	background-color: #e1b256;
}

.rotate90{
	display: inline-block;
	transform: rotateZ(-90deg);
}

.under_yell{
	padding: 0 0.15em;
	background-image: linear-gradient(to top,#ffde00 0, #ffff00 30%, transparent 50%);
	font-weight: bold;
}

.under_yell2{
	padding: 0 0.15em;
	background-image: linear-gradient(to top,#fff100 0, #fff799 30%, transparent 50%);
	font-weight: bold;
}

.under_orange{
	padding: 0 0.15em;
	background-image: linear-gradient(to top,#f3cba4 0, #f3cba4 30%, transparent 50%);
	font-weight: bold;
}

.under_orange2{
	padding: 0 0.15em;
	background-image: linear-gradient(to top,#ffc417 0, #ffe973 30%, transparent 50%);
	font-weight: bold;
}

.under_green{
	padding: 0 0.15em;
	background-image: linear-gradient(to top,#b8ff8f 0, #e2ff5e 30%, transparent 50%);
	font-weight: bold;
}

.under_brown{
	padding: 0 0.15em;
	background-image: linear-gradient(to top,#cd8461 0, #ffcc95 20%, transparent 50%);
	font-weight: bold;
}

.under_brown2{
	padding: 0 0.15em;
	background-image: linear-gradient(to top,#d09d44 0, #ffe272 30%, transparent 50%);
	font-weight: bold;
}

.under_unber{
	padding: 0 0.15em;
	background-image: linear-gradient(to top,#c6b82e 0, #e1d760 20%, transparent 50%);
	font-weight: bold;
}

.under_unber2{
	padding: 0 0.15em;
	background-image: linear-gradient(to top,#e1d760 0, #e1d760 30%, transparent 50%);
	font-weight: bold;
}

.under_pink{
 background-image: url("../../img/under_pink.png");
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: 100% 8px;
 font-weight: bold;
}

.under_pink2{
 background-image: url("../../img/under_pink2.png");
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: 100% 8px;
 font-weight: bold;
}

.under_red{
 background-image: url("../../img/under_red.png");
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: 100% 8px;
 font-weight: bold;
}

.under_red2{
 background-image: url("../../img/under_red2.png");
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: 100% 8px;
 font-weight: bold;
}

.under_blue{
 background-image: url("../../img/under_blue.png");
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: 100% 8px;
 font-weight: bold;
}

.under_blue2{
 background-image: url("../../img/under_blue2.png");
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: 100% 8px;
 font-weight: bold;
}

.text_indent1,
.li_indent1 li{
	text-indent: -1em;
	padding-left: 1em;
}
.text_indent2,
.li_indent2 li{
	text-indent: -2em;
	padding-left: 2em;
}
.text_indent3,
.li_indent3 li{
	text-indent: -3em;
	padding-left: 3em;
}

.mgn_t05{
	margin-top: 0.5em;
}
.mgn_t1{
	margin-top: 1em;
}
.mgn_t2{
	margin-top: 2em;
}
.mgn_t3{
	margin-top: 3em;
}
.mgn_b05{
	margin-bottom: 0.5em;
}
.mgn_b1{
	margin-bottom: 1em;
}
.mgn_b2{
	margin-bottom: 2em;
}
.mgn_b3{
	margin-bottom: 3em;
}
.mgn_r1{
 margin-right: 1em;
}

.font_size_s{
	font-size: 0.8em;
}
.font_size_l{
 font-size: 1.25em;
}

.rotate90{
	display: inline-block;
	margin-right: 0.5em;
	transform: rotateZ(-90deg);
}

/***リンクボタン***/
.btn_normal{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	width: 100%;
	max-width: 420px;
	margin: 1em auto;
	border: solid 2px #fff;
	border-radius: 0.25em;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
}
.btn_normal::before{
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	border-radius: 0.25em;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: width 0.5s, opacity 0.5s;
}
.btn_normal:hover::before{
	width: 100%;
	opacity: 1;
}
.btn_normal a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 100%;
	padding: 0.5em 2.5em 0.5em 1em;
	border-radius: 0.25em;
	background-image: url("/nikken/guidance/img/icon_arrow.png");
	background-repeat: no-repeat;
	background-size: 1em auto;
	background-position: right 1em center;
}
.btn_bg_yell{
	background-color: #e7b64a;
}
.btn_bg_green{
	background-color: #04b6c4;
}
.btn_bg_green_d{
	background-color: #7cc035;
}
.btn_bg_pink{
	background-color: #ef4783;
}
.btn_bg_blue{
	background-color: #60c0f0;
}
.btn_bg_orange{
	background-color: #f0a830;
}

.btn_normal_j{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	width: 100%;
	max-width: 640px;
	margin: 1em auto;
	border-radius: 0.25em;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.btn_normal_j::before{
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	border-radius: 0.25em;
	background-color: rgba(0,0,0,0.25);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: width 0.5s, opacity 0.5s;
}
.btn_normal_j:hover::before{
	width: 100%;
	opacity: 1;
}
.btn_normal_j a{
	display: block;
	color: #fff;
	padding: 0.5em 2.5em 0.5em 1em;
	border: solid 2px #fff;
	border-radius: 0.25em;
	background-image: url("/nikken/guidance/img/icon_arrow.png");
	background-repeat: no-repeat;
	background-size: 1em auto;
	background-position: right 1em center;
}
.btn_close_j{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 100%;
	max-width: 420px;
	margin: 1em auto;
	padding: 0.5em;
	border-radius: 0.25em;
	background-color: #ccc;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
}

.btn_anchor{
 display: inline-block;
 color: #0070c0;
	padding: 0.5em 1em;
	border: solid 1px #0070c0;
}

.outer_link{
	margin: 1em 0;
}
.outer_link a{
	display: inline-block;
	color: #34bdd8;
	padding: 0.5em 1em;
	border: solid 1px #34bdd8;
}



/*---------------------------------------------
	課題発表
---------------------------------------------*/
.simple_section p.subject{
	margin: 15px 10px;
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.3;
}
.subject span{
	display: block;
	font-size: 3.0rem;
	font-weight: normal;
}

/* ページ内リンク */
.kadai_nav li{
	margin: 0 5px 5px 0;
	width: 48%;
}
.kadai_nav li a{
	padding: 10px 15px 10px 20px ;
	line-height: 1.3;
}
.kadai_nav li.oneline a{ padding-top: 1.5em; }
.kadai_nav li:nth-child(2n){ margin-right: 0; }

.kadai_nav .anchor_path li span{
	display: block;
	font-size: 1.3rem;
	font-weight: normal;
}


/* 試験のポイント */
.basic_dl dt{
	font-weight: bold;
	margin: 0 0 3px;
}
.basic_dl dd{ margin: 0 0 10px; }
.basic_float_dl{ border-bottom: 1px dotted #ccc; }
.basic_float_dl dt{
	font-weight: bold;
	margin: 0 -160px 0 0;
	padding: 4px 0;
	float: left;
	clear: both;
	display: inline;
	width: 160px;
}
.basic_float_dl dd{
	padding: 4px 10px 4px 160px;
	border-top: 1px dotted #ccc;
}
.graph_list{ overflow: hidden; }
.graph_list li{
	margin: 0 10px 15px;
	display: block;
	float: left;
	text-align: center;
	width: 205px;
}
.graph_list li img{
	height: 200px;
	width: auto;
}


/* 設計製図本試験課題検証 */
.total_plan_check li{
	padding: 5px 0;
	overflow: hidden;
	border-top: 1px dotted #ccc;
}
.total_plan_check .step{
	width: 100px;
	float: left;
	font-size: 1.8rem;
	color: #093776;
	font-weight: bold;
}
.total_plan_check div{
	margin: 0 0 0 100px;
	padding: 5px 0;
}
.total_plan_check div p{
	margin: 0 0 5px;
	font-size: 1.4rem;
	line-height: 1.3;
}
.total_plan_check div p strong{ color: #009; }

/* ページ内リンク */
.honshiken_nav{ margin: 0 0 25px; }
.honshiken_nav li{
	margin: 0 5px 10px 0;
	width: 49%;
}
.honshiken_nav li a{
	padding: 10px 15px 10px 20px ;
	line-height: 1.3;
}
.honshiken_nav li.oneline a{ padding-top: 1.5em; }
.honshiken_nav li:nth-child(2n){ margin-right: 0; }
.honshiken_nav .honshiken_nav_present a{ padding-top: 1.4em; }
.honshiken_nav .anchor_path li span{
	display: block;
	font-size: 1.3rem;
	font-weight: normal;
}

/*---------------------------------------------
	学科試験、設計製図 合格発表
---------------------------------------------*/
.passrate_btn_cont{ margin: 0 0 15px; }
.passrate_btn{ margin: 0 0 10px; }
.passrate_btn a:hover{ opacity: 0.8; }
.passrate_note li{
	margin: 0;
	vertical-align: 1.3;
}
.passrate_box{
 font-size: 1.2em;
 text-align: center;
 color: #fff;
 margin-bottom: 0.5em;
 padding: 0.5em;
 background-color: #ed5032;
}


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){

}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	#content_main.road_index{
		background: url(../img/bg.png) repeat left top, url(../img/index_bg.jpg) no-repeat center 105%;
		background-size: auto auto, 100% auto;
	}
	.road_index{
		padding-bottom: 28%;
		min-height: 0;
	}

	/*****
	common
	*****/
	
	.simple_btn a{
		width: 95%;
		min-width: 0;
	}
	
	.under_line{
		background-size: 2px auto;
	}
	
	.btn_normal{
		font-size: 1.6rem;
	}
	
	.btn_normal_j,
	.btn_close_j{
		font-size: 1.6rem;
	}


	/* ページ内リンク */
	.kadai_nav { margin: 0 0 25px; }
	.kadai_nav li{
		margin: 0;
		width: 100%;
	}

	/* 試験のポイント */
	.graph_list li{
		margin: 0 1% 15px;
		display: block;
		float: left;
		text-align: center;
		width: 48%;
	}
	.graph_list li img{
		height: auto;
		width: 100%;
	}
	.basic_float_dl {
		border: none;
	}
	.basic_float_dl dt{
		font-weight: bold;
		margin: 5px 0 3px;
		padding: 0;
		float: none;
		display: block;
		width: auto;
	}
	.basic_float_dl dd{
		margin: 0 0 3px;
		padding: 0 0 5px;
		border-top: none;
		border-bottom: 1px dotted #ccc;
	}

	/* 設計製図本試験課題検証 */
	.total_plan_check .step{ width: 80px; }
	.total_plan_check div{ margin: 0 0 0 80px; }
	.total_plan_check div p strong{ display: block; }
	
	/* ページ内リンク */
	.honshiken_nav { margin: 0 0 25px; }
	.honshiken_nav li{
		margin: 0;
		width: 100%;
	}

	/*---------------------------------------------
	学科試験合格発表
	---------------------------------------------*/
	.passrate_note li{ font-size: 1.2rem; }
	
}
