@charset "UTF-8";
.c-pc {
    display: block;
}
.c-sp {
    display: none;
}
.main_img {
    background: #009944;
    text-align: center;
    margin: 40px 0 0 0;
}
.bnt_wrap {
    padding: 60px 0;
    text-align: center;
}
.bnt_wrap a {
    display: inline-block;
}
.cnt_wrap {
    padding: 80px 0;
    background: #e5f6e7;
}
.cnt_wrap .ttl {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 100px;
}
.cnt_wrap .ttl:before {
    content: "";
    position: absolute;
    bottom: -34px;
    left: 50%;
    z-index: 9;
    margin: 0 0 0 -50px;
    width: 100px;
    height: 4px;
    background: #009944;
}
.flow_wrap {
    max-width: 940px;
    margin: 0 auto;
}
.flow_wrap li {
    background: #fff;
    margin: 0 0 51px;
    position: relative;
    border-radius: 10px;
    padding: 30px 40px;
    text-align: left;
}
.flow_wrap li:last-child {
    margin: 0;
}
.flow_wrap li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 16px solid #009944;
    border-bottom: 0;
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin: 0 0 0 -22px;
}
.flow_wrap li:last-child:before {
    display: none;
}
.flow-ttl {
    position: relative;
    font-weight: bold;
    font-size: 22px;
    padding: 0 0 0 1.5em;
    line-height: 1.4;
}
.flow-ttl:before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    color: #009944;
}
.flow-ttl span {
    font-weight: normal;
    font-size: 18px;
}
.flowImg_wrap {
    margin: 30px 0 0 0;
    padding: 0 0 20px;
}
.leco_wrap {
    max-width: 940px;
    margin: 0 auto;
}
.leco_wrap {
    max-width: 940px;
    margin: 0 auto 40px;
    border-radius: 10px;
    border: 2px solid #009944;
    overflow: hidden;
    background: #fff;
}
.leco_wrap.is-ver2 {
    margin: 0 auto;
}
.leco-ttl {
    background: #009944;
    padding: 20px 0;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}
.leco_in {
    position: relative;
    padding: 50px 45px 50px;
    text-align: left;
}
.leco_wrap.is-ver1 .leco_in {
    background: url(../svg/icon01.svg) no-repeat right 126px center;
    background-size: 100px auto;
}
.leco_wrap.is-ver2 .leco_in {
    background: url(../svg/icon02.svg?1) no-repeat right 110px center;
    background-size: 114px auto;
}
.leco_in:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 16px solid #009944;
    border-bottom: 0;
    margin: 0 0 0 -22px;
}
.leco_in ul li {
    margin: 0 0 35px;
    font-size: 20px;
    font-weight: bold;
    color: #009944;
    position: relative;
    padding: 0 0 0 55px;
}
.leco_in ul li:last-child {
    margin: 0;
}
.leco_in ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    width: 38px;
    height: 38px;
    background: url(../img/icn_chk.png) no-repeat center center;
    margin: -19px 0 0;
}
.leco-stl {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin: 70px 0 0;
}
.leco-stl span {
    font-size: 30px;
    color: #009944;
    background-image: linear-gradient(#ffef00, #ffef00);
    background-position: 0 100%;
    background-size: 100% 10px;
    background-repeat: repeat-x;
    display: inline-block;
    padding: 0 5px;
    font-weight: bold;
}
@media (min-width: 896px) {
    .bnt_wrap a:hover img {
        opacity: 0.7;
    }
    .flowImg_wrap {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 896px) {
    .c-pc {
        display: none;
    }
    .c-sp {
        display: block;
    }
    
    .main_img {
        margin: 0;
    }
    .main_img img {
        width: 100%;
        height: auto;
    }
    .bnt_wrap {
        padding: 30px 20px;
    }
    .bnt_wrap img {
        max-width: 678px;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .cnt_wrap {
        padding: 40px 20px;
    }
    .cnt_wrap .ttl {
        font-size: 24px;
        margin: 0 0 45px;
    }
    .cnt_wrap .ttl:before {
        bottom: -16px;
        left: 50%;
        margin: 0 0 0 -25px;
        width: 50px;
        height: 2px;
    }
    .flow_wrap {
        margin: 0;
    }
    .flow_wrap li {
        margin: 0 0 36px;
        border-radius: 5px;
        padding: 15px 10px;
    }
    .flow_wrap li:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
        border-top: 14px solid #009944;
        border-bottom: 0;
        position: absolute;
        bottom: -25px;
        margin: 0 0 0 -18px;
    }
    .flow-ttl {
        font-size: 18px;
        padding: 0 0 0 1.5em;
        margin: 0 5px;
        line-height: 1.6;
    }
    .flow-ttl span {
        font-size: 12px;
    }
    .flowImg_wrap {
        margin: 20px 0 0 0;
        padding: 0 0 20px;
    }
    .flow-img {
        margin: 0 0 28px;
    }
    .flow-img:last-child {
        margin: 0;
    }
    .flow-img img {
        width: 100%;
        height: auto;
    }
    .leco_wrap {
        margin: 0;
    }
    .leco_wrap {
        margin: 0 0 25px;
        border-radius: 5px;
        border: 1px solid #009944;
    }
    .leco_wrap.is-ver2 {
        margin: 0;
    }
    .leco-ttl {
        padding: 15px 0;
        line-height: 1.6;
        font-size: 18px;
    }
    .leco_in {
        padding: 30px 18px 70px;
    }
    .leco_wrap.is-ver1 .leco_in {
        background: url(../svg/icon01.svg) no-repeat right 23px bottom -45px;
        background-size: 57px auto;
    }
    .leco_wrap.is-ver2 .leco_in {
        background: url(../svg/icon02.svg?1) no-repeat right 25px bottom -38px;
        background-size: 57px auto;
    }
    .leco_in:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 9;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 22px solid transparent;
        border-left: 22px solid transparent;
        border-top: 16px solid #009944;
        border-bottom: 0;
        margin: 0 0 0 -22px;
    }
    .leco_in ul li {
        margin: 0 0 20px;
        font-size: 16px;
        padding: 0 0 0 33px;
    }
    .leco_in ul li:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 9;
        width: 24px;
        height: 24px;
        background: url(../img/sp/icn_chk.png) no-repeat center center;
        background-size: 100% auto;
        margin: -12px 0 0;
    }
    .leco-stl {
        font-size: 16px;
        line-height: 1.8;
        margin: 40px 0 0;
    }
    .leco-stl span {
        font-size: 20px;
        background-position: 0 85%;
    }
}
@media only screen and (max-width: 374px) {

}
