@charset "utf-8";
/* =============================================
	建築設備士 ストレート合格Webコース
============================================= */
/*****
Reset
*****/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video{
	box-sizing: border-box;
}

header div,
header a,
header span,
header img{
 box-sizing: content-box;
}

sup{
	vertical-align: top;
	position: static;
	font-size: 0.65em;
}

header li{
 font-size: 1.3rem;
}

/* 画像ボケ軽減 */
img{
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

/*****
common
*****/
.small_header_list{}
.small_header_list li{
	margin-left: 10px;
	display: inline-block;
}

.font_red{
	color: #e60012;
}
.font_blue{
	color: #002060;
}

.bg_red{
	background-color: #e60012;
}
.bg_blue{
	background-color: #002060;
}

.under_yell{
	display: inline;
	padding: 0 0.15em;
	background-image: linear-gradient(to top,#ffe13d 0, #ffe13d 20%, transparent 20%);
}

.line_through_red{
	text-decoration-color: #e60012;
}

.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;
}
.mgn_l1{
 margin-left: 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);
}
.rotate05{
	display: inline-block;
	transform: rotateZ(-5deg);
}

.p_line p{
	padding-bottom: 0.5em;
}
.p_line p:last-of-type{
	padding-bottom: 0;
}

/***リンクボタン***/
.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: block;*/
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 100%;
	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_nolink{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	width: 100%;
	max-width: 420px;
	margin: 1em auto;
	padding: 0.5em 1em;
	border: solid 2px #fff;
	border-radius: 0.25em;
	background-color: #ccc;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
}

.btn_anchor{
	display: inline-block;
	font-size: 1.2em;
	color: #1e83c5;
	margin: 0.5em auto;
	padding: 0.5em;
	border: solid 1px #1e83c5;
	border-radius: 0.5em;
}

.outer_link{
	margin: 1em 0;
}
.outer_link a{
	display: inline-block;
	color: #1e83c5;
	margin-right: 0.5em;
	padding: 0.5em 1em;
	background-color: #fff;
	border: solid 1px #1e83c5;
}

/*---------------------------------------------
	page_header
---------------------------------------------*/
#page_header{
	background-color: #4c9bd3;
	background-image: url("../img/page_header_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page_header{
	text-align: center;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 4em 0;
}

.page_header .header_text01{
	font-size: 3.4rem;
	margin-bottom: 0.5em;
}
.page_header .header_text02{
	font-size: 2.4rem;
	color: #fff;
	margin-bottom: 1em;
}

.anim_effect{
	opacity: 0;
	animation-name: anim_effect;
	animation-duration: 0.35s;
	animation-delay: 1.2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

/*****
タイトルアニメーション設定
*****/
@keyframes anim_effect{
	0%{
		opacity: 0;
		transform: scale(0.2);
	}
	80%{
		opacity: 1;
		transform: scale(1.5);
	}
	100%{
		opacity: 1;
		transform: scale(1);
	}
}


/*---------------------------------------------
	section
---------------------------------------------*/
.normal_section{
	font-size: 1.6rem;
 width: 970px;
	margin: 4em auto 0 auto;
}
.normal_section li{
	font-size: 1.6rem;
}

.ttl_type01{
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	color: #333;
	margin-bottom: 1em;
}
.ttl_type02{
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	padding: 0.5em;
}

/*****
受講料エリア
*****/
.apply_cont{
	width: 970px;
	margin: 2em auto 0 auto;
	padding: 1em 0;
  border: none;
  background: none;
}
.apply_cont h2{
  background: none;
}
.apply_btn{
	margin: 2em auto;
	position: relative;
}
.apply_btn:hover{
	top: 1px;
	left: 1px;
}
.apply_btn a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.apply_btn a span{
	font-size: 1.6rem;
	display: block;
}

.apply_btn a{
	margin: 0;
	padding: 17px 20px 17px 0;
	text-align: center;
	background: url(../img/apply_arrow.png) no-repeat 98% center, linear-gradient(to bottom, #93ca5c 0%,#7cc035 100%);
	color: #fff;
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 1.4;
	display: block;
	border: 5px solid #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	box-sizing: border-box;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}
.apply_btn a::after{
  content: none;
}
.apply_info{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #333;
}

/*****
ポイントリスト
*****/
.point_box{
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	width: 32%;
	padding: 1em;
	border: solid 1px rgba(199, 199, 199, 0.65);
	background-color: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.point_ttl{
	margin-bottom: 1em;
}

.point_inner{}

.point_img{
	margin: 0 0 1em 0;
}

.point_text{
	font-size: 1.8rem;
}

/*****
チャート
*****/
.chart_scroll{}

/*****
/nikken/guidance/equipment/course/straight から流用
*****/
.normal_section02{
	width: 970px;
	margin: 4em auto 0 auto;
}

.ttl_lv2{
	margin: 2em 0 1em 0;
}

.normal_section02 .ttl_type03{
	margin: 2em 0 1em 0;
	padding: 10px 0 8px 10px;
	font-size: 1.65rem;
	border-bottom: 1px solid #c9c9c9;
	position: relative;
	vertical-align: middle;
	background: none;
}
.normal_section02 .ttl_type03:before{
	content: ' ';
	width: 4px;
	background-color: #f27070;
	position: absolute;
	margin: auto 0;
	top: 0.5em;
	bottom: 0.3em;
	left: 0;
}

.step_arrow{
	margin: 15px 0 -5px 0;
}

/*使用教材*/
.book_list_cont{
	margin-top: 2em;
}


/*****
ページフッターリンク
*****/
.nikken_info{
	margin: 40px 0;
	text-align: center;
}
.course_info{ text-align: center; }
.course_info li{
	margin-right: 15px;
	display: inline-block;
}
.course_info li:last-child{ margin-right: 0; }


/*****
コース一覧
*****/
.course_info_cont,
.course_info_cont li{
	font-size: 1.3rem;
}

.course_list_table{
	margin: 0;
	/*border-top: solid 2px #C00000;*/
}

/***タブ***/
.course_tab{
	display: flex;
}
.course_tab li{
	font-size: 1.8rem;
	font-weight: bold;
	margin-right: 1em;
}
.course_tab li a{
	display: block;
	color: #333;
	padding: 0.5em 1em;
	background-color: #ccc;
	border-radius: 0.5em 0.5em 0 0;
}
.course_tab li a:hover{
	text-decoration: none;
}
.course_tab li a.show_box{
	cursor: default;
	color: #fff;
	background-color: #C00000;
}

/*------------------------------
タブ表示用のクラス
------------------------------*/
/*** タブにする ***/
.tab_nav{}

/*** 表示中のタブ ***/
.show_box{
 cursor: default;
}

/*** タブで表示するエリア ***/
.tab_box{}
/*------------------------------
end タブ表示用のクラス
------------------------------*/

/*---------------------------------------------
	youtube枠
---------------------------------------------*/
/*** youtube枠 ***/
.movie_cont{
	max-width: 790px;
	margin: 40px auto;
	padding: 20px;
 overflow: hidden;
 border: 1px solid #ccc;
}
.movie_cont h3,
.movie_cont_ttl{
	margin-top: 0;
	padding: 0 0 5px 25px;
 margin-bottom: 5px;
 border-bottom: 1px solid #ddd;
 font-size: 1.4rem;
 position: relative;
}
.movie_cont h3::before,
.movie_cont_ttl::before{
	content: '';
 width: 18px;
 height: 17px;
 background: url(/nikken/guidance/img/guidance_arrow_ico.png) no-repeat left -26px;
 background-size: 150px 150px;
 position: absolute;
 top: 0;
 left: 0;
}
.movie_time{}
.movie_time::before{
	content: '';
 margin: 0 3px 0 0;
 width: 11px;
 height: 11px;
 display: inline-block;
 background: url(/nikken/guidance/img/guidance_arrow_ico.png) no-repeat left -43px;
 background-size: 150px 150px;
}
.video_cont{
	position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 box-sizing: border-box;
}
.video_cont iframe,
.video_cont object,
.video_cont embed{
	position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}


/*------------------------------
拡大表示用
------------------------------*/
#overlay{
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	/*position: absolute;*/
	top: 0;
	left: 0;
	z-index: 99999;
}

/*閉じるボタン*/
#overlay::before{
	content: '×';
	display: block;
	font-size: 4vh;
	text-align: center;
	line-height: 1;
	color: #fff;
	padding: 0 0.25em;
	border: solid 1px #fff;
	position: absolute;
	top: 1em;
	right: 2%;
	cursor: pointer;
}

#overlay #view_container{
	width: 90%;
	max-width: 762px;
	max-height: 90vh;
	margin: 0 auto;
	overflow-y: auto;
}

#overlay #view_container #view_img{
 max-width: 720px;
 margin: 0 auto;
}

#overlay #view_container #view_img img{
	width: 100%;
	height: auto;
}

#overlay #view_container #nav_area{
	display: none;
	/*display: flex;
	justify-content: space-between;
	margin-top: 0.25em;*/
}

/*#overlay #view_container #nav_area #prev_btn{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #fff;
	cursor: pointer;
}

#overlay #view_container #nav_area #next_btn{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #fff;
	cursor: pointer;
}*/

/*------------------------------
end 拡大表示用
------------------------------*/

/* 調整 */
.curriculum_term{
	margin: -5px 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #ccc ;
}
.em-text{
  font-size: 1.6rem;
}


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media (min-width: 768px){
	/*---------------------------------------------
		section
	---------------------------------------------*/
	/*** 非表示 ***/
	.sp_only{
  display: none;
 }
	
	.btn_area_flex{
		display: flex;
		justify-content: space-around;
	}
	
	.flex_pc{
		display: flex;
	}
	.flex_center_pc{
		display: flex;
		justify-content: center;
	}
	.flex_between_pc{
		display: flex;
		justify-content: space-between;
	}
	.items_center_pc{
		align-items: center;
	}
	.items_end_pc{
		align-items: flex-end;
	}
	
	
	/*---------------------------------------------
		section
	---------------------------------------------*/
	
	/*****
	/nikken/guidance/equipment/course/straight から流用
	*****/
	/*2級建築士学科ズバリ解説*/
	.zubari_flow{
		display: flex;
		justify-content: center;
	}
	
	/*使用教材*/
/* 	.book_list.rows_2 li{
		width: 40%;
	} */
	
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
 /*** 非表示 ***/
 .pc_only{
  display: none;
 }
 
	/*****
	common
	*****/
	.small_header_menu{
		margin: 5px -5px 0;
		padding: 0 5px;
		border-top: 1px solid #dddddd;
		padding-top: 5px;
		width: 100%;
	}
	
	.small_header_list{ text-align: right; }
	.small_header_list li{ font-size: 1.2rem; }
	
	.simple_btn a{
		width: 95%;
		min-width: 0;
	}
	
	.btn_normal{
		font-size: 1.6rem;
	}
	
	/*---------------------------------------------
		page_header
	---------------------------------------------*/
	#page_header{}
	.page_header{
		padding: 2em 0;
	}
	
	.page_header .header_text01{
		font-size: 1.8rem;
	}
	.page_header .header_text02{
		font-size: 1.4rem;
	}
	
	
	/*---------------------------------------------
		section
	---------------------------------------------*/
	.normal_section{
		font-size: 1.4rem;
		width: 94%;
		margin: 1em auto 0 auto;
		padding: 1em 0;
	}
	.normal_section li{
  font-size: 1.4rem;
 }
	
	.ttl_type01{
		font-size: 1.8rem;
	}
	
	/*****
	受講料エリア
	*****/
	.apply_cont{
		width: 94%;
		margin: 1em auto 0 auto;
		padding: 1em 0;
	}
	
	.apply_btn{}
	
	.apply_btn a{
		font-size: 2.4rem;
		background-size: 1em auto;
	}
	
	.apply_info{
		font-size: 1.4rem;
	}
	
	/*****
	ポイントリスト
	*****/
	.point_box{
		width: 100%;
		margin-bottom: 1em;
	}
	
	.point_ttl img{
		width: 30%;
	}
	
	.point_inner{
		display: flex;
		align-items: center;
	}
	.point_img{
		width: 45%;
		margin: 0 1em 0 0;
	}
	.point_text{
		font-size: 1.6rem;
	}
	
	/*****
	チャート
	*****/
	.chart_scroll{
		width: 100%;
		padding: 1.5em 0 0 0;
		overflow-x: scroll;
	}
	.chart_scroll::before{
		content: '←スクロール→';
		display: block;
		font-size: 1.2rem;
		text-align: center;
	}
	.chart_scroll h2{
		width: 485px;
	}
	
	
	/*****
	/nikken/guidance/equipment/course/straight から流用
	*****/
	.normal_section02{
		width: 94%;
		margin: 1em auto 0 auto;
		padding: 1em 0;
	}
	
	.step_arrow{
		margin: 15px auto -5px auto;
	}
	
	/*使用教材*/
	
	/*****
	ページフッターリンク
	*****/
	.nikken_info{
		margin: 20px 0;
		text-align: center;
	}
	.course_info li{
		margin: 0 0 10px 0;
		display: block;
	}
	
	/*****
	コース一覧
	*****/
	/***タブ***/
	.course_tab{
		flex-wrap: wrap;
	}
	.course_tab li{
		font-size: 1.4rem;
	}
	
	/*---------------------------------------------
	youtube枠
	---------------------------------------------*/
	.movie_cont{
		margin: 20px 0 20px;
  padding: 15px;
	}
	
	
}


/* print----------------------------- */
@media print{
	#footer,.page_top{ display: none; }
	body{ min-height: 0; }
}