@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html,body{	height:100%;}
html{
	font-size:62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:'Noto Sans Japanese',"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	letter-spacing: 1px;
}
table{
	border-collapse:collapse;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button{
	cursor:pointer;
}

.ipad body,
.android body,
.iphone body {
    -webkit-text-size-adjust: 100%;
}
.android h2,
.android h3,
.android ul,
.android dl dt,
.android dl dd,
.android p{
	max-height: 999999px;
}

a,button {
	transition: opacity 0.3s ease-out;
	display: inline-block;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	/*overflow:hidden;*/
}

a:hover,
button:hover {
	opacity: 0.7;
}


/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/

/* ------------------------------
    base
------------------------------ */

body{
	position: relative;
}

p,dt,dd,th,td,li{
	font-size:1.4rem;
	line-height: 1.5;
	color: #333;
}
a{
	color: #000;
	text-decoration: none;
}
*, *:before, *:after {
	box-sizing: border-box;
}

img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/* ------------------------------
    汎用
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */

.pc{
	display:block!important;
}
.sp{
	display:none!important;
}

.floatL{
	float: left;
}
.floatR{
	float: right;
}

.align_center{
	text-align: center;
}
.align_right{
	text-align: right;
}
.font_bold{
	font-weight: bold;
}

.mt60{
    margin-top: 60px;
}

.mt80{
	margin-top: 80px;
}

.wrap{
	width:980px;
	margin: 0 auto;
}
.wrap.w920{
    padding: 0 30px;
}

.btn_inquiry a{
	display: block;
	width: 170px;
	height: 40px;
	background: #36A564;
	color: #fff;
	font-size:1.4rem;
	line-height: 40px;
	text-align: center;
	font-weight: 500;
}
.btn_inquiry a:before{
	content: "";
	position: relative;
	top:2px;
	display: inline-block;
	width: 20px;
	height: 15px;
	margin-right: 8px;
	background: url(../img/common/icon_mail.png) 0 0 no-repeat;
}
.btn_afterservice a{
	display: block;
	width: 170px;
	height: 40px;
	background: #3664A5;
	color: #fff;
	font-size:1.4rem;
	line-height: 40px;
	text-align: center;
	font-weight: 500;
}

.btn_blue{
	display: block;
	width: 164px;
	height: 46px;
	margin: 0 auto;
	background: #082D83;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	line-height: 46px;
}
.btn_white{
	display: block;
	width: 164px;
	height: 46px;
	margin: 0 auto;
	background: #fff;
	color: #D0231D;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	line-height: 46px;
}

/* search */
#searchform {
    overflow: hidden;
    background: #fff;
    border: 1px solid #E5E5E5;
    padding-bottom: 0;
}
#searchform div {
    position: relative;
    padding-right: 40px;
}
#searchform label {
    display: none;
}
#searchform input[type=text] {
    line-height: 18px;
    padding: 12px 13px;
    font-size: 1.6rem;
    width: 100%;
    border: none;
    float: left;
}
#searchform button {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: top;
    line-height: 18px;
    border: none;
    border-radius: 3px;
    width: 40px;
    height: 41px;
    padding: 0 5px;
    -webkit-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;
    background: transparent;
    font-family: 'FontAwesome';
    font-size: 2.1rem;
    color: #808080;
}

/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/

#header {
	position: relative;
	height: 140px;
	width: 100%;
	background: #fff;
}
#header.clone {
	height:120px; 
    position: fixed;
    top: 0px;
    z-index: 9999;
}
#header.clone .pc h1 {
    float: left;
    margin-top: 5px;
}
#header.clone  .gnavi {
    margin-top: 35px;
}

#header .txt_header{
	float: left;
	padding-top: 15px;
	font-size: 1.2rem;
	color: #727272;
	font-weight: 500;
}
#header .pc .btn_inquiry a{
	float: right;
}
#header .pc .btn_afterservice{
	float: right;
}

#header .pc h1{
	float: left;
	margin-top: 20px;
}

#header .gnavi{
	float: right;
	width: 800px;
	height: 45px;
	margin-top: 55px;
	text-align: right;
	font-size: 0;
}
#header .gnavi > li{
	display: inline-block;
	width: 150px;
}
#header .gnavi > li a{
	display: block;
	width: 150px;
	height: 45px;
	padding-bottom: 12px;
	color: #212121;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	line-height: 33px;
}
#header .gnavi > li a:hover{
	color: #082D83;
	opacity: 1;	
}

#header .gnavi > li + li span{
	display: inline-block;
	width: 100%;
	height: 33px;
	border-left: 1px solid #707070;
}

#header .gnavi li .sub_menu{
	display: none;
	position: absolute;
	left:0;
	top:140px;
	z-index: 10;
	width:100%;
	height:200px;
	border-top: 2px solid #082D83;
	padding: 30px 0 35px;
	background: #F8F8F8;
	list-style-type: none;
}
#header .gnavi li .sub_menu a:hover{
	opacity: 0.7;
}
#header.clone .gnavi li .sub_menu{
	top:120px;
}
#header .sub_menu .menu_store{
	text-align: center;
}	
#header .sub_menu .menu_store li{
	display:inline-block;
}
#header .sub_menu .menu_store li + li{
	margin-left: 100px;	
}
#header .sub_menu .menu_store li a{
	display: block;
	width: 150px;
	height: 132px;
	color: #212121;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 500;
}
#header .sub_menu .menu_goods{
	width: 940px;
	margin: 0 auto;
}	
#header .sub_menu .menu_goods li{
	float: left;
}
#header .sub_menu .menu_goods li a{
	display: block;
	width: 188px;
	height: 50px;
	padding-left: 62px;
	color: #212121;
	font-size: 1.4rem;
	line-height: 50px;
	text-align: left;
	letter-spacing: 0;
	font-weight: 500;
}
#header .sub_menu .menu_goods li:nth-child(n + 6){
	margin-top: 30px;
}
#header .sub_menu .menu_goods li:nth-child(1) a{
	background: url(../img/common/img_headgoods01.jpg) 0 0 no-repeat;
}
#header .sub_menu .menu_goods li:nth-child(2) a{
	background: url(../img/common/img_headgoods02.jpg) 0 0 no-repeat;
}
#header .sub_menu .menu_goods li:nth-child(3) a{
	background: url(../img/common/img_headgoods03.jpg) 0 0 no-repeat;
}
#header .sub_menu .menu_goods li:nth-child(4) a{
	background: url(../img/common/img_headgoods04.jpg) 0 0 no-repeat;
}
#header .sub_menu .menu_goods li:nth-child(5) a{
	background: url(../img/common/img_headgoods05.jpg) 0 0 no-repeat;
}
#header .sub_menu .menu_goods li:nth-child(6) a{
	background: url(../img/common/img_headgoods06.jpg) 0 0 no-repeat;
	letter-spacing: 14px;
}
#header .sub_menu .menu_goods li:nth-child(7) a{
	background: url(../img/common/img_headgoods07.jpg) 0 0 no-repeat;
}
#header .sub_menu .menu_goods li:nth-child(8) a{
	background: url(../img/common/img_headgoods08.jpg) 0 0 no-repeat;
	letter-spacing: 14px;
}
#header .sub_menu .menu_goods li:nth-child(9) a{
	background: url(../img/common/img_headgoods09.jpg) 0 0 no-repeat;
}
#header .sub_menu .menu_goods li:nth-child(10) a{
	background: url(../img/common/img_headgoods10.jpg) 0 0 no-repeat;
}
#header #id-product_sub_menu{
	height: auto;
}
#header .sub_menu .menu_goods_children{
	width: 940px;
	margin: 30px auto 0;
	background: #fff;
}
#header .sub_menu .menu_goods_children li{
	float: left;
}
#header .sub_menu .menu_goods_children li a{
	position: relative;
	display: block;
	width: 188px;    /* 188 = 940 / 5 */
	height: 50px;
	padding-left: 46px;
	color: #212121;
	font-size: 1.4rem;
	line-height: 50px;
	text-align: left;
	letter-spacing: 0;
	font-weight: 500;
	white-space: nowrap;
}
#header .sub_menu .menu_goods_children li a::before{
	content: '>';
	position: absolute;
	top: 0;
	left: 30px;
}

/* ----------------------------------------------------------------------------------------------------
*  contents
* --------------------------------------------------------------------------------------------------*/

#contents .ttl_h2{
	position: relative;
	width: 100%;
	height: 240px;
	margin-bottom: 45px;
	background: url(../img/common/bg_ttl_h2.png) center top repeat;
}
#contents .ttl_h2 h2{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0,-50%);
	width: 920px;
	padding-left: 50px;
	margin: auto;
	color: #212121;
	font-size: 2.7rem;
	font-weight: 500;	
}
#contents .ttl_h2 h2:before{
	content: "";
	position: absolute;
	top:5px;
	left:0;
	width: 30px;
	height: 1px;
	border-top: 1px solid #F27559;
}
#contents .ttl_h2 span{
	display: block;
	margin-top: 15px;
	font-size: 1.2rem;
}
#contents .ttl_h3line{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #212121;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
}
#contents .ttl_h3line:after{
    content: "";
    position: absolute;
    left:50%;
    bottom:0;
    width: 248px;
    height: 6px;
    margin-left: -124px;
    background: #EDEDED;
}

/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/

footer{
	margin-top: 100px;
	border-top: 2px solid #082D83;
	background: #F8F8F8;
}
footer .wrap{
	padding: 20px 0 30px;
}
footer .box_footer01{
	float: left;
	width: 130px;
}
footer .box_footer01 a{
	font-size: 1.4rem;
	font-weight: bold;
}
footer .box_footer01 li + li{
	margin-top: 20px;
}

footer .ttl_footer{
	margin-bottom: 5px;	
}
footer .ttl_footer a{
	font-size: 1.4rem;
	font-weight: bold;
}

footer .box_footer02 {
	float: left;
 	width: 325px;
 	margin-left:65px;
}
footer .box_footer02 dl{
	display: block;
	position: relative;
	padding-left: 80px;
}
footer .box_footer02 dl:before{
	position: absolute;
	top:0;
	left:0;
	content: "";
	width: 70px;
	height:60px;	
}
footer .box_footer02 dl:nth-of-type(1):before{
 	background: url(../img/common/img_footer01.jpg) 0 0 no-repeat;
}
footer .box_footer02 dl:nth-of-type(2):before{
 	background: url(../img/common/img_footer02.jpg) 0 0 no-repeat;
}
footer .box_footer02 dl:nth-of-type(3):before{
 	background: url(../img/common/img_footer03.jpg) 0 0 no-repeat;
}
footer .box_footer02 dl + dl{
	margin-top: 10px;
}
footer .box_footer02 dt{
	color: #212121;
	font-size: 1.4rem;
	font-weight: 500;
}
footer .box_footer02 dd{
	margin-top: 3px;
	color: #212121;
	font-size: 1.2rem;
	font-weight: 500;
}

footer .box_footer03{
	float: right;
	width: 420px;
}
footer .box_footer03 ul{
	float: left;
	width: 195px;
}
footer .box_footer03 ul + ul{
	margin-left: 30px;
}
footer .box_footer03 li a{
	position: relative;
	display: block;
	width: 100%;
	height: 34px;
	padding-left: 7px;
	border-top: 1px solid #E0E0E0;
	color: #212121;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 34px;
}
footer .box_footer03 li:last-child a{
	border-bottom: 1px solid #E0E0E0;
}
footer .box_footer03 li a:after{
	content: "\f105";
	position: absolute;
	top:0;
	right:4px;
	bottom:0;
	width: 5px;
	height: 14px;
	margin: auto;
	color: #E0E0E0;
	font-size: 1.4rem;
	font-family: FontAwesome;
	line-height: 1;
}

footer .box_footer03 .btn_inquiry{
	float: right;
	margin-top: 20px;
}

footer .area_copy{
	width: 100%;
	height: 80px;
	background: #082D83;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
}


@media screen and (max-width: 767px) {

html{
	overflow-y: auto;
}
body{
	padding-top: 60px!important;	
}
body.fixed{
	position: fixed;
}

/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/

/* ------------------------------
汎用
------------------------------ */	

.pc{
	display:none!important;
}
.sp{
	display:block!important;
}

.floatL{
	float: none;
}
.floatR{
	float: none;
}

.mt60{
    margin-top: 10%;
}

.mt80{
	margin-top: 12%;
}

.wrap{
	width:95%;
	margin: 0 auto;
}
.wrap.w920{
    padding: 0;
}

.btn_blue,.btn_white{
	width: 80%;
	font-size: 1.4rem;
}

/* search */
#searchform input[type=text] {
  font-size: 1.4rem;
}

/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/

#header{
	position: fixed;
	top:0;
	left:0;
	z-index: 10;
	height:60px;
	border-bottom: 1px solid #707070;
}

#header h1 a{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width: 110px;
	height: 40px;
	margin: auto;
}
.iphone #header h1 a{
	height: 28px;
	padding-top: 1px;	
}
#header .btn_inquiry_sp a{
	display: block;
	position: absolute;
	right: 8px;
	top:8px;
	width: 44px;
	height: 44px;
	padding: 14px 0;
	background: #36A564;
	text-align: center;
	line-height: 1;
}
#header .btn_inquiry a img{
	vertical-align: top;
}
#header .btn_menu{
    width: 44px;
    height: 44px;
    position: absolute;
    left :8px;
    top: 8px;
    border: 1px solid #082D83;
}
#header .btn_menu:before,
#header .btn_menu:after,
#header .btn_menu span{
    display: block;
    width: 65%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#header .btn_menu span{
    height: 3px;
    background-color: #082D83;
    top: 20px;
}

#header .btn_menu:before{
    content: "";
    top: 10px;
    border-top: 3px solid #082D83;
}
#header .btn_menu:after{
    content: "";
    bottom: 10px;
    border-bottom: 3px solid #082D83;
}
#header .btn_menu.on span{
    display: none;
}

#header .btn_menu.on:before{
    border-top: 3px solid #fff;	
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
#header .btn_menu.on:after{
    border-bottom: 3px solid #fff;
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

#header .open-2{
    left : -100%;
}
#header .open-2.active{
    left : 0px;
}

#header .move-2.on.btn_menu{
    position: fixed;
    left:auto;
    right: 8px;
    top: 8px;
    z-index: 10;
    background: #082D83;
}

#header .menu_sp{
    background: #082D83;
    color: #fff;
    margin: 0;
    padding: 60px 10% 0;
    list-style: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    overflow-y: scroll;
}
#header .nav_sp{
    height: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
    overflow-y: scroll;
}
#header .nav_sp01{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 6%;
}
#header .nav_sp01 li{
	width: 20vw;
	height: 20vw;
}
#header .nav_sp01 li a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	line-height: 1.25;
	text-align: center;
    font-weight: 500;
	font-size: 1.2rem;
	color: #132c7e;
	background-color: #fff;
}
#header .nav_sp02{
	border-top: 1px solid #ffffff;
}
#header .nav_sp02 > li{
	position: relative;
	border-bottom: 1px solid #ffffff;
}
#header .nav_sp02 > li a{
	display: block;
	width: 100%;
	height: 50px;
	padding-left: 4%;
	text-align: left;
	line-height: 50px;
	font-size: 1.5rem;
	color: #fff;
	background-image: none;
	box-sizing:border-box;
	position: relative;
}

#header .nav_sp02 > li.accordion > span {
	position: absolute;
	display: block;
	height: 50px;
	width: 50px;
	top: 0;
	right: 0;
	z-index: 2;
}
#header .nav_sp02 > li.accordion > span:before,
#header .nav_sp02 > li.accordion > span:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	background-color: #fff;
	transform: translate(-50%,-50%);
}
#header .nav_sp02 > li.accordion > span:after {
	transform: translate(-50%,-50%) rotate(90deg);
}
#header .nav_sp02 > li.accordion > span.sub_open:after {
	transform: translate(-50%,-50%) rotate(0);
}
#header .nav_sp .spsub_menu{
	display: none;
	position: static;
	background: #fff;
	padding-top: 0px;
}
#header .nav_sp .spsub_menu li {
	background: #F8F8F8;
	width: 100%;
	text-align: left;
	margin-top: 0;
	border-top: 1px solid #132c7e;
}
#header .nav_sp .spsub_menu li a{
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-weight: 500;
	font-size: 1.4rem;
	padding: 0 0 0 55px;
	position: relative;
	display:block;
	box-sizing:border-box;
	color: #132c7e;
}

#header .spsub_menu li a:before{
	content: "";
	position: absolute;
    top: 5px;
    left: 10px;
    width: 40px;
    height: 40px;
}
#header .spmenu_store li:nth-child(1) a:before{
	background: url(../img/common/img_headstore01.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#header .spmenu_store li:nth-child(2) a:before{
	background: url(../img/common/img_headstore02.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#header .spmenu_store li:nth-child(3) a:before{
	background: url(../img/common/img_headstore03.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
/*
#header .spmenu_goods li:nth-child(1) a:before{
	background: url(../img/common/img_headgoods01.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#header .spmenu_goods li:nth-child(2) a:before{
	background: url(../img/common/img_headgoods02.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#header .spmenu_goods li:nth-child(3) a:before{
	background: url(../img/common/img_headgoods03.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#header .spmenu_goods li:nth-child(4) a:before{
	background: url(../img/common/img_headgoods04.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#header .spmenu_goods li:nth-child(5) a:before{
	background: url(../img/common/img_headgoods05.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#header .spmenu_goods li:nth-child(6) a:before{
	background: url(../img/common/img_headgoods06.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#header .spmenu_goods li:nth-child(7) a:before{
	background: url(../img/common/img_headgoods07.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#header .spmenu_goods li:nth-child(8) a:before{
	background: url(../img/common/img_headgoods08.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#header .spmenu_goods li:nth-child(9) a:before{
	background: url(../img/common/img_headgoods09.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#header .spmenu_goods li:nth-child(10) a:before{
	background: url(../img/common/img_headgoods10.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
*/
#header .nav_sp .spmenu_goods li.sp_parent{
	position: relative;
}
#header .nav_sp .spmenu_goods li.sp_parent > span {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	z-index: 2;
}
#header .nav_sp .spmenu_goods li.sp_parent > span:before,
#header .nav_sp .spmenu_goods li.sp_parent > span:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	background-color: #082D83;
	transform: translate(-50%,-50%);
}
#header .nav_sp .spmenu_goods li.sp_parent > span:after {
	transform: translate(-50%,-50%) rotate(90deg);
}
#header .nav_sp .spmenu_goods li.sp_parent > span.sub_open:after {
	transform: translate(-50%,-50%) rotate(0);
}
#header .nav_sp .spmenu_goods li.sp_child{
	border-top: 1px dotted #ccc;
}
#header .nav_sp .spmenu_goods li.sp_child a{
	position: relative;
	width: 100%;
	height:35px;
	line-height:35px;
	font-size:1.2rem;
	padding: 0 0 0 55px ;
	position: relative;
	display:block;
	box-sizing:border-box;
}
#header .nav_sp03{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8%;
}
#header .nav_sp03 li{
	width: 50%;
	height: 50px;
	border-bottom: 1px solid #fff;
}
#header .nav_sp03 li:nth-of-type(even){
	border-left: 1px solid #fff;
}
#header .nav_sp03 li a{
	padding-left: 3.2vw;
	line-height: 50px;
	font-size: 1.2rem;
	color: #fff;
}
#header .nav_sp03 li a:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
	background: url(../img/common/icon_arrow.png) no-repeat;
	background-size: contain;
}
#header .list_bnr li + li{
	margin-top: 3%;
}
/* ----------------------------------------------------------------------------------------------------
*  contents
* --------------------------------------------------------------------------------------------------*/

#contents .ttl_h2{
	height: 100px;
	margin-bottom: 7%;
	background: url(../img/common/bg_ttl_h2.png) center top repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#contents .ttl_h2 h2{
	width: 95%;
	padding-left: 35px;
	font-size: 1.8rem;
}
#contents .ttl_h2 h2:before{
	width: 25px;
}
#contents .ttl_h2 span{
	margin-top: 8px;
	font-size: 1.1rem;
}
#contents .ttl_h3line{
    padding-bottom: 4%;
    margin-bottom: 5%;
    font-size: 1.8rem;
}
#contents .ttl_h3line:after{
    width: 200px;
    height: 3px;
    margin-left: -100px;
}

/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/

footer{
	margin-top: 10%;
}
footer .wrap{
	width: 100%;
	padding: 0;
}
footer .box_footer01{
	float: none;
	width: 100%;
}
footer .box_footer01 li{
	height: 45px;
}
footer .box_footer01 a{
	position: relative;
	width: 100%;
	padding-left: 10px;
	border-bottom: 1px solid #E0E0E0;
	line-height: 45px;
}
footer .box_footer01 a:after{
	content: "\f105";
	position: absolute;
	top:0;
	right:4px;
	bottom:0;
	width: 5px;
	height: 14px;
	margin: auto;
	color: #E0E0E0;
	font-size: 1.4rem;
	font-family: FontAwesome;
	line-height: 1;
}
footer .box_footer01 li + li{
	margin-top: 0;
}

footer .ttl_footer{
	margin: 5% 0 1.5% 10px;
}

footer .box_footer02 {
	float: none;
 	width: 100%;
 	margin-left:0;
}
footer .box_footer02 dl{
	display: block;
	position: relative;
	padding: 0 10px 3% 80px;
	border-bottom: 1px solid #E0E0E0;	
}
footer .box_footer02 dl:before{
	position: absolute;
	top:0;
	left:10px;
	content: "";
	width: 60px;
	height:51px;
}
footer .box_footer02 dl:nth-of-type(1):before{
 	background: url(../img/common/img_footer01.jpg) 0 0 no-repeat;
 	-webkit-background-size: cover;
		background-size: cover;	
}
footer .box_footer02 dl:nth-of-type(2):before{
 	background: url(../img/common/img_footer02.jpg) 0 0 no-repeat;
  	-webkit-background-size: cover;
		background-size: cover;	
}
footer .box_footer02 dl:nth-of-type(3):before{
 	background: url(../img/common/img_footer03.jpg) 0 0 no-repeat;
   	-webkit-background-size: cover;
		background-size: cover;	
}
footer .box_footer02 dl + dl{
	margin-top: 3%;
}
footer .box_footer02 dd{
	margin-top: 1%;
}

footer .box_footer03{
	float: none;
	width: 100%;
}
footer .box_footer03 ul{
	float: none;
	width: 100%;
}
footer .box_footer03 ul + ul {
	margin-left: 0;
}
footer .box_footer03 ul + ul li:first-child a{
	border-top: none;
}
footer .box_footer03 li a{
	height: 45px;
	padding-left: 10px;
	line-height: 45px;
}

footer .box_footer03 .btn_inquiry{
	float: none;
	margin-top: 5%;
}
footer .box_footer03 .btn_inquiry a{
	width: 80%;
	margin: 0 auto;
}
footer .area_copy{
	height: 50px;
	margin-top: 5%;
	font-size: 1rem;
	line-height: 50px;
	letter-spacing: 0.5px;
}
.android footer .area_copy span{
	font-family: Verdana,"Droid Sans";
}

}