@media screen and (min-width: 767.98px), print {
  .feature .f_in {
    padding: 80px 0 100px;
  }

  .feature .f_in_list .f_in_bl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .feature .f_in_list .f_in_bl figure {
    width: 600px;
    max-width: 50%;
  }

  .feature .f_in_list .f_in_bl figure img {
    width: 100%;
    height: auto;
  }

  .feature .f_in_list .f_in_bl_ct {
    /* width: -webkit-calc(100% - 600px);
    width: -moz-calc(100% - 600px);
    width: calc(100% - 600px); */
    max-width: 50%;
    /* padding-left: 43px; */
    padding: 3rem;
    /* margin: auto; */
  }

  .feature .f_in_list .f_in_bl_ct h3 {
    font-size: 3.2rem;
    line-height: 1;
    color: #0e1738;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .feature .f_in_list .f_in_bl_ct p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #000;
    text-align: justify;
  }

  .feature .f_in_list .f_in_bl_ct dl {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 2rem;
  }

  .feature .f_in_list .f_in_bl_ct dl dt {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: navy;
  }

  .feature .f_in_list .f_in_bl_ct dl dd {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: navy;
  }

  .feature .f_in_list .f_in_bl:not(:last-child) {}

  .feature .f_in_list .f_in_bl.bl_right figure {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .feature .f_in_list .f_in_bl.bl_right .f_in_bl_ct {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 43px;
  }
}

@media screen and (max-width: 767.98px) {
  .feature .f_in {
    padding: 10.41667vw 0;
  }

  .feature .f_in_list .f_in_bl figure {
    width: 100%;
    margin-bottom: 5.20833vw;
  }

  .feature .f_in_list .f_in_bl figure img {
    width: 100%;
    height: auto;
  }

  .feature .f_in_list .f_in_bl_ct h3 {
    font-size: 5.46875vw;
    line-height: 1;
    color: #0e1738;
    font-weight: 500;
    margin-bottom: 5.20833vw;
  }

  .feature .f_in_list .f_in_bl_ct p {
    font-size: 3.38542vw;
    line-height: 1.5;
    color: #000;
    text-align: justify;
  }

  .feature .f_in_list .f_in_bl_ct dl {
    margin-top: 5.20833vw;
    margin-left: 2rem;
  }

  .feature .f_in_list .f_in_bl_ct dl dt {
    font-size: 4.03646vw;
    line-height: 1.5;
    color: navy;
  }

  .feature .f_in_list .f_in_bl_ct dl dd {
    font-size: 4.03646vw;
    line-height: 1.5;
    color: navy;
  }

  .feature .f_in_list .f_in_bl:not(:last-child) {
    margin-bottom: 10.41667vw;
  }
}