/* CSS Document */
/* main
-----------------------------------------------*/
.inherit #main .ttl h1 {
    font-size: 50px !important;
}
@media only screen and (max-width: 768px) {
    .inherit #main .ttl h1 {
        font-size: 26px !important;
    }
}
@media only screen and (max-width: 768px) {
    #contents #main.fade .txt p {
        text-align: center;
    }
}
/* inherit
-----------------------------------------------*/
.section {
    background: #f4f8d6;
    margin-top: 20px;
}
.section .inner {
    width: 980px;
    margin: 0 auto;
    padding: 80px 0 80px;
}
.section .inherit-box1 {
    text-align: center;
    margin-bottom: 45px;
}
.section .inherit-box1 .box-img {
    margin-bottom: 45px;
}
.section .inherit-box1 h3 {
    font-size: 34px;
    color: #006837;
    line-height: 1.3;
}
.section .inherit-box1 p {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
}
.section .inherit-box2-in, .section .inherit-box2-in-yellow {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    margin-bottom: 40px;
    padding: 30px;
    position: relative;
    background: #fff;
}
.section .inherit-box2-in-yellow {
    background: #ffff85;
}
.section .inherit-box2-in:last-child, .section .inherit-box2-in-yellow:last-child {
    margin-bottom: 0;
}
.section .sugobox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section .sugobox-textbox {
    width: 48%;
    margin-right: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section .sugobox-title {
    font-size: 26px;
    color: #218642;
    border-bottom: 6px solid #ffff65;
    position: relative;
    margin: 0 0 15px 30px;
    display: inline-block;
}
.section .sugobox-title:before {
    content: "";
    background: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/inherit/img/img_03@2x.png") 0 0 no-repeat;
    background-size: contain;
    width: 24px;
    height: 34px;
    position: absolute;
    top: 0;
    left: -30px;
}
.section .inherit-box2-in-yellow .sugobox-title {
    border-color: #ff0000;
}
.section .sugobox-subtitle {
    font-size: 20px;
    color: #218642;
}
.section .sugobox-honbun {
    font-size: 14px;
    line-height: 2;
}
.section .sugobox-imgbox {
    width: 50%;
}
.section .sugobox-imgbox img {
    width: 100%;
    height: auto;
}
.section .sugobox-btn {
    width: 250px;
    height: 44px;
    line-height: 44px;
    background: #eb6c01;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: relative;
}
.section .sugobox-btn:after {
    content: "";
    background: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/inherit/img/ico_link@2x.png") 0 0 no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 15px;
}
.section .inherit-box2-in-yellow .sugobox-btn {
    background: #ff0000;
}
.ponta {
    position: absolute;
    left: 300px;
    bottom: 30px;
    width: 160px;
}
.ponta.ponta-sugoroku02 {
    width: 90px;
    bottom: 15px;
    left: 330px;
}
.section .gpa-banner__inner {
    width: 512px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section .gpa-banner__inner img {
    width: 100%;
    height: auto;
}
.pc_disp {
    display: block;
}
.sp_disp {
    display: none;
}
@media only screen and (max-width: 1150px) {
    .section .inner {
        width: 100%;
        margin: 0 auto;
        padding: 15px 10px 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .section .inherit-box1 {
        margin-bottom: 25px;
    }
    .section .inherit-box1 .box-img {
        margin-bottom: 35px;
    }
    .section .inherit-box1 p {
        line-height: 1.6;
        margin-top: 15px;
    }
    .section .inherit-box2-in, .section .inherit-box2-in-yellow {
        margin-bottom: 10px;
        padding: 10px 15px 15px;
    }
    .section .sugobox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section .sugobox-textbox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section .sugobox-textbox-in {
        margin-bottom: 10px;
    }
    .section .sugobox-title {
        margin: 0 0 5px 30px;
        border-bottom: 3px solid #ffff65;
    }
    .section .sugobox-subtitle {
        margin-left: 30px;
    }
    .section .sugobox-honbun {
        width: 60%;
        margin-top: 0;
    }
    .section .sugobox-imgbox {
        width: 100%;
    }
    .section .sugobox-imgbox img {
        width: 100%;
        height: auto;
    }
    .section .sugobox-btn, .section .sugobox-btn-or {
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
    }
    .sugobox-contents {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 10px auto 0;
    }
    .ponta, .ponta.ponta-sugoroku02 {
        width: 16%;
        top: 5%;
        right: 10%;
        left: auto;
        bottom: auto;
    }
    .section .gpa-banner__inner {
        width: 100%;
        padding: 30px 10px 50px;
    }
    .pc_disp {
        display: none;
    }
    .sp_disp {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .section .inherit-box1 h3 {
        font-size: 20px;
        font-size: 5.33333vw;
    }
    .section .inherit-box1 p {
        font-size: 13px;
        font-size: 3.46667vw;
    }
    .section .sugobox-title, .section .sugobox-title-or {
        font-size: 18px;
        font-size: 4.6vw;
    }
    .section .sugobox-subtitle {
        font-size: 13px;
        font-size: 3.46667vw;
    }
    .section .sugobox-honbun {
        font-size: 12px;
        font-size: 3.2vw;
    }
    .section .sugobox-btn, .section .sugobox-btn-or {
        display: block;
        padding: 0;
        width: 200px;
        height: 33px;
        line-height: 33px;
        border-radius: 17px;
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        font-size: 13px;
    }
    .ponta, .ponta.ponta-sugoroku02 {
        position: inherit;
        width: 35%;
    }
}