@charset "UTF-8";
.c-main {
    padding: 30px 0 72px;
}
.ns_content_wrap{
    text-align: center;
    max-width: 840px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.ns_content_wrap .mv{
    margin-bottom: 62px;
    position: relative;
}
.ns_content_wrap .mv .logo_wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 67px;
}
.ns_content_wrap .copy_wrap{
    max-width: 683px;
    margin: 0 auto 62px;
}
.ns_content_wrap .w640{
    max-width: 640px;
    margin: 0 auto;
}
.ns_content_wrap .w640 p{
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 0;
    line-height: normal;
}
.ns_content_wrap .w640 p:nth-of-type(3){
    margin-bottom: 80px;
}
.ns_content_wrap .w640 .w_box{
    background-color: #fff;
    border: solid 2px #179441;
    border-radius: 20px;
    padding: 52px 0 30px;
    margin-bottom: 50px;
    position: relative;
}
.ns_content_wrap .w640 .w_box:nth-of-type(3){
    margin-bottom: 80px;
}
.ns_content_wrap .w640 .w_box:nth-of-type(4){
    margin-top: 40px;
}
.ns_content_wrap .w640 .w_box:last-of-type{
    margin-bottom: 40px;
}
.ns_content_wrap .w640 .w_box:nth-of-type(4) h3{
  width: 340px;
}
.ns_content_wrap .w640 .w_box h3{
    font-size: 20px;
    color: #fff;
    background-color: #179441;
    border-radius: 50px;
    padding: 3px 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%)translateX(-50%);
    font-weight: 600;
}
.ns_content_wrap .w640 .w_box h4{
    font-size: 16px;
    font-weight: 600;
}
.ns_content_wrap .w640 .w_box p{
    margin-bottom: 20px;
    display: inline-block;
    text-align: left;
    line-height: 1.8;
}
.ns_content_wrap .w640 .w_box p span{
    font-weight: 600;
}
.ns_content_wrap .w640 .w_box h3,
.ns_content_wrap .w640 h4,
.ns_content_wrap .w640 .w_box p span{
    font-family: "Hiragino Kaku Gothic ProN W6";
}
.ns_content_wrap .w640 h4{
    font-size: 16px;
}
.ns_content_wrap .w640 .w_box img{
    max-width: 390px;
}
.ns_content_wrap .w640 .w_box:first-of-type img{
    max-width: 530px;
}
.ns_content_wrap .w640 p small{
    font-size: 14px;
}

@media screen and (max-width: 767px){
    .c-main {
        padding-top: 10px;
        padding-bottom: 26.6666666667vw;
    }
    .ns_content_wrap .mv {
        margin-bottom: 40px;
    }
    .ns_content_wrap .mv .logo_wrap{
        left:15px;
        width: 45px;
    }
    .ns_content_wrap .copy_wrap {
        margin: 0 8% 40px;
    }
    .ns_content_wrap .w640 {
        padding: 0 4%;
    }
    .ns_content_wrap .w640 p{
        text-align: left;
        line-height: 1.6;
        font-size: 16px;
    }
    .ns_content_wrap .w640 .w_box{
        padding: 40px 29px 30px;
    margin-bottom: 50px;
    }
    .ns_content_wrap .w640 .w_box:first-of-type {
        padding: 40px 15px 30px;
    }
    .ns_content_wrap .w640 .w_box:nth-of-type(2) div{
        margin: 0 4%;
    }
    .ns_content_wrap .w640 .w_box:nth-of-type(3) {
        margin-bottom: 40px;
    }
    .ns_content_wrap .w640 .w_box:last-of-type {
        margin-bottom: 30px;
    }
    .ns_content_wrap .w640 .w_box h3{
        width: max-content;
        font-size: 18px;
        padding: 2px 30px;
    }
    .ns_content_wrap .w640 h4 {
        font-size: 14px;
    }
    .ns_content_wrap .w640 .w_box p{
        margin-bottom: 15px;
    }
    .ns_content_wrap .w640 p small {
        text-align: center;
        display: block;
    }
}