@charset "UTF-8";
/*================================================
このCSSファイルはSassから生成されています。
編集しないようにご注意ください。
================================================*/
html {
  font-size: 62.5%;
  /* 10px */
  height: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

.lead._dress {
  text-align: center;
}

.cont_wrap.dress_wrap {
  padding-top: 3.2rem;
}

.cont_wrap.dress_wrap .reco_btn {
  margin-top: 2.6rem;
}

.cont_txtBox .ttl_cont {
  font-weight: normal;
  font-size: 1.6rem;
  color: #333;
  letter-spacing: .05em;
  padding-top: 3.2rem;
}

.cont_txtBox .cont_txt {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  letter-spacing: .05em;
  font-size: 1.2rem;
  padding-top: 2rem;
}

@media screen and (min-width: 768px) {
  .cont_wrap.dress_wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .cont_wrap.dress_wrap li {
    width: 45.361990%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .cont_wrap.dress_wrap .reco_btn {
    margin-top: auto;
  }
}

@media screen and (min-width: 1024px) {
  .cont_wrap.dress_wrap {
    padding-top: 66px;
    width: 884px;
  }
  .cont_txtBox {
    padding: 0 26px;
  }
  .cont_txtBox .ttl_cont {
    font-size: 22px;
    padding-top: 56px;
  }
  .cont_txtBox .cont_txt {
    font-size: 16px;
    padding-top: 28px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .cont_wrap.dress_wrap li {
    width: 74.946745%;
    margin: 0 auto;
  }
  .cont_wrap.dress_wrap li:not(:first-of-type) {
    padding-top: 6.8rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cont_txtBox {
    padding: 0 5%;
  }
  .cont_txtBox .cont_txt {
    margin-bottom: 3rem;
  }
}

/*# sourceMappingURL=../css/style.css.map */
