@charset "utf-8";

/*============================
解答速報
=============================*/
.font_housing{
	color: #306bbb;
}

#housing .ttl_type01{
	color: #306bbb;
	border-color: #2dbfef transparent #2dbfef transparent;
}
#housing .ttl_type01::before{
	border-color: #2dbfef transparent transparent transparent;
}

/*****
解答速報LIVE
*****/
/******/
.housing_live_wrap{
	background-color: #fff5db;
	background-image: url("../img/live_bg_top.png"), url("../img/live_bg_btm.png");
	background-repeat: repeat-x;
	background-position: center top, center bottom;
	background-size: auto 10%;
}
.housing_live_section{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}

/******/
#housing #kaisoku_live{
	background-color: #fff5db;
}

.live_copy_area{
	text-align: center;
	width: 94%;
	max-width: 970px;
	margin: 0 auto;
	padding: 0.5em;
	border: solid 4px #f8bf12;
	background-color: rgba(255,255,255,0.8);
}
.live_copy_area h2{
	font-size: clamp(1.4rem,3.3vw,3.2rem);
	font-weight: bold;
}

.live_txt_area{
	line-height: 1.6;
	width: 94%;
	max-width: 970px;
	margin: 1em auto;
	padding: 0.5em;
	background-color: rgba(255,255,255,0.8);
}
.live_txt_area .live_txt_ttl{
	font-size: 1.2em;
	color: #306bbb;
	text-align: center;
	margin-bottom: 0.5em;
}

/*****
WEB採点サービス
*****/
#saitenservice{}

/***タイトル***/
.ttl_gradingservice{
	border: solid 6px #2dbfef;
}
.icon_kentei{
	background-color: #2dbfef;
}


/*****
宅建合格後の流れ
*****/
/***フローチャート***/
.housing_flow{
	margin: 1em 0 0.5em 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.housing_flow li{
	margin: 0 1em 0 0;
}
.housing_flow li:last-child{
	margin: 0;
}
.housing_flow .box{
	padding: 1em;
	display: flex;
	position: relative;
	border-radius: 0.5em;
	background-color: #78d1cb;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	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: 0.25em;
	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-bottom: 1em;
	padding: 1em;
	border: 1px solid #ccc;
}
.flow_housing_jitsumu{}
.flow_housing_jitsumu li{
	padding: 0.5em 0;
	display: flex;
	border-top: 1px dotted #ccc;
}
.flow_housing_jitsumu li:first-of-type{
	border: none;
}
.flow_housing_jitsumu h5{
	flex-shrink: 0;
	font-weight: bold;
	width: 12em;
}
.flow_housing_jitsumu p{
	flex-grow: 1;
}


/* ===========================================
	MediaQueries
=========================================== */

/* PC----------------------------- */
@media screen and (min-width: 768px){
	/*****
	WEB採点サービス
	*****/
	/***推奨点***/
	.guess_area .guess_point,
	.guess_area .guess_link,
	.guess_area .guess_nolink{
		width: 48%;
	}
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	
	/*****
	宅建合格後の流れ
	*****/
	/***フローチャート***/
	.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{}
	.flow_housing_jitsumu li{
		display: block;
	}
	
}

