@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;
  }
}
