@charset "utf-8";

/*============================
解答速報
=============================*/
.rotate90{
	display: inline-block;
	transform: rotateZ(-90deg);
	margin-right: 0.25em;
}

.mgn_b1{
	margin-bottom: 1em;
}
.mgn_b2{
	margin-bottom: 2em;
}

.border_top_line{
	border-top: 6px solid #d84040;
}

.font_red{
	color: #d84040;
}

.font_size_l{
	font-size: 1.2em;
}

/*****
一時的な変更用
*****/
.kaisoku_1q .ttl_lv2{
	border-top: none;
	position: relative;
}
.kaisoku_1q .ttl_lv2::before{
	content: '';
	display: block;
	width: 100%;
	height: 6px;
	background-image: linear-gradient(to right,#80c9e0 0,#b6d239 100%);
	position: absolute;
	top: 0;
	left: 0;
}

.kaisoku_1q #service_date dt{
	background-color: #7cc035;
}

.apply_btn a{
	color: #fff;
	background-color: #7cc035;
	background-image: url("/nikken/guidance/img/icon_arrow.png");
	background-size: auto 1em;
}
.apply_btn a:hover{
	color: #fff;
	background-color: #93ca5c;
	background-image: url("/nikken/guidance/img/icon_arrow.png");
	background-size: auto 1em;
}

/*****
end 一時的な変更用
*****/

/* --- アンカー位置調整 --- */
#gradingservice_cont_anchor,
#message_anchor{
	margin-top: -88px;
	padding-top: 88px;
}


/* ヘッダー */
.kaisoku_top{
	margin-bottom: 2px;
	padding: 85px 0 50px;
	background: #ebf4f1 url(../img/kaisoku_ttl_bg.jpg) no-repeat center bottom;
	text-align: center;
}
.ttl{
	margin: 65px auto 0;
	padding-right: 80px;
	color: #d84040;
	font-size: 2.4rem;
	text-indent: 130%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/ttl.png) no-repeat left top;
	width: 776px;
	height: 73px;
}
.header_lead2{
	font-size: 1.5rem;
}
.kaisoku_top p{
	margin: 10px 80px 0 0;
	padding: 5px 50px;
	display: inline-block;
	border: 1px solid #f08888;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px #fff,0 0 1px #fff,1px 0 1px #fff,0 -1px 1px #fff,-1px -1px 1px #fff,-1px 0 1px #fff;
	color: #6f6969;
	font-size: 1.6rem;
	font-weight: bold;
}
.kaisoku_top p strong{
	color: #f24040;
}

.date_time{
	display: inline-block;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 5px 50px;
	border: 1px solid #f08888;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.85);
	text-shadow: 0 1px 1px #fff,0 0 1px #fff,1px 0 1px #fff,0 -1px 1px #fff,-1px -1px 1px #fff,-1px 0 1px #fff;
	color: #6f6969;
	font-size: 1.6rem;
	font-weight: bold;
	box-sizing: border-box;
}
.date_time strong{
	color: #f24040;
}

/*** 画像ヘッダー ***/
.header_kaisoku_wrap{
	padding: 85px 0 0 0;
	position: relative;
}
.header_kaisoku{
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	padding: 1em 0 0 0;
}
.header_kaisoku img{
	width: 100%;
	height: auto;
}

.header_kaisoku_wrap .date_time{
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
}

.btn_live{
	font-weight: bold;
	text-align: center;
	width: 94%;
	max-width: 970px;
	margin: 1em auto;
	box-sizing: border-box;
}
.btn_live a{
	display: block;
	font-size: 2.6rem;
	color: #ed5032;
	padding: 0.5em 1em;
	border: solid 2px #ed5032;
	background-color: #fff;
}
.btn_live a::before{
	content: '▼';
	display: inline-block;
	margin-right: 0.5em;
	transform: rotateZ(-90deg);
}

.live_lead{
	width: 94%;
	max-width: 970px;
	font-size: 1.6rem;
	margin: 0 auto;
	padding: 1em 0;
}


/*** LIVE配信ヘッダー ***/
.bn_live_header{
	text-align: center;
	width: 100%;
	padding: 85px 0 20px;
	background-color: #e5f1ed;
	background-image: url("/nikken/guidance/housing/road/kaisoku/img/grid.png");
	box-sizing: border-box;
}
.bn_live_header .date_time{
	margin: 1em auto 0 auto;
}
/*.bn_live_header .date_time strong{
	color: #f24040;
}*/

.bn_live_header .live_movie_link{
	font-size: 2rem;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.bn_live_header .live_movie_link a{
	display: block;
	color: #fff;
	padding: 0.5em;
	background-color: #d84040;
}

/* twitter企画 */
.twitter_area{
	width: 94%;
	max-width: 750px;
	margin: 2em auto 0 auto;
}
.twitter_area .twitter_ttl{
	font-size: 2rem;
	color: #fff;
	text-align: left;
	padding: 0.5em;
	background-color: #1da1f2;
}
.twitter_area .twitter_ttl_sub{
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding: 0.2em 0.5em;
	border-top: dashed 2px #fff;
	background-color: #1da1f2;
}
.twitter_area a img{
	width: 100%;
	height: auto;
}
.twitter_area .twitter_link{
	background-color: #fff;
	transition: 1s;
}
.twitter_area .twitter_link:hover{
	transform: scale(1.05);
	opacity: 0.7;
}

/*** LIVE配信バナー ***/
#bn_live_area{
	text-align: center;
	width: 100%;
	padding: 20px 0;
	background-color: #e5f1ed;
	background-image: url("/nikken/guidance/housing/road/kaisoku/img/grid.png");
	box-sizing: border-box;
}


/* --- 採点サービス --- */
.gradingservice_cont{
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}
.gradingservice_header{
	min-height: 0;
	background: none;
}
.gradingservice_ttl{
	padding-top: 0;
}
#service_date dd{
	color: #333;
}
.info_cont{
	margin: 0;
	padding: 0 20px 30px;
}
.info_cont_inner{
	margin: 0 auto;
	padding: 25px 0 0;
	width: 960px;
}
.info_cont_ttl{
	margin: 0 0 5px;
	font-weight: bold;
}


/* 速報 */
.kaisoku_top_wrap{
	display: flex;
}
.kaisoku_top_box{
	margin: 15px 15px 15px 0;
	padding: 15px;
	position: relative;
	z-index: 10;
	border: 1px solid #f29999;
	background-color: #fff;
	flex: 1;
}
.notice_cont{
	padding: 20px 0;
	font-size: 1.3rem;
	text-align: center;
}
.notice_cont a{
	padding-left: 15px;
	display: inline-block;
	border-bottom: 1px dotted #06c;
	background: url(../img/anchor_arrow.png) no-repeat left center;
}
.notice_cont a:hover{
	opacity: 0.7;
	text-decoration: none;
}

.general_comment .kaisoku_top_box{
	margin-top: 0;
}


/* pdfダウンロード */
.pdf_nolink,
p.pdf_btn{
	margin: 0;
	display: block;
	text-align: center;
}
.pdf_nolink .pdf_nolink_in,
.pdf_btn a{
	padding: 5px 20px 0;
	display: inline-block;
	position: relative;
	border-bottom: 2px solid #ffadad;
	background: url(../img/pdf_arrow.png) no-repeat 10px center;
	color: #f00;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.pdf_nolink .pdf_nolink_in span,
.pdf_btn a span{
	font-size: 0.7em;
}
.pdf_btn a:hover{
	opacity: 0.7;
	text-decoration: none;
}
/*.pdf_btn a:after{
	content: ' ';
	margin: 0;
	display: inline-block;
	position: relative;
	top: -1px;
	width: 30px;
	height: 30px;
	background: url(../img/pdf.png) no-repeat 0 0;
	vertical-align: middle;
}*/

p.important_text{
	margin: 0;
	text-align: center;
}
.important_text strong{
	padding: 0 20px;
	display: inline-block;
	border-bottom: 2px solid #ffadad;
	color: #f24040;
	font-size: 2.4rem;
	text-align: center;
}
.important_text strong span{
	padding-right: 10px;
	display: inline-block;
	font-size: 0.8em;
}
.basic_section .note,
.note li{
	font-size: 1.25rem;
}
.kaisoku_info{
	/*padding: 0 0 25px;*/
	padding: 2em 0;
}
.gradingservice_header{
	margin: 0 0 20px;
	padding: 15px 0 15px;
	width: 100%;
}

/***Web採点サービス 吹き出し***/
.apply_balloon_area{
	display: flex;
	justify-content: flex-end;
	font-size: 1.25em;
	width: 94%;
	max-width: 700px;
	margin: 1em auto 0 auto;
	box-sizing: border-box;
}
.apply_balloon{
	color: #fff;
	margin: 0 0 0 auto;
	padding: 1em 2em;
	border-radius: 2em;
	background-color: #d84040;
	position: relative;
}
.apply_balloon::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #d84040 transparent transparent transparent;
	border-width: 1em 0.85em 0 0.1em;
	position: absolute;
	top: 100%;
	left: 40%;
}


/* 解答速報 動画配信 */
/*.movie_cont{
	max-width: 790px;
	margin: 10px auto 0;
	padding: 20px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.movie_cont_ttl{}
.video_cont{
	padding-bottom: 56.25%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	height: 0;
}
.video_cont iframe,
.video_cont object,
.video_cont embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/

/*---------------------------------------------
	youtube枠
---------------------------------------------*/
/*** youtube枠 ***/
.movie_cont{
	max-width: 790px;
	margin: 40px auto;
	padding: 20px;
 overflow: hidden;
 border: 1px solid #ccc;
}
.movie_cont h3,
.movie_cont_ttl{
	margin-top: 0;
	padding: 0 0 5px 25px;
 margin-bottom: 5px;
 border-bottom: 1px solid #ddd;
 font-size: 1.4rem;
 position: relative;
}
.movie_cont h3::before,
.movie_cont_ttl::before{
	content: '';
 width: 18px;
 height: 17px;
 background: url(/nikken/guidance/img/guidance_arrow_ico.png) no-repeat left -26px;
 background-size: 150px 150px;
 position: absolute;
 top: 0;
 left: 0;
}
.movie_time{}
.movie_time::before{
	content: '';
 margin: 0 3px 0 0;
 width: 11px;
 height: 11px;
 display: inline-block;
 background: url(/nikken/guidance/img/guidance_arrow_ico.png) no-repeat left -43px;
 background-size: 150px 150px;
}
.video_cont{
	position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 box-sizing: border-box;
}
.video_cont iframe,
.video_cont object,
.video_cont embed{
	position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}


/* 講師から応援メッセージ */
.message_area{
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
}
.message_area li{
	font-size: 1.6rem;
	/*width: 49%;*/
	width: 32%;
	margin: 1em 0;
	border: solid 1px #ed5032;
	border-radius: 0.5em;
}
.message_area li a{
	display: flex;
	align-items: center;
	color: #ed5032;
	padding: 0.5em;
	border-radius: 0.5em;
}
.message_area li a:hover{
	text-decoration: none;
	background-color: #fff5cb;
}
.message_area li a img{
	margin: 0 0.5em;
	border-radius: 50%;
}



/* 宅建合格後の流れ */
.housing_flow{
	margin: 0 0 15px;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.housing_flow li{
	margin: 0 10px 0 0;
}
.housing_flow li:last-child{
	margin: 0;
}
.housing_flow .box{
	padding: 15px;
	display: flex;
	position: relative;
	border-radius: 5px;
	background-color: #78d1cb;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	line-height: 1.3;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

.housing_flow .box:after{
	content: ' ';
	margin: auto 0 ;
	position: absolute;
	z-index: 10;
	top: 0;
	right: -25px;
	bottom: 0;
	width: 33px;
	height: 33px;
	background: url(../img/housing_flow_arrow1.png) no-repeat left top;
}
.housing_flow .box.housing_flow_2:after{
	right: -15px;
	width: 17px;
	height: 18px;
	background: url(../img/housing_flow_arrow2.png) no-repeat left top;
}
.box.housing_flow_2,
.box.housing_flow_2_2{
	border: 2px solid #dbdbdb;
	background-color: #fff28e;
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset;
	color: #525252;
}
.housing_flow .box strong{
	margin-left: 5px;
	display: block;
	border-bottom: 2px solid #ff5c5c;
	color: #ff5c5c;
	font-size: 1.1em;
}
.housing_flow .box p{
	font-size: 1.7rem;
}
.housing_flow li p{
	margin: 0;
}
.housing_flow_box{
	display: flex;
}
.housing_flow_box:first-child{
	margin: 0 0 10px;
}
.housing_flow_box .box{
	margin-right: 5px;
}
.housing_flow_4.box{
	background-color: #ff5c5c;
}
.housing_flow_4.box:after{
	content: none;
}

/* ポイント */
.point_housing_jitsumu_ttl{
	margin: 20px 0 0;
	position: relative;
	background-color: #ff6e6e;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: 36px;
}
.point_housing_jitsumu_ttl:before,
.point_housing_jitsumu_ttl:after{
	content: ' ';
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
}
.point_housing_jitsumu_ttl:before{
	top: 0;
	left: 0;
	border-width: 18px 0 18px 9px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}
.point_housing_jitsumu_ttl:after{
	top: 0;
	right: 0;
	border-width: 18px 9px 18px 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
}
.point_housing_jitsumu{
	margin: 10px 0 15px;
	display: flex;
	flex-wrap: wrap;
}
.point_housing_jitsumu li{
	margin: 0 10px 5px 0;
	padding: 10px;
	border: 1px solid #f47070;
	border-radius: 5px;
	font-size: 1.4rem;
	text-align: center;
	flex: 1;
}
.point_ttl{
	margin: 10px 5px 10px;
	padding: 0 0 5px;
	display: block;
	position: relative;
	border-bottom: 1px dotted #ffa5a5;
	color: #f44545;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.flow_cont{
	margin: 15px 0 20px;
	padding: 10px 30px 0;
	border: 1px solid #ccc;
}
.flow_housing_jitsumu{
	margin: 0 0 15px;
	overflow: hidden;
}
.flow_housing_jitsumu li{
	padding: 5px 0;
	display: flex;
	border-top: 1px dotted #ccc;
}
.flow_housing_jitsumu li:first-child{
	border: none;
}
.flow_housing_jitsumu h5{
	margin: 5px 0 5px;
	display: inline-block;
	width: 200px;
	font-size: 1.4rem;
}
.flow_housing_jitsumu p{
	margin: 0;
	flex: 1;
}
.housing_jitsumu_info{
	text-align: center;
}

.study_cont .basic_section{
	margin: 0 auto 20px;
	padding: 20px 40px 30px;
	box-sizing: border-box;
	width: 970px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
}
#footer_banner{
	padding: 30px 0 30px;
	text-align: center;
}

.kaisoku_1q .apply_btn_close{
	margin-bottom: 20px;
	border: 1px solid #aaa;
	background-color: #c4c4c4;
	width: 680px;
}



/* ===========================================
	MediaQueries
=========================================== */

/* PC----------------------------- */
@media screen and (min-width: 768px){
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	.nikken_message{
		display: none;
	}
	.apply_btn a{
		width: 90%;
	}
	
	/* --- アンカー位置調整 --- */
	#gradingservice_cont_anchor{
		margin-top: -63px;
		padding-top: 63px;
	}
	
	/* ヘッダー */
	.kaisoku_top{
		margin-bottom: 2px;
		padding: 30px 0 30px;
		background: #ebf4f1 url(../img/kaisoku_ttl_bg.jpg) no-repeat 75% bottom;
		background-size: auto 100%;
	}
	.ttl{
		margin: 0 26% 0 4%;
		padding: 0 0 20%;
		font-size: 2.4rem;
		background: url(../img/s/ttl.png) no-repeat left top;
		background-size: 100% auto;
		width: auto;
		height: 0;
	}
	.header_lead2{
		font-size: 1.4rem;
		line-height: 1.4;
		text-align: left;
	}
	.kaisoku_top p{
		margin: 10px 26% 0 4%;
		padding: 8px 10px;
		line-height: 1.3;
		font-size: 1.4rem;
		width: auto;
		display: block;
		border-radius: 5px;
	}
	
	.date_time{
		display: block;
		width: 94%;
		margin: 0 auto;
		padding: 5px 1em;
	}
	
	
	
	/*** 画像ヘッダー ***/
	.header_kaisoku_wrap{
		padding: 0 0 0.5em 0;
	}
	.header_kaisoku_wrap .date_time{
		margin: 0.5em auto 0 auto;
		position: static;
		transform: translateY(0);
	}
	
	.btn_live a{
		font-size: 1.8rem;
	}
	
	.live_lead{
		font-size: 1.4rem;
	}
	
	/*** LIVE配信ヘッダー ***/
	.bn_live_header{
		padding: 0 0 20px;
	}
	/*.bn_live_header .date_time{
		width: 94%;
		padding: 5px 1em;
	}*/
	
	/* twitter企画 */
	.twitter_area .twitter_ttl{
		font-size: 1.6rem;
	}
	.twitter_area .twitter_ttl_sub{
		font-size: 1.6rem;
	}


	/* --- 採点サービス --- */
	.gradingservice_cont{
		padding: 20px 0 20px;
		background: none;
	}
	.gradingservice_header{
		padding: 15px 15px 0;
		width: 100%;
		min-height: 0;
		background: none;
		background-size: 100% auto;
	}
	#gradingservice_info{
		margin: 0 15px;
	}
	.info_cont{
		margin: 0;
		padding: 0 15px 20px;
	}
	.present_info:before{
		content: ' ';
		margin-right: 10px;
		display: block;
		float: left;
		width: 60px;
		height: 60px;
		background: url(../img/present_mark.png) no-repeat left top;
		background-size: 100% auto;
	}
	.info_cont_inner{
		width: 100%;
	}
	
	/***Web採点サービス 吹き出し***/
	.apply_balloon_area{
		margin: 1em auto;
	}
	.apply_balloon{
		padding: 1em;
	}
	

	/* 速報 */
	.kaisoku_top_wrap{
		padding: 0 15px;
		display: block;
	}
	.kaisoku_top + .kaisoku_info{
		padding: 20px 0;
	}
	.kaisoku_info{
		/*padding-bottom: 0;*/
	}
	.kaisoku_top_box{
		margin: 0 0 10px;
	}
	.kaisoku_info + .ttl_lv3{
		margin-top: 30px;
	}

	/* pdfダウンロード */
	.pdf_btn a{
		font-size: 1.5rem;
		position: relative;
		line-height: 1.3;
		min-height: 35px;
		border: none;
		display: block;
		text-align: center;
	}
	.pdf_btn a:after{
		margin: auto 0;
		position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		display: block;
	}
	.important_text strong{
		font-size: 2.5rem;
		border: none;
	}
	.important_text strong span{
		font-size: 0.6em;
	}
	.kaisoku_top_box{
		padding: 5px 5px 8px;
	}
	.basic_section .note{
		margin: 0 15px;
	}
	.basic_section  .note li{
		font-size: 1.20rem;
	}

	/* 2分割 */
	.column_2_wrap{
		margin: 0 0 10px;
		display: flex;
	}
	.column_2_cont{
		text-align: left;
	}
	.column_2_cont:first-child{
		margin-right: 20px;
	}
	.stretch_cont{
		flex: 1;
	}
	
	/* 解答速報 動画配信 */
	.movie_cont{
		padding: 10px;
	}
	
	
	/* 講師から応援メッセージ */
	.message_area{
		display: block;
	}
	.message_area li{
		font-size: 3.8vw;
		text-align: center;
		width: 100%;
	}
	.message_area li a{
		justify-content: center;
	}
	.message_area li a img{
		width: 15%;
		height: auto;
	}
	

	/* 宅建合格後の流れ */
	.housing_flow{
		display: block;
	}
	.housing_flow li{
		margin: 0;
	}
	.housing_flow_box{
		margin: 0 0 10px;
		display: block;
		width: 50%;
	}
	.housing_flow_box:first-child{
		margin: 0 10px 0 0 ;
	}
	.housing_flow .box{
		margin: 0 0 10px;
	}
	.box_type{
		display: flex;
	}
	.housing_flow_box .box{
		margin-right: 5px;
		margin-bottom: 5px;
		display: block;
		box-sizing: border-box;
		width: 100%;
	}
	.housing_flow .box:after{
		margin: 0 auto;
		top: auto;
		right: 0;
		bottom: -25px;
		left: 0;
		transform: rotate(90deg);
	}
	.housing_flow .box.housing_flow_2:after{
		top: auto;
		right: 0;
		bottom: -15px;
		left: 0;
	}

	/* ポイント */
	.point_housing_jitsumu{
		display: block;
	}
	.point_housing_jitsumu li{
		margin: 0 3px 5px 3px;
	}
	.point_ttl{
		margin-top: 0;
	}
	.flow_cont{
		padding: 10px 15px;
	}
	.flow_housing_jitsumu li{
		display: block;
	}
	.study_cont .basic_section{
		padding: 20px;
		width: 100%;
	}
	.housing_jitsumu_info{
		text-align: left;
	}

	.kaisoku_1q .apply_btn_close{
		margin-bottom: 30px;
		width: 100%;
	}

	#footer_banner { padding: 15px; }
	#footer_banner img{ max-width: 100%; }
}

/* print----------------------------- */
@media print{
	main img{
		max-width: 100%;
		height: auto;
	}
	.kaisoku_top{
		padding: 5px 0 30px;
	}
	.page_top{ display: none; }
}