@charset "UTF-8";

#feature .feature_content {
  margin-bottom: 90px;
}

#feature .feature_content:last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 768px) {

  /*PCのみ*/
  #feature .feature_content .feature_content_inner {
    display: flex;
  }

  #feature .feature_content.odd .feature_content_inner {
    flex-direction: row-reverse;
  }

  #feature .feature_content .img {
    margin-left: 46px;
    width: 320px;
    min-width: 320px;
  }

  #feature .feature_content.odd .img {
    margin-left: 0;
    margin-right: 46px;
  }

  #feature .feature_content .no_txt .img {
    margin: 0;
    text-align: center;
  }

  #feature .feature_content .no_txt .img,
  #feature .feature_content .no_img .txt {
    width: auto;
  }

  #feature .feature_content .img img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #feature .feature_content .txt + .img {
    margin-top: 20px;
  }

  #feature .feature_content .img {
    text-align: center;
  }
}




/* ============================================================
カスタマイズ
============================================================ */
#feature #main h2 {
  padding-left: 30px;
  position: relative;
}
#feature #main h2::before {
  width: 6px;
  heihgt: 90%;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  background-color: #9b7ee0;
  content: ''
}
  #feature #main em {
    color: #a58be3;
    font-weight: 400;
}
  #feature #main h3 {
    color: #a58be3;
    font-weight: 700;
  }

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

  #feature #main h2 {
    font-size: 24px;
  }
  #feature #main h3 {
    font-size: 21px;
  }
  #feature #main .txt {
    width: 100%;
    line-height: 2;
  }
  #feature #main .txt small {
    font-size: 13px;
  }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  #feature #main h2 {
    margin-bottom: 24px;
    font-size: 19px;
  }
  #feature #main h3 {
    font-size: 17px;
  }
  #feature #main .txt {
    font-size: 14px;
    line-height: 1.9;
  }
  #feature #main .txt small {
    font-size: 12px;
  }

} /* end ＞767 */
