.l-main .m-box_about .l-contents .m-hdg_catchcopy {
    text-align: center;
    font-size: 3.2rem;
    font-weight: normal;
    margin-bottom: 30px;
}
.l-main .m-box_about .l-contents .m-hdg_catchcopy span {
    background: -webkit-linear-gradient(transparent 0, transparent 70%, #f9e600 70%, #f9e600 95%);
    background: linear-gradient(transparent 0, transparent 70%, #f9e600 70%, #f9e600 95%);
}
.l-main .m-box_about .l-contents .txt {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 60px;
    line-height: 1.8;
}
.l-main .m-box_features .m-box_features_box .m-box_features_img img {
    width: auto;
    height: 66px;
}

/*
* news/20230117用
*/
.logo_news_20230117 {
  margin-bottom: 2em;
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
}
.logo_news_20230117 img {
  padding: 2em 4em 3em;
}

@media only screen and (max-width: 767px) {
  .l-main .m-box_about .l-contents .m-hdg_catchcopy {
      font-size: 2rem;
  }
  .l-main .m-box_about .l-contents .txt {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 20px;
  }
  .sp {
    display: none;
  }

  /*
  * news/20230117用
  */
  .logo_news_20230117 img {
    padding: 2em 0;
  }
}