/* sec01
-----------------------*/
.page-title {
  margin-top: 65px;
  font-size: 3.0rem;
  text-align: center;
}

#sec01 {
  padding: 145px 0 55px 0;
}
#sec01 table {
  width: 100%;
  margin-bottom: 110px;
}
#sec01 table th, #sec01 table td {
  padding: .5em 0;
  font-size: 2.0rem;
  border-bottom: 2px solid #707070;
}
#sec01 table th {
  width: 20%;
  text-align: left;
}
#sec01 .logo {
  width: 278px;
  height: 462px;
  margin: 0 auto 0 auto;
  background: url(../images/common/logo.png) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .page-title {
    margin-top: 13.33333vw;
    font-size: 5.33333vw;
  }

  #sec01 {
    padding: 19.33333vw 0 7.33333vw 0;
  }
  #sec01 table {
    margin-bottom: 14.66667vw;
  }
  #sec01 table th, #sec01 table td {
    display: block;
    font-size: 3.46667vw;
  }
  #sec01 table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  #sec01 .logo {
    width: 37.06667vw;
    height: 61.6vw;
  }
}
