/* 共通になる？ */
.section-inner-contents {
    margin-top: 15px;
}
/* 2309_bourgogne.asp */
.two_column_wrapper.yuko-syoke-profile {
    justify-content: space-around;
}
.two_column_wrapper.yuko-syoke-profile .two_column.yuko-profile-img {
    width: 40%;
    margin-right: 0;
}
.two_column_wrapper.yuko-syoke-profile .two_column.yuko-profile-lead {
    width: 55%;
    margin-right: 0;
}
.yuko-syoke-list li {
    font-size: 16px;
    line-height: 36px;
    font-family: 'Zen Old Mincho', serif;
}

@media screen and (max-width: 768px) {
    .two_column_wrapper.yuko-syoke-profile .two_column.yuko-profile-img,
    .two_column_wrapper.yuko-syoke-profile .two_column.yuko-profile-lead {
        width: 94%;
        margin: 0 auto;
    }
}