@charset "utf-8";
/*====================================================================================
■01.Banner
■02.TOP PAGE 
====================================================================================*/
/*====================================================================================
■01.Banner
====================================================================================*/
.h_header {
	background: url("../images/bg_head.png") no-repeat top center;
}
.h_text{
	position: relative;
	text-align: center;
	padding: 20px 0 70px;
}
.h_text .title {
	margin-bottom: 25px;
}
.h_text p{
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
}
.h_text .img_ab{
	position: absolute;
	top: 10px;
	right: -10px;
}
/*====================================================================================
■02.TOP PAGE 
====================================================================================*/
.main_visual{
	position: relative;
	background: url("../images/bg_mainvisual.png") no-repeat top center;
	padding: 40px 0 35px;
}
.main_visual .container:after{
	position: absolute;
	content: url("../images/img_main.png");
	top: -5px;
	right: 0;
}
.box_list {
	width: 620px;
}
.box_list li{
	background: #fff url("../common_img/icon_check.png") no-repeat 15px 15px;
	-webkit-box-shadow: 0 0 3px rgba(219,219,219,.44);
	-moz-box-shadow: 0 0 3px rgba(219,219,219,.44);
	box-shadow: 0 0 3px rgba(219,219,219,.44);
	border-radius: 5px;
	padding: 12px 20px 12px 50px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
}
.box_list li span{
	color: #d81205;
}
.txt_main {
	font-weight: bold;
	font-size: 26px;
}
.sec_01{
	padding: 30px 0;
}
.sec_01 .tit{
	text-align: center;
	padding: 0 90px;
}
.list_box {
	margin: 30px 0;
}
.list_box ul{
	margin-bottom: 25px;
}
.list_box li{
	float: left;
	width: 321px;
	margin-right: 18px;
}
.list_box li:last-child{
	margin-right: 0px;
}
.list_box li .ttl{
	font-weight: bold;
	font-size: 20px;
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.list_box li .ttl p{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.list_box li .img{
	margin-bottom: 5px;
}
.box_contact{
	background: #0a51a1;
	padding: 30px 20px;
}
.box_contact .tit_txt{
	background: url("../common_img/line1.png") no-repeat bottom center;
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.sec_02{
	background: #f2f2f2;
	padding: 30px 0 50px;
}
.cont_news .ttl_news{
	float: left;
	width: 250px;
	background: #0a51a1;
	padding: 55px 0;
	text-align: center;
}
.cont_news .ttl_news .ttl{
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}
.cont_news .ttl_news .ttl span{
	color: #ffe400;
}
.cont_news .detail_news{
	float: right;
	background: #fff;
	width: 730px;
	padding: 13px 10px;  
}
.cont_news .detail_news .inner{
	overflow: auto;
	height: 140px;
}
.cont_news .detail_news dl{
	margin-bottom: 20px;
}
.cont_news .detail_news dt{
	color: #0a51a1;
	font-weight: bold;
	font-size: 13px;
	float: left;
	width: 100px;
	padding-left: 10px;
}
.cont_news .detail_news dd{
	font-size: 13px;
	float: right;
	width: 600px;
}
.cont_store{
	border: 3px solid #dadee2;
	padding: 25px;
	background: #fff;
	margin-top: 20px;
}
.cont_store .h_ttl .ttl{
	float: left;
	width: 110px;
	font-weight: bold;
	font-size: 26px;
}
.cont_store .h_ttl p{
	float: right;
	width: 825px;
	padding-top: 10px;
}
.cont_store .cont{
	margin-top: 20px;
}
.cont_store .cont .img_left{
	float: left;
	width: 511px;
}
.cont_store .cont .txt_right{
	float: right;
	width: 403px;
	padding: 20px 0px 20px 30px;
}
.cont_store .cont .txt_right .ttl{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}