h1,
h2,
h3 {
  text-wrap: auto;
}

.mv-information {
  background: #fff url(../../assets/images/bg-mv.png) no-repeat;
  min-height: 120px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 854px) {
  .mv-information {
    height: 80px;
    min-height: 80px;
  }
}

.informationArea {
  background-color: #fff;
  border-radius: 80px 80px 0 0;
  padding: 120px 156px 40px 156px;
  position: relative;
  z-index: 99;
}
.informationArea a {
  color: #0073f7;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.informationArea a:hover {
  opacity: 0.8;
}
.informationArea h1 {
  color: #db2777;
  font-size: 36px;
  padding-bottom: 12px;
  font-weight: bold;
  border-bottom: #db2777 solid 2px;
}
.informationArea p {
  font-size: 18px;
  margin-top: 24px;
  color: #13131e;
  font-weight: normal;
}
.informationArea .date {
  color: #8c8a87;
  font-size: 14px;
  text-align: right;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .informationArea {
    padding: 40px 32px 40px 32px;
    border-radius: 40px 40px 0 0;
    margin-top: -20px;
  }
  .informationArea h1 {
    font-size: 20px;
  }
  .informationArea p {
    font-size: 14px;
  }
  .informationArea .date {
    margin-top: 24px;
  }
}

.contents-body {
  margin-top: 48px;
}