/*---------------------------------
  useable
---------------------------------*/
.card__useable {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .card__useable {
    padding: 0 15px 40px;
  }
}

.card__useable__card-box {
  padding: 20px; 
  margin: 0px 0 30px; 
  background: #fff; 
  border: solid 10px #f1f1f1;
}

@media (max-width: 767px) {
  .card__useable__card-box {
    padding: 20px; 
    margin: 0px 0 0px; 
    background: #fff; 
    border: solid 10px #f1f1f1;
  }
}

.card__useable__notes {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.card__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -6px;
  box-sizing: border-box;
}
.card__item {
  box-sizing: border-box;
  margin: 6px 20px 0;
  min-height: 100px;
}

@media (max-width: 767px) {
  .card__lists{
    justify-content: space-between;
  }
  .card__lists:after {
    content: "";
    display: block;
    width: 60px;
    height: 0;
  }
  .card__item {
    margin: 5px 10px 0;
    min-height: 60px;
    width: 40px;
  }
}

.card__item img {
  width: 70px;
}

@media (max-width: 767px) {
  .card__item img {
    width: 100%;
  }
}

/*---------------------------------
  2023.05.31 追加
---------------------------------*/

.arrow-tab__contents__heading__text{
  padding: 0 0 0 1%;
  list-style: disc;
}

@media (max-width: 767px) {
  .arrow-tab__contents__heading__text{
    width: 100%;
    padding: 0 0 0 7%;
  }
}

/*---------------------------------
  2023.08.07 追加
---------------------------------*/

/*アコーディオン*/

.accordion__info {
  padding: 0 15px; 
  margin: 0 0 0 0; 
  background: #fff;
}
.accordion {
  margin: 3em auto;
  max-width: 1180px;
}
.toggle {
  display: none;
}
.accordion__option00 {
  position: relative;
  margin-bottom: -10px;
}
.accordion__option {
  position: relative;
  margin-bottom: 1em;
}
.accordion__notes00{
  padding: 20px;
  margin: 0px 0 30px; 
  color: #656d73;
  text-align: left;
  background: #fff;
  border: solid 10px #f1f1f1;  
}
.accordion__notes00 li{
  position: relative;
  padding-left: 18px;
  font-size: 16px; 
}
.accordion__notes00 li:not(:first-of-type) {
  margin-top: 10px;
}
.accordion__notes00 li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '※';
}
.accordion__notes00--dot li::before {
  content: '・';
}
.accordion__notes{
  padding: 20px;
  margin: 0px 0 0px; 
  color: #656d73;
  text-align: left;
  background: #fff;
  border: solid 10px #f1f1f1;  
}
.accordion__notes li{
  position: relative;
  padding-left: 18px;
  font-size: 16px; 
}
.accordion__notes li:not(:first-of-type) {
  margin-top: 10px;
}
.accordion__notes li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '※';
}
.accordion__notes--dot li::before {
  content: '・';
}
.accordion__title,
.accordion__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.accordion__title {
  border: solid 0px #555;
  border-radius: 0px;
  background: #f1f1f1;
  padding: 1em;
  display: block;
  color: #555;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  cursor: pointer;
}
.accordion__content {
  margin-top: -2px; 
  margin-bottom: 20px;
}
.accordion__title00 {
  border: solid 0px #555;
  border-radius: 0px;
  background: #f1f1f1;
  padding: 1em;
  display: block;
  color: #555;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}
@media (max-width: 767px) {
  .accordion__info {
    padding: 0 15px; 
    margin: 0 0 30px 0; 
    background: #fff;
  }
  .accordion {
    margin: 0 auto;
    max-width: 100%;
  }
  .accordion__option {
    position: relative;
    margin-bottom: -6px;
  }
  .accordion__option00 {
    position: relative;
    margin-bottom: -17px;
  }
  .accordion__notes00{
    padding: 15px;
    margin: 0px 0 30px; 
    color: #656d73;
    text-align: left;
    background: #fff;
    border: solid 10px #f1f1f1;  
  }
  .accordion__notes00 li{
    position: relative;
    padding-left: 11px;
    font-size: 11px; 
  }
  .accordion__notes{
    padding: 15px;
    margin: 0px 0 0px; 
    color: #656d73;
    text-align: left;
    background: #fff;
    border: solid 10px #f1f1f1;  
  }
  .accordion__notes li{
    position: relative;
    padding-left: 11px;
    font-size: 11px; 
  }
  .accordion__title {
    border: solid 0px #555;
    border-radius: 0px;
    background: #f1f1f1;
    padding: 1em;
    display: block;
    color: #555;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
  }
  .accordion__content {
    margin-top: -2px; 
    margin-bottom: 20px;
  }
  .accordion__title00 {
    border: solid 0px #555;
    border-radius: 0px;
    background: #f1f1f1;
    padding: 10px 0 0 0;
    display: block;
    color: #555;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
  }
}
.accordion__title::after,
.accordion__title::before {
  content: "";
  position: absolute;
  right: 2.25em;
  top: 1.25em;
  width: 3px;
  height: 1.0em;
  background-color: #555;
  transition: all 0.1s;
}
@media (max-width: 767px) {
 .accordion__title::after,
 .accordion__title::before {
   content: "";
   position: absolute;
   right: 1.25em;
   top: 1.25em;
   width: 2px;
   height: 0.75em;
   background-color: #555;
   transition: all 0.3s;
  }
}
.accordion__title::after {
  transform: rotate(90deg);
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
}
.accordion__content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
.toggle:checked + .accordion__title + .accordion__content {
  max-height: 1500px;
  transition: all 1.5s;
}
.toggle:checked + .accordion__title::before {
  transform: rotate(-90deg) !important;
}
.inner-mm {
  width: 100%;
  margin: 0 auto;
  max-width: 1180px;
  margin-top: 10px; 
  margin-bottom: -15px;
}

/*---------------------------------
  お申込み　タブ
---------------------------------*/
.arrow-tab > li.active,
.arrow-tab > li {
  height: 65px;
  @media (max-width: 767px) {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .arrow-tab-wrap {
    margin: 20px 0 0;
  }
}

/*---------------------------------
  お申込み
---------------------------------*/
.contents-area--border{
  padding: 0 15px;
}
/*---------------------------------
  クレジットカード支払い対象外のお客さま
---------------------------------*/
.account__to-customers .inner-m {
  max-width: 1180px;
}

.account__to-customers {
  margin-top: 52px;
  @media (max-width: 767px) {
    margin-top: 40px;
  }
}

.account__to-customers__box {
  position: relative;
  padding: 30px;
  border: 3px solid #e62320;
  border-radius: 20px;
  @media (max-width: 767px) {
    padding: 20px;
    border: 2px solid #e62320;
    border-radius: 10px;
  }
}

.account__to-customers__heading {
  position: absolute;
  top: -28px;
  left: 50%;
  padding: 0 20px;
  font-size: 26px;
  color: #e62320;
  white-space: nowrap;
  background: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);  
}
@media (max-width: 767px) {
.account__to-customers__heading {
  top: -16px;
  padding: 0 3px;
  -ms-font-size: clamp(16px, 2.3vw, 26px);
  font-size: clamp(16px, 2.3vw, 26px);
  min-height: 0vw; /* Safari clamp関数対策 */
}
}

.account__to-customers__text {
  font-size: 16px;
  font-weight: 500;
  color:#656d73;
  @media (max-width: 767px) {
    font-size: 0.8em;
  }
}

.account__to-customers__text a {
  color: #3d90cc !important;
  text-decoration: underline;
}

.account__to-customers__text a:hover{
  text-decoration: none;
  opacity: 0.65;
}

.account__to-customers__text span {
  color: #e62320;
}

.arrow-tab__contents__annotation {
  display: flex;
  font-size: 16px;
  padding-top: 30px;
}

.arrow-tab__contents__annotation::before {
  content: "※"
}