@charset "UTF-8";


/* 共通 */

.scrolldown4 {
    display: none;
}

p.bg-img-left {
    position: absolute;
}

p.bg-img-right {
    position: absolute;
    right: 0;
}

/* 共通 */

header.site-header {
    position: absolute;
    height: auto !important;
    z-index: 9999;
    padding-left: 3em;
    padding-top: 0em !important;
    width: 100%;
}

.header-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-menu ul li {
    margin-right: 3em;
}

#keyvis {
    background: #e3e3e3;
    position: relative;
    overflow: hidden;
    height: 30vh;
    width: 100%;
    display: flex;
    align-items: center;
    max-height: 100vh;
    text-align: center;
    color: #fff;
    font-size: 35px;
    background: linear-gradient(90deg, rgb(2 80 174) 0%, rgb(46 185 198) 100%);
}

.keyvis-box h2 img {
    width: auto;
}

.keyvis-box h2 {
    text-align: center;
}

.keyvis-box .sub-tit {
    font-weight: normal;
    font-size: 27px;
    font-family: 'Noto Serif JP', serif;
}

.keyvis-box .gd-txt {
    color: #fff;
    line-height: 80px;
    font-weight: 500;
    font-size: 35px;
    padding: 0.3em 1.3em;
    display: inline;
    background: linear-gradient(90deg, rgb(2 80 174) 0%, rgb(46 185 198) 100%);
}


/* ---------contents01-------- */

#contents01 {
    text-align: center;
    margin-bottom: 3rem !important;
}

.terms-con {
    border: 3px solid #c21500;
    padding: 7em;
    border-image: linear-gradient(90deg, rgb(2 80 174) 0%, rgb(46 185 198) 100%);
    border-image-slice: 1;
    background-color: #fff;
}

.terms-box {
    text-align: left;
    font-size: 12px;
}

.terms-detail ol h3{
    font-size: 14px;
}

.terms-detail ol li {
    font-size: 12px;
    margin-bottom: 1em;
    list-style: outside decimal;
    margin: 0 0 0 22px;
}

.terms-detail ol.terms-ol {
    border-bottom: 1px solid #666;
    padding: 3em 0;
}

.terms-detail ol.terms-sub-ol{
    padding-left: 1.5em;
    font-size: 12px;
}



@media only screen and (max-width: 750px) {

    #keyvis {
        background-position: center;
        font-size: 16px;
    }

    .keyvis-box h2 img {
        width: 65%;
    }

    .keyvis-box .gd-txt {
        color: #fff;
        line-height: 50px;
        font-size: 1.3rem;
    }

    /* ---------contents01------- */

    p.bg-img-left {
        position: absolute;
        left: -14%;
    }

    p.bg-img-left img {
        width: 55%;
    }

    .massage-txt h4 {
        font-size: 1.5em;
    }

    .massage-txt p {
        padding: 3em 0 0 0;
    }

    p.shape-left01 {
        position: absolute;
        left: -78%;
        top: 15%;
    }

    p.shape-left01 img {
        width: 100%;
    }

    p.shape-right01 {
        position: absolute;
        right: -23%;
        top: 56%;
    }

    p.shape-right2 {
        position: absolute;
        right: -40%;
        top: 94%;
    }

    p.shape-right2 img {
        width: 55%;
    }


    /* ---------contents01------- */
    .terms-con{
        border: none;
        padding: 0;
    }

    .terms-detail ol h3{
        padding-bottom: 1em;
    }

}