@charset "UTF-8";
/* 項目ごとのmargin-bottom */
.contents {
    margin-bottom: 8vw;
}
.contents-s {
    margin-bottom: 6rem !important;
}

/* heading */
.v_f .detail_main .page_txt h3 {
    background-color: unset;
    padding: 0 0 9px;
    border-bottom: #035D32 solid 2px;
    border-radius: 0;
    margin: 40px 0 22px;
}

@media screen and (max-width:600px){
    .v_f .detail_main .page_txt h1 {
        font-size: 2rem;
        margin: 2em 0;
    }
    .v_f .detail_main .page_txt h2 {
        font-size: 1.8rem;
    }
    .v_f .detail_main .page_txt h3 {
        margin: 20px 0 16px;
    }
}


/* index */
.contents_bg {
    background: #FFFDFA;
    padding: 2rem;
}
#toc_container {
    border: #C8DACE solid 6px;
    padding: 5vw;
}
.toc_depth_2, .toc_depth_3 {
    display: none;
}
.toc_title {
    color: #337B58;
    font-size: 3rem;
    margin-bottom: 3vw;
}
.toc_title,
.toc_list li {
    font-weight: 600;
}
.toc_list li a {
    color: #337B58;
}
.toc_depth_1 {
    color: #74A58C;
}
.toc_depth_1::after {
    content: "";
    border-right: #74A58C solid 2px;
    display: inline-block;
    height: 1.3rem;
    margin: 0 .5rem 0 0.8rem;
}
#toc_container>ul>li {
    padding-bottom: 2rem;
    list-style: none;
}
#toc_container>ul>li>ul>li {
    line-height: 1.8;
}
.toc_list li ul li {
    list-style: disc;
    list-style-position: inside;
    padding-left: 4rem;
}
.toc_list li ul li::marker {
    color: #74A58C;
}
@media screen and (min-width: 1900px){
    #toc_container {
        padding: 3vw;
    }
}
@media screen and (max-width:768px){
    .toc_title {
        font-size: 2rem;
    }
}
@media screen and (max-width:600px){
    .contents_bg {
        padding: 1rem;
    }
    #toc_container {
        border: #C8DACE solid 4px;
    }
    .toc_title {
        font-size: 1.8rem;
    }
    .toc_list li ul li {
        padding-left: 5vw;
    }
}


/* list */
.contents ul {
    margin: 1.5rem 0;
}
/* .page_txt li{
    list-style: disc;
    list-style-position: inside;
    padding-bottom: 0.4rem;
} */


/* 強調するマーカー */
.line_marker {
    background: linear-gradient(transparent 64%, #FABD00 0%);
    padding: 0 .3rem;
    font-weight: 700;
}


/* table */
.scroll {
    overflow-x: scroll;
}
.table-wrap {
    width: 100%;
    min-width: 580px;
}
.blog-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5vw 0;
}
.table tr th {
    width: 20%;
    padding: 1vw;
    text-align: center;
    color: #333333;
    background-color: #f4f4f4;
    border: #cccccc solid 1px;
}
.table tr td {
    padding: 1vw;
    text-align: left !important;
    color:#333333;
    background-color: #fff;
    border: #cccccc solid 1px;
    border-bottom: #ccc solid 1px !important;
}
.usage .column1 {
    width: 8%;
}
.usage .column2 {
    width: 25%;
}
.usage .column3{
    width: 20%;
}
.none-width tr th {
    width: unset;
}



/* point-area */
.point-area {
    display: flex;
    align-items: flex-start;
    padding: 3rem;
    margin: 1vw 0;
    background-color: #FFECB7;
    border-radius: 1vw;
    border: #FFBC02 solid 3px;
}
.check-fing {
    height: 1.4em;
    object-fit: contain;
    margin: 0 0.3vw 0 0 !important;
}
.bulb {
    height: 1.7em;
    width: 1.2em;
    object-fit: contain;
    margin: 0 0.3vw 0 0 !important;
}
.caution{
    height: 1.5em;
    object-fit: contain;
    margin: 0 1vw 0 0 !important;
}
.point-area p {
    margin-top: 0 !important;
}
.point-area b {
    color: #EA5E25;
}
.point-area ul li {
    padding-bottom: 1.5rem;
}
.point-area ul li:last-child {
    padding-bottom: 0;
}
.bad {
    border: #035D33 solid 3px;
    background-color: #D2E2DA;
}
.last p:first-of-type {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #FA9A00;
    padding: 1vw;
    border-radius: 7px;
}
.last b:first-child {
    color: #fff;
    font-size: 18px;
}

@media screen and (max-width:768px) {
    .last b:first-child {
        font-size:clamp(0.75rem, 0.661rem + 0.446vw, 0.875rem);
    }
    .point-area {
        padding: 4vw;
        margin: 5vw 0;
    }
    .last p:first-of-type {
        padding: 3vw;
        margin-bottom: 3vw;
    }
    .last b:first-child {
        font-size: 1.3rem;
    }
}

/* オレンジ背景（ポイント） */
.bg-orange{
    margin: 1.5rem 0;
    background-color: #FFEEC4;
    padding: 3%;
}
@media screen and (max-width:500px) {
    .bg-orange{
        padding: 5vw;
    }
    .bg-orange,
    .bg-orange li {
        line-height: 1.8;
    }
}

/* CTA ボタン */
.line_cta,
.contact_cta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 3vw auto 0;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
    transition: .5s ease;
}
.line_cta{
    background-color: #01b902;
    border-bottom: solid 5px #008900;
}
.contact_cta{
    background-color: #fc6d02;
    border-bottom: solid 5px #cc3d00;
}
.contact_cta::after,
.line_cta::after {
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}
.contact_cta:hover,
.line_cta:hover {
    transform: translateY(3px);
    border-bottom-width: 2px;
    cursor: pointer;
}
.cta-p {
    text-align: center;
    font-weight: 700;
}



/* balloon */
.fukidashi {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.fukidashi:last-of-type {
    margin-bottom: 2rem;
}

.fukidashi img {
    max-width: 70px;
    height: 100%;
    border: 3px solid #f2f2f2;
    border-radius: 50%;
    margin: 1em 1em !important;
    background-color: #fff;
    padding: .5rem;
}

.fukidashi-p {
    position: relative;
    margin: 1rem 0 0 1.5rem;
    padding: 1em 1.5em;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #333333;
}

.fukidashi-p::before {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 30px;
    background-color: #f2f2f2;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}
@media screen and (max-width:768px){
    .fukidashi-p::before {
        height: 18px;
    }
}
@media screen and (max-width:500px){
    .fukidashi {
        flex-direction: column;
    }
    .fukidashi img {
        margin: 1em auto !important;
    }
    .fukidashi-p {
        margin: 1.2em auto !important;
        padding: 1.2em 1.5em;
    }
    .fukidashi-p::before {
        left: 45%;
        top: -30%;
        width: 25px;
        height: 26px;
        clip-path: polygon(0 100%, 50% 0, 100% 100%);
    }
}

/* 挿入画像 */
.blog-img {
    width: 100%;
    /* height: 43rem; */
    object-fit: cover;
}
@media screen and (max-width:768px) {
    .blog-img {
        height: unset;
    }
}

/* PR-area */
.pr-title {
    font-weight: 700 !important;
    text-align: center;
    color: #fff;
    background-color: #F77E1D;
    padding: 2.5rem 0 !important;
    border-radius: 20px 20px 0 0;
    border-bottom: unset !important;
    margin: 0 !important;
    font-size: 2rem !important;
}
.pr-inner {
    background: #FFEEC5;
    border-radius: 0 0 20px 20px;
    padding: 2rem 7rem 4rem;
}
.pr-inner ul li {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2;
}
.pr-inner p a .contact_cta {
    width: 100%;
    margin: 2vw auto 0;
}
.pr-inner ul li::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 8px;
    border-left: 3px solid #F77E1D;
    border-bottom: 3px solid #F77E1D;
    transform: rotate(-45deg);
    margin: 9px;
    text-align: center;
}
@media screen and (max-width:768px) {
    .pr-inner {
        padding: 2rem 4rem 4rem;
    }
    .pr-title {
        font-size: 1.6rem !important;
        padding: 2rem 1.5rem !important;
    }
    .pr-img {
        margin: 0 !important;
    }
    .pr-inner ul li {
        font-size: 1.2rem;
        align-items: flex-start;
    }
    .pr-inner ul li::before {
        width: 12px;
        height: 6px;
        margin: 7px;
    }
}
@media screen and (max-width:400px) {
    .pr-inner ul li::before {
        width: 18px;
        height: 6px;
    }
    .pr-inner ul li{
        line-height: 1.8;
    }
}


/* Q&A */
.faq {
    width: 100%;
    height: auto;
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #035D32;
}
dt.faq_question {
    width: 100%;
    height: auto;
    padding: 17px 50px 17px 90px;
    background-color: #035D32;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    position: relative;
    color: #fff;
}
dt.faq_question::before {
    content: "Q";
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    font-family: "Satoshi", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    color: #035D32;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 11px;
    left: 33px;
}
dd.faq_answer {
    width: 100%;
    height: auto;
    padding: 25px 50px 25px 90px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    position: relative;
}
dd.faq_answer::before {
    content: "A";
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #035D32;
    font-family: "Satoshi", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 21px;
    left: 33px;
}
@media screen and (max-width:768px){
    dt.faq_question {
        padding: 17px 50px 17px 90px;
        font-size: 1.3rem;
    }
    dt.faq_question::before,
    dd.faq_answer::before {
        width: 30px;
        height: 30px;
        font-size: 1.3rem;
        top: 11px;
        left: 42px;
    }
    dd.faq_answer {
        padding: 20px 50px 20px 90px;
        font-size: 1.3rem;
    }
}
@media screen and (max-width:500px) {
    dt.faq_question {
        padding: 17px 20px 17px 56px;
        font-size: 1.2rem;
    }
    dt.faq_question::before {
        width: 26px;
        height: 26px;
        font-size: 1.2rem;
        top: 13px;
        left: 18px;
    }
    dd.faq_answer {
        padding: 13px 20px 13px 56px;
        font-size: 1.2rem;
    }
    dd.faq_answer::before {
        width: 26px;
        height: 26px;
        font-size: 1.3rem;
        top: 13px;
        left: 18px;
    }
}



/* flow */
.flow-box {
    position: relative;
    margin-bottom: 4.875rem;
}
.flow-box:first-of-type {
    margin-top: 4rem;
}
.flow-num {
    width: 7rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 1000px;
    background-color: #035D32;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flow-num p{
    color: #fff;
    margin-top: 0 !important;
    font-size: 14px;
    line-height: 1.2;
}
.flow-num p:nth-child(2) {
    font-size: 23px;
}
.flow-content {
    background-color: #FFF5D4;
    width: calc(100% - 40px);
    margin-left: auto;
    padding: 3rem 2.5rem 3rem 5.625rem;
}
.flow-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-bottom: .75rem;
}
.flow-text {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 2;
}
.flow-box:after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-bottom: solid 2px #035D32;
    border-right: solid 2px #035D32;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: -18%;
    margin: auto;
}
.flow-box:last-of-type::after{
    display: none;
}
@media screen and (max-width:500px) {
    .flow-box,
    .flow-box:first-of-type {
        margin-top: 6rem;
        margin-bottom: 10rem;
    }
    .flow-num {
        width: 6rem;
        height: 6rem;
        top: 0;
        left: calc(50% - 3rem);
    }
    .flow-num p {
        font-size: 12px;
    }
    .flow-num p:nth-child(2) {
        font-size: 20px;
    }
    .flow-content {
        width: 100%;
        padding: 4rem 3rem 3rem;
    }
    .flow-title {
        font-size: 18px;
        text-align: center;
    }
    .flow-box:after {
        left: calc(50% - 7.5px);
        bottom: -37px;
    }
}
/* -----------------------
いちご
-------------------------- */

/* 2025年3月 いちご市場最新レポート｜仕入れのポイントと価格動向 */
.wp-image-10426 {
    width: 100%;
}

/* いちご市場展望 */
.wp-image-10323 {
    width: 100%;
}

/* 品種別　仕入れポイントと相場見通し */
.strawberries {
    width: 80%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    justify-content: center;
    display: flex;
}
.wp-image-10440 {
    object-position: 0% 25% !important;
}
@media screen and (max-width:750px){
    .strawberries {
        height: unset;
    }
}


/* 夏の時期のいちご攻略法｜国産＆輸入いちごをどう使い分ける？ */
.wp-image-10431{
    width: 100%;
}


/* いちごの品種登録と特許期限について */
.wp-image-10436 {
    width: 100%;
}
.variety {
    flex-direction: column;
    align-items: flex-start;
}
.point-details {
    display: flex;
    align-items: flex-start;
}


/* まとめ */
.last {
    flex-direction: column;
    align-items: flex-start;
}
.last ul li {
    list-style: disc;
    list-style-position: inside;
}
.last ul {
    margin: 1vw 0;
}


/* -----------------------
レタス
-------------------------- */
.restaurant-img {
    width: 100%;
    height: 426px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
@media screen and (max-width:500px) {
    .restaurant-img {
        height: unset;
    }
}
.page_txt li{
    list-style: disc;
    list-style-position: inside;
    padding-bottom: 0.4rem;
}
