
@charset "UTF-8";
@font-face {
font-family: 'azo-sans';
src: url("../font/AzoSans-Black.woff2") format("woff2"),
    url("../font/AzoSans-Black.woff") format("woff");
}


.m_flex{
    display: flex;
    flex-wrap: wrap;
}

.m_wrap{
    max-width: 1100px;
    margin: auto;
}
.m_link{
    color: #448F38;
    text-decoration: underline;
}

@media screen and (min-width: 1025px){
    .m_pc{
        display: block !important;
    }
    .m_sp{
        display: none !important;
    }
}
@media screen and (max-width: 1024px){
    .m_pc{
        display: none !important;
    }
    .m_sp{
        display: block !important;
    }
}

@media screen and (max-width: 1024px){
    .m_wrap{
        max-width: 100%;
        margin: auto;
        padding: 0 20px;
    }
}

.m_btn-green{
    width: 100%;
    margin-top:45px;
}
.m_btn-green a{
    background-color: #5C9D51;
    background-image: url(../img/base/bg_btn-green.png);
    background-size: cover;
    background-position: center;
    max-width: 277px;
    width: 100%;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.m_btn-green.bdr-white a{
    color: #fff;
    height: 56px;
    max-width: 370px;
    padding-right: 50px;
    letter-spacing: 1px;
}
.m_btn-green.bdr-white a::before{
    content: "";
    position: absolute;
    right: 53px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 45px;
    background: #fff;
}
.m_btn-green.ellipse a{
    border-radius: 50px;
    color: #fff;
}
.m_btn-green.read-more a{
    position: relative;
    color: #fff;
    background-image: url(../img/base/bg_btn-green-scale.png);
    background-size: cover;
    background-position: center;
    padding-right: 50px;
    letter-spacing: 1px;
}
.m_btn-green.read-more a::before{
    content: "";
    position: absolute;
    right: 53px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 45px;
    background: #fff;
}
.m_btn-ft a{
    border: 2px solid #5C9D51;
    max-width: 277px;
    width: 100%;
    height: 61px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
}
.m_btn-ft a::before{
    content: "";
    position: absolute;
    right: 53px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 45px;
    background: #5C9D51;
}
.m_btn-read a,
.m_btn-read label{
    max-width: 277px;
    width: 100%;
    height: 61px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: #fff;
    border: 2px solid #5C9D51;
    letter-spacing: 1px;
}
.m_btn-read label{
    margin: auto;
    cursor: pointer;
}
.m_btn-read label:hover{
    opacity: 0.6;
}
.m_btn-read label input[type="submit"]{
    font-size: 18px;
    background: #fff;
    font-weight: bold;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
}
.m_btn-read a::before,
.m_btn-read label::before{
    content: "";
    position: absolute;
    right: 53px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 45px;
    background: #5C9D51;
}
.m_btn-read label::before{
    width: 60px;
}
@media screen and (max-width: 768px){
    .m_btn-green a{
        font-size: 16px;
        max-width: 220px;
        width: 100%;
        height: 45px;
    }
    .m_btn-green.read-more a::before {
        content: "";
        position: absolute;
        right: 45px;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        width: 35px;
        background: #fff;
    }
    .m_btn-read a,
    .m_btn-read label{
        max-width: 277px;
        width: 100%;
        height: 35px;
        padding-right: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        background: #fff;
        border: 2px solid #5C9D51;
        letter-spacing: 1px;
    }
    .m_btn-green.bdr-white a{
        height: 45px;
        max-width: 330px;
        padding-right: 50px;
    }
    .m_btn-green.bdr-white a::before{
        right: 45px;
        width: 40px;
    }
    .m_btn-ft a{
        max-width: 220px;
        width: 100%;
        height: 45px;
        padding-right: 50px;
        font-size: 14px;
    }
    .m_btn-ft a::before{
        right: 45px;
        width: 35px;
    }
}
.m_tag,
span.m_tag{
    margin: 0 13px 13px 0;
}
.m_tag a,
span.m_tag{
    padding: 2px 10px;
    color: #fff;
    background: #000;
}
.industry_cat.m_tag a,
span.industry_cat.m_tag{
    color: #fff;
    background: #000;
}
.parts_cat.m_tag a,
span.parts_cat.m_tag{
    color: #fff;
    background: #5C9D51;
}
@media screen and (max-width: 768px){
    .m_tag,
    span.m_tag{
        margin: 0 8px 8px 0;
    }
    .m_tag a,
    span.m_tag{
        padding: 2px 6px;
    }
}
.m_ttl02{
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

.m_ttl03{
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: 30px;
}

.m_ttl02.bdr-left{
    padding-left: 32px;
    position: relative;
}

.m_ttl03.bdr-left{
    padding-left: 32px;
    position: relative;
}

.m_ttl02.bdr-left:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 42px;
    background: #5C9D51;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.m_ttl03.bdr-left:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 42px;
    background: #5C9D51;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.m_ttl02.bdr-bottom{
    padding-bottom: 10px;
    line-height: 1;
    border-bottom: 5px solid #5C9D51;
    display: inline-flex;
}
.m_product-ttl{
    font-size: 2.8rem;
    padding-left: 60px;
    position: relative;
}
.m_product-ttl::before{
    content: "";
    position: absolute;
    width: 41px;
    height: 41px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/base/icn_ttl.svg) no-repeat center center / cover;
}
@media screen and (max-width: 1025px){
    .m_ttl02{
        font-size: 22px;
        font-weight: bold;
        line-height: 1;
    }

    .m_ttl02.bdr-left{
        padding-left: 18px;
        position: relative;
    }

    .m_ttl02.bdr-left:before{
        content: "";
        position: absolute;
        width: 8px;
        height: 30px;
        background: #5C9D51;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .m_ttl03{
        font-size: 22px;
        font-weight: bold;
        line-height: 1;
    }

    .m_ttl03.bdr-left{
        padding-left: 18px;
        position: relative;
    }

    .m_ttl03.bdr-left:before{
        content: "";
        position: absolute;
        width: 8px;
        height: 30px;
        background: #5C9D51;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .m_product-ttl{
        font-size: 2.2rem;
        padding-left: 40px;
    }
    .m_product-ttl::before{
        width: 31px;
        height: 31px;
    }
}