@charset "utf-8";

/*********************************************************************
*
*  For info
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_post_wrap */
/* ---------------------------------------------------- */
.sec_post_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sec_post_wrap .sec_ttl {
    margin-bottom: 30px;
    color: #EB5B18;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
}

.sec_post_wrap *+.sec_ttl {
    margin-top: 50px;
}

.sec_post_wrap .desc {
    color: #1B3660;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
}

.sec_post_wrap .desc *+* {
    margin-top: 30px;
}

.sec_post_wrap .desc p span {
    font-size: 1.2rem;
}

.sec_post_wrap .desc a {
    color: #1B3660;
    text-decoration: underline;
}

.sec_post_wrap .img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.sec_post_wrap .img_1 {
    width: 350px;
}

.sec_post_wrap .img_2 {
    width: 450px;
}

@media (max-width: 767px) {
    .sec_post_wrap .sec_ttl {
        margin-bottom: 30px;
        font-size: 1.8rem;
    }

    .sec_post_wrap *+.sec_ttl {
        margin-top: 50px;
    }

    .sec_post_wrap .desc {
        font-size: 1.4rem;
        text-align: justify;
    }

    .sec_post_wrap .desc *+* {
        margin-top: 20px;
    }

    .sec_post_wrap .desc p span {
        font-size: 1.1rem;
    }

    .sec_post_wrap .img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .sec_post_wrap .img_1 {
        width: 70%;
    }

    .sec_post_wrap .img_2 {
        width: 90%;
    }
}