/*-------------------------
  home
-------------------------*/

/* 共通 */
@media (min-width: 769px) {
  .wrap_lower04 {
    padding: 65px 20px 80px;

  }
}

.advantage strong {
  font-weight: bold !important;
  color: #d7000f;
}

.advantage .creation {
  background: none;
  background: url(https://marketing.f-i-d.jp/wp-content/themes/fid/assets/img/lower/advantage/bg_hero.jpg)top no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;

}


.advantage .creation h2.lower,
.advantage .creation .inner {
  color: #fff;
}

.content-section {
  font-size: 18px;
}

.content-section h3 {
  color: #002676;
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;

}

.content-section .inner dt.sub-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #002676;
}

.content-section dl:nth-child(2):not(.ops-support dl:nth-child(2)) {
  margin-top: 35px;
}


.content-section .inner ul {
  margin: 0 0 0 1em;
  padding: 0;
}

.content-section .inner ul li {
  list-style: disc;
  margin-bottom: 5px;
}

/* ------.strongpoint_お任せください------ */
.strongpoint {
  text-align: center;
  margin: 70px 0 20px;
  padding-bottom: 40px;
  position: relative;
  background-color: #ebf0fb;
  color: #002676;
}

.strongpoint h3 {
  position: relative;
  top: -20px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  background: #002676;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.strongpoint h3::after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #002676;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}

.strongpoint ul {
  display: inline-block;
  text-align: left;
  font-weight: 600;
}

.strongpoint li {
  position: relative;
  line-height: 1.8;
  font-size: 21px;
  margin-bottom: 5px;
}

.strongpoint li::after {
  content: '';
  display: block;
  position: absolute;
  top: .7em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #9c9c9c;
  border-bottom: 3px solid #9c9c9c;
  transform: rotate(-45deg);
}


/*  -----無償の有人サポート_.intro-support-----  */
.content-section.intro-support .inner li.capture {
  width: 29%;
}

.content-section.intro-support .inner li.catch {
  width: 67%
}


/* 運用代行プラン_.ops-support */
.content-section.ops-support .inner ul li {
  list-style: none;
}

.content-section.ops-support .card {
  background-color: #fff;
  width: 48%;
  padding: 1.25rem;
  border-radius: .25rem;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}

/* スペシャルチーム表_table-support */
.table-support {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  border: 1px solid #ccc;
  margin-top: 30px;
}

.table-support th,
.table-support td {
  padding: 14px 10px 10px 15px;
  border: 1px solid #ccc;
  width: 20%;
  vertical-align: middle;
}

.table-support th,
.table-support tr:first-child th {
  background-color: #002676;
  color: #fff;
  text-align: center;
  font-weight: 500;
}


.table-support ul li:last-child {
  margin-bottom: 0;
}

.gaze {
  background-color: #f3f9ff;
  color: #002676;
}


/* 知見と実績をフィードバックしたシステム_feedback  */
.content-section.feedback .inner dd img {
  margin-top: 40px
}



@media (max-width: 768px) {
  .content-section h3 {
    font-size: 20px;
  }

  .content-section.intro-support .inner li.capture,
  .content-section.intro-support .inner li.catch {
    width: 100%;
  }

  .content-section .inner li.catch {
    margin-top: 30px;

  }

  /* ------.strongpoint_お任せください------ */

  .strongpoint {
    padding-bottom: 20px;
  }

  .strongpoint h3 {
    font-size: 20px;
  }

  .strongpoint ul {
    text-align: center;
  }

  .strongpoint li {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;

  }

  .strongpoint li::after {
    content: none;
  }

  .content-section.ops-support .card {
    width: 100%;
    padding: 1rem 0.5rem;
  }

  .content-section.ops-support .card:nth-of-type(2) {
    margin-top: 10px;
  }


  .table-container {
    overflow-x: auto;
  }

  .table-support {
    min-width: 800px;

  }

  .table-support th,
  .table-support td {
    width: auto;
  }
}