@charset "UTF-8";
/*==========
ヘッダー
==========*/
.el_headerlogo{
    line-height: 0;
    font-size: 0;
    padding: 17px;
}
.el_headerlogo .ym{
	width: 50%;
}
.el_headerlogo .ym img{
  width: 100px;
}
.header {
    text-align: left;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #006699;
}
/*==768以下==*/
@media screen and (max-width: 768px) {
.el_headerlogo .jibs{
	margin-left: 10px;
}
.el_headerlogo .jibs img{
    width: 150px;
    margin-top: -10px;
}
}

/*==========
メインファーストビュー
==========*/
.l_fv_wrapper{
	position: relative;
	height:300px;
	background:url(../img/bg_fv.png) top center repeat-x #0187d5;
	margin: 0;
	z-index: 0;
}
.l_fv_wrapper .bgimg_tr{
	position:absolute;
	height:300px;
	width: 100%;
	background:url(../img/p_fv_img1.png) top right no-repeat;
	z-index: 1;
}
.l_fv_wrapper .bgimg_bl{
	position:absolute;
	height:300px;
	width: 100%;
	background:url(../img/p_fv_img2.png) bottom left no-repeat;
	z-index: 1;
}
.l-mv{
	display: flex;
	color:#fff;
	max-width: 1000px;
	margin: auto;
	padding: 0 60px 0 60px;
	height:300px;
}
.l-mv_h1{
	height:300px;
	vertical-align: middle;
	z-index: 2;
	margin: 75px 60px 60px 0;
}
.l-mv span{
	font-size: 0.65em;
	font-weight: 600;
	display: block;
	margin-left: 5px;
}
.l-mv_p{
	z-index: 2;
	text-align: left;
	margin: 75px auto 0 0;
	font-weight: 600;
}

/*==========
検索エリア
==========*/
.l_search_wrapper{
	background-color: #536c7b;
	width: 100%;
	margin: 0;
	color:#fff;
}
.l_search_in{
	max-width: 1000px;
	margin: auto;
	padding: 40px 60px;
	background:url("../img/bg_network.png") 100px center no-repeat;
}
.search_btn_copy{
	text-align: center;
	margin: 0 20px 0 10px;
	display: inline-block;
}
/* searchボタン */
.l_btn_search{
	display: inline-block;
    text-align: center;
}
.l_btn_search a:link , .l_btn_search a:visited{
	display:block;
    background:url("../img/ico_search.png") right center no-repeat #b3eb3b;
	box-shadow: inset 0 3px 0 rgba(255,255,255,0.3), 0 3px 3px rgba(0, 0, 0, 0.1);
  font-weight: bold;
	border: 1px solid #304857;
    transition:0.2s;
    border-radius: 4px;
	font-size: 1.25em;
	color: #333;
	padding: 15px 70px 13px 30px;
	text-decoration: none;
}
.l_btn_search a:hover{
	background:url("../img/ico_search_sp.png") right center no-repeat #536c7b;
	box-shadow: inset 0 3px 0 rgba(255,255,255,0.3), 0 3px 3px rgba(0, 0, 0, 0.2);
	border: 1px solid #fff;
	color: #fff;
}

.ad_jibs{
	margin: 50px auto 10px auto;
}
.ad_sp{
	display: none;
}
.ly_list_trust{
	display: flex;
	margin-bottom: 20px;
}
.ly_list {
	width: 60%;
}
.ly_list h2{
	border-left: 5px solid #0187d5;
	padding-left: 30px;
	font-size: 1.35em;
	line-height: 1.5;
}
.ly_list h2 span{
	font-size: 0.65em;
	display: block;
	margin-bottom: -1.5em;
}
.ly_trust{
		width: 40%;
	border: 1px solid #ccc;
	padding: 15px;
	 display:flex;
}
.ly_trust img{
	display: inline-block;
	max-width: 90px;
	height:59px;
	width: 100%;
}
@media all and (-ms-high-contrast: none) {
  /* IEのみ */
.ly_trust img{
	display: inline-block;
	width: auto;
}
}

.ly_trust .ly_trust_txt{
	display: inline-block;
	font-size: 0.85em;
	line-height: 1.5;
	margin-left: 15px;
}
/* 販売店リスト */
.l_list_shop a:link{
	text-decoration: none;
	cursor: pointer;
}
.l_list_shop a:hover .list_shop_link{
	opacity: 0.8;
}
.list_shop_link{
	background-color: #eee;
	display: flex;
	color:#333;
	border-top: 2px solid #fff;
	cursor: pointer;
}
.list_shop_link p{
	padding: 25px 15px 20px 15px;
}
.name_shop{
	width: 80%;
	font-weight: 700;
	font-size: 1.1em;
}
.ico_prefecture{
	width: 90px;
	text-align: center;
	background-color: #ddd;
	font-weight: 300;
	margin-right: 10px;
}
.ico_trust{
	vertical-align: middle;
	margin-right: 15px;
}
img.ico_trust{
	width: 50px;
}
.link_shop{
	text-align: left;
	width: 200px;
	vertical-align: middle;
	font-weight: 400;
	color:#fff;
	background:url("../img/icon_blankw.png") right center no-repeat #0171c9;
}
/*==768以下==*/
@media screen and (max-width: 768px) {
.l_fv_wrapper .bgimg_tr{
	position:absolute;
	height:300px;
	width: 100%;
	background:url(../img/p_fv_img1.png) top right no-repeat;
	background-size: 30%;
	z-index: 1;
}
.l-mv{
	display:block;
	padding: 40px 30px 0px 30px;
	height:auto;
	z-index: 3;
}
.l-mv_h1{
	height:auto;
	vertical-align: middle;
	z-index: 100;
	margin: 0 0 15px 0;

}
.l-mv_h1 img{
		width: 60%;
}
.l-mv_p{
	z-index: 100;
	text-align: left;
	margin: 0px 0 0 5px;
}
.l-mv_p br{
	display: none;
}
	
/*==========
検索エリア768
==========*/
.l_search_in{
	padding: 20px 30px;
	background:url("../img/bg_network.png") center top no-repeat;
}
.search_btn_copy{
	text-align: center;
	margin: 0 20px 10px 10px;
	display: block;
}
/* searchボタン */
.l_btn_search{
	display: block;
}
.l_btn_search a:link , .l_btn_search a:visited{
	 display:block;
    background:url("../img/ico_search.png") right center no-repeat #b3eb3b;
	box-shadow: inset 0 3px 0 rgba(255,255,255,0.3), 0 3px 3px rgba(0, 0, 0, 0.1);
  font-weight: bold;
	border: 1px solid #304857;
    transition:0.2s;
    border-radius: 3px;
	font-size: 1.15em;
	color: #333;
	padding: 13px 30px 13px 30px;
	text-decoration: none;
}
.l_btn_search a:hover{
	background:url("../img/ico_search_sp.png") right center no-repeat #536c7b;
	color: #fff;
	border: 1px solid #fff;
}
	
.ad_jibs{
	margin: 10px auto 10px auto;
}
.ad_pc{
	display: none;
}
.ad_sp{
	display: block;
}
.ly_list_trust{
	display:block;
}
.ly_list {
	width: 100%;
}
.ly_list h2{
	border-left: 5px solid #0187d5;
	padding-left: 30px;
	font-size: 1.35em;
	line-height: 1.5;
	margin-bottom: 20px;
}
.ly_list h2 span{
	font-size: 0.65em;
	display: block;
	margin-bottom: -1.5em;
}
.ly_trust{
	border: 1px solid #ccc;
	padding: 2%;
	width: 96%;
	 display:flex;
}
.ly_trust img{
	width: 70px;
	height:46px;
}
.list_shop_link{
	border-top: 15px solid #fff;
	display:block;
	padding: 0px;
}
.list_shop_link p{
	padding: 10px 15px;
}
.name_shop{
	width: auto;
	margin-bottom: 10px;
	margin-top: 5px;
}
.ico_prefecture{
	width: auto;
	display: block;
	text-align: left;
	margin-right: 0px;
}
.ico_trust{
	vertical-align: middle;
	margin-right: 5px;
}
img.ico_trust{
	width: 35px;
}
.link_shop{
	display: block;
	text-align: left;
	width: auto;
	margin: 0 0 0 0;
	padding-right: 0px;
	font-weight: 400;
	background:url("../img/icon_blankw.png") right center no-repeat #0171c9;
}
}