/**
フロント（表示）用CSSスタイルを記述してください
 */
.l-header_title {
  color: #fff;
  display: inline-block;
  font-size: 40px;
  border-bottom: 2px solid #fff;
  margin-bottom: 0 !important;
}
.l-header_titleSub {
  font-size: 35px;
  border-bottom: none;
  color: #fff;
}
.first_content .smb-section-break-the-grid__figure img {
  display: block;
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-header_title {
    font-size: 25px;
  }
  .l-header_titleSub {
    font-size: 20px;
  }
  .first_content .smb-section-break-the-grid__figure img {
    width: 50%;
    margin-bottom: 40px;
  }
}
