@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/

*{
	box-sizing:border-box;
}
a{
    text-decoration: none;
	color: inherit;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
body{
	font-size:14px;
    color: #404040;
	background:#FFFFFF;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrapper{
	min-width:1200px;
}

img{
	vertical-align: bottom;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button]{
	-webkit-appearance: none;
	border:1px solid #999999;
}

input[type=submit]{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.for-sp{
	display: none !important;
}


/*共通
----------------------------------------------------------------------------------------------------*/
.t-orange{
	color:#FF9600 !important;
}
.t-blue{
	color:#1051a3 !important;
}
.t-yellow{
	color:#FFFF00 !important;
}

.t-red{
	color:#FF0004 !important;
}

.hover:hover{
	opacity: .7;
}

.t-link{
	text-decoration:underline;
}

.t-link:hover{
	text-decoration:none;

}

.mb20{
	margin-bottom:20px;
}

.mtb20{
	margin:20px 0;
}

.btn-box{
	margin:20px 0;
	text-align: center;
}

.morebtn-b{
	display: inline-block;
	font-size:18px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight:600;
	color:#FFFFFF;
	background:#1051a3;
	border-radius:5px;
	text-align: center;
	width:400px;
	height:50px;
	line-height: 50px;
}

.morebtn-b:hover{
	opacity: .7;
}

.morebtn-b:before{
	content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: url(../img/common/right-circle-w.png)no-repeat center;
    background-size: cover;
    vertical-align: middle;
}

.shoplist-btn{
	display: inline-block;
	padding: 0px 63px 0px 15px;
    background: #1051a3;
    box-shadow: 0 7px 0 #0C3E7D;
	height: 62px;
    border-radius: 4px;
    color: #FFFFFF;
    font-family: 'Noto sans japanese', sans-serif;
    position: relative;
}

.shoplist-btn p{
	display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 600;
	line-height: 62px;
}

.shoplist-btn span{
	position: absolute;
    right: 10px;
    top: 8px;
    display: block;
    width: 45px;
    height: 45px;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 50%;
}

.shoplist-btn span img{
	width:100%;
}

.morebtn-gb{
	display: block;
	margin: 0 auto;
	width: calc( 100% - 20px );
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	text-shadow: 1px 1px 10px #000000;
	background: #1869c3;
	background: -moz-linear-gradient(top, #1869c3 1%, #12438c 100%);
	background: -webkit-linear-gradient(top, #1869c3 1%,#12438c 100%);
	background: linear-gradient(to bottom, #1869c3 1%,#12438c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1869c3', endColorstr='#12438c',GradientType=0 );
	
	text-align: center;
	position: relative;
	border:none;
}

.morebtn-gb:after{
	content: "";
	
	position: absolute;
    right: 10px;
    top: 50%;
	-webkit-transform: translateY( -50% );
	transform: translateY( -50% );
	
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: url(../../img/shop/icon-right-blue.png) no-repeat 60% center;
	background-size: 50%;
    background-color: #FFFFFF;
}

.banner-box{
	margin:20px 0;
	text-align: center;
}

.banner-box a{
	display: inline-block;
}

.pagelink{
	position:absolute;
	top:-45px;
}

/*ヘッダー
----------------------------------------------------------------------------------------------------*/
header{
	height:106px;
	z-index: 999;
}

.head-inner{
	width:1200px;
	margin:0 auto;
	position: relative;
}

header .h1box{
	background:#12438C;
	color:#FFFFFF;
	padding:3px 0;
}

header .h1box h1{
	font-size:12px;
	color: #FFFFFF;
}

header .head-top{
	display: block;
	padding:5px 0;
}
.logo-box{
	float: left;
	width: 460px;
}
.logo-box img{
	width:320px;
}
.logo-box span{
	display: block;
	width: 320px;
	height: 24px;
	background-color: #EEEEEE;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight:500;
	color: #1051a3;
	text-align: center;
	padding-top: 2px;
	padding-left: 10px;
	margin-top: 2px;
}

.ht-right{
	float: right;
	display: block;
}

.ht-right dl{}

.ht-right dl dt{}

.ht-right dl dt img{
	width:250px;
}

.ht-right dl dd{
	font-family: 'Noto sans japanese', sans-serif;
	font-weight:700;
	font-size: 32px;
	margin-top: 5px;
	line-height: 100%;
}

.ht-right dl dd img{
	width:40px;
	vertical-align: middle;
}

/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/
#main{
	margin-top:20px;
}

.content{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
}

.kari-box{
	display: block;
	background: #15438D;
	color:#FFFFFF;
	text-align: center;
	padding:30px 0;
}


/*左カラム
--------------------*/
#main .content .con-left{
	float: left;
	overflow: hidden;
	width:190px;
	display: block;
}

.con-left .cl-box{
	border: 1px solid #1869C3;
    margin-bottom: 10px;
}

.con-left .cl-innerbox{
    display: block;
    overflow: hidden;
}

.con-left .cl-b-box{
	margin:10px 0;
	display: block;
	overflow: hidden;
}


.con-left .cl-box .cl-st{
	font-family: 'Noto sans japanese',sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 16px;
    width: 100%;
    padding: 0 10px;
    height: 30px;
    line-height: 27px;
    background: #1869c3;
}

.con-left .cl-box .cl-st:before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 100%;
    margin-right: 8px;
    background: url(../img/common/search-icon-w.png)no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

.con-left .cl-box .cl-menulist{
}

.con-left .cl-box .cl-menulist li{
	border-bottom: 1px solid #1869c3;
}

.con-left .cl-box .cl-menulist li:last-of-type{
	border-bottom: 0;
}

.con-left .cl-box .cl-menulist li a{
	display: block;
    position: relative;
    color: #333333;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    background: url(../img/common/arrow-right-gr.png) no-repeat 99% center;
    background-size: 15px;
}
.con-left .cl-box .cl-menulist li:hover a{
	background-color: #F0F8FF !important;
}

.con-left .sns-box{
	margin:10px 0;
	padding:0 8px;
	border-radius:3px;
	color:#FFFFFF;
	display: none;
}

.con-left .sb-twitter{
	background: #55acee;
}
.con-left .sb-facebook{
	background: #3c5a98;
}

.con-left .sns-box ul{}

.con-left .sns-box ul li{
	border-bottom:1px solid #FFFFFF;
}

.con-left .sns-box ul li:last-of-type{
	border:0;
}

.con-left .sns-box ul li a.snsbox-link{
	padding:10px 0;
	display: block;
	position:relative;
}

.con-left .sns-box ul li a.snsbox-link img{
	width:18px;
	margin-right:2px;
	vertical-align: middle;
}

.con-left .sns-box ul li a.snsbox-link:before{
	position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	
	width: 11px;
    height: 11px;
    border-radius: 4px;
    border: 1px solid #fff;
}

.con-left .sns-box ul li a.snsbox-link:after{
	position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	
	width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(135deg) translate(4px,4px);
    -ms-transform: rotate(135deg) translate(4px,4px);
    -o-transform: rotate(135deg) translate(4px,4px);
    transform: rotate(135deg) translate(4px,4px);
}

.con-left .sb-twitter ul li:nth-of-type(2) a{
	display: block;
	padding:10px 0;
}

.con-left .sb-twitter ul li:nth-of-type(2) span.twi-st{
	display: block;
	margin-bottom:10px;	
	color: #FFFFFF;
}

.con-left .sb-twitter ul li:nth-of-type(2) span.twi-st img{
	width:30px;
	vertical-align: middle;
	margin-right:5px;
}

.con-left .sb-twitter ul li:nth-of-type(2) span.twi-desc{
	display: block;
	height:150px;
	color: #FFFFFF;
}

/*メインカラム
--------------------*/
#main .content .con-main{
	float: right;
	display: block;
	overflow: hidden;
	width:1000px;
	font-size:16px;
}

.con-main h2{
	font-family: 'Noto sans japanese', sans-serif;
	font-size:24px;
	font-weight:700;
	border-bottom:1px solid #000000;
	padding-bottom:10px;
	margin-bottom:10px;
}

.con-main h2 img{
	width:30px;
	margin-right:5px;
	vertical-align: middle;
}

.con-main .att-text{
	margin:10px;
}

.con-main .img-box{
	display: block;
	overflow: hidden;
}

.con-main .img-box dt{
	display: block;
	position: relative;
	color:#FFFFFF;
}

.con-main .img-box dt img{
	width:100%;
}

.con-main .img-box dd{
	margin-top: 0px;
	font-size: 20px;
}

.con-main .img-box dd img{
	width:15px;
	margin-right:5px;
	vertical-align: middle;
}

/**/
.item-box{
	margin-bottom:30px;
}

.item-box ul{
	display: block;
	overflow: hidden;
}

.item-box ul li{
	float: left;
}

.item-box ul li dl{
	display: block;
	border:1px solid #1051a3;
	text-align: center;
}

.item-box ul li dl dt{
	padding:10px;
	border-bottom:1px solid #1051a3;
	background:#FFFFFF;
}

.item-box ul li dl dt img{
	width:100px;
}

.item-box ul li dl dd{
	background:#FFFFFF;
	color:#1051a3;
	font-family:'Noto sans japanese',sans-serif;
	font-weight:700;
	font-size:18px;
	padding:10px;
}
.item-box ul li a{
	display: block;
}

.item-box ul li a:hover{
	opacity: .7;
}

.repair-contents ul{
	margin:-5px 0 0 -5px;
}

.repair-contents ul li{
	margin:5px 0 0 5px;
	width:246px;
}

/**/
.con01{
	width: 100%;    background:-webkit-gradient(linear, left top, right bottom, from(#1051a3), to(#12438C));
    background:-webkit-linear-gradient(left top, #1051a3, #12438C);
    background:-moz-linear-gradient(left top, #1051a3, #12438C);
    background:-o-linear-gradient(left top, #1051a3, #12438C);
    background:linear-gradient(to right bottom, #1051a3, #12438C);
	border-top: 2px solid #1051a3;
	border-bottom: 5px solid #12438C;
}
.con01 .imgbox{
	display: block;
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	position:relative;
}

.con01 .imgbox .con01-content{
	position:absolute;
	top:80px;
	left:100px;
	
	display: block;
	overflow: hidden;
	font-family:'Noto sans japanese', sans-serif;
	color:#1051a3;
}

.con01 .imgbox .con01-content .con01-st{
	font-size:60px;
	font-weight:700;
	color: #FFFFFF;
	text-shadow: -1px -1px 0px #5c5c5c, 1px -1px 0px #5c5c5c, 1px 1px 0px #5c5c5c, -1px 1px 0px #5c5c5c,1px 2px 3px rgba(0, 0, 0, 0.6);
}

.con01 .imgbox .con01-content .con01-st span{
	font-family: 'Open Sans', sans-serif;
}


.con01 .imgbox .con01-content .con01-text{
	line-height: 150%;
	margin:20px 0;
	font-size:20px;
	font-family:'Noto sans japanese', sans-serif;
	font-weight:700;
text-shadow: -1px -1px 0px #F0F0F0, 1px -1px 0px #F0F0F0, 1px 1px 0px #F0F0F0, -1px 1px 0px #F0F0F0;
}

.con01 .imgbox .con01-content .con01-btn{
	display: block;
	width:100%;
	overflow: hidden;
}

.con01 .imgbox .con01-content .con01-btn li{
	float:left;
	width:200px;
}
.con01 .imgbox .con01-content .con01-btn li a{
	display: block;
	padding:10px 0;
	font-size:20px;
	font-weight:500;
	border:1px solid #FFFFFF;
	border-radius:5px;
	text-align: center;
}

.con01 .imgbox .con01-content .con01-btn li:nth-of-type(2){
	margin:0 15px;
}

.con01 .imgbox .con01-content .con01-btn li img{
	width:20px;
	margin-right:5px;
	vertical-align: middle;
}


.con03{
	margin-bottom:50px;
	padding:20px 0;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	display: block;
	overflow: hidden;
}

.con03 .con03-l{
	float: left;
	width:490px;
}

.con03 .con03-l img{
	widows: 100%;
}

.con03 .con03-r{
	float: right;
	width: 500px;
}

.con03 .con03-r dl{}

.con03 .con03-r dl dt{
	font-family: 'Noto sans japanese', sans-serif;
	font-size:24px;
	font-weight:700;
	margin-bottom:20px;
}

.con03 .con03-r dl dd{
	line-height: 180%;
}

.con04{
	margin:50px 0;
	display: block;
	overflow: hidden;
}
.con04 .con04-box{
	margin:10px 0;
	display: block;
	overflow: hidden;
}
/*
.con04 .con04-box .con04-storebox{
	display: block;
	overflow: hidden;
}

.con04 .con04-box .con04-storebox li{
	float: left;
	width:49%;
	margin-top:10px;
	border:1px solid #1051a3;
}
.con04 .con04-box .con04-storebox li:nth-of-type(2n){
	float: right;
	margin-left:10px;
}


.con04 .con04-box .con04-storebox li a{
	display: block;
}

.con04 .con04-box .con04-storebox li a:hover{
	opacity: .8;
}

.con04 .con04-box .con04-storebox li dl{}

.con04 .con04-box .con04-storebox li dl dt{
	color:#1051a3;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight:700;
	font-size:20px;
	border-bottom:1px solid #1051a3;
	padding:10px;
}

.shopname-list .con04-box .con04-storebox li dl dt{
	border:none;
}

.con04 .con04-box .con04-storebox li dl dd {
	padding:10px;
	height: 90px;
}

.con04 .con04-box .con04-storebox li dl dd span{
	display: block;
	line-height: 150%;
}

.con04 .con04-box .con04-storebox li dl dd span.con04-tel{
	font-weight:bolder;
	margin-top:5px;
}

.con04 .con04-box .con04-storebox li dl dd span img{
	width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}*/

.con04 .con04-box .con04-st{
	display: block;
	width:100%;
	border:1px solid #1051a3;
	
	background: -webkit-gradient(linear, left top, right bottom, from(#1051a3), to(#12438C));
    background: -webkit-linear-gradient(left top, #1051a3, #12438C);
    background: -moz-linear-gradient(left top, #1051a3, #12438C);
    background: -o-linear-gradient(left top, #1051a3, #12438C);
    background: linear-gradient(to right bottom, #1051a3, #12438C);
	
	font-family: 'Noto sans japanese', sans-serif;
	color:#FFFFFF;
	font-size:24px;
	font-weight:500;
	padding:20px;
}
.con04 .con04-box .con04-b-inner{
	border:1px solid #1869c3;
	border-top:0;
	padding: 10px 10px 0;
	display: block;
	overflow: hidden;
}

.con04 .con04-box .con04-b-inner ul{
}

.con04 .con04-box .con04-b-inner ul li{
	margin-bottom: 10px;
    margin-right: 1%;
    float: left;
	width:24.25%;
} 

.con04 .con04-box .con04-b-inner ul li:nth-of-type(4n){
	margin-right: 0;
}


.con04 .con04-box .con04-b-inner ul li .con04-item{
	display: block;
    align-items: center;
    position: relative;
    padding: 10px;
    padding-left: 40px;
    font-size: 20px;
    background: #EEF5FC;
    color: #1869c3;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 700;
}

.con04 .con04-box .con04-b-inner ul li a.con04-item:hover{
	opacity: .7;
}

.con04 .con04-box .con04-b-inner ul li .con04-item:before{
	position:absolute;
	top:0; bottom:0;
	left:0;
	content:" ";
	display: inline-block;
	width: 30px;
	background:url(../img/common/search-icon-w.png)no-repeat center;
	background-size:20px;
	background-color: #1869c3 !important;
	vertical-align: middle;
}

.con04 .con04-box .con04-b-inner ul li.con04-bi-disabled{
	display: block;
    align-items: center;
    position: relative;
    padding: 10px;
    padding-left: 40px;
    font-size: 20px;
    background: rgba(238,245,252,0.5) !important;
    color: rgba(24,105,195,0.5);
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 700;
}

.con04 .con04-box .con04-b-inner ul li.con04-bi-disabled:before{
	position:absolute;
	top:0; bottom:0;
	left:0;
	content:" ";
	display: inline-block;
	width: 30px;
	background:url(../img/common/search-icon-w.png)no-repeat center;
	background-color: rgba(24,105,195,0.5) !important;
	background-size:20px;
	vertical-align: middle;
}

.con04 .con04-repair .con04-b-inner ul li .con04-item:before,
.con04 .con04-repair .con04-b-inner ul li.con04-bi-disabled:before{
	background:url(../img/common/repair-icon-w.png)no-repeat center;
	background-size:20px;
}
.con04 .con04-store .con04-b-inner ul li .con04-item:before,
.con04 .con04-store .con04-b-inner ul li.con04-bi-disabled:before{
	background:url(../img/common/store-icon-w.png)no-repeat center;
	background-size:20px;
}



.con06{
	margin:50px 0;
}

.con06 .con06-box{
	margin:20px 0;
	display: block;
	overflow: hidden;
}

.con06 .con06-box .con06-l{
	float: left;
	width:490px;
	margin-right:20px;
}

.con06 .con06-box .con06-r{
	float: right;
	width:490px;
}

.con06 .con06-box dl{}

.con06 .con06-box dl dt{
	padding:10px 0;
	margin-bottom:10px;
	border-bottom:1px solid #000000;
}

.con06 .con06-box dl dt h3{
	font-family: 'Noto sans japanese', sans-serif;
	font-size:20px;
	font-weight:700;
}

.con06 .con06-box dl dt h3:before{
	content:" ";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url(../img/index/con06-icon.png)no-repeat center;
	background-size: cover;
	vertical-align:  middle;
}

.con06 .con06-box dl dd{
	line-height: 150%;
}

.con06 .con06-box .con06-btnbox{
	margin-top: 10px;
	text-align: center;
}

.con06 .con06-box .con06-btnbox a{
	display: inline-block;
	height:40px;
	line-height: 40px;
	background:#1051a3;
	border-radius:10px;
	color:#FFFFFF;
	position: relative;
	padding:0 10px;
	padding-right:40px;
}

.con06 .con06-box .con06-btnbox a:after{
	content:"";
	
	position: absolute;
	right:10px;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	
	display: inline-block;
	width:20px;
	height:20px;
	background:url(../img/index/btn-arrow-right.png) no-repeat center;
	background-size:contain;
}

.con07{
	margin:50px 0;
}

.con07 .con07-box{
	display: block;
	width:100%;
	overflow: hidden;
}

.con07 .con07-box .con07-r{
	display: table-cell;
	width:50%;
	padding-left:10px;
}

.con07 .con07-box ul{
	margin-left:-10px;
}

.con07 .con07-box ul li{
	float: left;
	width: 242px;
	margin: 10px 0 0 10px;
}

.con07 .con07-box ul li a{
	display: block;
	background:#1051a3;
	color: #FFFFFF;
	border-radius: 5px;
	position: relative;
	padding:10px;
	font-size: 16px;
}

.con07 .con07-box ul li a:hover{
	opacity: .7;
}

.con07 .con07-box ul li .con07-select{
	background:#b7e1ff;
}

.con07 .con07-box ul li a:before{
	content:" ";
	display: inline-block;
	width:15px;
	height:15px;
	margin-right:5px;
	background:url(../img/common/arrow-right-w.png)no-repeat center;
	background-size:cover;
	vertical-align: middle;
}

.con-faq{
	margin:50px 0;
	display: block;
	overflow: hidden;
}

.con-faq .con-faqbox{
	margin:20px 0;
	padding-bottom:20px;
	border-bottom:1px solid #999999;
}

.con-faq .con-faqbox dt{
	font-family: 'Noto sans japanese', sans-serif;
	font-size:20px;
	color:#FF0004;
	margin-bottom:10px;
}

.con-faq .con-faqbox dd{
	line-height: 150%;
}

.con09{
	margin:50px 0;
	display: block;
	overflow: hidden;
}

.con09 .con09-box{
	display: block;
	width:100%;
	overflow: hidden;
	margin:10px 0;
}


.con09 .con09-box ul{
	display: table;
	width: 100%;
	overflow: hidden;
	padding:10px 0;
	border-bottom:1px solid #999999;
}

.con09 .con09-box ul li{
	display: table-cell;
	vertical-align: top;
}

.con09 .con09-box ul li.sh-img{
	width:210px;
	height:140px;
	overflow: hidden;
	position: relative;
}

.con09 .con09-box ul li.sh-img img{
	position: absolute;
	left:50%;
	top:50%;
	
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
	width:auto;
	height:auto;
	max-width: 95%;
}

.con09 .con09-box ul li:last-of-type{
	font-size: 14px;
	position: relative;
	padding-left: 10px;
}


.con09 .con09-box ul li dl{
	margin: 10px 0;
    display: table;
    width: 100%;
    overflow: hidden;
}

.con09 .con09-box ul li dl dt{
	display: table-cell;
    width: 40%;
    vertical-align: top;
}

.con09 .con09-box ul li dl dt:before{
	content: " ";
	
    display: inline-block;
    width: 10px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../../img/common/icon-check-b.png) no-repeat center;
    background-size: contain;
}

.con09 .con09-box ul li dl dd{
	display: table-cell;
    width: 60%;
    line-height: 150%;
    vertical-align: top;
}


.con-news{
	margin:50px 0;
	display: block;
	overflow: hidden;
}

.con-news .con-newsbox{
	margin:20px 0;
	padding-bottom:20px;
	border-bottom:1px solid #999999;
}

.con-news .con-newsbox dt{
	font-family: 'Noto sans japanese', sans-serif;
	font-size:20px;
	margin-bottom:10px;
}

.con-news .con-newsbox dd{
	line-height: 150%;
}

.con-banner{
	margin:50px 0 20px;
}

.con-banner ul{
	display: block;
	overflow: hidden;
}

.con-banner ul li{
	float: left;
}

.con-banner ul li:nth-of-type(2){
	margin:0 50px;
}

.con-yuusou{
	margin:20px 0 50px;
	display: block;
	overflow: hidden;
	position: relative;
}
.con-yuusou img{
	width:100%;
}

.con-yuusou p{
	position: absolute;
	left:320px;
	top:120px;
	
	width:640px;
	font-size:18px;
	line-height: 150%;
	color:#FFFFFF;
}

/*最新ブログ表示(201.12.26追加)*/
.blog-list{
	margin:50px 0;
	display: block;
	overflow: hidden;
}

.blog-list .blog-listbox{
	display: block;
	width:100%;
	overflow: hidden;
}


.blog-list .blog-listbox ul{
	display: block;
	width:100%;
	overflow: hidden;
}

.blog-list .blog-listbox ul li{
	float: left;
	width: calc( 33.33% - 10px );
	margin-right: 15px;
}

.blog-list .blog-listbox ul li:nth-of-type(3n){
	margin-right: 0;
}

.blog-list .blog-listbox ul li dl dt{
}

.blog-list .blog-listbox ul li dl dt a{
	display: block;
	width:100%;
	padding-top:50%;
	overflow: hidden;
	position: relative;
}

.blog-list .blog-listbox ul li dl dt img{
	position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    max-width: 99%;
}

.blog-list .blog-listbox ul li dl dd{
	line-height: 150%;
	margin-top:10px;
	font-size:14px;
}

.blog-list .blog-listbox ul li dl dd p{
	font-family: 'Noto sans japanese', sans-serif;
    font-size: 18px;
    font-weight: 600;
	height: 81px;
}

.blog-list .blog-listbox ul li dl dd a{
	color: #1869C3;
}

.blog-list .blog-listbox ul li dl dd .morebtn-bl{
	display: inline-block;
	width:100%;
	font-size:14px;
	padding:5px 10px;
	padding-right: 35px;
	border:1px solid #1869c3;
	text-align: center;
	
	position: relative;
}

.blog-list .blog-listbox ul li .morebtn-bl:after{
	content: " ";
	
	position: absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: url(../../img/shop/icon-right-blue.png) no-repeat center;
    background-size: contain;
}

.blog-list .morebtn-b{
    border: 0 !important;
}


/*フッター
----------------------------------------------------------------------------------------------------*/
footer{
	margin-top:50px;
}

footer .foot-inner{
	width:1200px;
	overflow: hidden;
	margin:0 auto;
	color:#FFFFFF;
}

footer .foot-top{
	background:#1051a3;
	padding:20px 0;
}

footer .foot-top .f-menu1{
	display: block;
	overflow: hidden;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #FFFFFF;
}

footer .foot-top .f-menu1 li{
	float: left;
	margin-right:10px;
}

footer .foot-top .f-menu1 li a{}

footer .foot-top .f-menu1 li a:before{
	content:" ";
	display: inline-block;
	width:15px;
	height:15px;
	margin-right:5px;
	background:url(../img/common/arrow-right-w.png) no-repeat left center;
	background-size:cover;
	vertical-align: middle;
}

footer .foot-top .f-menu1 li a:hover{
	text-decoration:underline;

}

footer .foot-top .f-menu2{
	display: block;
	overflow: hidden;
}

footer .foot-top .f-menu2 dl{
	float: left;
	width:25%;
	padding-right:10px;
}

footer .foot-top .f-menu2 dl:nth-of-type(3){
	margin-top:50px;
}

footer .foot-top .f-menu2 dl dt{
	
	color:#FFFFFF;
}
footer .foot-top .f-menu2 dl dd{
	margin: 5px 0 5px 20px;
}

footer .foot-top .f-menu2 dl dd a{}

footer .foot-top .f-menu2 dl dt:before,
footer .foot-top .f-menu2 dl dd a:before{
	content:" ";
	display: inline-block;
	width:15px;
	height:15px;
	margin-right:5px;
	background:url(../img/common/arrow-right-w.png) no-repeat left center;
	background-size:cover;
	vertical-align: middle;
}

footer .foot-top .f-menu2 dl dd a:hover{
	text-decoration:underline;

}

footer .foot-bottom{
	background:#12438C;
	padding:20px 0;
	color:#FFFFFF;
}

footer .foot-bottom .f-copy{
	float: left;
	color:#FFFFFF;
}

footer .foot-bottom ul{
	float: right;
}

footer .foot-bottom ul li{
	float: left;
	margin-left:10px;
}

footer .foot-bottom ul li a{}
footer .foot-bottom ul li a:before{
	content:" ";
	display: inline-block;
	width:15px;
	height:15px;
	margin-right:5px;
	background:url(../img/common/arrow-right-w.png) no-repeat left center;
	background-size:cover;
	vertical-align: middle;
}

footer .foot-bottom ul li a:hover{
	text-decoration:underline;

}


/*トップに戻る*/
.totop{
	position:fixed;
	bottom:50px;
	right: calc( 50% - 600px);
	
	display: inline-block;
	width:50px;
}

.totop img{
	width: 100%;
}




.shop-pricebox{
	margin-top:30px;
	display: block;
	overflow: hidden;
}
.shop-pricebox .shop-pb-frame{
	margin:10px 0;
	display: block;
	overflow: hidden;
}
.shop-pricebox .shop-pb-inner{
	padding:0 10px;
	display: block;
	overflow: hidden;
}
.shop-pricebox .shop-pb-inner ul{
	display: block;
	width: 100%;
	overflow: hidden;
}

.shop-pricebox .shop-pb-inner ul:first-of-type{
	margin-right:10px;
}

.shop-pricebox .shop-pb-inner ul li{
	float: left;
	width: calc( 50% - 20px );
	display: block;
	border:1px solid #12438C;
	position: relative;
	margin:5px 10px;
	padding:15px 10px;
	border-radius:5px;
}

.shop-pricebox .shop-pb-inner ul li dl dt span:before{
	content:" ";
	display: inline-block;
	width:15px;
	height:15px;
	margin-right:5px;
	background:url(../img/common/search-icon.png)no-repeat center;
	background-size:cover;
	vertical-align: middle;
}
.shop-pricebox .shop-pb-inner ul li dl{
	display: table;
	width: 100%;
	overflow: hidden;
}
.shop-pricebox .shop-pb-inner ul li dl dt{
	display: table-cell;
	width: 50%;
	font-size: 16px;
	font-weight: bolder;
}

.shop-pricebox .shop-pb-inner ul li dl dt span{
	color: #12438C;
}
.shop-pricebox .shop-pb-inner ul li dl dd{
	display: table-cell;
	width: 50%;
	text-align: right;
	font-size: 18px;
	color: #12438C;
}

.shop-pricebox .shop-pb-inner ul li dl dd .noprice{
	font-size: 16px;
	display: block;
}


.shop-pricebox .shop-pb-att{
	margin:10px;
}

.tubebox{
position: relative ;
padding-top: 23px ;
padding-bottom: 50% ;
overflow: hidden ;
}

.tubebox iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

/*認可番号表示-----------------------------*/
.ninka-number{
	display: block;
	overflow: hidden;
	padding:10px;
	background:#1869c3;
	color:#FFFFFF;
	text-align: center;
}

.ninka-number p{
	line-height: 150%;
}

.ninka-number p span{
	fonr-family:"Noto sans japanese", sans-serif;
	line-height: 130%;
	font-weight:600;
}

.ninka-number .wl-box{
	display: block;
	margin-top:10px;
	border:1px solid #FFFFFF;
	padding:5px;
}
.ninka-number .wl-box span{
	fonr-family:"Noto sans japanese", sans-serif;
	line-height: 120%;
	font-weight:900;
}

.nn-block p img{
	width:260px;
	vertical-align: sub;
	margin-right:10px;
}

.nn-block p span{
	font-size:30px;
}

.nn-block .wl-box{
	font-size:24px;
}

.nn-banner{
	width:300px;
	height:158px;
	margin:20px auto;
	padding: 20px 10px;
}
.nn-banner p {
	line-height: 250%;
}

.nn-banner p img{
	width:200px;
	vertical-align: sub;
	margin-right:5px;
}

.nn-banner p span{
	font-size:26px;
}

.nn-banner .wl-box{
	margin-top:0;
	font-size:16px;
}

/*お客様の声
----------------------------------------------------------------------------------------------------------------*/
.voice{}

.voice .btn-box input[type=submit] {
    border: 0;
}

.voice .customer-search dl dd ul li select{
	width: 80%;
}

.voice .customer-search dl dd ul li:last-of-type{
	width: 25%;
}

.voice .customer-search dl dd ul li:last-of-type button{
	width: 100%;
}

.voice-box{
	display: block;
	overflow: hidden;
}

.voice-box .voice-desc{
	float: left;
	width: calc( 50% - 5px );
}

.voice-box .voice-desc:nth-of-type(2n){
	float: right;
}

.voice-box .voice-desc .vd-imgbox{
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 75%;
}

.voice-box .voice-desc .vd-imgbox img{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
	transform: translate( -50%, -50% );
	
	width: auto;
	height: auto;
	max-width: 100%;
}

.voice-box .voice-desc dl{
	margin-top: 10px;
}

.voice-box .voice-desc dl.vd-customer{
	border: 1px solid #1869c3;
}

.voice-box .voice-desc dl.vd-customer dt{
	padding: 10px;
	height: 70px;
	border-bottom: 1px solid #1869c3;
}

.voice-box .voice-desc dl.vd-customer dd{
	padding: 10px;
	text-align: right;
}

.voice-box .voice-desc dl.vd-bystore dt{
	border-bottom: 1px solid #1869C3;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.voice-box .voice-desc dl.vd-bystore dd{
	line-height: 150%;
	height: 150px;
}