@charset "utf-8";
/* =============================================
	二次検定ポイント講習会
============================================= */
:root{
	--2ji_color: #f29541;
}

.bg_orange{
	background-color: var(--2ji_color);
}
.bg_section{
	background-color: #fffbd2;
}

/*---------------------------------------------
ヘッダー
---------------------------------------------*/
#page_header{
	background-color: #fffbd2;
	background-image: url("../img/header_bg.jpg");
	background-repeat: no-repeat;
}
.page_header{
	font-size: clamp(1.6rem,1.57vw,2.2rem);
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
}
.header_area{
	max-width: 908px;
}
.page_ttl{
	margin-bottom: 1em;
}
.header_sub{
	line-height: 1.2;
	text-align: center;
}
.period_area{
	margin: 1em 0;
	padding: 0.5em;
	border-top: solid 2px #888;
	border-bottom: solid 2px #888;
	background-color: rgba(255,255,255,0.9);
}
.header_present{
	max-width: 454px;
}

.anim01{
	opacity: 0;
	animation-name: anim_effect;
	animation-delay: 0.5s;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

/*****
タイトルアニメーション設定
*****/
@keyframes anim_effect{
	0%{
		opacity: 0;
		transform: translateY(-100%);
	}
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}

.section_wrap{}
.normal_section{
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	line-height: 1.6;
	width: 94%;
	max-width: 1000px;
}
.section_wrap .normal_section:first-of-type{
	margin: 0 auto;
}

.ttl_type01{
	font-size: clamp(1.8rem,3vw,3rem);
	color: var(--nikken-red);
	text-align: center;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: solid 2px var(--nikken-red);
}

.ttl_type02{
	font-size: clamp(1.6rem,2.6vw,2.6rem);
	color: var(--nikken-red);
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
	border-left: solid 4px var(--nikken-red);
	background-color: #fff;
}


/*---------------------------------------------
こんな方におすすめ
---------------------------------------------*/
.recom_box{
	font-weight: bold;
	line-height: 1;
}
.recom_box li{
	margin-top: 1em;
	padding: 0.5em 0.5em 0.5em 2em;
	border: solid 2px var(--2ji_color);
	border-radius: 0.25em;
	background-color: #fff;
	background-image: url("../img/icon_recom.png");
	background-repeat: no-repeat;
	background-position: left 0.5em center;
	background-size: 1.2em auto;
}

/*---------------------------------------------
講習会の内容
---------------------------------------------*/
.point_box{
	margin-top: 1em;
	border: solid 2px var(--2ji_color);
	background-color: #fff;
}
.point_box_ttl{
	display: inline-block;
	font-weight: bold;
	color: #fff;
	padding: 0.25em 2em 0.25em 1em;
	border-radius: 0 0 2em 0;
	background-color: var(--2ji_color);
}

.point_box_inner{
	font-size: 0.9em;
	padding: 1em 1em 0.5em 1em;
}
.point_box_ttl02{
	font-size: 1.1em;
	color: var(--2ji_color);
	margin-bottom: 1em;
	padding-bottom: 0.25em;
	border-bottom: solid 1px var(--2ji_color);
}


/*---------------------------------------------
二次検定対策講座
---------------------------------------------*/
.course_list_table_simple{
	font-size: 1.5rem;
}


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media (min-width: 768px){
	.flex_between_pc .btn_normal{
		width: 48%;
	}
	
	/*---------------------------------------------
	ヘッダー
	---------------------------------------------*/
	#page_header{
		background-size: cover;
		background-position: center center;
	}
	.page_header{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		padding: 2em 0;
	}
	.page_header .btn_normal{
		font-size: clamp(1.6rem,1.7vw,2.4rem);
		max-width: 1000px;
	}
	.header_area{
		width: 65%;
	}
	.page_ttl{}
	.period_area{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.period_area .btn_normal{
		width: auto;
		margin: 0 0 0 1em;
	}
	.period_area .btn_normal a{
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	
	.header_present{
		width: 32.5%;
		margin-bottom: 1em;
	}
	
	
	.section_wrap{
		padding: 8em 0;
	}
	.normal_section{
		margin: 6em auto 0 auto;
	}
	
	/*---------------------------------------------
	こんな方におすすめ
	---------------------------------------------*/
	.recom_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		font-size: 1.3em;
	}
	.recom_box li{
		width: 48%;
	}
	
	/*---------------------------------------------
	講習会の内容
	---------------------------------------------*/
	.point_box{
		width: 32%;
	}
	
	
	/*---------------------------------------------
	二次検定対策講座
	---------------------------------------------*/
	
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
 /*---------------------------------------------
	ヘッダー
	---------------------------------------------*/
	#page_header{}
	.page_header{
		padding: 2em 0;
	}
	.header_area{}
	.page_ttl{}
	.period_area{
		text-align: center;
	}
	.header_present{
		position: relative;
		z-index: 1;
	}
	
	
	.section_wrap{
		padding: 4em 0 2em 0;
	}
	.normal_section{
		margin: 3em auto 0 auto;
	}
	
	/*---------------------------------------------
	こんな方におすすめ
	---------------------------------------------*/
	.recom_box{}
	.recom_box li{}
	
	/*---------------------------------------------
	講習会の内容
	---------------------------------------------*/
	
	
	/*---------------------------------------------
	二次検定対策講座
	---------------------------------------------*/
	
	
}