@media screen and (min-width: 1024px) {

    .visible-md,
    .visible-sm {
        display: none
    }

    .visible-lg {
        display: inherit
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .visible-lg,
    .visible-sm {
        display: none
    }

    .visible-md {
        display: inherit
    }
}

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

    .visible-lg,
    .visible-md {
        display: none
    }

    .visible-sm {
        display: inherit
    }
}

.c-green {
    color: #6FBA2C
}

.btmLine {
    display: inline-block;
    margin-bottom: .3rem;
    padding-bottom: .3rem;
    border-bottom: solid 3px #FFEB00
}

@media screen and (min-width: 768px) {
    .visible-sm {
        display: none
    }
}

.l-form {
    font-size: 1.3rem
}

.l-form .inr {
    max-width: 800px;
    margin: 0 auto
}

input,
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select:hover,
label:hover {
    cursor: pointer
}

button,
input[type="button"],
input[type="submit"] {
    -webkit-transition: all .3s;
    transition: all .3s
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    cursor: pointer
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    background-color: #F7F7F7;
    border-radius: 5px;
    padding: 0.8em;
    color: #333
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b7b7b7
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b7b7b7
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #b7b7b7
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
    color: #b7b7b7
}

input[type="text"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #E7F4FC inset;
    box-shadow: 0 0 0 1000px #E7F4FC inset
}

@media screen and (min-width: 768px) {

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        font-size: 16px
    }
}

input[type="text"].-bgBlue,
input[type="email"].-bgBlue,
input[type="tel"].-bgBlue,
textarea.-bgBlue {
    background: #E7F4FC
}

select {
    background: url(../images/icon_select.svg) 93% 50%/auto no-repeat;
    background-color: #F7F7F7;
    border-radius: 5px;
    padding: 0.8em
}

select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #E7F4FC inset;
    box-shadow: 0 0 0 1000px #E7F4FC inset
}

@media screen and (min-width: 768px) {
    select {
        font-size: 16px
    }
}

select.-selected {
    color: #999
}

select.-bgBlue {
    background: #E7F4FC
}
/*
.l-form {
    padding: 80px 0
}
*/
.form__content {
    overflow: hidden
}

.form__heading {
    color: #013a80;
    text-align: center
}

@media screen and (min-width: 768px) {
    .form__heading {
        margin-bottom: 4rem;
        font-size: 4.2rem
    }
}

@media screen and (max-width: 767px) {
    .form__heading {
        margin-bottom: 3rem;
        font-size: 2.6rem
    }
}

.form__heading .sm {
    display: block;
    font-size: .75em
}

.form__processbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4rem
}

.form__process {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold
}

.form__process__step {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 2px solid #013a80;
    border-radius: 50%;
    background: #fff;
    margin: 0 2rem;
    color: #013a80;
    font-size: 1.6rem
}

.form__process__step.-current {
    background: #FFE187
}

.form__process__step + .form__process__step::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #013a80;
    z-index: -1
}

.form__item {
    padding: 1rem;
    border-bottom: 1px solid #E8E8E8
}

@media screen and (min-width: 768px) {
    .form__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .form__item input[type="text"],
    .form__item input[type="email"],
    .form__item input[type="tel"],
    .form__item .form__selectwrap,
    .form__item .form__block,
    .form__item .checkbox__group {
        width: 61%
    }

    .form__item select {
        max-width: 30rem;
        width: 100%
    }
}

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

    .form__item input[type="text"],
    .form__item input[type="email"],
    .form__item input[type="tel"],
    .form__item select,
    .form__item .form__block,
    .form__item .checkbox__group {
        width: 100%;
        font-size: 16px
    }
}

.form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-weight: bold
}

@media screen and (min-width: 768px) {
    .form__label {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 36%;
        font-size: 1.5rem;
        padding-right: 1rem
    }
}

@media screen and (max-width: 767px) {
    .form__label {
        font-size: 16px;
        margin-bottom: 1rem
    }
}

.-required .form__label::after {
    content: '必須';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #b7b7b7;
    border-radius: 2px;
    padding: 0.2em 0.8em;
    letter-spacing: 0.1em;
    margin-left: 0.5em;
    width: 5em;
    font-size: 1rem;
    white-space: nowrap
}

@media screen and (max-width: 767px) {
    .-required .form__label::after {
        margin-left: 1rem
    }
}

.form__block input[type="text"],
.form__block input[type="email"],
.form__block input[type="tel"],
.form__block select,
.form__block textarea {
    width: 100%
}

@media screen and (min-width: 768px) {
    .form__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form__block input[type="text"],
    .form__block input[type="email"],
    .form__block input[type="tel"],
    .form__block select {
        margin-top: 10px
    }

    .form__block .form__sibling:first-child input[type="text"],
    .form__block .form__sibling:first-child input[type="email"],
    .form__block .form__sibling:first-child input[type="tel"],
    .form__block .form__sibling:first-child select {
        margin-top: 0
    }
}

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

    .form__block input[type="text"],
    .form__block input[type="email"],
    .form__block input[type="tel"],
    .form__block select {
        margin-bottom: 1.33333vw
    }
}

.form__sibling {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form__sibling > *:nth-last-child(-n+3):first-child,
.form__sibling > *:nth-last-child(-n+3):first-child ~ * {
    width: calc((100% - 20px) / 3)
}

.form__sibling > *:nth-last-child(-n+2):first-child,
.form__sibling > *:nth-last-child(-n+2):first-child ~ * {
    width: calc((100% - 10px) / 2)
}

.form__item__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.form__checkbox {
    width: calc(100% / 2);
    margin-bottom: 0.3em;
    font-size: 1.2rem
}

.form__privacypolicy .form__check {
    margin: 0.5em auto 1.5em
}

.form__privacypolicy .checkbox a {
    text-decoration: underline
}

@media screen and (min-width: 768px) {
    .form__privacypolicy .checkbox {
        font-size: 1.4rem
    }
}

@media screen and (max-width: 767px) {
    .form__privacypolicy .checkbox {
        font-size: 1.6rem
    }
}

.form__privacypolicy__txt {
    width: 100%;
    height: 11em;
    padding: 5%;
    margin-top: 5%;
    overflow-y: auto;
    border: 1px solid #f2f2f2
}

.form__privacypolicy__sign {
    text-align: right
}

.form__info {
    margin: 0.5em 0
}

.form__info__tit {
    background-color: rgba(111, 186, 44, 0.1);
    font-weight: 700;
    padding: 0.5em 1em
}

.form__info__txt {
    font-size: 0.875em;
    padding: 0.5em 1em
}

.btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 4rem
}

.btn__wrap .btn {
    margin: 0 .5rem
}

.btn__submit {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    background: #053A80 url(../images/icon_arrow-a-right-lg.svg) no-repeat center right 1rem/1em;
    border: 2px solid #053A80;
    pointer-events: none;
    opacity: 0.5
}

@media screen and (min-width: 768px) {
    .btn__submit {
        max-width: 250px;
        font-size: 1.6rem;
        height: 64px
    }

    .btn__submit:hover {
        background-image: none;
        background-color: #fff;
        color: #053A80;
        border-color: #053A80
    }
}

@media screen and (max-width: 767px) {
    .btn__submit {
        height: 54px;
        font-size: 1.6rem
    }
}

.btn__submit:hover {
    background-image: url(../images/icon_arrow-a-right-lg-blue.svg)
}

.btn__submit.enable {
    pointer-events: all;
    opacity: 1
}

.form .btn__submit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    background: #5C3F31;
    border: 2px solid #5C3F31
}

@media screen and (min-width: 768px) {
    .form .btn__submit {
        max-width: 250px;
        font-size: 1.6rem;
        height: 64px
    }

    .form .btn__submit:hover {
        background-image: none;
        background-color: #fff;
        color: #5C3F31;
        border-color: #5C3F31
    }
}

@media screen and (max-width: 767px) {
    .form .btn__submit {
        height: 54px;
        font-size: 1.6rem
    }
}

.btn__prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    background: #FFE187 url(../images/icon_arrow-a-left-lg-blue.svg) no-repeat center left 1rem/1em;
    border: 2px solid #FFE187;
    color: #053A80
}

@media screen and (min-width: 768px) {
    .btn__prev {
        max-width: 250px;
        font-size: 1.6rem;
        height: 64px
    }

    .btn__prev:hover {
        background-image: none;
        background-color: #fff;
        color: #053A80;
        border-color: #FFE187
    }
}

@media screen and (max-width: 767px) {
    .btn__prev {
        height: 54px;
        font-size: 1.6rem
    }
}

.btn__prev:hover {
    background-image: url(../images/icon_arrow-a-left-lg-blue.svg)
}

@media screen and (min-width: 768px) {
    .btn__prev {
        width: 40%
    }
}

.checkbox__item {
    color: #333;
    font-size: 1.5rem
}

.checkbox__item + .checkbox__item {
    margin-top: .5rem
}

@media screen and (min-width: 768px) {
    .checkbox__item {
        display: inline-block
    }
}

input:-moz-read-only:hover {
    cursor: default
}

input:read-only:hover {
    cursor: default
}

.checkbox {
    position: relative;
    top: -0.3em
}

input[type="radio"],
input[type="checkbox"] {
    background-color: #f7f7f7;
    border: none;
    border-radius: 2px;
    width: 2.5rem;
    height: 2.5rem;
    vertical-align: text-bottom;
    margin: 0
}

input[type="radio"]:checked + .checkbox,
input[type="checkbox"]:checked + .checkbox {
    position: relative;
    color: #013a80
}

input[type="radio"]:checked + .checkbox::before,
input[type="checkbox"]:checked + .checkbox::before {
    content: '';
    position: absolute;
    top: -0.7em;
    left: -1.5em;
    width: 0.5em;
    height: 1.1em;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #013a80;
    -webkit-transform: rotate(39deg) skewY(20deg);
    transform: rotate(39deg) skewY(20deg);
    pointer-events: none
}

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

    input[type="radio"]:checked + .checkbox::before,
    input[type="checkbox"]:checked + .checkbox::before {
        left: -1em
    }
}

.form__step {
    width: 336%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media screen and (min-width: 768px) {

    .form__step.-step01 .form__step__content:nth-child(2),
    .form__step.-step01 .form__step__content:nth-child(3) {
        height: 0;
        visibility: hidden
    }
}

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

    .form__step.-step01 .form__step__content:nth-child(2),
    .form__step.-step01 .form__step__content:nth-child(3) {
        height: 0;
        visibility: hidden
    }
}

.form__step.-step02 {
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%)
}

@media screen and (min-width: 768px) {

    .form__step.-step02 .form__step__content:nth-child(1),
    .form__step.-step02 .form__step__content:nth-child(3) {
        height: auto;
        visibility: hidden
    }
}

@media screen and (max-width: 767px) {
    .form__step.-step02 .form__step__content:nth-child(1) {
        height: auto;
        visibility: hidden
    }

    .form__step.-step02 .form__step__content:nth-child(3) {
        height: auto;
        visibility: hidden
    }
}

.form__step.-step03 {
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%)
}

@media screen and (min-width: 768px) {

    .form__step.-step03 .form__step__content:nth-child(1),
    .form__step.-step03 .form__step__content:nth-child(2) {
        height: auto;
        visibility: hidden
    }
}

@media screen and (max-width: 767px) {
    .form__step.-step03 .form__step__content:nth-child(1) {
        height: auto;
        visibility: hidden
    }

    .form__step.-step03 .form__step__content:nth-child(2) {
        height: 0;
        visibility: hidden
    }
}

.form__step__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30%
}

.form__step__content:nth-child(2) {
    margin: 0 5%
}

.form__step__content:nth-child(3) .form__item {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media screen and (min-width: 768px) {
    .confirm {
        padding: 8rem 0
    }
}

@media screen and (max-width: 767px) {
    .confirm {
        padding: 6rem 0
    }
}

.form__subheading {
    text-align: center
}

@media screen and (min-width: 768px) {
    .form__subheading {
        font-size: 2.6rem;
        margin-bottom: 3rem
    }
}

@media screen and (max-width: 767px) {
    .form__subheading {
        font-size: 2rem;
        margin-bottom: 2rem
    }
}

.form__lead {
    text-align: center
}

@media screen and (min-width: 768px) {
    .form__lead {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 767px) {
    .form__lead {
        font-size: 1.4rem;
        padding: 0 2rem
    }
}

.confirm table {
    width: 100%;
    max-width: 800px
}

@media screen and (min-width: 768px) {
    .confirm table {
        margin: 7rem auto;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 767px) {
    .confirm table {
        margin: 4rem auto;
        font-size: 1.3rem
    }
}

.confirm th {
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #E8E8E8;
    padding: 1rem
}

@media screen and (min-width: 768px) {
    .confirm th {
        width: 30%
    }
}

@media screen and (max-width: 767px) {
    .confirm th {
        width: 40%
    }
}

.confirm td {
    border-bottom: 1px solid #E8E8E8;
    padding: 1rem
}

@media screen and (min-width: 768px) {
    .thanks {
        padding: 8rem 0
    }
}

@media screen and (max-width: 767px) {
    .thanks {
        padding: 6rem 0
    }
}

.thanks__txt {
    text-align: center
}

@media screen and (min-width: 768px) {
    .thanks__txt {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 767px) {
    .thanks__txt {
        font-size: 1.4rem;
        padding: 0 2rem
    }
}

body {
    overflow-x: hidden
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    overflow: hidden;
    overflow-y: scroll
}

.is-show {
    overflow: hidden
}

.is-show .popup {
    opacity: 1;
    visibility: visible
}

.popup__inner {
    position: absolute;
    left: 50%;
    top: 5vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    max-height: 90vh;
    max-width: 800px;
    background-color: #fff;
    z-index: 2;
    overflow-y: scroll
}

@media screen and (min-width: 768px) {
    .popup__inner {
        padding: 50px
    }
}

@media screen and (max-width: 767px) {
    .popup__inner {
        padding: 4rem 2rem
    }
}

.close__btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 50px;
    text-align: center;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .close__btn {
        width: 50px;
        height: 50px
    }
}

@media screen and (max-width: 767px) {
    .close__btn {
        width: 30px;
        height: 30px
    }
}

.close__btn::before,
.close__btn::after {
    content: '';
    top: 10px;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute
}

.close__btn::before {
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close__btn::after {
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    cursor: pointer
}

.privacypolicy__heading {
    color: #053A80;
    text-align: center;
    margin-bottom: 4rem
}

@media screen and (min-width: 768px) {
    .privacypolicy__heading {
        font-size: 3rem
    }
}

@media screen and (max-width: 767px) {
    .privacypolicy__heading {
        font-size: 2.5rem
    }
}

.privacypolicyBlock + .privacypolicyBlock {
    margin-top: 3rem
}

.privacypolicyBlock__heading {
    margin-bottom: 1em
}

@media screen and (min-width: 768px) {
    .privacypolicyBlock__heading {
        font-size: 2rem
    }
}

@media screen and (max-width: 767px) {
    .privacypolicyBlock__heading {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 768px) {
    .privacypolicyBlock__text {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 767px) {
    .privacypolicyBlock__text {
        font-size: 1.4rem
    }
}

.privacypolicyBlockList {
    counter-reset: number 0
}

.privacypolicyBlockList__item {
    position: relative;
    margin-top: 2em;
    padding-left: 1.5em
}

@media screen and (min-width: 768px) {
    .privacypolicyBlockList__item {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 767px) {
    .privacypolicyBlockList__item {
        font-size: 1.4rem
    }
}

.privacypolicyBlockList__item::before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: number 1;
    content: counter(number) "."
}

.privacypolicyBlockList__item b {
    display: block;
    margin-bottom: 1em
}

.privacypolicyBlockList__ol {
    margin-top: 1em;
    padding-left: 1em
}

.privacypolicyBlockList__li::before {
    content: '・'
}
