@charset "UTF-8";
@media (min-width: 1000px) {
  .spOnly {
    display: none;
  }
}
@media (max-width: 999px) {
  .pcOnly {
    display: none;
  }
}
/*====================================================================
  /news/ お知らせ
====================================================================*/
.news-intro {
  margin: 0 0 1.5rem;
  padding: 0.85rem 1rem;
  line-height: 1.65;
  font-size: 0.92rem;
  text-align: left;
  color: #CCCCCC;
  background: linear-gradient(158deg, rgba(24, 26, 52, 0.94) 0%, rgba(12, 14, 30, 0.97) 100%);
  border: 1px solid rgba(85, 85, 204, 0.42);
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(200, 200, 255, 0.06), 0 8px 24px rgba(0, 0, 0, 0.42);
}

#news.news-page {
  width: 100%;
  padding: 0.25rem 0 2.5rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  text-align: left;
  color: #CCCCCC;
  /* 「人気」リボン（icoPopular） */
}
#news.news-page .news-post {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px dashed rgba(136, 136, 238, 0.22);
  scroll-margin-top: 5rem;
}
#news.news-page .news-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#news.news-page .news-post__head {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem 0.85rem;
  border: 1px solid rgba(85, 85, 204, 0.42);
  border-radius: 10px;
  background: linear-gradient(158deg, rgba(24, 26, 52, 0.94) 0%, rgba(12, 14, 30, 0.97) 100%);
  box-shadow: inset 3px 0 0 #e8c56a, inset 0 0 0 1px rgba(200, 200, 255, 0.06), 0 8px 24px rgba(0, 0, 0, 0.42);
}
#news.news-page .news-post__date-wrap {
  margin: 0 0 0.3rem;
  line-height: 1.2;
}
#news.news-page .news-post__date {
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.58);
}
#news.news-page .news-post__title {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.12rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: rgba(230, 230, 255, 0.95);
}
#news.news-page .news-post__body {
  padding: 0 0.25rem;
}
#news.news-page .news-post__body p {
  margin: 0 0 0.85rem;
}
#news.news-page .news-post__body p:last-child {
  margin-bottom: 0;
}
#news.news-page .news-post__body a {
  font-weight: 500;
  text-decoration: underline;
}
#news.news-page p.msg {
  width: 100%;
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
  line-height: 1.6;
  color: #CCCCCC;
  background: rgba(8, 6, 22, 0.55);
  border: 1px solid rgba(136, 136, 238, 0.22);
  border-left: 3px solid #a7bc9d;
  border-radius: 0 10px 10px 0;
  box-shadow: inset 0 0 0 1px rgba(200, 200, 255, 0.04);
}
#news.news-page img.cap {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.5rem 0 1rem;
  border: 1px solid rgba(85, 85, 204, 0.42);
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}
#news.news-page table.form {
  width: 100%;
  margin: 0.5rem 0 1rem;
  border-collapse: collapse;
  font-size: 0.9rem;
  box-shadow: inset 0 0 0 1px rgba(200, 200, 255, 0.06), 0 8px 24px rgba(0, 0, 0, 0.42);
}
#news.news-page table.form td {
  padding: 0.45rem 0.6rem;
  border: 1px solid rgba(85, 85, 204, 0.35);
  vertical-align: top;
  color: #CCCCCC;
}
#news.news-page table.form tr td:first-child {
  width: 4.5rem;
  font-weight: 700;
  color: rgba(230, 230, 255, 0.95);
  background: rgba(85, 85, 204, 0.14);
}
#news.news-page a {
  color: #2FAAFB;
  word-break: break-word;
}
#news.news-page a:hover {
  text-decoration: underline;
}
#news.news-page .ribbon-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.65rem;
  line-height: 1;
  margin: 0 0.08em;
}
#news.news-page .news-logo-compare {
  width: 100%;
  max-width: 640px;
  margin: 2rem auto;
  border-collapse: collapse;
}
#news.news-page .news-logo-compare td {
  padding: 0.85rem 0.5rem;
  vertical-align: top;
  text-align: center;
  background: rgba(8, 6, 22, 0.55);
  border: 1px solid rgba(136, 136, 238, 0.22);
  border-radius: 10px;
}
#news.news-page .news-logo-compare .news-logo-compare__label {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: rgba(230, 230, 255, 0.95);
}
#news.news-page .news-logo-compare .news-logo-compare__url {
  margin: 0.65rem 0 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.58);
}
#news.news-page .news-logo-compare .news-logo-compare__arrow {
  font-size: 2rem;
  vertical-align: middle;
  color: #e8c56a;
  background: transparent;
  border: 0;
}
@media (max-width: 999px) {
  #news.news-page .news-logo-compare .news-logo-compare__arrow {
    display: none;
  }
  #news.news-page .news-logo-compare tr {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #news.news-page .news-logo-compare td {
    display: block;
    width: 100%;
  }
}
