@charset "utf-8";


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
  }
  
  header, footer, nav, section, article, aside, figure, figcaption {
    display: block;
  }
  
  body {
    line-height: 1;
  }
  
  ol, ul {
    list-style: none;
    list-style-type: none;
  }



/* 野菜 */

#vege {
    

    /*
----------------------------- ファーストビュー */
    /*
----------------------------- 共通パーツ */
    /*
----------------------------- タブレット767px以下 */
    /*
----------------------------- 当院について */
    /*
----------------------------- タブレット1024px以下 */
    /*
----------------------------- タブレット767px以下 */
    /*
----------------------------- 各セクション */
    /*
----------------------------- タブレット1024px以下 */
    /*
----------------------------- タブレット767px以下 */
}


#vege .wrapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 40px;
    width:100%;
    max-width:1200px;
    margin:0 auto;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    #vege .wrapper {
        padding: 10px;
    }
}

#vege h2::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 30px;
    font-size: 1rem;
}

#vege h2 {
    text-align: center;
}

#vege h3 {
    color: #3f2e16;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 0 30px 12px 14px;
    border-bottom: 3px solid #8fc767;
    display: inline-block;
    line-height: 1.3;
}

#vege .tre-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* width: 150px; */
    height: 50px;
    border-radius: 1em;
    text-align: center;
    color: #fff;
    padding: 10px;

}

#vege .tre-icon p{
    font-size:20px;
    font-weight:600;
}



#vege .disease {
    background-color: #f6a122;
}

#vege .symptom {
    background-color: #fcb900;
}

#vege .underline {
    position: relative;
    z-index: 1;
    display: inline-block;
}

#vege .underline::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background-color: #e7e391;
    z-index: -1;
}

#vege .ora {
    border-bottom: 3px solid #fcb900;
}

@media screen and (max-width: 767px) {
    #vege h3 {
        padding-left: 5px;
        padding-right: 0;
    }
    #vege .tre-icon {
        width: 200px;
    }
    #vege .disease {
        font-size: 0.8rem;
    }
    #vege .disease span {
        font-size: 1rem;
    }
    #vege .symptom {
        font-size: 0.8rem;
    }
}

#vege .tre_about {
    text-align: center;
}

#vege .tre_about h2::before {
    width: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#vege .tre_about .txt {
    margin-top: 30px;
}

#vege .tre_about .to-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#vege .tre_about .to-link li {
    padding: 10px 17px;
}

#vege .tre_about .disease_ul {
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    #vege .tre_about .to-link li {
        padding: 7px 10px;
    }
}

@media screen and (max-width: 767px) {
    #vege .tre_about .to-link li {
        padding: 4px;
    }
}

#vege .tre-sec .tips {
    position: relative;
}

#vege .tre-sec .tre-icon {
    position: absolute;
}

#vege .tips {
    position: relative;
    padding: 30px;
    margin-top: 40px;
    background-color: #fff;
}

#vege .tips.tips-dis {
    border: 3px solid #3f3f3f;
}

#vege .tips.tips-sym {
    border: 5px solid #fcb900;
}

#vege .tips.tips-sym .mb {
    margin-bottom: 40px;
}

#vege .tips.tips-sym h3 {
    border-bottom: 3px solid #fcb900;
}

#vege .tips.tips-sym .left ul li::before {
    background-color: #fcb900;
}

#vege .tips .left {
    width: calc(75% - 30px);
    margin-right: 30px;
}

#vege .tips .left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-top: 15px;
    width: 80%;
}

#vege .tips .left ul li {
    margin-top: 20px;
    padding-left: 10px;
    margin-right: 30px;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.3;
}

#vege .tips .left ul li::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    top: 7px;
    left: 0px;
    width: 5px;
    height: 5px;
    background-color: #00913a;
    border-radius: 50%;
}

#vege .tips .left p {
    margin-top: 10px;
}

#vege .tips .right {
    width: 25%;
}

#vege .tips .right img {
    border-radius: 1em;
}

#vege .tips .tre-icon {
    position: absolute;
    top: -30px;
    left: 10px;
}

#vege .often_case {
    margin-top: 30px;
}

#vege .often_case img {
    width: 90%;
    /* max-width: 800px; */
    margin: 0 auto;
}

#vege .often_case ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#vege .often_case ul li {
    margin-top: 50px;
    margin: 50px 1% 0;
    padding: 45px 20px 20px;
    background-color: #fffbf1;
    border: 1px solid #ddd;
    position: relative;
}

#vege .often_case ul li img{
  width:100%;
}





#vege .effect {
    margin-top: 30px;
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
}

#vege .effect .efect_txt {
    width: 55%;
    padding: 1%;
    /* justify-content: center; */
    justify-content: space-between;
}

#vege .effect .efect_txt .title {
    font-size: 1.4em;
    line-height: 2;
}

#vege .effect .efect_txt .caption {
    line-height: 1.6;
    margin-bottom: 10px;
}

#vege .effect .efect_img {
    width: 40%;
    justify-content: center;
}

.vege_col_1 {
    width: 98%
}

.vege_col_2 {
    width: 48%;
}

.vege_col_3 {
    width: 31%;
}
.vege_col_4 {
    width: 23%;
}
#vege .often_case ul li .title {
    top: -12px;
    left: 25px;
    min-width: 130px;
    padding: 8px 20px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background-color: #a32b2e;
    position: absolute;
}

#vege .often_case ul li .green {
    font-weight: bold;
    display: inline-block;
    color: #8fc767;
}

#vege .pickup {
    padding: 30px 40px;
    background-color: #ffeab0;
    position: relative;
}

#vege .pickup.mt {
    margin-top: 30px;
}

#vege .pickup .img_pickup {
    width: 100px;
    margin-left: -50px;
    margin-bottom: 20px;
}

#vege .pickup .title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #3f2e16;
    margin-bottom: 20px;
    line-height: 1.5;
}

#vege .pickup .title:before {
    content: '\f4aa';
    font-family: 'Font Awesome 6 pro';
    padding-right: 5px;
    color: #009654;
    font-size: 1.2em
}

#vege .pickup .title .underline {
    font-weight: bold;
}

#vege .pickup .title .underline::before {
    height: 10px;
}

#vege .pickup .txt {
    background: #fff;
    padding: 10px;
    border-radius: 1em;
    margin-bottom: 1em;
}

#vege .pickup .name {}

@media screen and (max-width: 1024px) {
    #vege .tips {
        padding: 15px;
    }
    #vege .tips.tips-dis {
        border: 5px solid #8fc767;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    #vege .tips.tips-sym {
        border: 5px solid #fcb900;
    }
    #vege .tips.tips-sym .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    #vege .tips .left {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }
    #vege .tips .left ul {
        width: 100%;
    }
    #vege .tips .right {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #vege .tips {
        padding: 10px;
    }
    #vege .tips .left ul {
        margin: 0 0 10px;
    }
    #vege .tips .left ul li {
        margin-right: 0;
    }
    #vege .tips .tre-icon {
        right: 10px;
    }
    #vege .often_case ul li {
        padding: 30px 10px 20px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    #vege .often_case ul li .title {
        left: 10px;
    }
    #vege .pickup {
        padding: 20px;
    }
    #vege .pickup .img_pickup {
        margin-left: -25px;
    }
    .vege_col_2 {
        width: 98%;}
}


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

        .vege_col_2,
        .vege_col_3,
        .vege_col_4 {
        width: 98%;}
}