body {
    background: url(bg-m.jpg) #e1e2e3 center 0 no-repeat;
    background-size: 100%
}

@media screen and (min-width:960px) {
    body {
        background-attachment: fixed;
        background: url(bg.jpg) #e1e2e3 center 0 no-repeat;
        background-size: center auto
    }

    .bg-fixed {
        background-attachment: fixed;
        /* background-position-y: 100% */
    }
}

.condition__1st,
.condition__2nd,
.condition__3rd {
    margin: 2% auto 3%;
    padding-bottom: 2%;
    width: 95%;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    overflow: hidden
}

.block__title {
    padding: 2%;
    color: #fff;
    background-color: #338420;
    font-weight: 700
}

.block__title span:first-child {
    font-size: 4.5vw
}

.block__title span:last-child {
    font-size: 3.3vw
}

.text__label input {
    background-color: #fff;
    font-size: 3vw
}

input[name=space]:checked~label input {
    background-color: #fff
}

input[type=radio] {
    position: relative;
    margin-right: 2%;
    margin-bottom: .7%;
    width: 4.5vw;
    height: 4.5vw;
    vertical-align: middle
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield
}

input[type=checkbox] {
    position: relative;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 3.5vw;
    height: 4.5vw;
    vertical-align: middle;
    border-color: #fff
}

input[type=checkbox]::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 5vw;
    height: 5vw;
    background-color: #fff;
    border: 1px solid #7c7c7c;
    border-radius: 50%
}

.checkedBox:checked::before {
    content: "";
    position: absolute;
    top: -3%;
    left: -3%;
    background-color: #c21d1b;
    border: 1px solid #fff;
    display: inline-block;
    width: 5vw;
    height: 5vw;
    vertical-align: middle;
    border-radius: 50%
}

input[type=checkbox]:checked::before {
    top: -6%;
    left: -21%
}

.input--space {
    width: 14vw;
    height: 8vw;
    border: 1px solid #d2d2d2;
    text-align: center
}

input[name=space_01] {
    width: 20vw
}

.condition__1st .row .text__label {
    padding: 5% 5% 2%;
    font-size: 3.7vw
}

.block__title div {
    padding-left: 16%;
    font-size: 3.3vw
}

.label__wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 2% 5% 0
}

.condition__2nd label {
    display: block;
    width: 33%;
    margin-bottom: 2%;
    font-size: 3.7vw
}

.button__wrap {
    display: flex;
    justify-content: center
}

.button__wrap .button {
    width: 45%;
    cursor: pointer
}

.condition__3rd .block__title span {
    font-size: 4.5vw
}

.condition__3rd .promo__block {
    display: flex;
    flex-wrap: wrap;
    padding: 2%;
    opacity: 0
}

.condition__3rd .active {
    transition: .5s;
    opacity: 1
}

.condition__3rd .promo__block .promo__box {
    width: 50%
}

.condition__3rd .promo__block .promo__box p {
    display: inline;
    font-size: 3vw
}

.promo__block .promo__box .text--top {
    height: 8vw;
    line-height: 6vw;
    border-bottom: 1px solid #a3a3a3
}

.promo__block .promo__box span {
    padding-left: 2%;
    color: #c21d1b;
    font-weight: 700;
    font-size: 3.5vw
}

.promo__block .promo__box:last-child {
    cursor: pointer;
    position: relative
}

.condition__3rd .promo__block .promo__box img {
    height: 100%
}

.promo__block .promo__box .promo__item {
    position: absolute;
    top: 0;
    left: 0
}

.item--hide {
    display: none
}

@media screen and (min-width:960px) {
    .block__title span:first-child {
        font-size: 28px
    }

    .block__title span:last-child {
        font-size: 24px
    }

    .block__title div {
        padding-left: 95px;
        font-size: 24px
    }

    input[type=radio] {
        width: 30px;
        height: 30px
    }

    input[type=checkbox] {
        margin-right: 8%;
        margin-bottom: 0;
        width: 14px;
        height: 0
    }

    input[type=checkbox]::before {
        top: -16px;
        width: 30px;
        height: 30px
    }

    .checkedBox:checked::before {
        top: 0;
        left: 0;
        width: 30px;
        height: 30px
    }

    .label__wrap .checkedBox:checked::before {
        top: -16px;
        width: 30px;
        height: 30px
    }

    .condition__1st .row .text__label {
        font-size: 28px
    }

    .input--space {
        width: 110px;
        height: 63px
    }

    input[name=space_01] {
        width: 140px
    }

    .text__label input {
        font-size: 26px
    }

    .condition__2nd label {
        font-size: 28px
    }

    .label__wrap label span {
        font-size: 28px
    }

    .condition__3rd .block__title span {
        font-size: 28px
    }

    .condition__3rd .promo__block .promo__box p {
        font-size: 26px
    }

    .promo__block .promo__box span {
        font-size: 28px
    }

    .promo__block .promo__box .text--top {
        height: 75px;
        line-height: 70px
    }

    .promo__block .promo__box .text--bottom {
        margin-top: 5%
    }
}