@charset "UTF-8";

.Chkbox {
    position: relative;
}

span.doi {
    margin-left: 30px;
}

span.doi::before {
    position: absolute;
    left: 0;
    display: block;
    border: 1px solid #342e2c;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

input#agree {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}

input#agree:checked+.doi::after {
    position: absolute;
    top: 3px;
    left: 8px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    width: 5px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

input#agree:checked+.doi::before {
    background: #342e2c;
}

input,
button {
    outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #ccc;
}

input::placeholder,
textarea::placeholder {
    color: #ccc;
}

#section-form2 div.fm_box_2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px;
}

#section-form .container_2 {
    width: 100%;
    max-width: 935px;
    margin: 0 auto;
    padding: 0 35px;
}

#section-form .title {
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.06em;
    line-height: 56px;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 519px) {
    #section-form .title {
        font-size: 28px;
        line-height: 50px;
    }
}

#section-form .title span {
    color: #fff;
}

table.form_ask {
    width: 100%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 50px;
}

table.form_ask tr th {
    width: 250px;
    border-bottom: 10px #fff solid;
    padding: 5px 10px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 769px) {
    table.form_ask tr th {
        width: 100%;
        display: block;
    }
}

table.form_ask tr th span {
    color: #fff;
    margin-right: 0.9rem;
    background: #05b4ed;
    padding: 1px 3px 2px 3px;
    border-radius: 3px;
    font-size: 10px;
}

table.form_ask tr td {
    width: 750px;
    border-bottom: 20px #fff solid;
    padding: 5px 10px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table.form_ask tr td input.in_rad {
    margin-right: 5px;
}

table.form_ask tr td input.inp_farea_s {
    width: 40%;
    margin-right: 2%;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

@media screen and (max-width: 769px) {
    table.form_ask tr td input.inp_farea_s {
        width: 48%;
        margin-right: 1%;
    }
}

table.form_ask tr td input.inp_farea {
    width: 82.4%;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

@media screen and (max-width: 769px) {
    table.form_ask tr td input.inp_farea {
        width: 100%;
    }
}

table.form_ask tr td textarea.txt_farea {
    width: 82.4%;
    padding: 5px;
    border: 1px solid hsl(0, 0%, 80%);
    border-radius: 3px;
}

@media screen and (max-width: 769px) {
    table.form_ask tr td textarea.txt_farea {
        width: 100%;
    }
}

.form_bottom {
    width: 100%;
}

#privacyarea {
    margin-bottom: 30px;
    font-size: 14px;
}

#privacyarea dt {
    margin: 15px 0;
}

#privacyarea dd {
    margin-left: 0;
}

#privacyarea dt .required_s {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 38px;
    text-align: left;
    color: #2687f8;
}

br.pc_none {
    display: none;
}

@media screen and (max-width: 769px) {
    br.pc_none {
        display: block;
    }
}

.ml_30 {
    margin-left: 30px;
}

@media screen and (max-width: 769px) {
    .ml_30 {
        margin-left: 0;
    }
}

.btn-orange {
    margin: 0 auto;
    display: block;
    color: #fff;
    min-width: 250px;
    padding: 15px 15px 10px;
    font-size: 18px;
    border-radius: 100px;
    border: none;
    background: #333;
}

.privacy_box {
    margin: 20px 0;
}

.privacy_box p {
    text-align: left;
}

.pc_bn {
    display: block;
}

@media screen and (max-width: 519px) {
    .pc_bn {
        display: none !important;
    }
}

.sp_bn {
    display: none !important;
}

@media screen and (max-width: 519px) {
    .sp_bn {
        display: block !important;
    }
}

@media screen and (max-width: 519px) {
    .semi_bn img {
        max-width: 300px;
    }
}

@media screen and (max-width: 1524px) {
    img.semi_bn {
        width: 112px;
        position: fixed;
        right: 25px;
        left: auto;
        top: 90px;
    }
}

@media screen and (max-width: 1289px) {
    img.semi_bn {
        width: 60px;
        position: fixed;
        left: 60px;
        right: auto;
        top: 0;
    }
}

fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime] {
    width: 90%;
    padding: 5px 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 37px;
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time] {
        line-height: 30px;
    }

    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px;
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time] {
        line-height: 46px;
    }

    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px;
    }
}

.form-inline .form-group {
    margin-bottom: 15px;
}

@media screen and (max-width: 769px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}

.form-inline .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.form-inline .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-inline .form-group-sm select[multiple].form-control {
    height: auto;
}

.form-inline .form-group-sm textarea.form-control {
    height: auto;
}

.form-inline .form-group-sm .form-control-static {
    height: 30px;
    min-height: 35px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.form-inline .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0;
}

.form-inline .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    padding: 5px 20px;
}

.form-inline .form-group-lg select[multiple].form-control {
    height: auto;
}

.form-inline .form-group-lg textarea.form-control {
    height: auto;
}

.form-inline .form-group-lg .form-control-static {
    height: 46px;
    min-height: 41px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.form-inline .form-control {
    display: block;
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    vertical-align: 1px;
}

@media screen and (max-width: 769px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

.form-inline .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-inline .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-inline .form-control:-ms-input-placeholder,
.form-inline .form-control::-webkit-input-placeholder {
    color: #999;
}

.form-inline .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-inline .form-control[disabled],
.form-inline .form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}

.form-inline .form-control-static {
    min-height: 37px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

@media screen and (max-width: 769px) {
    .form-inline .form-control-static {
        display: inline-block;
    }
}

.form-inline .form-control-static.input-lg,
.form-inline .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.form-inline-force .form-control {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox.disabled label,
.radio.disabled label {
    cursor: not-allowed;
}

fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}

.checkbox label,
.radio label {
    min-height: 23px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-inline.disabled,
.radio-inline.disabled {
    cursor: not-allowed;
}

fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-sm {
    height: auto;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-lg {
    height: auto;
}

textarea.input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 46.25px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    pointer-events: none;
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

@media (min-width: 768px) {
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label~.form-control-feedback {
    top: 28px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 30px;
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.7;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.btn.active.focus,
.btn.active:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.btn.focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:active.focus,
.btn:active:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.btn.focus,
.btn:hover {
    color: #262626;
    text-decoration: none;
}

.btn.disabled,
.btn[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #262626;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default.focus {
    color: #262626;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #262626;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default.active {
    color: #262626;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #262626;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary.active,
.btn-primary:active {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary.active .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success.active,
.btn-success:active {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info.active,
.btn-info:active {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning.active,
.btn-warning:active {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger.active,
.btn-danger:active {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-orange.focus,
.btn-orange:focus,
.btn-orange:hover {
    color: #fff;
    background-color: #5cbec6;
    border-color: #5cbec6;
}

.btn-orange.active,
.btn-orange:active {
    color: #fff;
    background-color: #5cbec6;
    background-image: none;
    border-color: #5cbec6;
}

.btn-orange.active.focus,
.btn-orange.active:focus,
.btn-orange.active:hover {
    color: #fff;
    background-color: #d1280b;
    border-color: #ab2109;
}

.btn-orange:active.focus,
.btn-orange:active:focus,
.btn-orange:active:hover {
    color: #fff;
    background-color: #d1280b;
    border-color: #ab2109;
}

.btn-orange.disabled.focus,
.btn-orange.disabled:focus,
.btn-orange.disabled:hover {
    background-color: #f5593e;
    border-color: #f5593e;
}

.btn-orange[disabled].focus,
.btn-orange[disabled]:focus,
.btn-orange[disabled]:hover {
    background-color: #f5593e;
    border-color: #f5593e;
}

.btn-orange .badge {
    color: #f5593e;
    background-color: #fff;
}

.btn-orange .fas {
    margin-right: 12px;
}

.btn-orange-sm {
    color: #fff;
    border-radius: 100px;
    background-color: #ffad12;
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(#ffad12), color-stop(50%, #ff4000), to(#e80045));
    background: linear-gradient(to right, #ffad12, #ff4000 50%, #e80045);
    line-height: 2;
}

.btn-orange-sm.focus,
.btn-orange-sm:focus {
    color: #fff;
    background-color: #f22f0e;
    border-color: #ab2109;
}

.btn-orange-sm:hover {
    color: #fff;
    background-color: #f22f0e;
    border-color: #ea2d0c;
}

.btn-orange-sm.active,
.btn-orange-sm:active {
    color: #fff;
    background-color: #f22f0e;
    background-image: none;
    border-color: #ea2d0c;
}

.btn-orange-sm.active.focus,
.btn-orange-sm.active:focus,
.btn-orange-sm.active:hover {
    color: #fff;
    background-color: #d1280b;
    border-color: #ab2109;
}

.btn-orange-sm:active.focus,
.btn-orange-sm:active:focus,
.btn-orange-sm:active:hover {
    color: #fff;
    background-color: #d1280b;
    border-color: #ab2109;
}

.btn-orange-sm.disabled.focus,
.btn-orange-sm.disabled:focus,
.btn-orange-sm.disabled:hover {
    background-color: #f5593e;
    border-color: #f5593e;
}

.btn-orange-sm[disabled].focus,
.btn-orange-sm[disabled]:focus,
.btn-orange-sm[disabled]:hover {
    background-color: #f5593e;
    border-color: #f5593e;
}

.btn-orange-sm .badge {
    color: #f5593e;
    background-color: #fff;
}

.btn-orange-sm .fas {
    margin-right: 8px;
}

.btn-orange-lg {
    position: relative;
    /* padding: 15px 10px; */
    padding: 15px 20px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.btn-white {
    background-color: #fff;
    border-radius: 100px;
    border: none;
    padding-top: 10px;
}

.btn-pale-blue-sm {
    color: #fff;
    background-color: #262626;
    border-color: none;
    padding: 15px 10px;
    font-size: 11px;
    border-radius: 100px;
}

.btn-pale-blue-sm.focus,
.btn-pale-blue-sm:focus {
    color: #fff;
    background-color: #2e88b7;
    border-color: #1f5b7a;
}

.btn-pale-blue-sm:hover {
    color: #fff;
    background-color: #2e88b7;
    border-color: #2c82af;
}

.btn-pale-blue-sm.active,
.btn-pale-blue-sm:active {
    color: #fff;
    background-color: #2e88b7;
    background-image: none;
    border-color: #2c82af;
}

.btn-pale-blue-sm.active.focus,
.btn-pale-blue-sm.active:focus,
.btn-pale-blue-sm.active:hover {
    color: #fff;
    background-color: #27739b;
    border-color: #1f5b7a;
}

.btn-pale-blue-sm:active.focus,
.btn-pale-blue-sm:active:focus,
.btn-pale-blue-sm:active:hover {
    color: #fff;
    background-color: #27739b;
    border-color: #1f5b7a;
}

.btn-pale-blue-sm.disabled.focus,
.btn-pale-blue-sm.disabled:focus,
.btn-pale-blue-sm.disabled:hover {
    background-color: #47a2d1;
    border-color: #47a2d1;
}

.btn-pale-blue-sm[disabled].focus,
.btn-pale-blue-sm[disabled]:focus,
.btn-pale-blue-sm[disabled]:hover {
    background-color: #47a2d1;
    border-color: #47a2d1;
}

.btn-pale-blue-sm .badge {
    color: #47a2d1;
    background-color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #00f;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link.active,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link.active:focus,
.btn-link.active:hover,
.btn-link:active:focus,
.btn-link:active:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
    color: #777;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

.btn-multiline {
    white-space: normal;
}

fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.open>.btn-default.dropdown-toggle {
    color: #262626;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}

.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #262626;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}

.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
}

.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
}

.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
}

.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
}

.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
}

.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}

fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 6.5px -15px;
}

@media screen and (max-width: 769px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }

    .navbar-form .input-group>.form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #fff;
}

.form-horizontal {
    margin-top: 45px;
}

.form-horizontal .control-label {
    font-weight: 700;
}

.form-horizontal .form-group {
    margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
    .form-horizontal [type=submit] {
        min-width: 340px;
        margin-top: 60px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        font-size: 16px;
    }
}

textarea {
    overflow: auto;
    /* height: auto !important; */
    line-height: 1.4 !important;
}

.open>.btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #5cbec6;
    background-image: none;
    border-color: #5cbec6;
}

.open>.btn-orange.dropdown-toggle.focus,
.open>.btn-orange.dropdown-toggle:focus,
.open>.btn-orange.dropdown-toggle:hover {
    color: #fff;
    background-color: #d1280b;
    border-color: #ab2109;
}

fieldset[disabled] .btn-orange.focus,
fieldset[disabled] .btn-orange:focus,
fieldset[disabled] .btn-orange:hover {
    background-color: #f5593e;
    border-color: #f5593e;
}

.open>.btn-pale-blue-sm.dropdown-toggle {
    color: #fff;
    background-color: #2e88b7;
    background-image: none;
    border-color: #2c82af;
}

.open>.btn-pale-blue-sm.dropdown-toggle.focus,
.open>.btn-pale-blue-sm.dropdown-toggle:focus,
.open>.btn-pale-blue-sm.dropdown-toggle:hover {
    color: #fff;
    background-color: #27739b;
    border-color: #1f5b7a;
}

fieldset[disabled] .btn-pale-blue-sm.focus,
fieldset[disabled] .btn-pale-blue-sm:focus,
fieldset[disabled] .btn-pale-blue-sm:hover {
    background-color: #47a2d1;
    border-color: #47a2d1;
}

.banner-fixed-bottom .table-cell .btn-orange-sm {
    padding: 15px 10px;
}

.open>.btn-orange-sm.dropdown-toggle {
    color: #fff;
    background-color: #f22f0e;
    background-image: none;
    border-color: #ea2d0c;
}

.open>.btn-orange-sm.dropdown-toggle.focus,
.open>.btn-orange-sm.dropdown-toggle:focus,
.open>.btn-orange-sm.dropdown-toggle:hover {
    color: #fff;
    background-color: #d1280b;
    border-color: #ab2109;
}

fieldset[disabled] .btn-orange-sm.focus,
fieldset[disabled] .btn-orange-sm:focus,
fieldset[disabled] .btn-orange-sm:hover {
    background-color: #f5593e;
    border-color: #f5593e;
}

@media (max-width: 767px) {
    .rotate-90-xs {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media (max-width: 991px) {
    .rotate-90-sm {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.section-form {
    padding-top: 200px;
    padding-bottom: 200px;
    background: url(../images/bg_contact.jpg) no-repeat center top;
    background-size: cover;
}

@media screen and (min-width: 1280px) {
    .section-form {
        display: none;
    }
}

@media screen and (max-width: 1289px) {
    .section-form {
        display: block;
        padding-top: 100px;
        padding-bottom: 170px;
    }
}

@media screen and (max-width: 1023px) {
    .section-form {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 769px) {
    .section-form {
        padding: 50px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.section-form__title_2 .right_in {
    display: none;
}

.section-form .container {
    width: auto;
    max-width: 1080px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
}

@media screen and (max-width: 1023px) {
    .section-form .container {
        max-width: 750px;
    }
}

@media screen and (max-width: 519px) {
    .section-form .container {
        width: 100%;
    }
}

.section-form .title-section .ttl_line div {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
}

.section-bar {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-thanks {
    padding-top: 3vw;
    padding-bottom: 6vw;
    font-size: 16px;
    text-align: center;
    margin: 100px 0;
}

.form-horizontal .control-label {
    text-align: left;
    padding-bottom: 2px;
}

.control-label span {
    color: #870000;
    margin-left: 10px;
}

.privacy-policy {
    margin-top: 50px;
    margin-bottom: 40px;
}

.privacy-policy a {
    color: #0975c9;
}

.privacy-policy a:hover {
    color: #034373;
}

.form-horizontal [type=submit] {
    margin-top: 30px;
}

.privacy_box {
    border: 1px solid #ddd;
    background: #fff;
    padding: 0 30px 10px;
    overflow-y: auto;
    height: 130px;
    margin-top: 3em;
    margin-bottom: 17px;
    font-size: 14px;
    border-radius: 8px;
    overflow: auto;
}

@media screen and (min-width: 750px) and (max-width: 1279px) {
    .privacy_box {
        height: 240px;
    }
}

.privacy_box::-webkit-scrollbar {
    display: none;
}

.privacy_box .box01 {
    margin-bottom: 60px;
}

.privacy_box p {
    font-size: 14px;
    color: #2e2e2e;
    margin-bottom: 20px;
    font-weight: normal;
}

@media screen and (max-width: 1023px) {
    .privacy_box p {
        font-size: 13px;
    }
}

@media screen and (max-width: 519px) {
    .privacy_box p {
        font-size: 11px;
    }
}

.privacy_box .intitle {
    font-size: 24px;
    color: #2e2e2e;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .privacy_box .intitle {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 519px) {
    .privacy_box .intitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.privacy_box .intitle02 {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 40px;
}

.privacy_box .intitle03 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 15px;
}

.privacy_box .box01 ol {
    margin-top: 40px;
}

.privacy_box ol li {
    font-size: 14px;
    list-style-type: decimal;
    margin-left: 1em;
    padding-left: 0.5em;
    margin-bottom: 15px;
}

.privacy_box ul li {
    font-size: 14px;
    list-style-type: disc;
    margin-left: 2em;
}

.agreement .txt {
    color: #767676;
    font-size: 14px;
    margin-bottom: 5px;
}

.agreement label {
    color: #767676;
    vertical-align: middle;
}

.agreement input[type=checkbox] {
    outline: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    width: 18px;
    height: 17px;
    border: 1px solid #767676;
    border-radius: 4px;
    vertical-align: middle;
}

.agreement input:checked {
    position: relative;
    background: #767676;
}

.agreement input:checked::after {
    display: block;
    position: absolute;
    top: 1px;
    left: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 4px;
    height: 8px;
    border: 2px solid #ffffff;
    border-width: 0 2px 2px 0;
    border-radius: 1px;
    content: "";
}

.txt-link {
    font-size: 12px;
    color: #767676;
    margin-top: 15px;
    text-align: center;
    letter-spacing: 1px;
}

.bb {
    font-weight: 700;
}

.section-thanks {
    /* padding-top: 3vw; */
    padding-bottom: 5em;
    font-size: 16px;
    text-align: center;
    margin: 100px 0;
}

@media screen and (max-width: 769px) {
    .section-thanks {
        padding-top: 8vw;
        padding-bottom: 9vw;
        font-size: 14px;
    }
}

.section-thanks .title {
    font-size: 24px;
    font-weight: 700;
}

@media screen and (max-width: 769px) {
    .section-thanks .title {
        margin-bottom: 6vw;
        font-size: 5vw;
    }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.col-base {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    float: left;
    width: 20%;
}

@media (min-width: 768px) {
    .col-sm-15 {
        float: left;
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        float: left;
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        float: left;
        width: 20%;
    }
}

.col-main,
.col-sidebar {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 60px;
}

@media (min-width: 768px) {
    .col-sidebar {
        right: 70%;
        float: left;
        width: 30%;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .col-main {
        left: 30%;
        float: left;
        width: 70%;
    }
}

@media (min-width: 768px) {
    .col-sm-524 {
        float: left;
        width: 52.4%;
    }

    .col-sm-476 {
        float: left;
        width: 47.6%;
    }

    .col-sm-31 {
        float: left;
        width: 31%;
    }

    .col-sm-69 {
        float: left;
        width: 69%;
    }
}

.table-thead-blue .col-title {
    width: 35%;
}

.col-sm-4 {
    padding: 0;
}

.col-sm-4 img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.title-with-dash-small {
    text-align: center;
}

.title-with-dash-small .title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

.title-with-dash-small .title span {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

.section-step .container .title-with-dash-small .title {
    margin-bottom: 0px;
}

.section-form .title-with-dash-small .ttl_line .title:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    content: "";
    background-color: #5cbec6;
}

@media (max-width: 767px) {
    .title-with-dash-small .title {
        font-size: 35px;
    }
}

@media (max-width: 420px) {
    .title-with-dash-small .title {
        font-size: 25px;
    }
}

.title-with-dash-small .title-white {
    color: #fff;
}

.title-with-dash-small small {
    font-size: 18px;
    font-weight: 700;
    color: #5cbec6;
}

@media (max-width: 767px) {
    .title-with-dash-small small {
        font-size: 16px;
    }
}

.both-side-dash:after,
.both-side-dash:before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 40px;
    height: 10px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: radial-gradient(#5cbec6 30%, transparent 33%), radial-gradient(#5cbec6 30%, transparent 33%);
    background-position: 0 0, 10px 10px;
    background-size: 10px 10px;
    content: "";
}

:root {
    --main-color: #e84539;
    --align-style: left;
    --font-style: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro", "Hiragino Kaku Gothic Pro";
}

/* å…¨ä½“ ==========*/
.custom_complete__header.mgn-b50.editable_block {
    margin: 30px 0;
}

.custom_confirm__footer.flex.mgn-t50 {
    margin-top: 30px;
}

.custom_confirm__header.mgn-b50.editable_block {
    margin-bottom: 30px;
}

.custom_confirm__contents_group {
    margin-bottom: 10px;
}

.custom__screen {
    max-width: 1080px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
    .custom__screen {
        max-width: 750px;
        padding: 20px 0;
    }
}

@media screen and (max-width: 769px) {
    .custom__screen {
        width: 100%;
    }
}

.custom__screen h1,
.custom__screen h2,
.custom__screen h3,
.custom__screen h4,
.custom__screen p {
    font-family: var(--font-style) !important;
}

.custom__screen h3 {
    color: #2e2e2e !important;
}

@media screen and (max-width: 519px) {
    .custom__screen .sc__btn {
        width: 100% !important;
        margin: 0 auto;
    }
}

@media screen and (max-width: 519px) {

    .custom__screen .sc__input_group input[type=text].email_placeholder1,
    .custom__screen .sc__input_group input[type=text].email_placeholder2 {
        width: 46% !important;
    }

    .custom__screen .sc__input_group input[type=text].telephone_number1,
    .custom__screen .sc__input_group input[type=text].telephone_number2,
    .custom__screen .sc__input_group input[type=text].telephone_number3 {
        width: 30% !important;
    }
}

.popup_window {
    max-height: 500px;
    bottom: 0;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    right: 0;
    position: fixed;
    border: 1px solid #ccc;
    overflow: scroll;
}

.custom_close {
    float: right;
    cursor: pointer;
}

.required {
    background-color: #fb90b0;
    color: white;
    font-size: 0.6em;
    padding: 1% 3% 1% 3%;
    border-radius: 21px;
    margin-bottom: 8px;
    display: -webkit-inline-box;
}

.sc__custom_form .sc__input_group label {
    font-size: 0.8em;
    color: #080808;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .sc__custom_form .sc__input_group label {
        font-size: 12px;
    }
}

@media screen and (max-width: 1023px) {

    .sc__custom_form .sc__input_group input[type=text],
    .sc__custom_form .sc__input_group input[type=number],
    .sc__custom_form .sc__input_group input[type=date] {
        font-size: 12px;
    }
}

.sc__custom_form .sc__input_group .sc__input_group__title {
    width: 100%;
    text-align: left;
}

.sc__custom_form .sc__btn {
    color: #fff;
    border-style: none;
    border-radius: 4px;
    width: 450px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

/* ボタン ==========*/
button {
    text-decoration: none;
    width: 200px;
    height: 50px;
    margin-right: 15px;
    border-radius: 4px;
    cursor: pointer;
}

button.sc__btn {
    background-color: #333;
    margin: 0;
}

button.register {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

button.cancel {
    background: #fff;
    color: #aaa;
    border: 1px solid #dcdcdc;
    font-weight: bold;
    font-size: 16px;
}

/* 入力フォーム ==========*/
.sc__input_group {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (max-width: 1023px) {
    .sc__input_group {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 519px) {
    .sc__input_group {
        display: block;
    }
}

.sc__input_group__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sc__input_group__body p {
    margin-bottom: 10px;
}

.sc__custom_form .sc__input_group input[type=text],
.sc__custom_form .sc__input_group input[type=number],
.sc__custom_form .sc__input_group input[type=date] {
    padding: 5px 10px;
    border-radius: 8px;
}

.sc__custom_form .sc__input_group textarea,
.sc__custom_form .sc__input_group select {
    padding: 10px;
    border-radius: 8px;
}

@media screen and (max-width: 1023px) {

    .sc__custom_form .sc__input_group textarea,
    .sc__custom_form .sc__input_group select {
        font-size: 12px;
    }
}

.sc__custom_form .sc__input_group input[type=radio],
.sc__custom_form .sc__input_group input[type=checkbox] {
    margin-left: 20px;
    margin-bottom: 5px;
}

.sc__custom_form .sc__input_group input[type=radio]:first-child,
.sc__custom_form .sc__input_group input[type=checkbox]:first-child {
    margin-left: 0px;
}

.sc__custom_form .sc__input_group input[type=number] {
    margin-right: 8px;
}

.col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
    .col1 {
        width: 100%;
        margin-bottom: 0;
    }
}

.address__content h4 {
    margin-bottom: 5px;
}

.sc__input_group__address_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sc__input_group__address_top label {
    margin-right: 10px;
}

.sc__input_group__address_middle {
    margin: 20px 0;
}

.sc__custom_form .sc__input_group input[type=text] {
    width: 90%;
}

.sc__custom_form .sc__input_group input[type=text],
.sc__custom_form .sc__input_group input[type=number],
.sc__custom_form .sc__input_group input[type=date] {
    border: 2px solid #cacaca;
    border-radius: 16px;
    margin-bottom: 4%;
}

@media screen and (max-width: 1023px) {

    .sc__custom_form .sc__input_group input[type=text],
    .sc__custom_form .sc__input_group input[type=number],
    .sc__custom_form .sc__input_group input[type=date] {
        padding: 10px;
    }
}

.sc__custom_form .sc__input_group input[type=text]:focus,
.sc__custom_form .sc__input_group input[type=number]:focus,
.sc__custom_form .sc__input_group input[type=date]:focus {
    outline: 0;
    color: #333;
    border-color: #0a639c;
}

.sc__custom_form .sc__input_group textarea {
    width: 90%;
    resize: vertical;
    height: 1.5em;
}

.sc__custom_form .sc__input_group textarea,
.sc__custom_form .sc__input_group select {
    width: 90%;
    border: 2px solid #cacaca;
    border-radius: 16px;
    margin-bottom: 4%;
    padding: 5px 10px;
}

.sc__custom_form .sc__input_group select {
    width: 95%;
}

@media screen and (max-width: 1023px) {

    .sc__custom_form .sc__input_group textarea,
    .sc__custom_form .sc__input_group select {
        padding: 10px;
    }
}

.sc__custom_form .sc__input_group textarea:focus,
.sc__custom_form .sc__input_group select:focus {
    outline: 0;
    color: #333;
    border-color: #0a639c;
    border-radius: 10px;
}

.sc__input_group .sc__input_group__address_middle input[type=text],
.sc__input_group .sc__input_group__address_bottom input[type=text] {
    width: 560px;
}

.sc_group__body {
    width: 70%;
}

.sc__custom_form .sc__input_group input[type=text].telephone_number1,
.sc__custom_form .sc__input_group input[type=text].telephone_number2,
.sc__custom_form .sc__input_group input[type=text].telephone_number3 {
    width: 100px;
}

.sc__custom_form .sc__input_group input[type=text].email_placeholder1,
.sc__custom_form .sc__input_group input[type=text].email_placeholder2 {
    width: 200px;
}

label.Radio:nth-child(1) {
    width: 50%;
}

@media screen and (max-width: 519px) {
    label.Radio:nth-child(1) {
        width: 70%;
    }
}

label.Radio .info_type_1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}

label.Radio .info_type_1:checked+.Radio-Text::after {
    content: "";
    position: absolute;
    left: 7px;
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #fb90b0;
}

label.Radio .Radio-Text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

label.Radio .Radio-Text::before {
    content: "";
    display: block;
    border-radius: 50%;
    border: 1px solid #b2b2b2;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

label.Radio .Radio-Text::after {
    content: "";
    position: absolute;
    left: 3px;
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.info_type {
    height: 52px;
}

.contents_title {
    font-weight: bold;
}

.custom_complete__img .a {
    fill: none;
    stroke: var(--main-color);
    stroke-linecap: round;
    stroke-width: 4px;
}

.errmsg {
    color: red;
}

.active {
    opacity: 1;
}

.hidden {
    display: none;
}

/*===================================
    second
  ===================================*/
.bg-F8 {
    background-color: #f8f8f8;
}

div.fm_box_2 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

div.fm_box_2 .required {
    background-color: #fb90b0;
    color: white;
    font-size: 0.6em;
    padding: 1% 3% 1% 3%;
    border-radius: 21px;
    margin-bottom: 8px;
    margin-right: 8px;
    display: -webkit-inline-box;
}

div.fm_box_2 .custom__screen {
    max-width: 800px;
    width: 100%;
    background: transparent;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1289px) {
    div.fm_box_2 .custom__screen {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    div.fm_box_2 .custom__screen {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1289px) {
    div.fm_box_2 .custom__screen .sc__btn {
        padding-left: 0 !important;
        color: #ffffff;
        background: #ff0041;
    }

    div.fm_box_2 .custom__screen .sc__btn::after {
        right: 46px;
    }

    div.fm_box_2 .custom__screen .sc__btn:hover {
        background-color: #ff537e;
    }

    div.fm_box_2 .custom__screen .sc__btn:hover::after {
        -webkit-transform: translate(10px, -51%);
        transform: translate(10px, -51%);
    }
}

@media screen and (max-width: 519px) {
    div.fm_box_2 .custom__screen .sc__btn {
        font-size: 16px;
        height: 60px;
    }
}

div.fm_box_2 .sc__custom_form .sc__btn {
    width: 480px;
    height: 80px;
    border-radius: 41px;
    font-size: 28px;
    margin-top: 50px;
}

@media screen and (max-width: 1289px) {
    div.fm_box_2 .sc__custom_form .sc__btn {
        padding-left: 0 !important;
        color: #ffffff;
        background: #ff0041;
    }

    div.fm_box_2 .sc__custom_form .sc__btn::after {
        right: 46px;
    }
}

div.fm_box_2 .custom__screen h3 {
    color: #2e2e2e !important;
}

div.fm_box_2 .privacy_box .intitle {
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

div.fm_box_2 .sc__custom_form .sc__input_group input[type=text].email_placeholder1,
div.fm_box_2 .sc__custom_form .sc__input_group input[type=text].email_placeholder2 {
    width: 34%;
}

div.fm_box_2 .sc__custom_form .sc__input_group input[type=text].telephone_number1,
div.fm_box_2 .sc__custom_form .sc__input_group input[type=text].telephone_number2,
div.fm_box_2 .sc__custom_form .sc__input_group input[type=text].telephone_number3 {
    width: 23%;
}

.form_typography__note {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 38px;
    text-align: center;
    color: #342e2c;
    margin-top: 10px;
}

@media screen and (max-width: 1023px) {
    .form_typography__note {
        font-size: 20px;
        line-height: 32px;
    }
}

@media screen and (max-width: 519px) {
    .form_typography__note {
        font-size: 15px;
    }
}

.gal__btn_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    height: 60px;
    border-radius: 30px;
    color: #ffffff;
    background: #342e2c;
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 1289px) {
    .gal__btn_2 {
        font-size: 13px;
    }
}

@media screen and (max-width: 519px) {
    .gal__btn_2 {
        font-size: 16px;
        width: 80%;
    }
}

.gal__btn_2:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

div.fm_box_2 h4 {
    font-size: 0.9em;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
}

.hint {
    font-size: 13px;
    text-align: left;
}

/* カスタムポップアップの基本スタイル */
.custom-popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #000;
    background-color: #fff;
    padding: 2em 2em 1em;
    z-index: 1000;
    text-align: center;
}

.custom-popup-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

button.popup_btn {
    text-decoration: none;
    width: 200px;
    height: 50px;
    margin-right: 15px;
    border-radius: 4px;
    cursor: pointer;
    margin: 2em auto;
}