
.str-mainvisual> .str-inner> .content::before {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .str-mainvisual> .str-inner> .content {
    display: none !important;
  }
}
.pageTitle {
  margin-bottom: 70px;
}
.pageTitle h1 {
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  font-size: 3.2rem;
}
.pageTitle h1 span {
  font-weight: normal;
}
@media screen and (max-width: 667px) {
  .pageTitle {
    margin-bottom: 60px;
  }
  .pageTitle h1 {
    font-size: 2.5rem;
  }
  .mod-hdg-l2 {
    text-align: left;
  }
  .mod-hdg-l2 br {
    display: none;
  }
  .pageTitle h1 span {
    font-size: 90%;
  }
  .pageTitle h1 .sub{
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.pageTitle .mod-media-lyt-lqd {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 20px 20px;
}
@media screen and (min-width: 668px), print {
  .pageTitle .mod-media-lyt-lqd .media {
    margin-bottom: 0;
  }
  .pageTitle .mod-media-lyt-lqd .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
