@charset "UTF-8";
/**
 * @version    1.0.0
 */

/* --------------------------------- */
/*  基本 */
/* --------------------------------- */
body,html {
    margin: 0;
    padding: 0;
}
#wrapper {
    background-color: rgb(255, 255, 255);
    text-align: center;

    /*border-top-color: rgb(225,235,255);
    border-top-style: solid;
    border-top-width: 20px;*/

    width: 100%;
}

.contents {
    width: 60%;
    margin: 0 auto;
}

.text_area div {
    background-color: white;
}


/* ---文言エリア-------------------- */
.text_area {
    border-color: rgb(102, 102, 102);
    border-style: solid;
    border-width: 2px;

    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    margin: 30px auto 50px;
    padding: 20px;

    color: #000;
    font-size: 16px;
    text-align: center;
}

/* ---ボタン ----------------------- */
.btn {
    display: inline-block;
    border-style: none;
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));

    border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;

    font-weight: bold;
    text-align: center;
    padding: 17px 0 15px 0;

    background-color: rgb(83, 131, 195);
    box-shadow: 5px 5px 1px #666;
    -o-box-shadow: 5px 5px 1px #666;
    -ms-box-shadow: 5px 5px 1px #666;
    -moz-box-shadow: 5px 5px 1px #666;
    -webkit-box-shadow: 5px 5px 1px #666;

    color: #FFFFFF;
}
.pointDetail .agreeText {
    margin-top: 30px;
    margin-bottom: 0;
}
.buttonGroup {
    margin-top: 15px;
}
.btn_back,
.btn_agreement {
    padding: 1em;
    min-width: 200px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none ;
    box-shadow: none ;
    text-decoration: none;
    margin: 10px;
}
.btn_back {

    background-color: #999;

}
.btn_agreement {

}
.btn_close {
    font-size: 40px;
    width: 100%;
}

.btn_question {
    font-size: 36px;
    line-height: 45px;
}

a.btn_link {
    text-decoration: none;
    color: #FFFFFF;
}

:focus {
    outline-color: rgb(255, 255, 255);
    outline-width: 0px;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .5em;
    background-color: #19daee;
}
.header span img {
    vertical-align: top;
}
.header span {
    display: inline-block;
    margin:  0 10px;
    font-size: 24px;
}
.pointDetail {
    max-width: 780px;
    padding: 50px 30px;
    margin: 0 auto;
}
.pointDetail p {
    text-align: center;
    margin: 0;
}
.pointDetail {
    text-align: center;
}
.pointDetail dt {
    margin-top: 1em;
    font-weight: bold;
}
.pointDetail dd {
    margin: 0 auto;
}

/* --------------------------------- */
/*  ～750px */
/* --------------------------------- */
@media screen and (max-width: 750px) {
    .contents {
        width: 70%;
    }
}

@media screen and (max-width: 750px) {
    .buttonGroup {
        display: flex;
        flex-direction: column-reverse;
    }
    .buttonGroup .btn_back,
    .buttonGroup .btn_agreement {
        padding: .5em;
        font-size: 20px;
    }
}

/* --------------------------------- */
/*  ～620px */
/* --------------------------------- */
@media screen and (max-width: 630px) {
    .contents {
        width: 80%;
    }

    .text_area {
        margin: 40px auto;
        padding: 20px 15px;
        font-size: 14px;
    }

    .btn {
        font-size: 30px;
    }

    .btn_question {
        line-height: 34px;
    }
}

/* --------------------------------- */
/*  ～480px */
/* --------------------------------- */
@media screen and (max-width: 480px) {
    .contents {
        width: 90%;
    }

    .text_area {
        margin: 30px auto;
        font-size: 13px;
    }

    .btn {
        font-size: 28px;
    }

    .btn_question {
        line-height: 32px;
    }
}

/* --------------------------------- */
/*  ～320px */
/* --------------------------------- */
@media screen and (max-width: 320px) {
    #wrapper {
        padding: 0 3%;
        width: 94%;
    }
    
    .contents {
        width: 100%;
    }

    .text_area {
        margin: 20px auto;
        padding: 10px;
        font-size: 12.5px;
    }

    .btn {
        font-size: 26px;
    }

}

/* --------------------------------- */
/*  注記 */
/* --------------------------------- */
.remarks {
    border-color: rgb(102, 102, 102);
    border-style: solid;
    border-width: 2px;

    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    margin: 50px auto;
    padding: 35px 20px;

    color: #000;
    font-size: 16px;
    text-align: left;
}
.remarks p:last-child {
    margin-bottom: 0;
}
.remarks p em {
    font-style: normal;
    text-decoration: underline;
}
.remarks__inner {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.remarks-title {
    text-align: center;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: .5em;
}
.remarks-subtitle {
    color: #158ec2;
    margin-bottom: 0;
}
.remarks-subtitle + p {
    margin-top: 0;
}
@media screen and (max-width: 630px) {
    .remarks {
        margin: 30px auto;
        padding: 20px 15px;
        font-size: 12.5px;
    }
}