@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body:before {
    pointer-events: none;
    content: "";
    width: 100%;
    height: 100vh;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(./img/lp_bg.png);
    display: block;
    position: absolute;
}

body {
    width: 100%;
    overflow-x: hidden;
    background-position: top center;
    background-size: contain;
    background-repeat: repeat-y;
    background-image: url(./img/lp_bg2.png);
    background-color: #bae0f7;
    color: #221815;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
    -webkit-text-size-adjust: 100% !important;
}

body a {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}


.wrapper {
    background-color: #fff;
    margin: auto;
    max-width: 640px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

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

    .wrapper {
        overflow-x: hidden;
    }

}

.lp_image {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.header {
    max-width: 960px;
    width: 90%;
    text-align: center;
    padding-top: 40px;
    margin: 0 auto 40px;

}

.header img {
    max-width: 720px;
    width: 95%;
    margin: auto auto 60px;
}

.header h1 {
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    /* padding-bottom :70px ; */
    position: relative;
}

.main {
    max-width: 640px;
    width: 90%;
    margin: auto;
    padding: 40px 0 120px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.main p {
    margin: 0 auto 40px;
    line-height: 2.5em;
    text-align: center;
}

.main p .bold {
    font-weight: bold;
    font-size: 110%;
}

.main .form-group {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main .form-group .label {
    font-weight: bold;
    width: 30%;
    line-height: 1.2em;
}

.main .form-group .label span {
    display: inline-block;
}

.main .form-group .input {
    width: 70%;
    line-height: 2em;
}

.main .form-group select.input,
.main .form-group input[type="text"].input,
.main .form-group input[type="email"].input,
.main .form-group input[type="tel"].input,
.main .form-group textarea.input {
    background: transparent;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 0.5em;
    font-size: 16px;
}

.main .note {
    margin-top: 10px;
    /* text-align: right; */
    font-size: 90%;
    line-height: 1.5em;
}

@media screen and (max-width:640px) {
    .main .form-group .label {
        width: 100%;
        margin-bottom: 5px;
    }

    .main .form-group .input {
        width: 100%;
    }

    .main .note {
        text-align: left;
    }
}

.main .policy {
    margin-top: 40px;
}

.main .policy .text {
    margin-bottom: 20px;
    line-height: 1.8em;
}

.main .policy .text a {
    text-decoration: underline;
}


.main dl,
.main .normal_text {
    text-align: left;
    line-height: 1.8em;
    margin-bottom: 0;

}

.main dt {
    margin: 40px auto 10px;
    font-size: 120%;
    font-weight: bold;

}


.main .policy .form_check label {
    font-size: 120%;
}

.main .policy .form_check input {
    transform: scale(2);
}

.main .submit {
    display: block;
    margin: 60px auto 0;
    padding: 1em;
    min-width: 280px;
    background: transparent;
    border: 1px solid #666;
    border-radius: 5px;
    cursor: pointer;
    color: #000;
}

#formWrap input[type="submit"],
#formWrap input[type="button"] {
    display: inline-block;
    margin: 10px auto 0;
    padding: 1em;
    min-width: 280px;
    background: transparent;
    border: 1px solid #666;
    border-radius: 5px;
    cursor: pointer;
    color: #000;
}

#formWrap input[type="submit"]:disabled {
    border-color: rgba(16, 16, 16, 0.3);
    cursor: not-allowed;
}

.footer {
    text-align: center;
    color: #179ad2;
    font-weight: bold;
    max-width: 640px;
    width: 90%;
    margin: 40px auto;

}

.btn_wrap {
    position: relative;
}

.btn_wrap .btn {
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 57%;
}

.btn_wrap .btn_b {
    display: block;
    right: -2.5%;
    position: absolute;
    top: 0;
    width: 34%;
}

.btn_wrap .btn img,
.btn_wrap .btn_b img {
    width: 100%;
    height: auto;
    transition: .4s all;
}

.btn_wrap .btn:hover img,
.btn_wrap .btn_b:hover img {
    transform: translateY(10px);

}