/* 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;
}

#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: center;
}

#content2 .table1 th, #content2 .table1 td {
  border-bottom: 1px solid #bbb;
  height: 60px;
}

#content2 .table1 th {
  border-top: 3px solid #000;
}

#content2 .table1 .first {
  background: #f6f6f6;
  width: 25%;
}

/* end contents */

@media screen and (max-width: 1220px) {

}