@charset "UTF-8";

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

News 詳細

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

.cms-detail {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.cms-detail .title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
}

.cms-detail .title time {
    display: block;
    color: #2378e5;
    font-size: 14px;
    margin: 8px 0;
    float: left;
    width: 15%;
}

.cms-detail .title h3 {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    float: left;
    width: 60%;
}

/***テキスト***/

.cms-detail .txt-box {
    text-align: left;
    font-size: 15px;
}

.cms-detail .txt-box p {
    margin-bottom: 50px;
}

.cms-detail .txt-box img {
    margin-bottom: 50px;
}

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

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

    .cms-detail .title time {
        width: 30%;
        text-align: left;
        margin: 0;
    }

    .cms-detail .title h3 {
        font-size: 18px;
        clear: both;
        float: none;
        width: 100%;
        padding-top: 10px;
    }

    /***テキスト***/
    .cms-detail .txt-box {
        font-size: 14px;
    }

    .cms-detail .txt-box p {
        margin-bottom: 30px;
    }
}

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

.contents Css

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

.wrap-common {
    max-width: 820px;
}

.contents {
    padding-top: 50px;
}

.contact {
    margin-top: 100px;
}
