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

repairCss

*******************************/

.page .mainimg {
    padding: 20px 0;
}

.page .mainimg h2 .inner {
    color: #2f2f2f;
}

.page .mainimg h2 .inner img {
    display: inline-block;
    margin-bottom: 20px;
}

/*-----------------------------
dl.area
-----------------------------*/
dl.area {
    margin-bottom: 100px;
}

dl.area dt {
    max-width: 560px;
    background: #313131;
    color: #fff;
    text-align: center;
    font-size: 110%;
    padding: 10px;
    border-radius: 30px;
    margin: 0 auto 30px;
}

dl.area dd {
    line-height: 1.8;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    dl.area {
        margin-bottom: 50px;
    }
    dl.area dd {
        text-align: left;
    }
}

/*-----------------------------
section
-----------------------------*/
section {
    margin-bottom: 100px;
}

section h3 {
    font-size: 165%;
    letter-spacing: .05em;
    margin-bottom: 50px;
    font-weight: bold;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    section {
        margin-bottom: 50px;
    }

    section h3 {
        margin-bottom: 30px;
    }
}

/*-----------------------------
リペアメニュー
-----------------------------*/
.sec01 .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec01 .left-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.sec01 figure {
    margin: 0;
    width: 45%;
}

.sec01 .txt-wrap {
    width: 50%;
}

.sec01 ul {
    text-align: left;
    list-style-type: disc;
    padding-left: 1.5em;
    line-height: 1.5;
}

.sec01 li {
    margin-bottom: 30px;
}

.sec01 li span {
    display: block;
    font-weight: bold;
    font-size: 110%;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    .sec01 .txt-wrap {
        width: 100%;
        margin-bottom: 50px;
    }
    .sec01 figure {
        margin: 0;
        width: 100%;
    }
    .sec01 li span {
        display: inline-block;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .sec01 .txt-wrap {
        margin-bottom: 30px;
    }

    .sec01 li {
        margin-bottom: 15px;
    }

    .sec01 li span {
        display: block;
    }
}

/*-----------------------------
修理の流れ
-----------------------------*/
.sec02 ol {
    max-width: 770px;
    margin: 0 auto;
    border-left: 1px solid #000;
}

.sec02 ol li {
    margin-left: -12px;
}

.sec02 ol li:not(:last-child) {
    margin-bottom: 50px;
}

.sec02 ol li:last-child {
    background: #fff;
}

.sec02 ol dl {
    display: table;
    line-height: 1.5;
    text-align: left;
    width: 100%;
}

.sec02 ol dt {
    display: table-cell;
    font-size: 120%;
    font-weight: bold;
    width: 155px;
}

.sec02 ol dt span {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    background: #484848;
    line-height: 1;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
}

.sec02 ol dd {
    display: table-cell;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .sec02 ol li {
        margin-left: -10px;
    }
    .sec02 ol li:not(:last-child) {
        margin-bottom: 20px;
    }
    .sec02 ol dt span {
    width: 22px;
    height: 22px;
    line-height: 22px;
}
}

/*-----------------------------
フォーム
-----------------------------*/
.form-wrap {
    margin: 40px 0 80px;
    -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
    padding: 70px 8%;
}

.form-wrap p.req {
    text-align: left;
    margin-bottom: 50px;
}

.form-wrap p.req span {
    display: inline-block;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 0;
    border-color: #d90001 transparent transparent transparent;
    margin-left: 5px;
}

form > dl {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 40px;
}

form > dl > dt {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 10px;
}

form > dl > dd.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

dl.radio > dd {
    background: #eeeeee;
    padding: 2em;
    position: relative;
}

dl.radio > dd:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #d90001 transparent transparent transparent;
}

dl.radio dl {
    margin-top: 40px;
}

dl.radio dt {
    margin-bottom: 10px;
}

dl.file > dd {
    background: #eeeeee;
    padding: 2em;
    position: relative;
}

dl.file dl {
    display: table;
    margin-bottom: 50px;
}

dl.file dl dt,
dl.file dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}

dl.file dl dd p {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 5px 25px;
    border: 1px solid #bfbfbf;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px -8px 18px -9px rgba(0, 0, 0, 0.6) inset;
    box-shadow: 0px -8px 18px -9px rgba(0, 0, 0, 0.6) inset;
}

dl.file span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

form > dl.w50 p {
    width: 49%;
}

.form-wrap p.add1 {
    width: 30%;
}

.form-wrap p.add2 {
    width: 68%;
}

form > dl dd p.req {
    position: relative;
}

form > dl dd p.req:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #d90001 transparent transparent transparent;
}

.form-wrap p.privacy {
    font-size: 110%;
    margin-bottom: 50px;
    text-align: center;
}

.form-wrap p.privacy a {
    display: block;
    text-decoration: underline;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .form-wrap {
        margin: 30px 0 50px;
        padding: 30px 5%;
    }

    .form-wrap p.req {
        margin-bottom: 30px;
    }

    form > dl {
        margin-bottom: 20px;
    }

    form > dl.w50 p {
        width: 100%;
        margin-bottom: 10px;
    }

    dl.file dl {
        display: block;
        margin-bottom: 30px;
    }
    dl.file dl dt,
    dl.file dl dd {
        display: block;
        padding: 0 0 5px 0;
    }

    .form-wrap p.add1 {
        width: 100%;
        margin-bottom: 10px;
    }
    .form-wrap p.add2 {
        width: 100%;
    }
}

/*-----------------------------
input
-----------------------------*/
/*テキストエリア*/
input[type="text"],
input[type="email"],
input[type="tel"] {
    color: #333;
    width: 100%;
    font-size: 100%;
    padding: 1em;
    border: none;
    border-radius: 0;
    background: #eeeeee;
}

.radio input[type="text"],
.radio textarea {
    color: #333;
    font-size: 100%;
    width: 100%;
    padding: 1em;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    background: #fff;
}

/*ラジオボタン*/
.radio label {
    margin-right: 20px;
    font-size: 110%;
}

/*ファイル*/
/* .file input[type="file"] {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    cursor: pointer;
} */

/*送信ボタン*/
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 130%!important;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    border: none;
    background: #1b8cdb;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    /*ラジオボタン*/
    .radio label {
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

/*-----------------------------
お電話でのお問い合わせ
-----------------------------*/
.tel-contact {
    max-width: 988px;
    margin: 0 auto 100px;
}

.tel-contact dt {
    font-size: 155%;
    font-weight: bold;
    letter-spacing: .2em;
    margin-bottom: 20px;
}

.tel-contact dt img {
    display: inline-block;
    margin-bottom: 10px;
}

.tel-contact dt:after {
    display: block;
    content: '';
    background: #000;
    height: 1px;
    width: 120px;
    margin: 10px auto 0;
}

.tel-contact p.tel {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
}

.tel-contact p.tel span {
    font-size: 150%;
}

.tel-contact p.txt {
    text-align: center;
}
/*戻るボタン*/
input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 130%!important;
    display: block;
    color: #333;
    text-decoration: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    border: none;
    background: #eeeeee;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
    margin-bottom: 20px;
}

.text-danger{
    color: #f00;
    font-weight: normal;
}