@charset "UTF-8";

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

dl

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

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

.wrap-common dl {
    overflow: hidden;
    text-align: left;
    margin-bottom: 50px;
}

.wrap-common dl dt {
    margin-bottom: 10px;
    font-weight: bold;
}

.wrap-common p {
    margin-bottom: 30px;
    text-align: left;
}

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

@media screen and (max-width: 480px) {
    .wrap-common dl {
        margin-bottom: 30px;
    }

}

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

.contents Css

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

.contents {
    padding-top: 70px;
}

.contact {
    margin-top: 100px;
}

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

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

}
