@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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.15; /* 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;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #3C3C3C;
  overflow-x: hidden;
  font-feature-settings: "palt";
  text-align: justify;
  line-height: 1.4;
  letter-spacing: 1px;
}

.siteTitle {
  position: fixed;
  top: -999999px;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: underline;
  color: #2084EB;
}

ul {
  list-style: none;
}

figure {
  line-height: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

.section {
  background-color: #253648;
  background-image: url(../images/back-img.png);
  position: relative;
  padding-bottom: 100px;
  min-height: calc(100dvh - 120px);
}
@media screen and (max-width: 599px) {
  .section {
    padding-bottom: 100px;
    min-height: calc(100dvh - 105px);
  }
}

.l-container {
  padding: 100px 0;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-container {
    padding: 50px 0;
  }
}
@media screen and (max-width: 599px) {
  .l-container {
    padding: 50px 0;
  }
}

.c-contents {
  margin-top: 20px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .c-contents {
    margin-top: 20px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .c-contents {
    margin-top: 20px;
    padding: 0 10px;
  }
}

.c-flex {
  display: flex;
}
@media screen and (max-width: 599px) {
  .c-flex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .c-flex .item:not(:first-child) {
    margin-top: 50px;
  }
}
.c-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .c-flex.xsNowrap {
    flex-wrap: nowrap;
  }
}
.c-flex.align-end {
  align-items: flex-end;
}
.c-flex.align-center {
  align-items: center;
}
.c-flex.justify-center {
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .c-flex .justify-center--xs {
    justify-content: center;
  }
}

.c-flex-col {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .c-flex-col {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .c-flex-col {
    flex-wrap: wrap;
  }
}

.p-form {
  /* f-traEFO */
}
.p-form-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
}
@media screen and (max-width: 599px) {
  .p-form-item {
    flex-wrap: wrap;
    border: none;
    padding: 15px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-form-item:not(:last-child) {
  border-bottom: none;
}
.p-form-item.required .item-name:after {
  content: "必須";
  display: inline-block;
  background: #FB231B;
  color: #fff;
  padding: 2px 7px;
  font-size: 0.75rem;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  .p-form-item.required .item-name:after {
    font-size: 0.6875rem;
    padding: 1px 7px;
  }
}
.p-form-item--privacy {
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 599px) {
  .p-form-item--privacy {
    border-top: 1px solid #E9E9E9;
    padding-top: 20px;
  }
}
.p-form-item--privacy .form-field {
  margin-top: 10px;
}
.p-form-item--privacy .form-field label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.p-form-item--privacy .form-field label:after {
  content: "必須";
  display: inline-block;
  background: #FB231B;
  color: #fff;
  padding: 2px 7px;
  font-size: 0.625rem;
  margin-left: 10px;
}
.p-form-item--privacy .form-field label + div .FFt {
  text-align: center !important;
}
.p-form-item--privacy .form-field #privacy {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  border: 2px solid #D4D4D4;
  box-shadow: inset -2px 2px 3px rgba(1, 2, 4, 0.1);
  position: relative;
  margin-right: 5px;
}
.p-form-item--privacy .form-field #privacy:checked {
  background: #02B1FC !important;
  border: none;
}
.p-form-item--privacy .form-field #privacy:checked:before {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background: url("../images/icon_check.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-form-item--privacy .form-field.half {
  width: 50%;
}
.p-form-item--privacy .was-validated:has(.form-control.was-validated.valid):before,
.p-form-item--privacy .was-validated:has(.form-control:valid):before {
  content: none;
}
.p-form-item--submit {
  text-align: center;
}
.p-form-item--submit02 .button-field {
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .p-form-item--submit02 .button-field .checkBtn {
    width: 77%;
    padding: 10px 0;
    line-height: 1;
  }
}
.p-form-item .item-name {
  font-size: 1rem;
  width: 100%;
  background: #253648;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 4px 4px 0 0;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .p-form-item .item-name {
    width: 100%;
    padding: 6px 15px;
    font-size: 0.875rem;
  }
}
.p-form-item .item-name span {
  color: #FB231B;
  font-size: 0.75rem;
}
.p-form-item .item-content {
  width: 100%;
  padding: 20px 18px 20px;
  border-radius: 0 0 4px 4px;
  border: 2px solid #E9E9E9;
  border-top: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .p-form-item .item-content {
    width: 100%;
    padding: 15px;
  }
}
.p-form-item .item-content.location .bk_syubetu_label {
  margin-left: 5px;
  margin-bottom: 0;
  font-size: 1rem;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form-item .item-content.location .bk_syubetu_label {
    width: 3.4em;
    min-width: 52.42px;
  }
}
@media screen and (max-width: 599px) {
  .p-form-item .item-content.location .bk_syubetu_label {
    width: 3.4em;
    min-width: 52.42px;
  }
}
.p-form-item .item-content.location #bk_syubetu_other {
  margin-left: 15px;
  width: 75%;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form-item .item-content.location #bk_syubetu_other {
    width: 83%;
    padding: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-form-item .item-content.location #bk_syubetu_other {
    width: 83%;
    padding: 12px 10px;
  }
}
.p-form-item .form-field-inn {
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form-item .form-field-inn {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-form-item .form-field-inn {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-form-item .form-field .flexSp {
    display: flex;
    justify-content: space-between;
  }
}
.p-form-item .form-field label {
  font-size: 0.9375rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .p-form-item .form-field label {
    font-size: 0.875rem;
    margin-bottom: 3px;
  }
}
.p-form-item .form-field .syubetu_others {
  display: flex;
  align-items: center;
}
.p-form-item .form-field a {
  font-size: 0.75rem;
}
.p-form-item .form-field.min {
  width: 60%;
  min-width: 405px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form-item .form-field.min {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 599px) {
  .p-form-item .form-field.min {
    width: 100%;
    min-width: auto;
  }
}
.p-form-item .input-wrap {
  display: inline-block;
  width: 100%;
}
.p-form-item .input-wrap.half {
  width: 50%;
}
.p-form-item .input-wrap.min {
  width: auto;
}
.p-form-item .input-wrap.ok {
  position: relative;
}
.p-form-item .input-wrap.ok input {
  background: #F0F6F7;
}
.p-form-item .input-wrap.ok:before {
  content: "OK";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #71B9F4;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.p-form-item input.min {
  width: auto;
}
.p-form-item input.syubetuBtn {
  display: none;
}
.p-form-item input.syubetuBtn + label {
  border: 2px solid #D4D4D4;
  background-color: #fff;
}
.p-form-item input.syubetuBtn + label:before {
  content: "";
  display: inline-block;
  background-size: contain;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .p-form-item input.syubetuBtn + label:before {
    display: block;
    margin: 0 auto;
  }
}
.p-form-item input.syubetuBtn:checked + label {
  border: solid 2px #02B1FC;
  background: #F1FCFF;
  box-shadow: inset -2px 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.p-form-item input.syubetuBtn#mansion + label {
  border-radius: 6px;
  width: 100%;
  max-width: 200px;
  padding: 6px 0;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form-item input.syubetuBtn#mansion + label {
    flex-wrap: wrap;
    line-height: 1;
    width: 31%;
    height: 72px;
    text-align: center;
    justify-content: center;
    gap: 8.75px;
    font-size: 0.8125rem;
  }
  .p-form-item input.syubetuBtn#mansion + label:before {
    display: inline-block;
    background-size: contain;
    width: 100%;
    height: 22.5px;
  }
}
@media screen and (max-width: 599px) {
  .p-form-item input.syubetuBtn#mansion + label {
    flex-wrap: wrap;
    line-height: 1;
    width: 31%;
    height: 72px;
    text-align: center;
    justify-content: center;
    gap: 8.75px;
    font-size: 0.8125rem;
  }
  .p-form-item input.syubetuBtn#mansion + label:before {
    display: inline-block;
    background-size: contain;
    width: 100%;
    height: 22.5px;
  }
}
.p-form-item input.syubetuBtn#mansion + label:before {
  background-image: url(../images/icon_mansion.svg);
}
.p-form-item input.syubetuBtn#house + label {
  border-radius: 6px;
  z-index: 1;
  width: 100%;
  max-width: 200px;
  padding: 6px 0;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form-item input.syubetuBtn#house + label {
    flex-wrap: wrap;
    line-height: 1;
    width: 31%;
    height: 72px;
    text-align: center;
    justify-content: center;
    gap: 11.25px;
    font-size: 0.8125rem;
  }
  .p-form-item input.syubetuBtn#house + label:before {
    width: 100%;
    height: 18px;
    background-size: contain;
  }
}
@media screen and (max-width: 599px) {
  .p-form-item input.syubetuBtn#house + label {
    flex-wrap: wrap;
    line-height: 1;
    width: 31%;
    height: 72px;
    text-align: center;
    justify-content: center;
    gap: 11.25px;
    font-size: 0.8125rem;
  }
  .p-form-item input.syubetuBtn#house + label:before {
    width: 100%;
    height: 18px;
    background-size: contain;
  }
}
.p-form-item input.syubetuBtn#house + label:before {
  background-image: url(../images/icon_house.svg);
}
.p-form-item input.syubetuBtn#land + label {
  border-radius: 6px;
  width: 100%;
  max-width: 200px;
  padding: 6px 0;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form-item input.syubetuBtn#land + label {
    flex-wrap: wrap;
    line-height: 1;
    width: 31%;
    height: 72px;
    text-align: center;
    justify-content: center;
    gap: 11px;
    font-size: 0.8125rem;
  }
  .p-form-item input.syubetuBtn#land + label:before {
    width: 100%;
    height: 17px;
    background-size: contain;
  }
}
@media screen and (max-width: 599px) {
  .p-form-item input.syubetuBtn#land + label {
    flex-wrap: wrap;
    line-height: 1;
    width: 31%;
    height: 72px;
    text-align: center;
    justify-content: center;
    gap: 11px;
    font-size: 0.8125rem;
  }
  .p-form-item input.syubetuBtn#land + label:before {
    width: 100%;
    height: 17px;
    background-size: contain;
  }
}
.p-form-item input.syubetuBtn#land + label:before {
  background-image: url(../images/icon_land.svg);
}
.p-form-item input + div:has(.FFt) {
  width: 100%;
}
.p-form-item input:has(+ div > .FFt) {
  background-color: #FFF6F4 !important;
  border-color: #FF2401;
  border-width: 2px;
}
.p-form-item input:has(+ div > .FFt > img) {
  background-color: #EAFAFF !important;
  border-color: #D4D4D4;
}
.p-form-item input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #EAFAFF inset;
}
.p-form-item textarea {
  border: solid 1px #c9c8c8;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  height: 10rem;
}
.p-form-item label + input {
  margin-top: 5px;
}
.p-form-item ::placeholder {
  color: #e3e3e3;
}
.p-form-count {
  font-size: 2.125rem;
  line-height: 1.2;
}
.p-form input[type=text],
.p-form input[type=tel],
.p-form input[type=number],
.p-form input[type=email] {
  border: solid 2px #D4D4D4;
  padding: 15px;
  border-radius: 6px;
  width: 100%;
  font-weight: 700;
  max-height: 56.4px;
  background-color: #F8F8F8;
  /* shadow_inner */
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1) inset;
}
@media screen and (max-width: 599px) {
  .p-form input[type=text],
  .p-form input[type=tel],
  .p-form input[type=number],
  .p-form input[type=email] {
    padding: 12px 10px;
  }
}
.p-form input::placeholder {
  color: #C2C2C2;
  font-weight: 400;
}
.p-form input[type=radio] {
  width: 20px;
  height: 20px;
  accent-color: #3696ea;
}
.p-form input.radio-btn {
  appearance: none;
  -webkit-appearance: none;
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-color: #fff; /* 内側の色 */
  border: 2px solid #D4D4D4; /* 外枠の色 */
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
}
.p-form input.radio-btn::after {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
  background-color: #F0F0F0; /* 内側の色 */
}
.p-form input.radio-btn:checked {
  border: 2px solid #02B1FC; /* 外枠の色 */
  background-color: #F1FCFF; /* 内側の色 */
}
.p-form input.radio-btn:checked::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #02B1FC; /* 内側の色 */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.p-form input[type=checkbox] {
  border: 2px solid #D4D4D4;
}
.p-form .submitBtn {
  background: #FD5B2A;
  color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
  width: 400px;
  margin: 20px auto;
  padding: 20px 0;
  border-radius: 15px;
  border: 2px solid #F2441D;
  letter-spacing: 2px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  display: block;
}
.p-form .submitBtn:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  margin-left: 10px;
}
.p-form .submitBtn.off {
  background: #cacaca;
  border: none;
  box-shadow: none;
}
.p-form .checkBtn {
  background: #FF651C;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  width: 92%;
  max-width: 300px;
  margin: 0;
  padding: 10px 0;
  border-radius: 10px;
  letter-spacing: 2px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  display: block;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .p-form .checkBtn {
    width: 100%;
    max-width: none;
  }
}
.p-form .checkBtn span {
  font-size: 0.875rem;
}
.p-form .checkBtn:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  margin-left: 10px;
  position: absolute;
  right: 20px;
  top: 42%;
}
.p-form .checkBtn.off {
  background: #cacaca;
  border: none;
  box-shadow: none;
}
.p-form .submitBackBtn {
  display: block;
  margin: 0;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 100px;
  border: 2px solid #D4D4D4;
  padding: 10px 0;
  border-radius: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .p-form .submitBackBtn {
    font-size: 1.125rem;
    max-width: 66px;
  }
}
@media screen and (max-width: 599px) {
  .p-form .submitBackBtn-ex {
    max-width: 76px;
  }
}
.p-form .erCell {
  background: #fff;
}
.p-form .erCell input[type=checkbox] {
  border: 2px solid #dc3545 !important;
  background: #fff;
  box-shadow: none;
}
.p-form .requiredCell {
  background: #FFFCE5 !important;
}
.p-form .erTxt {
  display: none;
  color: red;
  font-size: 0.875rem;
  margin-top: 5px;
}
.p-form .erTxt img {
  padding-right: 5px;
}
@media screen and (min-width: 1280px) {
  .p-form .yuubinLink {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .p-form .yuubinLink {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form .yuubinLink {
    margin-top: 1rem;
  }
}
.p-form .note {
  font-size: 0.875rem;
}
.p-form .invalid-feedback {
  margin-top: 5px;
}
.p-form__input {
  position: relative;
  width: 100%;
}
.p-form__input--inline {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-form__input--inline {
    width: 100%;
  }
}
.p-form .FFt {
  padding: 0 !important;
}
.p-form .FFt img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.p-form__icon--error {
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  line-height: 120%;
}
.p-form__icon--error::before {
  content: url(../images/icon_error.svg);
  display: inline-block;
  width: 18.333px;
  height: 18.333px;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.p-form__icon--allow {
  font-size: 0.875rem !important;
  padding: 5px 0 0;
  display: inline-block;
  color: #65b713;
  height: 16.59px;
}
.p-form #FFsb {
  max-width: 400px;
}
.p-form .com-invalid {
  background: #FFF6F4 !important;
  border-color: #FF2401 !important;
}
.p-form .select-box {
  position: relative;
  width: 50%;
}
.p-form .select-box::after {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 11px;
  height: 11px;
  pointer-events: none;
  content: "";
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(135deg);
  scale: 0.9;
}
@media screen and (max-width: 599px) {
  .p-form .select-box::after {
    top: 17px;
  }
}
@media screen and (max-width: 599px) {
  .p-form .select-box {
    width: 100%;
  }
}
.p-form .select {
  border: solid 2px #D4D4D4;
  padding: 15px 15px;
  border-radius: 6px;
  width: 100%;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 599px) {
  .p-form .select {
    padding: 12px 10px;
  }
}
.p-form .disabled {
  color: #ababab;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #f9f9f9;
  box-shadow: none;
}
.p-form .select-box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form .select-box-wrap {
    gap: 10px 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "pref pref" "city town";
  }
}
@media screen and (max-width: 599px) {
  .p-form .select-box-wrap {
    gap: 10px 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "pref pref" "city town";
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form .select-box-wrap .select-box:nth-child(1) {
    grid-area: pref;
  }
}
@media screen and (max-width: 599px) {
  .p-form .select-box-wrap .select-box:nth-child(1) {
    grid-area: pref;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form .select-box-wrap .select-box:nth-child(2) {
    grid-area: city;
  }
}
@media screen and (max-width: 599px) {
  .p-form .select-box-wrap .select-box:nth-child(2) {
    grid-area: city;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form .select-box-wrap .select-box:nth-child(3) {
    grid-area: town;
  }
}
@media screen and (max-width: 599px) {
  .p-form .select-box-wrap .select-box:nth-child(3) {
    grid-area: town;
  }
}
.p-form .select-box-wrap .select-box {
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form .select-box-wrap .select-box::after {
    top: 47px;
  }
}
@media screen and (max-width: 599px) {
  .p-form .select-box-wrap .select-box::after {
    top: 42px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form .select-box-wrap .select-box--wide {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .p-form .select-box-wrap .select-box--wide {
    width: 100%;
  }
}
.p-form .input-box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 599px) {
  .p-form .input-box-wrap {
    flex-flow: column wrap;
  }
}
.p-form .input-box-wrap .input-box {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-form .input-box-wrap .input-box {
    width: 100%;
  }
}
.p-form .input-box-wrap .input-box .select-box {
  width: 100%;
}
.p-form .input-box-wrap .input-box input {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .p-form .input-box-wrap-mansion {
    grid-template-columns: 1fr;
  }
}
.p-form .input-box-wrap02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 599px) {
  .p-form .input-box-wrap02 {
    flex-flow: row wrap;
    gap: 10px;
  }
}
.p-form .input-box-wrap02 .input-box {
  width: 100%;
}
.p-form .p-switch {
  text-align: right;
  font-size: 0.875rem;
  color: #034CCA;
  text-decoration: underline;
  margin-bottom: -1.55em;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .p-form .p-switch {
    font-size: 0.875rem;
    margin-bottom: -1.4em;
  }
}
.p-form .allow-txt {
  position: absolute;
  top: 34%;
  right: 33px;
  display: inline-block;
  width: auto;
  margin: 0;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .p-form .allow-txt {
    top: 41px;
    right: 0;
    left: 13px;
  }
}
.p-form .allow-txt span {
  padding: 0;
  position: relative;
  display: inline-block;
  padding-left: 21px;
}
.p-form .allow-txt span::before {
  content: "";
  background: url(../images/icon_check3.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
}
.p-form .allow-txt02 {
  display: inline-block;
  width: auto;
  margin: 10px 0 0;
  font-weight: 700;
}
.p-form .allow-txt02 span {
  padding: 0;
  position: relative;
  display: inline-block;
  padding-left: 21px;
}
.p-form .allow-txt02 span::before {
  content: "";
  background: url(../images/icon_check3.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
}
.p-form input[type=text]:disabled, .p-form select:disabled {
  background-color: #E5E5E5 !important;
  color: #ccc;
}
.p-form .room-number input {
  width: 50%;
  max-width: 150px;
  min-width: 150px;
}
.p-form .checkBtn.agree-button {
  position: relative;
  max-width: 400px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form .checkBtn.agree-button {
    padding: 22px 0;
  }
}
@media screen and (max-width: 599px) {
  .p-form .checkBtn.agree-button {
    padding: 22px 0;
  }
}
.p-form .checkBtn.agree-button .agree-button__label {
  background-color: #DB4C07;
  padding: 10px 12px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 0 0 10px;
  height: 100%;
  font-size: 1rem;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form .checkBtn.agree-button .agree-button__label {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 599px) {
  .p-form .checkBtn.agree-button .agree-button__label {
    font-size: 0.9375rem;
  }
}
.p-form .checkBtn.agree-button .agree-button__text {
  font-size: 1.25rem;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form .checkBtn.agree-button .agree-button__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 599px) {
  .p-form .checkBtn.agree-button .agree-button__text {
    font-size: 1.125rem;
  }
}
.p-form .checkBtn.agree-button.off .agree-button__label {
  background-color: #888;
}

@media screen and (max-width: 599px) {
  .Android .p-form .allow-txt02 span::before,
  .Android .p-form .allow-txt span::before {
    top: 2px;
  }
}

.requied_normal-bg {
  background: #FFF6F4;
}

.requied_success-bg {
  background: #fff;
}

.button_success-bg {
  background: #71B9F4;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1.125rem;
  color: #FF2401;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  clear: both;
  display: block;
  flex: 1 0 0%;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  background: #fde6eb;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated:has(.form-control.was-validated.valid):not(form):before {
  content: "";
  background: url("../images/icon_ok.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 28px;
  right: 10px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 599px) {
  .was-validated:has(.form-control.was-validated.valid):not(form):before {
    top: 25px;
  }
}

.other .was-validated:has(.form-control.was-validated.valid):not(form):before {
  content: "";
  background: url("../images/icon_ok.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 34px;
  right: 15px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .other .was-validated:has(.form-control.was-validated.valid):not(form):before {
    top: 29px;
  }
}
@media screen and (max-width: 599px) {
  .other .was-validated:has(.form-control.was-validated.valid):not(form):before {
    top: 30px;
  }
}

.select-box.was-validated:has(.form-control.was-validated.valid):not(form):before {
  content: "";
  background: url("../images/icon_ok.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 28px;
  right: 35px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 599px) {
  .select-box.was-validated:has(.form-control.was-validated.valid):not(form):before {
    top: 25px;
  }
}

.select-box-wrap .select-box.was-validated:has(.form-control.was-validated.valid):not(form):before {
  content: "";
  background: url("../images/icon_ok.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 28px;
  right: 35px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .select-box-wrap .select-box.was-validated:has(.form-control.was-validated.valid):not(form):before {
    top: 55px;
  }
}
@media screen and (max-width: 599px) {
  .select-box-wrap .select-box.was-validated:has(.form-control.was-validated.valid):not(form):before {
    top: 50px;
  }
}

.was-validated.room-number:has(.form-control.was-validated.valid):not(form):before {
  content: "";
  background: url("../images/icon_ok.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 28px;
  left: 113px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
}

.was-validated .form-control:valid {
  background-color: #EAFAFF;
}

.addrBlock {
  display: none;
}

#addrToggle {
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 599px) {
  #addrToggle {
    display: inline-block;
    height: 16.59px;
    border-bottom: 1px solid #034CCA;
  }
}
#addrToggle::before {
  content: "";
  background: url(../images/icon_switch.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 16.5px;
  position: absolute;
  top: -1px;
  left: -17px;
}
@media screen and (max-width: 599px) {
  #addrToggle::before {
    top: 1px;
  }
}

.mansionBlock {
  display: none;
}

#msiku {
  border-radius: 5px;
  background: #F8F8F8;
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 599px) {
  #msiku {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 599px) {
  #msiku.correct {
    padding-bottom: 40px;
    max-height: none;
  }
}

.p-progress-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 50px;
  padding: 10px 0;
  background-color: #fff;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-progress-wrap {
    flex-flow: column wrap;
    align-items: center;
    gap: 0;
    padding: 8px 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-progress-wrap {
    flex-flow: column wrap;
    align-items: center;
    gap: 0;
    padding: 8px 0 10px;
  }
}

.p-progress {
  line-height: 1.9;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 305px;
}
@media screen and (max-width: 599px) {
  .p-progress {
    width: 100%;
    background-color: #fff;
    position: fixed;
    bottom: -2px;
    text-align: center;
    padding: 10px;
    z-index: 2;
    animation: slideUp 1s ease-out forwards;
  }
}
.p-progress label {
  font-size: 0.875rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
}
.p-progress label span {
  font-size: 1.125rem;
}
@media screen and (max-width: 599px) {
  .p-progress label span {
    font-size: 1.375rem;
  }
}
.p-progress .progress {
  flex: 1;
  height: 12px;
  background: #EBEBEB;
  border-radius: 8px;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 2px 3px;
}
@media screen and (max-width: 599px) {
  .p-progress .progress {
    width: 66vw;
  }
}
.p-progress .progress .progress-value {
  width: 10%;
  height: 100%;
  background: #FF651C;
  border-radius: 8px;
  transition: width 0.3s ease-out;
}
.p-progress-txt {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 599px) {
  .p-progress-txt {
    font-size: 1rem;
  }
}
.p-progress-txt span {
  font-size: 1.5rem;
  color: #FF2401;
}
@media screen and (max-width: 599px) {
  .p-progress-txt span {
    font-size: 1.25rem;
  }
}
.p-progress-txt span span {
  font-size: 1.25rem;
}
@media screen and (max-width: 599px) {
  .p-progress-txt span span {
    font-size: 1rem;
  }
}
.p-progress ::-webkit-progress-bar {
  background-color: #EBEBEB;
  border-radius: 8px;
}
.p-progress ::-webkit-progress-value {
  background-color: #FF651C;
  border-radius: 8px;
  transition: width 0.3s ease-out;
}
.p-progress ::-moz-progress-bar {
  background-color: #FF651C;
  border-radius: 8px;
  transition: width 0.3s ease-out;
}

.button-field {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  min-height: 60px;
}
.button-field-last {
  justify-content: flex-start;
  gap: 4vw;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .button-field-last {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .button-field-last {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .button-field-last .submitBackBtn {
    padding: 15px 0;
  }
}
@media screen and (max-width: 599px) {
  .button-field-last .submitBackBtn {
    padding: 15px 0;
  }
}

#myuubin {
  padding-left: 2em;
  max-width: 250px;
}
@media screen and (max-width: 599px) {
  #myuubin {
    max-width: none;
  }
}

.icon-postal {
  position: absolute;
  top: 17.4688px;
  left: 1em;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .icon-postal {
    top: 14.4688px;
  }
}

.customer-info-note {
  color: #FF651C;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .customer-info-note {
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
}
.customer-info .p-form__input {
  width: 100%;
  max-width: 400px;
}
.customer-info input {
  width: 100%;
  max-width: 400px;
}

.p-form-item.required .other-requests {
  border-radius: 4px;
  border: 2px solid #E9E9E9;
}
.p-form-item.required .other-requests .item-name {
  background-color: #fff;
  color: #3C3C3C;
  position: relative;
  font-weight: 700;
  padding: 10px 15px;
  line-height: 1.5;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-form-item.required .other-requests .item-name {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-form-item.required .other-requests .item-name {
    padding: 10px 20px;
  }
}
.p-form-item.required .other-requests .item-name::after {
  content: "任意";
  display: inline-block;
  background: #858585;
  color: #fff;
  padding: 2px 7px;
  font-size: 0.75rem;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  .p-form-item.required .other-requests .item-name::after {
    font-size: 0.6875rem;
  }
}
.p-form-item.required .other-requests .item-name .icon-plus {
  color: #828282;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 12px;
  right: 18px;
  display: block;
}
@media screen and (max-width: 599px) {
  .p-form-item.required .other-requests .item-name .icon-plus {
    top: 12px;
    right: 22px;
  }
}
.p-form-item.required .other-requests .item-name .icon-plus:before,
.p-form-item.required .other-requests .item-name .icon-plus:after {
  content: "";
  position: absolute;
  top: 7px;
  width: 17px;
  height: 3px;
  background-color: currentColor;
}
.p-form-item.required .other-requests .item-name .icon-plus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.p-form-item.required .other-requests .item-name .icon-minus {
  color: #828282;
  width: 17px;
  height: 3px;
  position: absolute;
  top: 18px;
  right: 18px;
  background-color: currentColor;
  display: none;
}
@media screen and (max-width: 599px) {
  .p-form-item.required .other-requests .item-name .icon-minus {
    top: 19px;
  }
}
.p-form-item.required .other-requests .item-content {
  border: none;
  margin-bottom: 0;
  display: none;
}
.p-form-item.required .other-requests .item-content.is-open {
  display: block;
}
.p-form-item.required .other-requests-item.is-open .icon-plus {
  display: none;
}
.p-form-item.required .other-requests-item.is-open .icon-minus {
  display: block;
}

.c-tc {
  text-align: center;
  margin: 20px 0 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 599px) {
  .c-tc {
    font-size: 0.8125rem;
    margin: 20px 0 10px;
  }
}
.c-tc a {
  color: inherit;
}

.FFgb {
  border-radius: 4px;
  border: 1px solid rgb(0, 0, 0);
  text-align: left;
  background-color: rgba(0, 0, 0, 0.9);
  line-height: normal;
  height: auto;
  z-index: 49999;
  position: fixed;
  width: auto;
  inset: 100px 1px auto auto;
}
.FFgb .FFgt {
  padding: 12px 20px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
}

select {
  font-weight: 400;
}

select:valid {
  font-weight: 700;
}

.room-num {
  font-weight: 700;
  font-size: 0.9375rem;
}
@media screen and (max-width: 599px) {
  .room-num {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 599px) {
  .sonota {
    font-size: 1rem;
  }
}

.c-inner {
  position: relative;
}

.step {
  display: none;
  width: 100%;
}

.step.show {
  display: block;
}

#modal {
  display: none;
}

.u-mt {
  margin-top: 15px;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
a:hover,
button:hover,
label:hover,
#addrToggle:hover {
  opacity: 0.8;
}

a:active,
button:active,
label:active,
#addrToggle:active {
  opacity: 0.8;
  box-shadow: none !important;
  transform: translateY(-2px);
}

button.off:hover {
  opacity: 1;
}

button.off:active {
  opacity: 1;
  transform: translateY(0);
}

.l-footer {
  border-top: 1px solid #c0bebf;
  padding: 10px 0;
  margin-top: 0;
  background-color: #fff;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-footer {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .l-footer {
    bottom: 0;
    width: 100%;
  }
}
.l-footer .copyright {
  font-size: 0.625rem;
  text-align: center;
}

.l-header {
  padding: 15px 0 15px 88px;
  border-bottom: 1px solid #c0bebf;
  position: relative;
  height: 85px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 599px) {
  .l-header {
    height: 70px;
    padding: 15px 0 15px 0;
    grid-template-columns: 1fr auto;
  }
}
.l-header .logo {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 48px;
  height: 65px;
}
@media screen and (max-width: 599px) {
  .l-header .logo {
    width: 35px;
    height: 50px;
  }
}
.l-header-label {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  justify-self: end;
}
@media screen and (max-width: 599px) {
  .l-header-label {
    grid-column: 2;
    width: 100%;
    max-width: 110px;
  }
}
.l-header-label div {
  padding-right: 10px;
}
@media screen and (max-width: 599px) {
  .l-header-label .no1-02 {
    display: none;
  }
}

.c-title-page {
  justify-self: start;
}
@media screen and (max-width: 599px) {
  .c-title-page {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.c-inner {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .c-inner {
    width: 90%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .c-inner {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .c-inner {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .c-inner {
    max-width: 100%;
    width: 100%;
  }
}
.c-inner--sp {
  padding: 15px;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .c-thanks {
    padding: 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .c-thanks {
    padding: 20px 0;
  }
}
.c-thanks-inner {
  background-color: #fff;
  padding: 40px;
  color: #3C3C3C;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .c-thanks-inner {
    width: 94%;
    padding: 15px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 599px) {
  .c-thanks-inner {
    width: 94%;
    padding: 15px;
    border-radius: 4px;
  }
}
.c-thanks-box {
  text-align: center;
  border-radius: 6px;
  border: 1px solid #D4D4D4;
  background: #FFFCE5;
  padding: 40px 20px;
}
.c-thanks-box h2 {
  font-size: 1.125rem;
  font-weight: 700;
}
.c-thanks-lead {
  margin-top: 10px;
  font-size: 1rem;
}
.c-thanks .p-form {
  margin-top: 20px;
}
.c-thanks .p-form button {
  width: 100%;
  max-width: 300px;
  position: relative;
  margin: 0 auto;
}
.c-thanks .p-form button::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-top: 3px solid #3C3C3C;
  border-right: 3px solid #3C3C3C;
  margin-left: 10px;
  position: absolute;
  right: 20px;
  top: 42%;
}

.c-item {
  margin-top: 80px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .c-item {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .c-item {
    margin-top: 50px;
  }
}

.c-lead {
  text-align: center;
  margin: 30px 0;
  font-size: 1.25rem;
}

@media screen and (min-width: 1280px) {
  .c-on {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .c-on:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .c-on {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .c-on:hover {
    opacity: 0.6;
  }
}

.c-title-page {
  text-align: center;
  font-size: 1.5625rem;
  color: #3C3C3C;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .c-title-page {
    font-size: 1.25rem;
  }
}
.c-title-contents {
  color: #3C3C3C;
  padding: 10px 0 10px 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .c-title-contents {
    padding: 0 15px 0 15px;
    margin-bottom: 20px;
    font-size: 0.9375rem;
  }
}
.c-title-contents:before {
  content: "";
  background: url(../images/talk.png) no-repeat;
  background-size: contain;
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .c-title-contents:before {
    top: 5%;
    left: 10px;
    width: 60px;
    height: 60px;
  }
}
.c-title-contents span {
  display: block;
  background: #F7F7F7;
  border-radius: 4px;
  margin-left: 70px;
  padding: 12px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .c-title-contents span {
    margin-left: 70px;
  }
}
.c-title-contents span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 7px 12px 7px 0;
  border-color: transparent #F7F7F7 transparent transparent;
  translate: -100% -50%;
}
.c-title-contents .hidden {
  display: none;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .u-pcOnly {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .u-pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-spOnly {
    display: none !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .u-spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .u-lgmdsmOnly {
    display: none !important;
  }
  .u-xsNone {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-xsOnly {
    display: none !important;
  }
  .u-xsNone {
    display: inline-block !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .u-xsOnly {
    display: none !important;
  }
  .u-xsNone {
    display: inline-block !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .u-xsOnly {
    display: none !important;
  }
  .u-xsNone {
    display: inline-block !important;
  }
}
.p-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.p-modal-overlay.active {
  display: flex;
}

.p-modal {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  max-width: 500px;
  width: 90%;
  position: relative;
  color: #3C3C3C;
}
@media screen and (max-width: 599px) {
  .p-modal {
    padding: 20px 15px;
  }
}
.p-modal-close {
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.p-modal-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 30px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 30px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-modal-header {
  position: relative;
  border-bottom: 2px solid #253648;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.p-modal-header span {
  color: #FF2401;
}
.p-modal-header-text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-modal-header-text {
    font-size: 18px;
  }
}
.p-modal-header-label {
  width: 50%;
  max-width: 128.5px;
  position: absolute;
  top: -36px;
  left: 20px;
}
@media screen and (max-width: 599px) {
  .p-modal-header-label {
    top: -44px;
    left: -10px;
  }
}
.p-modal-body-image {
  padding: 0 60px;
}
@media screen and (max-width: 599px) {
  .p-modal-body-image {
    padding: 0;
    margin: 20px 0;
  }
}
.p-modal-body-content {
  background-color: #F5FAFF;
  margin-top: 10px;
  padding: 15px 20px 15px 110px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-modal-body-content {
    padding: 15px 15px 15px 80px;
  }
}
.p-modal-body-content::before {
  content: "";
  background: url(../images/modal_img02.png) no-repeat;
  background-size: contain;
  width: 133px;
  height: 115px;
  position: absolute;
  top: -20px;
  left: -10px;
}
@media screen and (max-width: 599px) {
  .p-modal-body-content::before {
    width: 108px;
    height: 93px;
    top: 13px;
    left: -18px;
  }
}
.p-modal-body-content-text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-modal-body-content-text {
    font-size: 14px;
  }
}
.p-modal-body-content-text span {
  color: #FF2401;
}
.p-modal-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  border-top: 2px solid #D4D4D4;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 599px) {
  .p-modal-footer {
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.p-modal-footer button {
  display: block;
  margin: 0;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  border: 2px solid #D4D4D4;
  padding: 18px 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.p-modal-footer .interrupt {
  width: 100%;
  max-width: 180px;
}
.p-modal-footer .continue {
  width: 100%;
  max-width: 265px;
  background-color: #FF651C;
  color: #fff;
  border: 2px solid #FF651C;
}
@media screen and (max-width: 599px) {
  .p-modal-footer .continue {
    max-width: none;
  }
}
.p-modal-footer .continue span {
  background-color: #fff;
  color: #FF651C;
  font-size: 12px;
  padding: 2px 8px;
  display: inline-block;
  margin-left: 5px;
}
.p-modal-footer .continue span b {
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */