@charset "UTF-8";
/* CSS Document */
.mainvisual {
  width: 100%;
  height: 302px;
  background: url("/sns_planning/img/fv_sns_planning.jpg") no-repeat;
  background-size: cover;
}
section {
  margin-top: 40px;
}

.sns_planning {
  position: relative;
  font-size: 14px;
}
.sns_planning .page_title h2 {
  font-size: 1.9em;
  line-height: 1.4;
}

.sns_planning .list_wrap {
  align-items: center;
  justify-content: center;
  gap: 1.5em;
}

.sns_planning figure {
  margin: 0 0 2em auto;
}

.sns_planning h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.sns_planning h2 + img {
  position: absolute;
  right: 0;
  margin-top: 13em;
}

.sns_planning ul li {
  list-style: none;
  margin-bottom: 1.5em;
  line-height: 1.6;
}

.sns_planning ul li h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.25em;
}

/* .sns_planning ul li:nth-child(2),
.sns_planning ul li:nth-child(3) {
  width: 55%;
} */

.line-service {
  margin: 3em 0 4em;
}

.line-service h3 {
  font-size: 20px;
  text-align: center;
  background-color: #c7eacc;
  border-radius: 4px;
  margin-bottom: 1.25em;
}

.line-service h4 {
  font-size: 20px;
  text-align: center;
  margin: 2.5em 0 1em;
}

.line-service p:first-of-type {
  margin-top: 1em;
}

.line-service p:nth-of-type(1) {
  margin-bottom: 1em;
}

.line-service p:nth-of-type(3),
.line-service p:nth-of-type(4) {
  margin-bottom: 1.75em;
}

.contact_form .form-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
}

.contact_form .mauticform_wrapper .mauticform-row {
  display: flex;
  gap: 24px;
}

.contact_form .mauticform_wrapper .mauticform-row:nth-of-type(10) {
  gap: 36px;
}

.contact_form .mauticform_wrapper .mauticform-row:last-of-type {
  justify-content: center;
}

.contact_form .mauticform-label {
  text-align: end;
  flex-basis: 27%;
}

.contact_form h3.mauticform-label {
  flex-basis: 25%;
}

.contact_form .mauticform-selectbox,
.contact_form .mauticform-input,
.contact_form .mauticform-textarea,
.contact_form .mauticform-freehtml {
  flex-basis: 68%;
}

.contact_form h3:first-of-type {
  margin-bottom: -1em;
}

.contact_form .mauticform-button-wrapper .mauticform-button {
  font-size: 16px;
  padding: 0.5em 3em;
  margin-top: 1em;
}

@media (max-width: 768px) {
  .mainvisual {
    height: 130px;
  background: url("/sns_planning/img/fv_sns_planning_sp.jpg")  no-repeat center / cover;
  }
  .sns_planning .list_wrap img {
    max-width: 85%;
  }
  .sns_planning .line-service h3 {
    margin-top: 3em;
  }
  .contact_form .mauticform_wrapper .mauticform-row {
    flex-direction: column;
    gap: 0;
  }
  .contact_form .mauticform-label {
    text-align: left;
  }
}
