@charset "utf-8";


/*=======================================================
	style
=======================================================*/

/*** Common ***/
.key_color{
	color: #ff8400;
}

main{
	padding-bottom: 40px;
}

#base_bg_wrap{
	width: 100%;
	max-width: 950px;
	margin: 10px auto 0 auto;
	padding: 30px;
	border: solid 20px #f7ecb9;
	box-sizing: border-box;
}

.section_bar{
	margin: 40px 0;
}

/*** Top Lead ***/
.top_lead{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	width: 750px;
	height: 540px;
	margin: 0 auto;
	background-image: url(../img/top_lead.jpg);
	background-repeat: no-repeat;
}

.top_lead p{
	display: none;
}

/*** Orange Lead ***/
.orange_lead{
	width: 750px;
	margin: 40px auto 0 auto;
	padding: 20px;
	border: solid 2px #ff8400;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
}

.orange_lead:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #ff8400 transparent;
	position: absolute;
	top: -20px;
	left: 20%;
}

.orange_lead:after{
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.orange_lead h2{
	color: #ff8400;
	font-size: 20px;
	font-size: 2rem;
}

.orange_lead .orange_text{
	float: left;
	width: 500px;
	height: 249px;
	background-image: url(../img/orange_lead_text.jpg);
	background-repeat: no-repeat;
}

.orange_lead .orange_text h2, .orange_lead .orange_text p{
	display: none;
}

.orange_lead .caravan_mark{
	float: right;
	font-size: 80%;
	text-align: center;
	width: 190px;
}

.orange_lead .caravan_mark img{
	width: 100%;
	height: auto;
}

/*** Tamai Area ***/
.tamai_area{
	margin: 0 auto;
	padding: 0 20px;
}

.tamai_area .tamai_face{
	float: left;
	width: 155px;
	margin: 0 0 15px 0;
}

.tamai_area .tamai_face img{
	width: 100%;
	height: auto;
}

.tamai_area .tamai_lead{
	float: left;
	width: 420px;
	margin: 0 0 15px 40px;
}

.tamai_area .tamai_lead .icon_h2{
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 6px 10px 4px 10px;
	color: #fff;
	background-color: #ff8400;
	border-radius: 2.6rem;
}

.tamai_area .tamai_lead h2{
	color: #ff8400;
	font-size: 22px;
	font-size: 2.2rem;
}

.tamai_area .tamai_img{
	float: right;
	width: 190px;
}

.tamai_area .tamai_img img{
	width: 100%;
	height: auto;
}

.tamai_area .tamai_writer{
	clear: both;
}

/*** Nav Column ***/
.nav_column{}

.nav_column .nav_banner_area{
	margin: 0 0 20px 0;
}

.nav_column .nav_banner_area img{
	width: 100%;
	height: auto;
}

.nav_column .nav_banner_area img:hover{
	opacity: 0.8;
}

.nav_column .nav_banner_area:after{
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.nav_banner_area .banner_left{
	float: left;
	width: 410px;
}

.nav_banner_area .banner_right{
	float: right;
	width: 410px;
}

/*** Nav Column Link ***/
.nav_column_link{
	width: 90%;
	margin: 0 auto;
}

.nav_column_link h2{
	text-align: center;
	color: #ff8400;
	font-size: 20px;
	font-size: 2rem;
	margin: 40px auto 0 auto;
	padding: 4px 0;
	border: solid 1px #ff8400;
	border-radius: 2.4rem;
}

.nav_column_link .nav_select{}

.nav_select .select_single{
	margin-top: 20px;
}

.nav_select .select_single h3{
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	color: #ff8400;
	border-bottom: solid 2px #ff8400;
}

.nav_select .select_single ul.select_link{}

.nav_select .select_single ul.select_link:after{
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.nav_select .select_single ul.select_link li{
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	width: 50%;
	margin-top: 10px;
	padding-left: 1.2em;
	background-image: url(../img/icon_list_link.jpg);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: left 0.25em;
	box-sizing: border-box;
}

/*** Suport Caption ***/
.suport_caption{
	margin: 40px auto 0 auto;
	padding: 15px 20px;
	border: solid 2px #ff8400;
	box-sizing: border-box;
}

.suport_caption:after{
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.suport_caption .suport_img{
	float: left;
	width: 270px;
}

.suport_caption .suport_img img{
	width: 100%;
	height: auto;
}

.suport_caption .suport_text{
	float: right;
	width: 520px;
}



/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px) {
	#brand_wrap.brand_wrap_btm{ padding-bottom: 40px; }
	
	/*** Common ***/
	#base_bg_wrap{
		padding: 0;
		border: none;
	}
	
	/*** Top Lead ***/
	.top_lead{
		text-align: left;
		width: 90%;
		height: auto;
		background: none;
	}
	
	.top_lead p{
	display: block;
}
	
	/*** Orange Lead ***/
	.orange_lead{
		width: 90%;
	}
	
	.orange_lead .orange_text{
		float: none;
	width: 100%;
		height: auto;
		background: none;
}
	
	.orange_lead .orange_text h2, .orange_lead .orange_text p{
	display: block;
}

.orange_lead .caravan_mark{
	float: none;
	font-size: 80%;
	text-align: center;
	width: 65%;
	margin: 20px auto 0 auto;
}
	
	/*** Tamai Area ***/
	.tamai_area{
		width: 90%;
	}
	
	.tamai_area .tamai_face{
		float: none;
		width: 35%;
		margin: 0 auto 1.5rem auto;
	}
	
	.tamai_area .tamai_lead{
		float: none;
		width: 100%;
		margin: 0 0 1.5rem 0;
	}
	
	.tamai_area .tamai_lead h2{}
	
	.tamai_area .tamai_img{
		float: none;
		display: none;
	}
	
	.tamai_area .tamai_writer{
		padding: 2rem;
		border: solid 2px #cccccc;
}
	
	/*** Nav Column ***/
	.nav_column{
		width: 90%;
		margin: 0 auto;
	}
	
	.nav_column .nav_banner_area{
		margin: 0;
	}
	
	.nav_banner_area .banner_left{
		float: none;
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.nav_banner_area .banner_right{
		float: none;
		width: 100%;
		margin-bottom: 1rem;
	}
	
	/*** Nav Column Link ***/
	.nav_column_link{}
	
	.nav_column_link h2{
	font-size: 1.8rem;
	margin: 40px auto 0 auto;
	padding: 4px;
	border: solid 1px #ff8400;
	border-radius: 2.4rem;
}
	
	.nav_select .select_single ul.select_link li{
		float: none;
		width: 100%;
	}
	
	/*** Suport Caption ***/
	.suport_caption{
		width: 90%;
	}
	
	.suport_caption .suport_img{
		float: none;
		width: 100%;
	}
	
	.suport_caption .suport_text{
		float: none;
		width: 100%;
	}
}


