@charset "UTF-8";
@import url("grid.css?1");
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

img {max-width:100%;height: auto;}
*,*:before,*:after {-webkit-box-sizing: inherit;box-sizing: inherit;}
html {scroll-padding-top: 300px;scroll-behavior: smooth;}

/*************************************************/
/*****-----         共通設定             -----*****/
/*************************************************/

h2.title {
  color: #364e96;/*文字色*/
  padding: 0.4em 0;/*上下の余白*/
  margin: 70px auto 40px auto;
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
  font-size: 3.0rem;
  width: 70%;
  text-align: center;
}

.sec_title {
    width: 90%;
    margin: 20px auto;
}

h2.sectit {
    font-size: 3.2rem;
    text-align: center;
    font-weight: 600;
}
 div.sec_title p {
    text-align: center;
    font-size: 2.4rem;
 }

.main_text {font-size: 2.0rem;text-align: center;}
.red{color:red;}
.bold {font-weight: 700;}

.divider {
  border: none; /* デフォルトの線をリセット */
  border-top: 2px solid #ddd; /* 線の太さ、種類（実線）、色を指定 */
  margin: 40px 0; /* 上下の余白 */
}

.note { /* メールフォーム注釈 */
    max-width: 1000px;
    margin: 20px auto 0;
    font-size: 1.7rem;
    line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .sec_title {width: 98%;}
  h2.sectit {font-size: 2.1rem;}
  div.sec_title p {font-size: 1.6rem;}
}
/*     ファーストビュー     ****************************/
.main_img {max-width: 1200px;margin: 0 auto;}
img.pc_img {max-width: 1200px;}

@media screen and (min-width: 768px) {
  img.sp_img {display: none;}
}
@media screen and (max-width: 767px) {
  img.pc_img {display: none;}
}

/* 全体のラッパー領域（背景画像設定） */
.hero-section {
  /* ご指定のパスを設定 */
  background-image: url('../img/main.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-section *,
.hero-section *::before,
.hero-section *::after {
  box-sizing: inherit;
}

.hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* 上部ダークグレーのバッジ */
.hero-badge {
  background-color: #3b3b3b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 12px 25px;
  border-radius: 5px;
  margin-bottom: 30px;
  font-size: 18px;
}

.badge-area {
  margin-right: 15px;
}

.badge-text {
  font-weight: bold;
}

/* メインの半透明白ボックス */
.hero-main-box {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 30px;
}

.hero-title {
  color: #222;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 25px 0;
  letter-spacing: 0.05em;
}

.hero-desc {
  color: #333;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 20px 0;
}

.hero-red-text {
  color: #d64f4f; /* 赤文字 */
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

/* 下部の3つのポイント（白角丸ボックス） */
.hero-points {
  display: flex;
  gap: 20px; /* ボックス間の隙間 */
  justify-content: space-between; /* 横幅に対して等間隔に配置 */
}

.point-box {
  flex: 1; /* 3つのボックスの横幅を均等（1:1:1）にする */
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 10px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center; /* ボックス内の文字とアイコンを中央揃え */
  box-sizing: border-box;
}

.point-check {
  color: #d64f4f; /* 赤いチェックマーク */
  margin-right: 8px;
  font-size: 18px;
}


/* =========================================
   スマホ等（767px以下）向けのレスポンシブ対応
========================================= */
@media screen and (max-width: 767px) {
  .hero-section {
    padding: 30px 15px;
  }

  .hero-badge {
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
  }

  .badge-area {
    margin-right: 10px;
  }

  .hero-main-box {
    padding: 30px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
  }

  .hero-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .hero-desc {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .hero-red-text {
    font-size: 16px;
  }

  /* スマホ画面では不自然な改行を防ぐため、PC用の改行を非表示にする */
  .pc-only {
    display: none;
  }

/* 下部ポイントを縦並びに変更 */
  .hero-points {
    flex-direction: column;
    gap: 12px;
  }

  .point-box {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    border-radius: 30px;
  }
}
/*************************************************/
/*****-----        SECTION 1            -----*****/
/*************************************************/

/* 全体の枠組みとリセット */
.inefficiency-section {
  background-color: #dfdfdf; /* 背景の薄いグレー */
  padding: 50px 20px;
  color: #000;
  line-height: 1.6;
  box-sizing: border-box;
}

.inefficiency-section *,
.inefficiency-section *::before,
.inefficiency-section *::after {
  box-sizing: inherit;
}

/* ヘッダー部分 */
.inefficiency-header {
  text-align: center;
  margin-bottom: 40px;
}

.inefficiency-header h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 15px 0;
  letter-spacing: 0.05em;
  text-align: center;
}

.inefficiency-header .highlight-underline {
  border-bottom: 3px solid #000;
  padding-bottom: 2px;
  font-weight: 600;
}

.inefficiency-header p {
  font-size: 23px;
  margin: 0;
  text-align: center;
}

/* リスト部分 */
.inefficiency-list {
  max-width: 900px;
  margin: 0 auto;
}

.case-item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 70px; /* ボックスを少し右にずらしてラベルと重ねる */
}

/* 青いラベル */
.case-label {
  position: absolute;
  left: 0;
  top: 21%;
  transform: translateY(-50%);
  background-color: #2a568c;
  color: #fff;
  padding: 8px 10px;
  width: 80px;
  text-align: center;
  font-size: 20px;
  z-index: 2; /* 白いボックスより手前に表示 */
}

/* 白い角丸ボックス */
.case-box {
  background-color: #fff;
  border: 1.5px solid #222;
  border-radius: 15px;
  padding: 20px 30px 20px 40px;
  position: relative;
  z-index: 1;
  min-height: 100px;
  display: flex;
  align-items: center;
}

.case-text {
  flex: 1;
}

/* 画像があるボックスのテキスト幅調整 */
.has-image .case-text {
  padding-right: 120px;
}

.case-text h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 8px 0;
}

.case-text p {
  font-size: 18px;
  margin: 0;
  color: #222;
}

/* イラスト画像（case1） */
.case-img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: auto;
}

/* =========================================
   スマホ等（767px以下）向けのレスポンシブ対応
========================================= */
@media screen and (max-width: 767px) {
  .inefficiency-section {
    padding: 30px 15px;
  }

  .inefficiency-header h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  
  .inefficiency-header .highlight-underline {
    border-bottom: 2px solid #000;
  }

  .inefficiency-header p {
    font-size: 15px;
  }

  .case-item {
    padding-left: 0;
    padding-top: 15px; /* ラベルを左上に配置するための余白 */
    margin-bottom: 25px;
  }

  /* スマホではラベルをボックスの左上に重ねる */
  .case-label {
    top: 0;
    left: 15px;
    transform: none;
    width: 65px;
    font-size: 14px;
    padding: 5px;
    border-radius: 2px;
  }

  .case-box {
    padding: 25px 15px 15px 15px; /* ラベルが被る分の余白を上部に追加 */
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  /* スマホ版：画像があるボックスのテキスト幅調整（画像に被らないよう右に余白） */
  .has-image .case-text {
    padding-right: 70px; 
  }

  .case-text h3 {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .case-text p {
    font-size: 14px;
  }

  /* スマホ版：イラスト画像を右端に絶対配置し、サイズを小さくする */
  .case-img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    margin: 0;
  }
}

/*SECTION1_LAST     ---------------------------*/
.sec1_last {
    width: 90%;
    margin: 20px auto 40px;
}

.sec1_last_tit {
    font-size: 3.0rem;
    font-weight: 600;
    text-align: center;
}

.sec1_last_img {
    width: 30%;
    margin: 20px 35% 20px 35%;
}

@media screen and (max-width: 767px) {
  .sec1_last {width: 98%;}
  .sec1_last_tit {font-size: 1.8rem;}
  .sec1_last_img {width: 60%;margin: 20px auto;}
}
/*************************************************/
/*****-----        SECTION 2            -----*****/
/*************************************************/

/* 全体レイアウト（黒枠の表現） */
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px; /* ボックス間の黒い線の太さになります */
  background-color: #fff; /* 隙間から黒を見せることで線を表現 */
  padding: 15px;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}

.service-grid *,
.service-grid *::before,
.service-grid *::after {
  box-sizing: inherit;
}

/* 各カードの共通設定 */
.service-card {
  background-color: #e8eef5; /* 薄い水色の背景 */
  display: flex;
  flex-direction: column;
  color: #111;
}

.card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.card-content {
  padding: 25px 20px;
  flex-grow: 1;
}

.card-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

/* リスト（チェックマーク）の設定 */
.card-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-content li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 6px;
  font-size: 17px;
  color: #444;
  line-height: 1.5;
}

.card-content li::before {
  content: "✓"; /* チェックマーク */
  position: absolute;
  left: 0;
  color: #444;
}

/* 右下：CTA（相談）カードの設定 */
.cta-card {
  background-color: #104a7f; /* 濃い青背景 */
  color: #fff;
}

.cta-content {
  padding: 30px 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; /* ボタンを中央に */
  height: 100%;
  text-align: center;
}

.cta-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.cta-content p {
  font-size: 17px;
  text-align: left; /* 本文は左揃え */
  line-height: 1.6;
  margin: 0 0 30px 0;
  color: #fff;
}

/* 相談ボタン */
.cta-button {
  display: inline-block;
  background-color: #eb5e5e; /* 赤系のボタン色 */
  color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 50px; /* 丸みを帯びたボタン */
  font-weight: bold;
  font-size: 20px;
  transition: opacity 0.3s ease;
}

.cta-button:hover {
  opacity: 0.8; /* ホバー時に少し薄くする */
}


/* =========================================
   スマホ等（767px以下）向けのレスポンシブ対応
========================================= */
@media screen and (max-width: 767px) {
  .service-grid {
    grid-template-columns: 1fr; /* 1列に変更 */
    gap: 10px;
    padding: 10px;
    width: 86%;
    margin: 0 auto;
  }

  .card-content {
    padding: 20px 15px;
  }

  .card-content h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .card-content li {
    font-size: 14px;
  }

  /* CTAカードのスマホ調整 */
  .cta-content {
    padding: 25px 20px;
  }

  .cta-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .cta-content p {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .cta-button {
    padding: 12px 30px;
    font-size: 16px;
    width: 100%; /* スマホではボタンを横幅いっぱいに */
    max-width: 300px;
  }
}

.annotation {
    width: 70%;
    margin: 20px auto;
}

.anno_txt {
    font-size: 1.8rem;
}

.anno_logo {
    width: 20%;
    margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .annotation {width: 98%;}
  .anno_txt {font-size: 1.4rem;}
  .anno_logo {width: 40%;}
}
/*************************************************/
/*****-----        SECTION 3            -----*****/
/*************************************************/

/* 全体の枠組み */
.feature-section {
  max-width: 800px; /* 全体の最大幅 */
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.feature-section *,
.feature-section *::before,
.feature-section *::after {
  box-sizing: inherit;
}

/* 各項目（横並び設定と下線） */
.feature-item {
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 2px dashed #d0d0d0; /* グレーの破線 */
}

/* 左側の星型アイコン */
.feature-icon {
  flex: 0 0 120px; /* アイコンの幅を固定 */
  margin-right: 40px; /* テキストとの余白 */
}

.feature-icon img {
  width: 100%;
  height: auto;
  display: block;
}

/* 右側のテキスト部分 */
.feature-text {
  flex: 1;
}

.feature-text h3 {
  color: #175796; /* タイトルの青色 */
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.feature-text p {
  color: #333;
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}

/* =========================================
   スマホ等（767px以下）向けのレスポンシブ対応
========================================= */
@media screen and (max-width: 767px) {
  .feature-section {
    padding: 15px;
  }

  .feature-item {
    padding: 25px 0; /* 上下の余白を狭く */
  }

  .feature-icon {
    flex: 0 0 70px; /* アイコンのサイズを小さく */
    margin-right: 20px; /* テキストとの余白を狭く */
  }

  .feature-text h3 {
    font-size: 18px; /* タイトルの文字サイズを小さく */
    margin-bottom: 10px;
  }

  .feature-text p {
    font-size: 14px; /* 本文の文字サイズを小さく */
    line-height: 1.6;
  }

  /* スマホ画面では不自然な位置で改行されないように、PC用の改行を非表示にする */
  .pc-only {
    display: none;
  }
}

.area {
    width: 80%;
    margin: 30px auto;
}

.area_box {
    width: 180px;
    margin: 40px auto;
    text-align: center;
    padding: 8px 0;
    border-radius: 22px;
    border: solid 2px #bfbfbf;
    background-color: #f2f2f2;
    font-size: 1.8rem;
    font-weight: 600;
    color:#155693;
}

.area_tit {
    font-size: 3.0rem;
    font-weight: 600;
    text-align: center;
    padding: 15px 0;
}

.area_txt {
    font-size: 2.6rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
  .area {width: 98%;}
  .area_tit {font-size: 1.9rem;}
  .area_txt {font-size: 1.6rem;}
}
/*************************************************/
/*****-----        SECTION 4            -----*****/
/*************************************************/

/* 全体の枠組み */
.scene-section {
  background-color: #ffffff; /* ご指定の通り白色背景 */
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #333; /* 背景白に合わせてテキストをダークグレーに */
}

.scene-section *,
.scene-section *::before,
.scene-section *::after {
  box-sizing: inherit;
}

/* 各シーンのブロック */
.scene-item {
  margin-bottom: 50px;
}

.scene-item:last-child {
  margin-bottom: 0;
}

/* ヘッダー全体のコンテナ */
.scene-header {
  display: flex;
  align-items: center; /* 縦の縦央揃え */
  flex-wrap: wrap; /* スマホ幅で要素が溢れた際に折り返す */
  background-color: #f4f6f9; /* 薄いグレーの背景（任意） */
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 25px;
}

/* 活用シーンのバッジ */
.scene-badge {
  background-color: #175796; /* 青色背景 */
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px; /* 角丸 */
  font-size: 16px;
  font-weight: bold;
}

/* タイトルテキスト（バッジの少し後ろに配置） */
.scene-txt {
  margin-left: 15px; /* ここでバッジとの隙間を作ります */
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

/* 価格テキスト */
.scene-price {
  margin-left: auto; /* PC表示では右端に寄せる */
  font-size: 20px;
  font-weight: bold;
  color: #d33838; /* 赤文字で強調 */
}

/* コンテンツ部分（画像とテキスト） */
.scene-content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

/* 左側の画像 */
.scene-image {
  flex: 0 0 35%; /* 画像エリアの幅を35%に固定 */
}

.scene-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 右側のテキスト */
.scene-text {
  flex: 1;
}

.scene-title {
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding-left: 12px;
  border-left: 5px solid #d9534f; /* 赤い縦線のアクセント */
  line-height: 1.4;
}

.scene-description {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

/* =========================================
   スマホ等（767px以下）向けのレスポンシブ対応
========================================= */
@media screen and (max-width: 767px) {
  .scene-section {
    padding: 30px 15px;
  }

  .scene-item {
    margin-bottom: 40px;
  }

.scene-header {
    padding: 12px 15px;
  }

  .scene-badge {
    font-size: 12px;
    padding: 4px 12px;
  }

  .scene-txt {
    margin-left: 10px; /* スマホでは隙間を少し狭くする */
    font-size: 15px;
  }

  /* 価格テキストのスマホ調整 */
  .scene-price {
    margin-left: 0; /* 右寄せを解除 */
    margin-top: 10px; /* 上に隙間を作る */
    width: 100%; /* 横幅いっぱいにして単独の行にする */
    text-align: right; /* 右揃えにしてレイアウトを整える */
    font-size: 16px;
  }

  /* 画像とテキストを縦並びに変更 */
  .scene-content {
    flex-direction: column;
    gap: 15px;
  }

  .scene-image {
    flex: none;
    width: 100%;
  }

  .scene-title {
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 10px;
    border-left-width: 4px;
  }

  .scene-description {
    font-size: 14px;
  }
}

/* 全体のコンテナ */
.workflow-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  gap: 15px;
  padding: 20px;
  box-sizing: border-box;
}

.workflow-wrapper *,
.workflow-wrapper *::before,
.workflow-wrapper *::after {
  box-sizing: inherit;
}

/* 各ステップのボックス */
.workflow-step {
  flex: 1; /* 幅を均等に */
  border-radius: 12px;
  padding: 12px 12px 25px 12px;
  position: relative;
  align-self: stretch; /* ボックスの高さを揃える */
  display: flex;
  flex-direction: column;
}

/* タイトル部分（濃い色の角丸ボックス） */
.step-title {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  border-radius: 8px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

/* 説明テキスト部分 */
.step-desc {
  padding: 0 10px;
  flex-grow: 1; /* 高さを埋める */
}

.step-desc p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #333;
}

/* 青色テーマ（Step 1〜3） */
.theme-blue {
  background-color: #e6f1f9;
}
.theme-blue .step-title {
  background-color: #185792;
}

/* 赤色テーマ（Step 4） */
.theme-red {
  background-color: #f7cfd0;
}
.theme-red .step-title {
  background-color: #de5a5d;
}

/* 矢印画像 */
.workflow-arrow {
  width: 30px; /* 矢印画像の大きさに合わせて適宜変更してください */
  height: auto;
  flex-shrink: 0;
}

/* カメラのイラスト画像 */
.camera-img {
  position: absolute;
  right: -5px;
  bottom: -10px;
  width: 70px; /* 画像の大きさに合わせて適宜変更してください */
  height: auto;
  z-index: 2;
}

/* =========================================
   スマホ等（767px以下）向けのレスポンシブ対応
========================================= */
@media screen and (max-width: 767px) {
  .workflow-wrapper {
    flex-direction: column; /* 縦並びに変更 */
    gap: 0; /* スマホではgapを使わずmarginで余白調整 */
    padding: 20px 15px;
  }

  .workflow-step {
    width: 100%;
    max-width: 400px;
    padding: 12px 12px 20px 12px;
    margin: 0 auto;
  }

  .step-title {
    font-size: 16px;
    padding: 12px 10px;
  }

  .step-desc p {
    font-size: 14px;
  }

  /* 矢印を下向きに回転させ、上下に余白を持たせる */
  .workflow-arrow {
    transform: rotate(90deg); /* 90度回転して下向きにする */
    margin: 15px 0;
    width: 25px;
  }

  /* スマホ時のカメラ画像の位置調整 */
  .camera-img {
    width: 60px;
    right: -5px;
    bottom: -15px;
  }
}

/* 全体のコンテナ（PC: 4列設定） */
.property-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.property-list *,
.property-list *::before,
.property-list *::after {
  box-sizing: inherit;
}

/* 各項目のスタイル */
.property-item {
  border: 2px solid #4a4a4a; /* 濃いグレーの枠線 */
  border-radius: 40px;       /* 左右が丸い形状 */
  color: #4a4a4a;            /* 文字色 */
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 15px 10px;
  letter-spacing: 0.1em;     /* 文字の間隔を少し開ける */
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;       /* 文字の折り返しを防ぐ */
}

.kome {
    text-align: center;
    font-size: 2.0rem;
    margin: 20px auto;
}
/* =========================================
   スマホ等（767px以下）向けのレスポンシブ対応
========================================= */
@media screen and (max-width: 767px) {
  .property-list {
    grid-template-columns: repeat(2, 1fr); /* 2列に変更 */
    gap: 12px;                             /* 隙間を少し狭く */
    padding: 15px;
  }

  .property-item {
    font-size: 14px;         /* 文字サイズを縮小 */
    padding: 12px 5px;       /* 上下左右の余白を調整 */
    border-radius: 30px;
    border-width: 1.5px;     /* 枠線を少し細く */
    letter-spacing: 0.05em;
  }
  .kome {font-size: 1.6rem;}
}
/*************************************************/
/*****-----         Q  &  A             -----*****/
/*************************************************/

#QandA-2 {
    width: 100%;
}
#QandA-2 h3 {
    margin-top: 32px;
}
#QandA-2 dl {
    border: 1px solid #ccc;
}
#QandA-2 dt {
font-weight: bold;
    color: #111;
    background: #f4f4f4; /* 「Q」タイトルの背景色 */
    padding: 8px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#QandA-2 dt:first-child {
    border-top: none;
}
#QandA-2 dt:before {
    content: "Q.";
    font-weight: bold;
    margin-right: 8px;
}
#QandA-2 dd {
    padding: 16px 16px 24px 30px;
    margin: 0;
    line-height: 140%;
}
#QandA-2 dd {
    color: #696969;
}

/*ラストフレックス     -------------------------------*/
.last_flex {
    width: 75%;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
}
.last_img {width: 35%;}
.last_txt {
    width: 65%;
    font-size: 2.3rem;
    font-weight: 500;
    display: grid;
    place-items: center;
}

@media screen and (max-width: 767px) {
  .last_flex {width: 98%;display: block;}
  .last_img {width: 70%;margin: 10px auto;}
  .last_txt {width: 90%;margin: 10px auto;font-size: 1.7rem;} 
}
/*************************************************/
/*****-----         C  T  A             -----*****/
/*************************************************/

.item{
    box-sizing: border-box;
    width:480px;
    margin: 25px auto;
}

.btn,a.btn,button.btn {
    width: 440px;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.0;
    position: relative;
    display: inline-block;
    padding: 1.8rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 2.5rem;
}

a.btn--orange {color: #fff;background-color: #e65a5a;}
a.btn--orange:hover {color: #000;background: #fff;}
a.btn-c {position: relative;}
a.btn-c i.fa {margin-right: 1rem;}

@media screen and (max-width: 768px){
    .item {width: 85%;margin: 15px auto 25px;}
    .btn,a.btn,button.btn {width:260px;font-size: 1.8rem;}
    .btn-wrap-pc-sp {text-align:center;}
}

/*     PCのみ     -------------------------------------*/
@media screen and (min-width:768px){}
/*     スマホのみ     -------------------------------------*/

@media screen and (max-width:767px){
    h2.title    {font-size: 2.2rem;}
    .main_img   {margin: 20px 0 0 0;}
    .note       {font-size: 1.5rem;line-height:1.8;}
    .main_text  {font-size: 1.7rem;}
}
