﻿*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    line-height: 1.6;
    height: 100%;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

body {
    font-size: 1.6rem;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo UI", sans-serif;
    letter-spacing: .1rem
}

@media screen and (min-width: 821px) {
    body {
        overflow-x: hidden
    }
}

@media screen and (max-width: 820px) {
    body {
        font-size: 1.4rem
    }
}

img,
video,
object {
    max-width: 100%;
    height: auto;
    border: none;
    display: block
}

a {
    transition: .4s
}

a:hover {
    text-decoration: none
}

a:hover img {
    text-decoration: none;
    opacity: .8;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media screen and (max-width: 820px) {
    .pc {
        display: none
    }
}

@media screen and (min-width: 821px) {
    .sp {
        display: none
    }
}

body {
    min-width: 100%;
    width: 100%;
    line-height: 1
}

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1.6rem;
    vertical-align: baseline
}

@media screen and (max-width: 820px) {

    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        font-size: 1.4rem
    }
}

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

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

svg {
    width: auto;
    height: auto
}

a {
    color: #1e1e1e;
    text-decoration: none
}

p,
dt,
dd,
li {
    line-height: 1.5
}

select {
    outline: none
}

.page {
    color: #222
}

.m0 {
    margin: 0
}

.m4 {
    margin: 0
}

.m8 {
    margin: 8px
}

.m12 {
    margin: 12px
}

.m16 {
    margin: 16px
}

.m20 {
    margin: 20px
}

.m24 {
    margin: 24px
}

.m28 {
    margin: 28px
}

.m32 {
    margin: 32px
}

.m40 {
    margin: 40px
}

.m48 {
    margin: 48px
}

.m56 {
    margin: 56px
}

.m64 {
    margin: 64px
}

.m72 {
    margin: 72px
}

.m80 {
    margin: 80px
}

.m88 {
    margin: 88px
}

.m96 {
    margin: 96px
}

.m104 {
    margin: 104px
}

.mt0 {
    margin-top: 0
}

.mt4 {
    margin-top: 0
}

.mt8 {
    margin-top: 8px
}

.mt12 {
    margin-top: 12px
}

.mt16 {
    margin-top: 16px
}

.mt20 {
    margin-top: 20px
}

.mt24 {
    margin-top: 24px
}

.mt28 {
    margin-top: 28px
}

.mt32 {
    margin-top: 32px
}

.mt40 {
    margin-top: 40px
}

.mt48 {
    margin-top: 48px
}

.mt56 {
    margin-top: 56px
}

.mt64 {
    margin-top: 64px
}

.mt72 {
    margin-top: 72px
}

.mt80 {
    margin-top: 80px
}

.mt88 {
    margin-top: 88px
}

.mt96 {
    margin-top: 96px
}

.mt104 {
    margin-top: 104px
}

.mr0 {
    margin-right: 0
}

.mr4 {
    margin-right: 0
}

.mr8 {
    margin-right: 8px
}

.mr12 {
    margin-right: 12px
}

.mr16 {
    margin-right: 16px
}

.mr20 {
    margin-right: 20px
}

.mr24 {
    margin-right: 24px
}

.mr28 {
    margin-right: 28px
}

.mr32 {
    margin-right: 32px
}

.mr40 {
    margin-right: 40px
}

.mr48 {
    margin-right: 48px
}

.mr56 {
    margin-right: 56px
}

.mr64 {
    margin-right: 64px
}

.mr72 {
    margin-right: 72px
}

.mr80 {
    margin-right: 80px
}

.mr88 {
    margin-right: 88px
}

.mr96 {
    margin-right: 96px
}

.mr104 {
    margin-right: 104px
}

.mb0 {
    margin-bottom: 0
}

.mb4 {
    margin-bottom: 0
}

.mb8 {
    margin-bottom: 8px
}

.mb12 {
    margin-bottom: 12px
}

.mb16 {
    margin-bottom: 16px
}

.mb20 {
    margin-bottom: 20px
}

.mb24 {
    margin-bottom: 24px
}

.mb28 {
    margin-bottom: 28px
}

.mb32 {
    margin-bottom: 32px
}

.mb40 {
    margin-bottom: 40px
}

.mb48 {
    margin-bottom: 48px
}

.mb56 {
    margin-bottom: 56px
}

.mb64 {
    margin-bottom: 64px
}

.mb72 {
    margin-bottom: 72px
}

.mb80 {
    margin-bottom: 80px
}

.mb88 {
    margin-bottom: 88px
}

.mb96 {
    margin-bottom: 96px
}

.mb104 {
    margin-bottom: 104px
}

.ml0 {
    margin-left: 0
}

.ml4 {
    margin-left: 0
}

.ml8 {
    margin-left: 8px
}

.ml12 {
    margin-left: 12px
}

.ml16 {
    margin-left: 16px
}

.ml20 {
    margin-left: 20px
}

.ml24 {
    margin-left: 24px
}

.ml28 {
    margin-left: 28px
}

.ml32 {
    margin-left: 32px
}

.ml40 {
    margin-left: 40px
}

.ml48 {
    margin-left: 48px
}

.ml56 {
    margin-left: 56px
}

.ml64 {
    margin-left: 64px
}

.ml72 {
    margin-left: 72px
}

.ml80 {
    margin-left: 80px
}

.ml88 {
    margin-left: 88px
}

.ml96 {
    margin-left: 96px
}

.ml104 {
    margin-left: 104px
}

.p0 {
    padding: 0
}

.p4 {
    padding: 4px
}

.p8 {
    padding: 8px
}

.p12 {
    padding: 12px
}

.p16 {
    padding: 16px
}

.p20 {
    padding: 20px
}

.p24 {
    padding: 24px
}

.p28 {
    padding: 28px
}

.p32 {
    padding: 32px
}

.p36 {
    padding: 36px
}

.p40 {
    padding: 40px
}

.p44 {
    padding: 44px
}

.p48 {
    padding: 48px
}

.p52 {
    padding: 52px
}

.p56 {
    padding: 56px
}

.p60 {
    padding: 60px
}

.p64 {
    padding: 64px
}

.p68 {
    padding: 68px
}

.p72 {
    padding: 72px
}

.p76 {
    padding: 76px
}

.p80 {
    padding: 80px
}

.p84 {
    padding: 84px
}

.p88 {
    padding: 88px
}

.p92 {
    padding: 92px
}

.p96 {
    padding: 96px
}

.p100 {
    padding: 100px
}

.pt0 {
    padding-top: 0
}

.pt4 {
    padding-top: 4px
}

.pt8 {
    padding-top: 8px
}

.pt12 {
    padding-top: 12px
}

.pt16 {
    padding-top: 16px
}

.pt20 {
    padding-top: 20px
}

.pt24 {
    padding-top: 24px
}

.pt28 {
    padding-top: 28px
}

.pt32 {
    padding-top: 32px
}

.pt36 {
    padding-top: 36px
}

.pt40 {
    padding-top: 40px
}

.pt44 {
    padding-top: 44px
}

.pt48 {
    padding-top: 48px
}

.pt52 {
    padding-top: 52px
}

.pt56 {
    padding-top: 56px
}

.pt60 {
    padding-top: 60px
}

.pt64 {
    padding-top: 64px
}

.pt68 {
    padding-top: 68px
}

.pt72 {
    padding-top: 72px
}

.pt76 {
    padding-top: 76px
}

.pt80 {
    padding-top: 80px
}

.pt84 {
    padding-top: 84px
}

.pt88 {
    padding-top: 88px
}

.pt92 {
    padding-top: 92px
}

.pt96 {
    padding-top: 96px
}

.pt100 {
    padding-top: 100px
}

.pr0 {
    padding-right: 0
}

.pr4 {
    padding-right: 4px
}

.pr8 {
    padding-right: 8px
}

.pr12 {
    padding-right: 12px
}

.pr16 {
    padding-right: 16px
}

.pr20 {
    padding-right: 20px
}

.pr24 {
    padding-right: 24px
}

.pr28 {
    padding-right: 28px
}

.pr32 {
    padding-right: 32px
}

.pr36 {
    padding-right: 36px
}

.pr40 {
    padding-right: 40px
}

.pr44 {
    padding-right: 44px
}

.pr48 {
    padding-right: 48px
}

.pr52 {
    padding-right: 52px
}

.pr56 {
    padding-right: 56px
}

.pr60 {
    padding-right: 60px
}

.pr64 {
    padding-right: 64px
}

.pr68 {
    padding-right: 68px
}

.pr72 {
    padding-right: 72px
}

.pr76 {
    padding-right: 76px
}

.pr80 {
    padding-right: 80px
}

.pr84 {
    padding-right: 84px
}

.pr88 {
    padding-right: 88px
}

.pr92 {
    padding-right: 92px
}

.pr96 {
    padding-right: 96px
}

.pr100 {
    padding-right: 100px
}

.pb0 {
    padding-bottom: 0
}

.pb4 {
    padding-bottom: 4px
}

.pb8 {
    padding-bottom: 8px
}

.pb12 {
    padding-bottom: 12px
}

.pb16 {
    padding-bottom: 16px
}

.pb20 {
    padding-bottom: 20px
}

.pb24 {
    padding-bottom: 24px
}

.pb28 {
    padding-bottom: 28px
}

.pb32 {
    padding-bottom: 32px
}

.pb36 {
    padding-bottom: 36px
}

.pb40 {
    padding-bottom: 40px
}

.pb44 {
    padding-bottom: 44px
}

.pb48 {
    padding-bottom: 48px
}

.pb52 {
    padding-bottom: 52px
}

.pb56 {
    padding-bottom: 56px
}

.pb60 {
    padding-bottom: 60px
}

.pb64 {
    padding-bottom: 64px
}

.pb68 {
    padding-bottom: 68px
}

.pb72 {
    padding-bottom: 72px
}

.pb76 {
    padding-bottom: 76px
}

.pb80 {
    padding-bottom: 80px
}

.pb84 {
    padding-bottom: 84px
}

.pb88 {
    padding-bottom: 88px
}

.pb92 {
    padding-bottom: 92px
}

.pb96 {
    padding-bottom: 96px
}

.pb100 {
    padding-bottom: 100px
}

.pl0 {
    padding-left: 0
}

.pl4 {
    padding-left: 4px
}

.pl8 {
    padding-left: 8px
}

.pl12 {
    padding-left: 12px
}

.pl16 {
    padding-left: 16px
}

.pl20 {
    padding-left: 20px
}

.pl24 {
    padding-left: 24px
}

.pl28 {
    padding-left: 28px
}

.pl32 {
    padding-left: 32px
}

.pl36 {
    padding-left: 36px
}

.pl40 {
    padding-left: 40px
}

.pl44 {
    padding-left: 44px
}

.pl48 {
    padding-left: 48px
}

.pl52 {
    padding-left: 52px
}

.pl56 {
    padding-left: 56px
}

.pl60 {
    padding-left: 60px
}

.pl64 {
    padding-left: 64px
}

.pl68 {
    padding-left: 68px
}

.pl72 {
    padding-left: 72px
}

.pl76 {
    padding-left: 76px
}

.pl80 {
    padding-left: 80px
}

.pl84 {
    padding-left: 84px
}

.pl88 {
    padding-left: 88px
}

.pl92 {
    padding-left: 92px
}

.pl96 {
    padding-left: 96px
}

.pl100 {
    padding-left: 100px
}

html,
body {
    height: 100%;
    margin: 0
}

body {
    display: flex;
    flex-direction: column
}

main {
    flex: 1
}

body {
    font-size: 100%;
    background-color: #ecf1f5
}

.header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 16px 0;
    min-height: 65px;
}

.header .logo {
    display: inline-block
}

@media screen and (max-width: 820px) {
    .header {
        padding: 12px 0
    }

    .header .inner {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header .logo {
        max-width: 120px
    }
}

.inner {
    width: 800px
}

@media screen and (max-width: 820px) {
    .inner {
        width: 95%
    }
}

.main {
    padding-top: 32px;
    display: flex;
    justify-content: center
}

@media screen and (max-width: 820px) {
    .main {
        padding-top: 16px
    }
}

.pc-only {
    display: block
}

.sp-only {
    display: none
}

@media screen and (max-width: 820px) {
    .pc-only {
        display: none
    }

    .sp-only {
        display: block
    }
}

.product-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 150%
}

@media screen and (max-width: 820px) {
    .product-name {
        position: static;
        transform: translate(0);
        text-align: center;
        font-size: 150%
    }
}

.page-title {
    text-align: center;
    font-size: 125%
}

.page-title.complete-text {
    font-size: 140%
}

@media screen and (max-width: 820px) {
    .page-title {
        margin-top: 16px;
        font-size: 100%
    }

    .page-title.complete-text {
        font-size: 170%;
        margin-top: 40px
    }
}

.progress-wrapper {
    width: 560px;
    margin: auto;
    margin-top: 12px
}

@media screen and (max-width: 820px) {
    .progress-wrapper {
        width: 100%
    }
}

.progress-bar {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 9999px;
    overflow: hidden;
    background-color: #f5f5f5
}

.progress-bar .progress-block {
    flex: 1;
    border-right: 1px solid #ccc;
    background-color: #f5f5f5
}

.progress-bar .progress-block:last-child {
    border-right: none
}

.progress-bar .progress-block.completed {
    background-color: #36c
}

.progress-bar .progress-block.current {
    background-color: #36c
}

.progress-status {
    margin-top: 8px;
    font-weight: bold;
    text-align: center;
    font-size: 75%
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.form-wrapper {
    margin-top: 32px
}

@media screen and (max-width: 820px) {
    .form-wrapper {
        margin-top: 16px
    }
}

.form-inner {
    background: #fff;
    max-width: 800px;
    padding: 32px 32px 40px;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

@media screen and (max-width: 820px) {
    .form-inner {
        padding: 24px 16px 28px
    }
}

.form-inner+.form-inner {
    margin-top: 32px
}

h3 {
    margin-top: 32px;
    font-size: 125%;
    display: flex;
    align-items: center;
    line-height: 1.25
}

@media screen and (max-width: 820px) {
    h3 {
        font-size: 130%;
        margin-top: 28px
    }
}

.first-heading {
    margin-top: 0
}

.required {
    color: #222;
    font-size: 60%;
    margin-left: 12px;
    background-color: #e8f0ff;
    border-radius: 2px;
    padding: 4px 6px;
    font-weight: 400;
    white-space: nowrap
}

@media screen and (max-width: 820px) {
    .required {
        font-size: 66%
    }
}

.optional {
    color: #666;
    font-size: 60%;
    margin-left: 12px;
    background-color: #eee;
    border-radius: 2px;
    padding: 4px 6px;
    font-weight: 400
}

@media screen and (max-width: 820px) {
    .optional {
        font-size: 66%
    }
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=select],
input[type=password] {
    width: 100%;
    padding: 10px;
    font-size: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 0
}

input[type=text]:not(:placeholder-shown),
input[type=email]:not(:placeholder-shown),
input[type=number]:not(:placeholder-shown),
input[type=tel]:not(:placeholder-shown),
input[type=select]:not(:placeholder-shown),
input[type=password]:not(:placeholder-shown) {
    border-color: #36c;
    background-color: #e8f0ff
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=select]:focus,
input[type=password]:focus {
    outline: none;
    border: 2px solid #36c
}

@media screen and (max-width: 820px) {

    input[type=text],
    input[type=email],
    input[type=number],
    input[type=tel],
    input[type=select],
    input[type=password] {
        padding: 10px;
        font-size: 115%
    }
}

select {
    width: 360px;
    padding: 10px;
    font-size: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../img/icon_select.svg");
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: right 12px center
}

@media screen and (max-width: 820px) {
    select {
        padding: 10px;
        font-size: 115%;
        width: 100%
    }
}

select:valid {
    border-color: #36c;
    background-color: #e8f0ff
}

select:focus {
    outline: none;
    border: 2px solid #36c
}

select:invalid {
    color: #888;
    background-color: #fff
}

input[type=radio] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.form-radio-group {
    display: flex;
    width: 100%;
    gap: 16px
}

@media screen and (max-width: 820px) {
    .form-radio-group {
        flex-flow: column;
        gap: 12px
    }
}

.form-radio-group label {
    position: relative;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center
}

.form-radio-group label::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    left: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%
}

.form-radio-group label::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 19px;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width: 820px) {
    .form-radio-group label {
        padding: 12px
    }
}

input[type=radio]:focus+label {
    outline: 2px solid #36c
}

input[type=radio]:checked+label {
    background-color: rgba(51, 102, 204, .1);
    border-color: #36c;
    color: #36c
}

input[type=radio]:checked+label::before {
    border-color: #36c
}

input[type=radio]:checked+label::after {
    background-color: #36c
}

input::placeholder {
    color: #aaa
}

.error_message {
  color: #d11 !important;
  margin-top: 8px !important;
}

.row {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 16px
}

.row .field {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 120px
}

.row label {
    font-size: 95%
}

.row.applicant-name input[type=text] {
    width: 304px
}

.row.applicant-name .field {
    justify-content: space-between
}

.row.birth input[type=number] {
    width: 200px
}

.row.birth .field {
    flex-direction: row-reverse;
    gap: 8px
}

.row.tel input[type=tel] {
    width: 200px
}

.row.tel .field {
    justify-content: space-between
}

.row.tel .field .tel-group {
    gap: 8px;
    display: flex;
    align-items: center
}

.row.post-code input[type=text] {
    width: 360px
}

.row.half {
    gap: 8px
}

.row.half input {
    width: 360px
}

.row.half span {
    font-size: 95%
}

.row.mortgage {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ccc
}

.row.mortgage:last-child {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px
}

.row.mortgage .field {
    gap: 8px
}

.row.mortgage .field+.field {
    margin-top: 16px
}

.row.mortgage .field label {
    width: 90px;
    flex-shrink: 0
}

.row.mortgage .field .form-radio-group label {
    flex: 1
}

.row.mortgage .field input {
    width: 310px
}

.row.password {
    margin-top: 12px
}

.row.error {
    display: block
}

.row.error input {
    border-color: #d11;
    background: #fff0f0;
    color: #d11
}

.row.error .error-message {
    color: #d11;
    margin-top: 8px
}

.row.error .error-message.tel-error {
    margin-left: 88px
}

@media screen and (max-width: 820px) {
    .row {
        gap: 16px
    }

    .row .field {
        display: block;
        min-width: auto
    }

    .row label {
        font-size: 107%
    }

    .row.applicant-name input[type=text] {
        margin-top: 4px;
        width: 100%
    }

    .row.birth {
        flex-wrap: nowrap
    }

    .row.birth .field {
        display: flex
    }

    .row.birth input[type=number] {
        margin-top: 4px;
        width: 100%
    }

    .row.tel input[type=tel] {
        width: 100%
    }

    .row.tel .field .tel-group {
        margin-top: 4px
    }

    .row.post-code input[type=text] {
        width: 100%
    }

    .row.error .error-message.tel-error {
        margin-left: 0
    }

    .row.half {
        display: flex;
        flex-wrap: nowrap
    }

    .row.half input {
        width: 100%
    }

    .row.half span {
        white-space: nowrap;
        font-size: 107%
    }

    .row.mortgage {
        display: block;
        border-top: 1px dashed #ccc
    }

    .row.mortgage .field {
        gap: 8px
    }

    .row.mortgage .field+.field {
        margin-top: 16px
    }

    .row.mortgage .field label {
        margin-top: 4px;
        width: 100%
    }

    .row.mortgage .field .form-radio-group {
        gap: 4px
    }

    .row.mortgage .field input {
        margin-top: 4px;
        width: 100%
    }

    .row.mortgage .field .balance-inner {
        display: flex;
        align-items: center;
        gap: 8px
    }

    .row.password {
        margin-top: 8px
    }
}

.help-link a {
    padding-bottom: 4px;
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    font-size: 88%;
    color: #36c;
    border-bottom: 1px solid #36c
}

.help-link a:hover {
    opacity: .9
}

@media screen and (max-width: 820px) {
    .help-link a {
        font-size: 100%
    }
}

.link-icon {
    display: inline-block;
    margin-left: 4px
}

.note {
    color: #222;
    font-size: 88%;
    margin-top: 8px
}

@media screen and (max-width: 820px) {
    .note {
        font-size: 100%;
        margin-left: 1em;
        text-indent: -1em
    }
}

.explanation {
    color: #222;
    font-size: 88%;
    margin-top: 16px
}

@media screen and (max-width: 820px) {
    .explanation {
        font-size: 100%;
        margin-top: 12px
    }
}

.explanation2 {
  color: #222;
  margin-top: 16px;
}
@media screen and (max-width: 820px) {
  .explanation2 {
    margin-top: 12px;
  }
}

.summary {
  margin-top: 16px;
}
@media screen and (max-width: 820px) {
  .summary {
    margin-top: 12px;
  }
}


.password-checklist,
.re-password-checklist {
  display: flex;
  gap: 24px;
  margin-top: 8px;
}

@media screen and (max-width: 820px) {
  .password-checklist,
  .re-password-checklist {
    gap: 5px 16px;
    flex-wrap: wrap;
  }
}

.password-checklist li,
.re-password-checklist li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 88%;
}

.password-checklist li::before,
.re-password-checklist li::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 9999px;
}

.password-checklist li.check-ok::before,
.re-password-checklist li.check-ok::before {
  background-color: #17B634;
  background-image: url("../img/icon_check.svg");
  background-repeat: no-repeat;
  border: none;
  background-position: center;
}

.password-checklist li.check-ng,
.re-password-checklist li.check-ng {
  color: #DD1111;
}

.password-checklist li.check-ng::before,
.re-password-checklist li.check-ng::before {
  background-color: #DD1111;
  border: none;
  background-image: url("../img/icon_ng.svg");
  background-repeat: no-repeat;
  border: none;
  background-position: center;
}

@media screen and (max-width: 820px) {
  .password-checklist li,
  .re-password-checklist li {
    font-size: 100%;
  }
}

.agreement {
    margin-top: 32px
}

.agreement .explanation {
    text-align: center;
    font-weight: bold
}

.terms-box {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    height: 50%;
    min-height: 500px;
    z-index: 1;
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.terms-box .modal-content {
    padding: 32px;
    flex: 1 1 auto;
    overflow-y: auto
}

.terms-box .modal-button-inner {
    display: flex;
    justify-content: center;
    border-top: 1px solid #ccc;
    padding: 24px
}

.terms-box ol.level1 {
    margin-left: 2em;
    text-indent: -1.9em;
    margin-top: 8px
}

.terms-box ol.level2 {
    margin-left: -0.8em;
    text-indent: -1em;
    margin-top: 8px
}

.terms-box h3 {
    font-size: 88%
}

.terms-box li {
    margin-top: 8px;
    font-size: 88%
}

.terms-box p {
    margin-top: 8px;
    font-size: 88%
}

.terms-box a {
    font-size: 88%;
    text-decoration: underline;
    color: #36c
}

.terms-box a:focus {
    outline: none;
    border: 2px solid #36c
}

@media screen and (max-width: 820px) {
    .terms-box {
        width: 95%;
        height: 80%
    }

    .terms-box .modal-content {
        padding: 16px
    }

    .terms-box ol.level1 {
        text-indent: -2.15em
    }

    .terms-box h3 {
        font-size: 100%
    }

    .terms-box li {
        font-size: 100%
    }

    .terms-box p {
        font-size: 100%
    }

    .terms-box a {
        font-size: 100%
    }
}

.modal-note-box p {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1.4
}

.modal-note-box p+p {
    margin-top: 4px
}

@media screen and (max-width: 820px) {
    .modal-note-box p {
        align-items: flex-start
    }

    .modal-note-box img {
        transform: translateY(2px)
    }
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000
}

.modal.is-active {
    display: block
}

.modal__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .5)
}

.modal__close {
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer
}

.checkbox-wrapper {
    text-align: center
}

.checkbox {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    margin-top: 24px;
    vertical-align: middle;
    cursor: pointer
}

.checkbox input[type=checkbox] {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    cursor: pointer
}

.checkbox input[type=checkbox]:checked {
    background-color: #36c;
    accent-color: #36c
}

.checkbox input[type=checkbox]:hover {
    opacity: .9
}

button {
    transition: .4s;
    cursor: pointer;
    position: relative
}

button:hover {
    opacity: .7
}

.submit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px auto 0;
    width: 320px;
    height: 48px;
    font-size: 100%;
    font-weight: bold;
    color: #fff;
    background: #36c;
    border: none;
    border-radius: 9999px
}

.submit-button img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.submit-button:disabled {
    background-color: #aaa;
    cursor: not-allowed
}

@media screen and (max-width: 820px) {
    .submit-button {
        width: 90%;
        font-size: 115%
    }
}

.back-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px auto 0;
    width: 320px;
    height: 48px;
    font-size: 100%;
    font-weight: bold;
    color: #36c;
    background: #fff;
    border: 1px solid #36c;
    border-radius: 9999px
}

.back-button img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.back-button:disabled {
    background-color: #aaa;
    cursor: not-allowed
}

@media screen and (max-width: 820px) {
    .back-button {
        width: 90%;
        font-size: 115%
    }
}

.plus-button {
    margin-top: 16px;
    font-size: 88%;
    color: #36c;
    background: #fff;
    border: 1px solid #36c;
    border-radius: 4px;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center
}

.plus-button img {
    display: inline-block;
    margin-right: 4px
}

.plus-button:disabled {
    background-color: #aaa;
    cursor: not-allowed
}

@media screen and (max-width: 820px) {
    .plus-button {
        font-size: 115%;
        width: 100%
    }

    .plus-button img {
        width: 1em
    }
}

.m-button-white {
    font-size: 100%;
    color: #36c;
    background: #fff;
    border: 1px solid #36c;
    border-radius: 4px;
    padding: 8px 16px;
    width: 320px;
    height: 48px
}

.m-button-white span {
    margin-right: 8px
}

@media screen and (max-width: 820px) {
    .m-button-white {
        font-size: 115%;
        width: 100%
    }
}

.m-button-blue {
    font-size: 100%;
    color: #fff;
    background: #36c;
    border-radius: 4px;
    padding: 8px 16px;
    border: none;
    width: 320px;
    height: 48px
}

@media screen and (max-width: 820px) {
    .m-button-blue {
        font-size: 115%;
        width: 100%
    }
}

.m-button-back {
    font-size: 100%;
    color: #555;
    background: none;
    text-decoration: underline;
    padding: 0;
    border: none
}

@media screen and (max-width: 820px) {
    .m-button-back {
        font-size: 115%;
        width: 100%
    }
}

.open-btn {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    line-height: 1;
    text-align: inherit;
    outline: none;
    display: inline-block;
    color: #36c;
    padding-bottom: 4px;
    border-bottom: 1px solid #36c
}

.open-btn:focus {
    border: 2px solid #36c
}

.open-btn:hover {
    opacity: .8
}

.up-btn {
    font-size: 100%;
    color: #36c;
    background: #fff;
    border: 1px solid #36c;
    border-radius: 4px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 16px;
    width: 360px
}

.up-btn span {
    margin-right: 8px
}

@media screen and (max-width: 820px) {
    .up-btn {
        font-size: 115%;
        width: 100%
    }
}

.button-wrap {
    display: flex
}

.button-wrap.center {
    justify-content: center
}

.button-wrap.right {
    justify-content: flex-end
}

footer {
    margin-top: 200px;
    padding-bottom: 32px;
    text-align: center
}

footer small {
    font-size: 85%
}

@media screen and (max-width: 820px) {
    footer {
        margin-top: 120px;
        font-size: 120%
    }
}

.name-block {
    text-align: center;
    font-weight: bold;
    margin-top: 32px
}

@media screen and (max-width: 820px) {
    .name-block {
        font-size: 115%;
        margin-top: 16px
    }
}

.tanks-block {
    margin-top: 32px;
    text-align: center
}

@media screen and (max-width: 820px) {
    .tanks-block {
        text-align: left
    }
}

.info-block {
    margin-top: 32px;
    background: #fff;
    max-width: 800px;
    padding: 32px 32px 40px;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    display: flex;
    justify-content: center;
    align-items: center
}

.info-block span {
    display: inline-block;
    font-weight: bold;
    width: 110px
}

@media screen and (max-width: 820px) {
    .info-block {
        padding: 24px;
        justify-content: flex-start
    }

    .info-block span {
        display: block;
        font-size: 115%;
        width: auto
    }

    .info-block li {
        ont-size: 115%
    }

    .info-block li+li {
        margin-top: 16px
    }
}

.upload span {
  width: auto;
}

.is-hidden {
    display: none
}

.agreement {
    margin-top: 32px
}

.agreement .explanation {
    text-align: center;
    font-weight: bold
}

.modal-box {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    height: auto;
    min-height: 500px;
    max-height: 50%;
    z-index: 1;
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.modal-box.modal-license {
    min-height: 580px
}

.modal-box.modal-license .note {
    text-align: center
}

.modal-box .modal-title {
    justify-content: center;
    font-size: 120%;
    margin-top: 0
}

.modal-box .modal-content {
    padding: 32px;
    flex: 1 1 auto;
    overflow-y: auto
}

.modal-box .modal-button-inner {
    display: flex;
    justify-content: center;
    border-top: 1px solid #ccc;
    padding: 24px
}

.modal-box .modal-button-inner.center {
    gap: 16px;
    justify-content: center
}

.modal-box .modal-button-inner.column {
    gap: 16px;
    flex-direction: column;
    align-items: center
}

.modal-box ol.level1 {
    margin-left: 2em;
    text-indent: -1.9em;
    margin-top: 8px
}

.modal-box ol.level2 {
    margin-left: -0.8em;
    text-indent: -1em;
    margin-top: 8px
}

.modal-box h3 {
    font-size: 88%
}

.modal-box li {
    margin-top: 8px;
    font-size: 88%
}

.modal-box p {
    margin-top: 8px;
    font-size: 88%
}

.modal-box a {
    font-size: 88%;
    text-decoration: underline;
    color: #36c
}

.modal-box a:focus {
    outline: none;
    border: 2px solid #36c
}

.modal-box .caveat {
    color: #d11;
    font-size: 115%;
    text-align: center
}

.modal-box .caveat strong {
    font-size: 120%
}

@media screen and (max-width: 820px) {
    .modal-box .caveat+.caveat {
        font-size: 88%
    }
}

.modal-box .license-box {
    background-color: #f5f5f5;
    padding: 16px;
    width: 500px;
    margin: 24px auto 0
}

@media screen and (max-width: 820px) {
    .modal-box .license-box {
        width: auto;
        margin-top: 16px
    }
}

@media screen and (max-width: 820px) {
    .modal-box {
        width: 95%;
        max-height: 80%;
        min-height: auto;
        height: auto
    }

    .modal-box.modal-license {
        min-height: auto;
        height: auto
    }

    .modal-box.modal-license .note {
        font-size: 75%
    }

    .modal-box .modal-title {
        margin-top: 16px
    }

    .modal-box .modal-content {
        padding: 16px
    }

    .modal-box ol.level1 {
        text-indent: -2.15em
    }

    .modal-box h3 {
        font-size: 100%
    }

    .modal-box li {
        font-size: 100%
    }

    .modal-box p {
        font-size: 100%
    }

    .modal-box a {
        font-size: 100%
    }

    .modal-box .modal-button-inner {
        flex-direction: column-reverse
    }
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000
}

.modal.is-active {
    display: block
}

.modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.modal__close {
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer
}

.file-select-box {
    margin-top: 32px
}

.file-select-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.file-select-box ul .file-item {
    width: calc((100% - 48px)/4);
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    cursor: pointer;
    transition: 0s
}

.file-select-box ul .file-item .file-item__img-wrapper {
    width: 100%;
    height: 100%
}

.file-select-box ul .file-item .file-item__img-wrapper:focus {
    border: 2px solid #36c
}

.file-select-box ul .file-item li {
    width: 100%;
    height: 100%;
    margin-top: 0
}

.file-select-box ul .file-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative
}

@media screen and (max-width: 820px) {
    .file-select-box {
        margin-top: 24px
    }

    .file-select-box ul .file-item {
        width: calc((100% - 32px)/3)
    }
}

.file-item__label {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer
}

@media screen and (max-width: 820px) {
    .file-item__label {
        top: 1vw;
        right: 1vw
    }
}

.file-item__checkbox {
    display: none
}

.file-item.is-selected {
    border: 2px solid #3b82f6
}

.file-item.is-selected .file-item__label {
    background-color: #3b82f6;
    border-color: #3b82f6
}

.file-item.is-selected .file-item__label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-image: url(../img/icon_check.svg);
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.image-details {
    margin-top: 32px
}

.modal-load {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-msg {
  background: white;
  padding: 30px 50px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  color: #333;
  max-width: 400px;
}

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