/* 2025/12/04 */

#testpage .index-intro .link-list{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;  
}

#testpage .index-intro .link-list li{
  height: 50px;
  display: grid;
  place-content: center;
  padding: 0px 10px;
  border-radius: 10px;
  background: #30498c;
}

#testpage .index-intro .link-list li:last-of-type{
  background-color: #fff;
  border: 1px solid #30498c;
}

#testpage .index-intro .link-list li a{
  width: 100%;
  height: 100%;
  color: #fff;
}

#testpage .index-intro .link-list li:last-of-type a{
  color: #30498c;
}

#testpage .index-intro .link-list li:hover{
  border: 1px solid #30498c;
  background-color: #fff;
}

#testpage .index-intro .link-list li:hover a{
  color: #30498c;
}


#testpage .index-intro .link-list li:last-of-type:hover{
  border: 1px solid #fff;
  background-color: #30498c;
}

#testpage .index-intro .link-list li:last-of-type:hover a{
  color: #fff;
}

/* ============================================
   ダウンロードボタン - hover時アイコン切り替え
============================================ */

#testpage .index-intro .download-btn {
  height: 50px;
  border-radius: 10px;
  background: #6291cd;
  width: 42%;
  margin-bottom: 15px;
  border: 2px solid #6291cd;
  transition: background 0.3s ease, border-color 0.3s ease;
}

#testpage .index-intro .download-btn:hover {
  background: #fff;
  border-color: #6291cd;
}

#testpage .index-intro .download-btn a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

#testpage .index-intro .download-btn:hover a {
  color: #6291cd;
}

#testpage .index-intro .download-btn a span.link-txt {
  margin-right: 10px;
}

#testpage .index-intro .download-btn a span.link-icn {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}

/* 通常時のアイコン */
#testpage .index-intro .download-btn a span.link-icn .icon-default {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

/* hover時のアイコン（通常は非表示） */
#testpage .index-intro .download-btn a span.link-icn .icon-hover {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* hover時：通常アイコンを非表示、hoverアイコンを表示 */
#testpage .index-intro .download-btn:hover a span.link-icn .icon-default {
  opacity: 0;
}

#testpage .index-intro .download-btn:hover a span.link-icn .icon-hover {
  opacity: 1;
}


/* ============================================
   HTML構造（参考）
   
   <div class="download-btn">
     <a href="javascript:void(0)" data-href="">
       <span class="link-txt">当院訪問診療のパンフレット</span>
       <span class="link-icn">
         <img class="icon-default" src="/upload/tenant_1/ダウンロードアイコン.png" alt="アイコン">
         <img class="icon-hover" src="/upload/tenant_1/ダウンロードアイコン_hover.png" alt="アイコン">
       </span>
     </a>
   </div>
   
============================================ */
/* #testpage .index-intro .download-btn:hover{
 background-color: #fff;
 color: #30498c;
 border: 1px solid #30498c;
}


#testpage .index-intro .download-btn:hover a{
 color: #30498c;
} */

@media screen and (min-width:600px) and (max-width:1024px) {
#testpage .index-intro.detail .content .duck-img{
  bottom: 17%;  
}

#testpage .index-intro .download-btn{
width: 68%;
}
}

@media screen and (max-width:599px) {
#testpage .index-intro.detail .content .duck-img{
  bottom: 23%;  
}

#testpage .index-intro .link-list{
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
}

#testpage .index-intro .link-list li{
  width: 80%;
}

#testpage .index-intro .download-btn{
  width: 68%;
  margin-right: auto;
  margin-left: auto;
}

#testpage .index-intro .download-btn {
  width: 80%;
    margin-bottom: 15px;
}
}

/* 目次 */

.tablelist ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    background: #f0f5f8;
    padding: 20px;
    border-radius: 10px;
}

.tablelist ul li {
    font-size: 16px;
    color: #30498c;
    width: 100%;
    border-bottom: 1px dashed;
    font-weight: bold;
}

/* ============================================
       5つの特徴セクション (#testpage内限定)
   ============================================ */
/* #testpage .features-section {
  padding: 80px 0 100px;
  background: #ecf1f6;
  position: relative;
  overflow: hidden;
} */

#testpage .features-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* セクションヘッダー */
#testpage .features-header {
  text-align: center;
  margin-bottom: 50px;
}

#testpage .features-header__en {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 2.5rem;
  font-weight: 400;
  color: #4A7C9B;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

#testpage .features-header__ja {
  font-size: 1.4rem;
  font-weight: 500;
  color: #4A7C9B;
  letter-spacing: 0.1em;
}

/* 上段：2カラム */
#testpage .features-top-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

/* 下段：3カラム */
#testpage .features-bottom-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* 特徴アイテム */
#testpage .feature-item {
  display: flex;
  flex-direction: column;
}

/* 特徴ヘッダー部分 */
#testpage .feature-item__header {
  background: #84b5d3;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 10px 10px 0 0;
  min-height: 80px;
}

#testpage .feature-item__number {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  flex-shrink: 0;
}

#testpage .feature-item__title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* 特徴コンテンツ部分 */
#testpage .feature-item__content {
  padding: 20px 25px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-radius: 0 0 10px 10px;
  flex-grow: 1;
}

#testpage .feature-item__text {
  font-size: 16px;
  line-height: 1.9;
}

/* ============================================
       タブレット（1024px以下）
   ============================================ */
@media screen and (max-width: 1024px) {
  #testpage .features-section {
    padding: 60px 0 80px;
  }

  #testpage .features-header {
    margin-bottom: 40px;
  }

  #testpage .features-header__en {
    font-size: 2rem;
  }

  #testpage .features-header__ja {
    font-size: 1.2rem;
  }

  #testpage .features-top-row {
    gap: 20px;
    margin-bottom: 20px;
  }

  #testpage .features-bottom-row {
    gap: 20px;
  }

  #testpage .feature-item__header {
    padding: 15px 20px;
    gap: 12px;
    min-height: 70px;
  }

  #testpage .feature-item__number {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
  }

  #testpage .feature-item__title {
    font-size: 0.9rem;
  }

  #testpage .feature-item__content {
    padding: 15px 20px;
  }

  #testpage .feature-item__text {
    font-size: 0.85rem;
    line-height: 1.8;
  }
}

/* ============================================
       スマートフォン（599px以下）
   ============================================ */
@media screen and (max-width: 599px) {
  #testpage .features-section {
    padding: 50px 0 60px;
  }

  #testpage .features-container {
    padding: 0 15px;
  }

  #testpage .features-header {
    margin-bottom: 30px;
  }

  #testpage .features-header__en {
    font-size: 1.75rem;
  }

  #testpage .features-header__ja {
    font-size: 1.05rem;
  }

  #testpage .features-top-row {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 15px;
  }

  #testpage .features-bottom-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  #testpage .feature-item__header {
    padding: 15px;
    gap: 12px;
    min-height: auto;
    border-radius: 8px 8px 0 0;
  }

  #testpage .feature-item__number {
    width: 32px;
    height: 32px;
    font-size: 1.1rem;
  }

  #testpage .feature-item__title {
    font-size: 18px;
  }

  #testpage .feature-item__content {
    padding: 15px;
    border-radius: 0 0 8px 8px;
  }

  #testpage .feature-item__text {
    font-size: 16px;
    line-height: 1.8;
    
  }
}

/* 訪問診療とは */

#testpage .aboutarea .mtitle{
    font-size: 24px;
    font-family: 'Kiwi Maru', serif;

}

#testpage #recommend .sub-ttl{
    font-size: 24px;
    font-family: 'Kiwi Maru', serif;
    margin-bottom: 50px;
    color: #355f99;
}

/* ============================================
       流れセクション (#testpage内限定)
   ============================================ */
#testpage .flow-section {
  padding: 80px 0 100px;
  background: linear-gradient(135deg, #d0dce5 0%, #b8c9d8 50%, #a0b5c8 100%);
  position: relative;
  overflow: hidden;
}

#testpage .flow-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* セクションヘッダー */
#testpage .flow-header {
  text-align: center;
  margin-bottom: 60px;
}

#testpage .flow-header__en {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 2.5rem;
  font-weight: 400;
  color: #4A7C9B;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

#testpage .flow-header__ja {
  font-size: 1.4rem;
  font-weight: 500;
  color: #4A7C9B;
  letter-spacing: 0.1em;
}

/* ステップグリッド - 2x2 */
#testpage .flow-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

/* 各ステップカード */
#testpage .flow-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#testpage .flow-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* 画像エリア */
#testpage .flow-card__image {
  position: relative;
  height: 340px;
  overflow: hidden;
}

#testpage .flow-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

#testpage .flow-card:hover .flow-card__image img {
  transform: scale(1.05);
}

/* 画像プレースホルダー */
#testpage .flow-card__image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #4A7C9B 0%, #5a8fad 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#testpage .flow-card__image-placeholder span {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}

/* ナンバーバッジ */
#testpage .flow-card__number {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 45px;
  height: 45px;
  z-index: 11;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #4A7C9B;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* コンテンツエリア */
#testpage .flow-card__content {
  padding: 25px 30px 30px;
}

#testpage .flow-card__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

#testpage .flow-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #4A7C9B;
}

#testpage .flow-card__subtitle {
  font-size: 0.85rem;
  font-weight: 400;
  color: #888;
}

#testpage .flow-card__tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: #4A7C9B;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 25px;
  transition: background 0.3s ease;
  margin-left: auto;
}

#testpage .flow-card__tel:hover {
  background: #3d6a87;
}

#testpage .flow-card__text {
  font-size: 0.9rem;
  line-height: 1.9;
  color: #555;
}

#testpage .flow-card__text div {
  margin-bottom: 10px;
  color: #000;
}

#testpage .flow-card__text p:last-child {
  margin-bottom: 0;
}

#testpage .flow-card__label {
  font-weight: 700;
  color: #4A7C9B;
  display: block;
  margin-top: 12px;
  margin-bottom: 5px;
  font-size: 0.9rem;
}

/* ============================================
       タブレット（1024px以下）
   ============================================ */
@media screen and (max-width: 1024px) {
  #testpage .flow-section {
    padding: 60px 0 80px;
  }

  #testpage .flow-header {
    margin-bottom: 45px;
  }

  #testpage .flow-header__en {
    font-size: 2rem;
  }

  #testpage .flow-header__ja {
    font-size: 1.2rem;
  }

  #testpage .flow-grid {
    gap: 25px;
  }

  #testpage .flow-card__image {
    height: 180px;
  }

  #testpage .flow-card__number {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  #testpage .flow-card__content {
    padding: 20px 25px 25px;
  }

  #testpage .flow-card__title {
    font-size: 1.1rem;
  }

  #testpage .flow-card__text {
    font-size: 0.85rem;
  }

  #testpage .flow-card__tel {
    font-size: 0.85rem;
    padding: 6px 15px;
  }
}

/* ============================================
       スマートフォン（599px以下）
   ============================================ */
@media screen and (max-width: 599px) {
  #testpage .flow-section {
    padding: 50px 0 60px;
  }

  #testpage .flow-container {
    padding: 0 15px;
  }

  #testpage .flow-header {
    margin-bottom: 35px;
  }

  #testpage .flow-header__en {
    font-size: 1.75rem;
  }

  #testpage .flow-header__ja {
    font-size: 1.05rem;
  }

  #testpage .flow-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #testpage .flow-card {
    border-radius: 12px;
  }

  #testpage .flow-card__image {
    height: 200px;
  }

  #testpage .flow-card__image-placeholder span {
    font-size: 0.95rem;
  }

  #testpage .flow-card__number {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
    top: 12px;
    left: 12px;
  }

  #testpage .flow-card__content {
    padding: 20px;
  }

  #testpage .flow-card__header {
    gap: 8px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  #testpage .flow-card__title {
    font-size: 1.05rem;
  }

  #testpage .flow-card__subtitle {
    width: 100%;
    order: 3;
  }

  #testpage .flow-card__tel {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-top: 8px;
    order: 4;
    padding: 10px 20px;
  }

  #testpage .flow-card__text {
    font-size: 0.85rem;
    line-height: 1.8;
  }
}
/* セクションヘッダー */
#testpage .cost-header {
  text-align: center;
  margin-bottom: 40px;
}

#testpage .cost-header__en {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 2.5rem;
  font-weight: 400;
  color: #4A7C9B;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

#testpage .cost-header__ja {
  font-size: 1.4rem;
  font-weight: 500;
  color: #4A7C9B;
  letter-spacing: 0.1em;
}

/* 説明ボックス */
#testpage .cost-intro {
  background: #fff;
  border-radius: 15px;
  padding: 30px 35px;
  margin-bottom: 40px;
  box-shadow: 0 3px 15px rgba(74, 124, 155, 0.08);
  position: relative;
}

#testpage .cost-intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #4A7C9B, #7BA3B8);
  border-radius: 15px 15px 0 0;
}

#testpage .cost-intro__text {
  font-size: 16px;
  line-height: 2;
}

/* 保険診療エリア */
#testpage .cost-insurance {
  background: #fff;
  border-radius: 15px;
  padding: 35px;
  box-shadow: 0 3px 15px rgba(74, 124, 155, 0.08);
}

#testpage .cost-insurance__header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

#testpage .cost-insurance__icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #4A7C9B 0%, #6a9bb5 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#testpage .cost-insurance__icon svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}

#testpage .cost-insurance__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #4A7C9B;
}

#testpage .cost-insurance__notes {
  background: #f5f8fa;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 30px;
  border-left: 4px solid #4A7C9B;
}

#testpage .cost-insurance__note {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

#testpage .cost-insurance__note:last-child {
  margin-bottom: 0;
}

#testpage .cost-insurance__example {
  font-size: 0.85rem;
}

/* 料金カード */
#testpage .cost-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

#testpage .cost-card {
  border: 1px solid #e0e8ed;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

#testpage .cost-card:hover {
  box-shadow: 0 5px 20px rgba(74, 124, 155, 0.12);
}

#testpage .cost-card__header {
  background: linear-gradient(135deg, #4A7C9B 0%, #5a8dad 100%);
  color: #fff;
  padding: 15px 20px;
  text-align: center;
}

#testpage .cost-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#testpage .cost-card__body {
  padding: 0;
}

#testpage .cost-card__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
}

#testpage .cost-card__row:last-child {
  border-bottom: none;
}

#testpage .cost-card__row:nth-child(odd) {
  background: #fafcfd;
}

#testpage .cost-card__label {
  font-size: 0.9rem;
}

#testpage .cost-card__price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #4A7C9B;
}

#testpage .cost-card__price small {
  font-size: 0.8rem;
  font-weight: 400;
}

/* ============================================
       タブレット（1024px以下）
   ============================================ */
@media screen and (max-width: 1024px) {
  #testpage .cost-section {
    padding: 60px 0 80px;
  }

  #testpage .cost-header {
    margin-bottom: 35px;
  }

  #testpage .cost-header__en {
    font-size: 2rem;
  }

  #testpage .cost-header__ja {
    font-size: 1.2rem;
  }

  #testpage .cost-intro {
    padding: 25px 30px;
    margin-bottom: 35px;
  }

  #testpage .cost-intro__text {
    font-size: 0.9rem;
  }

  #testpage .cost-insurance {
    padding: 30px;
  }

  #testpage .cost-insurance__title {
    font-size: 1.15rem;
  }

  #testpage .cost-cards {
    gap: 20px;
  }

  #testpage .cost-card__header {
    padding: 12px 15px;
  }

  #testpage .cost-card__title {
    font-size: 1rem;
  }

  #testpage .cost-card__row {
    padding: 12px 15px;
  }

  #testpage .cost-card__label {
    font-size: 0.85rem;
  }

  #testpage .cost-card__price {
    font-size: 1rem;
  }
}

/* ============================================
       スマートフォン（599px以下）
   ============================================ */
@media screen and (max-width: 599px) {
  #testpage .cost-section {
    padding: 50px 0 60px;
  }

  #testpage .cost-container {
    padding: 0 15px;
  }

  #testpage .cost-header {
    margin-bottom: 30px;
  }

  #testpage .cost-header__en {
    font-size: 1.75rem;
  }

  #testpage .cost-header__ja {
    font-size: 1.05rem;
  }

  #testpage .cost-intro {
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 12px;
  }

  #testpage .cost-intro__text {
    font-size: 0.85rem;
    line-height: 1.9;
  }

  #testpage .cost-insurance {
    padding: 20px;
    border-radius: 12px;
  }

  #testpage .cost-insurance__header {
    gap: 12px;
    margin-bottom: 15px;
  }

  #testpage .cost-insurance__icon {
    width: 42px;
    height: 42px;
  }

  #testpage .cost-insurance__icon svg {
    width: 22px;
    height: 22px;
  }

  #testpage .cost-insurance__title {
    font-size: 1.1rem;
  }

  #testpage .cost-insurance__notes {
    padding: 12px 15px;
    margin-bottom: 20px;
  }

  #testpage .cost-insurance__note {
    font-size: 0.85rem;
  }

  #testpage .cost-insurance__example {
    font-size: 0.8rem;
  }

  #testpage .cost-cards {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  #testpage .cost-card {
    border-radius: 10px;
  }

  #testpage .cost-card__header {
    padding: 12px 15px;
  }

  #testpage .cost-card__title {
    font-size: 0.95rem;
  }

  #testpage .cost-card__row {
    padding: 12px 15px;
  }

  #testpage .cost-card__label {
    font-size: 0.85rem;
  }

  #testpage .cost-card__price {
    font-size: 1rem;
  }
}

/* ============================================
       関係機関向けセクション (#testpage内限定)
   ============================================ */
#testpage .partners-section {
  padding: 80px 0;
  background: #eff1f7;
  position: relative;
  overflow: hidden;
}

/* 背景装飾 */
#testpage .partners-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
}

#testpage .partners-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
}

#testpage .partners-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* ヘッダー */
#testpage .partners-header {
  text-align: center;
  margin-bottom: 40px;
}

#testpage .partners-header__en {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 2.2rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

#testpage .partners-header__title {
display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    color: #4a7c9b;
    letter-spacing: 0.08em;
    padding: 12px 35px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    background: #fff;
}

/* コンテンツ */
#testpage .partners-content {
  background: #fff;
  border-radius: 15px;
  padding: 35px 40px;
  margin-bottom: 30px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

#testpage .partners-list {
  list-style: none;
}

#testpage .partners-list__item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 18px;
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.9;
    color: #4a7c9b;
}

#testpage .partners-list__item:last-child {
  margin-bottom: 0;
}

#testpage .partners-list__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.8;
}

/* フッターメッセージ */
#testpage .partners-footer {
    background: rgb(76 126 156);
    border-radius: 12px;
    padding: 25px 35px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#testpage .partners-footer__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
  color: #fff;
  letter-spacing: 0.03em;
}

/* ============================================
       タブレット（1024px以下）
   ============================================ */
@media screen and (max-width: 1024px) {
  #testpage .partners-section {
    padding: 60px 0;
  }

  #testpage .partners-header {
    margin-bottom: 35px;
  }

  #testpage .partners-header__en {
    font-size: 1.8rem;
  }

  #testpage .partners-header__title {
    font-size: 1.1rem;
    padding: 10px 30px;
  }

  #testpage .partners-content {
    padding: 30px;
    margin-bottom: 25px;
  }

  #testpage .partners-list__item {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }

  #testpage .partners-footer {
    padding: 20px 30px;
  }

  #testpage .partners-footer__text {
    font-size: 0.95rem;
  }
}

/* ============================================
       スマートフォン（599px以下）
   ============================================ */
@media screen and (max-width: 599px) {
  #testpage .partners-section {
    padding: 50px 0;
  }

  #testpage .partners-section::before,
  #testpage .partners-section::after {
    display: none;
  }

  #testpage .partners-container {
    padding: 0 15px;
  }

  #testpage .partners-header {
    margin-bottom: 25px;
  }

  #testpage .partners-header__en {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  #testpage .partners-header__title {
    font-size: 0.95rem;
    padding: 10px 20px;
    letter-spacing: 0.03em;
  }

  #testpage .partners-content {
    padding: 25px 20px;
    margin-bottom: 20px;
    border-radius: 12px;
  }

  #testpage .partners-list__item {
    font-size: 0.85rem;
    line-height: 1.85;
    padding-left: 18px;
    margin-bottom: 15px;
  }

  #testpage .partners-list__item::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }

  #testpage .partners-footer {
    padding: 20px 15px;
    border-radius: 10px;
  }

  #testpage .partners-footer__text {
    font-size: 0.85rem;
    line-height: 1.8;
  }
}

/* 2025/12/16 */

#testpage #link04 .overx-hide{
 overflow-x: hidden;  
}

#testpage #link04 .b-radius30{
  border-radius: 30px;
}

@media screen and (max-width:599px) {
#testpage #link04 .b-radius30 img{
  width: 100%;
}
}

