/*
Theme Name: Astra Child
Template: astra
*/

/* 全体 */
body,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content a,
.entry-content span,
.entry-content div,
.entry-content li
{
  font-family: 'Noto Sans JP', sans-serif;
  color: #202020;
}
#ast-scroll-top {
  background-color: #202020;
}
.ast-container {
  padding-left: 0;
  padding-right: 0;
}
.ast-separate-container {
  background-color: white;
}
.ast-primary-header-bar {
  background-color: #f0f0f0;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
@media (min-width: 922px) {
  .ast-container {
    max-width: 100%;
  }
}

@media screen and (max-width: 1240px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .ast-separate-container #content .ast-container {
    padding: 0;
  }
}

/* お問い合わせボタン ここから */
.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
  padding: 20px 40px;
}
.ast-header-button-1 .ast-custom-button {
  border-radius: 4px;
}
.ast-custom-button {
  background-color: #202020;
  font-size: 0.9rem;
}
.ast-custom-button:hover {
  background-color: #202020;
}
/* お問い合わせボタン ここまで */

/* ハンバーガーメニュー ここから */
@media screen and (max-width: 1240px) {
  .ast-button-wrap {
    position: fixed;
    top: 0;
    right: 0;
  }
  .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    border-radius: 0;
    padding: 0.5em;
  }
  [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    color: #aaa;
    background-color: rgba(32, 32, 32, 0.8);
    z-index: 999;
  }
  [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 40px;
    height: 40px;
    fill: #aaa;
  }
  .main-header-bar {
    z-index: 999;
  }
  .ast-builder-menu-mobile .main-navigation .main-header-menu, .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link, .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
    background-color: #202020;
  }
  .ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    padding-top: 120px;
    position: fixed;
    top: 0;
    z-index: 980;
    width: 100vw;
    height: 100vh;
  }
  .ast-header-break-point .main-navigation ul .menu-item .menu-link {
    padding: 0 50px;
  }
  .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
    color: #fff;
    background-color: initial;
    font-weight: bold;
  }
  .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:hover > .menu-link {
    background-color: #f80303;
    color: #202020;
  }
  body.ast-main-header-nav-open .ast-builder-layout-element.ast-flex.site-header-focus-item {
    position: fixed;
    z-index: 999;
  }
  body.ast-main-header-nav-open .ast-primary-header-bar {
    background-color: #202020 !important;
    border-bottom: none;
  }
  .custom-logo {
    content: url('https://re-rise-gaming.nyanta.jp/wp-content/uploads/2025/07/logo-3.png');
  }
  body.ast-main-header-nav-open .custom-logo {
    content: url('https://re-rise-gaming.nyanta.jp/wp-content/uploads/2025/07/logo-2-1.png');
  }
}
/* ハンバーガーメニュー ここまで */

/*-----------------------------*/
/*  FOOTER          ここから   */
/*-----------------------------*/
.custom-footer {
  background-color: #202020;
  color: #fff;
  padding: 40px 0;
}
.custom-footer .footer-inner {
  max-width: 750px;
  margin: 0 auto;
}
.custom-footer .footer-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}
.custom-footer .footer-logo img {
  max-width: 180px;
  height: auto;
  margin-bottom: 25px;
}
.custom-footer .footer-links {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.9rem;
}
.custom-footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.custom-footer .footer-links a {
  color: #fff;
  text-decoration: none;
}
.custom-footer .footer-links a:hover {
  text-decoration: underline;
}
.custom-footer .footer-bottom {
  font-size: 0.9rem;
  color: #aaa;
}
#ast-scroll-top {
  display: none !important;
}
.sp-footer {
  display: none;
}

/* SPフッターここから */
@media screen and (max-width: 1240px) {
  .sp-footer {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    padding: 15px 20px 0;
    border-radius: 20px 20px 0 0;
  }
  .sp-footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
    padding: 15px 40px;
    background-color: #202020;
    text-align: center;
    color: #fff;
    border-radius: 15px 15px 0 0;
  }
  .sp-footer-link:hover {
    color: #fff;
  }
  .sp-footer-text {
    display: inline-block;
    line-height: 1;
  }
  .triangle-icon {
    width: 1.5em;
    height: 1.5em;
    flex-shrink: 0; /* 縮まないようにする */
    display: inline-block;
    vertical-align: middle;
  }
}
/* SPフッターここまで */

@media screen and (max-width: 1240px) {
  .custom-footer {
    padding-bottom: 90px;
  }
  .custom-footer .footer-logo {
    padding: 0 40px;
  }
  .custom-footer .footer-links {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  .custom-footer .footer-links ul li {
    border-bottom: 2px solid #aaa;
    padding: 8px 40px;
  }
  .custom-footer .footer-bottom {
    text-align: center;
  }
}
/*-----------------------------*/
/*  FOOTER          ここまで   */
/*-----------------------------*/

/*-----------------------------*/
/* TOPページ          ここから */
/*-----------------------------*/

/* 1.TOP共通 ここから */
.top-page h2 {
  font-size: 2.5rem;
  margin-bottom: 60px;
  font-weight: bold;
}
.top-page h3 {
  font-size: 2.0rem;
  margin-bottom: 2vw;
}
.top-page p {
  line-height: 1.8;
}
.top-page a {
  text-decoration: none !important;
}
/* 0.TOP共通 ここまで */

/* 1.最初のセクション ここから */
.top-page .hero-section {
  position: relative;
  overflow: hidden;
}
.top-page .hero-section .hero-bg {
  width: 100%;
  height: auto;
  display: block;
}
.top-page .hero-section .hero-bg-sp {
  display: none;
}
.top-page .logo-white {
  width: 10%;
  position: absolute;
  top: 15px;
  left: 20px;
}
.top-page .hero-section .hero-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  color: white;
  padding-left: 20%;
  padding-right: 5%;
  box-sizing: border-box;
}
.top-page .hero-section .site-title {
  margin: 0;
}
.top-page .hero-section .site-title .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.top-page .hero-section .site-title .logo {
  max-width: 140px;
  position: absolute;
  top: 12px;
  left: 20px;
}
.top-page .hero-section .main-text {
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 2vw;
  word-break: keep-all;
  text-align: left;
  line-height: 4.0rem;
  color: white;
}
.top-page .hero-section .sub-text {
  font-size: 2.0rem;
  /* margin-bottom: 12vw; */
  margin-bottom: 8vw;
  text-align: left;
  line-height: 3.0rem;
  color: white;
}
.top-page .hero-section .hero-button {
  display: inline-block;
  background: linear-gradient(to right, #e6002d, #ff4b2b);
  color: white;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.3rem;
  border: 3px solid #202020;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.top-page .hero-section .hero-button:hover {
  background: linear-gradient(to right, #ff4b2b, #ff6b4b);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}
/* 1.最初のセクション ここまで */

/* 2.モデルセクション ここから */
.top-page .model-section {
  max-width: 1140px;
  margin: 100px auto;
  text-align: center;
}
.top-page .model-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px;
}
/*
.top-page .model-box.reverse {
  flex-direction: row-reverse;
}
*/
.top-page .model-image,
.top-page .model-text {
  flex: 1 1 45%;
}
.top-page .model-image img {
  max-width: 100%;
  height: auto;
}
.top-page .model-text {
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
}
.top-page .model-button {
  display: block;
  background: #202020;
  color: white;
  padding: 12px 12px 12px 24px;
  border-radius: 4px;
  font-weight: bold;
  width: fit-content;
  margin-top: auto;
  margin-left: auto;
}
.top-page .model-button:hover {
  background: #222;
}
.model-button-wrap {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
/* 2.モデルセクション ここまで */

/* 3.理由セクション ここから */
.top-page .reason-section {
  background: url('https://re-rise-gaming.nyanta.jp/wp-content/uploads/2025/07/background_red_wave.jpg') no-repeat center center / cover;
  color: white;
  padding: 80px 20px 140px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.top-page .reason-inner {
  max-width: 1140px;
  padding: 0 210px;
  margin: 0 auto;
  color: white;
}
.top-page .reason-section h2 {
  color: white;
  margin-bottom: 16px;
}
.top-page .reason-section .sub-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 36px;
  color: white;
}
.top-page .reason-section .reason-text {
  text-align: left;
  color: white;
}
.top-page .reason-boxes-wrapper {
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
.top-page .reason-boxes-wrapper .reason-boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.top-page .reason-boxes-wrapper .reason-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.top-page .reason-boxes-wrapper .reason-box .reason-box-img {
  background: #202020;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.top-page .reason-boxes-wrapper .reason-box .reason-box-img img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.top-page .reason-boxes-wrapper .reason-box p {
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.1rem;
}
/* 3.理由セクション ここまで */

/* 4.問い合わせセクション ここから */
.top-page .contact-section {
  text-align: center;
  max-width: 1140px;
  margin: 80px auto;
}
.top-page .contact-inner {
  padding: 80px 200px;
  border: 3px solid #202020;
}
.top-page .contact-section h2 {
  margin-bottom: 16px;
}
.top-page .contact-section .contact-desc {
  margin-bottom: 40px;
  line-height: 1.8;
}
.top-page .contact-section .contact-time {
  display: inline-block;
  background: #202020;
  color: #fff;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: bold;
  width: 100%;
}
.top-page .contact-section .contact-button {
  display: inline-block;
  background: #fff;
  border: 2px solid #202020;
  padding: 30px 0;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  box-shadow: 0 3px #404040;
}
.top-page .contact-section .contact-button.contact-base-button {
  margin-bottom: 12px;
  color: white;
  background-color: #0FAFAA;
  box-shadow: 0 3px #0B8D89;
  border: none;
}
.top-page .contact-section .contact-button:hover,
.top-page .contact-section .contact-button:active {
  box-shadow: none;
  transform: translateY(3px);
}
/* 4.問い合わせセクション ここまで */

/* 5.サポートセクション ここから */
.top-page .support-section {
  text-align: center;
  margin: 80px auto;
  padding: 0 20px;
}
.top-page .support-section .support-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.top-page .support-button {
  font-size: 1.5rem;
  font-weight: bold;
  border: 2px solid #202020;
  padding: 30px 75px 30px 100px;
  border-radius: 5px;
}
/* 5.サポートセクション ここまで */

/* 6.ニュースセクション ここから */
.top-page .news-section {
  text-align: center;
  padding: 80px 20px;
  background: url('https://re-rise-gaming.nyanta.jp/wp-content/uploads/2025/07/background_silver.jpg') no-repeat center center / cover;
}
.top-page .news-list {
  list-style: none;
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}
.top-page .news-list li {
  display: flex;
  align-items: center;
  gap: 1em;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
}
.top-page .news-list .news-date {
  min-width: 90px;
  text-align: left;
  font-weight: 500;
  color: #333;
}
.top-page .news-list a {
  flex: 1;
  text-align: left;
  color: #000;
}
.top-page .news-list a:hover {
  text-decoration: underline !important;
}
.top-page .news-button-wrap {
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
  max-width: 320px;
}
.top-page .news-button-wrap a {
  display: inline-block;
  width: 100%;
  background-color: #202020;
  color: #fff;
  padding: 12px 32px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
/* 6.ニュースセクション ここまで */

@media screen and (max-width: 1240px) {
  .top-page h2 {
    font-size: 2.0rem;
    margin-bottom: 35px;
  }
  .top-page h3 {
    font-size: 1.5rem;
    margin: 3vw 0;
    font-weight: bold;
  }
  .top-page .hero-section .hero-bg {
    display: none;
  }
  .top-page .hero-section .hero-bg-sp {
    width: 100%;
    height: auto;
    display: block;
  }
  .top-page .logo-white {
    position: absolute;
    top: 15px;
    left: 25px;
    width: 35%;
  }
  .top-page .hero-section .hero-inner {
    width: 80%;
    padding: 0;
    right: 0;
    margin: 0 auto;
    justify-content: flex-end;
  }
  .top-page .hero-section .main-text {
    font-size: 2.3rem;
    line-height: 3.5rem;
  }
  .top-page .hero-section .sub-text {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2.3rem;
    margin-bottom: 30vw;
  }
  .top-page .hero-section .hero-button {
    margin: 0 auto;
  }
  .top-page .model-section { 
    margin: 60px auto;
  }
  .top-page .model-box {
    flex-direction: column;
    padding: 0 20px;
  }
  .top-page .model-image {
    margin: 0 auto 10px;
  }
  .model-button-wrap {
    justify-content: center;
    text-align: center;
  }
  .top-page .model-button {
    margin-left: 0;
    padding: 12px 32px;
    width: 80%;
  }
  .top-page .reason-inner {
    padding: 0;
  }
  .top-page .reason-boxes-wrapper .reason-boxes {
    gap: 20px;
  }
  .top-page .contact-section {
    margin: 30px 20px;
  }
  .top-page .contact-section .contact-desc {
    margin-bottom: 20px;
    text-align: left;
  }
  .top-page .contact-inner {
    padding: 30px 20px;
  }
  .top-page .support-button {
    padding: 30px 0;
    width: 90%;
  }
  .top-page .news-section {
    padding: 60px 20px;
  }
}

/*-----------------------------*/
/* TOPページ          ここまで */
/*-----------------------------*/

/*-----------------------------*/
/* PCモデル用ページ  ここから  */
/*-----------------------------*/
.single-pc-model {
  margin: 0 auto;
}
.single-pc-model .container {
  max-width: 1140px;
}
.single-pc-model .model-box {
  padding: 100px 0;
}
.single-pc-model .model-box-in {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.single-pc-model .model-image {
  text-align: center;
}
.single-pc-model .model-image h1 {
  display: none;
}
.single-pc-model .model-image,
.single-pc-model .model-text {
  width: 45%;
}
.single-pc-model .model-text h1 {
  margin-bottom: 10px;
}
.single-pc-model .model-number {
  display: block;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: bold;
}
.single-pc-model .model-spec-list {
  margin: 0 0 30px;
}
.single-pc-model table,
.single-pc-model td,
.single-pc-model th {
  border: none;
}
.single-pc-model td,
.single-pc-model th {
  padding: 0;
}
.single-pc-model th {
  font-weight: normal;
  width: 25%;
  text-align: left;
}
.single-pc-model .model-price {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
}
.single-pc-model .text-red {
  color: #f80303;
}
.single-pc-model .base-button-wrap {
  margin-top: 30px;
}
.single-pc-model .base-button-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #0FAFAA;
  color: #fff;
  padding: 0 32px;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 5px #0B8D89;
  margin-bottom: 10px;
}
.single-pc-model .base-button-wrap a:hover,
.single-pc-model .base-button-wrap a:active {
  box-shadow: none;
  transform: translateY(5px);
}
.single-pc-model .base-icon {
  display: inline-block;
  background-image: url('https://re-rise-gaming.nyanta.jp/wp-content/uploads/2025/08/base_logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 66px;
}
.single-pc-model .back-button-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto 80px;
  max-width: 320px;
}
.single-pc-model .back-button-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #202020;
  color: #fff;
  padding: 12px 32px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
.single-pc-model .fa-solid.fa-arrow-up-right-from-square {
  line-height: inherit;
}
.single-pc-model .base-button-under {
  font-size: 0.9rem;
}
@media screen and (max-width: 1240px) {
  .single-pc-model .model-box {
    padding: 50px 0;
  }
  .single-pc-model .model-box-in {
    flex-direction: column;
  }
  .single-pc-model .model-image,
  .single-pc-model .model-text {
    width: 90%;
  }
  .single-pc-model .model-image h1 {
    display: block;
    margin-bottom: 30px;
  }
  .single-pc-model .model-text h1 {
    display: none;
  }
  .single-pc-model .model-number {
    margin: 25px 0;
  }
  .single-pc-model th {
    width: 35%;
  }
  .single-pc-model .back-button-wrap {
    margin-top: 30px;
  }
}
/*-----------------------------*/
/* PCモデル用ページ  ここまで  */
/*-----------------------------*/

/*---------------------------*/
/*  固定ページ共通  ここから */
/*---------------------------*/
.static-page .fv {
  background: url('https://re-rise-gaming.nyanta.jp/wp-content/uploads/2025/07/background_red_wave.jpg') no-repeat center center;
  background-size: cover;
  width: 100vw;
  height: 250px;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}
.static-page .fv-inner {
  max-width: 1140px;
  margin: 0 auto;
}
.static-page .fv-sub-title {
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin-bottom: 8px;
  color: white;
}
.static-page .fv-main-title {
  color: white;
}
.static-page .back-button-wrap {
  display: flex;
  justify-content: center;
  margin: 60px auto 80px;
  max-width: 320px;
}
.static-page .back-button-wrap a {
  display: inline-block;
  width: 100%;
  background-color: #202020;
  color: #fff;
  padding: 12px 32px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
/*---------------------------*/
/*  固定ページ共通  ここまで */
/*---------------------------*/

/*-----------------------------*/
/*  FAQページ       ここから   */
/*-----------------------------*/
.faq-inner {
  max-width: 1140px;
  margin: 0 auto;
}
.qa-list {
  padding: 70px 0;
}
.qa-list dl {
  position: relative;
  cursor: pointer;
  margin-bottom: 25px;
}
.qa-list dl:last-of-type {
  margin-bottom: 0;
}
.qa-list dt {
  position: relative;
  background-color: #202020;
  color: #fff;
  padding: 20px 30px 20px 60px;
  border-radius: 4px;
  font-size: 1.1rem;
}
.qa-list dd {
  position: relative;
  height: auto;
  margin: 0;
  padding: 20px 20px 20px 60px;
  border-bottom: 1px solid #ccc;
}
.qa-list dd p {
  margin-bottom: 0;
}
.qa-list dt::before {
  content: 'Q';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  color: #f80303;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto 0;
}
.qa-list dt::after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.6rem;
  content: "\f067";
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  color: #fff;
  transition: transform 0.2s ease;
}
.qa-list dt.open::after {
  content: "\f068";
}
.qa-list dd::before {
  content: 'A';
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  color: #202020;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  left: 20px;
}

@media screen and (max-width: 1240px) {
  .qa-list {
    padding: 50px 0;
  }
  .qa-list dl {
    width: 90%;
    margin: 0 auto 20px;
  }
}
/*-----------------------------*/
/*  FAQページ       ここまで   */
/*-----------------------------*/

/*---------------------------------*/
/*  アーカイブページ共通  ここから */
/*---------------------------------*/
.archive-page .fv {
  background: url('https://re-rise-gaming.nyanta.jp/wp-content/uploads/2025/07/background_red_wave.jpg') no-repeat center center;
  background-size: cover;
  width: 100vw;
  height: 250px;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}
.archive-page .fv-inner {
  max-width: 1140px;
  margin: 0 auto;
}
.archive-page .fv-sub-title {
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin-bottom: 8px;
  color: white;
}
.archive-page .fv-main-title {
  color: white;
}
/* ページネーション　ここから */
.archive-page .nav-links {
  text-align: center;
}
.archive-page span.page-numbers,
.archive-page a.page-numbers {
  font-weight: bold;
  padding: 5px 10px;
  background-color: #202020;
  color: #fff;
  border: 2px solid #202020;
  border-radius: 4px;
}
.archive-page a.page-numbers {
  background-color: #fff;
  color: #202020;
  text-decoration: underline;
}
/* ページネーション　ここまで */
.archive-page .back-button-wrap {
  display: flex;
  justify-content: center;
  margin: 60px auto 80px;
  max-width: 320px;
}
.archive-page .back-button-wrap a {
  display: inline-block;
  width: 100%;
  background-color: #202020;
  color: #fff;
  padding: 12px 32px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
/*---------------------------------*/
/*  アーカイブページ共通  ここまで */
/*---------------------------------*/

/*-------------------------------------*/
/*  お知らせアーカイブページ  ここから */
/*-------------------------------------*/
.archive-page .news-archive {
  max-width: 960px;
  margin: 60px auto 80px;
  padding: 0 20px;
}
.archive-page .news-list {
  margin-bottom: 50px;
}
.archive-page .news-list .news-item:first-of-type {
  border-top: 1px solid #ddd;
}

.archive-page .news-list .news-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  color: #202020;
  border-bottom: 1px solid #ddd;
}
.archive-page .news-item .news-date {
  font-size: 0.9rem;
  color: #202020;
  font-weight: bold;
}
.archive-page .news-item .news-title {
  flex: 1;
  padding: 0 15px 0 20px;
}
.archive-page .news-item .news-title:hover {
  text-decoration: underline;
}
.archive-page .news-item .news-title a,
.archive-page .news-item .news-link i {
  font-size: 14px;
  color: #202020;
}
.archive-page .news-item .news-title a:hover {
  text-decoration: underline;
}
.archive-page .dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.0em;
  height: 1.0em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
.archive-page .dli-caret-circle-fill-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.3em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/*-------------------------------------*/
/*  お知らせアーカイブページ  ここまで */
/*-------------------------------------*/

/*-------------------------------------*/
/*  お知らせ記事ページ  ここから */
/*-------------------------------------*/
.news-single {
  max-width: 960px;
  margin: 60px auto 80px;
  padding: 0 20px;
}
.news-single .single-date {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.news-single .single-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 50px;
}
.news-single .single-thumb {
  margin-bottom: 30px;
}
@media screen and (max-width: 1240px) {
  .news-single .single-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
}
/*-------------------------------------*/
/*  お知らせ記事ページ  ここまで */
/*-------------------------------------*/

/*-------------------------------------*/
/*  初期不良の対応ページ  ここから */
/*-------------------------------------*/
.support-container h2 {
  text-align: center;
  margin-bottom: 40px;
}
.support-inner {
  max-width: 1140px;
  margin: 0 auto;
}
.support-list {
  padding: 70px 0 0;
}
.support-list dl {
  position: relative;
  margin-bottom: 25px;
}
.support-list dl:last-of-type {
  margin-bottom: 0;
}
.support-list dt {
  position: relative;
  background-color: #202020;
  color: #fff;
  padding: 20px 30px 20px 50px;
  border-radius: 4px;
  font-size: 1.1rem;
}
/* 赤い三角のアイコン */
.support-list dt .triangle-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.support-list dd {
  position: relative;
  height: auto;
  margin: 0;
  padding: 20px 0;
}
.support-list dd p {
  margin-bottom: 0;
}
.support-items ul {
  padding-left: 0;
  list-style: none;
}
.support-items ul li:last-child {
  margin-bottom: 0;
}
.support-items ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
}
.support-items ul li::before {
  content: "・";
  left: 0;
  position: absolute;
}
@media screen and (max-width: 1240px) {
  .support-list {
    padding: 50px 0 0;
  }
  .support-list dl {
    width: 90%;
    margin: 0 auto 20px;
  }
  .support-list dt {
    padding: 10px 30px 10px 50px;
  }
  .support-container h2 {
    width: 90%;
    margin: 0 auto 50px;
  }
  .support-container .support-sub-text {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
/*-------------------------------------*/
/*  初期不良の対応ページ  ここまで */
/*-------------------------------------*/

/*-------------------------------------*/
/*  特定商取引法に基づくページ  ここから */
/*-------------------------------------*/
.underpage-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 0 0;
}
.list-table {
  margin: 0 auto;
  border: none;
}
.list-table tr {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.list-table th {
  width: 20%;
  background-color: #202020;
  color: #fff;
  border-top: 2px solid #aaa;
  border-left: 2px solid #202020;
  border-bottom: none;
  align-self: stretch;
}
.list-table td {
  width: 70%;
  border-top: 2px solid #aaa;
  border-right: 2px solid #202020;
  border-bottom: none;
}
.list-table tr:first-child th,
.list-table tr:first-child td {
  border-top: 2px solid #202020;
}
.list-table tr:last-child th,
.list-table tr:last-child td {
  border-bottom: 2px solid #202020;
}
.list-undertext {
  width: 90%;
  margin: 20px auto 0;
}
@media screen and (max-width: 1240px) {
  .list-table {
    width: 90%;
  }
  .list-table tr {
    flex-direction: column;
  }
  .list-table th,.list-table td {
    width: 100%;
  }
  .list-table th {
    border: none;
  }
  .list-table td {
    border-top: none;
    border-right: 2px solid #aaa;
    border-left: 2px solid #aaa;
  }
  .list-table tr:last-child td {
    border-bottom: 2px solid #aaa;
  }
}
/*-------------------------------------*/
/*  特定商取引法に基づくページ  ここまで */
/*-------------------------------------*/

/*-------------------------------------*/
/*  運営会社情報  ここから */
/*-------------------------------------*/
.company-container h2 {
  text-align: center;
  margin-bottom: 40px;
}
/*-------------------------------------*/
/*  運営会社情報  ここまで */
/*-------------------------------------*/

/*-------------------------------------*/
/*  規約・ポリシー  ここから */
/*-------------------------------------*/
.terms-section {
  margin-top: 80px;
}
.terms-container h3 {
  margin-bottom: 10px;
}
.terms-text-mb10 {
  margin-bottom: 10px !important;
}
.terms-text,
.terms-section ul {
  margin:0 0 30px;
}
@media screen and (max-width: 1240px) {
  .terms-container {
    width: 90%;
    margin: 0 auto;
  }
  .terms-section {
    margin-top: 50px;
  }
}
/*-------------------------------------*/
/*  規約・ポリシー  ここまで */
/*-------------------------------------*/