@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}

body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    background-color: #fcfcfc;
    border: 1px solid #dedede;
}

select {
    border-radius: 0;
    outline: none;
}

input {
    border: 1px solid #dedede;
    outline: none;
}

.tb-plus {
    padding-top: 8px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #555;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.tb-plus:has(.header-container picture img, .header .header-inner form) {
    padding-top: 64px;
}

@media screen and (min-width: 768px) {
    .tb-plus,
    .tb-plus:has(.header-container picture img, .header .header-inner form) {
        padding-top: 110px;
    }
}

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

    .is-sp {
        display: block !important;
    }

    .is-pcFlex {
        display: none !important;
    }

    .is-spFlex {
        display: flex !important;
    }

    .is-pcInline {
        display: none !important;
    }

    .is-spInline {
        display: inline !important;
    }
}

@media screen and (min-width: 768px) {
    .is-pc {
        display: block !important;
    }

    .is-sp {
        display: none !important;
    }

    .is-pcFlex {
        display: flex !important;
    }

    .is-spFlex {
        display: none !important;
    }

    .is-pcInline {
        display: inline !important;
    }

    .is-spInline {
        display: none !important;
    }
}
/**
 * override
 */

/* .cc-color-override--958013087.cc-window {
    display: none;
} */

/**
 * header
 */

.header {
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: initial;
    padding-top: 0;
}

.header-container {
    width: 100%;
    height: 8px;
    text-align: right;
    background-color: #2b6cb2;
    display: grid;
    gap: 6px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.header-container:has( > picture img, .header-inner form) {
    height: 64px;
    padding: 8px;
}

.header_id {}

.header-inner {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: initial;
    padding: 0;
}

.header-txtblock {
    position: relative;
    margin-right: 10px;
}

.header-name {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    text-decoration: underline;
}

.header-balloon {
    position: absolute;
    top: 100%;
    left: 30%;
    padding: 10px;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    background-color: #e6aa57;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transition: opacity 0.6s;
}

.header-balloon.is-hidden {
    opacity: 0;
}

.header-balloon::before {
    position: absolute;
    left: 12px;
    bottom: 100%;
    margin-bottom: -5px;
    content: '';
    border-style: solid;
    border-width: 0 10px 11.5px 10px;
    border-color: transparent transparent #e6aa57 transparent;
    border-radius: 3px;
}

.header-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 26px;
    font-size: 11px;
    color: #fff;
    background-color: rgba(245, 245, 245, 0.15);
    border: 1px solid #aab6c4;
}

.header-logo {
    padding: 20px 0 15px;
    text-align: center;
    background-color: #fff;
    width: unset;
    min-width: unset;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo img {
    max-width: min(75vw, 385px);
    max-height: 60px;
    min-height: 12px;
    width: auto;
    height: auto;
}

.header-container.none + .header-logo,
.header-logo:nth-child(1) {
    padding-top: 20px;
    border-top: 10px solid #2b6cb2;
}


@media screen and (min-width: 768px) {
    .header {
        width: 100%;
        height: 110px;
        padding: 15px 40px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        border-top: 10px solid #2b6cb2;
        border-bottom: 1px solid #dedede;
    }

    .header-container {
        height: auto;
        padding: 0;
        background-color: transparent;
        gap: 8px;
        position: static;
    }

    .header-container:has(.header-inner form) {
        padding: 0;
    }

    .header-txtblock {
        margin-right: 20px;
    }

    .header-name {
        font-size: 14px;
        color: #555;
    }

    .header-balloon {
        padding: 19px 21px;
        margin-top: 12px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.03em;
        border-radius: 10px;
    }

    .header-balloon::before {
        left: 22px;
        margin-bottom: -9px;
        border-width: 0 19px 19px 19px;
    }

    .header-button {
        width: 114px;
        height: 38px;
        font-size: 12px;
        color: #555;
        background-color: #f5f5f5;
        border-style: #dedede;
        transition: opacity 0.3s;
        cursor: pointer;
    }

    .header-button:hover {
        opacity: 0.8;
    }

    .header-logo {
        padding: 0;
        background-color: transparent;
        margin-left: 0;
        justify-content: flex-start;
    }

    .header-logo img {
        max-width: 380px;
        max-height: 80px;
        min-height: 20px;
    }

    .header-container.none + .header-logo,
    .header-logo:nth-child(1) {
        padding-top: 0;
        border-top: 0;
    }
}

/**
 * contents
 */

.inquiry {
    padding-bottom: 60px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dedede;
}

.inquiry-container {}

@media screen and (min-width: 768px) {
    .inquiry-container {
        max-width: 980px;
        padding: 80px 0;
        margin: 0 auto;
    }
}

.inquiry-head {
    padding: 40px 20px 43px;
}

@media screen and (min-width: 768px) {
    .inquiry-head {
        padding: 0;
    }
}

.inquiry-hdg {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .inquiry-hdg {
        font-size: 24px;
        margin-bottom: 45px;
    }
}

.inquiry-hdg::before {
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 10.5em;
    height: 3px;
    content: '';
    background-color: #2b6cb2;
    transform: translateX(-50%);
}

.inquiry-txt {
    margin-top: 42px;
    font-size: 14px;
    line-height: 1.5714;
    letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
    .inquiry-txt {
        margin-top: 50px;
        line-height: 1.4286;
    }
}

.inquiry-content {
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
}

@media screen and (min-width: 768px) {
    .inquiry-content {
        margin-top: 45px;
        border-radius: 4px;
    }
}

.inquiry-flow {
    display: flex;
    padding: 20px 20px 0;
}

@media screen and (min-width: 768px) {
    .inquiry-flow {
        padding: 40px 11.4286% 0;
    }
}

.inquiry-flow li {
    width: calc(100% / 3);
    padding: 12px 0;
    font-size: 12px;
    line-height: 1.3333;
    text-align: center;
    letter-spacing: 0.03em;
    white-space: nowrap;
    background-color: #f5f5f5;
}

@media screen and (min-width: 768px) {
    .inquiry-flow li {
        font-size: 14px;
        padding: 20px 0;
    }
}

.inquiry-flow li:nth-child(n + 2)  {
    margin-left: 28px;
}

@media screen and (min-width: 768px) {
    .inquiry-flow li:nth-child(n + 2) {
        margin-left: 39px;
    }
}

.inquiry-flow li:not(:last-child) {
    position: relative;
}

.inquiry-flow li:not(:last-child)::before {
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    width: 10.468px;
    height: 18.33px;
    content: '';
    margin: auto 0;
    background-image: url('/assets/image/inquiry/icon-arrow.svg');
    background-size: contain;
}

@media screen and (min-width: 768px) {
    .inquiry-flow li:not(:last-child)::before {
        right: -25px;
    }
}

.inquiry-flow li.is-current {
    color: #2b6cb2;
    background-color: #dcebfa;
}

.inquiry-info {
    padding: 33px 20px 40px;
}

.inquiry-attention {
    padding: 33px 20px 0;
}

.no-padding {
    padding: 0 20px 40px;
}

@media screen and (min-width: 768px) {
    .no-padding, .inquiry-info {
        padding: 40px 50px 50px;
    }
}

.inquiry-cross-hdg {
    position: relative;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.08em;
}

.inquiry-cross-hdg::before {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 16px;
    height: 2px;
    content: '';
    background-color: #2b6cb2;
}

.inquiry-sub-hdg {
    margin-top: 38px;
    font-size: 14px;
    line-height: 1.4286;
    color: #2b6cb2;
    letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
    .inquiry-sub-hdg {
        margin-top: 50px;
    }
}

.inquiry-form {}

.inquiry-form-content {}

.inquiry-form-content h2.inquiry-address-hdg,
.inquiry-form-content h2.inquiry-cross-hdg {
    margin-top: 38px;
}

dl.inquiry-form-block:nth-child(1 of .inquiry-address) {
    margin-top: 15px;
}

.inquiry-address-hdg + dl.inquiry-form-block.inquiry-address,
.inquiry-form-block:nth-child(n + 2) {
    margin-top: 31px;
}

.inquiry-form-block.supplement {
    margin-top: 27px;
}

dl.inquiry-form-block.inquiry-address {
    margin-left: 15px;
}

@media screen and (min-width: 768px) {
    .inquiry-form-block {
        display: flex;
    }

    .inquiry-form-block:not(.start, .start-none) {
        align-items: center;
    }

    dl.inquiry-form-block:nth-child(1 of .inquiry-address) {
        margin-top: 20px;
    }

    .inquiry-address-hdg + dl.inquiry-form-block.inquiry-address,
    .inquiry-form-block:nth-child(n + 2) {
        margin-top: 38px;
    }

    .inquiry-form-block.supplement {
        margin-top: 10px;
    }

    dl.inquiry-form-block.inquiry-address {
        margin-left: 20px;
    }

    dl.inquiry-form-block.inquiry-address dt.inquiry-form-hdg {
        width: 123px;
    }

}

.inquiry-form-hdg {
    font-size: 15px;
    line-height: 1.4286;
    word-break: break-all;
}

.inquiry-form-content h2.inquiry-address-hdg,
dt.inquiry-form-hdg span:not(.inquiry-required) {
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .inquiry-form-hdg {
        width: 143px;
        margin-right: 18px;
        line-height: 1.4286;
        font-size: 14px;
    }

    .inquiry-form-block.start .inquiry-form-hdg {
        margin-top: 13px;
    }

    .inquiry-form-block.start-none .inquiry-form-hdg {
        margin-top: 0;
    }

    .inquiry-form-content h2.inquiry-address-hdg,
    dt.inquiry-form-hdg span:not(.inquiry-required) {
        font-weight: normal;
    }
    .inquiry-required {
        line-height: 1.4286;
    }
}

.inquiry-required {
    position: relative;
    top: -1px;
    display: inline-block;
    padding: 3px 7px 4px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.03em;
    background-color: #d07c09;
    border-radius: 3px;
}
.inquiry-required:not(:first-child) {
    margin-left: 6px;
}

@media screen and (min-width: 768px) {
    .inquiry-required {
        padding: 1px 7px 2px;
    }
}

.inquiry-form-detail {
    margin-top: 11px;
}

@media screen and (min-width: 768px) {
    .inquiry-form-detail {
        width: calc(100% - (143px + 18px + 6px));
        margin-top: 0;
    }
}

.inquiry-form-date {
    position: relative;
}

.inquiry-form-date::before {
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
    margin: auto 0;
    content: '';
    background-size: contain;
}

.inquiry-form-date:nth-of-type(1)::before {
    width: 15.314px;
    height: 15.314px;
    background-image: url('/assets/image/inquiry/icon-calendar.svg');
}

.inquiry-form-date:nth-of-type(2) {
    margin-left: 15px;
}

.inquiry-form-date:nth-of-type(2)::before {
    width: 13.686px;
    height: 13.686px;
    background-image: url('/assets/image/inquiry/icon-time.svg');
}

@media screen and (min-width: 768px) {
    .inquiry-form-date:nth-of-type(1) {
        width: 185px;
    }

    .inquiry-form-date:nth-of-type(2) {
        width: 128px;
        margin-left: 40px;
    }
}

.inquiry-form-detail.grid {
    display: flex;
}

.inquiry-form-inner {
    width: 50%;
}

.inquiry-form-inner:nth-child(n + 2) {
    margin-left: 10px;
}

.inquiry-form-input {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    font-size: 16px;
}

.inquiry-form-input.post {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .inquiry-form-input {
        padding: 0 25px;
        font-size: 14px;
    }

    .inquiry-form-input.post,
    .inquiry-form-input[type="tel"]:not(.date) {
        width: 226px;
    }

    .inquiry-form-input[type="email"],
    .inquiry-form-input.email1,
    .inquiry-form-input.email2 {
        width: 350px;
    }
}

.inquiry-form-input.half {
    width: 50%;
}

.inquiry-form-input.half:nth-child(n + 2) {
    margin-left: 10px;
}

@media screen and (min-width: 768px) {
    .inquiry-form-input.half:nth-child(n + 2) {
        margin-left: 20px;
    }
}

.inquiry-form-input::placeholder {
    font-size: 14px;
    color: #b2b2b2;
}

.inquiry-form-date .inquiry-form-input::placeholder {
    color: #555;
}

.inquiry-form-address {
    display: inline-block;
    height: 48px;
    padding: 0 27px;
    margin-left: 14px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.03em;
    white-space: nowrap;
    background-color: #969696;
    border: 0;
    border-radius: 4px;
}

@media screen and (min-width: 768px) {
    .inquiry-form-address {
        margin-left: 10px;
        cursor: pointer;
    }
}

.inquiry-form-select {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
}

@media screen and (min-width: 768px) {
    .inquiry-form-select {
        width: 350px;
    }
}

.inquiry-form-select::before {
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    width: 12.44px;
    height: 6.66px;
    margin: auto 0;
    content: '';
    background: url('/assets/image/inquiry/icon-arrow-gray.svg') no-repeat;
    background-size: contain;
    pointer-events: none;
}

.inquiry-form-select.pref {
    width: 226px;
}

.inquiry-form-select.year {
    width: 90px;
}

.inquiry-form-select.days {
    width: 70px;
}

@media screen and (min-width: 768px) {
    .inquiry-form-select.pref {
        width: 226px;
    }

    .inquiry-form-select.year {
        width: 117px;
    }

    .inquiry-form-select.days {
        width: 93px;
    }
}

.inquiry-form-select select {
    width: 100%;
    height: 100%;
    padding: 0 30px 0 10px;
    font-size: 14px;
    color: #555;
    background-color: #fcfcfc;
    border: 1px solid #dedede;
    appearance: none;
}

@media screen and (min-width: 768px) {
    .inquiry-form-select select {
        padding: 1px 35px 0 15px;
    }
}

.inquiry-form-note {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.3333;
    color: #d07c09;
    letter-spacing: 0.03em;
}

.inquiry-form-note a {
    font-size: 12px;
    line-height: 1.3333;
    color: #d07c09;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .inquiry-form-note a:hover {
        text-decoration: none;
    }
}

.inquiry-form-note a span::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    content: '';
    background-image: url('/assets/image/inquiry/icon-blank-mail.svg');
    background-size: contain;
}

.inquiry-form-textarea {
    width: 100%;
    min-height: calc(1.5em*3 + 17px*2 + 1px*2);
    padding: 17px 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    resize: vertical;
}

@media screen and (min-width: 768px) {
    .inquiry-form-textarea {
        min-height: calc(1.5em*3 + 14px*2 + 1px*2);
        padding: 14px 25px;
        font-size: 14px;
    }
}

.inquiry-form-textarea::placeholder {
    font-size: 14px;
    color: #b2b2b2;
}

.inquiry-form-group {
    display: flex;
    align-items: center;
}

.inquiry-form-group:nth-child(n + 2) {
    margin-left: 6px;
}

@media screen and (min-width: 768px) {
    .inquiry-form-group:nth-child(n + 2) {
        margin-left: 30px;
    }
}

.inquiry-form-group span {
    font-size: 14px;
    margin-left: 6px;
}

@media screen and (min-width: 768px) {
    .inquiry-form-group span {
        margin-left: 12px;
    }
}

@media screen and (min-width: 768px) {
    .inquiry-form-detail .check-grid,
    .inquiry-form-detail .radio-grid {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .inquiry-form-check,
    .inquiry-form-radio {
        padding: 0 15px;
    }

    .inquiry-form-detail .check-grid .inquiry-form-check,
    .inquiry-form-detail .radio-grid .inquiry-form-radio {
        width: 50%;
    }
}

.inquiry-form-check:nth-child(n + 2),
.inquiry-form-radio:nth-child(n + 2) {
    margin-top: 14px;
}

@media screen and (min-width: 768px) {
    .inquiry-form-check:nth-child(n + 2),
    .inquiry-form-radio:nth-child(n + 2) {
        margin-top: 0;
    }

    .inquiry-form-check:nth-child(n + 3),
    .inquiry-form-radio:nth-child(n + 3) {
        margin-top: 13px;
    }
}

.inquiry-form-check input[type="checkbox"],
.inquiry-form-radio input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

.inquiry-form-check label,
.inquiry-form-radio label {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    font-size: 14px;
    line-height: 1.4286;
    letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
    .inquiry-form-check label,
    .inquiry-form-radio label {
        cursor: pointer;
    }
}

.inquiry-form-check label::before,
.inquiry-form-check label::after,
.inquiry-form-radio label::before,
.inquiry-form-radio label::after {
    position: absolute;
    content: '';
}

.inquiry-form-check label::before {
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #fcfcfc;
    border: 1px solid #dedede;
}

.inquiry-form-check input:checked + label::before {
    background-color: #2b6cb2;
    border-color: #2b6cb2;
}

.inquiry-form-check label::after {
    top: 11px;
    left: 4.5px;
    width: 11.227px;
    height: 8.372px;
    background: url('/assets/image/inquiry/icon-check.svg') no-repeat;
    background-size: contain;
    opacity: 0;
}

.inquiry-form-radio label::before {
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #fcfcfc;
    border: 1px solid #dedede;
    border-radius: 50%;
}

.inquiry-form-radio input:checked+label::before {
    background-color: #2b6cb2;
    border-color: #2b6cb2;
}

.inquiry-form-radio label::after {
    top: 6px;
    left: 5px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
}

.inquiry-form-check input:checked + label::after,
.inquiry-form-radio input:checked + label::after {
    opacity: 1;
}

.inquiry-form-check-text,
.inquiry-form-radio-text {
    margin-top: 0.5em;
    margin-left: 26px;
}

.inquiry-form-check .inquiry-form-textarea[rows],
.inquiry-form-radio .inquiry-form-textarea[rows] {
    min-height: initial;
}

.inquiry-form-supplement {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.inquiry-form-supplement p.editor-paragraph {
    font-size: 12px;
}

/**
 * privacy
 */

.inquiry-privacy {
    padding: 30px 20px 60px;
    background-color: #f8f9fa;
}

.inquiry-privacy-content {
    height: 156px;
    padding: 20px;
    margin: 30px 0 10px;
    overflow-y: auto;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    background-color: #fff;
    border: 1px solid #dedede;
}

.inquiry-privacy-block:nth-child(n + 2) {
    margin-top: 1em;
}

.inquiry-privacy-check {
    margin-top: 18px;
}

.inquiry-privacy-check .inquiry-form-check label {
    font-size: 12px;
    line-height: 1.6667;
}

.inquiry-privacy-check .inquiry-form-check.error-border {
    border: 2px solid #ff4d4d;
    padding-top: 0.5em;
}

/*
.inquiry-privacy-check .inquiry-form-check span::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px 1px;
    content: '';
    background-image: url('/assets/image/arrow-icon.svg');
    background-size: contain;
    opacity: 0.7;
}
*/

@media screen and (min-width: 768px) {
    .inquiry-privacy {
        padding: 45px 50px 80px;
    }

    .inquiry-privacy-content {
        height: 192px;
        padding: 20px 25px;
         margin: 50px 0 18px;
    }

    .inquiry-privacy-check {
        margin: 0 -15px;
    }

    .inquiry-privacy-check {
        margin-top: 10px;
    }

    .inquiry-privacy-check .inquiry-form-check label {
        font-size: 14px;
    }

    .inquiry-privacy-check .inquiry-form-check label::before {
        top: 5px;
    }

    .inquiry-privacy-check .inquiry-form-check label::after {
        top: 11px;
    }

    .inquiry-privacy-check .inquiry-form-check span::after {
        width: 9px;
        height: 9px;
    }
}

/**
 * confirm
 */

.inquiry-confirm {}

.inquiry-confirm .inquiry-form-block {
    padding-bottom: 8px;
    border-bottom: 1px solid #dedede;
}

.inquiry-confirm .inquiry-form-block + .inquiry-form-block {
    margin-top: 23px;
}

.inquiry-confirm .inquiry-form-hdg {
    color: #2b6cb2;
}

.inquiry-confirm .inquiry-form-detail {
    margin-top: 14px;
}

.inquiry-confirm .inquiry-form-txt {
    font-size: 14px;
    line-height: 1.4286;
    letter-spacing: 0.03em;
    word-wrap: break-word;
}

.inquiry-confirm .inquiry-form-block.hdg-area-none .inquiry-form-txt:nth-child(n+2) {
    margin-top: 10px;
}

.inquiry-confirm .inquiry-buttons {
    padding: 10px 0 60px;
    margin-top: 0;
}

.inquiry-confirm .inquiry-back {
    margin-top: 16px;
    background-color: #969696;
}

@media screen and (min-width: 768px) {
    .inquiry-confirm .inquiry-content {
        margin-top: 60px;
    }

    .inquiry-confirm .inquiry-form-block {
        padding-bottom: 18px;
    }

    .inquiry-confirm .inquiry-form-block + .inquiry-form-block {
        margin-top: 17px;
    }

    .inquiry-confirm .inquiry-form-hdg {
        margin-right: 30px;
    }

    .inquiry-confirm .inquiry-form-block.hdg-area-none .inquiry-form-hdg {
        width: 0;
        margin-right: 0.5em;
    }

    .inquiry-confirm .inquiry-form-detail {
        margin-top: 0;
    }

    .inquiry-confirm .inquiry-form-block.hdg-area-none .inquiry-form-detail {
        width: 100%;
    }

    .inquiry-confirm .inquiry-buttons {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        padding: 10px 0 80px;
    }

    .inquiry-confirm .inquiry-back {
        margin-top: 0;
        margin-right: 20px;
    }
}

/**
 * complete
 */

.inquiry-complete {}

.inquiry-complete-txt {
    padding: 0 20px;
    margin-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 1.4286;
    text-align: center;
    letter-spacing: 0.03em;
}

.inquiry-link {
    padding: 40px 0;
    text-align: center;
}

.inquiry-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 48px;
    font-size: 14px;
    color: #fff;
    background-color: #969696;
}

@media screen and (min-width: 768px) {
    .inquiry-complete .inquiry-content {
        margin-top: 50px;
    }

    .inquiry-complete-txt {
        margin-top: 75px;
        padding-bottom: 75px;
    }

    .inquiry-link {
        padding: 60px 0;
    }

    .inquiry-link a {
        height: 58px;
        transition: opacity 0.3s;
    }

    .inquiry-link a:hover {
        opacity: 0.8;
    }
}

/**
 * out
 */

.inquiry-out {}

.inquiry-out .inquiry-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 20px 44px;
    text-align: center;
    min-height: 265px;
}

.inquiry-out .inquiry-content.inquiry-enddate {
    padding: 60px 12px 44px;
}

.inquiry-out-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
}

.inquiry-out-message {
    font-size: 20px;
    margin: 16px auto 17px;
    line-height: 1.3;
    font-weight: bold;
}

.inquiry-out-message .highlight {
    font-weight: bold;
    display: block;
}

.inquiry-out-txt {
    font-size: 16px;
    line-height: 1.4286;
    letter-spacing: 0.03em;
}

.inquiry-out .inquiry-content.inquiry-enddate .inquiry-out-txt {
    padding: 0 4px;
}

@media screen and (min-width: 768px) {
    .inquiry-out .inquiry-content,
    .inquiry-out .inquiry-content.inquiry-enddate {
        padding: 80px 50px 70px;
        margin-top: 50px;
        min-height: 295px;
    }

    .inquiry-out-message {
        margin: 30px auto;
    }

    .inquiry-out-title, .inquiry-out-message {
        font-size: 24px;
    }

    .inquiry-out-message .highlight {
        display: inline;
    }

    .inquiry-out .inquiry-content.inquiry-enddate .inquiry-out-txt {
        padding: 0;
    }
}

/**
 * buttons
 */

.inquiry-buttons {
    margin-top: 40px;
    text-align: center;
}

.inquiry-buttons:first-child {
    margin-top: calc(60px - 30px);
}

.inquiry-buttons button {
    width: 260px;
    height: 62px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #2b6cb2;
    border: 0;
}

.inquiry-submit {}

@media screen and (min-width: 768px) {
    .inquiry-buttons {
        margin-top: 60px;
    }

    .inquiry-buttons:first-child {
        margin-top: calc(80px - 45px);
    }

    .inquiry-buttons button {
        height: 58px;
        transition: opacity 0.3s;
        cursor: pointer;
    }

    .inquiry-buttons button:hover {
        opacity: 0.8;
    }
}

/**
 * footer
 */

.footer {
    padding: 20px 20px 10px;
    background-color: transparent;
}

.footer-block {
    display: flex;
    flex-direction: column-reverse;
}

.footer-logo {
    display: block;
    margin-top: 35px;
    margin-left: 0;
}

.footer-list {
    margin-top: 25px;
}

.footer-list li:nth-child(n + 2) {
    margin-top: 14px;
}

.footer-list a {
    font-size: 14px;
    color: #555;
    letter-spacing: 0.08em;
    position: relative;
}

.footer-list a.blank::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: calc(8px / 2);
    margin: 0 10px;
    width: 9.485px;
    height: 9.485px;
    transform: rotate(0);
    background: #555;
    mask: url(/assets/image/mypage/list_setting_blank.svg) no-repeat center center/contain;
    -webkit-mask: url(/assets/image/mypage/list_setting_blank.svg) no-repeat center center/contain;
}

.footer-copyright {
    margin-top: 10px;
    text-align: center;
}

.footer-copyright small {
    font-size: 10px;
    letter-spacing: 0.08em;
}

.top-back {
    position: sticky;
    bottom: 10px;
    left: 100%;
    display: inline-block;
    padding: 0 10px;
    margin-top: -50px;
    vertical-align: top;
    opacity: 0;
    transition: opacity 0.6s;
}

.top-back.is-active {
    opacity: 1;
}

.top-back a {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .footer {
        padding: 50px 10px 7px 30px;
    }

    .footer::before {
        top: 24px;
    }

    .footer-block {
        justify-content: space-between;
        flex-direction: unset;
    }

    .footer-logo {
        min-width: 284.63px;
        margin: 0 0 10px 10px;
    }

    .footer-logo img {
        width: 100%;
    }

    .footer-list {
        display: flex;
        align-items: center;
        margin-top: 0;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .footer-list li {
        padding: 0 34px 0 20px;
    }

    .footer-list li:nth-child(n + 1) {
        margin-top: 0;
        border-right: 1px solid #555;
    }

    .footer-list li:last-child {
        border: none;
    }

    .footer-list a {
        top: -2px;
    }

    .footer-list a:hover {
        text-decoration: underline;
    }

    .footer-copyright {
        margin-top: 20px;
        text-align: left;
    }

    .top-back {
        bottom: 25px;
        padding: 0 22px;
        margin-top: -87px;
    }

    .top-back img {
        width: 70px;
    }
}

/**
 * notlogin
 */

.header-button-notlogin {
    background-color: transparent;
    border-color: #fff;
}

.inquiry-notlogin {
    margin-bottom: 20px;
}

.inquiry-notlogin-inner {
    padding: 20px;
    background-color: #f5f5f5;
}

.inquiry-attention-txt,
.inquiry-notlogin-txt {
    font-size: 12px;
    line-height: 1.6667;
    color: #2b6cb2;
    text-align: center;
    letter-spacing: 0.03em;
}

.inquiry-attention-txt {
    color: #555;
}

.attention {
    font-weight: bold;
    color: #ff4d4d;
}

.inquiry-notlogin-buttons {
    margin-top: 14px;
    text-align: center;
}

.inquiry-notlogin-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 224px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.08em;
    background-color: #2b6cb2;
    border: 1px solid #2b6cb2;
}

.inquiry-notlogin-buttons a:nth-child(2) {
    margin-top: 10px;
    color: #2b6cb2;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .header-button-notlogin {
        color: #2b6cb2;
        border-color: #2b6cb2;
    }

    .inquiry-notlogin-inner {
        padding-bottom: 25px;
    }

    .inquiry-attention-txt,
    .inquiry-notlogin-txt {
        font-size: 14px;
    }

    .inquiry-notlogin-buttons {
        display: flex;
        justify-content: center;
        margin-top: 17px;
    }

    .inquiry-notlogin-buttons a {
        width: 148px;
        transition: opacity 0.3s;
    }

    .inquiry-notlogin-buttons a:hover {
        opacity: 0.8;
    }

    .inquiry-notlogin-buttons a:nth-child(2) {
        margin-top: 0;
        margin-left: 25px;
    }
}

/**
 * カレンダー
 */

.ui-datepicker.ui-widget-content {
    display: none;
}

.ui-widget.ui-widget-content {
    position: relative;
    z-index: 5;
    width: calc(100% - 80px);
    padding: 20px 10px 20px;
    margin-top: -5px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
}

.ui-datepicker-header {
    position: relative;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 3px;
    right: 0;
    color: #555;
}

.ui-datepicker-prev::before,
.ui-datepicker-next::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 8.43px;
    height: 15.75px;
    content: '';
    background: url('/assets/image/inquiry/icon-arrow-calendar.svg') no-repeat;
    background-size: contain;
}

.ui-datepicker-prev {
    right: 40px;
}

.ui-datepicker-next::after {
    transform: scale(-1);
}

.ui-icon {
    opacity: 0;
}

.ui-datepicker-title,
.ui-datepicker-year,
.ui-datepicker-month {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.ui-datepicker-title {
    padding: 0 13px;
}

.ui-datepicker-calendar {
    width: 100%;
    margin-top: 30px;
}

.ui-datepicker th {
    padding-bottom: 14px;
    font-size: 16px;
    color: #969696;
}

.ui-datepicker td {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #fff;
    background-color: #2b6cb2;
}

.ui-state-default {
    display: inline-block;
    padding: 6px 12px;
}

.ui-state-disabled {
    color: #e5e5e5;
}

.ui-timepicker-container {
    border-radius: 8px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
}

.ui-timepicker-container .ui-widget.ui-widget-content {
    margin-left: 0;
}

.ui-timepicker-container .ui-timepicker {
    padding: 20px 0;
}

.ui-timepicker-standard {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0;
    margin-top: -5px;
    border: 0;
}

.ui-timepicker-standard a {
    padding: 7px 0;
    font-size: 16px;
    color: #555;
    border: 0;
}

.ui-timepicker-standard .ui-state-hover {
    color: #555;
    background-color: transparent;
    border: 0;
}

.ui-timepicker-viewport {
    padding: 0 !important;
}

@media screen and (min-width: 768px) {
    .ui-widget.ui-widget-content {
        width: 218px;
        padding: 13px 5px;
        margin-left: -32px;
    }

    .ui-datepicker-title,
    .ui-datepicker-year,
    .ui-datepicker-month {
        font-size: 14px;
    }

    .ui-datepicker-title {
        padding: 0 10px;
    }

    .ui-datepicker th {
        padding-bottom: 7px;
        font-size: 10px;
    }

    .ui-datepicker td {
        font-size: 10px;
    }

    .ui-state-default {
        padding: 5px 8px;
    }

    .ui-datepicker-prev,
    .ui-datepicker-next {
        width: 15px;
        height: 15px;
    }

    .ui-datepicker-prev {
        right: 26px;
    }

    .ui-datepicker-prev::before,
    .ui-datepicker-next::after {
        width: 8px;
        height: 12px;
    }

    .ui-datepicker-calendar {
        margin-top: 20px;
    }

    .ui-timepicker-standard a {
        font-size: 14px;
    }
}

/**
 * エラー
 */

.inquiry-form-detail .error.is-active,
.inquiry-form-select .error.is-active {
    background-color: #fff5f5;
    border: 1px solid #ff9090;
}

.inquiry-form-detail .check-grid.error.is-active,
.inquiry-form-detail .radio-grid.error.is-active {
    background-color: transparent;
    border: 0;
}

.inquiry-form-detail .check-grid.error.is-active .inquiry-form-check label::before,
.inquiry-form-detail .radio-grid.error.is-active .inquiry-form-radio label::before {
    background-color: #fff5f5;
    border: 1px solid #ff9090;
}

.inquiry-form-detail .radio-grid.error.is-active .inquiry-form-radio label::after {
    background-color: #ff9090;
}

.inquiry-form-detail .error.is-active + .error-txt,
.inquiry-form-detail .error.is-active + .inquiry-form-note + .error-txt,
.inquiry-form-detail .error.is-active + .inquiry-form-supplement + .error-txt,
.inquiry-form-select .error.is-active + .error-txt,
.radio-grid.error.is-active + .error-txt,
.inquiry-form-detail .error.is-active + .inquiry-form-address + .error-txt,
.inquiry-agreement-checkbox-error p.error-txt {
    position: absolute;
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.3333;
    color: #ff4d4d;
}

.inquiry-agreement-checkbox-error p.error-txt {
    color: transparent;
    z-index: -1;
}

.inquiry-form-select.birth .error.is-active + .error-txt {
    width: calc(100% + 1.8em);
}

.error.over + .error-txt,
.error.within + .inquiry-form-supplement + .error-txt,
.error.above-within + .error-txt {
    display: none;
}

.error.over.is-active + .error-txt,
.error.within.is-active + .inquiry-form-supplement + .error-txt,
.error.above-within.is-active + .error-txt {
    display: block;
}

@media screen and (min-width: 768px) {
    .error-txt.pc-nowrap {
        white-space: nowrap;
    }
}

@media print {
    header {
        display: none;
    }
}