.head_text {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 48px;
}

.ttl_h3_consultation {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #643E2F;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 48px;
}

.consultation_text {
  letter-spacing: 0.1em;
}

.ul_consultation_img {
  width: 80%;
  margin: 32px auto 48px;
}

.ul_consultation_img li {
  margin-bottom: 40px;
}

.ul_consultation_img li:last-child {
  margin-bottom: 0;
}

.inner_green_contents {
  background: rgba(194, 219, 121, 0.2);
  letter-spacing: 0.1em;
  color: #643E2F;
  font-weight: normal;
  line-height: 1.5;
  padding: 40px 0;
}

.dl_consultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8px;
}

.dl_consultation dt {
  width: 40%;
  text-align: right;
}

.dl_consultation dd {
  width: 60%;
}

.consultation_bottom_text {
  letter-spacing: 0.1em;
  margin-top: 40px;
}

@media print, screen and (min-width: 769px) {
  .head_text {
    letter-spacing: 0.3em;
  }
  .ttl_h3_consultation {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
  }
  .ul_consultation_img {
    width: 100%;
    max-width: 920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ul_consultation_img li {
    margin-bottom: 0;
    width: 32%;
    max-width: 280px;
  }
  .wrap_green_contents {
    margin-top: 48px;
    max-width: 400px;
    margin: 48px auto 0;
  }
  .consultation_bottom_text {
    text-align: center;
  }
}
/*# sourceMappingURL=style_consultation.css.map */