.comparisonTitle {
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.headerBefore {
  background: linear-gradient(90deg, rgba(84, 111, 211, 1) 0%, rgba(32, 55, 139, 1) 100%);
}

.headerAfter {
  background: linear-gradient(90deg, rgba(222, 48, 49, 1) 0%, rgba(244, 92, 93, 1) 100%);
}

.cardBefore { background-color: #f5f6f8; }
.cardAfter { background-color: #fcf4f4; }

.cardHead {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.cardHeadBefore { border-bottom: 1px solid #20378b; }
.cardHeadAfter { border-bottom: 1px solid #de3031; }

.badgeBefore, .badgeAfter {
  margin-top: 2px;
  padding: 4px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: bold;
  white-space: nowrap;
}

.badgeBefore { background-color: #20378b; color: #fff; }
.badgeAfter { background-color: #de3031; color: #fff; }

.titleBefore, .titleAfter {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: bold;
}

.titleBefore { color: #20378b; }
.titleAfter { color: #de3031; }

.cardDescription {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}

.ArchiveDetailThumbnail {
  display: block;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.ArchiveDetailThumbnail img {
  display: block;
  width: 100%;
  box-shadow: 0 0 10px rgba(91, 119, 193, 0.1);
  border-radius: 10px;
}

.ArchiveDetailThumbnail figcaption {
  display: block;
  text-align: center;
  color: #707070;
  font-size: 12px;
  letter-spacing: 0.06em;
  margin-top: 10px;
}

.productOverviewHeader {
  color: var(--color-blue);
  margin-bottom: 40px;
}

.productBrandName {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 16px 0;
}

.productCatchphrase {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

.productCatchphrase::before {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background-color: #1a2a6c;
  margin-right: 16px;
}

.sectionTitleLeftBorder {
  color: var(--color-blue);
  background-color: #f3f5fa; /* 薄いブルーグレーの背景 */
  border-left: 6px solid var(--color-blue); /* 左側の青い線 */
  padding: 10px 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
}

.ArchiveUserComment {
  border-radius: 10px;
  border: 1px solid var(--color-blue);
  padding: 26px;
  margin-bottom: 18px;
}

.ArchiveUserCommentTitle {
  color: var(--color-blue);
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  font-weight: 500;
}

.ArchiveUserComment p:last-of-type {
  margin-bottom: 0;
}

.TableColor {

}

.TableColor th {
  width: 104px;
  background-color: #f2f5ff;
}

.TableColor a {
  color: var(--color-blue);
}

.messageCard {
  background-color: #ffffff;
  border: 1px solid var(--color-blue);
  border-radius: 12px;
  box-sizing: border-box;
}

.sectionTitle {
  color: var(--color-blue);
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
  border-bottom: 1px solid var(--color-blue);
  margin-bottom: 18px;
  letter-spacing: 0.06em;
}

.messageTitle {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 14px;
  line-height: 1.5;
}

.messageText {
  font-size: 15px;
  color: #222;
  line-height: 2.2;
  margin: 0;
}

.profileSection {
  display: flex;
  flex-direction: column;
}

.profileImage {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.companyName {
  font-size: 13px;
  color: #333;
  line-height: 1.6;
  margin: 0 0 15px 0;
}

.personName {
  font-size: 18px;
  color: #111;
  margin: 0;
  letter-spacing: 0.1em;
}

.ButtonArrowRight {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20d%3D%22m12.99%2010.22-2.18%202.17a.42.42%200%200%201-.59-.59l1.59-1.58-1.59-1.6a.42.42%200%201%201%20.6-.58Z%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20d%3D%22M12.13%2010.6H7.6a.42.42%200%200%201-.42-.41.42.42%200%200%201%20.42-.42h4.53a.42.42%200%200%201%20.42.42.42.42%200%200%201-.42.42Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E'),linear-gradient(180deg,rgba(58, 153, 213, 1) 0%, rgba(73, 105, 179, 1) 100%);
  background-repeat: no-repeat;
  background-position: center right 24px, center;
  
}

@media (min-width: 768px) {
  .comparisonContainer {
    display: flex;
    justify-content: space-between;
  }

  /* 左右のブロック幅設定。中央に70pxのスペースを確保するため、50%から35pxを引く */
  .beforeBlock, .afterBlock {
    width: calc(50% - 35px);
    display: flex;
    flex-direction: column;
  }

  .comparisonTitle {
    padding: 16px;
    font-size: 1.1rem;
    margin-bottom: 24px;
  }

  .cardItem {
    padding: 24px;
    margin-bottom: 24px;
  }

  .cardHead {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  /* PC用の横矢印（カードの右側に疑似要素として配置） */
  .cardBefore {
    position: relative;
  }

  .cardBefore::after {
    content: '';
    position: absolute;
    top: 50%;
    /* 中間スペース(70px)の中央に配置するため、右端から -35px さらに矢印幅の半分(14px)を引いて -49px */
    right: -49px;
    transform: translateY(-50%);
    width: 28px;
    height: 78px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2278%22%20viewBox%3D%220%200%2028%2078%22%3E%3Cpath%20fill%3D%22%23f7abab%22%20d%3D%22M28%2039%200%2078V0Z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
  }

  /* モバイル用の下矢印は非表示 */
  .arrowSpDown {
    display: none;
  }

  .ArchiveDetailSectionTitle2--border-top {
    margin-bottom: 40px;
  }

  .ArchiveDetailSectionTitle2--border-top:not(:first-child) {
    margin-top: 80px;
  }

  .messageCard {
    padding: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .sectionTitle {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }

  .contentWrapper {
    display: flex;
    gap: 9.25%;
  }

  .profileSection {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .comparisonContainer {
    display: flex;
    flex-direction: column;
  }

  .beforeBlock, .afterBlock {
    display: flex;
    flex-direction: column;
  }

  .comparisonTitle {
    padding: 16px;
    font-size: 1rem;
    margin-bottom: 16px;
  }

  .cardItem {
    padding: 20px;
    margin-bottom: 16px;
  }

  .cardHead {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  /* PC用の横矢印は非表示 */
  .cardBefore::after {
    display: none;
  }

  /* モバイル用の下矢印 */
  .arrowSpDown {
    display: block;
    width: 78px;
    height: 28px;
    margin: 16px auto 32px auto;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2278%22%20height%3D%2228%22%20viewBox%3D%220%200%2078%2028%22%3E%3Cpath%20fill%3D%22%23f7abab%22%20d%3D%22M39%2028%200%200h78Z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .messageCard {
    padding: 20px;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .JS .ArchiveDetail .sectionTitle {
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .contentWrapper {
    
  }

  .messageSection {
    flex: 1;
  }

  .profileSection {
    width: 100%;
    flex-shrink: 0;
    margin-top: 30px;
  }

  .productBrandName {
    font-size: 18px;
  }

  .JS .ArchiveDetail .sectionTitleLeftBorder {
    margin-bottom: 30px;
    margin-top: 40px;
  }

  .ArchiveDetailContent .TextStyle1:not(:last-child) {
    margin-bottom: 20px;
  }

  .JS .ArchiveDetail .ArchiveDetailSectionTitle2--border-top:not(:first-child) {
    margin-top: 50px;
  }

  .productCatchphrase {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 16px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .ArchiveDetailHeading h1 span {
    margin-top: 10px;
    font-size: 130%;
  }
}
