/* 共通 */
.dormancy-info p{
    font-size: 13px;
}
.mb-13{
  margin-bottom: 1em;
}
.dormancy-info .dormancy-cont{
    width: 100%;
    padding: 32px 20px;
    border-radius: 10px;
    background: #FBFBFB;
}

.dormancy-info h2{
    color: #1A1A19;
    text-align: center;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    margin-bottom: 12px;
}

.dormancy-info .section__title{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dormancy-cont .section__title img{
  width: 64px;
}
.dormancy-info .section__title .section__text{
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 26px;
    margin-top: 5px;
    text-align: center;
}

.schedule-list{
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
    border-top:solid 1px #e0e0e0;
}
.schedule-list:last-of-type{
    border-bottom: solid 1px #e0e0e0;
}
.dormancy-info .schedule-list .days{
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    width: 86px;
}
.dormancy-info .schedule-list .list-text{
    width: calc(100% - 86px);
    padding-left: 16px;
}
.dormancy-info .schedule-list .list-text p{
    font-size: 12px;
    line-height: 1.7;
}
.dormancy-info .schedule-list p{
    margin-bottom: 0;
}
.dormancy-info .schedule-list p.r-sub-text{
    font-size: 11px;
    margin-top:2px;
}
.dormancy-info  .wkt-btn.ant-btn--dark-line{
    background: #fff;
}
.reset-password-info{
    margin-top: 28px;
    padding-top: 28px;
    border-top: solid 1px #e0e0e0;
}
.reset-password-info h3{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.dormancy-btn{
    display: flex;
    justify-content: center;
}
.dormancy-btn a{
    width: 100%;
    max-width: 348px;
}

.supporter-top .section.advertise{
  display: none;
}
.dormancy-cont .b{
  font-weight: 700;
}
.tyuiten{
  font-size: 13px;
}
.tyuiten .list-style{
  margin: 4px 0;
}
.tyuiten .sub-text{
  display: block;
  margin-top: 8px;
}
/* わくたんマーケット導線 */
.market-cta {
  margin-top: 40px;
  border-radius: 12px;
  background-color: #f2f8eb;
  border: 1px solid #d6e8c2;
  overflow: hidden;
}
.market-cta-inner {
  padding: 30px;
  text-align: center;
}
.market-cta .section__title img {
  width: 180px;
  margin-bottom: 8px;
}
.market-cta-description {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 4px;
}
.market-cta-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.market-cta-btn a {
  width: 100%;
  max-width: 348px;
}
.market-cta-btn .ant-btn {
  background: #6ab316;
  border-color: #6ab316;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.market-cta-btn .ant-btn:hover {
  background: #7ec93a;
  border-color: #7ec93a;
  transform: translateY(-1px);
}
.pc-only {
  display: none;
}

@media (max-width: 991.98px) {
/* SP / タブレット */
    .dormancy-info h2{
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
    }
    .future-schedule-area,
    .contact-dormancy,
    .mt-32{
        margin-top:32px;
    }
    .dormancy-info .dormancy-info-area .sub-text{
        font-size: 12px;
    }
    .site-footer .footer-inner {
        flex-direction: column;
        text-align: center;
        gap: 4px;
    }
    .site-footer .footer-links a {
        margin: 0 8px;
    }
    .market-cta-inner {
        padding: 24px 16px;
    }
    .market-cta-description {
        font-size: 13px;
    }
} 

@media (min-width: 992px) {
 /* PC */
 .dormancy-info .dormancy-cont{
    padding: 60px 40px;
 }
  .dormancy-area-common{
    width: 724px;
    margin-left:auto;
    margin-right: auto;
  }
  .future-schedule-area.dormancy-area-common,
  .contact-dormancy.dormancy-area-common,
  .mt-32{
    margin-top:60px;
  }
  .dormancy-info p,
  .dormancy-info .schedule-list .days,
  .tyuiten{
    font-size: 16px;
  }
  .dormancy-info h2{
    font-size: 32px;
  }
  .dormancy-info h2 br{
    display: none;
  }
  .dormancy-info .sub-text,
  .dormancy-info .schedule-list .list-text p{
    font-size: 14px;
  }
  .dormancy-info .section__title .section__text{
    font-size: 1.375rem;
    margin-bottom: 16px;
  }
  .schedule-list{
    padding: 16px 0;
  }
  .dormancy-info .schedule-list .days{
    width: 108px;
  }
  .dormancy-info .schedule-list .list-text{
    width: calc(100% - 108px);
  }
  .dormancy-info .schedule-list p.r-sub-text{
    font-size: 12px;
  }
  .reset-password-info{
    margin-top: 40px;
    padding-top: 40px;
  }
  .reset-password-info h3{
    font-size: 20px;
  }
  .tyuiten .sub-text{
    margin-top: 8px;
    margin-bottom: 14px;
  }
  .tyuiten .list-style div{
    padding: 2px 0;
  }

   .reset-password-info h3 br,
   .dormancy-cont .section__title br{
    display: none;
   }
   .pc-only {
    display: inline;
   }
   .market-cta-inner {
    padding: 40px 32px;
   }
   .market-cta-description {
    font-size: 16px;
   }


}

/* ヘッダー */
.site-header {
  background-color: #fff;
  padding: 16px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.site-header img {
  max-width: 200px;
  height: auto;
}

/* フッター */
.site-footer {
  background-color: #333;
  color: #fff;
  padding: 12px 20px;
  font-size: 13px;
}
.site-footer .footer-inner {
  max-width: 724px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-footer a {
  color: #fff;
  text-decoration: underline;
}
.site-footer a:hover {
  opacity: 0.8;
}
.site-footer .footer-links a {
  margin-right: 16px;
}
.site-footer .copyright {
  font-size: 12px;
  color: #aaa;
  white-space: nowrap;
}