/* mbanner */

#mbanner {
  width: 100%;
  height: 265px;
  background: url(../images/info_history_pc_banner.png) center/cover no-repeat;
}

#mbanner .tit {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  height: 1em;
  padding-top: 100px;
}

/* contents */

#contents {
  margin-bottom: 50px;
}

#content1 h2.tit {
  padding: 4.5rem 0 0 0;
  text-align: left;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
  margin-bottom: 30px;
}

#content1 .map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

#content1 .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#content2 h3.tit {
  padding: 3rem 0 0 0;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
}

#content2 .table1 {
  margin: 0.5rem 0 0 0;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  color: #111;
  text-align: left;
}

#content2 .table1 th, #content2 .table1 td {
  border-bottom: 1px solid #bbb;
  padding: 25px;
  font-weight: 300;
  word-break:keep-all;
}

#content2 .table1 th {
  border-top: 3px solid #000;
  padding: 25px;
  font-weight: 300;
}

#content2 .table1 .first {
  background: #f6f6f6;
  width: 25%;
  font-weight: 700;
  text-align: center;
}

#content2 .table1 br.pcbr {
  display: none;
}

/* end contents */

@media screen and (max-width: 1220px) {
  #content2 .table1 th, #content2 .table1 td {
    padding: 20px 5px;
  }
    #content2 .table1 br.pcbr {
    display: block;
  }
  #content2 .table1 br.mobr {
    display: none;
  }
}