/* Scss Document */
.mv_area {
  background: #e8e8e8;
}
.mv_area__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.page_title {
  width: 100%;
  font-size: 24px;
  height: 3.2em;
  background: url("../../img/info/mdb.png") center center/contain no-repeat;
  position: relative;
}
@media screen and (max-width: 480px) {
  .page_title {
    font-size: 28px;
  }
}
.page_title p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #555;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.common__inner {
  border: none !important;
  padding-bottom: 0 !important;
}

.area01 {
  width: 100%;
  margin-top: 46px;
}
.area01__inner {
  width: 93.75%;
  text-align: center;
  margin: auto;
}
.area01__inner__inner {
  width: 100%;
  max-width: 880px;
  margin: 50px auto 0;
}
@media screen and (max-width: 480px) {
  .area01__inner__inner {
    margin-top: 40px;
  }
}
.area01__inner__inner iframe {
  width: 100%;
}
