.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0,0%,100%,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

#form-step-firstview {
    background: #eaf7fd;
    background-size: cover;
    padding: 0 9% 5%;
    text-align: center;
    display: block
}

@media screen and (max-width: 950px) {
    #form-step-firstview {
        padding:0 4% 5%
    }
}

@media screen and (max-width: 500px) {
    #form-step-firstview {
        background:url(/images/lp/tops_contents-img/formbg-img.png) no-repeat top;
        background-size: cover;
        padding: 3% 4% 6%;
        text-align: center;
        display: block
    }
}

.banner_link p {
    padding: 2% 0;
    width: 570px;
    margin: 0 auto;
    display: inline-block
}

@media screen and (max-width: 800px) {
    .banner_link p {
        width:100%
    }
}

.banner_link p img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.form-step-wrap {
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    overflow: hidden;
    width: 780px
}

@media screen and (max-width: 950px) {
    .form-step-wrap {
        width:100%
    }
}

.form-step {
    display: flex;
    justify-content: space-around
}

.form-step div {
    font-size: 16px;
    padding: 12px 0;
    filter: drop-shadow(1px 0 0 rgba(0,0,0,.2));
    box-shadow: 1px 1px 0 0 rgba(0,0,0,.2);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative
}

@media screen and (max-width: 800px) {
    .form-step div {
        font-size:2.5vw;
        padding: .3em 0
    }
}

@media screen and (max-width: 500px) {
    .form-step div {
        font-size:3.5vw
    }
}

.form-step .step-selected {
    background: #53ad34;
    color: #fff
}

.form-step .step-selected:before {
    position: absolute;
    pointer-events: none;
    top: 40%;
    left: 100%;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent transparent rgba(0,0,0,.2);
    border-style: solid;
    border-width: 8px 0 8px 16px
}

@media screen and (max-width: 950px) {
    .form-step .step-selected:before {
        border-width:.4em 0 .4em .4em;
        top: calc(50% - .3em)
    }
}

.form-step .step-selected:after {
    position: absolute;
    pointer-events: none;
    top: 37%;
    left: 100%;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #53ad34;
    border-style: solid;
    border-width: 8px 0 8px 16px
}

@media screen and (max-width: 950px) {
    .form-step .step-selected:after {
        border-width:.4em 0 .4em .4em;
        top: calc(50% - .4em)
    }
}

.form-step .step-check {
    font-weight: 700;
    font-size: 15px
}

@media screen and (max-width: 800px) {
    .form-step .step-check {
        font-size:2.3vw
    }
}

@media screen and (max-width: 500px) {
    .form-step .step-check {
        font-size:3.2vw
    }
}

.form-step .step-check span {
    background: linear-gradient(transparent 60%,#f5ee30 0)
}

.form-step-4 div {
    width: 20%
}

.slide-content {
    padding: .8em 1em 0
}

.content-title {
    display: block;
    margin: 0;
    background: #e4f3e0;
    text-align: center;
    padding: 1em 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0
}

.content-title span {
    background-color: #d01100;
    border-radius: 50px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    width: 40px;
    height: 23px;
    position: absolute
}

@media screen and (max-width: 950px) {
    .content-title {
        font-size:2.7vw
    }
}

@media screen and (max-width: 500px) {
    .content-title {
        padding:.5em 0;
        font-size: 3.4vw
    }

    .content-title span {
        font-size: 10px
    }
}

.content-subtitle {
    font-size: 14px;
    margin: 20px 0 -10px;
    padding-left: 110px;
    text-align: left
}

@media screen and (max-width: 950px) {
    .content-subtitle {
        padding-left:0;
        font-size: 2.3vw
    }
}

@media screen and (max-width: 500px) {
    .content-subtitle {
        font-size:3vw
    }
}

.content-box .box-question {
    padding: 0 0 .4em
}

.content-box .box-select {
    overflow: hidden;
    position: relative;
    display: block;
    border: 1px solid #53ad34;
    border-radius: 4px;
    width: 70%;
    margin: 1em auto .2em
}

@media screen and (max-width: 950px) {
    .content-box .box-select {
        width:98%;
        margin-top: .8em
    }
}

.content-box .box-select select {
    background: beige;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: none;
    padding: 12px 10px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    outline: none
}

.content-box .box-select select::-ms-expand {
    display: none
}

.content-box .box-radio {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 4em 0 .2em
}

@media screen and (max-width: 500px) {
    .content-box .box-radio {
        margin:2.5em 0 .2em
    }
}

.content-box .box-radio input[type=radio] {
    display: none
}

.content-box .box-radio input[type=radio]:checked+label {
    background: #53ad34;
    border: 1px solid #53ad34;
    color: #fff
}

.content-box .box-radio input[type=radio]:checked+.label-image-wrap {
    transform: translateY(4px);
    box-shadow: none
}

.content-box .box-radio input[type=radio]:checked+.label-image-wrap .normal {
    display: none
}

.content-box .box-radio input[type=radio]:checked+.label-image-wrap .invert {
    display: block
}

.content-box .box-radio label {
    position: relative;
    cursor: pointer;
    background: #f4f4f4;
    border: 1px solid #bbb;
    border-radius: 8px;
    box-shadow: 0 4px 0 0 #cbcbcb;
    height: 92px;
    padding: 1em 0;
    width: 150px;
    margin: 0 12px;
    font-size: 16px;
    font-weight: 700;
    transition: color .3s,background .3s,box-shadow .3s,transform .3s
}

@media screen and (min-width: 801px) {
    .content-box .box-radio label:hover {
        transform:translateY(4px);
        box-shadow: none
    }
}

@media screen and (max-width: 950px) {
    .content-box .box-radio label {
        margin:0 2%;
        width: 27%;
        font-size: 2.5vw;
        height: 5em
    }
}

@media screen and (max-width: 500px) {
    .content-box .box-radio label {
        margin:0 2%;
        width: 27%;
        font-size: 3.2vw;
        height: 5em
    }
}

.content-box .box-radio .label-image-wrap .radio-icon {
    height: 60px
}

.content-box .box-radio .label-image-wrap .radio-icon img {
    pointer-events: none;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

@media screen and (max-width: 950px) {
    .content-box .box-radio .label-image-wrap .radio-icon {
        height:8vw
    }
}

@media screen and (max-width: 500px) {
    .content-box .box-radio .label-image-wrap .radio-icon {
        height:10vw
    }
}

.content-box .box-radio .label-image-wrap p {
    margin-top: .5em
}

.content-box .box-radio .label-image-wrap .normal {
    display: block
}

.content-box .box-radio .label-image-wrap .invert {
    display: none
}

.content-box .box-input-text {
    overflow: hidden;
    position: relative;
    display: block;
    border: 2px solid #ddd;
    border-radius: 4px;
    width: 70%;
    margin: 1em auto 0
}

@media screen and (max-width: 950px) {
    .content-box .box-input-text {
        margin-top:.8em;
        width: 98%
    }
}

.content-box .box-input-text input[type=text] {
    background: #ffffef;
    border: none;
    padding: 12px 10px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    outline: none
}

.content-box .box-input-text input[type=text]::-ms-expand {
    display: none
}

.content-box .box-input-text input[type=text]::-moz-placeholder {
    color: #bbb
}

.content-box .box-input-text input[type=text]:-ms-input-placeholder {
    color: #bbb
}

.content-box .box-input-text input[type=text]::placeholder {
    color: #bbb
}

.content-box .sub_text {
    font-size: 11px;
    line-height: 16.5px;
    color: #4b4846;
    margin: 0 15%;
    text-align: left
}

@media screen and (max-width: 500px) {
    .content-box .sub_text {
        margin:0;
        font-size: 10px
    }
}

.content-box .error {
    border-color: red
}

.content-box .error select {
    background: url(../images/form_select.png) right 50% no-repeat #f5e5dc!important
}

.content-box .error input {
    background: #f5e5dc!important
}

.content-box .error-msg {
    height: 24px;
    font-size: 12px;
    color: red;
    padding: 0;
    margin-left: 15%;
    margin-top: 1%;
    text-align: left
}

@media screen and (max-width: 500px) {
    .content-box .error-msg {
        font-size:3.7vw;
        height: 3em;
        font-size: 11px;
        margin: 1% 0 0
    }
}

@media screen and (max-width: 700px) {
    .content-box .error-msg-long {
        height:2.4em;
        line-height: 1.3em
    }
}

.terms-txt p {
    margin: 0 0 .5em;
    font-size: 10px;
    line-height: 15px
}

.terms-txt p a {
    text-decoration: underline
}

@media screen and (min-width: 951px) {
    .terms-txt p a:hover {
        text-decoration:none
    }
}

.slide-navi {
    display: flex;
    justify-content: center;
    background: #f4f4f4;
    padding: 1em 0;
    position: relative;
    border-radius: 0 0 10px 10px
}

.slide-navi .step-prev-btn {
    position: absolute;
    top: calc(50% - .7em);
    left: 7%
}

.step-next-btn {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 286px;
    border-radius: 40px;
    background: #63b94a;
    box-shadow: 0 4px 0 0 #3f742f;
    transition: color .3s,background .3s,box-shadow .3s,transform .3s
}

@media screen and (max-width: 950px) {
    .step-next-btn {
        width:46%
    }
}

@media screen and (max-width: 500px) {
    .step-next-btn {
        height:5em
    }
}

.step-next-btn span {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0;
    text-align: left
}

@media screen and (max-width: 950px) {
    .step-next-btn span {
        font-size:3.4vw
    }
}

@media screen and (max-width: 500px) {
    .step-next-btn span {
        font-size:4.8vw
    }
}

.step-next-btn .qs_submit_btn_circle {
    content: " ";
    height: 25px;
    width: 25px;
    background-color: #fff;
    position: absolute;
    pointer-events: none;
    top: 31%;
    right: 7%;
    border-color: #fff;
    border-radius: 30px;
    z-index: 1
}

@media screen and (max-width: 500px) {
    .step-next-btn .qs_submit_btn_circle {
        height:20px;
        width: 20px;
        top: 28%
    }
}

.step-next-btn .qs_submit_btn_circle:before {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 7px solid rgba(246,247,207,0);
    border-left-color: #fff;
    top: 5px;
    left: 7px;
    z-index: 3
}

@media screen and (max-width: 500px) {
    .step-next-btn .qs_submit_btn_circle:before {
        top:3px;
        left: 5px
    }
}

.step-next-btn .qs_submit_btn_circle:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 7px solid rgba(246,247,207,0);
    border-left-color: #63b94a;
    top: 5px;
    left: 10px;
    z-index: 1
}

@media screen and (max-width: 500px) {
    .step-next-btn .qs_submit_btn_circle:after {
        top:3px;
        left: 8px
    }
}

@media screen and (min-width: 801px) {
    .step-next-btn:hover {
        box-shadow:none;
        transform: translateY(4px)
    }
}

.step-prev-btn {
    cursor: pointer;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0;
    text-align: left;
    color: #1aacd6
}

@media screen and (max-width: 950px) {
    .step-prev-btn {
        font-size:3.2vw
    }
}

@media screen and (max-width: 500px) {
    .step-prev-btn {
        font-size:18px
    }
}

.step-prev-btn:hover {
    text-decoration: underline
}

.step-prev-btn:before {
    position: absolute;
    pointer-events: none;
    top: 10%;
    right: 114%;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent #1aacd6 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0
}

@media screen and (max-width: 950px) {
    .step-prev-btn:before {
        border-width:1.5vw 1.5vw 1.5vw 0
    }
}

@media screen and (max-width: 500px) {
    .step-prev-btn:before {
        border-width:2.5vw 2.5vw 2.5vw 0;
        top: calc(50% - .6em)
    }
}

.step-prev-btn:after {
    position: absolute;
    pointer-events: none;
    top: 10%;
    right: 102%;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent #f4f4f4 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0
}

@media screen and (max-width: 950px) {
    .step-prev-btn:after {
        border-width:1.5vw 1.5vw 1.5vw 0
    }
}

@media screen and (max-width: 500px) {
    .step-prev-btn:after {
        right:100%;
        border-width: 2.5vw 2.5vw 2.5vw 0;
        top: calc(50% - .6em)
    }
}

.submit-btn {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 286px;
    border: none;
    border-radius: 50px;
    background: #fb8200;
    box-shadow: 0 4px 0 0 #b55300;
    transition: color .3s,background .3s,box-shadow .3s,transform .3s
}

@media screen and (max-width: 950px) {
    .submit-btn {
        width:56%
    }
}

@media screen and (max-width: 500px) {
    .submit-btn {
        width:60%;
        height: 2.5em
    }
}

.submit-btn .main-txt {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0;
    text-align: left
}

@media screen and (max-width: 950px) {
    .submit-btn .main-txt {
        font-size:3.4vw
    }
}

@media screen and (max-width: 500px) {
    .submit-btn .main-txt {
        font-size:4.6vw
    }
}

.submit-btn .free {
    color: #d01100;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 1.2em);
    left: 3%
}

@media screen and (max-width: 500px) {
    .submit-btn .free {
        font-size:3.4vw;
        width: 8vw;
        height: 8vw
    }
}

.submit-btn .qs_submit_btn_circle {
    content: " ";
    height: 25px;
    width: 25px;
    background-color: #fff;
    position: absolute;
    pointer-events: none;
    top: 31%;
    right: 7%;
    border-color: #fff;
    border-radius: 30px;
    z-index: 1
}

@media screen and (max-width: 500px) {
    .submit-btn .qs_submit_btn_circle {
        height:20px;
        width: 20px;
        top: 26%
    }
}

.submit-btn .qs_submit_btn_circle:before {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 7px solid rgba(246,247,207,0);
    border-left-color: #fff;
    top: 5px;
    left: 7px;
    z-index: 3
}

@media screen and (max-width: 500px) {
    .submit-btn .qs_submit_btn_circle:before {
        top:3px;
        left: 5px
    }
}

.submit-btn .qs_submit_btn_circle:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 7px solid rgba(246,247,207,0);
    border-left-color: #fb8200;
    top: 5px;
    left: 10px;
    z-index: 1
}

@media screen and (max-width: 500px) {
    .submit-btn .qs_submit_btn_circle:after {
        top:3px;
        left: 8px
    }
}

@media screen and (min-width: 801px) {
    .submit-btn:hover {
        box-shadow:none;
        transform: translateY(4px)
    }
}

.label-hand-up:before {
    content: "";
    pointer-events: none;
    background-image: url(../images/hand-navi.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 88%;
    left: calc(50% - 28px);
    width: 56px;
    height: 64px;
    -webkit-animation: hand-down .5s infinite;
    animation: hand-down .5s infinite
}

@media screen and (max-width: 800px) {
    .label-hand-up:before {
        left:calc(50% - 1.4em);
        width: 7vw;
        height: 3em
    }
}

@media screen and (max-width: 500px) {
    .label-hand-up:before {
        left:calc(50% - 1.2em);
        bottom: 95%;
        width: 8vw;
        height: 3em
    }
}

.hand-right:before {
    content: "";
    pointer-events: none;
    background-image: url(../images/hand-navi.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 70%;
    top: calc(50% - 30px);
    width: 54px;
    height: 64px;
    -webkit-animation: hand-left .5s infinite;
    animation: hand-left .5s infinite;
    z-index: 1
}

@media screen and (max-width: 950px) {
    .hand-right:before {
        left:74%
    }
}

@media screen and (max-width: 800px) {
    .hand-right:before {
        left:75%;
        top: calc(50% - 2em);
        width: 6vw;
        height: 4em
    }
}

@media screen and (max-width: 500px) {
    .hand-right:before {
        left:77%;
        width: 8vw
    }
}

@-webkit-keyframes hand-down {
    0% {
        transform: translateY(0) rotate(180deg)
    }

    50% {
        transform: translateY(6px) rotate(180deg)
    }

    to {
        transform: translateY(0) rotate(180deg)
    }
}

@keyframes hand-down {
    0% {
        transform: translateY(0) rotate(180deg)
    }

    50% {
        transform: translateY(6px) rotate(180deg)
    }

    to {
        transform: translateY(0) rotate(180deg)
    }
}

@-webkit-keyframes hand-left {
    0% {
        transform: translateX(0) rotate(270deg)
    }

    50% {
        transform: translateX(6px) rotate(270deg)
    }

    to {
        transform: translateX(0) rotate(270deg)
    }
}

@keyframes hand-left {
    0% {
        transform: translateX(0) rotate(270deg)
    }

    50% {
        transform: translateX(6px) rotate(270deg)
    }

    to {
        transform: translateX(0) rotate(270deg)
    }
}

.wrap_form_privacy {
    background: #eaf7fd;
    padding-top: 5%
}

.wrap_form_privacy .form_privacy {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 700px;
    margin: auto
}

@media screen and (max-width: 800px) {
    .wrap_form_privacy .form_privacy {
        width:100%
    }
}

.wrap_form_privacy .form_privacy .img_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43%;
    text-align: left
}

@media screen and (max-width: 800px) {
    .wrap_form_privacy .form_privacy .img_txt {
        width:47%
    }
}

.wrap_form_privacy .form_privacy .img_txt .img {
    width: 20%;
    margin-right: 3%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 800px) {
    .wrap_form_privacy .form_privacy .img_txt .img {
        width:30%
    }
}

@media screen and (max-width: 500px) {
    .wrap_form_privacy .form_privacy .img_txt .img {
        width:60px
    }
}

.wrap_form_privacy .form_privacy .img_txt .img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

@media screen and (max-width: 800px) {
    .wrap_form_privacy .form_privacy .img_txt .img-width-small {
        width:21%
    }
}

@media screen and (max-width: 500px) {
    .wrap_form_privacy .form_privacy .img_txt .img-width-small {
        width:70px
    }
}

.wrap_form_privacy .form_privacy .img_txt .txt_privacy {
    font-size: 10px
}

.swiper-container-autoheight .custom-height {
    height: 462px!important
}

.swiper-container-autoheight .custom-height-small {
    height: 430px!important
}

.swiper-container-autoheight .custom-height-no-mf {
    height: 291px!important
}

@media screen and (max-width: 500px) {
    .swiper-container-autoheight .custom-height {
        height:427px!important
    }

    .swiper-container-autoheight .custom-height-small {
        height: 391px!important
    }

    .swiper-container-autoheight .custom-height-no-mf {
        height: 265px!important
    }
}

@media screen and (max-width: 414px) {
    .swiper-container-autoheight .custom-height {
        height:416px!important
    }

    .swiper-container-autoheight .custom-height-small {
        height: 377px!important
    }

    .swiper-container-autoheight .custom-height-no-mf {
        height: 263px!important
    }
}

@media screen and (max-width: 375px) {
    .swiper-container-autoheight .custom-height {
        height:442px!important
    }

    .swiper-container-autoheight .custom-height-small {
        height: 408px!important
    }

    .swiper-container-autoheight .custom-height-no-mf {
        height: 276px!important
    }
}

@media screen and (max-width: 360px) {
    .swiper-container-autoheight .custom-height {
        height:442px!important
    }

    .swiper-container-autoheight .custom-height-small {
        height: 406px!important
    }
}

@media screen and (max-width: 320px) {
    .swiper-container-autoheight .custom-height {
        height:440px!important
    }

    .swiper-container-autoheight .custom-height-small {
        height: 403px!important
    }
}
