/*タイトル部分---------------------------------*/
.sub_h2_bg {
    background-image: url("../img/zaikousei.jpg");
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    height: 50vh;
}

#sub_h2 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 2rem;
    position: absolute;
    top: 15vh;
    text-shadow: 1px 1px 0 #FFF;
}

.sub_h2_bg:before {
    content: "";
    position: absolute;
    height: 20vh;
    width: 300%;
    background: #A5CD6D;
    bottom: -10vh;
    left: -100%;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    background-color: #A5CD6D;
}


/*1つ目のコンテンツ---------------------------------*/


.sub_conts01 {
    position: relative;
    background: #A5CD6D;
}

.contents_inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding: 10vh 10px 0;
    color: #001715;
    text-align: left;
}


/*2つ目のコンテンツ---------------------------------*/

.sub_conts02 {
    background-color: #FFF;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
}

.sub_conts02:before {
    content: "";
    position: absolute;
    height: 20vh;
    width: 300%;
    top: -15vh;
    left: -100%;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    background-color: #A5CD6D;
}

/*3つ目のコンテンツ---------------------------------*/
.sub_conts03 {
    background-color: #A5CD6D;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
}

.sub_conts03:before {
    content: "";
    position: absolute;
    height: 20vh;
    width: 300%;
    top: -15vh;
    left: -100%;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    background-color: #FFF;
}

/*その他---------------------------------*/
.koukai {
    list-style-type: none;
    font-size: 1rem;
}

.koukai > li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2px;
}

/*フッター---------------------------------*/
#footer_zaikousei {
    background-color: #A5CD6D;
    width: 100%;
}

.footer_inner {
    max-width: 1000px;
    margin: auto;
    font-size: 1rem;
}