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

.check_list{ list-style: none; padding-left: 1.5em;}
.check_list li{ position: relative; line-height: 2.5em;}
.check_list li span{ padding-bottom: 5px; border-bottom: 1px solid #4bbed0;}
.check_list li::after{ display: block; content: ""; position: absolute; border-left: 2px solid #4bbed0; border-bottom: 2px solid #4bbed0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}

.check_man{ background-image: url("../images/mokuhyou_mitatsu_man.png"); background-repeat: no-repeat;}
@media (min-width: 768px) {
.service_link_box>div{ margin-top: 15px;}
.check_list{ font-size: 20px;}
.check_list li{ margin-bottom: 10px;}
.check_list li::after{ width: 20px; height: 10px; left: -1.5em; top: 1em;}
.strong_02{ font-size: 16px;}

.check_man{ background-position: right center; background-size: auto 100%;}
}
@media (max-width: 767.98px) {
.check_list{ font-size: 14px;}
.check_list li{ margin-bottom: 10px;}
.check_list li::after{ width: 14px; height: 7px; left: -1.5em; top: 1em;}
.strong_02{ font-size: 14px;}

.check_man{ background-position: center bottom; background-size: 50% auto; padding-bottom: 54%;}
}





.answer_list{ display: flex; justify-content: space-between; list-style: none; padding: 0; flex-direction: column; margin: 0;}
.answer_list>li{ display: flex; background-color: #dbf2f6; flex-direction: row-reverse;align-items: center; width: 100%;}
.answer_list>li:last-child{ margin-bottom: 0;}
.answer_list>li>div{ }
.answer_list>li>div:first-child{}
.answer_list>li>div:last-child{ text-align: center;}
.answer_list>li>div>p{ margin: 0; font-weight: bold;}
@media (min-width: 768px) {
.answer_list{ margin-bottom: 10px;}
.answer_list>li{ height: 100px; margin-bottom: 20px; border-radius: 10px;}
.answer_list>li>div:first-child{ width: 560px;}
.answer_list>li>div:last-child{ width: 140px;}
.answer_list>li>div>img{ max-width: 80px; max-height: 80px; width: auto; height: auto;}
.answer_list>li>div>p{ font-size: 20px;}
}
@media (max-width: 767.98px) {
.answer_list{ margin-bottom: 10px;}
.answer_list>li{ min-height: 80px; margin-bottom: 10px; border-radius: 10px;}
.answer_list>li>div:first-child{ width: calc(100% - 100px);}
.answer_list>li>div:last-child{ width: 100px;}
.answer_list>li>div>img{ max-width: 60px; max-height: 60px; width: auto; height: auto;}
.answer_list>li>div>p{ font-size: 14px; padding: 10px 10px 10px 0; }

}





.gaiyou{ background-color: #f2f2f2;}
.gaiyou h5{ margin: 0; line-height: 1.8;}
.gaiyou p.description{}
.gaiyou p.prices{}
@media (min-width: 768px) {
.gaiyou{ padding: 13px;}
.gaiyou p.description{ margin: 10px 0 0;}
.gaiyou>div:first-child{ display: table; width: 100%; border-bottom: 1px solid #434343;}
.gaiyou>div:first-child>h5,
.gaiyou>div:first-child>p{ display: table-cell; width: 50%; margin: 0; font-size: 20px; font-weight: bold;}
.gaiyou>div:first-child>p{ text-align: right;}
.text_desc{ padding: 0 13px; margin-bottom: 30px;}

}
@media (max-width: 767.98px) {
.gaiyou{ padding: 11.5px;}
.gaiyou p.description{ margin: 10px 0 0; font-size: 10px;}
.gaiyou>div:first-child{ display: table; width: 100%; border-bottom: 1px solid #434343;}
.gaiyou>div:first-child>h5,
.gaiyou>div:first-child>p{ display: table-cell; margin: 0; font-size: 12px; font-weight: bold;}
.gaiyou>div:first-child>h5{ font-size: 14px; width: 46%;}
.gaiyou>div:first-child>p{ text-align: right; width: 54%;}
.gaiyou>div:first-child>h5 small,
.gaiyou>div:first-child>p small{ font-size: 8px;}
.text_desc{ padding: 0 11.5px; margin-bottom: 30px;}

}



.contact_mente{}
.contact_mente>div{ border: #d2d2d2 solid 1px;}
.tel_contact{}
.tel_contact a{ color: #333333;  line-height: 30px; font-size: 20px; font-weight: bold;}
.tel_contact a span{ display: inline-block; height: 20px; width: 30px; background: white url("../../../common/images/freedial.svg") no-repeat center center; line-height: 20px; margin-right: 5px; background-size: 30px 20px;}
.mentenance_contact p span a{ display: block; margin: 0 auto; color: black; font-weight: bold; border-radius: 10px;}

@media (min-width: 768px) {
.contact_mente{ display: flex; justify-content: space-between; margin-top: 20px; text-align: center;}
.contact_mente>div{ width: 340px; font-weight: bold; display: block;}
.tel_contact p{ margin: 0;}
.tel_contact{ padding: 10px 0;}
.mentenance_contact{}
.mentenance_contact p{ display: table; width: 100%; table-layout: fixed; height: 100%; margin: 0;}
.mentenance_contact p span{ display: table-cell; vertical-align: middle; height: 100%;}
.mentenance_contact p span a{ padding: 26px 0; width: calc(100% - 20px); text-decoration: none; transition: .2s; font-size: 18px;}
.mentenance_contact p span a:hover{ opacity: 0.7;}
}
@media (max-width: 767.98px) {
.tel_contact{ padding: 5px 0; text-align: center; margin: 20px 0;}
.tel_contact p{ margin: 0;}

.mentenance_contact{}
.mentenance_contact p{ margin: 0;}
.mentenance_contact p span{ display: table; width: 100%; table-layout: fixed; margin: 0; padding: 10px;}
.mentenance_contact p span a{ display: table-cell; vertical-align: middle; text-align: center; height: 60px; text-decoration: none; font-weight: normal; font-size: 16px;}


}



.main_img_box{ position: relative; border: 1px solid #aaa;}
.main_img_box>img{ width: 70%; height: auto;}
.main_img_box>div{ position: absolute; right: calc(30% - 1px); top: 0; width: 70%; height: 100%;
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}




.engineer_box::after{ content:""; display: table; clear: both;}
@media (min-width: 768px) {
.engineer_box{}
.engineer_box>img{ float: right; width: 220px; margin-left: 20px;}
}
@media (max-width: 767.98px) {
.engineer_box>img{ float: right; max-width: 49%; margin-left: 2%;}
}



.mark_list{ list-style: none; padding: 0;}
.mark_list p{ text-align: center;}
@media (min-width: 768px) {
.mark_list{ display: flex; justify-content: space-between;}
.mark_list>li{ width:calc(50% - 15px);}
}
@media (max-width: 767.98px) {
.mark_list{}
}



.maintenance_list1{ display: flex; flex-wrap: wrap; padding: 0; list-style: none;}
.maintenance_list1>li p{ margin: 0.2em 0 0;}
@media (min-width: 768px) {
.maintenance_list1{ margin: 0.5em -15px 0;}
.maintenance_list1>li{ margin: 0 15px 30px; width: calc(33.33% - 30px);}

}
@media (max-width: 767.98px) {
.maintenance_list1{ margin: 0.5em -5px 0;}
.maintenance_list1>li{ margin: 0 5px 20px; width: calc(50% - 10px);}

}

@media (min-width: 768px) {}
@media (max-width: 767.98px) {}


@media (min-width: 576px) and (max-width: 767.98px) {}
@media (max-width: 575.98px) {}







