/* content */
.contentsWrapUnder{margin-top: 40px;
margin-bottom: 140px;}
.dateBox{
  margin-bottom: 40px;
}
.dateBox dl {
  margin-bottom: 10px;
  font-size: 1.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 1081px) {
  .dateBox dl {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}
.dateBox dl dt {
  float: left;
  clear: both;
}
.dateBox dl dd {
  float: left;
}

/* Title */
.ttl-01{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 12px;
  margin-bottom: 40px;
    margin-left: 0 !important;
}
.ttl-01 span {
  display: block;
}
.ttl-01 span span:first-of-type {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
  font-size: 3.8rem;
  margin-bottom: 10px;
}
    .ttl-01 span span:nth-of-type(2):lang(en){
        font-size: 0;
    }
@media only screen and (max-width: 1081px) {
.ttl-01 span span:first-of-type {
    font-size: 3.2rem;
  }
}
.ttl-01 span span:last-of-type {
  font-size: 1.4rem;
  display: block;
}
@media only screen and (max-width: 1081px) {
.ttl-01 span span:last-of-type {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1081px) {
.ttl-01 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 440px) {
.ttl-01 {
    font-size: 2.8rem;
  }
}

h1.h{
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 16px;
  font-size: 2.4rem;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1081px) {
h1.h{
    font-size: 1.8rem;
    padding-bottom: 12px;
  }
}

.the_content_Box{
    margin-bottom: 40px;
}
