.page_fv {
    margin-bottom: 32px;
}
.l_flex {
    flex-wrap: nowrap;
    align-items: center;
}
@media screen and (min-width: 769px) {
    .l_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .l_flex .about_textarea {
        width: 60%;
        margin-right: 64px;
    }
    .l_flex .about_img {
        width: 33%;
    }
}
@media screen and (max-width: 768px) {
   .l_flex .about_textarea {
        margin-bottom: 32px;
    }
}
.l_flex .about_textarea .heder_title {
    font-weight: 700;
    margin-bottom: 32px;
}
.l_flex .about_textarea .heder_title .jp {
    display: block;
    font-size: 2.8rem;
    font-weight: 700;
}
.l_flex .about_textarea .heder_title .eng {
    display: inline-block;
    font-size: 1rem;
    font-family: 'Homemade Apple', cursive;
    color: #9b8d65;
    margin-top: 8px;
}
.l_flex .about_textarea .description {
    font-size: 1.4rem;
    color: #9b8d65;
    margin-bottom: 16px !important;
}
h2.title {
    font-size: 1.5rem;
    color: white;
    background-image: url(../imgs/common/btn-bg-left-w.png);
    background-position: left 0 center;
    background-repeat: no-repeat;
    background-size: 50px;
    background-color: #afa075;
    padding: 16px 16px 16px 32px;
    margin-bottom: 32px;
    letter-spacing: 0.08em;
}
h3.sub_title {
    font-size: 1.4rem;
    line-height: 1.6;
    background-color: #E5E5E5;
    padding: 8px;
    margin-bottom: 16px;
    border-left: 4px solid #afa075;
}
.read {
    margin-bottom: 32px;
}
.read:last-child{
    margin-bottom: 0;
}
.brand_list .h2-title:before {
        display: inline-block;
        width: 48px;
        height: 48px;
        margin: 0 auto 24px;
        background: url(../imgs/top/title_icon03.png) no-repeat;
        background-size: contain;
        vertical-align: middle;
        content: "";
    }
.brand_list_box {
    background-color: #ECE0DA;
    border-radius: 8px;
    padding: 16px 16px 32px;
    margin-bottom: 32px;
}
.brand_list_box .m_title {
    font-size: 2rem;
    margin-bottom: 16px;
    text-align: center;
}
.brand_list_box ul.marker li {
    counter-reset: item;
    list-style: none;
    margin-left: 20px;
    padding: 0;
}
.brand_list_box ul.marker li::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #afa075;
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px;
}