/* --- Product 説明文 ---  */
.solution-desc-col-left h2, .solution-desc-col-right h2{
	font-weight:bold;
}

.solution-desc-continer {
  width: 100%;
}

.solution-desc-inner {
  max-width: 1440px;
  margin: 42px auto 0 auto;
  padding: 0 0 0 24px;
}

.solution-desc-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.solution-desc-col-left {
  grid-column: span 4;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 52px;
}

.solution-desc-col-right {
  grid-column: span 8;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 52px;
}

.solution-desc-sub {
  font-size: 18px;
  font-weight: 500;
}

.solution-desc-desc {
  padding: 0 36px 0 0;
  margin-top: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.06em;
}

.solution-desc-divider {
  margin: 70px auto 0;
  height: 2px;
  background-color: #222222;
  width: 96%;
}

/* スマホ用（600px） */
@media (max-width: 600px) {
  .solution-desc-grid {
    display: block;
  }

  .solution-desc-col-left {
    margin-top: 37px;
    font-size: 22px;
    line-height: 32px;
  }

  .solution-desc-col-left br {
    display: none;
  }

  .solution-desc-col-left h2,
  .solution-desc-col-right h2 {
    font-size: inherit;
    font-weight: inherit;
  }

  .solution-desc-sub {
    font-size: 16px;
  }

  .solution-desc-col-right {
    margin-top: 17px;
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 32px;
    max-width: 353px;
  }

  .solution-desc-desc {
    font-size: 14px;
    line-height: 24px;
    max-width: 367px;
  }

  .solution-desc-divider {
    margin-top: 32px;
    height: 2px;
    background-color: #222222;
    justify-items: center;
  }
}

/* --カード4枚ならび----------------------- */
.card-section {
  width: 100%;
  max-width: 1440px;
  margin: 52px auto 0 auto;
  padding: 16px;
}

.card-grid {
  max-width: 88%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  margin: 0 auto;
  justify-items: center;
}

.card-area {
  position: relative;
  height: 263px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  isolation: isolate;
  z-index: 10;
}

.card-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 12px;
  background-color: #29778a;
  mix-blend-mode: multiply;
  z-index: 20;
}

.card-content {
  position: relative;
  height: 100%;
  padding-left: 32px;
  padding-right: 20px;
  align-items: center;
  z-index: 30;
}

.card-content p {
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  padding: 90px 18px;
  letter-spacing: 0.06em;
  z-index: 30;
}
@media (max-width: 600px) {
  .card-section {
    padding: 10px;
    width: 100%;
  }

  .card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
    max-width: 95%;
  }

  .card-area {
    position: relative;
    height: 151px;
    width: 100%;
    max-width: 369px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    isolation: isolate;
    z-index: 10;
  }

  .card-area::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 12px;
    background-color: #29778a;
    mix-blend-mode: multiply;
    z-index: 20;
  }

  .card-content {
    position: relative;
    height: 100%;
    padding-left: 32px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 30;
  }

  .card-content p {
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 24px 18px;
    letter-spacing: 0.06em;
    z-index: 30;
  }
}

/* ---- カード4枚-----*/
/* ---- トランセルフロー ----*/

.trancel-flow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  background-color: #fff;
  max-width: 1440px;
  width: 90%;
  min-height: 511px;
  margin: 70px auto;
  border-radius: 20px;
}

.trancel-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.trancel-caption {
  position: absolute;
  top: 10%;
  font-size: 24px;
  font-weight: bold;
}

.trancel-caption2 {
  position: absolute;
  top: 10%;
  font-size: 24px;
  font-weight: bold;
}

.trancel-excel-icon {
  width: 132.65px;
  height: 132.65px;
}

.trancel-text {
  font-size: 36px;
  font-weight: bold;
  display: flex;
  background: #223355;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 6px;
  width: 280.74px;
  height: 184px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.trancel-arrow {
  font-size: 4rem;
}

.trancel-bank-icon {
  width: 244px;
  height: 232px;
}

/* PC版：テキストを画像の上に表示 */
@media (min-width: 769px) {
  .trancel-step {
    flex-direction: column;
  }
  .trancel-caption {
    order: -1; /* テキストを先に表示（画像の上） */
  }
}

/* スマホ版：縦並び & テキストを画像の下に表示 */
@media (max-width: 768px) {
  .trancel-excel-icon {
    width: 76px;
    height: 76px;
  }

  .trancel-bank-icon {
    width: 117.62px;
    height: 124px;
  }
  .trancel-text {
    width: 99%;
    height: 86.63px;
  }

  .trancel-flow {
    flex-direction: column;
    margin: 60px auto;
  }
  .trancel-arrow {
    transform: rotate(90deg);
  }
  .trancel-step {
    flex-direction: column;
  }
  .trancel-step .trancel-caption {
    order: 1;
  }
  .trancel-caption {
    top: 15%;
    font-size: 16px;
  }

  .trancel-caption2 {
    top: 72%;
    font-size: 16px;
  }
}

/* ---- トランセルフロー ----*/
/* ---- トレンセルダウンロード ---*/

.download-trancel-container {
  display: flex;
  background-color: #0044a4e8;
  margin: 0 auto;
  width: 100%;
  max-height: 433px;
  justify-content: center;
}
.download-trancel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  justify-content: center;
  align-items: center;
}

.download-trancel-col-left {
  position: relative;
  text-align: center;
}

.download-trancel-text {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: white;
  margin-bottom: 55px;
  padding-left: 36px;
}

.download-trancel-button {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.09em;
  background-color: white;
  border-radius: 56px;
  padding: 24px 160px;
}

.download-trancel-col-right {
  padding: 18px;
  text-align: center;
}

.download-trancel-col-right img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  /* ダウンロードボタン */
  .download-trancel-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .download-trancel-col-left {
    margin-top: 17px;
    text-align: center;
  }

  .download-trancel-text {
    font-size: 24px;
  }

  .download-trancel-button {
    font-size: 20px;
    padding: 10px 80px;
    margin-left: 60px;
    margin-left: 20px;
  }

  .download-trancel-col-right img {
    max-width: 60%;
  }
}

/* ---- トレンセルダウンロード ---*/

/* --- トランセルの特徴 --- */

/* トランセルの特徴 */
.feature-container {
  width: 80%;
  max-width: 1440px;
  margin: 80px auto 0;
  padding: 0 16px;
}

.feature-title {
  font-size: 36px;
  font-weight: bold;
  color: #050505;
  letter-spacing: 0.06em;
}

.feature-caption {
  margin-top: 6px;
  margin-bottom: 72px;
  color: #050505;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

/* グリッド */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}

.feature-item {
  position: relative;
}
.feature-item:nth-child(2n) {
  margin-top: 68px;
}

.feature-card {
  background: #365f9f;
  color: #ffffff;
  border-radius: 8px;
  padding: 48px;
  width: 100%;
  max-width: 641px;
  height: auto;
  min-height: 264px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.feature-badge {
  position: absolute;
  top: -45px;
  left: 20px;
  width: 90px;
  height: 90px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 52px;
  color: #144ea2;
  z-index: 20;
}

.feature-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.feature-card p {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.06em;
}

/* ====== レスポンシブ対応 (スマホのみ) ====== */
@media screen and (max-width: 768px) {
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .feature-item:nth-child(2n) {
    margin-top: 0;
  }
  .feature-badge {
    top: -35px;
    left: 24px;
    width: 70px;
    height: 70px;
    font-size: 36px;
  }
  .feature-card {
    margin-left: 0;
    padding: 32px 24px;
  }
  .feature-title {
    font-size: 22px;
  }
  .feature-caption {
    font-size: 16px;
    margin-bottom: 48px;
  }
  .feature-card h3 {
    font-size: 20px;
  }
  .feature-card p {
    font-size: 15px;
    line-height: 26px;
  }
}
/* --- トランセルの特徴 --- */
/* --- トランセル画面 --- */

.trancell-image-container {
  position: relative;
  margin: 0 auto;
  background-image: url("../images/Ellipse2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  max-width: 592px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
}

.trancel-image-text {
  position: absolute;
  top: 10%;
  font-size: 2.2vw;
  font-weight: bold;
  letter-spacing: 0.09em;
  text-align: center;
}

.trancel-image-sub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 501.81px;
  aspect-ratio: 501.81 / 332;
  border-radius: 8px;
  background-image: url("../images/Trancel_img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .trancel-image-text {
    font-size: 18px;
  }
}

/* --- トランセル画面 --- */

/*--- よくある質問 ---*/

.faq-section {
  padding: 40px 16px;
}
.faq-container {
  max-width: 1440px;
  margin: 0 auto;
}

.faq-header {
  margin-bottom: 20px;
}
.faq-title {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: #050505;
  letter-spacing: 0.06em;
}
.faq-sub {
  margin: 4px 0 0;
  font-size: 20px;
  color: #050505;
  letter-spacing: 0.06em;
  margin-bottom: 36px;
}

/* ----- card ----- */
.faq-item {
  width: 1321px;
  background: #ffffff;
  border-radius: 14px;
  padding: 18px 20px;
  margin: 16px 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e7eb;
}

/* 質問・回答の行 */
.faq-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.faq-row + .faq-row {
  margin-top: 12px;
}

/* Q/A バッジ */
.faq-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 46px;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid black;
  font-weight: 700;
  font-size: 26px;
  color: #0b53d0;
  background: #fff; /* 薄いブルー */
  flex: none;
}
.faq-badge.a {
  color: #fff;
  background: #1755ab;
}

/* 質問テキスト */
.faq-question {
  margin: 0 48px 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #0b53d0; /* 青で強調 */
}

/* 回答テキスト */
.faq-answer {
  margin: 0 48px 0 16px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.faq-answer p {
  margin: 0 0 0.4em;
}
.faq-answer p:last-child {
  margin-bottom: 24px;
}

.faq-lane {
  border: none;
  border-top: 2px solid #ebe9e9;
  width: 100%; /* 半分の長さ */
  margin: 10px auto; /* 中央寄せ */
}

@media (max-width: 600px) {
  .faq-section {
    padding: 28px 16px;
  }

  .faq-header {
    margin-bottom: 16px;
  }
  .faq-title {
    font-size: 20px;
  }
  .faq-sub {
    font-size: 13px;
    letter-spacing: 0.06em;
  }

  .faq-item {
    width: 100%;
    padding: 16px 16px;
    border-radius: 12px;
    margin: 12px 0;
  }

  .faq-row {
    gap: 10px;
    align-items: center; /* バッジとテキストの縦ズレ防止 */
    flex-wrap: wrap; /* 長文で折り返せるように */
  }

  /* バッジを一回り小さく */
  .faq-badge {
    inline-size: 40px;
    aspect-ratio: 1 / 1;
    font-size: 22px;
  }

  /* テキストの余白を少し詰める */
  .faq-question,
  .faq-answer {
    margin: 0 24px 0 8px;
    font-size: 17px;
    line-height: 1.6;
  }

  .faq-answer p:last-child {
    margin-bottom: 18px;
  }

  .faq-lane {
    margin: 8px auto;
  }
}

/* スマホ（～480px） */
@media (max-width: 480px) {
  .faq-section {
    padding: 24px 12px;
  }

  .faq-title {
    font-size: 18px;
  }
  .faq-sub {
    font-size: 12px;
  }

  .faq-item {
    width: 100%;
    padding: 14px 12px;
    border-radius: 10px;
    margin: 10px 0;
  }

  .faq-row {
    gap: 8px;
  }

  /* さらに小型化して親の圧力でも潰れにくいように */
  .faq-badge {
    inline-size: 34px;
    aspect-ratio: 1 / 1;
    font-size: 18px;
    flex: none; /* Flex伸縮を無効化して正円維持 */
  }

  .faq-question,
  .faq-answer {
    margin: 0 0 0 6px; /* 右マージンを詰める */
    font-size: 16px;
  }

  .faq-lane {
    border-top-width: 1px;
    margin: 6px auto;
  }
}

/* -- DownLoad Free --*/

.download-info-container {
  width: 100%;
  padding: 32px 16px 56px;
  background-color: #3d76b0;
}
.download-info-inner {
  max-width: 1440px;
  margin: 0 auto;
  color: #fff;
}

/* 見出し */
.download-lead-title {
  margin: 0 0 6px;
  font-weight: 800;
  font-size: clamp(22px, 3.2vw, 32px);
  color: #fff;
  letter-spacing: 0.02em;
}
.download-lead-sub {
  margin: 0 0 24px;
  font-size: 14px;
  opacity: 0.9;
}

/* 説明パネル */
.download-info {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.03);
}

.download-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 28px;
}

.download-info h2 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #fff;
}

/* ダイヤの箇条書き */
.download-diamond-list {
  list-style: none;
  padding: 0;
  margin: 0 32px 0 0;
}
.download-diamond-list li {
  position: relative;
  padding-left: 1.2em;
  margin: 0.35em 0;
}
.download-diamond-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  opacity: 0.9;
  font-size: 0.9em;
  line-height: 1.8;
}

/* ボタン群 */
.download-buttons {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  flex-wrap: wrap;
}
.download-btn {
  appearance: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  padding: 16px 28px;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-weight: 700;
  font-size: 24px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.06s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 549px;
  min-height: 112px;
}
.download-btn:hover {
  background: #1e40af;
}
.download-btn:active {
  transform: translateY(0);
  opacity: 0.9;
}

/* 2つ目のボタン（濃い色） */
/* .download-btn.primary {
  background: #1f3f77;
  color: #fff;
}
*/

/* レスポンシブ */
@media (max-width: 600px) {
  .download-info-grid {
    grid-template-columns: 1fr;
  }
  .download-btn {
    min-width: 332px;
	font-size: 19px;
  }
}

/* 動作環境・価格表 */

.operation-env-section,
.price-section {
  width: 100%;
  max-width: 1440px;
  height: auto;
  background-color: white;
  padding-top: 36px;
  margin: 0 auto;
}

.operation-env-container,
.price-container {
  max-width: 1321px;
  margin: 0 auto;
}
.operation-env-container h2,
.price-container h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #050505;
  margin-bottom: 18px;
}
.operation-env-container p,
.price-container p {
  font-size: 20px;
  font-weight: 500;
  color: #050505;
  margin-bottom: 32px;
  letter-spacing: 0.06em;
}
.operation-table,
.pricing-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #181818;
}

.operation-table th,
.operation-table td,
.pricing-table th,
.pricing-table td {
  border-bottom: 1px solid #181818;
  border-left: 1px solid #181818;
  padding: 1rem;
  vertical-align: middle;
  font-size: 1.125rem;
}
.operation-table th,
.pricing-table th {
  background-color: #ebe9e9;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #181818;
  width: 443px;
  letter-spacing: 0.06em;
}
.operation-table td,
.pricing-table td {
  max-width: 878px;
  padding: 0 48px 0 48px;
  background-color: #eff7fc;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.operation-table tr {
  min-height: 116px;
}

.pricing-table tr {
  min-height: 182px;
}
.operation-env-note {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.operation-env-note span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.price-line {
  font-size: 20px;
  margin-top: 48px;
}
.price-btn {
  margin-top: -68px;
  margin-bottom: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.8rem;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0.06em;
  width: 641px;
  color: #ffffff;
  background: #0044a4;
  border-radius: 0.5rem;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s ease, transform 0.06s ease;
}
.price-btn:hover {
  background: #1e40af;
}
.price-btn:active {
  transform: translateY(1px);
}
.price-note {
  font-size: 20px;
  letter-spacing: 0.06em;
}

.price-note-text {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .operation-env-section,
  .price-section {
    width: 90%;
    margin: 0 auto;
  }
  .operation-env-container h2,
  .price-container h2 {
    font-size: 22px;
  }
  .operation-env-container p,
  .price-container p {
    font-size: 14px;
  }
  .operation-table tr,
  .price-table tr {
    background-color: unset;
  }

  .operation-table th,
  .pricing-table th {
    font-size: 16px;
  }
  .operation-table th,
  .ex_sample2 td {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .operation-table tbody th {
    text-align: center;
  }
  .operation-table td,
  .pricing-table td {
    align-items: center;
    max-width: 360px;
    min-height: 100px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
  .operation-table tbody tr td:not(:last-child) {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .operation-table tbody tr td:not(:last-child)::before {
    content: attr(data-label);
    width: fit-content;
    padding: 0.2em 1em;
    border-radius: 100vw;
    font-size: 12px;
    background: #fff;
  }
  .operation-table tbody td:last-child::before {
    content: attr(data-label);
    display: inline-block;
    margin-right: 10px;
  }
  .operation-table tbody td:last-child {
    display: flex;
  }
  .operation-env-note {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
  .operation-env-note span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
  }

  .price-btn {
    margin-top: -18px;
    display: block;
    font-size: 14px;
    letter-spacing: 0.06em;
    max-width: 312.6px;
  }
  .price-note {
    font-size: 14px;
  }
  td.cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .price-line {
    margin-top: 12px;
  }

  .price-note-text {
    font-size: 12px;
  }
}


