/* green-jyutakupoint
================================================ */
.green-mv {
    padding: 0 10px;
}
.green-intro__head {
    margin-bottom: 10px;
}
.green-target__attention {
    padding: 0;
    font-size: 1rem;
    color: #838383;
    list-style: none;
}
.green-target__attention-item {
    text-indent: -1em;
    padding-left: 1em;
}
.green-target__attention-item.is-red {
    color: #e60012;
}
.green-target-example__head {
    border: none;
}
.green-target-example__content {
    padding: 10px 20px;
    background: #f8f1e5;
}
.green-target-example__txt {
    font-size: 14px;
    margin: 10px 0;
}
.green-target-example__txt.is-green {
    color: #006934;
}
.green-target-example__txt .is-red {
    color: #ff0000;
}
.green-target-example__boldtxt {
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
}
.green-target-example__boldtxt .is-red {
    color: #ff0000;
}
.green-target-example__num {
    font-size: 24px;
    color: #e60012;
}
.green-target-example__list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.green-target-example__item {
    padding-left: 20px;
    position: relative;
    color: #006934;
    font-size: 14px;
    margin: 8px 0;
}
.green-target-example__item:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 7px;
    left: 0;
    background: #006934;
}
.green-target-example_item-txt {
    color: #333;
}
.green-target-example__txt {
    font-size: 14px;
    margin-bottom: 0;
}
.is-border-color-orange {
    border-left-color: #ff8f00;
}
.green-schedule__head {
    margin-left: 0;
}
.green-construction-sec__content {
    padding: 5px 20px 0;
    background: #f8f1e5;
}
.green-construction-sec__title {
    font-size: 16px;
    border-bottom: dotted 2px #333;
    padding-bottom: 5px;
    margin-left: 40px;
    position: relative;
}
.green-construction-sec__title:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 20px;
    top: 5px;
    left: -40px;
    background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/green-jyutakupoint/icon01.png) no-repeat;
    background-size: contain;
}
.green-construction-sec__title.is-icon02:before {
    top: 2px;
    left: -38px;
    width: 26px;
    height: 24px;
    background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/green-jyutakupoint/icon02.png) no-repeat;
    background-size: contain;
}
.green-construction-sec__title.is-icon03:before {
    top: 2px;
    left: -35px;
    width: 25px;
    height: 23px;
    background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/green-jyutakupoint/icon03.png) no-repeat;
    background-size: contain;
}
.green-construction-sec__title.is-icon04:before {
    top: 2px;
    left: -35px;
    width: 26px;
    height: 21px;
    background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/green-jyutakupoint/icon04.png) no-repeat;
    background-size: contain;
}
.green-construction-sec__title.is-icon05:before {
    left: -30px;
    width: 13px;
    height: 25px;
    background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/green-jyutakupoint/icon05.png) no-repeat;
    background-size: contain;
}
.green-construction-sec__title.is-icon06:before {
    top: 2px;
    left: -32px;
    width: 19px;
    height: 25px;
    background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/green-jyutakupoint/icon06.png) no-repeat;
    background-size: contain;
}
.green-construction-sec__txt {
    font-size: 13px;
}
.green-construction-sec__cap {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin: -10px 0 0;
}
.green-construction-sec__set + .green-construction-sec__set {
    margin-top: 30px;
}
.green-construction-sec__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
}
.green-construction-sec__img-set {
    width: 46%;
    margin: 0 2%;
}
.green-construction__link {
    text-align: right;
}
.green-construction__link a {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}
.green-construction__link a:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 2px;
    left: 0;
    background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/green-jyutakupoint/icon_link01.png) no-repeat;
    background-size: contain;
}
@media screen and (min-width: 737px) {
    .green-mv {
        padding: 10px 0 38px;
    }
    .green-intro.is-point, .green-target, .green-schedule, .green-construction {
        margin-top: 60px;
    }
    .green-target-example__boldtxt {
        font-size: 26px;
        margin-bottom: -10px;
    }
    .green-target-example__num {
        font-size: 40px;
    }
    .green-target-example__content {
        padding: 15px 30px;
    }
    .green-target__attention {
        margin: 25px 0 0;
        font-size: 1.4rem;
    }
    .green-construction-sec__content {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }
    .green-target-example__content.is-flex {
        display: flex;
    }
    .green-target-example__list {
        padding-right: 40px;
    }
    .green-construction-sec__set {
        width: 405px;
        margin: 0 20px;
    }
    .green-construction-sec__set + .green-construction-sec__set {
        margin-top: 0;
    }
    .green-construction-sec__set.is-wide {
        width: 850px;
    }
    .green-construction-sec__img-wrap.is-wide {
        margin: 0 -14px;
    }
    .green-construction-sec__img-wrap.is-wide .green-construction-sec__img-set {
        width: 191px;
        margin: 0 14px;
    }
    .green-construction-sec + .green-construction-sec {
        margin-top: 50px;
    }
    .green-construction-sec__title {
        font-size: 18px;
        margin-left: 60px;
    }
    .green-construction-sec__title:before {
        width: 48px;
        height: 32px;
        left: -60px;
    }
    .green-construction-sec__title.is-icon02 {
        margin-left: 50px;
    }
    .green-construction-sec__title.is-icon02:before {
        left: -50px;
        width: 38px;
        height: 37px;
    }
    .green-construction-sec__title.is-icon03 {
        margin-left: 50px;
    }
    .green-construction-sec__title.is-icon03:before {
        left: -50px;
        width: 36px;
        height: 35px;
    }
    .green-construction-sec__title.is-icon04 {
        margin-left: 50px;
    }
    .green-construction-sec__title.is-icon04:before {
        left: -50px;
        width: 41px;
        height: 34px;
    }
    .green-construction-sec__title.is-icon05 {
        margin-left: 30px;
    }
    .green-construction-sec__title.is-icon05:before {
        left: -30px;
        width: 19px;
        height: 35px;
    }
    .green-construction-sec__title.is-icon06 {
        margin-left: 40px;
    }
    .green-construction-sec__title.is-icon06:before {
        left: -40px;
        width: 29px;
        height: 38px;
    }
    .green-construction-sec__txt {
        font-size: 14px;
    }
    .green-construction-sec__cap {
        font-size: 14px;
        margin: -8px 0 0;
    }
}