@charset "utf-8";
/* =============================================
	1級建築士 学科　公開模擬試験
============================================= */
.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;
}

/*---------------------------------------------
	ページヘッダー
---------------------------------------------*/
#page_header{
	overflow: hidden;
}
.page_header{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
.header_text01,
.header_text02,
.header_text03,
.header_text04{
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	position: absolute;
	text-shadow: 0 0 6px rgba(0,0,0,0.85);
}
/*プレゼント画像*/
.header_text05{
	max-width: 400px;
	position: absolute;
}


.header_date{
	max-width: 230px;
	position: absolute;
}

.anim_01,
.anim_02,
.anim_03,
.anim_04{
	opacity: 0;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.anim_01{
	transform: translateX(-100%);
	animation-name: anim_rl;
	animation-delay: 1s;
}
.anim_02{
	transform: translateX(100%);
	animation-name: anim_lr;
	animation-delay: 1.5s;
}
.anim_03{
	transform: translateX(-100%);
	animation-name: anim_rl;
	animation-delay: 2s;
}
.anim_04{
	transform: translateX(100%);
	animation-name: anim_lr;
	animation-delay: 2.5s;
}


/*****
タイトルアニメーション設定
*****/
@keyframes anim_lr{
	0%{
		opacity: 0;
		transform: translateX(-100%);
	}
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes anim_rl{
	0%{
		opacity: 0;
		transform: translateX(100%);
	}
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}

.btn_section{
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
}

.bg_live{
	background-image: url("../img/btn_live_bg.jpg");
	background-size: 100% auto;
	background-position: center top;
	transition: background 0.5s;
}

.bg_live:hover{
	background-image: url("../img/btn_live_bg_o.jpg");
}


/*---------------------------------------------
	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;
}

.section_bg{
	background-image: url("../img/section_bg.jpg");
	background-size: 100% 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;
}

.intro_img{
	max-width: 390px;
}
.intro_img04{
	max-width: 230px;
}

/***Tシャツプレゼント***/
.present_area{
	margin-top: 2em;
	padding: 1.5em;
	border: solid 4px #db2929;
	border-radius: 1em;
	background-color: #fdfae4;
	position: relative;
}
.icon_present{
	width: 6em;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%,-50%) rotateZ(-15deg);
}

.ttl_type04{
	font-size: clamp(1.6rem,2.8vw,2.8rem);
	color: #db2929;
	text-align: center;
	margin-bottom: 1.5em;
	padding-bottom: 0.5em;
	position: relative;
}
.ttl_type04::before,
.ttl_type04::after{
	content: '';
	display: block;
	background-color: #e88585;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.ttl_type04::before{
	width: 6em;
	height: 4px;
}
.ttl_type04::after{
	width: 2em;
	height: 1em;
	clip-path: polygon(0 0,100% 0, 50% 100%);
}

.present_tshirts{
	max-width: 288px;
}


/*****
概要
*****/
.ttl_type02{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(1.8rem,3.2vw,3.2rem);
}
.ttl_type02::before,
.ttl_type02::after{
	flex-grow: 1;
	content: '';
	display: inline-block;
	min-width: 1em;
	height: 0.2em;
	background-color: #575f64;
}
.ttl_type02::before{
	margin-right: 1em;
}
.ttl_type02::after{
	margin-left: 1em;
}

.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;
}
.bg_class{
	background-color: #45C036;
}
.bg_home{
	background-color: #2c89e0;
}
.bg_detail{
	background-color: #575f64;
}

.tbl_detail{
	width: 100%;
	border: solid 1px #575f64;
}

.tbl_detail th,
.tbl_detail td{
	padding: 0.5em;
	border-bottom: solid 1px #575f64;
}

.tbl_detail th{
	text-align: center;
	width: 9em;
}
.tbl_detail td{
	border-left: solid 1px #575f64;
}

.txt_detail{
	padding: 0.5em;
	border: solid 1px #575f64;
}


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
	
	/*---------------------------------------------
 	ページヘッダー
 ---------------------------------------------*/
	#page_header{
		background-image: url("../img/page_header_bg.jpg");
		background-repeat: no-repeat;
		background-position: center top;
	}
	.page_header{
		aspect-ratio: 1400 / 760;
		background-image: url("../img/page_header_pc.jpg");
		box-shadow: 0 0 6px 6px rgba(0,0,0,0.65);
	}
	.header_text01,
	.header_text02,
	.header_text03,
	.header_text04{
		font-size: clamp(1.6rem,2.6vw,3.6rem);
	}
	.header_text01{
		text-align: right;
		top: 11%;
		right: 6%;
	}
	.header_text02{
		top: 28%;
		left: 13%;
	}
	.header_text03{
		text-align: right;
		top: 52%;
		right: 12%;
	}
	.header_text04{
		top: 68%;
		left: 10%;
	}
	
	/*プレゼント画像*/
	.header_text05{
		width: 29%;
		top: 45%;
		right: 12%;
	}
	
	.header_date{
		width: 16.5%;
		top: 72%;
		right: 22%;
	}
	
	.btn_section{
		display: flex;
		justify-content: space-around;
	}
	.btn_section .btn_normal{
		width: 46%;
	}
	
 
 /*---------------------------------------------
	section
	---------------------------------------------*/
	/*****
	紹介
	*****/
	.intro_img{
		flex-shrink: 0;
		width: 39%;
		margin-left: 2em;
	}
	.intro_img04{
		flex-shrink: 0;
		width: 23%;
		margin-left: 2em;
	}
	
	.imghover{
		display: block;
		position: relative;
	}
	.imghover::before{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
			background-color: rgba(255,255,255,0);
		position: absolute;
		top: 0;
		left: 0;
		transition: background 0.5s;
	}
	.imghover:hover::before{
		background-color: rgba(255,255,255,0.35);
	}
	
	/***Tシャツプレゼント***/
	.present_tshirts{
		flex-shrink: 0;
		width: 31.5%;
		margin-right: 2em;
	}
	
	/*****
	概要
	*****/
	
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
 
 /*---------------------------------------------
 	ページヘッダー
 ---------------------------------------------*/
	#page_header{}
	.page_header{
		aspect-ratio: 375 / 500;
		background-image: url("../img/page_header_sp.jpg");
	}
	
	.header_text01,
	.header_text02,
	.header_text03,
	.header_text04{
		font-size: clamp(1.2rem,4.4vw,3.4rem);
		line-height: 1.2;
		text-align: center;
	}
	.header_text01{
		top: 11%;
		right: 2%;
	}
	.header_text02{
		top: 26%;
		left: 4%;
	}
	.header_text03{
		top: 33%;
		right: 4%;
	}
	.header_text04{
		top: 48%;
		left: 2%;
	}
	
	/*プレゼント画像*/
	.header_text05{
		width: 38%;
		top: 36%;
		right: 2%;
	}
	
	.header_date{
		width: 30%;
		top: 80%;
		right: 4%;
	}
	
 
 /*---------------------------------------------
	section
	---------------------------------------------*/
	/*****
	紹介
	*****/
	.intro_img{
		width: 80%;
		margin: 1em auto 0 auto;
	}
	.intro_img04{
		width: 65%;
		margin: 1em auto 0 auto;
	}
	
	/***Tシャツプレゼント***/
	.present_tshirts{
		width: 65%;
		margin: 0 auto 1em auto;
	}
	
	/*****
	概要
	*****/
 
}
