@charset "utf-8";
.content-area {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 14px;
}
.sec-inner {
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 20px);
}


/*ONLINE-MODELROOM*/
.sec-head {
  background: linear-gradient(to right,  rgba(79,40,0,1) 0%,rgba(121,80,0,1) 50%,rgba(79,40,0,1) 100%);
  padding: 25px 0;
}
.sec-head > h2 > span {
  color: #FFF;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sec-head > h2 > span:first-child {
  font-size: 24px;
  font-weight: 500;
}
.sec-head > h2 > span:last-child {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .sec-head { padding: 35px 0; }
}

#pageWrap {
  padding: 5% 0 0;
}
#pageWrap #vmWrap {
	/*margin-top: 30px;*/
}
#pageWrap #vmWrap #vmBox {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#pageWrap #vmWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.notes-area {
margin: 5% auto 0;
}

.titles h4 {
  font-size: 28px;
  font-weight: 400;
  padding-top: 70px;
}