@charset "UTF-8";
/*=================================================================
    common
=================================================================*/
a {
    color: #2E2EE5;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
    shape-margin: 0.75rem;
}
.inner {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1000px;
    font-size: large;
}
.inner h1 {
    text-align: center;
    margin: 0;
    font-weight: 600;
    line-height: 1.6;
}
.view-sp {display: none;}
@media screen and (max-width: 425px) {
    .view-sp {display: block;}
}

.mt20 {margin-top: 20px;}
.mt40 {margin-top: 40px;}
.ml20 {margin-left: 20px;}
/*=================================================================
    button
=================================================================*/
.image-button {
    display: inline-block;
    width: auto;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .05em;
    cursor: pointer;
    background-color: #FFF;
    color: gray;
}
.button-wrap {
    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;
    gap: 10px;
}
.button {
    display: inline-block;
    border: none;
    outline: none;
    width: auto;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 6px;
    background-color: transparent;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .05em;
    white-space: nowrap;
    cursor: pointer;
}
.button-clear {
    padding-left: 1em;
    padding-right: 1em;
    height: 40px;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: normal;
    line-height: 36px;
    border-width: 1px;
    border-color: #3C3C3C;
    background-color: #ffffff;
    color: #3C3C3C;
}
.button:disabled {background-color: #cccccc;}
.button:disabled:hover {opacity: 1;}
a.button {color: #ffffff;}
a.button:hover {color: #ffffff;}
.button-primary {
    background-color: #00BFFF;
    color: #ffffff;
}
.button-primary:hover {opacity: .8;}
.button-size1 {
    width: 280px;
    height: 54px;
    line-height: 50px;
}
.button-size2 {
    width: 180px;
    height: 40px;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: normal;
    line-height: 36px;
}
.image_button {
    width: 280px;
    height: 54px;
    line-height: 50px;
}

/*=================================================================
    form
=================================================================*/
.form-box {
    padding: 40px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #FFFF;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
    .form-box {padding: 40px 10px;}
}

.form-wrap {
    margin: 0 auto;
    max-width: 640px;
}
.form-wrap + .form-wrap {margin-top: 40px;}
.form-wrap hr {
    margin: 40px 0;
    border-top: 1px solid #cccccc;
    opacity: 1;
}
.form__label {
    margin-bottom: 5px;
    width: 280px;
    font-size: 14px;
    letter-spacing: .05em;
}
.form__required {
    display: inline-block;
    margin: 0 1em;
    padding: .05em .5em;
    border: 1px solid #E52E2E;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 12px;
    letter-spacing: .02em;
    color: #E52E2E;
}
.form__text {
    font-size: 12px;
    letter-spacing: .02em;
}
.form__text.attention {color: #E52E2E;}
.form__text i {
    font-size: 14px;
    vertical-align: -.15em;
}
/* パスワード表示/非表示
-----------------------------------------------------------------*/
.password-wrap {position: relative;}
.pw-view-icon {
    position: absolute;
    top: 0;
    right: 0;
    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: 46px;
    height: 46px;
    border-left: 1px solid #cccccc;
    cursor: pointer;
}
.pw-view-icon i {font-size: 20px; background-color: #fff;}

/*=================================================================
    input
=================================================================*/
input[type="text"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="email"] {
    display: block;
    padding: .8em 1em;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 14px;
    letter-spacing: .05em;
}
input[type="text"]:focus,
input[type="number"],
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {outline-color: #00BFFF;}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {color: #B7B7B7;}
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {color: #B7B7B7;}
input[type="text"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder {color: #B7B7B7;}
input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder {color: #B7B7B7;}

/*=================================================================
    select
=================================================================*/
select {
    padding: .8em;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 14px;
    letter-spacing: .05em;
}
select:focus {outline-color: #DDFFFF;}

/*=================================================================
    checkbox
=================================================================*/
input[type="checkbox"] {display: none;}
.checkbox {
    position: relative;
    padding-left: 34px;
    cursor: pointer;
}
.checkbox a {display: inline;}
.checkbox::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    content: "";
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #ffffff;
}
input[type="checkbox"]:checked + .checkbox::after {
    display: block;
    position: absolute;
    top: .075em;
    left: .4em;
    height: 14px;
    width: 10px;
    content: "";
    border-bottom: 2px solid blue;
    border-right: 2px solid blue;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
}

/*=================================================================
    radio
=================================================================*/
input[type="radio"] {display: none;}
.radio {
    position: relative;
    padding-left: 34px;
}
.radio::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    content: "";
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #ffffff;
}
input[type="radio"]:checked + .radio::after {
    display: block;
    position: absolute;
    top: .35em;
    left: .35em;
    height: 12px;
    width: 12px;
    content: "";
    background-color: blue;
    border-radius: 50%;
}
/*=================================================================
    main-content
=================================================================*/
.main-content {padding-top: 60px;}
.main-content-header {
    height: 170px;
    background-color: #F0F0F0;
}
@media screen and (max-width: 768px) {
    .main-content-header {height: 100px;}
}
.main-content-header.header-low {height: auto;}
@media screen and (max-width: 768px) {
    .main-content-header.header-low {height: 100px;}
}

.main-visual {padding-top: 20px;}
.main-visual img {
    width: 100%;
    height: auto;
}
/*=================================================================
    Step
=================================================================*/
.step-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px auto;
    max-width: 300px;
}
.step {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    counter-increment: step;
}
.step::before {
    --size: 40px;
    display: block;
    position: relative;
    content: counter(step);
    margin: 0 auto;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: #cccccc;
    color: #ffffff;
    line-height: var(--size);
    z-index: 1;
}
.step:not(:last-child)::after {
    content: "";
    position: relative;
    top: 20px;
    left: 50%;
    height: 2px;
    background-color: #cccccc;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
.step .step__text {
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: .02em;
    color: #B7B7B7;
}

.step.is-active::before {background-color: #00BFFF;}
.step.is-active .step__text {color: #00BFFF;}
.step.is-done::before {background-color: #00BFFF;}
.step.is-done::after {background-color: #00BFFF;}
.step.is-done .step__text {color: #00BFFF;}

.form-center {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.submit-button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.submit-button:hover {background-color: #0056b3;}
