@charset "UTF-8";
.select2-selection, .select2-selection__rendered {
    min-height: 40px !important;
}

.privacy-policy-wrap {
    overflow-y: scroll;
    height: 16em;
    margin: 2.5em 0.1em 1em;
    padding: 1em 1em;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}

#visaModal .input-group{
    width: 70%;
    margin:0 auto;
    text-align: center;
}

span.group-span-filestyle {
    width: 100%;
}

#visaModal .save-modal-btn{
    border-radius: 4px;
    border:solid 2px #D92933;
    color: #D61E29;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 68%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (max-width: 767px) {
  #visaArea {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#visaArea .input-group{
    text-align: center;
}

input:read-only {
    background-color: #e8e8e8;
}

.birth-textbox {
    line-height: 46px;
}

.verified-text {
    color: #3B5998;
}

select {
    background: #fff;
}

#loginAreaToggle {
  cursor: pointer;
}

select:disabled {
    background-color: #e8e8e8;
}

/* _VARIABLES.SCSS -------------------------------------------------- All variable should be declared here. -------------------------------------------------- */

/* _FUNCTIONS.SCSS -------------------------------------------------- SASS functions All functions should be declared here. Included: rem calc for given px -------------------------------------------------- */

/* _MIXINS.SCSS -------------------------------------------------- All mixins should be declared here.  -------------------------------------------------- */

/* _HELPERS.SCSS -------------------------------------------------- Helper/modifier classes -------------------------------------------------- */

.l-wrapper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.l-section {
    padding-top: 90px;
    padding-bottom: 120px;
}

.last-l-section{
    padding-bottom: 10px;
}

@media screen and (max-width: 972px) {
    .l-section {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}

.bg-gray {
    background: #F8F8F8;
}

.bg-blue {
    background: #F1F4F8;
}

.t-center {
    text-align: center;
}

/* _FONTS.SCSS -------------------------------------------------- Font declarations -------------------------------------------------- */

@font-face {
    font-family: "Futura";
    src: url("../fonts/FuturaPTBold.otf") format("woff"), url("../fonts/FuturaPTBold.otf") format("opentype"), url("../fonts/FuturaPTBold.otf") format("truetype");
}

main * {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

main * {
    margin: 0;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

main * {
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

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;
}

a {
    background-color: transparent;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

@media screen and (max-width: 972px) {
    img {
        max-width: 100%;
    }
}

/* _HEADER.SCSS -------------------------------------------------- Header styles should be declared here -------------------------------------------------- */

.header.above-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0 20px;
}

@media screen and (max-width: 1023px) {
    .header .inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.header .switch {
    cursor: pointer;
}

/* _FOOTER.SCSS -------------------------------------------------- Footer styles should be declared here -------------------------------------------------- */

.footer {
    background: #D92833;
    color: #fff;
    padding: 15px 0;
}

.footer p {
    font-size: 14px;
    text-align: center;
    font-family: PROXIMA NOVA;
    font-weight: 400;
}

@media screen and (max-width: 972px) {
    .footer p {
        font-size: 12px;
    }
}

.form-label {
    font-size: 16px;
    display: inline-block;
}

@media screen and (max-width: 972px) {
    .form-label {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.form-label .required, .form-label .optional {
    margin-left: 30px;
    font-size: 14px;
    display: inline-block;
    background: #DF3B56;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
}

@media screen and (max-width: 972px) {
    .form-label .required, .form-label .optional {
        margin-left: 15px;
        font-size: 12px;
    }
}

.form-label .optional {
    background: #A0A0A0;
}

.yl-form-control {
    margin-top: 16px;
}

@media screen and (max-width: 972px) {
    .yl-form-control {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.yl-form-control .textbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
    border: 1px solid #CECECE;
    border-radius: 4px;
    height: 46px;
    padding: 0 20px;
    font-size: 16px;
}

@media screen and (max-width: 972px) {
    .yl-form-control .textbox {
        width: 100%;
        padding: 0 15px;
        font-size: 16px;
    }
}

.yl-form-control .textbox::-webkit-input-placeholder {
    color: #C1C1C1;
}

.yl-form-control .textbox:-ms-input-placeholder {
    color: #C1C1C1;
}

.yl-form-control .textbox::-ms-input-placeholder {
    color: #C1C1C1;
}

.yl-form-control .textbox::placeholder {
    color: #C1C1C1;
}

.yl-form-control .selectbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 46px;
    max-width: 300px;
    width: 100%;
    border: 1px solid #CECECE;
    position: relative;
    border-radius: 4px;
}

@media screen and (max-width: 972px) {
    .yl-form-control .selectbox {
        width: 100%;
    }
}

.yl-form-control .selectbox select {
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    border: 0;
    color: #515C6F;
}

.yl-form-control .selectbox select::-ms-expand {
    display: none;
}

.yl-form-control .selectbox:after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #BEBEBE;
    font-size: 12px;
    content: "\f107";
}

.yl-form-control .selectbox option {
    color: #000;
}

.yl-form-control .checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 40px;
    text-decoration: underline;
    display: inline-block;
}

@media screen and (max-width: 972px) {
    .yl-form-control .checkbox label {
        font-size: 14px;
        padding-left: 30px;
    }
}

.yl-form-control .checkbox label:before {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    position: absolute;
    border: 1px solid #CECECE;
    border-radius: 4px;
    top: 0;
    left: 0;
    content: '';
}

@media screen and (max-width: 972px) {
    .yl-form-control .checkbox label:before {
        width: 16px;
        height: 16px;
    }
}

.yl-form-control .checkbox label:after {
    border-left: 3px solid #DF3B56;
    border-bottom: 3px solid #DF3B56;
    display: block;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 5px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
    content: '';
}

@media screen and (max-width: 972px) {
    .yl-form-control .checkbox label:after {
        top: 4px;
        left: 3px;
    }
}

.yl-form-control .checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.yl-form-control .checkbox input[type="checkbox"]:checked+label:after {
    display: block;
}

.yl-form-control .textarea {
    width: 100%;
    height: 186px;
    resize: vertical;
    border: 1px solid #CECECE;
    border-radius: 4px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

@media screen and (max-width: 972px) {
    .yl-form-control .textarea {
        font-size: 14px;
        padding: 15px;
    }
}

.yl-form-control .radiobutton label {
    position: relative;
    padding-left: 25px;
}

@media screen and (max-width: 972px) {
    .yl-form-control .radiobutton label {
        font-size: 14px;
        padding-left: 20px;
    }
}

.yl-form-control .radiobutton label:before {
    width: 18px;
    height: 18px;
    border: 2px solid #CECECE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    content: '';
}

@media screen and (max-width: 972px) {
    .yl-form-control .radiobutton label:before {
        width: 16px;
        height: 16px;
    }
}

.yl-form-control .radiobutton label:after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #DF3B56;
    border-radius: 50%;
    display: none;
    content: '';
}

@media screen and (max-width: 972px) {
    .yl-form-control .radiobutton label:after {
        width: 6px;
        height: 6px;
    }
}

.yl-form-control .radiobutton input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.yl-form-control .radiobutton input[type="radio"]:checked+label:after {
    display: block;
}

.form-note {
    background: #FAFAFA;
    font-size: 14px;
    line-height: 1.78;
    color: #525252;
    padding: 20px;
    margin-top: 27px;
}

@media screen and (max-width: 972px) {
    .form-note {
        padding: 15px;
        font-size: 12px;
    }
}

.form-note.no-bg {
    background: none;
    padding: 0;
}

@media screen and (max-width: 972px) {
    .form-note.no-bg {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.form-note ul li {
    font-size: 14px;
}

@media screen and (max-width: 972px) {
    .form-note ul li {
        font-size: 12px;
    }
}

.form-note ul li:before {
    content: '※';
    display: inline-block;
    margin-right: 3px;
}

.form-button .yl-btn, .form-button .btn-a {
    width: 216px;
    height: 46px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    padding-top: 2px;
    border-radius: 2px;
    border: 1px solid #DF3B56;
    background: #fff;
    color: #DF3B56;
}

@media screen and (max-width: 972px) {
    .form-button .yl-btn, .form-button .btn-a {
        font-size: 14px;
    }
}

.form-button .yl-btn:hover, .form-button .btn-a:hover {
    background: #DF3B56;
    color: #fff;
}

.form-button .btn-a {
    text-decoration: none;
    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;
    padding-top: 0;
}

.form-button .btn-login {
    background: #DF3B56;
    margin-bottom: 10px;
    color: #fff;
}

.form-button .btn-login:hover {
    color: #DF3B56;
    background: #fff;
}

.form-button .btn-facebook {
    border: 1px solid #3B5998;
    background: #3B5998;
    color: #fff;
}

.form-button .btn-facebook .fab {
    font-size: 20px;
    margin-right: 10px;
}

.form-button .btn-facebook:hover {
    color: #3B5998;
    background: #fff;
}

.form-upload {
    padding: 30px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #FAFAFA;
    border-radius: 2px;
    margin-top: 25px;
}

@media screen and (max-width: 972px) {
    .form-upload {
        padding: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.form-upload .item {
    position: relative;
}

@media screen and (max-width: 972px) {
    .form-upload .item:not(:last-child) {
        margin-bottom: 10px;
    }
}

.form-upload .item input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.yl-form-row:not(:last-child) {
    margin-bottom: 30px;
}

.login-form {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    background: #FAFAFA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 47px 62px;
}

@media screen and (max-width: 972px) {
    .login-form {
        width: 100%;
        padding: 20px 0;
    }
}

.login-form .form-input {
    margin-bottom: 35px;
}

.login-form .forgot-link {
    text-align: center;
    margin-top: 10px;
}

.login-form .forgot-link a {
    font-size: 14px;
    color: #414141;
    text-decoration: underline;
}

@media screen and (max-width: 972px) {
    .login-form .forgot-link a {
        font-size: 12px;
    }
}

.signup-form .yl-form-control.-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 972px) {
    .signup-form .yl-form-control.-col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.signup-form .yl-form-control.-col-2 .textbox {
    width: 66.3157894736842%;
}

@media screen and (max-width: 972px) {
    .signup-form .yl-form-control.-col-2 .textbox {
        width: 100%;
    }
}

.signup-form .yl-form-control.-col-2 .button {
    width: 32.89473684210527%;
    border: 1px solid #DF3B56;
    background: #fff;
    color: #DF3B56;
    font-size: 16px;
    padding-top: 2px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    font-weight: 600;
}

@media screen and (max-width: 972px) {
    .signup-form .yl-form-control.-col-2 .button {
        width: 100%;
        height: 40px;
        margin-top: 10px;
        font-size: 14px;
    }
}

.signup-form .yl-form-control.-col-2 .button:hover {
    background: #DF3B56;
    color: #fff;
}

.signup-form .yl-form-control.-col-3 .textbox {
    width: 246px;
}

@media screen and (max-width: 972px) {
    .signup-form .yl-form-control.-col-3 .textbox {
        width: calc(100% / 3.1);
    }
}

.signup-form .yl-form-control.-col-3.f-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 972px) {
    .signup-form .yl-form-control.-col-3.f-start {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.signup-form .yl-form-control.-col-3 .selectbox {
    width: 178px;
    margin-right: 10px;
}

@media screen and (max-width: 972px) {
    .signup-form .yl-form-control.-col-3 .selectbox {
        margin-right: 0;
        width: calc(100% / 3.1);
    }
}

.signup-form .form-input:not(:last-child) {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

#addressArea {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.button-a, .button-b {
    width: 164px;
    height: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 972px) {
    .button-a, .button-b {
        height: 46px;
    }
}

.button-a a, .button-b a {
    border-radius: 60px;
    border: 2px solid #DF3B56;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #DF3B56;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

@media screen and (max-width: 972px) {
    .button-a a, .button-b a {
        font-size: 14px;
    }
}

.button-a a:hover, .button-b a:hover {
    color: #fff;
    background: #DF3B56;
    text-decoration: none;
}

.button-b {
    width: 350px;
    height: 74px;
}

@media screen and (max-width: 972px) {
    .button-b {
        width: 100%;
        height: 46px;
    }
}

.button-b a {
    background: #DF3B56;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 972px) {
    .button-b a {
        font-size: 16px;
    }
}

.button-b a:hover {
    color: #DF3B56;
    background: #fff;
}

.button-b.-secondary a {
    background: -webkit-gradient(linear, left top, right top, from(#F29546), to(#EA5E71));
    background: -webkit-linear-gradient(left, #F29546, #EA5E71);
    background: -o-linear-gradient(left, #F29546, #EA5E71);
    background: linear-gradient(90deg, #F29546, #EA5E71);
    border: 0;
}

.button-b.-secondary a:hover {
    color: #fff;
}

.box-a, .box-b {
    width: 286px;
    background: #fff;
    text-align: center;
    padding: 40px 30px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 972px) {
    .box-a, .box-b {
        width: 100%;
        padding: 20px 15px;
    }
}

.box-a .box-title, .box-b .box-title {
    text-align: center;
    font-weight: bold;
}

.box-a .box-logo, .box-b .box-logo {
    width: 100%;
    height: 133px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0;
}

@media screen and (max-width: 972px) {
    .box-a .box-logo, .box-b .box-logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0;
        height: auto;
    }
}

.box-a .button-a, .box-b .button-a, .box-a .button-b, .box-b .button-b {
    margin-left: auto;
    margin-right: auto;
}

.box-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 95px;
    padding-right: 95px;
}

@media screen and (max-width: 972px) {
    .box-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.box-group.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box-group.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.box-b {
    width: 100%;
}

.box-b .box-logo {
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}

.box-c {
    width: 540px;
    -webkit-box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.15);
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 15px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
}

.box-c:hover {
    opacity: 0.8;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
}

@media screen and (max-width: 972px) {
    .box-c {
        width: 100%;
    }
}

.box-c.-primary {
    border: 3px solid #DF3B56;
    position: relative;
}

.box-c.-primary .primary-flag {
    position: absolute;
    top: 0;
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #DF3B56;
    font-weight: bold;
}

.box-c.-primary .primary-flag img {
    margin-right: 10px;
}

@media screen and (max-width: 972px) {
    .box-c.-primary .primary-flag {
        font-size: 16px;
    }
}

.box-c .box-item {
    font-weight: bold;
    color: #5C5C5C;
    font-size: 24px;
    padding-top: 24px;
    padding-bottom: 15px;
}

@media screen and (max-width: 972px) {
    .box-c .box-item {
        font-size: 20px;
        padding: 20px 0 10px;
    }
}

.box-c .box-item.left {
    border-right: 1px solid #D9D9D9;
    width: 170px;
    padding-right: 40px;
    margin-right: 52px;
    text-align: right;
}

@media screen and (max-width: 972px) {
    .box-c .box-item.left {
        width: 120px;
        margin-right: 45px;
    }
}

.box-c .box-item.right span {
    margin-right: 16px;
}

.box-c .box-item span {
    display: inline-block;
    font-family: 'Futura', sans-serif;
    font-weight: 800;
    font-size: 38px;
    color: #5C5C5C;
}

@media screen and (max-width: 972px) {
    .box-c .box-item span {
        font-size: 28px;
    }
}

@media only screen and (max-width: 320px) {
    .box-c .box-item span {
        display: block;
    }
}

.table-a .table-title {
    text-align: center;
    color: #fff;
    background: #DF3B56;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
}

.table-a .table-title:hover {
    opacity: .9;
    -webkit-transition: .2s ease .2s;
    -o-transition: .2s ease .2s;
    transition: .2s ease .2s;
}

.table-a .table-title .fas {
    margin-left: 24px;
}

.table-a .table-content {
    border-bottom: 1px solid #C5C5C5;
    width: 100%;
}

.table-a .table-content tbody {
    width: 100%;
}

.table-a .table-content tr {
    width: 100%;
}

.table-a .table-content tr .twolines {
    padding: 23px 32px;
    border-top: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
}

.table-a .table-content tr th, .table-a .table-content tr td {
    padding: 14px 32px;
    border-top: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
}

@media screen and (max-width: 972px) {
    .table-a .table-content tr th, .table-a .table-content tr td {
        padding: 15px;
        display: block;
    }
}

.table-a .table-content tr th {
    width: 270px;
    border-left: 1px solid #C5C5C5;
    background: #F8F8F8;
}

@media screen and (max-width: 972px) {
    .table-a .table-content tr th {
        width: 100%;
    }
}

.table-a .table-content tr td {
    background: #fff;
    color: #5C5C5C;
    margin-left: 270px;
}

@media screen and (max-width: 972px) {
    .table-a .table-content tr td {
        margin-left: 0;
        border-left: 1px solid #C5C5C5;
        line-height: 1.6;
    }
}

.ac-head .ac-body {
    display: none;
    width: 100%;
}

.intro-header {
    background: #F8F8F8;
    text-align: center;
    padding-top: 49px;
    padding-bottom: 55px;
}

@media screen and (max-width: 972px) {
    .intro-header {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.intro-header .title {
    font-size: 22px;
    margin-bottom: 27px;
}

.intro-header .text {
    font-size: 14px;
}

@media screen and (max-width: 972px) {
    .intro-header .text {
        line-height: 1.6;
    }
}

.language-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    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;
}

.language-modal .dialog {
    width: 543px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

@media screen and (max-width: 972px) {
    .language-modal .dialog {
        width: 90%;
    }
}

.language-modal .content {
    padding: 44px 40px 22px;
    border-radius: 8px;
    background: #fff;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

@media screen and (max-width: 972px) {
    .language-modal .content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.language-modal.opened {
    visibility: visible;
    opacity: 1;
}

.language-modal.opened .content {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

.language-modal.opened .dialog {
    opacity: 1;
    visibility: visible;
}

.language-modal .list-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.language-modal .list-language li {
    width: 226px;
    border: 2px solid #E5E5E5;
    border-radius: 6px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 972px) {
    .language-modal .list-language li {
        width: calc(100% / 2.1);
    }
}

.language-modal .list-language li a {
    padding: 14px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #000;
}

@media screen and (max-width: 972px) {
    .language-modal .list-language li a {
        padding: 10px;
        font-size: 12px;
    }
}

.language-modal .list-language li a:hover {
    text-decoration: none;
}

.language-modal .list-language li a img {
    margin-right: 15px;
}

@media screen and (max-width: 972px) {
    .language-modal .list-language li a img {
        margin-right: 10px;
    }
}

.language-modal .cross-button {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 14px;
    top: 12px;
    cursor: pointer;
}

.language-modal .cross-button:before, .language-modal .cross-button:after {
    position: absolute;
    top: -2px;
    left: 10px;
    height: 24px;
    width: 2px;
    background-color: #CCCCCC;
    content: '';
}

.language-modal .cross-button:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.language-modal .cross-button:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.language-modal .close-button {
    text-align: center;
    margin-top: 10px;
}

.language-modal .close-button a {
    color: #989898;
    font-size: 14px;
}

.language-modal .close-button a:hover {
    text-decoration: none;
}

.main-visual {
    height: 236px;
    width: 100%;
    background: url("../images/hero-payment.png") no-repeat;
    background-size: cover;
}

.step-a .step-title {
    font-size: 24px;
    color: #DF3B56;
    border-bottom: 1px solid #707070;
    padding-bottom: 14px;
    margin-bottom: 30px;
}

@media screen and (max-width: 972px) {
    .step-a .step-title {
        font-size: 20px;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
}

.step-a .step-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 972px) {
    .step-a .step-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.step-a .step-image {
    margin-right: 58px;
}

@media screen and (max-width: 972px) {
    .step-a .step-image {
        margin-right: 0;
        margin-bottom: 5px;
        width: 100%;
        text-align: center;
    }
}

.step-a .step-text {
    font-size: 16px;
    line-height: 1.75;
}

@media screen and (max-width: 972px) {
    .step-a .step-text {
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
    }
}

.step-a .step-text p {
    font-size: 16px;
}

@media screen and (max-width: 972px) {
    .step-a .step-text p {
        font-size: 14px;
    }
}

.section-title {
    text-align: center;
    font-size: 30px;
}

@media screen and (max-width: 972px) {
    .section-title {
        font-size: 25px;
    }
}


.using-feature .section-title {
    padding-bottom: 70px;
    word-break: keep-all;
}

@media screen and (max-width: 972px) {
    .using-feature .section-title {
        padding-bottom: 0;
        padding-top: 20px;
    }
}

.extra-feature .section-title {
    padding-bottom: 120px;
    word-break: keep-all;
}

@media screen and (max-width: 972px) {
    .extra-feature .section-title {
        padding-bottom: 60px;
    }
}

.section-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
}

@media screen and (max-width: 972px) {
    .section-text {
        font-size: 14px;
    }
}

.accordion {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
    padding: 26px 0 0;
}

.accordion-title {
    font-size: 18px;
    padding-left: 64px;
    padding-bottom: 24px;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width: 972px) {
    .accordion-title {
        font-size: 16px;
        padding-left: 55px;
        padding-right: 20px;
    }
}

.accordion-title:before, .accordion-title:after {
    background: #000;
    position: absolute;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    content: '';
}

.accordion-title:before {
    width: 2px;
    height: 12px;
    top: 4px;
    left: 30px;
    z-index: 1;
}

.accordion-title:after {
    width: 12px;
    height: 2px;
    top: 9px;
    left: 25px;
}

.accordion.opened .accordion-title:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #DF3B56;
}

.accordion-content {
    color: #989898;
    padding-left: 26px;
    padding-bottom: 22px;
    line-height: 1.81;
    display: none;
}

@media screen and (max-width: 972px) {
    .accordion-content {
        padding-right: 15px;
        line-height: 1.6;
    }
}

.accordion-group .accordion {
    margin-bottom: 15px;
}

/* _INDEX.SCSS -------------------------------------------------- Styles for the index page -------------------------------------------------- */

.hero-section {
    height: 578px;
    width: 100%;
    background: url("../images/hero-background.png") no-repeat center center;
    background-size: cover;
}

.mobile-service-top-image {
    background: url("../images/hero-background-sp.png") no-repeat center center;
    background-size: cover;
    height: 30em;
    width: 100%;
    position: relative;
}
.mobile-service-top-image .mobile-logo {
    position: absolute;
    left: 17%;
    bottom: 50px;
    width: 66%;
}

/* 600px~（タブレット） */
@media screen and (min-width:600px) {
    .mobile-service-top-image {
        background: url("../images/hero-background.png") no-repeat top center;
        background-size: cover;
        height: 22em;
    }
    .mobile-service-top-image .mobile-logo {
        position: absolute;
        left: 20%;
        top: 90px;
        bottom: unset;
        width: 40%;
    }
}

/* 961px~（PC） */
@media screen and (min-width:972px) {
    .mobile-service-top-image {
        height: 30em;
    }
    .mobile-service-top-image .mobile-logo {
        position: absolute;
        left: 20%;
        top: 140px;
    }
    .mobile-service-top-image .mobile-logo img {
        max-width: 380px;
    }
}

@media screen and (max-width: 972px) {
    .hero-section .hero-wrapper {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 60px;
    }
}

.hero-section .hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 972px) {
    .hero-section .hero-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.hero-section .hero-body {
    margin-left: 24px;
}

@media screen and (max-width: 972px) {
    .hero-section .hero-body {
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.hero-section .hero-text {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 18px;
}

@media screen and (max-width: 972px) {
    .hero-section .hero-text {
        font-size: 18px;
    }
}

.using-feature {
    padding: 80px 0 40px;
}

@media screen and (max-width: 972px) {
    .using-feature {
        padding: 20px 0;
    }
}

.using-feature .feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
}

@media screen and (max-width: 972px) {
    .using-feature .feature-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
}

.using-feature .feature-list li {
    text-align: center;
}

@media screen and (max-width: 972px) {
    .using-feature .feature-list li {
        width: 100%;
        padding: 40px 15px;
    }
}

@media screen and (max-width: 972px) {
    .using-feature .feature-list li:not(:last-child) {
        border-bottom: 1px solid #DFDFDF;
    }
}

.using-feature .feature-list .feature-icon {
    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: 100%;
    margin-bottom: 25px;
    pointer-events: none;
}

.using-feature .feature-list .feature-caption {
    line-height: 1.375;
    font-weight: bold;
}

.mobile-data {
    padding: 72px 0 45px;
}

@media screen and (max-width: 972px) {
    .mobile-data {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 60px;
    }
}

.mobile-data .data-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
}

@media screen and (max-width: 972px) {
    .mobile-data .data-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-left: 0;
    }
}

.mobile-data .data-item .logo {
    padding-top: 25px;
}

@media screen and (max-width: 972px) {
    .mobile-data .data-item .logo {
        padding-top: 30px;
    }
}

.mobile-data .data-item .logo-text {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
    padding-left: 20px;
}
.mobile-data .data-item .logo-text.red {
    color: #DF3B55;
}
.mobile-data .data-item .sub-text {
    padding-left: 20px;
}

@media screen and (max-width: 972px) {
    .mobile-data .data-item .logo-text {
        font-size: 16px;
        margin-bottom: 12px;
    }
}

.mobile-data .data-item .logo-text span {
    color: #DF3B56;
    font-size: 20px;
}

@media screen and (max-width: 972px) {
    .mobile-data .data-item .logo-text span {
        font-size: 16px;
    }
}

.mobile-data .data-item .formula {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 44px 0 63px;
    padding-left: 20px;
}

@media screen and (max-width: 972px) {
    .mobile-data .data-item .formula {
        padding-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px 0 45px;
    }
}

.mobile-data .data-item .formula-text {
    margin-bottom: 18px;
    word-break: break-all;
}

@media screen and (max-width: 480px) {
    .mobile-data .data-item .formula-text {
        width: 70px;
    }
}

.mobile-data .data-item .formula-image {
    text-align: center;
}

.mobile-data .data-item .formula-sign {
    margin: 0 67px;
    font-size: 63px;
    font-weight: bold;
}

@media screen and (max-width: 972px) {
    .mobile-data .data-item .formula-sign {
        margin: 0 15%;
    }
}

.extra-feature {
    padding: 120px 0 80px;
    position: relative;
}

@media screen and (max-width: 972px) {
    .extra-feature {
        padding: 60px 0 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.extra-feature:after {
    display: block;
    clear: both;
    content: '';
}

.extra-feature .extra-list {
    float: right;
    padding-right: 100px;
    z-index: 1;
    position: relative;
    max-width: 50%;
}

@media screen and (max-width: 972px) {
    .extra-feature .extra-list {
        float: none;
        padding-right: 15px;
        padding-left: 15px;
        max-width: 100%;
    }
}

.extra-feature .extra-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.extra-feature .extra-list li:not(:last-child) {
    margin-bottom: 53px;
}

@media screen and (max-width: 972px) {
    .extra-feature .extra-list li:not(:last-child) {
        margin-bottom: 30px;
    }
}

.extra-feature .extra-list li .extra-icon {
    margin-right: 46px;
}

@media screen and (max-width: 972px) {
    .extra-feature .extra-list li .extra-icon {
        margin-right: 35px;
        min-width: 94px;
    }
}

.extra-feature .extra-list li .extra-caption {
    font-size: 20px;
    line-height: 1.6;
}

@media screen and (max-width: 972px) {
    .extra-feature .extra-list li .extra-caption {
        font-size: 16px;
    }
    .extra-feature .extra-list li .extra-caption-center {
        font-size: 16px;
        margin: 0 auto;
    }
}

.extra-feature .feature-hand {
    position: absolute;
    left: 0;
    z-index: 0;
}

@media screen and (max-width: 1400px) {
    .extra-feature .feature-hand img {
        width: 700px;
    }
}

@media screen and (max-width: 1180px) {
    .extra-feature .feature-hand img {
        width: 550px;
    }
}

@media screen and (max-width: 972px) {
    .extra-feature .feature-hand {
        position: static;
        margin-top: 15px;
    }
}

.no1-wrap {
    max-width: 1100px;
    margin: 0 auto;
}
.no1-wrap p {
    font-size: 0.9rem;
    text-align: right;
    margin-top: 10px;
}
.no1-wrap .title-wrap {
    margin: 0 auto;
    width: max-content;
    max-width: 100%;
}
.no1-wrap .section-title {
    font-size: 20px;
}
.no1-wrap .medal-icon img {
    width: 200px;
    height: auto;
}
.video-wrap {
    text-align: center;
    padding: 50px;
}
.video-wrap p {
    font-size: 0.9rem;
    text-align: center;
    margin: 30px auto;
}

.video-wrap iframe {
    width: 900px;
    height: 500px;
}

@media screen and (max-width: 480px) {
    .no1-wrap p {
        text-align: center;
    }
    .video-wrap iframe {
        width: 100%;
        height: auto;
    }
}

.apply-section {
    padding-bottom: 200px;
}

@media screen and (max-width: 972px) {
    .apply-section {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 80px;
    }
}

.apply-section .apply-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    counter-reset: apply-step;
    margin-top: 120px;
}

@media screen and (max-width: 972px) {
    .apply-section .apply-step {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 60px;
    }
}

.apply-section .apply-step li {
    width: 220px;
    position: relative;
}

@media screen and (max-width: 972px) {
    .apply-section .apply-step li {
        text-align: center;
        width: 100%;
    }
}

.apply-section .apply-step li:not(:last-child) {
    margin-bottom: 80px;
}

.apply-section .apply-step li:last-child .step-image:after {
    display: none;
}

.apply-section .apply-step .step-image {
    position: relative;
    z-index: 0;
}

@media screen and (max-width: 972px) {
    .apply-section .apply-step .step-image {
        display: inline-block;
    }
}

.apply-section .apply-step .step-image:before {
    position: absolute;
    top: -29px;
    left: 0;
    z-index: 1;
    width: 73px;
    height: 73px;
    background: #DF3B56;
    color: #fff;
    border-radius: 50%;
    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;
    counter-increment: apply-step;
    font-size: 35px;
    font-family: 'Noto Sans', sans-serif;
    content: counters(apply-step, "", decimal-leading-zero);
}

.apply-section .apply-step .step-image:after {
    position: absolute;
    top: 50%;
    left: 99%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 80px;
    background: #E6E6E6;
    content: '';
}

@media screen and (max-width: 972px) {
    .apply-section .apply-step .step-image:after {
        display: none;
    }
}

.apply-section .apply-step .step-caption {
    text-align: center;
    font-size: 18px;
    margin-top: 27px;
}

@media screen and (max-width: 972px) {
    .apply-section .apply-step .step-caption {
        font-size: 16px;
        margin-top: 15px;
    }
}

.apply-section .apply-step .step-formula {
    position: absolute;
    text-align: center;
    background: #fff;
    color: #5C5C5C;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
    padding: 25px 45px;
    top: 300px;
}

@media screen and (max-width: 972px) {
    .apply-section .apply-step .step-formula {
        position: relative;
        top: auto;
        margin-top: 25px;
    }
}

.apply-section .apply-step .step-formula span {
    display: block;
    margin: 10px 0;
}

.apply-section .apply-step .step-formula:after {
    position: absolute;
    top: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    -ms-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    width: 0;
    height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid;
    border-color: transparent transparent #fff #fff;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    content: '';
}

.package-plan .logo-text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #DF3B55;
}

@media screen and (max-width: 972px) {
    .package-plan {
        padding-left: 15px;
        padding-right: 15px;
    }
    .package-plan .logo-text {
        font-size: 16px;
    }
}

.package-plan .box-group {
    margin-top: 70px;
}

@media screen and (max-width: 1120px) {
    .package-plan .box-group {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 972px) {
    .package-plan .box-group {
        margin-top: 45px;
    }
}

.package-plan .box-c {
    margin-bottom: 20px;
}

@media screen and (max-width: 1120px) {
    .package-plan .box-c {
        margin-left: auto;
        margin-right: auto;
    }
}

.package-plan .plus-sign {
    font-family: 'Noto Sans', sans-serif;
    font-size: 56px;
    text-align: center;
    line-height: 1;
}

.package-plan .info-bar {
    background: #5C5C5C;
    color: #fff;
    font-size: 22px;
    padding: 20px 15px;
    margin-top: 15px;
}

@media screen and (max-width: 972px) {
    .package-plan .info-bar {
        font-size: 18px;
    }
}

.package-plan .info-note {
    margin: 18px 0 60px;
    color: #5C5C5C;
}

@media screen and (max-width: 972px) {
    .package-plan .info-note {
        font-size: 14px;
    }
}

.package-plan .button-b {
    margin: 58px auto 0;
}

@media screen and (max-width: 972px) {
    .package-plan .button-b {
        margin-top: 35px;
    }
}

@media screen and (max-width: 972px) {
    .payment-method {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.payment-method .box-group {
    margin: 90px 0 80px;
}

@media screen and (max-width: 972px) {
    .payment-method .box-group {
        margin: 40px 0 20px;
        padding: 0;
    }
}

@media screen and (max-width: 972px) {
    .payment-method .box-group .box-a, .payment-method .box-group .box-b {
        margin-bottom: 20px;
    }
}

.payment-method .button-b {
    margin: auto;
}

@media screen and (max-width: 972px) {
    .question-section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.question-section .accordion-group {
    margin: 75px 0;
}

.last-l-section .accordion-group {
    margin: 75px 0 0;
}

@media screen and (max-width: 972px) {
    .question-section .accordion-group {
        margin: 40px 0 50px;
    }
    .last-l-section .accordion-group {
        margin:40px 0 0;
    }
}

.question-section .button-b {
    margin: auto;
}

.section-login {
    padding: 40px 0 75px;
}

@media screen and (max-width: 972px) {
    .section-login {
        padding-bottom: 30px;
    }
}

.section-login .text {
    text-align: center;
    font-size: 14px;
    margin-bottom: 17px;
}

@media screen and (max-width: 972px) {
    .section-login .text {
        padding-left: 15px;
        padding-right: 15px;
        line-height: 1.6;
    }
}

.section-login .label {
    text-align: center;
    color: #DF3B56;
    font-size: 14px;
    margin-bottom: 22px;
}

.section-login .label .fas {
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
}

.section-signup {
    padding-bottom: 105px;
}

@media screen and (max-width: 972px) {
    .section-signup {
        padding-bottom: 50px;
    }
}

.section-signup .signup-wrapper {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.section-signup .title {
    font-size: 22px;
    margin-bottom: 18px;
}

@media screen and (max-width: 972px) {
    .section-signup .title {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 20px;
    }
}

.section-signup .text {
    font-size: 14px;
    margin-bottom: 20px;
}

@media screen and (max-width: 972px) {
    .section-signup .text {
        line-height: 1.6;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.section-signup .title+.form-label, .section-signup .text+.form-label {
    margin-top: 18px;
}

@media screen and (max-width: 972px) {
    .section-signup .title+.form-label, .section-signup .text+.form-label {
        margin-top: 10px;
    }
}

.section-signup .button-facebook {
    margin: 20px 0 43px;
}

@media screen and (max-width: 972px) {
    .section-signup .button-facebook {
        padding: 0 15px;
    }
}

.section-signup .button-facebook .yl-btn, .section-signup .button-facebook .form-button .btn-a, .form-button .section-signup .button-facebook .btn-a {
    display: block;
    height: 46px;
    border: 1px solid #3B5998;
    background: #3B5998;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    border-radius: 2px;
    padding: 2px 7px;
}

.section-signup .button-facebook .yl-btn:hover, .section-signup .button-facebook .form-button .btn-a:hover, .form-button .section-signup .button-facebook .btn-a:hover {
    background: #fff;
    color: #3B5998;
}

.section-signup .button-facebook .yl-btn .fab, .section-signup .button-facebook .form-button .btn-a .fab, .form-button .section-signup .button-facebook .btn-a .fab {
    font-size: 20px;
    margin-right: 10px;
}

.section-signup .w300 {
    width: 300px;
}

@media screen and (max-width: 972px) {
    .section-signup .w300 {
        width: 100%;
    }
}

.section-signup .w526 {
    width: 526px;
}

@media screen and (max-width: 972px) {
    .section-signup .w526 {
        width: 100%;
    }
}

.section-signup .form-agreement {
    margin-top: 40px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-signup .form-agreement .checkbox {
    margin-bottom: 15px;
}

.section-signup .form-agreement .form-button {
    margin-top: 25px;
}

.section-signup .form-agreement .form-button .btn {
    background: #DF3B56;
    color: #fff;
}

.section-signup .form-agreement .form-button .btn:hover {
    color: #DF3B56;
    background: #fff;
}

.section-signup .other-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-signup .other-wrap .radiobutton {
    margin-bottom: 10px;
}

.section-signup .other-wrap .radiobutton:nth-child(even) {
    margin-left: 40px;
    margin-right: 40px;
}

.section-signup .social-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.section-signup .social-input label {
    font-size: 14px;
    min-width: 120px;
}

.section-signup .social-input input[type="text"] {
    height: 46px;
    border: 1px solid #CECECE;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 972px) {
    .section-signup .social-input input[type="text"] {
        width: calc(100% - 120px);
    }
}

.section-signup .social-input .fab {
    font-size: 20px;
    display: inline-block;
    vertical-align: -1px;
    margin-right: 5px;
}

.section-signup .social-input .fa-facebook-square {
    color: #3B5998;
}

.section-signup .social-input .fa-twitter-square {
    color: #00ACEE;
}

.section-signup .social-input .fa-instagram {
    color: #CF2E92;
}

.complete-form {
    border-top: 1px solid #EDEDED;
    text-align: center;
    padding-bottom: 80px;
}

.complete-form .complete-icon {
    padding-top: 78px;
    margin-bottom: 26px;
}

.complete-form .complete-title {
    font-size: 22px;
    margin-bottom: 15px;
}

@media screen and (max-width: 972px) {
    .complete-form .complete-title {
        font-size: 20px;
    }
}

.complete-form .complete-text {
    line-height: 1.92;
    font-size: 14px;
    margin-bottom: 35px;
}

@media screen and (max-width: 972px) {
    .complete-form .complete-text {
        line-height: 1.7;
        font-size: 12px;
    }
}

.complete-form .form-button .btn {
    background: #DF3B56;
    color: #fff;
}

.complete-form .form-button .btn:hover {
    color: #DF3B56;
    background: #fff;
}

.payment .warning-bar {
    text-align: center;
    background: #DF3B56;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 23px 0;
}

@media screen and (max-width: 972px) {
    .payment .warning-bar {
        font-size: 20px;
        padding: 20px;
    }
}

.payment .rule-list {
    padding-top: 63px;
}

@media screen and (max-width: 972px) {
    .payment .rule-list {
        padding-top: 40px;
    }
}

.payment .rule-list .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 972px) {
    .payment .rule-list .title {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.payment .rule-list .title h2 {
    line-height: 1.8;
    font-size: 20px;
}

@media screen and (max-width: 972px) {
    .payment .rule-list .title h2 {
        font-size: 16px;
        line-height: 1.6;
    }
}

.payment .rule-list .list-group {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 972px) {
    .payment .rule-list .list-group {
        margin-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.payment .rule-list .list-group .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 100px;
}

@media screen and (max-width: 972px) {
    .payment .rule-list .list-group .item {
        margin-bottom: 60px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.payment .rule-list .list-group .item-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.payment .rule-list .list-group .item-image {
    width: 69px;
    height: 68px;
    margin-right: 30px;
}

@media screen and (max-width: 972px) {
    .payment .rule-list .list-group .item-image {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.payment .rule-list .list-group .item-title {
    font-size: 20px;
    margin-bottom: 5px;
}

@media screen and (max-width: 972px) {
    .payment .rule-list .list-group .item-title {
        text-align: center;
        margin-bottom: 10px;
        font-size: 18px;
    }
}

.payment .rule-list .list-group .item-text {
    font-size: 16px;
    color: #989898;
    line-height: 1.625;
}

@media screen and (max-width: 972px) {
    .payment .rule-list .list-group .item-text {
        font-size: 14px;
    }
}

.payment .rule-list .list-group .item-text a {
    color: #DF3B56;
    text-decoration: underline;
}

.payment .rule-list .list-group .item-text a.no-underline {
    text-decoration: none;
}

.payment .rule-list .list-group .item-text a.has-icon i {
    display: inline-block;
    margin-left: 15px;
}

@media screen and (max-width: 972px) {
    .payment .rule-list .list-group .item-text a {
        font-size: 14px;
    }
}

@media screen and (max-width: 972px) {
    .payment .payment-method {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.payment .payment-method .section-text {
    margin-top: 40px;
    margin-bottom: 92px;
}

@media screen and (max-width: 972px) {
    .payment .payment-method .section-text {
        margin-top: 25px;
        margin-bottom: 40px;
    }
}

.payment .payment-method .button-b {
    margin: 85px auto 0;
}

@media screen and (max-width: 972px) {
    .payment .payment-method .button-b {
        margin-top: 40px;
    }
}

.payment .box-group {
    margin-top: 75px;
}

@media screen and (max-width: 972px) {
    .payment .box-group {
        margin-top: 40px;
    }
}

@media screen and (max-width: 972px) {
    .payment .box-group .box-a, .payment .box-group .box-b {
        margin-bottom: 20px;
    }
}

.payment .payment-process .process-step {
    margin-top: 96px;
    padding-left: 95px;
    padding-right: 95px;
}

@media screen and (max-width: 972px) {
    .payment .payment-process .process-step {
        margin-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.payment .payment-process .tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.payment .payment-process .tab-list li {
    width: calc(100% / 2);
}

.payment .payment-process .tab-list li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000;
    border-bottom: 3px solid transparent;
    padding: 10px 0 20px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

@media screen and (max-width: 972px) {
    .payment .payment-process .tab-list li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 320px) {
    .payment .payment-process .tab-list li a {
        font-size: 12px;
    }
}

.payment .payment-process .tab-list li a:hover {
    border-bottom: 3px solid #DF3B56;
    text-decoration: none;
}

.payment .payment-process .tab-list li.active a {
    border-bottom: 3px solid #DF3B56;
}

.payment .payment-process .tab-content .tab {
    padding-top: 65px;
    display: none;
}

@media screen and (max-width: 972px) {
    .payment .payment-process .tab-content .tab {
        padding-top: 30px;
    }
}

.payment .payment-process .tab-content .tab.active {
    display: block;
}

.payment .payment-process .lead-title {
    font-size: 18px;
    margin-bottom: 20px;
}

@media screen and (max-width: 972px) {
    .payment .payment-process .lead-title {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 10px;
    }
}

.payment .payment-process .lead-text {
    color: #989898;
    font-size: 16px;
}

@media screen and (max-width: 972px) {
    .payment .payment-process .lead-text {
        font-size: 14px;
        line-height: 1.6;
    }
}

.payment .payment-process .step-instruction {
    margin-top: 82px;
}

@media screen and (max-width: 972px) {
    .payment .payment-process .step-instruction {
        margin-top: 40px;
    }
}

.payment .payment-process .step-instruction .step-a:not(:last-child) {
    margin-bottom: 93px;
}

@media screen and (max-width: 972px) {
    .payment .payment-process .step-instruction .step-a:not(:last-child) {
        margin-bottom: 40px;
    }
}
.fab-container{
    width: 100%;
    height: 90px;
    bottom:0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position:fixed
}

.fab-wrapper{
    width: 100%;
    background:#F8F8F8;
    height: 120px;
}

@media screen and (max-width: 972px) {
.fab-wrapper {
    height: 140px;
    }
}

.square a{
    border-radius: 0;
    padding: 5px;
}

.square{
    margin: 10px;
    height: 70%;
    width: 50%;
}

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