@charset "utf-8";

.cont .container {
    padding-bottom: 0;
}

.cont_img {
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
}

/*============================
price
============================*/

#price .summary {
    width: 790px;
    padding-bottom: 100px;
}

#price table.info td .eng {
    font-size: 26px;
    font-weight: bold;
}

#price table.info td p {
  margin-top: 0;
  position: relative;
  padding-left: 20px;
}

#price table.info td p::before {
  content: '※';
  position: absolute;
  left: 0;
}

#price table.info td .notice {
    display: block;
    font-weight: bold;
    margin-top: 20px;
}

#price table.info td .red {
    color: #ff3232;
}

#price h3 {
    margin-top: 60px;
}

#price table.option th {
    width: 360px;
    text-align: left;
    padding-left: 50px;
}

#price table.option td {
    padding-left: 50px;
}

#price p {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    #price .summary {
        width: 100%;
        padding-bottom: 40px;
    }

    #price table.info td .eng {
        font-size: 20px;
    }
    
    #price table.info td p {
  padding-left: 16px;
}

    #price table.info td .notice {
        margin-top: 10px;
    }

    #price h3 {
        margin-top: 30px;
    }

    #price table.option th {
        width: 150px;
        padding-left: 0;
        text-align: center;
    }
    
    #price table.option td {
    padding-left: 10px;
}

    #price p {
        font-size: 13px;
        letter-spacing: 0;
    }

}


/*============================
agreement
============================*/

#agreement {
    background-color: #00c8c8;
    padding-bottom: 100px;
}

#agreement h2 {
    color: #fff;
    text-align: center;
}

#agreement h2 .ja {
    color: #fff;
}

#agreement .box {
    background-color: #fff;
    padding: 60px;
}

#agreement .scroll {
    width: 920px;
    height: 880px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 40px;
    border: 1px solid #eee;
    margin: 40px 0;
}

#agreement .scroll dt {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

#agreement .scroll dd {
    margin-bottom: 30px;
    padding-left: 20px;
}

#agreement .scroll ol {
    list-style: decimal;
}

#agreement .scroll ol li {
    padding-left: 10px;
}

#agreement .scroll ul {
    list-style: lower-alpha;
    padding-left: 20px;
}

#agreement .scroll p {
    text-align: right;
}

#agreement ul.pdf_link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#agreement .pdf_link li {
    width: 320px;
}

#agreement .pdf_link li a {
    display: block;
    line-height: inherit;
    width: 100%;
    padding: 13px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
    color: #00c8c8;
    border: 3px solid #00c8c8;
    border-radius: 0;
    background-color: #fff;
    position: relative;
}

#agreement .pdf_link li a::before {
    content: '\f56d';
    font-weight: 900;
    margin-right: 10px;
    color: #00c8c8;
}

@media only screen and (max-width: 768px) {
    #agreement {
        background-color: #00c8c8;
        padding-bottom: 40px;
    }

    #agreement .box {
        padding: 20px;
    }

    #agreement .scroll {
        width: 100%;
        height: 440px;
        padding: 10px;
        margin: 20px 0;
    }

    #agreement .scroll dt {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: bold;
    }

    #agreement .scroll dd {
        margin-bottom: 30px;
        padding-left: 20px;
    }

    #agreement .scroll ol {
        list-style: decimal;
    }

    #agreement .scroll ol li {
        padding-left: 4px;
    }

    #agreement .scroll ul {
        list-style: lower-alpha;
        padding-left: 20px;
    }

    #agreement .scroll p {
        text-align: right;
    }

    #agreement ul.pdf_link {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    #agreement .pdf_link li {
        width: 320px;
    }

    #agreement .pdf_link li a {
        display: block;
        line-height: inherit;
        width: 100%;
        padding: 13px 0;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.06em;
        color: #00c8c8;
        border: 3px solid #00c8c8;
        border-radius: 0;
        background-color: #fff;
        position: relative;
    }

    #agreement .pdf_link li a::before {
        content: '\f56d';
        font-weight: 900;
        margin-right: 10px;
        color: #00c8c8;
    }
}
