* {
    box-sizing: border-box;
}

html {
    height: auto;
    width: auto;
    background-color: #EEEEEE;
}

a {
    text-decoration: none;
}

body{
    margin: 0px auto;
    overflow-x: hidden;
    max-width: 500px;
    background-color: #FFF;
    min-height: 100vh;
}

header {
    display: flex;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 2px solid #113961;
    background: #FFF;
}

.logo {
    display: flex;
    width: 156px;
    height: 37px;
    padding-right: 0.004px;
    justify-content: center;
    align-items: center;
}

.header_text {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 14.4px */
}

.content {
    height: auto;
    width: 100%;
}

.img01, .img02 {
    display: block;
    width: 100%;
    height: auto;
}

img{
    width: 100%;
}

.btn {
    height: 0px;
    margin: 0px 16px;
}

.btn a{
    display: flex;
    width: 100%;
    height: 64px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(24px + 64px);
    border-radius: 500px;
    background: var(---, #1A3261);
    box-shadow: 0px 2px 6px 0px rgba(234, 85, 20, 0.25);

    color: var(---, #FFF);
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
}

.cta {
    display: flex;
    width: 100%;
    padding: 24px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background: var(---, #1A3261);
}

.cta-text {
    color: var(---, #FFF);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 16px;
}

.cta-caption {
    color: var(---, #FFF);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form {
    padding: 24px 16px;
}

.footer {
    background-color: #1A326E;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding: 8px 0px;
}

.thanks_body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.thanks_content {
    text-align: center;
    margin-top: 64px;
    margin-bottom: 64px;
    height: 100%;
    flex-grow: 1;
}

.thanks_header {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #000;
}

.thanks_text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin-bottom: 16px;
}