@charset "utf-8";

/*=== メインエリア ===*/
.main-inner {
  margin: 0 auto 135px;
  background-color: #fff;
}
.main-container {
  margin-top: 10px;
}
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 20px;
}
.main-subsec {
  margin-top: 40px;
}
.main-box {
  padding: 50px 30px 70px;
  background-color: #fff;
  border-radius: 10px;
}
.main-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative;
  font-weight: bold;
  font-size: 42px;
  text-align: center;
  line-height: 1.4;
}
.main-subttl {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}
.main-subttl .type-small {
  font-size: 24px;
}
.main-txt {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}
.main-transition {
  margin-top: 50px;
  text-align: center;
}
.main-transition + .main-transition {
  margin-top: 20px;
}
a.main-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 500px;
  min-height: 58px;
  margin: 0 auto;
  padding: 10px 45px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #ac2330;
  border-radius: 50px;
}
a.main-btn:visited {
  color: #fff;
}
a.main-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.main-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
a.main-link,
a.main-link:visited {
  color: #232b35;
  font-size: 18px;
}


/*=== 共通アイコン ===*/
[class*="commonIcon-"] {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  line-height: 1;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
/* メール */
.commonIcon-mail {
  width: 40px;
  height: 30px;
  background-image: url(images/top/renewal2026/sec_ic_001.png);
}
/* バックナンバー */
.commonIcon-archive {
  width: 40px;
  height: 36px;
  background-image: url(images/top/renewal2026/archive_ic_001.png);
}
/* その他 */
.commonIcon-others {
  width: 22px;
  height: 17px;
  background-image: url(images/top/renewal2026/sec_ic_001.png);
}


/*=== メインビジュアル ===*/
.mainvisual-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}


/*=== 概要 ===*/
.about {
  background-color: #eef5ff;
}
.about .main-section {
  padding-bottom: 0;
}


/*=== 3つのメリット ===*/
.merit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.merit-item {
  padding: 40px 20px 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.merit-thumb {
  text-align: center;
}
.merit-txt {
  margin-top: 25px;
  font-size: 18px;
}


/*=== 充実の掲載内容 ===*/
.detail {
  border-radius: 10px;
  overflow: hidden;
}
.detail-ttl {
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  background-color: #232b35;
}
.detail-inner {
  padding: 30px 30px 40px;
  background-color: #f2f2f2;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.detail-item {
  padding: 30px 20px 35px;
  background-color: #fff;
  border-radius: 10px;
}
.detail-item.pattern-wide {
  display: flex;
  align-items: center;
  grid-column: span 3;
}
.detail-thumb {
  flex-shrink: 0;
  max-width: 160px;
  margin: 0 auto;
}
.detail-lead {
  margin-top: 30px;
  font-weight: bold;
  font-size: 20px;
}
.detail-lead.type-em {
  font-size: 24px;
}
.pattern-wide .detail-lead {
  margin-top: 0;
}
.detail-txt {
  margin-top: 10px;
}


/*=== バックナンバー ===*/
.archive {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 840px;
  margin: 40px auto 0;
  padding: 35px 40px;
  background-color: #fff1d6;
  border-radius: 10px;
}
.archive-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  gap: 20px;
  font-weight: bold;
  font-size: 18px;
}
.archive-transition {
  flex-grow: 1;
  max-width: 300px;
}
a.archive-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 42px;
  padding: 5px 40px;
  border: 2px solid #232b35;
  color: #232b35;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #fff;
  border-radius: 50px;
}
a.archive-btn:visited {
  color: #232b35;
}
a.archive-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.archive-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  background-color: #232b35;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}


/*=== バースデーメール ===*/
.birthday {
  background-color: #eef5ff;
}
.birthday .main-section {
  padding-top: 40px;
  padding-bottom: 0;
}
.birthday-thumb {
  max-width: 212px;
  margin: 20px auto 0;
}
.birthday-transition {
  margin: 30px auto 0;
  max-width: 300px;
}
a.birthday-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 42px;
  padding: 5px 40px;
  border: 2px solid #232b35;
  color: #232b35;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #fff;
  border-radius: 50px;
}
a.birthday-btn:visited {
  color: #232b35;
}
a.birthday-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.birthday-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  background-color: #232b35;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}


/*=== その他 ===*/
.others {
  background-color: #eef5ff;
}
.others .main-section {
  padding-top: 40px;
}
.others-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.others-ttl {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-weight: bold;
  font-size: 18px;
}
.others-ttl .type-icon {
  position: relative;
  top: 2px;
}
.others-cont {
  margin-top: 10px;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}
.others-detail {
  padding: 20px 20px 30px;
}
.others-lead {
  font-weight: bold;
  font-size: 20px;
}
.others-txt {
  margin-top: 15px;
  font-size: 18px;
}


/*=== 設定方法 ===*/
.step-sec {
  margin-top: 60px;
}
.step-ttl {
  font-size: 24px;
  text-align: center;
}
.step-ttl .type-em {
  font-weight: bold;
}
.step-inner {
  margin-top: 60px;
}
.step-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.step-item {
  position: relative;
}
.step-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -18px;
  width: 15px;
  height: 25px;
  background-color: #3173a5;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.step-number {
  position: absolute;
  top: -30px;
  left: 20px;
  max-width: 60px;
}
.step-thumb {
  background-color: #f2f2f2;
}
.step-cont {
  height: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}
.step-detail {
  padding: 20px 20px 30px;
}
.step-lead {
  font-weight: bold;
  font-size: 24px;
}
.step-txt {
  margin-top: 15px;
  font-size: 18px;
}
.step-txt .type-highlight {
  color: #ac2330;
}


/*=== Q&A ===*/
.faq {
  background-color: #f2f2f2;
}
.faq-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-top: 30px;
}
.faq-item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
a.faq-link {
  display: block;
  height: 100%;
  color: #232b35;
  text-decoration: none;
}
a.faq-link:visited {
  color: #232b35;
}
a.faq-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.faq-head {
  padding: 20px;
  background-color: #eef5ff;
}
.faq-thumb {
  max-width: 160px;
  margin: 0 auto;
}
.faq-detail {
  padding: 15px 15px 20px;
}


@media only screen and (max-width: 768px) {
  /*=== メインエリア ===*/
  .main-inner {
    margin: 0;
    padding-bottom: 110px;
  }
  .main-container {
    margin-top: 0;
  }
  .main-section {
    padding: 40px 15px 50px;
  }
  .main-subsec {
    margin-top: 35px;
  }
  .main-box {
    padding: 35px 15px 40px;
  }
  .main-ttl {
    gap: 10px;
    font-size: 24px;
  }
  .main-subttl {
    font-size: 22px;
  }
  .main-subttl .type-small {
    font-size: 18px;
  }
  .main-txt {
    margin-top: 15px;
    font-size: 16px;
    text-align: left;
  }
  .main-transition {
    margin-top: 35px;
  }
  a.main-btn {
    min-height: 48px;
    padding: 10px 35px;
    font-size: 18px;
  }
  a.main-btn::after {
    right: 15px;
    width: 10px;
    height: 15px;
  }
  a.main-link, a.main-link:visited {
    font-size: 16px;
  }
  /*=== 共通アイコン ===*/
  /* メール */
  .commonIcon-mail {
    width: 30px;
    height: 23px;
  }
  /* バックナンバー */
  .commonIcon-archive {
    width: 25px;
    height: 22px;
  }
  /* その他 */
  .commonIcon-others {
    width: 20px;
    height: 15px;
  }
  /*=== カルーセル ===*/
  .js-carousel {
    opacity: 0;
  }
  .js-carousel.slick-initialized {
    margin: 0;
    opacity: 1
  }
  .js-carousel .slick-track {
    display: flex !important;
    align-items: stretch;
  }
  .js-carousel .slick-slide {
    height: auto !important;
  }
  /*=== slick ページャー ===*/
  .slick-arrow {
    appearance: none;
    display: block;
    position: absolute;
    top: calc(50% - 5vh);
    right: calc(50% - 39vw);
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    color: transparent;
    text-indent: 100%;
    text-decoration: none;
    white-space: nowrap;
    background-color: #666;
    border-radius: 100%;
    overflow: hidden;
    transform: translate(50%);
    z-index: 1;
    cursor: pointer;
  }
  .slick-arrow.slick-prev {
    right: auto;
    left: calc(50% - 39vw);
    transform: translateX(-50%) rotate(180deg);
  }
  .slick-arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    width: 10px;
    height: 15px;
    background-color: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    transform: translateY(-50%);
  }
  .slick-arrow:hover {
    opacity: 0.7;
  }
  .slick-arrow.slick-disabled {
    display: none !important;
  }
  .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .slick-dots li {
    display: flex;
    margin-top: 15px;
    padding: 0 8px;
  }
  .slick-dots button {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    text-indent: -9999em;
    background-color: #666;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
  }
  .slick-dots button:hover {
    opacity: 0.7;
  }
  .slick-active button {
    background-color: #3d8cc8;
  }
  /*=== メインビジュアル ===*/
  .mainvisual-main {
    max-width: 550px;
    padding: 0;
  }
  /*=== 概要 ===*/
  .about .main-section {
    padding-top: 20px;
  }
  /*=== 3つのメリット ===*/
  .merit-list {
    grid-template-columns: none;
    gap: 10px;
    margin-top: 15px;
  }
  .merit-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 15px;
  }
  .merit-thumb {
    max-width: 61px;
  }
  .merit-txt {
    margin-top: 0;
    font-size: 14px;
  }
  /*=== 充実の掲載内容 ===*/
  .detail {
    margin: 40px -15px 0;
    background-color: #f2f2f2;
    border-radius: 0;
  }
  .detail-ttl {
    padding: 40px 15px 20px;
    color: #232b35;
    font-size: 20px;
    background-color: transparent;
  }
  .detail-inner {
    position: relative;
    padding: 0 0 35px;
  }
  .detail-list {
    display: block;
  }
  .detail-item {
    width: 75vw;
    margin: 0 5px;
    padding: 25px 25px 30px;
  }
  .detail-item.pattern-wide {
    display: block;
  }
  .detail-thumb {
    max-width: 92px;
  }
  .pattern-wide .detail-lead,
  .detail-lead {
    margin-top: 15px;
    font-size: 18px;
  }
  /*=== バックナンバー ===*/
  .archive {
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
    padding: 25px 15px 30px;
  }
  .archive-txt {
    align-items: normal;
    gap: 10px;
    font-size: 16px;
  }
  .archive-txt .type-icon {
    position: relative;
    top: 4px;
  }
  .archive-transition {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  a.archive-btn {
    min-height: 36px;
    padding: 5px 35px;
    font-size: 14px;
  }
  a.archive-btn::after {
    right: 15px;
  }
  /*=== バースデーメール ===*/
  .birthday .main-section {
    padding-top: 20px;
  }
  .birthday-thumb {
    max-width: 150px;
    margin: 20px auto 0;
  }
  .birthday-transition {
    max-width: 500px;
    padding: 0 15px;
  }
  a.birthday-btn {
    min-height: 36px;
    padding: 5px 35px;
    font-size: 14px;
  }
  a.birthday-btn::after {
    right: 15px;
  }
  /*=== その他 ===*/
  .others .main-section {
    padding-top: 20px;
  }
  .others-wrap {
    grid-template-columns: none;
    max-width: 550px;
    margin: 20px auto 0;
  }
  .others-ttl {
    font-size: 16px;
  }
  .others-detail {
    padding: 20px 15px 25px;
  }
  .others-lead {
    font-size: 18px;
  }
  .others-txt {
    margin-top: 10px;
    font-size: 14px;
  }
  /*=== 設定方法 ===*/
  .step-sec {
    margin-top: 30px;
  }
  .step-ttl {
    font-size: 18px;
  }
  .step-inner {
    position: relative;
    margin: 15px -15px 0;
  }
  .step .slick-arrow {
    top: calc(50% + 2vh);
  }
  .step-list {
    display: block;
  }
  .step-item {
    width: 75vw;
    margin: 30px 5px 1px;
  }
  .step-item:not(:last-child)::after {
    content: none;
  }
  .step-number {
    top: -30px;
    left: 20px;
    max-width: 47px;
  }
  .step-detail {
    padding: 15px 15px 20px;
  }
  .step-lead {
    font-size: 18px;
  }
  .step-txt {
    margin-top: 10px;
    font-size: 14px;
  }
  /*=== Q&A ===*/
  .faq-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
    margin-top: 25px;
  }
  .faq-item {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .faq-head {
    padding: 15px;
  }
  .faq-thumb {
    max-width: 120px;
  }
  .faq-detail {
    padding: 10px 15px 15px;
  }
}