.container-newspage {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 390px;
  background: url(../img/pc/news/top_images.jpg) no-repeat 30%;
  background-size: cover;
  background-position: center top 0;
  margin-bottom: 119px;

  margin-top: 50px;
}

video{
  width: 100%;
}

.container-details .row .col-12.col-md-9 {
  font-family: var(--primary-font);
  padding-left: 30px;
  padding-right: 0;
  position: relative;
}

.container-details .row .col-12.col-md-9::after {
  position: absolute;
  content: "／";
  left: 0;
  top: 0;
}

.container-w-sl {
  position: relative;
  margin: auto;
  top: 114px;
  width: 100%;
  height: 162px;
  vertical-align: middle;
  background-color: #ffffff80;
  color: #2D57A2;
  text-align: center;
  vertical-align: middle;
}

.newspage__title {
  margin: 0 auto;
  padding-top: 23px;
  width: 400px;
  height: 90px;
  font-size: 30px;
  color: black;
  font-weight: bold;
}

.newspage__title div {
  font-size: 46px;
  -webkit-text-fill-color: #2d57a2;
  font-weight: bold;
  line-height: 66px;
}

.eng {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  font-style: italic;
  font-family: var(--primary-font);
}

.container-content {
  padding-bottom: 125px;
  max-width: 1000px;
  margin: 0 auto;
}

.container-content--change {
  padding-bottom: 35px;
}

.container-title {
  width: 100%;
  background-color: #0A42A5;
  color: white;
  font-weight: bold;
  font-size: 28px;
  font-family: var(--primary-font);
  text-align: center;
  padding: 10px 20px 10px 20px;
}

.container-model-room--change {
  padding: 70px 0 !important;
}

.container-about--change {
  padding-bottom: 10px !important;
}

.container-details article {
  padding: 100px 0 40px;
}
.container-details article .box {
  max-width: 1000px;
  font-family: var(--primary-font);
  border: 2px solid #c0c0c0;
  margin: -100px auto 0;
  padding: 50px 60px;
  font-size: 1.4rem;
  word-break: break-all;
}

.container-details article h1 {
  padding-bottom: .5em;
  border-bottom: 2px dashed #c0c0c0;
}
.container-details article h2,
.container-details article h3,
.container-details article h4,
.container-details article h5,
.container-details article h6 {
    position: relative;
    font-size: 1.4rem;
}
.container-details article img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 937px) {
  .container-details {
    margin: 20px 10px 30px;
  }
  .container-title {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  .col-md-3 {
    width: 43%;
  }
  .col-md-9 {
    width: 57%;
  }
}

@media only screen and (min-width: 768px) {
  .container-details .row .col-12.col-md-3 {
    word-break: break-all;
    font-family: var(--primary-font);
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
    text-align-last: justify;
    width: 10em;
  }
}

@media only screen and (max-width: 767px) {
  main.bg-white {
    padding-top: 10px;
  }
  .about--button {
    padding-top: 20px;
  }
  .container-logo {
    padding-bottom: 0 !important;
  }
  .access-text--h1 {
    padding-top: 56px !important;
  }
  .container-logo {
    margin-bottom: 10px !important;
  }
  .container-slogan {
    font-size: 14px;
    padding: 0;
  }
  .container-details .row .col-12.col-md-9 {
    padding-left: 10px;
  }
  .container-details .row {
    font-size: 20px;
    padding-bottom: 40px;
  }
  .container-details .row .col-12.col-md-9::after {
    content: none;
  }
  .col-md-3 {
    width: 100%;
  }
  .col-md-9 {
    width: 100%;
  }
  .newspage__title {
    height: 100px;
    padding-top: 5px;
  }
  .access-text--h1--change {
    padding-bottom: 0 !important;
  }
  .newspage__title {
    max-width: 375px;
    width: 100%;
  }
  .container-newspage {
    margin-top: 45px !important;
    /* margin-top: 70px !important; */
    margin-bottom: 0;
    height: 258px;
  }
  .container-w-sl {
    height: 100px;
    top: 80px;
  }
  .newspage__title div {
    font-size: 25px;
    line-height: 25px;
    padding-top: 20px;
  }
  .newspage__title span {
    font-size: 13px;
  }
  .container-title {
    padding: 10px 20px;
  }
  .container-title {
    padding: 10px 20px;
  }
  .container-content {
    padding-bottom: 80px;
  }
  .container-content--change {
    padding-bottom: 20px;
  }
  .container-model-room--change {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .container-content {
    padding-bottom: 0;
  }

  .container-details article {
    padding-bottom: 20px;
  }
  .container-details article .box {
    margin-top: -50px;
    padding: 30px;
    font-size: 1.0rem;
  }
  .container-details article h2,
  .container-details article h3,
  .container-details article h4,
  .container-details article h5,
  .container-details article h6 {
    font-size: 1.0rem;
  }

}
