@charset "UTF-8";

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

dl

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

.wrap-common {
    font-size: 15px;
}

.wrap-common section {
    margin-bottom: 80px;
    overflow: hidden;
}

.wrap-common section h3 {
    color: #394e68;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
}

.wrap-common dl {
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
    text-align: left;
    padding: 25px 0;
    line-height: 1.3;
}

.wrap-common dl dt {
    font-size: 22px;
    font-weight: bold;
    float: left;
    width: 28%;
}

.wrap-common dl dd {
    float: right;
    width: 70%;
}

.wrap-common dl dd p {
    font-size: 15px;
    color: #394e68;
    margin-bottom: 10px;
}

.wrap-common dl dd a.web {
    display: block;
    float: left;
    margin-right: 20px;
    font-size: 15px;
    color: #2f6de5;
    text-decoration: underline;
    line-height: 2;
}

.wrap-common dl dd a.web:hover {
    text-decoration: none;
}

.wrap-common dl dd a.tel {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
}

.wrap-common dl dd a.tel[href^="tel:"] {
    pointer-events: none;
}

.wrap-common dl dd span {
    clear: both;
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
}

/*==== mobile スマフォ横〜用css ===*/

@media screen and (max-width: 896px) {

    .wrap-common section h3 {
        margin-bottom: 0px;
    }

    .wrap-common dl dt {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .wrap-common dl dd {
        float: none;
        width: 100%;
    }

    .wrap-common dl dd a.tel[href^="tel:"] {
        pointer-events: auto;
    }
}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {
    .wrap-common dl dt {
        font-size: 19px;
    }

}

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

.contents Css

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

.contents {
    padding-top: 70px;
}

.contact {
    margin-top: 100px;
}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {
    .contents {
        padding-top: 50px;
    }

}
