.mt {
  background: url("../images/common/title_bg.png") no-repeat center 0;
  background-size: cover;
  height: 23.4375vw; }
  @media (max-width: 768px) {
    .mt {
      background-image: url("../images/common/title_bg_sp.png");
      height: 26.666666666666668vw; } }

.site-area {
  padding: 5.0rem 0 10.0rem; }
  @media (max-width: 768px) {
    .site-area {
      padding: 13.333333333333334vw 0 18.666666666666668vw; } }
  .site-area .site-list dt {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 2.0rem; }
    @media (max-width: 768px) {
      .site-area .site-list dt {
        font-size: 4.266666666666667vw;
        margin-bottom: 4vw; } }
  .site-area .site-list dd {
    line-height: 2.0;
    margin-bottom: 4.0rem; }
    @media (max-width: 768px) {
      .site-area .site-list dd {
        font-size: 3.733333333333334vw;
        margin-bottom: 8vw; } }
