<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#content .inner {
    width: 89.42%;
}

/* main visual */
.area_main {
    background:url(/investors/individual/about/img/mv_pc.jpg) #f6f4f0 no-repeat 0 0;
    background-size: contain;
}
.area_main .inner {
    margin: auto;
    padding: 0 0 52px;
}

/* title */
.box_top:before {
    width: 132px;
    height: 98px;
    background: url(/investors/individual/about/img/img4.png) no-repeat 50% 50%/100% auto;
}

.h1_title {
    position: relative;
    top: -0.2em;
    line-height: 1;
}
.h1_title &gt; span {
    vertical-align: baseline;
}
.ttl_h3 {
    letter-spacing: 0.14em;
    color: #7b9437;
    font-size: 24px;
    font-weight: bold;
}
.ttl_h4 {
    font-size: 18px;
    letter-spacing: 0.14em;
    font-weight: bold;
}
.ttl_h4 img {
    vertical-align: middle;
}
.ttl_type01 {
    padding: 6px;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    letter-spacing: 0.24em;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

/* “安心・安全”を日本の食卓に届ける */
.area_message {
    background: rgba(255, 255, 255, 0.8);
}
.ttl_h1 + .area_message {
    margin-top: 103px;
}
#content .area_message .inner {
    width: 88.76%;
    padding: 38px;
}
.area_message .ttl_msg {
    text-align: center;
    letter-spacing: 0.12em;
    color: #76952e;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.43;
}
.txt_lead {
    text-align: center;
}
.ttl_msg + .txt_lead {
    margin-top: 21px;
}

/* 宅配事業の仕組み */
.area_message + .area_howit {
    margin-top: 48px;
}
.ttl_howit {
    text-align: center;
    letter-spacing: 0.24em;
    color: #76952e;
    font-size: 24px;
    font-weight: bold;
}
.ttl_howit + .flow_howit {
    margin-top: 28px;
}
.flow_howit li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #fff;
}
.flow_howit li:nth-of-type(2) {
    border: 4px solid #7b9437;
}
.flow_howit li + li {
    margin-top: 62px;
}
.flow_howit li:before {
    content: "";
    width: 24px;
    height: 40px;
    position: absolute;
    left: 95px;
    bottom: -40px;
    background: #a19783;
}
.flow_howit li:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 83px;
    bottom: -62px;
    border-style: solid;
    border-width: 27px 23.5px 0 23.5px;
    border-color: #a19783 transparent transparent transparent;
}
.flow_howit li:nth-of-type(2):before {
    bottom: -44px;
}
.flow_howit li:nth-of-type(2):after {
    bottom: -66px;
}
.flow_howit li:last-of-type:before,
.flow_howit li:last-of-type:after {
    content: none;
}
.flow_howit li .cnt_howit01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
}
.flow_howit li .cnt_howit02:after {
    content: "";
    position: absolute;
    top: -45px;
    left: 150px;
    font-family : "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
    font-weight: bold;
    color: #897c63;
}
.flow_howit li:first-of-type .cnt_howit02:after {
    content: none;
}
.flow_howit li:nth-of-type(2) .cnt_howit02:after {
    content: "直接仕入";
}
.flow_howit li:last-of-type .cnt_howit02:after {
    content: "定期お届け";
}
.cnt_howit01 .ttl_howit {
    width: 50%;
}
.cnt_howit01 .dtl_howit {
    width: 50%;
}
.cnt_howit01 .dtl_howit .ttl_h4 + p {
    margin-top: 10px;
}
.cnt_howit02 .img_howit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 270px;
    height: 160px;
}
.flow_howit li:nth-of-type(2) .cnt_howit02 .img_howit {
    height: 152px;
}
.cnt_howit02 .img_howit img {
    width: 100%;
}

/* 事業の全体像 */
.detail_business {
    background: #f6f4f0;
}
.area_main + .area_business {
    margin-top: 80px;
}
.ttl_h2 + .detail_business {
    margin-top: 30px;
}
.detail_business .inner {
    padding: 60px 0 40px;
}
.area_business .grid_type01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.detail_business .grid_type01 .logo {
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    text-align: center;
}
.detail_business .grid_type01 .logo span {
    display: inline-block;
    padding: 12px 80px;
    background: #76952e;
}
.area_business .grid_type01 [class^="grid_item"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 48px 0 36px;
    background: #fff;
}
.area_business .grid_type01 .grid_item01 {
    width: 68.04%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.area_business .grid_type01 .grid_item02 {
    width: 30.77%;
}
.area_business .grid_delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 68.7%;
    margin: auto;
}
.area_business .grid_delivery .item_dlvry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.area_business .grid_delivery .item_dlvry .img_dlvry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}
.item_dlvry .img_dlvry img {
    height: 100%;
}
.area_business .grid_delivery .item_dlvry .txt_dlvry {
    margin-top: 10px;
    text-align: center;
    color: #a19783;
    font-size: 12px;
}

.area_business .ttl_h3 + .list_other {
    margin-top: 18px;
}
.area_business .list_other .item_other {
    width: 130px;
    margin: 0 auto;
    padding: 4px 12px;
    background: #a19783;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.list_other .item_other + .item_other {
    margin-top: 16px;
}

@media only screen and (max-width:767px) {

    /* main visual */
    .area_main {
        width: 100%;
        background:url(/investors/individual/about/img/mv_sp.jpg) #f6f4f0 no-repeat 0 0;
        background-size: contain;
    }
    #content .area_main .inner {
        width: 93.6%;
        padding: 0 0 40px;
    }
    .ttl_h1 h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    /* “安心・安全”を日本の食卓に届ける */
    .ttl_h1 + .area_message {
        margin-top: 60px;
    }
    #content .area_message .inner {
        width: 100%;
        padding: 30px 4px 40px;
    }

    /* 宅配事業の仕組み */
    .flow_howit li:before,
    .flow_howit li:after {
        right: 0;
        left: 0;
        margin: auto;
    }
    .flow_howit li .cnt_howit01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 1.45%;
        padding-left: 8.55%;
    }
    .cnt_howit01 .ttl_howit {
        width: 100%;
        text-align: left;
    }
    .cnt_howit01 .dtl_howit {
        width: 100%;
    }
    .cnt_howit01 .dtl_howit .ttl_h4 + p {
        margin-top: 0;
    }
    .flow_howit li {
        width: 100%;
    }
    .flow_howit li .cnt_howit01 {
        width: 47.26%
    }
    .flow_howit li .cnt_howit02 {
        width: 42.74%;
    }
    .flow_howit li .cnt_howit02:after {
        right: 0;
        left: 0;
        margin: auto;
        padding-left: calc(50% + 34px);
    }
    .cnt_howit02 .img_howit {
        width: 100%;
        height: auto;
    }
    .flow_howit li:nth-of-type(2) .cnt_howit02 .img_howit {
        height: auto;
    }

    /* 事業の全体像 */
    .ttl_h2 + .detail_business {
        margin-top: 40px;
    }
    #content .detail_business .inner {
        width: 93.6%;
        padding: 55px 0 30px;
    }
    .detail_business .grid_type01 .logo span {
        padding: 12px 35px;
    }
    .area_business .grid_type01 [class^="grid_item"] {
        padding: 36px 0 20px;
    }
    .area_business .grid_type01 .grid_item01 {
        width: 58%;
    }
    .area_business .grid_type01 .grid_item02 {
        width: 40%;
    }
    .area_business .grid_type01 .ttl_h3 {
        font-size: 18px;
    }
    .area_business .grid_delivery {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: auto;
        margin-right: 10px;
        margin-left: 10px;
    }
    .ttl_h3 + .grid_delivery {
        margin-top: 16px;
    }
    .area_business .grid_delivery .item_dlvry {
        max-width: 72px;
    }
    .area_business .grid_delivery .item_dlvry:first-of-type {
        min-width: 100%;
        width: 100%;
        margin-bottom: -20px;
    }
    .area_business .grid_delivery .item_dlvry:first-of-type img {
        width: auto;
        height: 80px;
    }
    .area_business .grid_delivery .item_dlvry .img_dlvry {
        width: auto;
        max-height: 80px;
    }
    .item_dlvry .img_dlvry img {
        width: 100%;
        height: auto;
    }
    .area_business .grid_delivery .item_dlvry .txt_dlvry {
        margin-top: 4px;
    }
    .area_business .list_other {
        margin-right: 5px;
        margin-left: 5px;
    }
    .area_business .list_other .item_other {
        width: auto;
        padding: 6px 10px;
        font-size: 11px;
    }
}
</pre></body></html>