@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@charset "UTF-8";

/* ========================================
 *  Font Family
 * ======================================== */


/* ==============================
*   Color
*==============================*/


/* ==============================
*   Space
*==============================*/
.space{
    margin-left: 20px;
}

/* ==============================
*   visibility: hidden;
*==============================*/
.visibility-hidden{
    visibility: hidden;
}

/* ==============================
*   Font Size
*==============================*/


/*==============================
//  Media Query
//==============================*/


/*==============================
//  Font Size Rem
//
//  【概要】        font-sizeの単位をremに変換する
//  【第一引数】    希望のfont-size（数字のみ）
//  【備考】        IE対応のためpxでも出力する
//==============================*/


/*==============================
//  Font Size Rem Line Height Half Leading
//
//  【概要】
//      ・font-sizeの単位をremに変換
//      ・行間のサイズをもとに自動でline-heightを指定
//      ・ハーフリーディングを自動調整
//  【第一引数】
//      ・希望のfont-size（数字のみ）
//  【第二引数】
//      ・希望の行間サイズ（数字のみ）
//==============================*/


/*==============================
//  browser hack
//==============================*/


/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */


/* Reset box-model and set borders */


/* ============================================ */

*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}


/* Document */


/* ============================================ */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
    line-height: 1;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}


/* Sections */


/* ============================================ */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/* Vertical rhythm */


/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}


/* Headings */


/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}


/* Lists (enumeration) */


/* ============================================ */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Lists (definition) */


/* ============================================ */

dt {
    font-weight: normal;
}

dd {
    margin-left: 0;
}


/* Grouping content */


/* ============================================ */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}


/* Text-level semantics */


/* ============================================ */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content */


/* ============================================ */


/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
    vertical-align: bottom;
}


/* Forms */


/* ============================================ */


/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}


/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
    cursor: default;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
    display: none;
}


/**
 * Remove padding
 */

option {
    padding: 0;
}


/**
 * Reset to invisible
 */

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the outline style in Safari.
 */

[type=search] {
    outline-offset: -2px;
    /* 1 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/**
 * Clickable labels
 */

label[for] {
    cursor: pointer;
}


/* Interactive */


/* ============================================ */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/*
 * Remove outline for editable content.
 */

[contenteditable] {
    outline: none;
}


/* Table */


/* ============================================ */

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

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: normal;
}


/* Misc */


/* ============================================ */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

body {
    font-family: "メイリオ", Meiryo, sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1;
}

@media screen and (max-width: 560px) {
    body {
        font-size: 1rem;
    }
}

a {
    display: inline-block;
    outline: none;
}

button {
    outline: none;
}

td,
th {
    vertical-align: middle;
}

.d-none {
    display: none !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bbb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #bbb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bbb;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #bbb;
}

input::placeholder,
textarea::placeholder {
    color: #bbb;
}

img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

[v-cloak] {
    display: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.l-main {
    position: relative;
    overflow: hidden;
}

.l-section {
    position: relative;
}

.c-badge {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    border: 1px solid #222;
    border-radius: 30px;
    width: 160px;
    padding: 4px 0;
    display: block;
    margin: 0 auto 25px;
    text-align: center;
    display: block;
    height: 28px;
    line-height: 14px;
}

@media screen and (max-width: 1022px) {
    .c-badge {
        font-size: 12px;
        font-size: 0.75rem;
        margin-bottom: 15px;
    }
}

.c-badge--form {
    color: #d9300a;
    background: #fff;
    border: 1px solid #d9300a;
    border-radius: 4px;
    padding: 8px 4px 4px;
    min-width: 50px;
    width: 50px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 15px 0 0;
    line-height: 14px;
}

@media screen and (max-width: 1022px) {
    .c-badge--form {
        width: 45px;
        min-width: 45px;
        padding: 6px 4px 4px;
    }
}

.c-badge--any {
    color: #fff;
    background: #ababab;
    border: 1px solid #ababab;
    border-radius: 4px;
    padding: 7px 0 5px;
    width: 50px;
    min-width: 50px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 15px 0 0;
}

@media screen and (max-width: 560px) {
    .c-badge--any {
        width: 45px;
        min-width: 45px;
        padding: 6px 4px 4px;
    }
}

.c-badge--mail {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 220px;
    width: 100%;
    color: #d9300a;
    border: 1px solid #d9300a;
    background: #fff;
    text-align: center;
    padding: 6px 4px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 20px;
}

.c-btn,
.c-btn--confirm {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    width: 100%;
    border-radius: 6px;
    color: #fff;
    background: #006ab7;
    padding: 18px 0;
    text-align: center;
    -webkit-box-shadow: 0 2px 2px rgba(1, 1, 1, 0.12);
    box-shadow: 0 2px 2px rgba(1, 1, 1, 0.12);
}

@media screen and (max-width: 1022px) {
    .c-btn--account_copy {
        font-size: 12px !important;
        width: auto !important;
        padding: 10px 5px !important;
        max-width: 120px !important;
    }
}

.c-btn--confirm:disabled {
    background-color: #a6caec !important;
}

@media screen and (max-width: 560px) {
    .c-btn,
    .c-btn--confirm {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 18px 0 16px;
    }
}

.c-btn:hover,
.c-btn--confirm:hover {
    background: #0f8ae4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c-btn--gray {
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
    background: #aaa;
    padding: 20px 0;
    margin-right: 30px;
    max-width: 120px;
}

.c-btn--gray:hover {
    background: #c0c0c0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 560px) {
    .c-btn--gray {
        font-size: 16px;
        font-size: 1rem;
        padding: 12px 0;
        width: 100%;
        max-width: inherit;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.c-btn--fix {
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
    background: #aaa;
    padding: 20px 0;
    max-width: 280px;
    margin: 0 auto;
}

@media screen and (max-width: 560px) {
    .c-btn--fix {
        font-size: 16px;
        font-size: 1rem;
        max-width: 250px;
    }
}

.c-btn--fix:hover {
    background: #c0c0c0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c-btn--confirm {
    font-size: 20px;
    font-size: 1.25rem;
    max-width: 500px;
    padding: 30px;
}

@media screen and (max-width: 560px) {
    .c-btn--confirm {
        font-size: 16px;
        font-size: 1rem;
        padding: 25px;
    }
}

.c-btn--form {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px 0;
    max-width: 400px;
}

@media screen and (max-width: 560px) {
    .c-btn--form {
        font-size: 16px;
        font-size: 1rem;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 15px;
        max-width: inherit;
    }
}

.c-btn--white {
    -webkit-box-shadow: 0 2px 2px rgba(1, 1, 1, 0.12);
    box-shadow: 0 2px 2px rgba(1, 1, 1, 0.12);
    color: #006ab7;
    border: 1px solid #006ab7;
    max-width: 140px;
    background: #fff;
    font-weight: 400;
    padding: 16px 0 12px;
}

@media screen and (max-width: 560px) {
    .c-btn--white {
        max-width: 110px;
    }
}

.c-btn--white:not(:last-child) {
    margin-right: 40px;
}

@media screen and (max-width: 560px) {
    .c-btn--white:not(:last-child) {
        margin-right: 20px;
    }
}

.c-btn--white:hover {
    background: #fff;
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c-btn--blue {
    -webkit-box-shadow: 0 2px 2px rgba(1, 1, 1, 0.12);
    box-shadow: 0 2px 2px rgba(1, 1, 1, 0.12);
    color: #fff;
    border: 1px solid #006ab7;
    max-width: 140px;
    background: #006ab7;
    font-weight: 400;
    padding: 16px 0 12px;
}

@media screen and (max-width: 560px) {
    .c-btn--blue {
        max-width: 110px;
    }
}

.c-btn--blue:not(:last-child) {
    margin-right: 40px;
}

@media screen and (max-width: 560px) {
    .c-btn--blue:not(:last-child) {
        margin-right: 20px;
    }
}

.c-btn--blue:hover {
    background: #0f8ae4;
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c-btn--send-email {
    width: 100px;
}

.c-btn--download {
    font-size: 20px;
    font-size: 1.25rem;
    max-width: 500px;
    padding: 30px;
}

@media screen and (max-width: 560px) {
    .c-btn--download {
        font-size: 16px;
        font-size: 1rem;
        padding: 25px;
    }
}

.c-card {
    width: calc(33.3333333333% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 2px 2px rgba(1, 1, 1, 0.12);
    box-shadow: 0 2px 2px rgba(1, 1, 1, 0.12);
}

@media screen and (max-width: 1022px) {
    .c-card {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 560px) {
    .c-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.c-card__head {
    padding: 40px 30px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border-radius: 6px 6px 0 0;
}

@media screen and (max-width: 560px) {
    .c-card__head {
        padding: 25px;
    }
}

.c-card__title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

.c-card__subtitle {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

@media screen and (max-width: 560px) {
    .c-card__title {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .c-card__subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

.c-card__title--adj {
    margin-bottom: 15px;
}

@media screen and (max-width: 560px) {
    .c-card__title--adj {
        margin-bottom: 10px;
    }
}

.c-card__desc {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5625;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.c-card__desc::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5625) * 0.5em);
    content: "";
}

.c-card__desc::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5625) * 0.5em);
    content: "";
}

@media screen and (max-width: 560px) {
    .c-card__desc {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.4285714286;
    }
    .c-card__desc::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.4285714286) * 0.5em);
        content: "";
    }
    .c-card__desc::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.4285714286) * 0.5em);
        content: "";
    }
}

.c-card__body {
    padding: 30px 30px 20px;
    background: #edf4fa;
    border-radius: 6px;
}

@media screen and (max-width: 560px) {
    .c-card__body {
        padding: 15px 25px;
    }
}

.c-check {
    position: absolute;
    opacity: 0;
}

.c-check:checked+.c-check__label {
    border-color: #006ab7;
}

.c-check:checked+.c-check__label:before {
    background: #006ab7;
    border-color: #006ab7;
}

.c-check:checked+.c-check__label:after {
    content: "";
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg) translate(5%, -90%);
    transform: rotate(45deg) translate(5%, -90%);
    width: 7px;
}

.c-check:disabled+.c-check__label {
    background-color: #e6e6e6;
}

.c-check:hover+.c-check__label {
    border-color: #006ab7;
}

.c-check:hover+.c-check__label:before {
    outline: none;
    border-color: #006ab7;
}

.c-check__label {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    padding: 17px 20px 13px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.c-check__label::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
}

.c-check__label::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
}

@media screen and (max-width: 560px) {
    .c-check__label {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 15px;
    }
}

.c-check__label:before {
    content: "";
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.c-check:disabled+.c-check__label::before {
    background: #e6e6e6;
}

.c-input {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 6px;
    padding: 11px 15px 9px 15px;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
}

@media screen and (max-width: 560px) {
    .c-input {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.is-error .c-input {
    background: #fcefec;
    border-color: #d9300a;
}

.c-input--ss {
    width: 100px;
}

@media screen and (max-width: 560px) {
    .c-input--ss {
        width: 100%;
    }
}

.c-input--mr {
    margin-right: 40px;
}

@media screen and (max-width: 560px) {
    .c-input--mr {
        margin-right: 0;
    }
}

.c-input--mr-s {
    margin-right: 20px;
}

.c-input--half {
    width: 50%;
    margin-right: 20px;
}

@media screen and (max-width: 560px) {
    .c-input--half {
        width: 50%;
    }
}

.c-input--num {
    width: 110px;
    text-align: right;
}

@media screen and (max-width: 1022px) {
    .c-input--num {
        width: 100px;
    }
}

@media screen and (max-width: 560px) {
    .c-input--num {
        width: 75px;
    }
}

.c-input--name {
    width: 180px;
    margin-left: 30px;
}

@media screen and (max-width: 1022px) {
    .c-input--name {
        width: 160px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 560px) {
    .c-input--name {
        width: 120px;
        margin-left: 10px;
    }
}

.c-input:disabled {
    background: #e6e6e6;
    -webkit-text-fill-color: #222;
    opacity: 1;
}

.c-input:read-only {
    background: #e6e6e6;
    -webkit-text-fill-color: #222;
    opacity: 1;
}

.c-link {
    font-size: 16px;
    font-size: 1rem;
    color: #006ab7;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    white-space: nowrap;
}

.c-link:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.c-link--agree {
    font-size: 16px;
    font-size: 1rem;
    text-decoration: underline;
    color: #006ab7;
    white-space: nowrap;
}

.c-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    position: relative;
    max-width: 560px;
    margin: 0 auto 80px;
}

@media screen and (max-width: 1022px) {
    .c-list {
        margin: 0 auto 60px;
    }
}

@media screen and (max-width: 560px) {
    .c-list {
        margin: 0 auto 40px;
        max-width: 325px;
    }
}

.c-list:before {
    content: "";
    width: 420px;
    height: 3px;
    background: #ccc;
    position: absolute;
    bottom: 17px;
    right: 70px;
}

@media screen and (max-width: 560px) {
    .c-list:before {
        width: 240px;
        bottom: 13px;
        right: 40px;
    }
}

.c-list-2:after {
    content: "";
    width: 140px;
    height: 3px;
    background: #006ab7;
    position: absolute;
    bottom: 17px;
    left: 70px;
}

@media screen and (max-width: 560px) {
    .c-list-2:after {
        width: 80px;
        bottom: 13px;
        left: 40px;
    }
}

.c-list-3:after {
    content: "";
    width: 270px;
    height: 3px;
    background: #006ab7;
    position: absolute;
    bottom: 17px;
    left: 70px;
}

@media screen and (max-width: 560px) {
    .c-list-3:after {
        width: 160px;
        bottom: 13px;
        left: 40px;
    }
}

.c-list-4:after {
    content: "";
    width: 410px;
    height: 3px;
    background: #006ab7;
    position: absolute;
    bottom: 17px;
    left: 70px;
}

@media screen and (max-width: 560px) {
    .c-list-4:after {
        width: 240px;
        bottom: 13px;
        left: 40px;
    }
}

@media screen and (max-width: 560px) {
    .c-list__text {
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.c-list-fmc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    position: relative;
    max-width: 560px;
    margin: 0 auto 80px;
}

@media screen and (max-width: 1022px) {
    .c-list-fmc {
        margin: 0 auto 60px;
    }
}

@media screen and (max-width: 560px) {
    .c-list-fmc {
        margin: 0 auto 40px;
        max-width: 325px;
    }
}

.c-list-fmc:before {
    content: "";
    width: 430px;
    height: 3px;
    background: #ccc;
    position: absolute;
    bottom: 17px;
    right: 65px;
}

@media screen and (max-width: 560px) {
    .c-list-fmc:before {
        width: 240px;
        bottom: 13px;
        right: 40px;
    }
}

.c-list-fmc-2:after {
    content: "";
    width: 75px;
    height: 3px;
    background: #006ab7;
    position: absolute;
    bottom: 17px;
    left: 65px;
}

@media screen and (max-width: 560px) {
    .c-list-fmc-2:after {
        width: 80px;
        bottom: 13px;
        left: 40px;
    }
}

.c-list-fmc-3:after {
    content: "";
    width: 150px;
    height: 3px;
    background: #006ab7;
    position: absolute;
    bottom: 17px;
    left: 65px;
}

@media screen and (max-width: 560px) {
    .c-list-fmc-3:after {
        width: 160px;
        bottom: 13px;
        left: 40px;
    }
}

.c-list-fmc-4:after {
    content: "";
    width: 250px;
    height: 3px;
    background: #006ab7;
    position: absolute;
    bottom: 17px;
    left: 65px;
}

@media screen and (max-width: 560px) {
    .c-list-fmc-4:after {
        width: 150px;
        bottom: 13px;
        left: 40px;
    }
}

.c-list-fmc-5:after {
    content: "";
    width: 350px;
    height: 3px;
    background: #006ab7;
    position: absolute;
    bottom: 17px;
    left: 65px;
}

@media screen and (max-width: 560px) {
    .c-list-fmc-5:after {
        width: 200px;
        bottom: 13px;
        left: 40px;
    }
}

.c-list-fmc-6:after {
    content: "";
    width: 450px;
    height: 3px;
    background: #006ab7;
    position: absolute;
    bottom: 17px;
    left: 65px;
}

@media screen and (max-width: 560px) {
    .c-list-fmc-6:after {
        width: 250px;
        bottom: 13px;
        left: 40px;
    }
}

.c-list__item {
    font-size: 14px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    width: 25%;
}

@media screen and (max-width: 560px) {
    .c-list__item {
        font-size: 11px;
        font-size: 0.6875rem;
    }
}

.c-list__item--blue {
    color: #006ab7;
}

.c-list__num {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Barlow Semi Condensed", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
    font-weight: bold;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid transparent;
    width: 40px;
    height: 40px;
    margin: 10px auto 0;
    position: relative;
}

@media screen and (max-width: 560px) {
    .c-list__num {
        font-size: 12px;
        font-size: 0.75rem;
        width: 30px;
        height: 30px;
        padding: 6px;
    }
}

.c-list__num--blue {
    color: #fff;
    background: #006ab7;
}

.c-list__num--white {
    color: #006ab7;
    background: #fff;
    border-color: #006ab7;
}

.c-modal {
    display: none;
    position: fixed;
    z-index: 4;
    max-width: 900px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1022px) {
    .c-modal {
        top: 40%;
        max-width: inherit;
        width: 100%;
        -webkit-transform: translate(-45%, -50%);
        transform: translate(-45%, -50%);
    }
}

@media screen and (max-width: 560px) {
    .c-modal {
        top: 40%;
    }
}

.c-modal__inner {
    position: relative;
    background: #fff;
    height: 500px;
    width: 900px;
    border-radius: 10px;
    padding: 60px;
}

@media screen and (max-width: 1022px) {
    .c-modal__inner {
        max-height: 600px;
        height: 600px;
        max-width: 90%;
        padding: 40px;
    }
}

@media screen and (max-width: 560px) {
    .c-modal__inner {
        max-height: 450px;
        height: 450px;
        padding: 30px;
    }
}

.c-modal__cover {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}

/* モーダルが表示されている場合にスクロールを無効化 */
body:has(.c-modal.js-showModalTarget[style*="display: block"]) {
    overflow: hidden;
}

.c-modal__close-btn {
    position: absolute;
    right: 30px;
    top: 30px;
}

@media screen and (max-width: 560px) {
    .c-modal__close-btn {
        width: 20px;
    }
}

.c-modal__txt {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 40px;
}

@media screen and (max-width: 560px) {
    .c-modal__txt {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 20px;
    }
}

.c-modal__financial {
    overflow-y: scroll;
    max-height: 320px;
    min-height: 320px;
}

@media screen and (max-width: 1022px) {
    .c-modal__financial {
        max-height: 440px;
        min-height: 440px;
    }
}

@media screen and (max-width: 560px) {
    .c-modal__financial {
        max-height: 350px;
        min-height: 350px;
    }
}

.c-modal__financial::-webkit-scrollbar {
    width: 5px;
}

.c-modal__financial::-webkit-scrollbar-track {
    background: #eee;
}

.c-modal__financial::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

.c-modal__financial-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
}

.c-modal__financial-item {
    margin-right: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 560px) {
    .c-modal__financial-item {
        margin-right: 15px;
        margin-bottom: 15px;
    }
}

.c-modal__financial-item .c-btn,
.c-modal__financial-item .c-btn--confirm {
    padding: 18px 30px;
}

@media screen and (max-width: 560px) {
    .c-modal__financial-item .c-btn,
    .c-modal__financial-item .c-btn--confirm {
        padding: 12px 20px;
    }
}

.c-progressbar {
    padding: 30px 40px 30px 45px;
    background: #d9e4ec;
    border-radius: 6px;
    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;
}

@media screen and (max-width: 1022px) {
    .c-progressbar {
        padding: 20px 60px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 560px) {
    .c-progressbar {
        padding: 20px 40px;
    }
}

.c-progressbar__count {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Barlow Semi Condensed", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
    margin-right: 30px;
    font-weight: bold;
}

@media screen and (max-width: 1022px) {
    .c-progressbar__count {
        margin-right: 20px;
    }
}

@media screen and (max-width: 560px) {
    .c-progressbar__count {
        font-size: 14px;
        font-size: 0.875rem;
        margin-right: 10px;
    }
}

.c-progressbar__txt {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 560px) {
    .c-progressbar__txt {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.375;
    }
    .c-progressbar__txt::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.375) * 0.5em);
        content: "";
    }
    .c-progressbar__txt::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.375) * 0.5em);
        content: "";
    }
}

.c-radio {
    position: absolute;
    opacity: 0;
}

.c-radio:checked+.c-radio__label {
    border-color: #006ab7;
}

.c-radio:checked+.c-radio__label:before {
    background: #006ab7;
    border-color: #006ab7;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
}

.c-radio:hover+.c-radio__label {
    border-color: #006ab7;
}

.c-radio:hover+.c-radio__label:before {
    outline: none;
    border-color: #006ab7;
}

.c-radio:not(:last-child) {
    margin-bottom: 10px;
}

.p-form__radio-area--side .c-radio:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
}

.c-radio--half {
    width: 50%;
}

.c-radio__label {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    padding: 17px 20px 13px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
}

@media screen and (max-width: 560px) {
    .c-radio__label {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.2857142857;
        padding: 15px;
    }
    .c-radio__label::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.2857142857) * 0.5em);
        content: "";
    }
    .c-radio__label::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.2857142857) * 0.5em);
        content: "";
    }
}

.is-error .c-radio__label {
    background: #fcefec;
    border-color: #d9300a;
}

.c-radio__label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 1px solid #ccc;
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.is-error .c-radio__label:before {
    background: #fcefec;
    border-color: #d9300a;
}

.c-select {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    width: 100%;
    background: #fff;
    padding: 14px 20px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.c-select::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
}

.c-select::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
}

@media screen and (max-width: 560px) {
    .c-select {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.is-error .c-select {
    background: #fcefec;
    border-color: #d9300a;
}

.p-form__select--ss .c-select {
    width: 120px;
    margin-right: 10px;
}

@media screen and (max-width: 560px) {
    .p-form__select--ss .c-select {
        width: 110px;
    }
}

.c-select--half {
    width: 50%;
}

@media screen and (max-width: 560px) {
    .c-select--half {
        width: 100%;
    }
}

.c-select--ss {
    width: 180px;
}

@media screen and (max-width: 560px) {
    .c-select--ss {
        width: 160px;
    }
}

.c-select--ss:after {
    right: 45%;
}

@media screen and (max-width: 560px) {
    .c-select--ss:after {
        right: 40%;
    }
}

.c-select--half:after {
    right: 54%;
}

@media screen and (max-width: 560px) {
    .c-select--half:after {
        right: 5%;
    }
}

.c-table {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    width: 100%;
    text-align: center;
}

.c-table::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
}

.c-table::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
}

@media screen and (max-width: 560px) {
    .c-table {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.2857142857;
    }
    .c-table::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.2857142857) * 0.5em);
        content: "";
    }
    .c-table::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.2857142857) * 0.5em);
        content: "";
    }
}

.c-table--body>*:first-child .c-table__cell {
    padding: 10px 0 20px;
}

.c-table__row:last-child .c-table__cell {
    padding-bottom: 0;
}

.c-table--body .c-table__row:not(:last-child) {
    border-bottom: 2px dotted #ccc;
}

.c-table--body .c-table__row>*:first-child {
    text-align: left;
}

.c-table--head .c-table__cell {
    padding: 0;
}

.c-table--body .c-table__cell {
    padding: 20px 0;
}

.p-footer {
    background: #444;
    color: #fff;
    padding: 60px 0;
}

@media screen and (max-width: 560px) {
    .p-footer {
        padding: 30px 0 50px;
    }
}

.p-footer__inner {
    margin: 0 auto;
    text-align: center;
}

.p-footer__img {
    margin-bottom: 20px;
    width: 270px;
}

@media screen and (max-width: 560px) {
    .p-footer__img {
        margin-bottom: 10px;
        width: 190px;
    }
}

.p-footer__contact {
    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;
    margin-bottom: 40px;
}

@media screen and (max-width: 560px) {
    .p-footer__contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.p-footer__contact-desc {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 30px;
}

@media screen and (max-width: 560px) {
    .p-footer__contact-desc {
        font-size: 12px;
        font-size: 0.75rem;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.p-footer__tel {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Barlow Semi Condensed", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
    font-weight: bold;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 560px) {
    .p-footer__tel {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.p-footer__tel-img {
    vertical-align: baseline;
    margin-right: 10px;
}

@media screen and (max-width: 560px) {
    .p-footer__tel-img {
        height: 15px;
        margin-right: 8px;
    }
}

.p-footer__copy {
    font-size: 10px;
    font-size: 0.625rem;
    color: #bbb;
}

.p-form {
    margin: 5px 0;
    padding: 80px 0 120px;
    background: #f2f2f2;
}

@media screen and (max-width: 1022px) {
    .p-form {
        margin: 0 0 5px;
        padding: 60px 30px 80px;
    }
}

@media screen and (max-width: 560px) {
    .p-form {
        margin: 0 0 5px;
        padding: 40px 25px 60px;
    }
}

.p-form__inner {
    max-width: 900px;
    margin: 0 auto;
}

.p-form__head {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 560px) {
    .p-form__head {
        margin-bottom: 20px;
    }
}

.p-form__head--right {
    margin-left: 10px;
    transform: translateY(-5px);
}

@media screen and (min-width: 560px) {
    .p-form__head--right {
        margin-left: auto;
        margin-right: 5px !important;
        transform: translateY(-5px);
    }
}

.p-form--input .p-form__head,
.p-form--confirm .p-form__head {
    margin-bottom: 80px;
}

@media screen and (max-width: 1022px) {
    .p-form--input .p-form__head,
    .p-form--confirm .p-form__head {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 560px) {
    .p-form--input .p-form__head,
    .p-form--confirm .p-form__head {
        margin-bottom: 40px;
    }
}

.p-form__title {
    font-size: 32px;
    font-size: 2.000rem;
    font-weight: bold;
    margin-bottom: 60px;
}

@media screen and (max-width: 1022px) {
    .p-form__title {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 560px) {
    .p-form__title {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.p-form__desc {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
}

@media screen and (max-width: 560px) {
    .p-form__desc {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.375;
    }
    .p-form__desc::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.375) * 0.5em);
        content: "";
    }
    .p-form__desc::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.375) * 0.5em);
        content: "";
    }
}

.p-form__notes {
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: bold;
    line-height:1.5;
}

@media screen and (min-width: 561px) and (max-width: 1022px) {
    .p-form__notes {
        font-size: calc(0.75rem + ((1vw - 5.61px) * 2.3861));
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 560px) {
    .p-form__notes {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.375;
        margin-bottom: 0px;
    }
    .p-form__notes::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 0.75) * 0.5em);
        content: "";
    }
    .p-form__notes::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 0.75) * 0.5em);
        content: "";
    }
}

.p-form__notes-agree {
    text-align:  center;
}

.p-form__notes-agree__inline {
    margin: 50px auto 10px;
    display: inline-block;
}

.p-form__notes-agree .c-check__label,
.p-form__input-send_opt .c-check__label {
    border: none;
    padding: 0;
    background: inherit;
}

#start_apply:disabled {
    background-color: #aaa;
}

.p-form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: -15px;
}

@media screen and (max-width: 560px) {
    .p-form__body {
        margin-right: 0;
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.p-form__area:not(:last-child) {
    margin-bottom: 120px;
}

@media screen and (max-width: 560px) {
    .p-form__area:not(:last-child) {
        margin-bottom: 60px;
    }
}

.p-form__sub-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 3px solid #ccc;
    position: relative;
}

.p-form__sub-title:after {
    content: "";
    width: 150px;
    height: 3px;
    background: #006ab7;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.p-form__row,
.p-form__row--bb-none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px dotted #ccc;
}

@media screen and (max-width: 560px) {
    .p-form__row,
    .p-form__row--bb-none {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0;
    }
}

.p-form__row--bb-none {
    border-bottom: none;
}

@media screen and (max-width: 560px) {
    .p-form__row--bb-none {
        padding: 30px 0 0;
    }
}

.p-form__cell--head,
.p-form__cell--head--adj-pt,
.p-form__cell--head--adj-pb,
.p-form__cell--head--adj {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 400px;
    flex: 1 0 400px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.p-form__cell--head--adj {
    padding: 35px 40px 40px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
}

.p-form__cell--head--adj::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.375) * 0.5em);
    content: "";
}

.p-form__cell--head--adj::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.375) * 0.5em);
    content: "";
}

@media screen and (max-width: 560px) {
    .p-form__cell--head--adj {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.p-form__cell--head--adj-pb {
    padding-bottom: 30px;
}

.p-form--confirm .p-form__cell--head--adj-pb {
    padding-bottom: 20px;
}

.p-form__cell--head--adj-pt {
    padding-top: 10px;
}

@media screen and (max-width: 1022px) {
    .p-form__cell--head,
    .p-form__cell--head--adj-pt,
    .p-form__cell--head--adj-pb,
    .p-form__cell--head--adj {
        font-size: 14px;
        font-size: 0.875rem;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
        flex: 1 0 42%;
    }
}

@media screen and (max-width: 560px) {
    .p-form__cell--head,
    .p-form__cell--head--adj-pt,
    .p-form__cell--head--adj-pb,
    .p-form__cell--head--adj {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.4285714286;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0;
        margin-bottom: 15px;
    }
    .p-form__cell--head::before,
    .p-form__cell--head--adj::before,
    .p-form__cell--head--adj-pb::before,
    .p-form__cell--head--adj-pt::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.4285714286) * 0.5em);
        content: "";
    }
    .p-form__cell--head::after,
    .p-form__cell--head--adj::after,
    .p-form__cell--head--adj-pb::after,
    .p-form__cell--head--adj-pt::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.4285714286) * 0.5em);
        content: "";
    }
}

.p-form__cell--body,
.p-form__cell--body--adj-pt,
.p-form__cell--body--adj-pb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 500px;
    flex: 1 0 500px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-form__cell--body--adj-pb {
    padding-bottom: 20px;
}

.p-form--confirm .p-form__cell--body--adj-pb {
    padding-bottom: 10px;
}

.p-form__cell--body--adj-pt {
    padding-top: 0;
}

@media screen and (max-width: 1022px) {
    .p-form__cell--body,
    .p-form__cell--body--adj-pt,
    .p-form__cell--body--adj-pb {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
        flex: 1 0 60%;
    }
}

@media screen and (max-width: 560px) {
    .p-form__cell--body,
    .p-form__cell--body--adj-pt,
    .p-form__cell--body--adj-pb {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0;
    }
}

.p-form--confirm .p-form__cell--body,
.p-form--confirm .p-form__cell--body--adj-pb,
.p-form--confirm .p-form__cell--body--adj-pt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-form__cell--txt {
    padding-top: 6px;
}

.p-form__cell--head--adj .p-form__cell--txt {
    padding: 0;
}

.p-form__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 560px) {
    .p-form__column--half {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.p-form__input-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.p-form__input-area--ornament {
    position: relative;
}

.p-form__input-area--ornament:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    background: #222;
    top: 50%;
    right: 12px;
}

@media screen and (max-width: 560px) {
    .p-form__input-area--ornament:after {
        right: -24px;
    }
}

.p-form__input-area--half {
    width: 50%;
    margin-right: 20px;
}

@media screen and (max-width: 560px) {
    .p-form__input-area--ss {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.375;
        width: 100%;
        margin-right: 10px;
    }
    .p-form__input-area--ss::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.375) * 0.5em);
        content: "";
    }
    .p-form__input-area--ss::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.375) * 0.5em);
        content: "";
    }
    .p-form__input-area--ss:first-child {
        margin-right: 35px;
    }
}

.p-form__input-area--xs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-form__input-area--xs .c-input {
    max-width: 80px;
    margin-right: 20px;
    text-align: center;
}

.p-form__input-area--name {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.p-form__input-area--name:not(:last-child) {
    margin-right: 50px;
}

@media screen and (max-width: 560px) {
    .p-form__input-area--name:not(:last-child) {
        margin-right: 20px;
    }
}

.p-form__input-area--name .c-input {
    margin-left: auto;
    max-width: 180px;
}

@media screen and (max-width: 1022px) {
    .p-form__input-area--name .c-input {
        max-width: 150px;
    }
}

@media screen and (max-width: 560px) {
    .p-form__input-area--name .c-input {
        max-width: 110px;
    }
}

.p-form__input-area--birth {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    width: 50%;
}

.p-form__input-area--birth .c-input {
    width: 80px;
    margin-right: 10px;
    margin-left: 20px;
}

@media screen and (max-width: 1022px) {
    .p-form__input-area--birth .c-input {
        width: 60px;
    }
}

@media screen and (max-width: 560px) {
    .p-form__input-area--birth .c-input {
        width: 125px;
        margin-left: 0;
        margin-bottom: 10px;
    }
}

.p-form__input-txt {
    margin-top: 10px;
    margin-bottom: 10px;
}

.p-form__msg-area {
    font-size: 16px;
    font-size: 1rem;
    color: #d9300a;
    margin-top: 10px;
    padding-left: 28px;
    position: relative;
}

@media screen and (max-width: 1022px) {
    .p-form__msg-area {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.2857142857;
        padding-left: 25px;
    }
    .p-form__msg-area::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.2857142857) * 0.5em);
        content: "";
    }
    .p-form__msg-area::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.2857142857) * 0.5em);
        content: "";
    }
}

@media screen and (max-width: 560px) {
    .p-form__msg-area {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.3333333333;
        padding-left: 20px;
    }
    .p-form__msg-area::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.3333333333) * 0.5em);
        content: "";
    }
    .p-form__msg-area::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.3333333333) * 0.5em);
        content: "";
    }
}

.p-form__msg-area:before {
    content: "！";
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
    background: #d9300a;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    padding: 2px;
    display: inline-block;
    position: absolute;
    text-align: center;
    line-height: 16px;
    left: 0;
    top: -2px;
}

@media screen and (max-width: 1022px) {
    .p-form__msg-area:before {
        top: 1px;
    }
}

@media screen and (max-width: 560px) {
    .p-form__msg-area:before {
        font-size: 10px;
        font-size: 0.625rem;
        width: 14px;
        height: 14px;
        padding: 0;
        top: 3px;
    }
}

.p-form__btn-area,
.p-form__btn-area--confirm,
.p-form__btn-area--adj {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 560px) {
    .p-form__btn-area,
    .p-form__btn-area--confirm,
    .p-form__btn-area--adj {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
    }
}

.p-form__btn-area--adj {
    margin-top: 120px;
}

@media screen and (max-width: 560px) {
    .p-form__btn-area--adj {
        margin-top: 60px;
    }
}

.p-form__btn-area--confirm {
    margin: 10px auto 0;
}

.p-form__radio {
    width: 100%;
}

.p-form__radio:not(:last-child) {
    margin-bottom: 10px;
}

.p-form__radio-area--half .p-form__radio {
    width: calc(50% - 10px);
    margin-bottom: 0;
    margin-right: 10px;
}

.p-form__radio-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-form__radio-area:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (max-width: 560px) {
    .p-form__radio-area:not(:last-child) {
        margin-bottom: 30px;
    }
}

.p-form__radio-area--half {
    width: 100%;
    margin-right: -10px;
}

.p-form__check {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
}

.p-form__check:nth-child(2n+1):last-child {
    width: 100%;
    margin-right: 10px;
}

.p-form__check-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
}

.p-form__annotation,
.p-form__annotation--adj {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 10px;
}

.p-form__annotation::before,
.p-form__annotation--adj::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
}

.p-form__annotation::after,
.p-form__annotation--adj::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
}

@media screen and (max-width: 560px) {
    .p-form__annotation,
    .p-form__annotation--adj {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.3333333333;
    }
    .p-form__annotation::before,
    .p-form__annotation--adj::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.3333333333) * 0.5em);
        content: "";
    }
    .p-form__annotation::after,
    .p-form__annotation--adj::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.3333333333) * 0.5em);
        content: "";
    }
}

.p-form__annotation--adj {
    margin-top: 20px;
}

.p-form__select,
.p-form__select--half,
.p-form__select--xs,
.p-form__select--ss {
    width: 100%;
    position: relative;
}

.p-form__select:not(:last-child),
.p-form__select--half:not(:last-child),
.p-form__select--xs:not(:last-child),
.p-form__select--ss:not(:last-child) {
    margin-bottom: 30px;
}

.p-form__select:after,
.p-form__select--half:after,
.p-form__select--xs:after,
.p-form__select--ss:after {
    content: "";
    position: absolute;
    top: 46%;
    right: 0.9em;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: transparent transparent #222 #222;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-form__select-area,
.p-form__select-area--birth {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 560px) {
    .p-form__select-area--birth {
        width: 50%;
        margin-bottom: 10px;
        margin-right: -20px;
    }
}

.p-form__select--ss {
    max-width: 165px;
}

.p-form__select--ss:not(:last-child) {
    margin-bottom: 0;
}

.p-form__select--ss:after {
    right: 36%;
}

@media screen and (max-width: 560px) {
    .p-form__select--ss:after {
        right: 40%;
    }
}

.p-form__select--xs {
    max-width: 120px;
}

@media screen and (max-width: 560px) {
    .p-form__select--xs {
        max-width: 125px;
    }
}

.p-form__select--half {
    width: 50%;
}

@media screen and (max-width: 560px) {
    .p-form__select--half {
        width: 100%;
    }
}

.p-form__focus-txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    font-weight: bold;
}

.p-form__focus-txt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.375) * 0.5em);
    content: "";
}

.p-form__focus-txt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.375) * 0.5em);
    content: "";
}

@media screen and (max-width: 560px) {
    .p-form__focus-txt {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.2857142857;
    }
    .p-form__focus-txt::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.2857142857) * 0.5em);
        content: "";
    }
    .p-form__focus-txt::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.2857142857) * 0.5em);
        content: "";
    }
}

.p-form__agree {
    margin: 60px auto 0;
    max-width: 300px;
}

@media screen and (max-width: 560px) {
    .p-form__agree {
        margin: 30px auto 0;
    }
}

.p-form__agree .c-check__label {
    border: none;
    padding: 0;
    background: inherit;
}

.p-form__agree .c-check:checked+.c-check__label {
    border: none;
    padding: 0;
    background: inherit;
}

.p-form__thanks-area {
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (max-width: 560px) {
    .p-form__thanks-area {
        margin-bottom: 40px;
    }
}

.p-form__thanks-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 40px;
}

@media screen and (max-width: 560px) {
    .p-form__thanks-title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .p-form__thanks-title::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.5) * 0.5em);
        content: "";
    }
    .p-form__thanks-title::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.5) * 0.5em);
        content: "";
    }
}

.p-form__thanks-txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
}

.p-form__thanks-txt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.875) * 0.5em);
    content: "";
}

.p-form__thanks-txt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.875) * 0.5em);
    content: "";
}

@media screen and (max-width: 560px) {
    .p-form__thanks-txt {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5714285714;
        text-align: left;
    }
    .p-form__thanks-txt::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.5714285714) * 0.5em);
        content: "";
    }
    .p-form__thanks-txt::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.5714285714) * 0.5em);
        content: "";
    }
}

.p-form__mail-area {
    border: 2px solid #d9300a;
    padding: 40px;
    text-align: center;
    margin-bottom: 60px;
    border-radius: 6px;
    font-weight: bold;
}

@media screen and (max-width: 560px) {
    .p-form__mail-area {
        padding: 30px;
        margin-bottom: 40px;
    }
}

.p-form__mail-txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    color: #d9300a;
    margin-bottom: 30px;
}

.p-form__mail-txt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.875) * 0.5em);
    content: "";
}

.p-form__mail-txt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.875) * 0.5em);
    content: "";
}

@media screen and (max-width: 560px) {
    .p-form__mail-txt {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5714285714;
        margin-bottom: 20px;
        text-align: left;
    }
    .p-form__mail-txt::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.5714285714) * 0.5em);
        content: "";
    }
    .p-form__mail-txt::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.5714285714) * 0.5em);
        content: "";
    }
}

.p-form__mail-address {
    color: #d9300a;
}

@media screen and (max-width: 560px) {
    .p-form__mail-address {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.4285714286;
    }
    .p-form__mail-address::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.4285714286) * 0.5em);
        content: "";
    }
    .p-form__mail-address::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.4285714286) * 0.5em);
        content: "";
    }
}

.p-form__btn-img {
    margin-right: 20px;
}

.p-header {
    height: 80px;
    width: 100%;
    background: #006ab7;
    padding: 30px;
    position: relative;
}

@media screen and (max-width: 1022px) {
    .p-header {
        padding: 0;
    }
}

.p-header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1022px) {
    .p-header__title {
        height: 55px;
        padding: 20px 40px;
    }
}

.p-header__img {
    max-width: 460px;
    width: 100%;
}

.p-header__account {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    right: 30px;
    top: 34px;
    padding: 2px 0 2px 28px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSI+CiAgPGltYWdlIGlkPSLjg5njgq/jg4jjg6vjgrnjg57jg7zjg4jjgqrjg5bjgrjjgqfjgq/jg4giIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCVUFBQUFWQ0FZQUFBQ3BGNldXQUFBQndrbEVRVlE0aloyVk1VdGNRUlNGdjhpR3hTU2doWVZOeXEzQ2tpSUVTOEhPeWtwWXNKQUkrUlArQVpzMEtjTFcrUVZwTEZLdFdKZ3lSUXExVWlGZ0NnVmRkN1BzeTI1eXd1QWRNcG05czZJSGh1SGRPZmU4ZVdmbTNvZWswbGlXMUpaMEtHbWtXNHpzdVczcmJxNFhmQ25wUVAvUWsvUk5Vc2ZtWHJKMllQeXBvcHVTS2t2WWxiUXFxWjV4NmhiZk5WNWxlYTdvcHBHNmt0WXlvZGUydnBURjE0eXZWRGo5NU1vSXpTU3BKdW16cEJ0SlE1dS9TSnBOT0UzTHE2SVZjU0Y2bU85d1c5SkEveU1rdjNkMkhEMG1ubkwwTVBmNFZEN09IVzcwZUhrR2FIR0xEMHhpM29rRlBIRmlNYitGM2J1ZWM4cGgvQ2pzOU1MaDFrM25NT3kwQVp3Q2xmUDJUOEFvaS8wQjloeHVaVG9ON00yZFFuWE1TVHBKN3U3US9Gd3M4SU9PYXNBWVdDaDQxd1ZlQUcrQVY4Qlg0Q1BRTC9DRHp2aFI4QUI0YmdIUGdvREh3Rk5nQVB3cWNPckFKZkE5ZUxvUFBBTldNbEk0K1oxQUFxNkJNK0FLT0FmZU9WKzNZanI3cFhzYUx2TjEwcDF5aksyS05yeDc2bFhVdXFSK1FTeEg0TDMxS2lxdC9adDdDRWI4dFBzNVVmdHBsM29vSnJwVUtweDIrV2tJdnNaNTY3NmRQeWIrVG9RaVFodThzL09uSS82ampyTmRIVTM5UjBuOEJUQkp0dTVUc1RMNkFBQUFBRWxGVGtTdVFtQ0MiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

@media screen and (max-width: 1022px) {
    .p-header__account {
        color: #006ab7;
        position: static;
        text-align: right;
        background: #fff;
        padding: 4px 25px 8px;
        background-color: #fff;
    }
}

@media screen and (max-width: 1022px) {
    .p-header__account-name {
        font-size: 11px;
        font-size: 0.6875rem;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyI+CiAgPGltYWdlIGlkPSLjg5njgq/jg4jjg6vjgrnjg57jg7zjg4jjgqrjg5bjgrjjgqfjgq/jg4giIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCY0FBQUFYQ0FZQUFBRGdLdFNnQUFBQ2JVbEVRVlJJaVkyVlMwaFZVUlNHUDgrOU55c05Fb2xHaFpoTnpFWUZaV1JCUWcyRUhJUm9TWVNRRTZHSnN5S0NFSUl3YWxBMHNhWkpVWlBBTklJR0JSRWhLa1FsS0JRUkZrM0tGNVhYRnd2K0RkdlQzdmY2dythYy9mclgydXRaUXRjZzYwQUprQVVTWUFWWUJoYUxYVXNLN0pVQzU0SFhRQjVZQVA0Qy96U2ZBeDRESjJJRTJjaDZFM0FYMktuNVYyQVltTktkYXVBZ2NFcmpsUlNaS0VaK0ZiaWlmOU9zRjNnWE9KY0Rtb0hMd0JGZ0JHZ0JobUptY2NUVDByN0ZJOTRsN2RxQVNwbkdoTy9UblhMZ0tYQXNwSG1UUjl3QXZQZjJMa3JEakp4cG94VVlBSmFBSHVBNzBBYzhBdmJhM0dsZUtoc2J6cVNJNnlWMHM4NXRBc3BFc3MwN2R3KzRyVmZkOE0xeVZzNnpaejVMbWFvYjJCaXdlYUxYK3JBWC9nQk9BeldPL0p5K3ZRR1M2c0FhRXJnMXRUWVAzRkZldENmNnFWZTRoYUppSVVLK29wSEdFODBiRXprMW96Z080VVVrRzAzTFQ0SDFjV0FHcUUwOHUwOUZ5RzhxZ253dFRkaWtCSWRnZHE5TXZFdXhiUDBON0FmZXlFUi9nSWZBMFloWkhOZHlWakZMQWNjWnZnQ0hDK3luaVhlWUpiSjY0cnhxUlU2WjU4TTV2RUZabXBldFh3SWZBK1FIeERQbVRER2tBdFNzV0hld2VMMmxCQ3J6L0pQWCtLeVM4TmE3MDY3dmdEdmNwNjlMOFl6c2VoL1lEbXhKMWFHY0JPN1JDeTVvdlFyb0FHYUJmcWY1YzVWTnEyNlhaTE9Ua2N4TXc4ckJkZUFYMEtrNzF5ekMvRTYwVzJXelhGR3hZUjNFUGhibFRPTTRaRTNGZitxRVN1eVNpR05oRm9NUi81VGZyRnY5VjgvTnNjY1YyeFlscmwvR1lJbzRmRkJ0LytZV1FqM1VIRlFMUEVpZGNZSjhZZVo0NjZWV2t0Y1FHNHAxL3hxRlZpTlFCMVJJaUpXS1VUV0xmcFdIdFFCV0FSWHlrOG1HRk9CVEFBQUFBRWxGVGtTdVFtQ0MiLz4KPC9zdmc+Cg==);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: left center;
        height: 25px;
        padding: 5px 0 5px 20px;
        display: inline;
    }
}

.u-sp-only {
    display: none !important;
}

@media screen and (max-width: 560px) {
    .u-sp-only {
        display: inherit !important;
    }
}

@media screen and (max-width: 560px) {
    .u-pc-only {
        display: none !important;
    }
}

@media screen and (max-width: 1022px) {
    .u-tab-only {
        display: none !important;
    }
}

.u-annotation {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 400;
}

.u-fw--n {
    font-weight: 400 !important;
}

.u-fw--m {
    font-weight: 500 !important;
}

.u-fw--b {
    font-weight: 700 !important;
}

.u-fw--boldest {
    font-weight: 900 !important;
}

#agreement_flag_label {
    background: none;
}

.c-display-item {
    border-radius: 6px;
    padding: 13px 15px 9px 15px;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
}

.intro_name_disp {
    padding-left: 15px;
}

.opt_discount_disp {
    padding-left: 15px;
    font-size: 18px;
}

.p-form__input-send_opt {
    text-align: center;
    line-height: 2.5;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 15px;
}

.p-form__input-send_opt-area {
    max-width: 276px;
    margin-right: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
}

/* inputTelのコンポーネント START*/
.input-tel-cm{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-tel-cm .c-input--tel {
    width: 75%;
}

@media screen and (max-width: 790px) {
    .input-tel-cm .p-form__input-area--ss {
        margin-right: 0px !important;
    }

    .input-tel-cm .p-form__input-area--ornament:after {
        right: 7px;
    }
}

@media screen and (max-width: 560px) {
    .input-tel-cm .p-form__input-area--ornament:after {
        content: "";
        position: absolute;
        width: 12%;
        height: 3px;
        background: #222;
        top: 50%;
        right: 10px;
    }
}
/* inputTelのコンポーネント END*/
/*# sourceMappingURL=style.css.map*/

.enable_after_open_window:disabled {
    background-color: #e6e6e6;
}