@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin        : 0;
    padding       : 0;
    border        : 0;
    outline       : 0;
    font-size     : 100%;
    vertical-align: baseline;
    background    : transparent;
    font-weight   : normal;
}

img {
    margin        : 0;
    padding       : 0;
    border        : 0;
    outline       : 0;
    font-size     : 100%;
    vertical-align: bottom;
    background    : transparent;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing : 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

a {
    margin         : 0;
    padding        : 0;
    font-size      : 100%;
    vertical-align : baseline;
    background     : transparent;
    text-decoration: none;
}

.clearfix:after {
    content   : ".";
    display   : block;
    height    : 0;
    clear     : both;
    visibility: hidden;
}

.clearfix {
    display   : inline-table;
    min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
.clear {
    clear: both;
}

@media screen and (min-width: 48em) {
    .hsp {
        display: none;
    }
}

.hpc {
    display: none;
}

@media screen and (min-width: 48em) {
    .hpc {
        display: block;
    }
}

@media screen and (min-width: 64em) {
    .vsp {
        display: none;
    }
}

.vpc {
    display: none;
}

@media screen and (min-width: 64em) {
    .vpc {
        display: block;
    }
}

a[href^="tel:"] {
    cursor: default;
}

@media screen and (min-width: 48em) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

* {
    margin            : 0;
    padding           : 0;
    -webkit-box-sizing: inherit;
    box-sizing        : inherit;
}

html {
    font-size: 62.5%;
}

body {
    line-height                  : 1.75;
    font-size                    : 1.3rem;
    -webkit-box-sizing           : border-box;
    box-sizing                   : border-box;
    -webkit-font-smoothing       : antialiased;
    -moz-osx-font-smoothing      : grayscale;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings        : 'palt';
    font-family                  : "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
    color                        : #000;
    word-break                   : break-all;
}

img {
    max-width     : 100%;
    vertical-align: bottom;
}

a {
    -webkit-transition: all .4s ease-in-out;
    transition        : all .4s ease-in-out;
}

a {
    color: #000;
}

.main {
    margin   : 0 auto;
    position : relative;
    max-width: 100%;
}

.main__img {
    width : 100%;
    height: auto;
}

.main__fixed {
    position: absolute;
    z-index : 100;
}

.btn_box {
    display          : inline-block;
    top              : calc(12140 / 13193 * 100%);
    width            : calc(750 / 750 * 100%);
    height           : calc(362 / 13193 * 100%);
    left             : 50%;
    -webkit-transform: translate(-50%, 0);
    transform        : translate(-50%, 0);
}

@media screen and (min-width: 64em) {
    .btn_box {
        top: calc(12110 / 13193 * 100%);
    }
}

/*チェックを入れるとボタンが活性化する*/
.notes_required {
    text-align: center;
}

.notes_required .check_text_b {
    font-size: 16px;
}

.notes_required .checkBtn_area {
    max-width          : 722px;
    margin             : 0 auto;
    transition-duration: 0.2s;
}

.notes_required label {
    font-size          : 50px;
    font-weight        : bold;
    cursor             : pointer;
    transition-duration: 0.3s;
    position           : relative;
}

.notes_required label .label_inner {
    padding-left: 80px;
}

@media screen and (max-width: 750px) {
    .notes_required label {
        font-size: 25px;
    }

    .notes_required label .label_inner {
        padding-left: 50px;
    }
}

.notes_required label .label_inner:before {
    content   : "";
    width     : 72px;
    height    : 72px;
    background: #fff;
    border    : 2px solid #000;
    box-sizing: border-box;
    position  : absolute;
    top       : 50%;
    left      : 0;
    margin-top: -31px;
}

.notes_required._check label .label_inner:after {
    content          : '';
    width            : 35px;
    height           : 22px;
    border-top       : 6px solid #d6042e;
    border-right     : 6px solid #d6042e;
    -webkit-transform: rotate(130deg);
    transform        : rotate(130deg);
    position         : absolute;
    top              : 50%;
    left             : 3%;
    margin-top       : -0.4em;
}

@media screen and (max-width: 750px) {
    .notes_required label .label_inner:before {
        width     : 9vw;
        height    : 9vw;
        margin-top: -15px;
    }

    .notes_required._check label .label_inner:after {
        content: '';
        width  : 4vw;
        height : 2vw;
        left   : 3.6%;
    }
}

.notes_required label input {
    position: relative;
    z-index : -1;
}

/*------------------------------------------------------------
.btnArea
------------------------------------------------------------*/

.btnArea {
    margin    : 10px auto 0;
    position  : relative;
    text-align: center;

}

@media screen and (min-width: 64em) {
    .btnArea {
        margin    : 30px auto 0;
    }
}

.btnArea input[type="submit"] {
    position           : absolute;
    top                : 0;
    left               : 0;
    right              : 0;
    margin             : 0 auto;
    width              : 100%;
    height             : 100%;
    padding            : 0;
    z-index            : -1;
    transition-duration: 0.3s;
    box-sizing         : border-box;
}

.btn_one {
    display       : inline-block;
    /* 同意前 */
    /*opacity     : .5;*/
    /* filter     : grayscale(100%); */
    pointer-events: none;
}

.btnArea__image {
    position    : relative;
    margin-left : auto;
    margin-right: auto;
    width       : 335px;
    height      : 103px;

}

@media screen and (min-width: 64em) {
    .btnArea__image {
        width : 650px;
        height: 199px;
    }
}

.btnArea__image img {
    max-width: 100%;
}

/* 同意ボタン押した後 */
.btnArea._check .btn_one {
    /*opacity: 1;*/
    /* filter: none; */
    pointer-events: inherit;
}

.btnArea._check .btnArea__image img {
    opacity: 0;
}

.btnArea .btnArea__image::before {
    content          : '';
    display          : inline-block;
    width            : 100%;
    height           : 100%;
    position         : absolute;
    top              : 0;
    left             : 0;
    background       : url(../img/button_mono.png);
    background-size  : cover;
    background-repeat: no-repeat;
}

.btnArea._check .btnArea__image::before {
    content          : '';
    display          : inline-block;
    width            : 100%;
    height           : 100%;
    position         : absolute;
    top              : 0;
    left             : 0;
    background       : url(../img/button.png);
    background-size  : cover;
    background-repeat: no-repeat;
}

.main__kiyaku {
    font-size        : 14px;
    line-height      : 1.7;
    width            : calc(620 / 750 * 100%);
    height           : calc(460 / 13193 * 100%);
    top              : calc(11550 / 13193 * 100%);
    left             : 50%;
    -webkit-transform: translate(-50%, 0);
    transform        : translate(-50%, 0);
    overflow-y       : scroll;
    margin           : 0 auto;
    padding          : 1.2%;
    background-color : #fff;
}

@media screen and (min-width: 64em) {
    .main__kiyaku {
        font-size: 17px;
    }

    .main {
        max-width: 750px;
    }
}

.main__kiyaku>* {
    word-wrap     : break-word;
    letter-spacing: 0;
}

.main__kiyaku h5 {
    padding-top: 3%;
    line-height: 1.5;
}

.main__kiyaku h5:first-child {
    padding-top: 0;
}

.main__kiyaku p {
    margin-top: 0.8%;
}

.main__kiyaku a {
    text-decoration: underline;
    color          : #000;
}

.indent1 {
    padding-left: 1em;
    text-indent : -1em;
}

.indent2 {
    padding-left: 0.5em;
    text-indent : -0.5em;
}

.main__link01 {
    display          : inline-block;
    top              : calc(1434 / 13193 * 100%);
    width            : calc(684 / 750 * 100%);
    height           : calc(361 / 13193 * 100%);
    left             : 50%;
    -webkit-transform: translate(-50%, 0);
    transform        : translate(-50%, 0);
}

/*# sourceMappingURL=style.css.map */