*,
::before,
::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::before,
::after {
    text-decoration: inherit /*1*/;
    vertical-align: inherit /*2*/;
}
html {
    cursor: default /*1*/;
    line-height: 1.5 /*2*/;
    -moz-tab-size: 4 /*3*/;
    -moz-tab-size: 4 /*3*/;
    -o-tab-size: 4 /*3*/;
    tab-size: 4 /*3*/;
    -webkit-tap-highlight-color: transparent /*4*/;
    -ms-text-size-adjust: 100% /*5*/;
    -webkit-text-size-adjust: 100% /*5*/;
    word-break: break-word /*6*/;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ul dl,
h1,
h2,
h3,
h4,
h5,
p,
dl,
ul,
dt,
dd {
    padding: 0;
    margin: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}
hr {
    height: 0 /*1*/;
    overflow: visible /*2*/;
}
main {
    display: block;
}
nav ol,
nav ul {
    list-style: none;
    padding: 0;
}
pre {
    font-family: monospace, monospace /*1*/;
    font-size: 1em /*2*/;
}
a {
    background-color: transparent;
}
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace /*1*/;
    font-size: 1em /*2*/;
}
small {
    font-size: 80%;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
iframe {
    border-style: none;
}
img {
    border-style: none;
}
svg:not([fill]) {
    fill: currentColor;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
button,
input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}
button {
    overflow: visible /*1*/;
    text-transform: none /*2*/;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}
fieldset {
    border: 1px solid #a0a0a0 /*1*/;
    padding: 0.35em 0.75em 0.625em /*2*/;
}
input {
    overflow: visible;
}
legend {
    color: inherit /*2*/;
    display: table /*1*/;
    max-width: 100% /*1*/;
    white-space: normal /*1*/;
}
progress {
    display: inline-block /*1*/;
    vertical-align: baseline /*2*/;
}
select {
    text-transform: none;
}
textarea {
    margin: 0 /*1*/;
    overflow: auto /*2*/;
    resize: vertical /*3*/;
    font-family: inherit;
}
[type='checkbox'],
[type='radio'] {
    padding: 0;
}
[type='search'] {
    -webkit-appearance: textfield /*1*/;
    outline-offset: -2px /*2*/;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
    filter: alpha(opacity=54);
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button /*1*/;
    font: inherit /*2*/;
}
::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
:-moz-focusring {
    outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}
details {
    display: block;
}
dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
dialog:not([open]) {
    display: none;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    -ms-touch-action: manipulation /*1*/;
    touch-action: manipulation /*2*/;
}
[hidden] {
    display: none;
}
[aria-busy='true'] {
    cursor: progress;
}
[aria-controls] {
    cursor: pointer;
}
[aria-disabled='true'],
[disabled] {
    cursor: not-allowed;
}
[aria-hidden='false'][hidden] {
    display: initial;
}
[aria-hidden='false'][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6;
}
p {
    font-weight: normal;
}
figure {
    margin: 0;
    padding: 0;
}
picture {
    display: block;
}
div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mt-xxs {
    margin-top: 5px;
}
.mt-xs,
.mwform-checkbox-field.is-right,
.fm-checkbox.is-right,
.c-ul-boll,
.c-ul-num {
    margin-top: 10px;
}
.mt-sm,
.c-dl-kihon {
    margin-top: 15px;
}
.mt-md,
.c-conf,
.c-conf .c-conf__title,
.c-dl-kihon dt,
.mwform-checkbox-field,
.fm-checkbox {
    margin-top: 20px;
}
.mt-lg,
.c-conf .c-conf__text {
    margin-top: 25px;
}
.mt-xl {
    margin-top: 30px;
}
.mt-0 {
    margin-top: 0;
}
.ptb-sec {
    padding-top: calc(60px + ((80 - 60) * (100vw - 320px) / (1024 - 320)));
    padding-bottom: calc(60px + ((80 - 60) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
    .ptb-sec {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.text-cut {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.color-aka {
    color: #f00;
}
body {
    font-family: 'arial', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: #333;
    font-feature-settings: 'palt';
    font-weight: normal;
}
.bold,
.c-dl-kihon dt,
.modal-body h3 {
    font-family: 'line_bd' !important;
}
.wt_xs {
    font-family: 'line_th' !important;
}
.wt_sm {
    font-family: 'line_rg' !important;
}
.wt_md {
    font-family: 'line_bd' !important;
}
.wt_lg {
    font-family: 'line_eb' !important;
}
body {
    font-size: calc(14px + ((16 - 14) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
    body {
        font-size: 16px;
    }
}
p {
    line-height: 1.8;
}
.fs-xs {
    font-size: calc(12px + ((14 - 12) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
    .fs-xs {
        font-size: 14px;
    }
}
.fs-sm {
    font-size: calc(16px + ((18 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
    .fs-sm {
        font-size: 18px;
    }
}
.fs-md {
    font-size: calc(18px + ((20 - 18) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
    .fs-md {
        font-size: 20px;
    }
}
.fs-lg {
    font-size: calc(24px + ((32 - 24) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
    .fs-lg {
        font-size: 32px;
    }
}
.p-bord {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}
.p-bord.is-issue {
    border: 1px solid #c63472;
}
.p-bord .p-bord-header {
    background: #c63472;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    margin: -20px -20px 15px -20px;
}
.p-bord .p-bord-header span {
    font-weight: normal;
    font-size: 15px;
    margin-left: 10px;
    display: inline-block;
}
.p-bord .p-bord-row {
    background: #f2f2f2;
    padding: 10px 15px;
    margin-top: 2px;
}
.p-bord .p-bord-block {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}
.p-bord .p-bord-block + .p-bord-block {
    margin-top: 7px;
}
.p-bord .p-bord-block .p-bord-block-info {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin-right: 30px;
}
.p-bord .p-bord-block .p-bord-block-info .p-bord-block-info__title {
    font-size: 14px;
    width: 90px;
    font-weight: bold;
}
.p-bord .p-bord-block .p-bord-block-info .p-bord-block-info__title.is-wid-auto {
    width: auto;
}
.p-bord .p-bord-block .p-bord-block-info .p-bord-block-info__text {
    font-size: 13px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.p-bord .p-bord-block .p-bord-block-info .p-bord-block-info__text span {
    margin-right: 20px;
}
.p-bord-detail .p-bord-detail-inner {
    border: 1px solid #000;
    padding: 15px 0 0 20px;
}
.p-bord-detail .p-bord-detail-inner:nth-of-type(n+2) {
    border-top: none;
}
.p-bord-detail .p-bord-detail-inner + div {
    border-top: none;
}
.p-bord-detail .p-bord-detail__price {
    font-weight: bold;
    font-size: 20px;
}
.p-bord-detail .p-bord-detail-block {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin-top: 10px;
}
.p-bord-detail .p-bord-detail-block .p-bord-detail-info {
    width: 38%;
    position: relative;
    padding: 30px 15px 10px 0;
    padding-top: 30px;
    padding-right: 15px;
}
.p-bord-detail .p-bord-detail-block .p-bord-detail-info:last-child {
    width: 25%;
}
.p-bord-detail .p-bord-detail-block .p-bord-detail-info:nth-of-type(n+2) {
    border-left: 1px solid #000;
    padding-left: 15px;
}
.p-bord-detail .p-bord-detail-block .p-bord-detail-info:nth-of-type(n+2) .p-bord-detail-info__title {
    left: 15px;
}
.p-bord-detail .p-bord-detail-block .p-bord-detail-info .p-bord-detail-info__title {
    position: absolute;
    top: 0;
    font-weight: bold;
    font-size: 14px;
}
.p-bord-detail .p-bord-detail-block .p-bord-detail-info .p-bord-detail-info__text {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 13px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.p-bord-detail .p-bord-detail-block .p-bord-detail-info .p-bord-detail-info__text input {
    margin-right: 10px;
}
.p-bord-detail .p-bord-detail-block .p-bord-detail-info .p-bord-detail-info__text > span:first-child {
    margin-right: auto;
}
.p-bord-receipt-input {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
}
.p-bord-receipt-input .p-bord-receipt-input__title {
    font-weight: bold;
    font-size: 18px;
}
.p-bord-receipt-input input {
    margin: 0 10px;
    width: 400px;
}
.p-bord-detail-total {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border: 1px solid #000;
    padding: 10px 15px;
    background-color: #fdf1f0;
}
.p-bord-detail-total .p-bord-detail-total__item {
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.p-bord-detail-total .p-bord-detail-total__item input {
    margin-right: 10px;
    width: 100px;
}
.p-bord-detail-table {
    padding-top: 40px;
}
.p-bord-detail-table table {
    width: 100%;
}

.p-bord-detail-table table .row-custom td {
    border-top: none;
    border-bottom: none;
}

.p-bord-detail-table table .row-first td {
    border-bottom: none;
}

.p-bord-detail-table table .row-last td {
    border-top: none;
    padding-top: 0;
}

.p-bord-detail-table table .row-01 td {
    border-bottom: none;
}
.p-bord-detail-table table .row-02 td {
    border-top: none;
    padding-top: 0;
}
.p-bord-detail-table table .col-01 {
    width: 45%;
}
.p-bord-detail-table table .col-02 {
    width: 35%;
}
.p-bord-detail-table table th,
.p-bord-detail-table table td {
    border: 1px solid #000;
    position: relative;
    padding: 5px 10px;
    font-size: 13px;
}
.p-bord-detail-table table th.boder-none,
.p-bord-detail-table table td.boder-none {
    border: none;
}
.p-bord-detail-table table th .p-bord-detail-table__title,
.p-bord-detail-table table td .p-bord-detail-table__title {
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 14px;
    font-weight: bold;
}
.p-bord-detail-table table th div,
.p-bord-detail-table table td div {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.c-btn,
.c-btn-2nd {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    padding: 20px 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #f43d68;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-top: 40px;
}
.c-btn:hover,
.c-btn-2nd:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.c-btn-2nd {
    background: #a7aaa5;
    padding: 5px 32px;
    border-radius: 50px;
    width: auto;
    margin-top: 10px;
    display: inline-block;
}
.c-conf {
    text-align: center;
}
.c-conf .c-conf__title {
    color: #f43d68;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.c-conf .c-conf__title i {
    margin-right: 5px;
    font-size: 30px;
}
.c-conf .c-conf__title span {
    font-weight: normal;
    font-size: 13px;
}
.c-conf .c-conf__text {
    font-size: 14px;
    color: #f00;
}
.c-dl-kihon dt {
    position: relative;
    padding-left: 20px;
    position: relative;
}
.c-dl-kihon dt:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #c0e8ec;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
.c-dl-kihon dd {
    padding-left: 24px;
}
.c-form-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 660px;
}
input::placeholder {
    font-size: 14px;
    color: #a3a3a3;
}
.c-form-section {
    margin-top: 30px;
    border-left: 8px solid #dcc;
    padding-left: 20px;
}
.c-form-block {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 25px;
}
.c-form-block .c-form-block__title {
    font-weight: bold;
    width: 280px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
}
.c-form-block .c-form-block__title .c-form-block__note {
    font-weight: normal;
    margin-left: 5px;
    color: #f00;
    font-size: 14px;
}
.c-form-block .c-form-block__title .c-form-block__note span {
    font-weight: bold;
}
.c-form-block .c-form-block__item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.c-form-block.is-note {
    margin-top: 15px;
}
.c-form-block.is-note .c-form-block__title {
    font-size: 12px;
    position: relative;
    padding-left: 15px;
}
.c-form-block.is-note .c-form-block__title:before {
    content: '● ';
    position: absolute;
    top: 0;
    left: 0;
}
.c-form-block.is-note .c-form-block__text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
}
.c-from-text,
.c-from-select {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    border: 1px solid #c7a9b6;
    background: #fff;
}
.c-from-text:focus,
.c-from-select:focus {
    border: 1px solid #9c7676;
}
.c-from-text.is-sm {
    height: 30px;
    font-size: 14px;
    width: 110px;
    text-align: right;
}
.c-from-text.is-error {
    border: 2px solid #f00;
    background: #ffe5e5;
}
.c-from-select {
    background: #fff url("../img/arrow.svg?hash=951bde6685809ed9362de248af71a9b6") no-repeat right 10px center;
    -webkit-background-size: 15px;
    -moz-background-size: 15px;
    background-size: 15px;
    padding-right: 35px;
}
.c-from-select.is-error {
    background: #ffe5e5 url("../img/arrow.svg?hash=951bde6685809ed9362de248af71a9b6") no-repeat right 10px center;
    border: 2px solid #f00;
    -webkit-background-size: 15px;
    -moz-background-size: 15px;
    background-size: 15px;
}
textarea.c-from-text {
    height: 8em;
    resize: none;
}
.mwform-checkbox-field,
.fm-checkbox {
    position: relative;
    padding-left: 35px;
    pointer-events: none;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.mwform-checkbox-field.is-right,
.fm-checkbox.is-right {
    width: auto;
    text-align: right;
    padding-right: 30px;
}
.fm-checkbox span:before {
    pointer-events: auto;
}
.mwform-checkbox-field.is-right span,
.fm-checkbox.is-right span {
    font-weight: normal;
    font-size: 14px;
}
.mwform-checkbox-field.is-right span:before,
.fm-checkbox.is-right span:before,
.mwform-checkbox-field.is-right span:after,
.fm-checkbox.is-right span:after {
    right: 0;
    left: auto;
}
.mwform-checkbox-field.is-right span:after,
.fm-checkbox.is-right span:after {
    right: 8px;
}
.mwform-checkbox-field input,
.fm-checkbox input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
}
.mwform-checkbox-field input + span,
.fm-checkbox input + span {
    cursor: pointer;
    display: inline-block;
    padding-top: 8px;
    padding-right: 35px;
    color: #f00;
    font-weight: bold;
}
.mwform-checkbox-field input + span:before,
.fm-checkbox input + span:before {
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 2px;
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
    margin: auto;
    background: #fff;
    border: 1px solid #caaeba;
}

.fm-checkbox input.is-error + span:before {
    border: 2px solid #f00;
}

.mwform-checkbox-field input.is-error + span, .fm-checkbox input.is-error + span {
    text-decoration: underline;
    font-size: 14px;
}

/*.fm-checkbox input.is-error + span:after {*/
/*    top: 9px;*/
/*    left: 12px;*/
/*    width: 12px;*/
/*    height: 17px;*/
/*}*/

.mwform-checkbox-field input:checked + span:before,
.fm-checkbox input:checked + span:before {
    background: #caaeba;
}
.mwform-checkbox-field input:checked + span:after,
.fm-checkbox input:checked + span:after {
    display: block;
}
.mwform-checkbox-field input + span:after,
.fm-checkbox input + span:after {
    display: none;
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 8px;
    width: 8px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.mwform-radio-field {
    margin-bottom: 8px;
}
.mwform-radio-field label,
.fm-radio,
.p-fm-radio {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    margin-right: 8px;
}
.mwform-radio-field label input + span,
.fm-radio input + span,
.p-fm-radio input + span {
    font-weight: bold;
}
.mwform-radio-field label input,
.fm-radio input,
.p-fm-radio input {
    display: none;
}
.mwform-radio-field label input + span:before,
.fm-radio input + span:before,
.p-fm-radio input + span:before {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #f3f8f8;
}
.mwform-radio-field label input:checked + span:before,
.fm-radio input:checked + span:before,
.p-fm-radio input:checked + span:before {
    background: sora;
    border: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.mwform-radio-field label input:checked + span:after,
.fm-radio input:checked + span:after,
.p-fm-radio input:checked + span:after {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    top: 0px;
    bottom: 0;
    left: 6px;
    margin: auto;
    background: #fff;
    border: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.p-contact-form.is-conf .c-form-block .c-form-block-inner {
    overflow: hidden;
}
.p-contact-form.is-conf .c-form-block .c-form-block-inner .c-form-block__title {
    margin-bottom: 4px;
}
@media screen and (min-width: 767px) {
    .p-contact-form.is-conf .c-form-block .c-form-block-inner .c-form-block__title {
        top: 0;
    }
}
.p-contact-form.is-conf .c-form-block .c-form-block-inner .c-form-items {
    overflow: hidden;
    font-size: 1.8rem;
}
a {
    text-decoration: underline;
    color: #58f;
    outline: none;
}
a:hover {
    text-decoration: none;
}
.c-link-text {
    text-decoration: underline;
    color: #58f;
    outline: none;
    cursor: pointer;
}
.c-link-text:hover {
    text-decoration: none;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0,0,0,0.6);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 24px 12px;
}
.modal-overlay.is-bottom {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.modal-overlay.is-bottom .modal-container {
    max-width: 100%;
    border-radius: 20px 20px 0 0;
}
.modal-overlay.is-fit {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.modal-overlay.is-fit .modal-container {
    max-width: 100%;
    border-radius: 20px 20px 0 0;
}
.modal-overlay.is-fix {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 0;
}
.modal-overlay.is-fix .modal-container {
    max-width: 100%;
}
.modal-micro {
    display: none;
}
.modal-micro.is-open {
    display: block;
}
.modal-micro[aria-hidden="false"] .modal-overlay {
    -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    -moz-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    -ms-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micro[aria-hidden="false"] .modal-container {
    -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    -moz-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    -ms-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micro[aria-hidden="true"] .modal-overlay {
    -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    -moz-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    -ms-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micro[aria-hidden="true"] .modal-container {
    -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    -moz-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    -ms-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micro .modal-container,
.modal-micro .modal-overlay {
    will-change: transform;
}
@-moz-keyframes mmfadeIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    to {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}
@-webkit-keyframes mmfadeIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    to {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}
@-o-keyframes mmfadeIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    to {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}
@keyframes mmfadeIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    to {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}
@-moz-keyframes mmfadeOut {
    from {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    to {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes mmfadeOut {
    from {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    to {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-o-keyframes mmfadeOut {
    from {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    to {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@keyframes mmfadeOut {
    from {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    to {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-moz-keyframes mmslideIn {
    from {
        -webkit-transform: translateY(15%);
        -moz-transform: translateY(15%);
        -o-transform: translateY(15%);
        -ms-transform: translateY(15%);
        transform: translateY(15%);
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes mmslideIn {
    from {
        -webkit-transform: translateY(15%);
        -moz-transform: translateY(15%);
        -o-transform: translateY(15%);
        -ms-transform: translateY(15%);
        transform: translateY(15%);
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes mmslideIn {
    from {
        -webkit-transform: translateY(15%);
        -moz-transform: translateY(15%);
        -o-transform: translateY(15%);
        -ms-transform: translateY(15%);
        transform: translateY(15%);
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes mmslideIn {
    from {
        -webkit-transform: translateY(15%);
        -moz-transform: translateY(15%);
        -o-transform: translateY(15%);
        -ms-transform: translateY(15%);
        transform: translateY(15%);
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes mmslideOut {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -o-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
    }
}
@-webkit-keyframes mmslideOut {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -o-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
    }
}
@-o-keyframes mmslideOut {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -o-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
    }
}
@keyframes mmslideOut {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -o-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
    }
}
body.is-modal-show {
    overflow-y: hidden;
}
.modal-container {
    background-color: #fff;
    max-width: 510px;
    width: 100%;
    border-radius: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
}
.modal-content {
    width: 100%;
    bottom: -100%;
    left: 0;
    background: #fff;
    border-radius: 24px 24px 0 0;
    position: relative;
    z-index: 11;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
}
.modal-content.modal-sm {
    padding: 16px;
}
.modal-body {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 25px;
    position: relative;
}
.modal-body.is-pb-xl {
    padding-bottom: 68px;
}
.modal-body .c-btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.modal-body .c-btn-close i {
    font-size: 30px;
}
.modal-header {
    border-bottom: 1px solid kuro_10;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modal-header.boder-none {
    border: none;
}
.modal-header .modal-header__title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    position: relative;
}
.modal-header .modal-header__title .modal-header__back {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.modal-header .modal-header__title .modal-header__icon {
    margin-right: 8px;
    color: kuro_40;
}
.modal-header .modal__title {
    padding: 16px;
    margin-top: 0;
}
.modal-header .modal-close {
    padding: 16px;
    margin-left: auto;
}
.modal-footer {
    padding: 12px 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    border-top: 1px solid kuro_10;
}
.modal-footer.is-flex-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.modal-footer .modal-footer__note {
    font-size: 14px;
    font-weight: bold;
}
.c-notcase {
    font-size: 14px;
    padding-top: 50px;
}
.c-notcase p,
.c-notcase ul {
    margin-top: 10px;
}
.c-notcase ul li {
    text-indent: -7px;
    margin-left: 7px;
}
.c-note {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
    background: #fff;
    border-radius: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 40px;
    margin-top: 50px;
    flex-direction: column;
}
.c-note .c-note__title {
    color: #f00;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 200px;
    margin-bottom: 10px;
}
.c-note .c-note-list {
    margin-top: -4px;
    text-align: center;
}
.c-note .c-note-list .c-note-list__text {
    font-size: 12px;
}
.c-note .c-note-list .c-note-list__item {
    color: #f00;
    font-size: 12px;
    margin-top: 4px;
    position: relative;
    padding-left: 15px;
}
.c-note .c-note-list .c-note-list__item:before {
    content: '● ';
    position: absolute;
    top: 0;
    left: 0;
}
.c-note-msg {
    background: #ffdbdb;
    color: #f00;
    padding: 8px 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-top: 30px;
}
.c-note-msg.error-page {
    max-width: 900px;
}
.c-note-msg .c-note-msg__item {
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    white-space: pre-line;
}
.c-note-msg .c-note-msg__item:before {
    content: '● ';
    position: absolute;
    top: 0;
    left: 0;
}
.c-pagehead {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.c-pagehead.is-mt-lg {
    margin-top: 50px;
}
.c-pagehead__title {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}
.c-pagehead__text {
    margin-top: 20px;
    text-align: center;
}
.c-pagehead__text.is-note {
    color: #f00;
    margin-top: 10px;
}
.c-pagehead__text span {
    font-weight: bold;
}
.c-title {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}
.c-title.mt-0 {
    margin-top: 0;
}
.c-red {
    color: #f00;
}
.text-left.c-title {
    text-align: left;
}
.c-title-note {
    color: #f00;
    text-align: center;
    font-weight: bold;
    margin-top: 20px !important;
}
.c-ul-boll {
    margin-left: 24px !important;
}
.c-ul-boll li {
    margin-bottom: 8px;
    position: relative;
}
.c-ul-boll li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #eff2f7;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
.c-ul-num li {
    margin-bottom: 8px;
    position: relative;
    list-style-type: decimal;
    margin-left: 18px;
}
.c-ul-disc {
    margin-top: 24px;
    list-style: disc;
    margin-left: 2rem;
}
.c-ul-disc li {
    margin-top: 4px;
}
.c-ul-number {
    margin-top: 24px;
    list-style: decimal;
    margin-left: 2rem;
}
.c-ul-number li {
    margin-top: 4px;
}
html,
body {
    min-height: 100%;
    height: 100%;
}
body {
    background: #f2f3ef;
}
.l-site-container {
    min-height: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.l-main-container {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px 15px;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
footer {
    padding: 16px 0;
    background: #fff;
}
footer .l-footer__copy {
    text-align: center;
    font-size: 12px;
    font-family: arial;
}
header {
    -webkit-box-shadow: 0 0 5px 0 rgba(170,170,170,0.75);
    box-shadow: 0 0 5px 0 rgba(170,170,170,0.75);
    background: #fff;
    padding-left: 16px;
    padding-right: 16px;
}
header .l-header-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
header .l-header-logo {
    width: 200px;
    margin-right: 40px;
}
header .l-header-logo .l-header-logo__img {
    width: 100%;
}
header .l-header__title {
    font-size: 16px;
}
@media print {
}
.fz-xs {
    font-size: 12px;
}
.fz-sm {
    font-size: 14px;
}
body.print {
    background: #fff;
}
.p-print-wrapper {
    background: #fff;
    font-size: 11px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
.p-print-wrapper .p-print-title {
    float: left;
    font-size: 22px;
}
.p-print-wrapper .p-print-title div {
    font-weight: normal;
    font-size: 13px;
}
.p-print-wrapper .p-print-meta {
    float: right;
    position: relative;
    padding-right: 65px;
    font-size: 12px;
}
.p-print-wrapper .p-print-meta img {
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
}
.p-print-wrapper .p-print-meta span {
    display: inline-block;
    width: 75px;
}
.p-print-wrapper h2 {
    font-size: 13px;
    font-weight: normal;
}
.p-print-wrapper .p-print-header {
    clear: both;
    /*margin: 10px 40px 20px;*/
    margin: 10px 0px 5px;
}
.p-print-wrapper .p-print-header .p-print-header-row {
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 0;
}
.pdf-container .p-print-wrapper .p-print-header .p-print-header-row {
    position: relative;
}
.p-print-wrapper .p-print-header .p-print-header-row .p-print-header__title {
    width: 50px;
    font-size: 13px;
}
.p-print-wrapper .p-print-header .p-print-header-row .p-print-header__name,
.p-print-wrapper .p-print-header .p-print-header-row .p-print-header__price {
    font-size: 20px;
    font-weight: bold;
}
.p-print-wrapper .p-print-header .p-print-header-row .p-print-header__sama,
.p-print-wrapper .p-print-header .p-print-header-row .p-print-header__text {
    font-size: 14px;
}
.p-print-wrapper .p-print-header .p-print-header-row .p-print-header__name {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 620px;
}
.p-print-wrapper .p-print-header .p-print-header-row .p-print-header__price,
.p-print-wrapper .p-print-header .p-print-header-row .p-print-header__text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.p-print-wrapper .p-print-header .p-print-header-row:last-child {
    border: none;
}
.p-print-wrapper .p-print-header .p-print-header-row .p-print-header__sama {
    margin-left: auto;
}
.pdf-container .p-print-wrapper .p-print-header .p-print-header-row .p-print-header__sama {
    margin-left: 16px;
}
.p-print-wrapper .p-print-detail {
    border: 1px solid #000;
    padding: 10px 15px;
}
.p-print-wrapper .p-print-detail dl {
    overflow: hidden;
    margin-top: -5px;
}
.p-print-wrapper .p-print-detail dl dt {
    float: left;
    width: 100px;
    margin-top: 5px;
}
.p-print-wrapper .p-print-detail dl dt.p-print-detail-price {
    margin-top: 15px;
}
.p-print-wrapper .p-print-detail dl dd {
    overflow: unset;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 0 0;
    margin-top: 5px;
}
.p-print-wrapper .p-print-detail dl dd.p-print-detail-price {
    margin-top: 15px;
}
.p-print-wrapper .p-print-detail dl dd div {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 48%;
}

.pdf-container .p-print-wrapper .p-print-detail dl dd div {
    position: relative;
    width: 37%;
}

.pdf-container .p-print-wrapper .p-print-detail dl dd div:nth-child(odd) {
    float: left;
    margin-right: 50px;
}

.pdf-container .p-print-wrapper .p-print-detail dl dd div:nth-child(odd):not(:first-child) {
    margin-left: 100px;
}

.pdf-container .p-print-wrapper .p-print-detail dl dd div span:nth-child(even) {
    position: absolute;
    top: 0;
    right: 0;
}

.p-print-meisai-inner {
    /*margin: 10px 40px 0;*/
    margin: 3px 0px 0;
    /*padding: 5px 20px 5px 20px;*/
    padding: 5px 15px 5px 15px;
    overflow: hidden;
    border: 1px solid #000;
}
.p-print-meisai-inner .p-print-meisai__price {
    font-weight: bold;
    font-size: 18px;
    width: 100px;
    padding-right: 10px;
    float: left;
}
.p-print-meisai-inner .p-print-meisai__price span {
    font-weight: normal;
    font-size: 11px;
    display: inline-block;
}
.p-print-meisai-inner .p-print-meisai-note {
    border-top: 1px dashed rgba(0,0,0,0.5);
    margin-top: 10px;
    padding-top: 5px;
    font-size: 10px;
}
.p-print-meisai-inner .p-print-meisai-block {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.p-print-meisai-inner .p-print-meisai-block .p-print-meisai-box {
    position: relative;
    padding-left: 90px;
    overflow: hidden;
    margin-top: 5px;
}
.p-print-meisai-inner .p-print-meisai-block .p-print-meisai-box .p-print-meisai-box__title {
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}
.p-print-meisai-inner .p-print-meisai-block .p-print-meisai-box .p-print-meisai-info {
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 65%;
}
.p-print-meisai-inner .p-print-meisai-block .p-print-meisai-box .p-print-meisai-info.is-2nd {
    width: 35%;
    padding-left: 15px;
}
.p-print-meisai-inner .p-print-meisai-block .p-print-meisai-box .p-print-meisai-info.is-payment {
    float: none;
}
.p-print-meisai-inner .p-print-meisai-block .p-print-meisai-box .p-print-meisai-info__text {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.p-print-meisai-inner .p-print-meisai-block .p-print-meisai-box .p-print-meisai-info__text input {
    margin-right: 10px;
}
.p-print-meisai-inner .p-print-meisai-block .p-print-meisai-box .p-print-meisai-info__text > span:first-child {
    margin-right: auto;
}
.p-print-detail-wrapper {
    overflow: visible;
    margin: 0 0px;
    margin-top: 3px;
}
.p-print-detail-wrapper .p-print-detail {
    float: left;
    width: 87%;
}
.p-print-detail-wrapper .p-print-qr-section {
    float: right;
    text-align: center;
}
.p-print-detail-wrapper .p-print-qr-section .p-print-qr__insi {
    border: 1px solid #000;
    height: 78px;
    width: 68px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 11px;
    margin: auto;
}
.p-print-detail-wrapper .p-print-qr-section .p-print-qr__insi.is-tate {
    text-align: left;
    padding: 10px 0;
    height: auto;
    writing-mode: vertical-rl;
}
.p-print-detail-wrapper .p-print-qr-section .p-print-qr__text {
    margin: 10px 0;
}
.p-print-detail-wrapper + p {
    margin-top: 10px;
    /*margin-left: 40px;*/
}
.p-print__qr{
    width:60px;
}
.p-mujin{
    font-size:12px; margin-top:10px; color:#f00;
}
.p-mujin2{
    font-size:14px; margin-top:10px; color:#f00; text-align:center;
}
.c-btn:disabled{
    filter:brightness(0.5);
    cursor:not-allowed;
}

/* 分割発行画面 */
.mt10{
    margin-top:10px;
    font-size:18px !important;
    font-weight:100 !important;
}
.p-bord02 {
    width: 450px !important;
}
.c-btn02 {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    padding: 10px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
    color: #fff;
    font-weight: 100;
    background-color: #f43d68;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-top: 0px;
}
.c-btn02:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.p-bord .p-bord-block .p-bord-block-info02 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin-right: 30px;
    padding-left:15px;
    width: 185px;
}
.p-bord .p-bord-block .p-bord-block-info03 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin-right:0px;
}
/*# sourceMappingURL=site-style.css.map */
.nowrap {
    white-space: nowrap;
}

.reservation_info, select[name="dis_store_cd"], .c-note-msg:not(.error-page) {
    display: none;
}

#invoiceTableBlock .enableInputInvoice:last-child {
    display: none;
}

.pr-0 {
    padding-right: 0!important;
}

.p-print-detail-wrapperTEST {
    overflow: hidden;
    font-size: 13px;
    background: #f2f2f2;
    padding: 10px 15px;
    margin-top: 2px;
}

.p-print-detail-wrapperTEST .p-print-detail {
    float: left;
    width: 87%;
}

.p-print-detailTEST dl {
    overflow: hidden;
    margin-top: -5px;
}

.p-print-detailTEST dl dt {
    float: left;
    width: 90px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
}

.p-print-detailTEST dl dd {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 0 0;
    margin-top: 5px;
}

.p-print-detailTEST dl dd div {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 48%;
}

.border-error-custom:has(.is-error) {
    color: #f00;
}

.border-error-custom .p-bord-detail-table__title {
    color: black!important;
}

.d-flex {
    display: flex;
    align-items: center;
}

#addInvoice, #removeInvoice {
    cursor: pointer;
}
