
/* ¥á¥Ã¥»¡¼¥¸ */

.messagebox {
    margin: 100px auto 0px;

}

.messagebox h2 {
    font-size: 3.6rem;
    font-weight: normal;
}

.message_left {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 1.6rem;
    margin-top: 30px;
}

.mes01 {
    margin-bottom: 40px;
}

.mes02 {
    text-align: right;
    font-size: 2.0rem;
}

.katagi {
    font-size: 1.6rem;
}

.message_right {
    float: right;
    margin-top: 30px;
}

.profilebox {
    margin-top: 100px;
    margin-bottom: 100px;
}

.profile_left {
    float: left;
    margin: 25px 0 0 90px;
}

.profile_right {
    float: left;
    width: 550px;
    text-align: left;
}

.yaku {
    border-bottom: 1px solid #CCC;
    font-size: 3.0rem;
}

.name {
    font-size: 2.8rem;
    margin-top: 18px;
}

.prof02 {
    font-size: 1.5rem;
    margin-top: 20px;
}

@media (max-width: 768px) {
    /* message */
    h1.termst {
        margin-top: 30px;
        font-size: 3.0rem;
    }

    .termsa {
        font-size: 2.0rem;
    }

    .messagebox h2 {
        font-size: 28px;
    }

    .messagebox {
        margin-top: 30px;
    }

    .main_box {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 20px 0px;
    }

    .message_left {
        float: none;
        width: 100%;
        text-align: left;
        font-size: 2.0rem;
        margin-top: 40px;
    }

    .mes01 {
        margin-bottom: 10px;
    }

    .mes02 {
        text-align: right;
        font-size: 2.6rem;
    }

    .profilebox {
        margin-top: 50px;
    }

    .profile_left {
        margin: 0;
        float: none;
    }

    .profile_left img {
        width: 100%;
    }

    .yaku {
        font-size: 28px;
        margin-top: 30px;
    }

    .profile_right {
        width: 100%;
        float: none;
    }

    .prof01 {
        font-size: 2.0rem;
    }

    .prof02 {
        font-size: 2.0rem;
        margin-top: 30px;
    }

    .name {
        font-size: 2.6rem;
        margin: 10px 0;
    }
    }