@charset "utf-8";
/* =============================================
	宅建講座LP
============================================= */
.under_yell{
	padding: 0 0.15em;
	background-image: linear-gradient(to top,#FFEC2E 0, #FFEC2E 40%, transparent 40%);
}

.bg_cont{
	background-color: #FFFFD5;
}

.font_pink{
	color: #F97B8D;
}

/*---------------------------------------------
	ページヘッダー
---------------------------------------------*/
#header_wrap{
	background-color: #FFFF66;
}

#page_header{
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.page_ttl{
	max-width: 612px;
}
.header_jisseki{
	max-width: 588px;
	filter: drop-shadow(0 0 6px #fff);
}
.header_cp{
	max-width: 546px;
}
.header_koushi{
	max-width: 608px;
}

.anim_wrap{
	perspective: 1200px;
}
.anim_move{
	display: inline-block;
	animation-name: anim_move;
	animation-delay: 2s;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}


/*****
タイトルアニメーション設定
*****/
@keyframes anim_move{
	0%{
		transform: rotateX(0);
	}
	50%{
		transform: rotateX(360deg);
	}
	100%{
		transform: rotateX(360deg);
	}
}

.anim_ud{
	animation-name: anim_ud;
	animation-delay: 0.5s;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes anim_ud{
	0%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-10%);
	}
	100%{
		transform: translateY(0);
	}
}

/*---------------------------------------------
	section
---------------------------------------------*/
.section_wrap{
	margin: 0 auto;
	padding: 6em 0;
}

.normal_section{
	font-size: clamp(1.4rem,1.6vw,1.6rem);
	line-height: 1.6;
	width: 94%;
	margin: 0 auto;
	position: relative;
}

/*バナーセクション*/
.bn_section{
	max-width: 1000px;
}

/*****
早期入学キャンペーン
*****/
.cp_bg{
	background-color: #FFFF66;
}
.cp_section{
	font-size: clamp(1.4rem,1.6vw,1.6rem);
	line-height: 1.6;
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1.5em;
	border-radius: 2em;
	background-color: #fff;
	position: relative;
}

.ttl_cp{
	font-size: clamp(1.8rem,3.8vw,3.8rem);
	color: var(--nikken-red);
	text-align: center;
	margin-bottom: 1em;
}

.ttl_cp_inner{
	display: inline-block;
	position: relative;
}
.icon_cp{
	display: inline-block;
	width: 2em;
	position: absolute;
	top: 0;
	left: -2em;
	transform: rotateZ(-5deg);
}

.cp_date{
	display: inline-block;
	padding: 0.25em 0.5em;
	border: solid 1px #ccc;
	border-radius: 0.25em;
}
.present_book{
	max-width: 232px;
}

/*****
受講相談のお申込
*****/
.consultation_area{
	margin: 4em 0;
	padding: 4em 0;
	background-color: #f6c19c;
}

.consultation_section{
	text-align: center;
	width: 94%;
	max-width: 720px;
	margin: 0 auto;
}

.ttl_consul{
	font-size: clamp(1.6rem,3.3vw,2.4rem);
	color: #000;
	text-align: center;
	margin-bottom: 1em;
}
.ttl_consul_inner{
	display: inline-block;
	padding: 0 3em;
	position: relative;
}
.icon_consul{
	display: inline-block;
	width: 2.5em;
	position: absolute;
	bottom: 0;
	right: 0;
}

.btn_consul{
	font-size: clamp(1.6rem,3.3vw,2.4rem);
	line-height: 1;
}
.btn_consul a{
	display: block;
	color: #fff;
	padding: 1em 1.5em;
	border: solid 2px #000;
	border-radius: 0.5em;
	background-color: var(--nikken-red);
	background-image: url("/nikken/guidance/img/icon_arrow.png");
	background-repeat: no-repeat;
	background-size: 1em auto;
	background-position: right 1em center;
	box-shadow: 0 6px 0 0 #000;
	transition: box-shadow 0.5s,transform 0.5s;
}
.btn_consul a:hover{
	box-shadow: 0 0 0 0 transparent;
	transform: translateY(6px);
}

.btn_consul a .btn_icon{
	display: inline-block;
	position: relative;
}
.btn_consul a .icon_free{
	display: inline-block;
	width: 2.5em;
	position: absolute;
	bottom: 0;
	left: -3em;
}

.btn_box{
	font-size: clamp(1.6rem,2.5vw,1.8rem);
	text-align: center;
	width: 94%;
	max-width: 720px;
	margin: 0 auto 4em auto;
	padding: 2em;
	background-color: rgba(255,255,255,0.35);
}
.btn_box .atten_box{
	margin-top: 1.25em;
	padding: 0.5em;
	background-color: #fff;
}

.btn_box .btn_nav{
	font-weight: bold;
	margin-top: 1em;
}
.btn_box .btn_nav a{
	display: block;
	color: #fff;
	padding: 0.5em 1em;
	background-color: #F97B8D;
	box-shadow: 2px 2px 0 0 #934953;
	position: relative;
	transition: 0.5s;
}
.btn_box .btn_nav a::after{
	content: '';
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translateY(-50%) rotateZ(45deg);
}
.btn_box .btn_nav a:hover{
	background-color: #934953;
	box-shadow: 2px 2px 0 0 #fff;
}


/*****
日建学院が選ばれる理由
*****/
.reason_wrap{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2em 1em;
	border-radius: 1.5em;
	background-color: #4472C4;
}
.reason_section{
	max-width: 1000px;
}

.ttl_reason{
	font-size: clamp(1.6rem,2.4vw,2.4rem);
	text-align: center;
	width: 75%;
	margin: 0 auto -1em auto;
	padding: 0.5em 1em;
	border-radius: 1em;
	background-color: #FFFF66;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.25);
	position: relative;
	z-index: 1;
}

.want_area{
	margin-bottom: 4em;
	padding: 4em 1em 2em 1em;
	border-radius: 1em;
	background-color: #fff;
	position: relative;
}
.want_area::after{
	content: '';
	display: block;
	width: 6em;
	height: 3em;
	background-color: #fff;
	clip-path: polygon(0 0,100% 0,50% 100%);
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,-1px);
}

.want_box{
	display: flex;
	align-items: center;
}
.want_box .icon_want{
	flex-shrink: 0;
	width: 20%;
	max-width: 58px;
	margin-right: 1em;
}
.want_box .want_text{}

.ttl_reason02{
	font-size: clamp(1.6rem,3.2vw,3.2rem);
	color: #fff;
	text-align: center;
}
.ttl_reason02::after{
	content: '';
	display: block;
	width: 10em;
	height: 0.5em;
	margin: 0 auto;
	background-color: #FFFF66;
}

.nav_pagedown_area{
	margin-top: 3em;
}
.nav_pagedown{
	text-align: center;
}
.nav_pagedown a{
	display: block;
	color: #000;
	height: 100%;
	padding: 1em 1em 1.5em 1em;
	border: solid 2px #000;
	border-radius: 1em;
	background-color: #fff;
	position: relative;
	transition: transform 0.5s;
}
.nav_pagedown a:hover{
	text-decoration: none;
}
.nav_pagedown a::after{
	content: '';
	display: block;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	background-image: url("/nikken/guidance/img/icon_arrow.png");
	background-repeat: no-repeat;
	background-size: 1em auto;
	background-position: center center;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%) rotateZ(90deg);
	transition: transform 0.5s;
}

.nav_pagedown a:hover::after{
	transform: translate(-50%,100%) rotateZ(90deg);
}

.nav_num{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	background-color: #FFFF66;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.25);
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-25%,-50%);
}

.nav_h4{
	font-size: 1.25em;
}

/*****
コース表
*****/
.detail_section{
	max-width: 1000px;
	margin-top: 4em;
	padding: 2em;
	background-color: #fff;
}

.ttl_type01{
	font-size: clamp(1.6rem,3.2vw,3.2rem);
	color: #00B0F0;
	margin-bottom: 1em;
}

/***コース表組***/
.course_tbl_scroll_area{
	margin: 1em auto;
	padding: 0.5em;
	border: solid 1px #aaa;
}
.course_tbl_scroll{
	width: 100%;
	overflow-x: scroll;
}

.icon_scroll{
	width: 6em;
	margin: 0.5em 0;
}

.course_tbl{
	font-size: 0.9em;
	width: auto;
}
.course_tbl th,
.course_tbl td{
	padding: 0.5em;
	border: solid 1px #ccc;
	white-space: nowrap;
}
.course_tbl th{}
.course_tbl td{}

.course_tbl th a{
	display: block;
	text-decoration: none;
}
.course_tbl th a .course_text{
	font-weight: normal;
	text-align: center;
	color: #fff;
	margin-bottom: 0.5em;
	padding: 0.5em;
	border-radius: 0.25em;
	background-color: #4472C4;
}
.course_tbl th a .ttl_course{
	color: #1c314f;
	padding-left: 1.5em;
	background-image: url("/nikken/guidance/img/course-arrow.svg");
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: left center;
}
.course_tbl th a:hover .course_text{
	background-color: var(--nikken-red_dark);
}
.course_tbl th a:hover .ttl_course{
	color: var(--nikken-red_dark);
}

.course_tbl tr.course_recom_tr{
	background-color: #fffde5;
}
.course_tbl .course_recom_tr th{
	background-color: #fffde5;
}
.course_tbl .course_recom_tr th,
.course_tbl .course_recom_tr td{
	border-top: solid 3px #db2929;
	border-bottom: solid 3px #db2929;
}
.course_tbl .course_recom_tr td:last-of-type{
	border-right: solid 3px #db2929;
}

/*コースカラー*/
.souki_color{
	color: #00B0F0;
}
.souki_border{
	display: block;
	padding: 0.5em;
	border: solid 2px #00B0F0;
	background-color: #fff;
}
.honkougi_color{
	color: #58AD03;
}
.honkougi_border{
	display: block;
	padding: 0.5em;
	border: solid 2px #58AD03;
	background-color: #fff;
}
.taisaku_color{
	color: #F97B8D;
}
.taisaku_border{
	display: block;
	padding: 0.5em;
	border: solid 2px #F97B8D;
	background-color: #fff;
}
.kouryaku_color{
	color: #FFC000;
}
.kouryaku_border{
	display: block;
	padding: 0.5em;
	border: solid 2px #FFC000;
	background-color: #fff;
}
.moshi_color{
	color: #AFABAB;
}
.moshi_border{
	display: block;
	padding: 0.5em;
	border: solid 2px #AFABAB;
	background-color: #fff;
}

/***早期対策講座***/
.taisaku_img{
	max-width: 400px;
	margin-bottom: 0.5em;
}

.ttl_taisaku{
	margin-bottom: 0.5em;
	border-bottom: dashed 1px #555;
}

.taisaku_tbl{
	width: 100%;
	margin-top: 2em;
}

.taisaku_tbl th,
.taisaku_tbl td{
	padding: 0.5em;
}

.taisaku_tbl th{
	background-color: #e8f3f5;
	white-space: nowrap;
}
.taisaku_tbl td{
	background-color: #fff;
	position: relative;
}

.taisaku_tbl .td_dl{}
.taisaku_tbl .td_dl dt{
	text-align: center;
	width: 13em;
}
.taisaku_tbl .td_dl dd{}

.bg_nyumon{
	background-color: #FBE5D6;
}
.bg_apl{
	background-color: #E2F0D9;
}
.bg_honka{
	background-color: #D9D9D9;
}

/*****
講座概要紹介
*****/
.ttl_type02{
	font-size: clamp(1.6rem,2.4vw,2.4rem);
}

.check_list{
	padding: 2em;
	border-radius: 1em;
	background-color: #fff;
}
.check_list li{
	font-size: 1.35em;
	padding-left: 1.5em;
	background-image: url("../img/icon_check_box.jpg");
	background-repeat: no-repeat;
	background-size: 1em auto;
	background-position: left top 0.25em;
}

.ttl_type03{
	display: inline-block;
	color: #fff;
	margin: 2em 0 1em 0;
	padding: 0.5em 1em;
	background-color: #f99107;
}

/***スケジュール***/
.sche_area{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5em;
}
.sche_area .sche_list{
	flex-grow: 1;
}
.sche_area .sche_list li{
	padding: 0.5em 0;
	border-bottom: dashed 1px #ccc;
}
.sche_area .sche_img{
	flex-shrink: 0;
	width: 90%;
	max-width: 350px;
	margin-left: 2em;
}

.illust_arrow{
	display: block;
	width: 5em;
	height: 5em;
	margin: 0 auto;
	background-color: #f99107;
	clip-path: polygon(1em 0,4em 0,4em 3em,100% 3em,50% 100%,0 3em,1em 3em);
}

/***nikken/guidance/housing/road/tsushin/から流用***/
.point01_ttl_box{
	text-align: center;
	margin: 2em 0 1em 0;
}
.point01_ttl_sub{
	display: inline-block;
	font-size: clamp(1.4rem,2vw,2rem);
	color: #000;
	margin-bottom: 1em;
	padding: 0.5em 1em;
	border-bottom: solid 1px #db2929;
	position: relative;
}
.point01_ttl_sub::before,
.point01_ttl_sub::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 100%;
	left: 70%;
	transform: translateX(-50%);
}
.point01_ttl_sub::before{
	border-width: 1em 1em 0 1em;
	border-color: #db2929 transparent transparent transparent;
}
.point01_ttl_sub::after{
	border-width: calc(1em - 1px) calc(1em - 1px) 0 calc(1em - 1px);
	border-color: #fff transparent transparent transparent;
}
.point01_ttl{
	display: flex;
	align-items: center;
	font-size: clamp(1.6rem,2.6vw,2.6rem);
	color: #db2929;
}
.point01_ttl_inner{
	display: inline-block;
	margin: 0 1em;
}
.point01_ttl::before,
.point01_ttl::after{
	flex-grow: 1;
	content: '';
	display: inline-block;
	width: auto;
	height: 2px;
	background-color: #db2929;
}


/*****
合格実績
*****/
.ttl_voice{
	font-size: clamp(1.4rem,2.4vw,2.4rem);
	text-align: center;
	color: #00B0F0;
	margin: 3em 0 1em 0;
}

/*****
合格者の声
*****/
.banner_area_wrap{
	position: relative;
	overflow: hidden;
}
.banner_area_wrap::before,
.banner_area_wrap::after{
	content: '';
	display: block;
	width: 30%;
	height: calc(100% - 2em);
	position: absolute;
	top: 0;
	z-index: 999;
}
.banner_area_wrap::before{
	background-image: linear-gradient(to left,rgba(255,255,255,0) 0, rgba(255,255,255,0.65) 10%, rgba(255,255,255,1) 80%);
	left: 0;
}
.banner_area_wrap::after{
	background-image: linear-gradient(to right,rgba(255,255,255,0) 0, rgba(255,255,255,0.65) 10%, rgba(255,255,255,1) 80%);
	right: 0;
}
.banner_wide{
	width: 40%;
	margin: 0 auto;
}
.voice_box{
	display: flex;
	flex-direction: column;
	border-radius: 1em;
}
.voice_face{
	width: 65%;
	margin: 0 auto 1em auto;
	position: relative;
	z-index: 99;
}
.voice_face img{
	border-radius: 1em;
}
.voice_txt{
	flex-grow: 1;
	padding: 1em;
	border: solid 2px #4472C4;
	border-radius: 1em;
	position: relative;
	z-index: 98;
}

/***スライドバナーエリア大枠***/
.banner_area_wrap{
 width: 100%;
 margin: 0 auto;
}

.banner_area{
 width: 100%;
	margin: 0 auto;
	position: relative;
}

.banner_area .slide_view{
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}

/* スライドエリアを囲うjsで生成 */
.slide_wrap{
	position: relative;
	margin: 0 auto 2em auto;
}

/*ナビゲーション*/
/* 進む・戻る */
.carousel_prev,
.carousel_next{
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	border-style: solid;
	z-index: 1000;
}
.carousel_prev{
	left: -1.5em;
	border-width: 1em 1em 1em 0;
	border-color: transparent #858585 transparent transparent;
}
.carousel_next{
	right: -1.5em;
	border-width: 1em 0 1em 1em;
	border-color: transparent transparent transparent #858585;
}

/* インジケーター */
.indicator_area{
	width: 100%;
	position: absolute;
	bottom: -1.5em;
	left: 0;
}
.indicator_area ul.indicator{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.indicator_area ul.indicator li{
	display: block;
	width: 1em;
	height: 1em;
	margin: 0 0.5em;
	padding: 0.5em 0;
	border-radius: 50%;
	background-color: #ccc;
	cursor: pointer;
}
.indicator_area ul.indicator li.current{
	background-color: #ff0000;
	cursor: default;
}
/***end スライドバナーエリア大枠***/

/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media (min-width: 768px){
	/*---------------------------------------------
 	ページヘッダー
 ---------------------------------------------*/
	#header_wrap{
		padding: 4em 0;
	}
	#page_header{
		aspect-ratio: 1400 / 500;
	}
	#page_header::before{
		content: '';
		display: block;
		width: 94%;
		height: 100%;
		margin: 0 auto;
		border-radius: 2em;
		background-color: #fff;
		background-image: url("../img/header_bg.png");
	}
	.page_ttl{
		width: 44%;
		position: absolute;
		top: 9.5%;
		left: 10%;
		z-index: 1;
	}
	.header_jisseki{
		width: 42%;
		position: absolute;
		top: 56%;
		left: 11%;
	}
	.header_cp{
		width: 39%;
		position: absolute;
		top: 57.5%;
		left: 12.5%;
	}
	.header_koushi{
		width: 43.5%;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	/*---------------------------------------------
	section
	---------------------------------------------*/
	/*****
	早期入学キャンペーン
	*****/
	.present_book{
		width: 23.5%;
		position: absolute;
		bottom: 1em;
		right: 0;
	}
	
	/*****
	受講相談のお申込
	*****/
	/*****
	日建学院が選ばれる理由
	*****/
	.want_area{
		display: flex;
		justify-content: space-between;
	}
	.want_box{
		justify-content: center;
		width: 32%;
	}
	
	.nav_pagedown_area{
		display: flex;
		justify-content: space-between;
		padding: 0 0 2em 0;
	}
	.nav_pagedown{
		width: 32%;
	}
	
	/*****
	コース表
	*****/
	.detail_section .nav_num{
		font-size: 1.5em;
	}
	
	/***コース表組***/
	.icon_scroll{
		display: none;
	}
	
	.course_tbl{
		cursor: grab;
	}
	
	.course_tbl th{
		position: sticky;
		top: 0;
		left: 0;
		border-left: none;
		border-right: none;
		background-color: #fff;
	}
	.course_tbl th::before{
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		border-left: solid 1px #ccc;
		border-right: solid 1px #ccc;
	}
	.course_tbl td{
		border-left: none;
	}
	
	.course_tbl .course_recom_tr th::before{
		border-left: solid 3px #db2929;
	}
	
	/***早期対策講座***/
	.taisaku_img{
		flex-shrink: 0;
		margin-left: 1em;
	}
	
	.taisaku_tbl{
		border-top: solid 1px #858585;
	}
	
	.taisaku_tbl th,
	.taisaku_tbl td{
		border-bottom: solid 1px #858585;
	}
	.taisaku_tbl th{}
	.taisaku_tbl td{}
	.taisaku_tbl td .td_img{
		text-align: center;
		width: 27%;
		max-width: 220px;
		position: absolute;
		top: 50%;
		right: -1em;
		transform: translateY(-45%);
		z-index: 99;
	}
	
	.taisaku_tbl td .taisaku_book_text{
		width: 75%;
	}
	
	.taisaku_tbl .td_dl{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.taisaku_tbl .td_dl dt,
	.taisaku_tbl .td_dl dd{
		margin-bottom: 1em;
		padding: 0.25em 0;
	}
	.taisaku_tbl .td_dl dt:last-of-type,
	.taisaku_tbl .td_dl dd:last-of-type{
		margin-bottom: 0;
	}
	.taisaku_tbl .td_dl dt{
		flex-shrink: 0;
	}
	.taisaku_tbl .td_dl dd{
		margin-left: 1em;
		flex-grow: 1;
		width: calc(100% - 14em);
	}
	
	/*****
	講座概要紹介
	*****/
	/***nikken/guidance/housing/road/tsushin/から流用***/
	.point01_graph{
		width: 50%;
	}
	.point01_img{
		width: 48%;
	}
	
	/*****
	合格実績
	*****/
	.success_note{
		padding: 0.5em 4em;
	}
	
	/*****
	合格者の声
	*****/
}

/* スマホ----------------------------- */
@media (max-width: 767px){
	/*---------------------------------------------
 	ページヘッダー
 ---------------------------------------------*/
	#header_wrap{
		padding: 2em 0;
	}
	#page_header{
		padding: 4vh 1em 0 1em;
		border-radius: 2em;
		background-color: #fff;
		background-image: url("../img/header_bg.png");
		background-size: 20% auto;
	}
	.page_ttl{
		margin: 0 auto;
	}
	.header_jisseki{
		margin: 2em auto;
	}
	.header_cp{
		margin: 2em auto;
	}
	.header_koushi{
		margin: 0 auto;
	}
	
 /*---------------------------------------------
	section
	---------------------------------------------*/
	.section_wrap{
		padding: 3em 0;
	}
	
	/*****
	早期入学キャンペーン
	*****/
	.present_book{
		width: 65%;
		margin: 0 auto 1em auto;
	}
	
	/*****
	受講相談のお申込
	*****/
	/*****
	日建学院が選ばれる理由
	*****/
	.reason_wrap{
		padding: 1em 0.5em;
	}
	
	.ttl_reason{
		width: 90%;
		margin: 0 auto -2em auto;
	}
	
	.nav_pagedown{
		margin-bottom: 2em;
	}
	
	/*****
	コース表
	*****/
	.detail_section{
		margin-top: 2em;
		padding: 1em 0.5em;
	}
	.detail_section .nav_num{
		transform: translate(-10%,-65%);
	}
	
	.course_tbl .course_recom_tr th{
		border-left: solid 3px #db2929;
	}
	
	/***早期対策講座***/
	.taisaku_tbl{}
	
	.taisaku_tbl th,
	.taisaku_tbl td{
		display: block;
	}
	.taisaku_tbl th{}
	.taisaku_tbl td{}
	.taisaku_tbl td .td_img{
		text-align: center;
		width: 65%;
		margin: 0 auto;
	}
	
	.taisaku_tbl .td_dl{}
	.taisaku_tbl .td_dl dt{
		margin-bottom: 0.5em;
		padding: 0.25em 0;
	}
	.taisaku_tbl .td_dl dd{
		margin-bottom: 1.5em;
	}
	
	/*****
	講座概要紹介
	*****/
	.check_list{
		padding: 0.5em;
	}
	.check_list li{
		font-size: 1.2em;
	}
	
	/***スケジュール***/
	.sche_area{
		display: block;
	}
	.sche_area .sche_list{
		margin-bottom: 1em;
	}
	.sche_area .sche_img{
		margin: 0 auto;
	}
	
	/***nikken/guidance/housing/road/tsushin/から流用***/
	.point01_graph{}
	.point01_img{
		margin-top: 1em;
	}
	
	/*****
	合格実績
	*****/
	/*****
	合格者の声
	*****/
 .banner_area_wrap::before,
	.banner_area_wrap::after{
		display: none;
	}
	.banner_wide{
		width: 80%;
	}
	.banner_area{
		overflow: hidden;
	}
	
	/***ナビゲーション***/
}
