@charset "utf-8";

/* =============================================
	宅建士 法改正講義　LIVEセミナー
============================================= */
.pdd_l1{
	padding-left: 1em;
}

.font_blue2{
	color: #5eb6de;
}
.bg_blue2{
	background-color: #5eb6de;
}

.font_pink{
	color: #e33d80;
}
.bg_pink{
	background-color: #e33d80;
}

.btn_bn_area{
	max-width: 970px;
}

/*****
ページヘッダー
*****/
#page_header{
	background-color: #fef4e8;
	background-image: url("../img/header_bg.png");
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover;
}

.page_header{
	text-align: center;
	width: 94%;
	max-width: 1600px;
	margin: 0 auto;
	padding-top: 4em;
}

.header_txt{
	width: 43%;
	max-width: 682px;
}
.header_icon{
	width: 54.5%;
	max-width: 866px;
}

.page_ttl{
	margin: 2em 0;
}

.anim{
	clip-path: polygon(50% 0,50% 0,50% 100%,50% 100%);
	animation-name: mask;
	animation-delay: 0.5s;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes mask{
	0%{
		clip-path: polygon(50% 0,50% 0,50% 100%,50% 100%);
	}
	100%{
		clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
	}
}

/*****
ベース
*****/
.section_wrap{
	margin: 0 auto;
	padding: 6em 0;
}
.normal_section{
	font-size: 1.6rem;
	line-height: 1.6;
	width: 94%;
	max-width: 1200px;
 margin: 0 auto;
}

.ttl_type01{
	font-size: 2.4rem;
	margin-bottom: 1em;
	padding: 0.5em 1em;
	border-bottom: solid 2px #5eb6de;
	position: relative;
}
.ttl_type01::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.25em;
	border-color: transparent transparent #5eb6de #5eb6de;
	position: absolute;
	bottom: 0;
	right: 0;
}

.ttl_type02{
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 1em;
	padding: 0.5em;
	border-top: solid 1px #5eb6de;
	border-bottom: solid 1px #5eb6de;
	background-color: #d9edf6;
}

.cmt_txt{
	text-align: center;
}
.cmt_txt .cmt_txt_in{}

.btn_push{
	font-size: 1.8em;
	width: 100%;
	margin: 0.5em auto;
	border-radius: 0.25em;
	box-shadow: 0 4px 0 0 #1f4040;
	transition: transform 0.5s, box-shadow 0.5s;
}
.btn_push:hover{
	box-shadow: 0 0 0 0 #1f4040;
	transform: translateY(3px);
}
.btn_push a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 0.5em 2.5em;
	background-image: url("/nikken/guidance/img/icon_arrow.png");
	background-repeat: no-repeat;
	background-size: 1em auto;
	background-position: right 1em center;
}
.btn_push a:hover{
	text-decoration: none;
}
.btn_push a img{
	width: auto;
	height: 1em;
	margin-right: 0.5em;
}

/*****
リード
*****/
.lead_memo{
	width: 94%;
	max-width: 760px;
	margin: 2em auto 0 auto;
	position: relative;
}
.lead_memo_inner{
	padding: 2em 0;
	background-image: url("../img/lead_memo_cnt.jpg");
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.lead_img_area{
	width: 75%;
	margin: 0 auto;
}
.lead_img_area .lead_img_ttl{
	font-size: 2rem;
	margin-bottom: 1em;
	text-align: center;
	text-decoration: underline;
}
.lead_img_area .lead_icon_ttl{
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin: 1em 0 0.5em 0;
	padding: 0.5em 1em;
	border-radius: 1em;
	background-color: #e33d80;
}

/*****
日程カレンダー
*****/
.calendar_area{
	display: flex;
	justify-content: space-between;
	font-size: 1.3rem;
}
.calendar_single{
	width: 48%;
}
.calendar_table{
	width: 100%;
	margin: 1em auto;
}
.calendar_table th{
	text-align: center;
	width: 14.28%;
	padding: 0.25em;
}
.calendar_table td{
	height: 5.3em;
	padding: 0.25em;
}
/*8月*/
.calendar_aug{
	border-top: solid 1px #1e83c5;
	border-left: solid 1px #1e83c5;
}
.calendar_aug th,
.calendar_aug td{
	border-bottom: solid 1px #1e83c5;
	border-right: solid 1px #1e83c5;
}
/*9月*/
.calendar_sep{
	border-top: solid 1px #2bc6ae;
	border-left: solid 1px #2bc6ae;
}
.calendar_sep th,
.calendar_sep td{
	border-bottom: solid 1px #2bc6ae;
	border-right: solid 1px #2bc6ae;
}

.text_through{
	text-decoration: line-through;
}

/*****
スケジュール表
*****/
.sche_table{
	width: 100%;
	margin: 1em 0;
	border-top: solid 2px #5eb6de;
	border-bottom: solid 2px #5eb6de;
}

.sche_table tr{}
.sche_table th,
.sche_table td{
	vertical-align: middle;
	padding: 1em;
}
.sche_table th{
	width: 32%;
	background-color: #d9edf6;
}
.sche_table td{
}
.sche_table td.td_koushi{
	width: 20%;
	border-left: dashed 1px #5eb6de;
	border-right: dashed 1px #5eb6de;
}

.sche_table .icon_koushi{
	display: inline-block;
	font-size: 0.85em;
	margin-right: 1em;
	padding: 0.5em;
	border: solid 1px #ccc;
}

/*受付終了*/
.day_closed{
	display: inline-block;
	font-size: 0.85em;
	color: #fff;
	margin: 0 0 0.5em 1.5em;
	padding: 0.5em 1em;
	border-radius: 0.25em;
	background-color: #e04536;
}


/*****
講師紹介、概要
*****/
.ttl_teacher{
	display: flex;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	margin-bottom: 1em;
}
.ttl_teacher .ttl_inner_bef{
	flex-grow: 1;
	padding: 0.5em 2em;
	background-color: #1e83c5;
}
.ttl_teacher .ttl_inner_aft{
	padding: 0.5em 2em;
	background-color: #2bc6ae;
}

.teacher_info_area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2em;
}

.teacher_single{
	width: 48%;
	margin: 0 auto 2em auto;
}
.teacher_single .teacher_info{
	display: flex;
	align-items: center;
	text-align: center;
	margin-bottom: 1em;
}
.teacher_info .teacher_photo{
	width: 32%;
	max-width: 184px;
}
.teacher_photo img{
	border-radius: 50%;
}
.teacher_info .teacher_name{
	flex-grow: 1;
}
.teacher_name h3{
	font-size: 1.4rem;
	border-bottom: solid 1px #333;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

.detail_table{
	border-top: solid 2px #1e83c5;
}

.detail_table tr{
	border-bottom: solid 2px #1e83c5;
}

.detail_table th{
	width: 8em;
	background-color: #c7e0f0;
}
.detail_table th,
.detail_table td{
	padding: 1em;
}

.resume_area{
	display: flex;
	flex-direction: row-reverse;
	margin: 3em auto 0 auto;
}

.resume_img{
	flex-shrink: 0;
	width: 25%;
	margin: 0 2em 0 0;
	position: relative;
}
.resume_img .icon_large{
	width: 100%;
	border: solid 1px #ccc;
}

.resume_img .icon_large_mark{
	position: absolute;
	bottom: 0;
	right: 0;
}


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media (min-width: 768px){
	/*****
	ベース
	*****/
	.cmt_txt{
		font-size: 2rem;
	}
	.cmt_txt .cmt_txt_in{
		display: inline-block;
		position: relative;
	}
	.cmt_txt .cmt_txt_in::before,
	.cmt_txt .cmt_txt_in::after{
		content: '';
		display: block;
		width: 1em;
		height: 100%;
		position: absolute;
		top: 0;
	}
	.cmt_txt .cmt_txt_in::before{
		right: 100%;
		background-image: linear-gradient(to right top, transparent 0, transparent 45%, calc(45% + 1px), #858585 calc(45% + 3px), transparent calc(45% + 4px), transparent 100%);
	}
	.cmt_txt .cmt_txt_in::after{
		left: 100%;
		background-image: linear-gradient(to right bottom, transparent 0, transparent 45%, #858585 calc(45% + 1px), #858585 calc(45% + 3px), transparent calc(45% + 4px), transparent 100%);
	}
	
	/*****
	リード
	*****/
	.lead_pen{
		width: 7.5%;
		max-width: 56px;
		position: absolute;
		top: -3em;
		right: 3em;
	}
	
	.lead_img_area{
		padding: 0 1.5em 0 0;
	}
}

/* スマホ----------------------------- */
@media (max-width: 767px){
 /*****
	ページヘッダー
	*****/
	#page_header{
		background-size: auto 100%;
	}
	
	.page_header{
		padding-top: 2em;
	}
	
	.header_txt{
		width: 80%;
		margin-bottom: 1em;
	}
	.header_icon{
		width: 80%;
	}
	
	.page_ttl{
		margin: 1em 0;
	}
	
	/*****
	ベース
	*****/
	.section_wrap{
		padding: 2em 0;
	}
	.normal_section{
		font-size: 1.4rem;
	}
	
	.ttl_type01{
		font-size: 1.8rem;
		padding: 0.5em;
	}
	
	.cmt_txt{
		font-size: 1.6rem;
	}
	.cmt_txt .cmt_txt_in{}
	
	.btn_push{
		font-size: 1.6rem;
	}
	
	.btn_push a{
		padding: 0.5em 2.5em 0.5em 0.5em;
	}
	
	/*****
	リード
	*****/
	.lead_fukidashi{
		width: 50%;
	}
	
	.lead_memo{
		margin: 1em auto 0 auto;
	}
	.lead_memo_inner{
		padding: 0.5em 0;
	}
	.lead_pen{
		display: none;
	}
	
	.lead_img_area{
		width: 82%;
	}
	.lead_img_area .lead_img_ttl{
		font-size: 1.6rem;
	}
	
	/*****
	日程カレンダー
	*****/
	.calendar_area{
		display: block;
	}
	.calendar_single{
		width: 100%;
	}
	.calendar_table td{
		height: auto;
	}
	.calendar_table td a{
		display: inline-block;
		white-space: nowrap;
	}
	
	/*****
	スケジュール表
	*****/
	.sche_table th,
	.sche_table td{
		display: block;
		width: 100%;
	}
	
	.sche_table td.td_koushi{
		width: 100%;
		border-top: dashed 1px #1e83c5;
		border-bottom: dashed 1px #1e83c5;
		border-left: none;
		border-right: none;
	}
	
	/*****
	講師紹介、概要
	*****/
	.ttl_teacher{
		display: block;
		text-align: left;
	}
	.ttl_teacher .ttl_inner_bef{
		display: inline-block;
	}
	.ttl_teacher .ttl_inner_aft{
		display: inline-block;
	}
	
	.teacher_info_area{
		display: block;
		margin-bottom: 0;
	}
	
	.teacher_single{
		width: 100%;
	}
	
	.detail_table th,
	.detail_table td{
		display: block;
		width: 100%;
	}
	
	.resume_area{
		display: block;
	}
	
	.resume_img{
		width: 50%;
		margin: 1em auto 0 auto;
	}
	.resume_img .icon_large_mark{
		bottom: -1em;
		right: -1em;
	}
}

