@charset "UTF-8";

body {
    width: 100%;
    /*overflow-x: hidden;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin: 0;
    text-align: justify;
line-break: strict;
overflow-wrap: break-word;
word-wrap: break-word;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    
    .palt {
        font-feature-settings: "palt";
    }

    .header_bg {
        background: #EFEFEF;
        box-sizing: border-box;
    }
    .header_wrap {
        position: relative;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        max-width: 945px;
        padding: 2.535vw 0;
        box-sizing: border-box;
    }
    .header_logo {
        display: inline-block;
        width: 38.548vw;
    }
    .header_logo img {
        width: 100%;
    }
    .header_pr {
        display: inline-block;
        font-size: 0;
        position: absolute;
    	top: 50%;
    	right: 15px;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	width: 8.585%;
    }
    .header_pr img {
        width: 100%;
    }
    
    
    @media screen and (min-width: 440px) {
        .header_wrap {
            padding: 10px 0;
        }
        .header_logo {
            width: 179.598px;
        }
        .header_pr {
            width: 40px;
        }
    }
    
    
    @media screen and (min-width: 640px) {
        .header_logo {
            width: 210px;
        }
        .header_wrap {
            padding: 9.55px 0;
        }
    }

    .fv_bg {
        background: #ececed;
        border-top: 10px solid #007f41;
    }
    .main_img {
        margin: 0;
        font-size: 0;
    }
    .fv_wrap {
        margin: 0 auto;
        max-width: 920px;
        position: relative;
    }
    .fv_logo {
        margin: 0;
        font-size: 0;
        position: absolute;
        width: 28%;
        left: 4%;
        top: 5%;
    }
    .pcprof {
        display: none;
    }
    .spprof_bg {
        background: #ececed;
    }
    .spprof_flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 13px 10px;
        flex-direction: row-reverse;
        margin: 0 auto;
        max-width: 920px;
    }
    .spprof {
        width: 92%;
        padding: 0 10px;
        box-sizing: border-box;
        text-align: center;
    }
	/*.spprof {
        width: 50%;
    }*/
    .spprof_txt1 {
        font-size: 9px;
        font-weight: 600;
        line-height: 1.15;
        margin: 0;
    }
    .spprof_txt2 {
        font-size: 13.5px;
        font-weight: 600;
        line-height: 1.15;
        margin: 2px 0 6px;
    }
    .spprof_txt2 > span {
        font-size: 9px;
    }
    .spprof_txt3 {
        font-size: 10px;
        line-height: 1.26666;
        margin: 0;
        text-align: left;
    }
    @media screen and (min-width: 640px) {
        .spprof_bg {
            display: none;
        }
        .pcprof {
            display: block;
            box-sizing: border-box;
            background: rgba(255,255,255,.8);
            width: 303px;
            padding: 8px 14px 14px;
            text-align: center;
            position: absolute;
            bottom: 8%;
        }
        .pcprof_txt1 {
            font-size: 13px;
            font-weight: 600;
            line-height: 1.15;
            margin: 0;
        }
        .pcprof_txt2 {
            font-size: 21.7px;
            font-weight: 600;
            line-height: 1.15;
            margin: 2px 0 6px;
        }
        .pcprof_txt2 > span {
            font-size: 14.1px;
        }
        .pcprof_txt3 {
            font-size: 10.85px;
            line-height: 1.26666;
            margin: 0;
            text-align: left;
        }
    }
    
    
    
    .tagline_wrap {
        margin: 8px auto 45px;
        max-width: 823px;
        box-sizing: border-box;
    }
    .tagline {
        margin: 0;
        color: #FFF;
        font-size: 7vw;        
        line-height: 1.2;
        font-weight: 600;
    }
    .tagline > span {
        display: inline-block;
        width: 100%;
        margin-bottom: 3px;
    }
    .tagline > span > span {
        display: inline-block;
        background: #007f41;
        padding: 6px 12px;
    }
    .tagline-small {
        font-size: 3.5vw;
    }
    @media screen and (min-width: 640px) {
        .tagline_wrap {
            margin: -30px auto 60px;
            position: relative;
            z-index: 5;
        }
        .tagline {
            font-size: 39px;
        }
        
        .tagline-small {
            font-size: 80%;
        }
    }
    
    
    
    .article {
        margin: 0 auto 70px;
        max-width: 823px;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .co_h2 {
        position: relative;
        text-align: center;
        font-size: 4.5vw;
        margin: 0 20px 35px;
        padding: 0 15px;
        line-height: 1.2;
    }
    .co_h2::before, .co_h2::after {
        content: "";
        position: absolute;
        top: 50%;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	background: #2b883a;
    	height: 100%;
    	min-height: 40px;
    	width: 6px;
    }
    .co_h2::before {
        left: 0;
    }
    .co_h2::after {
        right: 0;
    }
    .co_h3 {
        font-size: 16px;
        margin: 0 20px 35px;
        line-height: 1.2;
        color: #007f41;
    }
    .txt1 {
        font-size: 16px;
        line-height: 1.7;
        margin: 0 0 60px;
        padding: 0 20px;
    }
    .txt1.green {
        color: #007f41;
    }
    .block_1 {
        text-align: center;
        margin: 0 0 60px;
    }
    .block_1 img {
        display: inline-block;
        margin-bottom: 15px;
        width: 100%;
        max-width: 620px;
    }
    .block_1 h3 {
        font-size: 110%;
        line-height: 1.2;
    }
    .txt2 {
        font-size: 13px;
        margin: 0;
    }
    @media screen and (min-width: 640px) {
        .article {
            padding: 0;
            margin-bottom: 150px;
        }
        .co_h2 {
            font-size: 29px;
            margin-bottom: 60px;
        }
        .co_h2::before, .co_h2::after {
            height: 60px;
        }
        .txt1 {
            font-size: 18px;
        }
        .co_h3 {
            font-size: 22px;
        }
        .block_1 h3 {
            font-size: 120%;
        }
        .block_1 h3 br {
            display: none;
        }
    }
    
    
    .ffb_block {
        text-align: center;
        padding: 0 20px 100px;
        border-bottom: 9.6px solid #007f41;
        position: relative;
    }
    .ffb_logo {
        margin: 0;
        font-size: 0;
    }
    .ffb_logo img {
        width: 204px;
    }
    .ffb_txt1 {
        font-size: 13px;
        line-height: 1.69;
    }
    .ffb_ob {
        display: none;
    }
    @media screen and (min-width: 640px) {
        .ffb_block {
            margin-bottom: 35px;
            padding-bottom: 150px;
        }
        .ffb_ob {
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 145px;
        }
    }

    .bl4_wrap {
        padding: 0 24px;
    }
    .bl4_in {
        padding: 0 0 60px;
        text-align: center;
        position: relative;
        z-index: 5;
    }
    .bl4_logo {
        font-size: 0;
        margin: 0 0 30px;
    }
    .bl4_txt1 {
        font-weight: 600;
        font-size: 13.695px;
        margin: 0 0 15px;
    }
    .bl4_txt2 {
        font-size: 10.3px;
        line-height: 1.8;
    }
    .white_bg {
        position: relative;
    }
    .white_bg::before {
        content: "";
        position: absolute;
    	left: 50%;
    	top: 0;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	width: 200vw;
    	background: #FFF;
    	z-index: -1;
    }
    .bl4_wrap.white_bg {
        z-index: 1;
    }

    @media screen and (min-width: 640px) {
        .bl4_wrap {
            margin: 0px 0 0;
            padding-bottom: 10px;
        }
        .bl4_in {
            padding: 0 0 70px;
        }
        .bl4_txt1 {
            font-size: 15.46px;
        }
        .bl4_txt2 {
            font-size: 11.89px;
        }
    }

    .p-article_action {
        display: flex;
        margin-bottom: 80px;
        flex-wrap: wrap;
    }
    .p-article_action_group.-footer {
        justify-content: center;
        width: 100%;
    }
    .p-article_action_group {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .p-article_action_group .p-article_action_btn:first-of-type {
        margin-left: 0;
    }
    .p-article_action_btn {
        display: block;
        position: relative;
        width: 52px;
        height: 30px;
        margin-left: 0px;
    }
    .p-article_action_btn_label.-Facebook {
        background-image: url(ico_action_facebook.svg);
    }
    .p-article_action_btn_label.-twitter {
        background-image: url(ico_action_twitter.svg);
        background-position: center top 3px;
    }
    .p-article_action_btn_label.-line {
        background-image: url(icon_line.png);
        background-position: center top 3px;
    }
    .p-article_action_btn_label {
        display: block;
        position: relative;
        padding-top: 30px;
        background-position: center top;
        background-repeat: no-repeat;
        color: #818181;
        font-size: 13px;
        line-height: 1;
        text-align: center;
        transition: .1s all ease-in;
    }
    .p-article_action_btn_label::before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 24px;
        background-color: #fff;
        background-position: center top;
        background-repeat: no-repeat;
        content: '';
        opacity: 0;
        transition: .1s linear;
    }
    .p-article_action_share {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 11.77px;
        color: #898989;
    }
    .internal_alertinfo {
        font-size: 12px;
        padding-bottom: 45px;
    }
    .ptop {
        max-width: 58px;
        width: 100%;
        margin: 0 auto 0 auto;
        padding: 0;
    }
    @media screen and (max-width: 599px) {
        .ptop {
            max-width: 35px;
            margin: 0 auto 40px auto;
            padding: 0;
        }
    }
    .ptop {
        width: 100%;
    }
    .ptop a {
        display: inline-block;
        width: 100%;
    }
    .ptop a img {
        max-width: 100%;
    }


.touch-slide {
    background-color: #3e3a39;
    width: 81.97%;
    margin: auto;
    position: relative;
    opacity: 1;
    display: block;
}

@media screen and (max-width: 639px) {
/*    header {
        display: none;
    }*/

    .sp-non {
        display: none;
    }

    .row-sp {
        display: flex;
        flex-flow: column;
    }

    .content-border {
        border-right: none;
        border-left: none;
        border-bottom: 2px solid #275290;
    }

    .col-3 {
        margin: 0 12vw;
    }

    .p-10 {
        padding: 10px 0;
        justify-content: normal;
    }
}
/*
@media screen and (min-width: 640px) and (max-width: 999px) {
    header {
        display: none;
    }
}

.sp_header {
    display: none;
}

@media screen and (max-width: 639px) {
    .sp_header {
        display: block;
        background-color: black;
    }

    .sp_header img {
        width: 100%;
    }
}

@media screen and (min-width: 640px) and (max-width: 999px) {
    .sp_header {
        display: block;
        background-color: black;
    }

    .sp_header img {
        width: 100%;
    }
}
*/

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media screen and (max-width: 639px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

}
/*-------container-gray------------------*/

/*-------container-gray------------------*/

.sp-non {
    display: block;
}

.sp-non {
    display: none;
}


/*# sourceMappingURL=style.css.map */

