@charset "UTF-8";
.messege_wrap {
    margin: 0 0 0 0;
}
.messege_img {
    width: 50%;
    max-width: 350px;
    padding: 0 0 20px 40px;
}
.messege_img img {
    width: 100%;
}
.name-txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.2;
    padding-top: 20px;
    margin-bottom: 50px;
}
.name-txt span {
    font-size: 22px;
}
.messege-txt {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}
.messege-txt.ver2 {
    margin: 30px 0 0 0;
    text-align: right;
}
.messege-txt .f-fam {
    font-family: "Yu Gothic","游ゴシック","YuGothic","游ゴシック体","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-weight: bold;
}
@media (min-width: 896px) {
    .messege_img {
        float: right;
    }
}
@media only screen and (max-width: 896px) {
    .messege_wrap {
        margin: 0 0 0 0;
    }
    .messege_img {
        width: 100%;
        max-width: inherit;
        padding: 0 0 20px 0;
    }
    .messege_img img {
        width: 100%;
    }
    .name-txt {
        font-size: 16px;
        line-height: 2;
        padding-top: 0;
        margin-bottom: 30px;
    }
    .name-txt span {
        font-size: 20px;
    }
    .messege-txt {
        font-size: 14px;
    }
    .messege-txt.ver2 {
        margin: 20px 0 0 0;
    }
}
@media only screen and (max-width: 374px) {
    .name-txt {
        font-size: 15px;
    }
}
