@charset "UTF-8";

.content {
  display: none;
}
.content.show {
  display: block;
}
.ttl_wrap {
  position: relative;
}
.ttl_wrap .ttl_txt {
  width: 1100px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 0;
  left: 0;
  margin: -57px auto 0;
  z-index: 1;
}
.ttl_wrap .ttl_txt h1 {
  color: #fff;
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
}
.ttl_wrap .ttl_txt p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.ttl_wrap .ttl_bg {
  position: relative;
  width: 100vw;
  height: 400px;
  overflow: hidden;
}
.ttl_wrap .ttl_bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
.notice_area .date {
  font-size: 18px;
  text-align: center;
}
.txt_area {
  font-size: 14px;
  font-weight: normal;
  width: 700px;
  margin: 0 auto;
}
.txt_area p {
  font-weight: normal;
  margin-bottom: 25px;
}



/*     SP
------------------------------*/
@media (max-width: 768px) {
  .ttl_wrap .ttl_txt {
    width: 100%;
  }
  .contents.width900 {
    width: 100%;
  }
  .contents.width900 .notice_area {
    margin: 0 15px;
  }
  .txt_area {
    width: auto;
  }
}