@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  padding-bottom: 140px;
  font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, Helvetica Neue, Helvetica, Arial, Meiryo, Yu Gothic, sans-serif;
}

a {
  color: #4183c4;
}

table {
  border-spacing: 0;
}

.p-page__title,
h1.p-page__title {
  color: #222;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: 10px 0 30px;
  line-height: 1.5;
}

.c-button__group {
  margin: 20px 0;
  text-align: center;
}

.c-button__group--sub {
  margin: 20px 0 30px;
  text-align: right;
}

.c-button__group-note {
  font-size: 11px;
}

.c-button__group--notes {
  text-align: left;
}

.c-button__group--in-form {
  margin: 8px 0 0;
  text-align: left;
}

.c-button__group--in-form .c-button {
  width: 190px;
}

.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  margin: 0 7px;
  color: #35454c;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.c-button {
  background: #eff2f4;
  line-height: 1;
  font-size: 13px;
  padding: .75em 1.5em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.c-button:hover {
    background: #dfe5e8;
  }

.c-button:active {
    box-shadow: none;
  }

.c-button:disabled,
.c-button.disabled,
.c-button:disabled:hover,
.c-button.disabled:hover {
  background: #d0d8dc;
  color: #eff2f4;
  cursor: default;
  box-shadow: none;
}

.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #fff;
}

.c-button--primary {
  background: #2196f3;
}

.c-button--primary:hover {
    background: #1e87da;
  }

.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: #86251e;
}

.c-button--danger {
  background: #feedeb;
}

.c-button--danger:hover {
  background: #fdd9d7;
}

.c-button--line::before {
  content: "";
  display: inline-block;
  margin-right: 1rem;
  flex: 0 0 28px;
  aspect-ratio: 1;
  color: #fff !important;
  background-image: url("/customer/assets/icons/line-625f893e.svg");
  background-size: cover;
}

.c-button--line,
.c-button--line:visited {
  background: #06c755 !important;
  color: #fff !important;
}

.c-button--line:hover,
.c-button--line:focus {
  background: #06c755 !important;
  background-image: linear-gradient(rgb(0 0 0 / .1), rgb(0 0 0 / .1)) !important;
  color: #fff !important;
}

.c-button--line:active {
  background: #06c755 !important;
  background-image: linear-gradient(rgb(0 0 0 / .3), rgb(0 0 0 / .3)) !important;
  color: #fff !important;
}

.c-button--lg {
  font-size: 16px;
  padding: 1em 3.6em;
}

.c-button--sm {
  font-size: 12px;
}

.c-button--login {
  font-size: 16px;
  height: 52px;
  min-width: 232px;
}

@media (max-width: 768px) {
  .is-visible--phone {
    display: initial;
    visibility: visible;
  }
  .p-page__wrap {
    font-size: 16px;
  }
  .c-button__group--sub b {
    display: block;
    text-align: left;
  }
  .c-button__group-note {
    text-align: left;
  }
  .c-button__group--in-form {
    text-align: center;
  }
  .c-form__content .c-button {
    padding: 19px 1em;
    font-size: 16px;
  }
  .c-button__group--in-form .c-button {
    padding: 1em 0;
    width: 100%;
  }
  .c-form__title,
  .c-table-preview__title {
    text-align: left;
    font-weight: bold;
    padding: .5em 0 0;
    border: none;
  }
    .c-form__title br {
      display: none;
    }
  .c-form__title,
  .c-form__content,
  .c-table-preview__title,
  .c-table-preview__content {
    display: block;
    width: auto;
    font-size: 16px;
  }
  .c-input--text {
    padding: 1em .5em;
    font-size: 16px;
  }
  .c-input--select {
    padding: .8em .5em;
    font-size: 16px;
  }
  .c-table,
  .c-table tbody {
    display: block;
  }
  .c-table-wrap--overflow {
    max-height: 320px;
  }
  .c-table__title-block {
    display: none;
  }
  .c-table__content-block {
    display: block;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #b0bec5;
  }
  .c-table__content-block:last-child {
    border-bottom: none;
  }
  .c-table__content {
    padding: .1em .5em;
    display: flex;
    flex-direction: row;
    border: none;
    overflow-wrap: break-word;
  }
  .c-table__content.c-type-of-money,
  .c-table .c-type-of-point {
    text-align: left;
    width: auto;
  }
  .c-table__content--checkbox {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
  }
  .c-table__content--narrow {
    width: auto;
  }
  .c-table__content--with-checkbox {
    margin-left: 32px;
  }
  .c-table__label {
    display: inline-block;
    width: 90px;
    flex-shrink: 0;
  }
  .c-table__text {
    flex: 1;
    word-break: break-word;
  }
}

@media (max-width: 480px) {
  .p-page__secure {
    padding: 0 20px;
  }
  .p-secure__image {
    width: 30%;
  }
  .p-secure__image img {
    max-width: 90%;
    height: auto;
  }
  .p-secure__msg {
    width: 70%;
  }
  .c-button__group .c-button {
    margin: 0;
    padding: 1em 0;
    font-size: 14px;
    display: inline-flex;
    width: 100%;
  }
  .c-form__content .c-button {
    margin: 0;
  }
}

img.css_thumb {
  -ms-interpolation-mode: bicubic;
}

input.input_ime {
  ime-mode: disabled;
}

a.btn_creditpay_pc {
  background-image: url("../img2/btn.png");
}

.form-control,
.form-control option,
.form-control select {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
}

a.btn_end.accept {
  background-image: url("../img2/btn_accept_and_order.png");
  background-position: 0 0;
  height: 42px;
  margin: 15px 10px;
}

a:hover.btn_end.accept {
  background-image: url("../img2/btn_accept_and_order_hover.png");
  background-position: 0 0;
}

@charset "UTF-8";

@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp-noto.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Open+Sans:wght@400;700&display=swap");
/**
 * Do not edit directly
 * Generated on Wed, 02 Oct 2024 05:13:41 GMT
 */
@keyframes heartbeat {
  0% {
    opacity: 30%;
  }
  50% {
    opacity: 100%;
  }
  100% {
    opacity: 30%;
  }
}

#sending-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 9999;
}

#sending-overlay .sending-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 25px 35px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  text-align: center;
  font-size: 16px;
}

.spinner {
  margin: 0 auto 15px auto;
  width: 40px;
  height: 40px;
  border: 5px solid #ddd;
  border-top-color: #3498db; /* ・停 ・"・・ */
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.p-page__title {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin: 30px 0 20px;
}

.c-button__group {
  text-align: center;
  margin: 25px 0 60px;
}

.c-button.c-button--primary {
  min-width: 220px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  font-family:Hiragino Sans, Hiragino Kaku Gothic ProN, Helvetica Neue, Helvetica, Arial, Meiryo, Yu Gothic, sans-serif;
}

.p-page__title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin: 30px 0 20px;
}

.c-button__group {
  text-align: center;
  margin: 30px 0 60px;
}

.inquiry-form {
  max-width: 900px;
  margin: 40px auto 60px;
  padding: 0 15px;
  box-sizing: border-box;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.badge-required {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #d70000;
  font-weight: 600;
  background: none !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

.form-control {
  width: 100%;
  height: 48px;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
}

.form-control:focus {
  outline: none;
  border-color: #00a0e9;
  box-shadow: 0 0 0 2px rgba(0,160,233,0.2);
}

textarea.form-control {
  min-height: 200px;
  resize: vertical;
}

.p-page__title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin: 30px 0 20px;
}

.c-button__group {
  text-align: center;
  margin-top: 30px;
}

.form-help {
  margin-top: 4px;
  font-size: 11px;
  color: #b6b6b6;
  line-height: 1.4;
}

.form-control,
.form-control option {
  font-family: inherit;
  font-size: 14px;
}

.custom-select,
.custom-select-display,
.custom-select-options li {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.custom-select select.js-native-select {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.custom-select {
  position: relative;
}

.custom-select-display {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 12px;
  cursor: pointer;
}

.custom-select-options {
  position: absolute;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 4px 0 0;
  padding: 4px 0;
  list-style: none;
  display: none;
  z-index: 10;
}

.custom-select-options li {
  padding: 6px 12px;
  cursor: pointer;
}

.custom-select-options li:hover {
  background: #f5f5f5;
}

.section-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

.sec-info,
.sec-form {
  flex: 1 1 0;
  min-width: 0;
}

.sec-form {
  order: 1;
}

.sec-info {
  order: 2;
}

@media (min-width: 769px) {
  .section-row {
    flex-direction: row; /* 横並び */
  }

  /* PCでは案内を左、フォームを右へ */
  .sec-info {
    order: 1;
  }

  .sec-form {
    order: 2;
  }
}

.gib-header {
  background: #3a3d45;
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #2e3136;
}

.gib-header-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gib-logo {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
}

.gib-header {
  background: #fff;
  padding: 10px 0 0;
  border-bottom: none;
}

.gib-header-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.gib-logo-img {
    width: 200px;
    height: auto;
    display: block;
    margin-bottom: 4px; 
}

.gib-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.gib-header-buttons {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}

.gib-btn {
  background-color: #1a73e8;
  color: #fff;
  text-decoration: none;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 400;
  min-width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.gib-btn:hover {
  background-color: #1f56ad;
}

.gib-divider {
  width: 100%;
  height: 8px;
  background: #000;
  margin: 0 0 30px 0;
}

@media (max-width: 768px) {

  /* ロゴ＋ボタンの並びを縦方向に */
  .gib-header-inner {
    display: flex;
    align-items: flex-start; /* ロゴの上端と揃える */
    justify-content: space-between;
    padding: 10px 15px;
  }

  /* ロゴは左に寄せる */
  .gib-logo-img {
    width: 180px;
    height: auto;
  }
    .gib-logo a {
    display: inline-block;
  }

  /* ボタンコンテナ */
  .gib-header-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* ★右寄せポイント */
    gap: 6px;
  }

  .gib-logo {
    width: 100%;
    display: flex;
    justify-content: flex-start; /* ロゴは左寄せ */
    margin-bottom: 6px;
  }
  
  /* モバイル用ボタンサイズを少しだけ小さめに */
  .gib-btn {
    min-width: 130px;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    padding: 6px 10px;
  }
}

.contact-box {
  background: #e9e9e9;
  border-radius: 10px;
  padding: 20px 24px;
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.contact-box__lead {
  margin: 0 0 16px;
}

.contact-box__section {
  margin-top: 18px;
}

.contact-box__title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 4px;
  color: #222;
}

.contact-box__subtitle {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px;
  color: #222;
}

.contact-box__text {
  margin: 0 0 8px;
}

.contact-box__btn {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #1a73e8;
  color: #1a73e8;
  text-decoration: none;
  font-size: 13px;
  background: #fff;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.contact-box__btn:hover {
  background: #1a73e8;
  color: #fff;
}

.contact-box__note {
  margin-top: 18px;
  font-size: 13px;
  color: #444;
}

.contact-box__tel-list {
  margin: 0;
  padding: 0;
}

.contact-box__tel-list > div {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}

.contact-box__tel-list dt {
  min-width: 140px;
  font-weight: 500;
}

.contact-box__tel-list dd {
  margin: 0;
}

.contact-box__tel-list a {
  color: #1a73e8;
  text-decoration: underline;
}

.contact-box__link {
  color: #1a73e8;
  text-decoration: underline;
  font-weight: 500;
}

@media (max-width: 768px) {
  .contact-box {
    padding: 16px 14px;
  }

  .contact-box__tel-list > div {
    flex-direction: column;
  }

  .contact-box__tel-list dt {
    min-width: auto;
  }
  body {
    padding-bottom: 90px;
  }

}