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

/*共通
------------------------------------------------------------------------------------*/
#main{
	margin-top: 52px !important;
}

.content{
	padding: 12px;
}

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

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

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

.sub-st{
	width: 95%;
	margin: 30px auto 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #1869c3;
	text-align: center;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	font-size: 6.5vw;
	color: #1869c3;
}

.sub-textbox{
	width: 95%;
	margin: 10px auto;
	line-height: 150%;
}

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

.sub-mainimg p{
	position: absolute;
	top: 45%;
	left: 10px; right: 10px;
	
	-webkit-transform: translateY( -50% );
	transform: translateY( -50% );
	
	font-family: 'Noto sans japanese', sans-serif;
    font-size: 7vw;
    font-weight: 700;
    border-bottom: 1px solid #1869C3;
    padding-bottom: 10px;
	color: #ffffff;
	line-height: 130%;
	text-align: center;
	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: 75% !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: 20px 0;
	background: #EFEFEF;
}

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

/**/
.submenu-list{
}

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

.submenu-list ul{
	display: block;
	overflow: hidden;
}

.submenu-list ul li{
	float: right;
	width: 50%;
	border-top: 1px solid #EFEFEF;
}

.submenu-list ul li:nth-of-type(2n){
	float: left;
	border-right: 1px solid #EFEFEF;
}

.submenu-list ul li:first-of-type{
	width: 100%;
	border-top: 0;
}

.submenu-list a:before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	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 .sm-l-price:before{
	background: url(../img/icon-price.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-flow:before{
	background: url(../img/icon-flow.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-example:before{
	background: url(../img/icon-example.png) no-repeat center;
	background-size: contain;
}


/**/
.banner-list{
	display: block;
}

.banner-list li{
	margin: 10px 0;
}

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

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

.point-box .pb-listbox{
	display: block;
	background: #FFFFFF;
	box-shadow: 3px 3px 10px 3px #CCCCCC;
	padding: 10px;
	margin: 20px 0;
}

.point-box .pb-listbox ul li{
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}

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

.point-box .pb-listbox ul li:before{
	content: "";
	
	position: absolute;
	left: 0;
	top: 2px;
	
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/icon-check.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
}

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

/**/
.reason-box{}

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

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

.reason-box .rb-floatbox:first-of-type{
	background: url(../img/reason-img01.png) no-repeat center top;
	background-size: contain;
}
.reason-box .rb-floatbox:nth-of-type(2){
	background: url(../img/reason-img02.png) no-repeat center top;
	background-size: contain;
}
.reason-box .rb-floatbox:last-of-type{
	background: url(../img/reason-img03.png) no-repeat center top;
	background-size: contain;
}

.reason-box .rb-floatbox li{
	display: block;
	overflow: hidden;
}

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

.reason-box .rb-floatbox .rb-fb-img img{
	display: none;
}

.reason-box .rb-floatbox .rb-fb-text{
	width: 95%;
	margin: 0 auto;
}

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

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

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

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

.difficulty-box dl{
	margin-bottom: 20px;
	background: #FFFFFF;
	padding: 10px;
}

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

.difficulty-box dl dt{
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 10px;
	
}

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

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

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

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

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

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

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

.sd-buttonbox .sd-bb-contact{
	display: block;
	overflow: hidden;
	height:55px;
	margin-bottom:5px;
}

.sd-buttonbox .sd-bb-webcontact{
	display: block;
	overflow: hidden;
	height:55px;
}

.sd-buttonbox a{
	display: flex;
	align-items: center;
	height:50px;
	width: 100%;
	border-radius:4px;
	color:#FFFFFF;
	font-family:'Noto sans japanese', sans-serif;
	
	position:relative;
}
.sd-buttonbox .sd-bb-contact a{
	padding:3px 50px 5px 10px;
	background:#1869c3;
	box-shadow: 0 5px 0 #12438C;
}

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


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

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

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

/*faq*/
.sub-faq{}

.sub-faq dl{
	margin-bottom: 20px;
	padding-bottom: 20px;
	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: 18px;
	font-weight: 500;
	color: #1869c3;
	margin-bottom: 5px;
	padding-left: 30px;
	position: relative;
}

.sub-faq dl dt:before{
	content: "";
	
	position: absolute;
	left: 0;
	top: 2px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/icon-faq-b.png") no-repeat center;
	background-size: contain;
	vertical-align: middle;
}

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


/*flow*/
.sub-flow{}

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

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

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

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

.sub-flow dl dd{
	line-height: 150%;
}

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

.sub-flow dl dd p img{
	max-width: 100%;
}

.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: 10px;
}

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

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

.sub-results ul.img-list{}

.sub-results ul.img-list li{
	width: 100%;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}

.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: 15px 0;
}

.sub-results .result-desc dl{
	display: block;
	padding: 10px;
	background: #FFFFFF;
	position: relative;
}

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

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

.sub-results .result-desc dl dt{
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
}

.sub-results .result-desc dl dt span{	
	display: inline-block;
	padding: 10px;
}

.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 dd{
	line-height: 150%;
}

.sub-results .customer-voice{
	display: block;
	wdith: 100%;
	padding: 20px 10px 10px;
	color: #1869c3;
	background: #FFFFFF;
	margin-top: 30px;
}

.sub-results .customer-voice dt{
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}

.sub-results .customer-voice dt img{
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	
	width: 40px;
}

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


.shop-history{
	margin:30px 0;
}

.shop-history ul{
	display: block;
	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{}

.shop-history ul li.sh-img{
	width:300px;
	height:120px;
	margin:0 auto;
	overflow: hidden;
	text-align: center;
}

.shop-history ul li.sh-img a{
	display: inline-block;
	width:49%;
	height:120px;
	vertical-align: middle;
	position: relative;
}

.shop-history ul li.sh-img a 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: 100%;
}

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

.shop-history ul li:last-of-type dl dt{
	padding-left: 15px;
    background: url( ../img/icon-right.png ) no-repeat left 3px;
    background-size: 10px;
    vertical-align: top;
    font-weight: bolder;
}

.shop-history ul li:last-of-type dl dd{
	padding-left: 15px;
    line-height: 150%;
    vertical-align: top;
}

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

.morebtn-gb{
	display: block;
	margin: 0 auto;
	width: calc( 100% - 20px );
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 500;
	font-size: 16px;
	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:after{
	content: "";
	
	position: absolute;
    right: 10px;
    top: 50%;
	-webkit-transform: translateY( -50% );
	transform: translateY( -50% );
	
    display: inline-block;
    width: 20px;
    height: 20px;
    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: 5px;
	width: 120px;
    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: 5px;
	width: 120px;
    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{
	margin-bottom: 20px;
}

.sub-shops .shoplist-box p{
	padding: 10px 0;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 18px;
	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: 150%;
	position: relative;
}

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

.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:nth-of-type(2) a{
	display: block;
}

.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: -18px;
    margin: auto;
    padding: 6px 0;
    width: 200px;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    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 .price-box-left{
	background: #FFFFFF;
	border: 3px solid #999999;
	padding: 30px 20px 5px;
	position: relative;
	margin-bottom: 40px;
}

.sub-price .price-box-right{
	background: #FFFFFF;
	border: 3px solid #1869c3;
	padding: 30px 20px 5px;
	position: relative;
}

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

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

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

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

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

.sub-blog .blog-listbox{
}

.sub-blog .blog-listbox ul{}

.sub-blog .blog-listbox ul li{
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom:10px;
	border-bottom: 1px solid #1869c3;
}

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

.sub-blog .blog-listbox ul li dl dt{
	display: table-cell;
	width:150px;
	vertical-align: middle;
}

.sub-blog .blog-listbox ul li dl dt a{
	display: block;
	width: 100%;
	min-height: 120px;
	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{
	display: table-cell;
	padding-left:5px;
	line-height: 150%;
	margin-top:10px;
	vertical-align: top;
}

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

.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%;
	padding:5px;
	padding-right: 25px;
	border:1px solid #1869c3;
	text-align: center;
	
	position: relative;
}

.sub-blog .blog-listbox ul li dl dd .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: 1fr;
    gap: 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 {
    display: flex;
    align-items: center;
    gap: 0.4em;
}
.result-inner .card-title p {
    display: inline-block;
}
.result-inner .t-bold {
    font-weight: bolder;
    font-size: 1.4em;
    margin: 0.2em 0;
    display: inline-block;
}
.result-inner .card-body {
	display: flex;
    gap: 1em;
    margin: 0.4em 0;
    align-items: unset;
}
.result-inner .card-body figure {
    width: 30%;
    margin: 0;
}
.result-inner .card-body figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.result-inner .card-body .textbox {
	width: 70%;
}


/*.result*/

.repairable {}
.repairable-inner {}
.repairable-inner ul {
    display: grid;
    grid-template-columns: 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;
    font-size: 1.2em;
    color: #1869c3;
    margin: 0.2em 0;
}
.repairable-inner dd {}
.repairable-inner table {
	width: 100%;
}
.repairable-inner tbody {}
.repairable-inner tr {}
.repairable-inner th {
    vertical-align: top;
    font-weight: bold;
    padding: 0.4em 0;
    width: 30%;
}
.repairable-inner td {}
.repairable-inner td a {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
}
.repairable-inner {}

/*fixed-footer*/

footer {
    background: #12438C;
    color: #FFFFFF;
    padding: 20px 5px;
}

#fixed-detailfooter ul li a img {
    width: 28px;
}/