@charset "utf-8";
/* =============================================
	宅建 公開模擬試験　
============================================= */
.under_yell{
	padding: 0 0.15em;
	background-image: linear-gradient(to top,#FFFF00 0, #FFFF00 40%, transparent 40%);
}

.font_yell{
	color: #f6ed32;
}

.bg_yell{
	background-color: #f0a130;
}
.bg_blue_l{
	background-color: #00aae6;
}

/*---------------------------------------------
	ページヘッダー
---------------------------------------------*/
#page_header{
	background-color: #c1272d;
}
.page_header{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.page_ttlsub{
	display: inline-block;
	font-size: clamp(1.4rem,5.14vw,7.2rem);
	line-height: 1;
	color: #fff;
	padding: 0.15em 1.5em 0.15em 0.5em;
	background-color: #c1272d;
	position: absolute;
	top: 0.25em;
	left: 0;
	clip-path: polygon(0 0,100% 0,calc(100% - 1em) 100%,0 100%);
	perspective: 5em;
}

.anim01{
	display: inline-block;
	animation-name: anim_rote;
	animation-delay: 1s;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}


/*****
タイトルアニメーション設定
*****/
@keyframes anim_rote{
	0%{
		transform: rotateX(0);
	}
	50%{
		transform: rotateX(360deg);
	}
	100%{
		transform: rotateX(360deg);
	}
}


/*---------------------------------------------
	section
---------------------------------------------*/
.section_wrap{
	padding: 4em 0;
}

.normal_section{
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	line-height: 1.6;
	width: 94%;
	max-width: 1000px;
	margin: 4em auto 0 auto;
}
.section_wrap .normal_section:first-of-type{
	margin: 0 auto;
}

.ttl_type01{
	font-size: clamp(1.8rem,3.2vw,3.2rem);
	text-align: center;
	margin-bottom: 1em;
	padding: 0.5em;
	border: solid 2px #000;
	border-radius: 0.5em;
	background-color: #fff;
}
.ttl_type01 .ttl_type01_inner{
	display: inline-block;
	text-align: left;
	padding-left: 1.5em;
	position: relative;
}
.ttl_type01 .ttl_type01_inner::before{
	content: '';
	display: block;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: -0.25em;
	left: 0;
	background-image: url("../img/icon_ttl_type01.png");
	background-repeat: no-repeat;
	background-size: contain;
}

/*****
リード
*****/
.icon_kinkyu{
	display: inline-block;
	text-align: center;
	width: 4.2em;
	margin: 0 0.25em;
	transform: translateY(-0.5em);
}

/*****
概要紹介
*****/
.intro_img{
	max-width: 390px;
}

/*****
分析表
*****/
.bunseki_area{
	margin-top: 2em;
}
.bunseki_img{
	text-align: center;
}

/*****
受講料 お申込
*****/
.ttl_type03{
	font-size: clamp(1.6rem,2.4vw,2.4rem);
	line-height: 1;
	text-align: center;
	margin-top: 2em;
	padding: 0.5em;
}
.ttl_type03_inner{
	display: inline-block;
	padding: 0.25em 1em;
	border-radius: 1.5em;
	background-color: #fff;
}

.txt_detail{
	padding: 0.5em;
	border: solid 1px #00aae6;
}


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media (min-width: 768px){
	
	/*---------------------------------------------
 	ページヘッダー
 ---------------------------------------------*/
	#page_header{}
	.page_header{}
	
 
 /*---------------------------------------------
	section
	---------------------------------------------*/
	/*****
	概要紹介
	*****/
	.intro_img{
		flex-shrink: 0;
		width: 39%;
		margin-left: 2em;
	}
	
	/*****
	分析表
	*****/
	.bunseki_area{}
	.bunseki_area::after{
		content: '';
		display: block;
		clear: both;
	}
	.bunseki_img{
		float: right;
		margin: 0 0 1em 1em;
	}
	
	/*****
	受講料 お申込
	*****/
	
}

/* スマホ----------------------------- */
@media (max-width: 767px){
 
 /*---------------------------------------------
 	ページヘッダー
 ---------------------------------------------*/
	#page_header{}
	.page_header{}
	
 
 /*---------------------------------------------
	section
	---------------------------------------------*/
	.section_wrap{
		padding: 2em 0;
	}
	
	/*****
	概要紹介
	*****/
	.intro_img{
		width: 80%;
		margin: 1em auto 0 auto;
	}
	
	/*****
	分析表
	*****/
	.bunseki_area{}
	.bunseki_img{
		margin-bottom: 1em;
	}
	
	/*****
	受講料 お申込
	*****/
 
}
