@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/

/*共通
----------------------------------------------------------------------------------------------------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #04172bdd;
  z-index: 9999;
  transition: 0.5s;
}

.modal__close {
  display: flex;
  padding: 1rem;
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  margin: auto;
  justify-content: end;
}

.modal__img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.modal__inner {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 1200px;
  min-width: 1000px;
  transform: translateY(-50%);
  padding: 1rem;
  margin: auto;
  background: #ffffff;
  border: 8px solid #04172b;
}

.modal__inner::before,
.modal__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
}

.modal__inner::before {
  background: url("./../img/item/common/deco_b.png") no-repeat center;
  background-size: contain;
  left: 0;
  top: -50px;
}

.modal__inner::after {
  background: url("./../img/item/common/deco_g.png") no-repeat center;
  background-size: contain;
  right: 0;
  top: -50px;
}

.modal__item {
  margin-bottom: 1rem;
}

.modal__text {
  line-height: 1.7;
  font-size: 1.7rem;
}

.modal__btn-box {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.button {
  flex: 1 1 100%;
  height: 3rem;
  cursor: pointer;

  /*  */
  font-size: 1.4rem;
  font-weight: bold;
  border: none;
}

.button__main {
  background: #04172b;
  color: #fff;
}

.button__warning {
  background: #ffbe00;
}

.closeModal {}

.actionCancel {}

.text-red {
  color: red;
}

.lum-lightbox {
  z-index: 999;
}

.luminous {
  flex: 0 1 50%;
  margin-bottom: 1rem;
}

.luminous__img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  padding: 1rem;
}

.lum-lightbox-inner img {
  object-fit: contain;
}

/*ヘッダー
----------------------------------------------------------------------------------------------------*/

/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/
#main {}

:root {
  --tmp-margin: 4rem;
}

.content {
  width: 100%;
  max-width: 1200px;
  min-width: 1024px;
  margin: auto;
  padding: 1rem;
  overflow: hidden;
}

.sub-head {
  background: url("./../img/item/header/head_bg.png") no-repeat center;
  background-size: cover;
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

.main-content {
  background: url(./../img/item/common/main_bg.png) no-repeat center;
  background-position-y: top;
  background-size: cover;
}

/*	*/
.sub-container {
  margin-bottom: var(--tmp-margin);
}

.sub-container__inner {}

.arrow-table__st {
  text-align: center;
  width: fit-content;
  margin: auto;
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
}

.arrow-table__body {
  background: #f7f6f2;
  overflow: hidden;
}

.arrow-table__text-box {
  margin: 1rem;
  margin-top: var(--tmp-margin);
  background: #fff;
}

.arrow-table__text {
  line-height: 1.7;
  font-size: 1.2rem;
  padding: 2rem 4rem;
  word-break: break-all;
}

.arrow-table__title {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  width: fit-content;
  margin: auto;
}

.arrow-table__title_caution,
.arrow-table__title_failure {
  color: red;
}

.arrow-table__title_success {
  color: rgb(0, 143, 36);
}

/* arrow-table sub用 */

.box-fieldset {
  max-width: 80%;
  margin: 0 auto var(--tmp-margin);
}

.box-fieldset:last-child {
  margin: 0 auto 0;
}

.explanation {
  font-size: 14px;
  width: fit-content;
}

.explanation strong {
  font-weight: bold;
}

.link_underline,
.explanation a {
  color: #ff5252;
  text-decoration: underline;
}



.arrow-table__text_now-rate {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
}

.flex-input-num-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.flex-input-num-box__item {
  flex: 0 1 calc(50% - 1rem);
}

.label-for-num__text {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}

.label-for-num__input {
  height: 3rem;
  font-size: 2rem;
  padding: 0.4rem;
  width: 100%;
}

.button-box {
  margin: var(--tmp-margin) auto;
  max-width: 80%;
}

.num-box__input,
.input-text {
  height: 3rem;
  display: block;
  margin: auto;
  width: 100%;
  height: 4rem;
  padding: 4px;
  font-size: 1.2rem;
}

.button-text {}

.button-text_size_s {
  width: 30%;
}

.inner-table {
  width: 100%;
  border: 1px solid #04172b;
}

.inner-table__tbody {}

.inner-table__tr {}

.inner-table__th {
  width: 30%;
  padding: 1rem;
  text-align: right;

  /*  */
  background: #04172b;
  color: #fff;
  border-bottom: 1px solid;
  font-size: 1.2rem;
  font-weight: bold;
}

.inner-table__td {
  padding: 1rem;
  border-bottom: 1px solid #04172b;
  font-size: 1.2rem;
  line-height: 1.7;
}

.inner-table__tr:last-child .inner-table__th,
.inner-table__tr:last-child .inner-table__td {
  border-bottom: none;
}

.inner-table__td_flex {
  display: flex;
  gap: 1rem;
}

.inner-table__select {
  height: 3rem;
}

.inner-table__td_label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.inner-table__input {
  width: 100%;
  height: 3rem;
  font-size: 1.2rem;
  padding: 0.4rem;
}

.inner-table__radio {
  width: 1.2rem;
  height: 1.2rem;
}

.input-file-box {}

.image_upload_label {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  /*	*/
  cursor: pointer;
  background: #04172b;
  color: #fff;
  height: 4rem;
  border-radius: 4px;
}

.inner-table__input-file {
  display: none;
}

.input-file-box__img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.input-file-box__text {
  font-size: 1.2rem;
  word-break: break-all;
}

.input-textarea {}

.input-textarea__textarea {
  display: block;
  width: 100%;
  margin: auto;
  padding: 0.4rem;
  font-size: 1.2rem;
}

.text-button {
  width: 80%;
  margin: auto;
  height: 5rem;
  border: none;

  /*	*/
  font-size: 1.6rem;
  font-weight: 600;
  background: #72b300;
  color: #fff;
  cursor: pointer;
}

.text-button__warning {
  color: #000;
  background: #ffbe00;
}

.license-card {
  display: block;
  width: 30%;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-bottom: 1rem;
}

.hidden-gift-box {
  animation: fadeIn .7s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.coupon {
  position: absolute;
  top: 40%;
  right: 32%;
  display: block;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background: url(./../img/item/coupon.png) no-repeat center;
  background-size: contain;
}


.fl-label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  gap: 0.5rem;
}

#checkbox_rule {
  width: 2rem;
  height: 2rem;
}

.fl-label a {
  color: #73b319;
}

/* 銀行検索モーダル */

.searchBankButton {
  border: none;
  outline: none;
  background: green;
  color: white;
  font-size: 1rem;
  padding: .5rem;
}

#bank_search {
  width: 100%;
  max-width: 640px;
  margin: auto;
  padding: 2rem;
  transform: translateY(-50%);
  /*  */
  background: white;
  box-shadow: 0 0 4px 0px black;
  /*  */
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 999;
  /*  */
}

#close_bank {
  position: absolute;
  top: 0;
  right: 0;
  background: black;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1rem;
  z-index: 999;
  cursor: pointer;
}

#bank_main,
#bank_oth,
#bank_btn {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

#bank_oth {
  flex-wrap: nowrap;
}

#bank_main>li,
#bank_oth>li,
#bank_btn>li {
  flex: 0 1 calc(33.3% - (1rem / 3));
  border: 1px solid;
  min-height: 2rem;
  display: flex;
  gap: .5rem;
  align-items: center;
  padding: .5rem;
  font-size: 1rem;
  cursor: pointer;
}

#bank_oth>li {
  flex: 0 1 100%;
  font-size: .9rem;
  padding: .2rem;
  justify-content: center;
}

.bank_icon {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}


.close_bsel {}

.atn {}

.left {}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.center {
  margin: 1rem auto;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}

#b_code {
  height: 2rem;
  width: 50%;
  font-size: 1rem;
  margin: unset;
}

#code_seaech {
  background: green;
  color: white;
  padding: .5rem;
  border: unset;
}

.akstn_list,
.daku_list {
  display: flex;
  gap: .5rem;
}

.b_kanacol {}

.bt_4 {}

.bt_4>li {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b9b9b9;
  border: 1px solid;
  margin-bottom: .5rem;
  font-size: 1rem;
}

.bt_4>.ac {
  color: black;
  font-weight: bold;
  cursor: pointer;
}

.daku {}

.back {
  display: inline-block;
  padding: .5rem;
  cursor: pointer;
  border: 1px solid;
  margin-bottom: 1rem;
}

#bk_type_name {
  font-size: 1rem;
  margin-left: 1rem;
}

#b_code_err {
  width: 100%;
  color: red;
  text-align: center;
}



/* 和田追加分 */
.purchaseRateDetail {
  display: block;
  font-size: 1.0rem;
}



/*  */

.bank-news {
  color: #363636;
  padding: .5em;
  border: 3px solid #ff6d6d;
  display: flex;
  flex-direction: column;
  gap: .5em;
  width: fit-content;
  border-radius: .5rem;
  margin: 1rem 0;
  background: #fff9ee;
}

.bank-news__ttl {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: #ff5252;
}