@charset "utf-8";
.u-font-bold{font-weight: bold}
/* common */
.inspection88-contents{padding:0 3%}

.dot span {position: relative;}
.dot span::before {content: "・"; position: absolute;top: -1em; left: 0;color: #E8380D}
.inspection88-red{color: #E9380C}
.marker{background:linear-gradient(transparent 60%, #FFF833 60%);}

/* header */
.inspection88-header{background: #FFF833;}
@media screen and (max-width: 767px) {.inspection88-header{line-height: 1.6 !important}}

/* title */ 
.inspection88-title img{width: 70%}
@media screen and (max-width: 767px) {.inspection88-title-title img{width: 90%}}

/* button */
.link-red a{color: #E9380C;text-decoration: underline;}
.link-red a:hover{text-decoration: none;}
.inspection88-button span img, .icon-img img{width:1.2em;vertical-align: middle}
.inspection88-button-wrap a{color: #fff;margin: 0 auto}
.inspection88-button{width: 50%;background: #E9380C;border-radius: 15px;padding: 15px 0;display: block}
@media screen and (max-width: 767px) {
    .inspection88-button{width: 90%;}
}

/* fukidasi */
.balloon-title {
  position: relative;display: inline-block;margin: 1.5em 0;padding: 10px 60px;min-width: 120px;max-width: 100%;background: #FCF1E6;border-radius: 50vh;width: fit-content}
.balloon-title:before {
  content: "";position: absolute;top: 100%;left: 50%;margin-left: -15px;border: 15px solid transparent;border-top: 15px solid #FCF1E6;}
.balloon-title p {margin: 0;padding: 0;}

/* qa */
.qa-title{background: #FCF1E6}
.qa-txt{width: calc(100% - 40px)}
.indent-txt div{padding-left:1em;text-indent:-1em;}

/* line-up */
.tenken-lineup > div{width: calc((100% - 1px) / 2 );}
.tenken-dotted{background-image : linear-gradient(to top, #707070 5px, transparent 10px);background-size: 1px 10px;background-repeat: repeat-y; background-position: right top;}
.tenken-lineup-img img{width: 50%}
.tenken-time{width: 60%;background: #F39B87;padding:5px;border-radius: 50vh;color: #fff;margin:0 auto}
.tenken-price{padding: 2% 3%}
.tenken-price > div{border-bottom:1px dotted #ccc;padding: 1% 2%}
.tenken-price-title{padding: 2%;background: #DAE3F3}

/* fukidashi */
.balloon {
position: relative;display: inline-block;padding: 1em 20px;width: 100%;color: #555;background:#DAE3F3;border-radius: 10px}
.balloon:before {
content: "";position: absolute;top: 50%;top: 40%;left: -40px;margin-top: -16px;border: 15px solid transparent;border-right: 30px solid #DAE3F3;}
.balloon p {margin: 0;padding: 0;}
.tenken-cp-person{width:9%}
.balloon-box{width: 85%}
@media screen and (max-width: 767.499px) {
.tenken-cp-person{width: 25%;}
.balloon-box{width: 72%}
}

/* slick */
section.tenken_contents {position: relative;}
.slick-prev:before, .slick-next:before{opacity: 1 !important;}
@media screen and (min-width: 767.5px) {
    .tenken_contents .slider-area .slick-slide {margin: 0;min-height: auto;display: flex !important;}
    .tenken_contents .slick_count{text-align: left;width: auto !important;right: 22% !important;position: absolute;bottom: 6px;}
    .tenken_contents .slide-arrow.arrow-prev {right: 29% !important;left: auto !important;position: absolute;bottom: 30px;}
    .tenken_contents .slider-area .slide-arrow {width: 36px;height: 36px;bottom: 15px;}
    .tenken_contents .slider-area .slide-arrow.arrow-next {right: 18% !important;}
    .slick-prev {left: 65%;position: absolute;top: 85%;z-index: 100;}
    .slick-next {right: 16%;top: 85%;}
}

.tenken_contents .slider-area .slick_count{text-align: center;width: 100%;position: absolute;bottom: 15px;right: 0;}

@media screen and (max-width: 767.499px) {
.tenken_contents .slider-area .box > div:last-child {height: 200px;}
button.slick-next.slick-arrow {position: absolute;bottom: 20px;right: 33%;}    
button.slick-prev.slick-arrow {position: absolute;bottom: 20px;z-index: 100;left: 30%;}
.slick_count {position: absolute;bottom: 17px;right: 44%;}
}

/* table */
.table-series{width: 100%;box-sizing: content-box;border:1px solid #000;vertical-align: middle}
.table-series > div:not(:last-child){border-bottom: 1px solid #000}
.table-series-th{width: calc( 25% - 1px );font-size: 1.1em;border-right: 1px solid #000;display: flex;justify-content: center;align-items: center;background: #FCF1E6}
.table-series-td{width: 75%;}
.table-series-td2 div{width:calc( 100% / 2 );text-align: center;padding: 10px}
.table-series-td2 div img{width: 60%}
.table-series-td3 div{width:calc( 100% / 2 );text-align: left;padding: 10px}
.table-series-td3 {width: 100%;margin: 0 auto;}
.table-series-td3 div {padding-left: 10%;}
@media screen and (max-width: 767.499px) {
    .table-series-th{width: calc( 45% - 1px );text-align: center}
    .table-series-td{width: 55%}
    .table-series-td3 div{width:100%;padding:10px}
    .table-series-td2 div{width:calc( 100% / 2 );}
    .table-series-td2 div img{width: 90%}
    .table-series-td3 {width: 100%;}
}
