.popup-fukidashi {
    width: 514px !important;
}

header {
    margin-bottom: 0 !important;
}

/* KV */

.kv-section {
  width: 100%;
  line-height: 0;
}

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

/* リスト */

.faq-section {
  padding: 0 20px 20px 20px;
}

.faq-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
  margin-bottom: 24px;
  padding: 12px 15px;
  transition: transform 0.2s ease;
}

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

/* アイコン部分 */
.faq-icon {
  flex-shrink: 0;
  width: 46px;
  margin-right: 9px;
  display: flex;
  align-items: center;
}

.faq-icon img {
  width: 100%;
  max-width: 46px;
  height: auto;
  display: block;
}

/* テキスト部分 */
.faq-text {
  font-family: "Zen Maru Gothic", serif;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #231d1d;
  line-height: 1.5;
}

/* 選ばれる理由 */

.reason_icon {
  display: block;
  margin: 30px auto 20px auto;
  max-width: 342px;
  position: relative;
}

.lp_bg01.reason_text {
  display: block;
  padding-top: 0px !important;
  background: #fff !important;
}

.reason_text {
  position: relative;
  max-width: 645px;
  margin: 0 auto 30px auto;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: bold;
}

.reason_text p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.reason_text span {
  color: rgba(219, 59, 110, 1);
}

/* チェックボックス */

.feature-title {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.6;
  text-align: left;
  display: block;
}

.css-checkbox {
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #b5b4b5;
  background-color: #fff;
}

.css-checkbox::after {
  content: "";
  position: absolute;
  left: 4px;
  top: -4px;
  width: 9px;
  height: 15px;
  border: solid #e06a8f;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.feature-title span:last-of-type {
  color: rgba(219, 59, 110, 1);
  display: inline;
}

/* --- レスポンシブ (SP) --- */
@media screen and (max-width: 768px) {

  .faq-item {
    padding: 10px 15px;
    margin-bottom: 16px;
    align-items: center;
  }

  .faq-icon {
    width: 45px;
    margin-right: 15px;
    margin-top: 2px;
  }

  .faq-text {
    font-size: 14px;
  }

  .popup-fukidashi {
    width: 334px !important;
  }

  .popup-fukidashi.small {
    font-size: 15px !important;
    padding: 15px 30px !important;
  }

  .hash_tag_li {
    font-size: 14px !important;
  }

  .reason_icon {
    max-width: 262px;
  }

  .reason_text p {
    font-size: 15px;
  }

  .reason_text {
    padding: 0 20px;
  }
}