@charset "UTF-8";
/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* レディースコース */
.emp_ladies {
  color: #DA4BAF;
}

.ladies_txt {
  text-align: center;
}

.wrap_ladies_bnr img {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .wrap_ladies_bnr img {
    width: 100%;
    height: auto;
  }
}

#wrap_ladies_anxiety ul {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #wrap_ladies_anxiety ul {
    flex-direction: column;
  }
}
#wrap_ladies_anxiety ul li {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  #wrap_ladies_anxiety ul li {
    width: 100%;
  }
}
#wrap_ladies_anxiety ul li img {
  width: 100%;
  height: auto;
}

#wrap_ladies_reason {
  background: #FEF2FD;
}
#wrap_ladies_reason > h3 {
  background: url(../../img/syuttyou-kaitori/ladies/bg01.png) center top no-repeat;
  background-size: contain;
  font-size: 1.5rem;
  padding-bottom: 40px;
  font-weight: 500;
  margin-top: -100px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #wrap_ladies_reason > h3 {
    font-size: 1.2rem;
  }
}
#wrap_ladies_reason ul {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #wrap_ladies_reason ul {
    flex-direction: column;
  }
}
#wrap_ladies_reason ul li {
  margin-top: 20px;
  border: #DA4BAF 1px solid;
  border-radius: 30px;
  width: 33.3333333333%;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #wrap_ladies_reason ul li {
    width: 100%;
    margin-top: 0px;
  }
}
#wrap_ladies_reason ul li img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
#wrap_ladies_reason ul li h3 {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝", "Yu Mincho", serif;
  font-weight: 600;
}
#wrap_ladies_reason ul li h3:nth-of-type(1) {
  font-size: 1rem;
  color: #DA4BAF;
  background: url(../../img/syuttyou-kaitori/ladies/ttl_bg.png) no-repeat bottom left;
  background-size: contain;
  padding-left: 30px;
}
#wrap_ladies_reason ul li h3:nth-of-type(1) strong {
  font-weight: 600;
  font-size: 22px;
}
#wrap_ladies_reason ul li h3:nth-of-type(2) {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 20px;
}

#wrap_ladies_results {
  font-size: 1.3125rem;
}
#wrap_ladies_results .ladies_txt {
  font-size: 0.9375rem;
}
#wrap_ladies_results ul {
  display: flex;
  gap: 20px;
  margin-top: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #wrap_ladies_results ul {
    flex-direction: column;
    margin-top: 40px;
  }
}
#wrap_ladies_results ul li {
  width: calc((100% - 40px) / 3);
  border: 1px #C9C8C8 solid;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #wrap_ladies_results ul li {
    width: 100%;
    display: flex;
    text-align: left;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  #wrap_ladies_results ul li figure {
    width: 36%;
    margin-right: 15px;
  }
}
#wrap_ladies_results ul li h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #wrap_ladies_results ul li h3 {
    font-size: 0.8125rem;
    margin: 0 0 3px 0;
    line-height: 1.4;
  }
}
#wrap_ladies_results ul li p {
  color: #9E0311;
  font-weight: 600;
}
#wrap_ladies_results ul li p:nth-of-type(1) {
  font-size: 0.9375rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #wrap_ladies_results ul li p:nth-of-type(1) {
    font-size: 0.75rem;
    margin-bottom: 3px;
  }
}
#wrap_ladies_results ul li p:nth-of-type(2) {
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝", "Yu Mincho", serif;
}
#wrap_ladies_results ul li p:nth-of-type(2) span {
  font-size: 1.25rem;
}
#wrap_ladies_results ul li img {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #wrap_ladies_results ul li img {
    width: 100%;
  }
}

#wrap_ladies_voice dl {
  border: #C9C8C8 1px solid;
  margin-bottom: 40px;
}
#wrap_ladies_voice dl dt {
  padding: 30px;
  display: flex;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  #wrap_ladies_voice dl dt {
    flex-direction: column;
    padding: 20px;
  }
}
#wrap_ladies_voice dl dt div {
  padding-right: 30px;
}
#wrap_ladies_voice dl dt div:nth-of-type(1) {
  width: 70px;
}
@media screen and (max-width: 767px) {
  #wrap_ladies_voice dl dt div:nth-of-type(1) {
    width: auto;
    display: flex;
  }
}
#wrap_ladies_voice dl dt div:nth-of-type(1) figure {
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #wrap_ladies_voice dl dt div:nth-of-type(1) figure {
    margin-right: 20px;
  }
}
#wrap_ladies_voice dl dt div:nth-of-type(1) figure img {
  width: 100%;
  height: auto;
}
#wrap_ladies_voice dl dt div:nth-of-type(1) span {
  display: none;
  color: #FFB542;
}
@media screen and (max-width: 767px) {
  #wrap_ladies_voice dl dt div:nth-of-type(1) span {
    display: block;
    flex: 1;
  }
}
#wrap_ladies_voice dl dt div:nth-of-type(2) span {
  color: #FFB542;
}
@media screen and (max-width: 767px) {
  #wrap_ladies_voice dl dt div:nth-of-type(2) span {
    display: none;
  }
}
#wrap_ladies_voice dl dt div:nth-of-type(2) h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 20px 0;
}
#wrap_ladies_voice dl dd {
  display: flex;
  padding: 30px;
  border-top: #C9C8C8 1px solid;
}
@media screen and (max-width: 767px) {
  #wrap_ladies_voice dl dd {
    padding: 20px;
  }
}
#wrap_ladies_voice dl dd figure {
  padding-right: 30px;
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  #wrap_ladies_voice dl dd figure {
    padding-right: 20px;
  }
}
#wrap_ladies_voice dl dd figure img {
  width: 100%;
  height: auto;
}
#wrap_ladies_voice dl dd p {
  margin-top: 10px;
  flex: 1;
}/*# sourceMappingURL=eco_syuttyou-kaitori_ladies.css.map */