@charset "utf-8";
/* CSS Document */

/*共通
------------------------------------------------------------------------------------*/
#main{
	font-size: 16px;
}

.content{
	display: block;
	width: 1200px;
	margin: 0 auto;
	overflow: inherit;
}

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;
}

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

.sst{
	margin: 50px 0 30px;
	text-align: center;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	font-size: 40px;
	color: #1869c3;
}

.sub-st{
	width: 1200px;
	margin: 50px auto 20px;
	padding-bottom: 20px;
    border-bottom: 1px solid #1869c3;
	text-align: center;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	font-size: 40px;
	color: #1869c3;
}

.sub-textbox{
	width: fit-content;
	margin: 20px auto;
	line-height: 170%;
}

.sub-info-box{
	width: 1000px;
	margin: 0 auto;
}

.sub-mainimg{
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 300px;
	background: url(../img/mainimg.png) no-repeat center;
	background-size: cover;
}

.sub-mainimg p{
	position: absolute;
	top: 50%;
	left: 50%;
	
	-webkit-transform: translate( -50%, -50% );
	transform: translate( -50%, -50% );
	
	font-family: 'Noto sans japanese', sans-serif;
    font-size: 36px;
    font-weight: 700;
    border-bottom: 1px solid #1869C3;
    padding-bottom: 10px;
	color: #ffffff;
	text-shadow: 2px 2px 1px #1869C3,
				-2px 2px 1px #1869C3,
				2px -2px 1px #1869C3,
				-2px -2px 1px #1869C3;
}

.sub-mainimg canvas{
	z-index: 1 !important;
	top: 70% !important;
	bottom: 0;
	opacity: .5;
}

.bread-box{
	background: #1869c3;
	color: #FFFFFF;
	padding: 5px 0;
}

.bread-box a{
	text-decoration: underline;
}

.bread-box a:hover{
	text-decoration: none;
}

.gray-box{
	padding: 50px 0;
	background: #EFEFEF;
}

.gray-box .sub-st{
	margin-top: 0;
}

/**/
.submenu-list{
}

.submenu-list a{
	display: block;
	padding: 0 10px;
	background: #fcfcfc;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	position: relative;
	color: #1869c3;
}

.submenu-list a:hover{
	background: #1869c3;
	color: #FFFFFF;
}

.submenu-list ul{
	display: table;
	overflow: hidden;
	width: 100%;
	border-left: 1px solid #EFEFEF;
}

.submenu-list ul li{
	display: table-cell;
	width: 20%;
	border-right: 1px solid #EFEFEF;
}

.submenu-list a:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: sub;
	margin-right: 5px;
}

.submenu-list a:after{
	content: " ";
	position: absolute;
	right: 5px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	
    display: inline-block;
    width: 10px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../img/icon-right.png) no-repeat center;
    background-size: contain;
}

.submenu-list a:hover:after{
    background: url(../img/icon-right-w.png) no-repeat center;
    background-size: contain;
}

.submenu-list .sm-l-price:before{
	background: url(../img/icon-price.png) no-repeat center;
	background-size: contain;
}
.submenu-list .sm-l-price:hover:before{
	background: url(../img/icon-price-f.png) no-repeat center;
	background-size: contain;
}

.submenu-list .sm-l-shops:before{
	background: url(../img/icon-shops.png) no-repeat center;
	background-size: contain;
}
.submenu-list .sm-l-shops:hover:before{
	background: url(../img/icon-shops-f.png) no-repeat center;
	background-size: contain;
}

.submenu-list .sm-l-flow:before{
	background: url(../img/icon-flow.png) no-repeat center;
	background-size: contain;
}
.submenu-list .sm-l-flow:hover:before{
	background: url(../img/icon-flow-f.png) no-repeat center;
	background-size: contain;
}

.submenu-list .sm-l-faq:before{
	background: url(../img/icon-faq.png) no-repeat center;
	background-size: contain;
}
.submenu-list .sm-l-faq:hover:before{
	background: url(../img/icon-faq-f.png) no-repeat center;
	background-size: contain;
}

.submenu-list .sm-l-example:before{
	background: url(../img/icon-example.png) no-repeat center;
	background-size: contain;
}
.submenu-list .sm-l-example:hover:before{
	background: url(../img/icon-example-f.png) no-repeat center;
	background-size: contain;
}


/**/
.banner-list{
	margin: 50px 0;
	display: table;
	width: 100%;
	overflow: hidden;
}

.banner-list li{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: center;
}

.banner-list li img{
	width: 60%;
}

/**/
.point-box{
	margin: 50px 0;
}

.point-box .pb-listbox{
	display: block;
	background: #FFFFFF;
	box-shadow: 3px 3px 10px 3px #CCCCCC;
	padding: 20px;
	margin: 30px auto;
	width: 1000px;
}
.point-box .pb-listbox ul{
	display: block;
	width: fit-content;
	margin: auto;
}

.point-box .pb-point-text{
	margin: 0 auto;
	width: 1200px;
}

.point-box .pb-listbox ul li{
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}

.point-box .pb-listbox ul li:last-of-type{
	margin-bottom: 0;
}

.point-box .pb-listbox ul li:before{
	content: "";
	
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/icon-check.png) no-repeat center;
	background-size: contain;
	margin-right: 10px;
	vertical-align: middle;
}

.point-box .textbox{
	line-height: 170%;
}

/**/
.reason-box{}

.reason-box .rb-floatbox{
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
	margin: 30px 0;
}

.reason-box .rb-floatbox:last-of-type{
	margin-bottom: 0;
}

.reason-box .rb-floatbox li{
	width: 700px;
}

.reason-box .rb-floatbox .rb-fb-img{
	float: right;
	padding-bottom: 50px;
}

.reason-box .rb-floatbox .rb-fb-img img{
	width: 100%;
}

.reason-box .fb-right .rb-fb-img{
	float: left;
}

.reason-box .rb-floatbox .rb-fb-text{
	position: absolute;
	bottom: 0;
}

.reason-box .fb-left .rb-fb-text{
	left: 0;
}

.reason-box .fb-right .rb-fb-text{
	right:0;
}


.reason-box .rb-floatbox .rb-fb-text dl{
	display: block;
	
	background: #FFFFFF;
	padding: 30px;
}

.reason-box .rb-floatbox .rb-fb-text dl dt{
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #1869c3;
}

.reason-box .rb-floatbox .rb-fb-text dl dd{
	line-height: 180%;
}

/**/
.difficulty-box{
	margin: 50px 0;
}

.difficulty-box dl{
	margin-bottom: 30px;
	background: #FFFFFF;
	display: table;
	width: 100%;
	padding: 30px;
}

.difficulty-box dl:last-of-type{
	margin-btotom: 0;
}

.difficulty-box dl dt{
	display: table-cell;
	width: 40%;
	padding-right: 20px;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 170%;
	
}

.difficulty-box dl dt img{
	width: 100%;
	margin-top: 20px;
}

.difficulty-box dl dd{
	display: table-cell;
	width: 60%;
	line-height: 170%;
	vertical-align: middle;
}

.difficulty-box dl dd ul{
	display: block;
	margin-bottom: 20px;
}

.difficulty-box dl dd ul li{
	font-weight: bolder;
	color: #1869c3;
	margin-bottom: 10px;
}

.difficulty-box dl dd ul li span{
	border-bottom: 4px solid #EEF5FC;
}

/**/
.sd-buttonbox{
	display: block;
	overflow: hidden;
	margin:20px 0;
}

.sd-buttonbox .sd-repair-desc{
    display: block;
    width: 100%;
	font-size:26px;
	font-weight:600;
	line-height: 100%;
}

.sd-buttonbox .sd-bb-contact{
	float: left;
	width:49%;
	height:70px;
}

.sd-buttonbox .sd-bb-webcontact{
	float: right;
	width:49%;
	height:70px;
}

.sd-buttonbox a{
	display: flex;
	align-items: center;
	height:62px;
	width: 100%;
	border-radius:4px;
	color:#FFFFFF;
	font-family:'Noto sans japanese', sans-serif;
	
	position:relative;
}

.sd-buttonbox a:hover{
	opacity: .7;
}

.sd-buttonbox .sd-bb-contact a{
	padding:3px 63px 5px 15px;
	background:#1869c3;
	box-shadow: 0 7px 0 #12438C;
}

.sd-buttonbox .sd-bb-webcontact a{
	padding:5px 63px 5px 15px;
	background:#00a372;
	box-shadow: 0 7px 0 #007a55;
}


.sd-buttonbox a span.sd-bb-icon{
	position:absolute;
	right:10px;
	top:8px;
	display: block;
	width:45px;
	height:45px;
	padding:10px;
	background:#FFFFFF;
	border-radius:50%;
}

.sd-buttonbox a span.sd-bb-icon img{
	width:100%;
}

/*サブページ
-----------------------------------------------------------------------------------------------------------------*/
.sub-innerbox{
	margin: 50px 0;
}

/*faq*/
.sub-faq{}

.sub-faq dl{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
}

.sub-faq dl:last-of-type{
	margin-bottom: 0;
}

.sub-faq dl dt{
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #1869c3;
	margin-bottom: 10px;
	position: relative;
}

.sub-faq dl dt:before{
	content: "";
	
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("../img/icon-faq-b.png") no-repeat center;
	background-size: contain;
	margin-right: 10px;
	vertical-align: middle;
}

.sub-faq dl dd{
	line-height: 170%;
}

/*flow*/
.sub-flow{}

.sub-flow dl{
	margin-bottom: 30px;
	padding: 20px;
	background: #EFEFEF;
	position: relative;
}

.sub-flow dl:after{
	content: "";
	position: absolute;
	left: 60px;
	bottom: -30px;
	
	display: inline-block;
	width: 10px;
	height: 30px;
}

.sub-flow dl dt{
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	padding-left: 100px;
	margin-bottom: 10px;
}

.sub-flow dl dt span{
	position: absolute;
	left: 0;
	top: 0;
	
	display: inline-block;
    width: 70px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
}

.sub-flow dl dd{
	line-height: 170%;
	padding-left: 100px;
}


.sub-flow dl dd p{
	margin-top: 10px;
}

.sub-flow dl:first-of-type dt span{
	background: url("../img/flow-icon01.png") no-repeat center;
	background-size: contain;
}
.sub-flow dl:first-of-type:after{
	background: #28b2d6;
}

.sub-flow dl:nth-of-type(2) dt span{
	background: url("../img/flow-icon02.png") no-repeat center;
	background-size: contain;
}
.sub-flow dl:nth-of-type(2):after{
	background: #1895bd;
}

.sub-flow dl:nth-of-type(3) dt span{
	background: url("../img/flow-icon03.png") no-repeat center;
	background-size: contain;
}
.sub-flow dl:nth-of-type(3):after{
	background: #117ebc;
}

.sub-flow dl:nth-of-type(4) dt span{
	background: url("../img/flow-icon04.png") no-repeat center;
	background-size: contain;
}
.sub-flow dl:nth-of-type(4):after{
	background: #1669b4;
}

.sub-flow dl:last-of-type dt span{
	background: url("../img/flow-icon05.png") no-repeat center;
	background-size: contain;
}

/*results*/
.sub-results{}

.sub-results .sub-innerbox .content{
	background: #EFEFEF;
	padding: 30px;
}

.sub-results .result-st{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 24px;
	font-weight: 500;
}

.sub-results .result-st p{
	margin-bottom: 10px;
	color: #1869c3;
	font-weight: 700;
}

.sub-results ul.img-list{
	display: block;
	overflow: hidden;
}

.sub-results ul.img-list li{
	float: left;
	width: calc( 50% - 10px );
	padding-top: 25%;
	position: relative;
	overflow: hidden;
}

.sub-results ul.img-list li:nth-of-type(2n){
	float: right;
}

.sub-results ul.img-list li img{
	position: absolute;
	left: 50%;
	top: 50%;
	
	-webkit-transform: translate( -50%, -50%);
	transform: translate( -50%, -50%);
	
	width: 100%;
	max-width: 100%;
}

.sub-results .result-desc{
	margin: 20px 0;
}

.sub-results .result-desc dl{
	display: table;
	width: 100%;
	padding: 20px;
	background: #FFFFFF;
	position: relative;
}

.sub-results .result-desc dl.rd-type:after{
	content: "";
	
	position: absolute;
	left: 50%;
	bottom: -40px;
	z-index: 99;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 100px 0 100px;
	border-color: #ffffff transparent transparent transparent;
}

.sub-results .result-desc dl.rd-repair{
	padding-top: 60px;
	background: #1869c3;
	color: #FFFFFF;
}

.sub-results .result-desc dl dt{
	display: table-cell;
	width: 200px; 
	vertical-align: middle;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 24px;
	font-weight: 500;
	position: relative;
}

.sub-results .result-desc dl dt span{	
	display: block;
	text-align: center;
	width: 180px;
	height: 180px;
	line-height: 180px;
	position: relative;
}

.sub-results .result-desc dl.rd-type dt span{
	background: #1869c3;
	color: #FFFFFF;
}

.sub-results .result-desc dl.rd-repair dt span{
	background: #FFFFFF;
	color: #1869c3;
}

.sub-results .result-desc dl dt span:after{
	content: "";
	position: absolute;
	left: -15px;
	bottom: -15px;
	
	display: inline-block;
	width: 80px;
	height: 80px;
}

.sub-results .result-desc dl.rd-type dt span:after{
	background: url("../img/icon-drop.png") no-repeat center;
	background-size: contain;
}
.sub-results .result-desc dl.rd-repair dt span:after{
	background: url("../img/icon-tools.png") no-repeat center;
	background-size: contain;
}


.sub-results .result-desc dl dd{
	line-height: 180%;
}

.sub-results .customer-voice{
	display: table;
	wdith: 100%;
	overflow: hidden;
	padding: 20px;
	color: #1869c3;
	background: #FFFFFF;	
}

.sub-results .customer-voice dt{
	display: table-cell;
	width: 200px; 
	vertical-align: middle;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.sub-results .customer-voice dt span{
	display: block;
}

.sub-results .customer-voice dt img{
	width: 80px;
}

.sub-results .customer-voice dd{
	line-height: 180%;
}

/**/
.shop-history{
	margin:50px 0;
}

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

.shop-history ul:first-of-type{
	border-top:1px solid #999999;
}

.shop-history ul li{
	display: table-cell;
	vertical-align: top;
}

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

.shop-history 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%;
}

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

.shop-history ul li:last-of-type dl{
	margin:10px 0;
	display: table;
	width:100%;
	overflow: hidden;
}

.shop-history ul li:last-of-type dl dt{
	display: table-cell;
    width: 400px;
    vertical-align: top;
    font-weight: bold;
}

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

.shop-history ul li:last-of-type dl dd{
	display: table-cell;
    width: auto;
    line-height: 170%;
    vertical-align: top;
	text-align: right;
}

.shop-history ul li:last-of-type .shop-h-text{
	margin-top:10px;
	display: block;
	line-height: 170%;
}

.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 );
	border: 1px solid #1869c3 !important;
	
	text-align: center;
	position: relative;
}

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


.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/icon-right-blue.png) no-repeat 60% center;
	background-size: 50%;
    background-color: #FFFFFF;
}




/*shops*/
.sub-shops{}

.sub-shops .blue-btn{
	display: inline-block;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    background: #1869c3;
	padding: 10px;
	width: 200px;
    border-radius: 5px;
    text-align: center;
	box-shadow: 1px 1px #155DAE;
}

.sub-shops .blue-btn:before{
	content: ">";
	
	display: inline-block;
    width: 12px;
    height: 12px;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    border-radius: 50%;
	background: #FFFFFF;
	color: #1869c3;
	vertical-align: middle;
	margin-right: 10px;
}

.sub-shops .gray-btn{
	display: inline-block;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 700;
    background: #CCCCCC;
	padding: 10px;
	width: 200px;
    border-radius: 5px;
    text-align: center;
	box-shadow: 1px 1px #AAAAAA;
}

.sub-shops .gray-btn:before{
	content: ">";
	
	display: inline-block;
    width: 12px;
    height: 12px;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    border-radius: 50%;
	background: #1869c3;
	color: #FFFFFF;
	vertical-align: middle;
	margin-right: 10px;
}

.sub-shops .content{
	display: block;
	overflow: hidden;
}

.sub-shops .shoplist-box{
	float: left;
	width: 49%;
	margin-bottom: 30px;
}

.sub-shops .shoplist-box:nth-of-type(2n){
	float: right;
}

.sub-shops .shoplist-box p{
	padding: 10px 0;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 500;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.sub-shops .shoplist-box .imgbox{
	display: block;
	overflow: hidden;
	width: 100%;
	padding-top: 60%;
	position: relative;
	margin: 10px 0;
}

.sub-shops .shoplist-box .imgbox img{
	position: absolute;
	left: 50%;
	top: 50%;
	
	-webkit-transform: translate( -50%, -50%);
	transform: translate( -50%, -50%);
	
	width: 100%;
	max-width: 100%;
}

.sub-shops .shoplist-box .slb-info{}

.sub-shops .shoplist-box .slb-info li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 170%;
	position: relative;
}

.sub-shops .shoplist-box .slb-info li:first-of-type{
	padding-right: 100px;
}

.sub-shops .shoplist-box .slb-info li:last-of-type{
	text-align: center;
	border-bottom: 0;
}

.sub-shops .shoplist-box .slb-info li:last-of-type a{
	margin: 0 10px;
}

.sub-shops .shoplist-box .slb-info li .gmaplink{
	position: absolute;
	right: 10px;
	top: 50%;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sub-shops .shoplist-box .slb-info li .gmaplink a{
	width: inherit !important;
}

.sub-shops .shoplist-box .slb-info li a[href^="tel:"]{
	pointer-events: none;
}

.sub-shops .shoplist-box .slb-info li .tel-num{
	display: block;
	font-size: 18px;
	color: #FF0000;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 500;
}

/*price*/
.sub-price{}

.sub-price .sub-innerbox .content{
	display: block;
	overflow: hidden;
	background: #EFEFEF;
	padding: 20px;
	padding-top: 40px;
}

.sub-price .sub-innerbox p{
	display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin: auto;
    padding: 10px 0;
    width: 250px;
    border-radius: 25px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
	background: #222222;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 500;
}

.sub-price .sub-innerbox ul{}

.sub-price .sub-innerbox ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:  3px dashed #CCCCCC;
}

.sub-price .sub-innerbox ul li:last-of-type{
	border-bottom: none;
}

.sub-price .price-box-left{
	float: left;
	width: 48%;
	background: #FFFFFF;
	border: 3px solid #999999;
	padding: 40px 30px 10px;
	position: relative;
}

.sub-price .price-box-right{
	float: right;
	width: 48%;
	background: #FFFFFF;
	border: 3px solid #1869c3;
	padding: 40px 30px 10px;
	position: relative;
}

.sub-price .price-box-right .red{
	display: block;
	text-align: center;
	font-size: 16px;
	margin: 8px 0;
	color: #FF0004;
}

.sub-price .price-box-right p{
	background: #1869c3;
}

.sub-price .price-box-right ul li{
	border-color: #2B83E4;
}

/*最新ブログ表示(2020.5.4追加)*/
/*price*/
.sub-blog{}

.sub-blog .sub-innerbox .content{
	display: block;
	overflow: hidden;
	background: #EFEFEF;
	padding: 20px;
	padding-top: 40px;
}


.sub-blog .blog-list{
	margin:50px 0;
	display: block;
	overflow: hidden;
}

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


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

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

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

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

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

.sub-blog .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%;
}

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

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

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

.sub-blog .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;
}

.sub-blog .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;
}


/*.result*/

.result {}
.result-inner {}
.result-inner ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    margin-bottom: 1em;
}
.result-inner .card {
    border-radius: unset;
    background: #efefef;
    box-shadow: none;
    margin: 0;
    height: 100%;
}
.result-inner .card::after {
	content: none;
}
.result-inner li:first-child .t-bold {
    color: #ff73a0;
}
.result-inner li:nth-child(2) .t-bold {
    color: #3c93e9;
}
.result-inner li:nth-child(3) .t-bold {
    color: #ff9942;
}
.result-inner li:nth-child(4) .t-bold {
    color: #369b7a;
}
.result-inner li:nth-child(5) .t-bold {
    color: #505a9f;
}
.result-inner li:last-child .t-bold {
    color: #b76adf;
}
.result-inner .card-title {
    text-align: center;
}
.result-inner .card-title p {}
.result-inner .t-bold {
    font-weight: bolder;
    font-size: 1.8em;
    margin: 0.2em 0;
    display: inline-block;
}
.result-inner .card-body {}
.result-inner .card-body figure {
    width: 100%;
    margin: 1em 0;
}
.result-inner .card-body figure img {
    width: 100%;
    aspect-ratio: 20/9;
    object-fit: cover;
}
.result-inner li:nth-child(3) .card-body figure img {
    object-position: bottom;
}
.result-inner .card-body .text-box {}


/*.result*/

.repairable {}
.repairable-inner {}
.repairable-inner ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
}
.repairable-inner .card {
    border-radius: unset;
    box-shadow: none;
    margin: 0;
    height: 100%;
}
.repairable-inner .card::after {
	content: none;
}
.repairable-inner li {}
.repairable-inner .card > a {
	display: block;
}
.repairable-inner li:last-child .card a {
    display: flex;
    padding: 3em 2em;
    height: 100%;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    background: #efefef;
}
.repairable-inner li:last-child .card a span {
    font-weight: bolder;
    font-size: 1.4em;
    color: #15438d;
}
.repairable-inner .card > a img {
	width: 100%;
}
.repairable-inner dl {}
.repairable-inner dt {
    font-weight: bold;
    color: #1869c3;
    font-size: 1.2em;
    margin: 0.2em 0;
}
.repairable-inner dd {}
.repairable-inner table {
	width: 100%;
}
.repairable-inner tbody {}
.repairable-inner tr {}
.repairable-inner th {
    vertical-align: top;
    padding: 0.4em 0;
    width: 30%;
    font-weight: bold;
}
.repairable-inner td {}
.repairable-inner td a {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
}
.repairable-inner {}


