/* Scss Document */
.page_title {
  text-align: center;
  color: #4e3229;
  font-size: 1.7142em;
  line-height: 3.25;
  margin-top: 40px;
  background: url("../img/tb.png") center center/contain no-repeat;
}

.info_list {
  position: relative;
  width: 93.75%;
  max-width: 840px;
  height: 880px;
  margin: 40px auto 0;
  overflow: auto;
  -webkit-overflow: auto;
}
.info_list iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
