@charset "UTF-8";
    html {
    font-size: 62.5%}
blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
    height: auto;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400;
}
li {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}
q:after, q:before {
    content: ""}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    *font-size: 100%;
    font-weight: inherit;
}
input, select {
    vertical-align: middle;
}
legend {
    color: #000;
}
*, :after, :before {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-color: #fff;
    color: #000;
    font-family: Noto Sans JP, sans-serif;
    font-optical-sizing: auto;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .1rem;
    line-height: 1.9;
    margin: 0 auto;
    max-width: 100%;
    overflow-x: hidden;
}
@media screen and (max-width:767px) {
    body {
    font-size: 1.4rem;
}
}main {
    background: #f7f7f7;
}
.container-fluid {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%}
@media screen and (max-width:991px) {
    .container-fluid {
    overflow: hidden;
    padding: 0 24px;
    position: relative;
}
}.container {
    margin: 0 auto;
    width: 100%;
    padding: 0 24px;
}
.container, .container--lg, .container--sm {
    max-width: 1280px;
}
@media screen and (max-width:1199px) {
    .container {
    overflow: hidden;
    padding: 0 24px;
    position: relative;
}
}.c-full-right {
    width: calc(50% + 50vw);
}
@media screen and (max-width:767px) {
    .c-hide-sp {
    display: none!important;
}
}.c-show-sp {
    display: none!important;
}
@media screen and (max-width:767px) {
    .c-show-sp {
    display: block!important;
}
}.bg--dark {
    background-color: #333!important;
    color: #fff!important;
}
.bg--white {
    background-color: #fff!important;
    color: #000!important;
}
.bg--gray-light {
    background-color: #f0f0f6!important;
}
.bg--gray-lightest {
    background-color: #f7f7f7!important;
}
.c-banner {
    position: relative;
}
.c-banner img {
    height: auto;
    width: 100%}
.c-banner .c-title {
    color: #fff;
    font-family: Baskervville;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
}
.c-banner .c-title__head {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}
.c-banner .c-description {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 4px;
}
.input-step {
    padding: 48px 0 24px;
}
.input-step .form-description {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 8px;
}
.input-step .step-lst {
    display: flex;
    justify-content: space-between;
    margin: 0 16px 32px;
    position: relative;
    text-align: center;
}
.input-step .step-lst:before {
    background-color: #1d1d1b;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 30%}
.input-step .step-lst .step-item.step-item--current span {
    background-color: #1d1d1b;
    border: 1px solid #1d1d1b;
    color: #fff;
}
.input-step .step-lst .step-item.step-item--current .step-item__title {
    color: #1d1d1b;
}
.input-step .step-lst .step-item span {
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    color: #1d1d1b;
    color: #a6a6a6;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 48px;
    line-height: 17px;
    padding: 15px;
    position: relative;
    width: 48px;
}
.input-step .step-lst .step-item .step-item__title {
    color: #a6a6a6;
    font-size: 13px;
    line-height: 18px;
    margin-top: 8px;
}
.lst_asterisk .lst-item {
    color: #737373;
    font-size: 13px;
    line-height: 18px;
    padding-left: 15px;
    position: relative;
}
.lst_asterisk .lst-item:before {
    content: "※";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}
.input-form {
    padding-bottom: 80px;
}
.input-form .c-form .c-form-grp {
    margin-bottom: 20px;
}
.input-form .c-form .c-form-grp .c-form__item {
    font-size: 13px;
}
.input-form .c-form .c-form__wrap {
    grid-gap: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.input-form .c-form .c-form-custom input {
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    font-size: 13px;
    height: 48px;
    padding: 14px 12px;
    width: 100%;
    outline: none;
}
@media screen and (max-width:767px) {
    .input-form .c-form .c-form-custom input {
        font-size: 16px;
    }
}
.input-form .c-form .c-form-custom input:hover {
    outline: none;
}
.input-form .c-form .c-form__tell {
    grid-gap: 8px;
    display: grid;
    font-size: 13px;
    grid-template-columns: 1fr 3fr;
}
.input-form .c-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/ids/assets/image/arrow-down.svg);
    background-position-x: calc(100% - 12px);
    background-position-y: 50%;
    background-repeat: no-repeat;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    color: #737373;
    font-size: 13px;
    height: 48px;
    padding: 14px 12px;
    width: 100%;
    outline: none;
    line-height: 1;
}
@media screen and (max-width:767px) {
    .input-form .c-form select {
        font-size: 16px;
        padding: 12px;
    }
}
.input-form .c-form select:hover {
    outline: none;
}
.input-form .c-form textarea {
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    font-size: 13px;
    height: 199px;
    padding: 12px;
    width: 100%;
outline: none;}
@media screen and (max-width:767px) {
    .input-form .c-form textarea {
        font-size: 16px;
    }
}
.input-form .c-form textarea:hover {
    outline: none;
}
.c-attention {
    margin-bottom: 24px;
}
.c-attention .c-required {
    display: flex;
    align-items: flex-start;
}
.c-required {
    font-size: 13px;
    font-weight: 400;
    color: #CE0606;
}
.icon-required {
    color: #CE0606;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}
.c-form__lbl {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
.c-form__lbl .lbl-required {
    background-color: #ce0606;
    color: #fff;
}
.c-form__lbl .lbl-note, .c-form__lbl .lbl-required {
    border: 1px solid #ce0606;
    border-radius: 2px;
    font-size: 11px;
    line-height: 15px;
    margin-right: 6px;
    padding: 1px 5px;
}
.c-form__lbl .lbl-note {
    color: #ce0606;
}
.c-link {
    display: inline-block;
    margin-top: 16px;
}
.c-link .c-link__info {
    align-items: center;
    color: #3a7fe7;
    display: flex;
    font-size: 12px;
    line-height: 17px;
    padding: 0 4px 6px;
    position: relative;
    text-decoration: none;
}
.c-link .c-link__info:before {
    background-color: #3a7fe7;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%}
.c-link .c-link__info span {
    line-height: 1;
    margin-left: 2px;
}
.c-form-grp--bottom {
    margin-top: 38px;
}
.c-form-grp--bottom .submit-btn {
    background-color: #1d1d1b;
    border: 1px solid #1d1d1b;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 21px;
    padding: 20px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%
}
.c-form-grp--bottom .submit-btn svg {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.c-form-grp--back {
    margin-top: 16px;
    padding: 0 55px;
}
.c-form-grp--back .back-btn {
    border: 1px solid #1d1d1b;
    box-sizing: border-box;
    color: #1D1D1B;
    display: block;
    font-size: 15px;
    line-height: 21px;
    padding: 15px 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%
}
.c-form-grp--back .back-btn svg {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.c-confirm .input-step {
    padding: 48px 0 32px;
}
.error-message {
    color: red;
    display: none;
    font-size: 12px;
    margin-top: 5px;
}
.error-message:not(:empty) {
    display: block;
}
.input-error {
    border: 1px solid #CE0606 !important;
}
