.subpageArea01 {
  padding: 0;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .subpageArea01 {
    margin-bottom: 35px;
  }
}

.subpageArea01 .subpageTitle01 {
  background-image: url("../images/bg_common01.jpg");
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .subpageArea01 .subpageTitle01 {
    margin-bottom: 40px;
  }
}

.subpageArea01 .subpageTitle01 span {
  width: 186px;
  height: 23px;
}

.subpageArea01 .container {
  display: block;
}

.subpageArea01 table {
  color: #262626;
  font-size: 15px;
  width: 100%;
  border: 0.5px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .subpageArea01 table {
    font-size: 14px;
  }
}

.subpageArea01 table tr:not(:last-child) {
  border-bottom: 0.5px solid #dcdcdc;
}

.subpageArea01 table tr:last-child td a {
  text-decoration: underline;
}

.subpageArea01 table th {
  font-weight: bold;
  width: 240px;
  padding: 0 15px;
  background-color: #f3f3f3;
  border-right: 0.5px solid #dcdcdc;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 1000px) {
  .subpageArea01 table th {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .subpageArea01 table th {
    width: 100%;
    border-right: none;
    padding: 10px 15px;
    border-bottom: 0.5px solid #dcdcdc;
    display: block;
  }
}

.subpageArea01 table td {
  padding: 16px 15px 14px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .subpageArea01 table td {
    width: 100%;
    padding: 10px 15px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

.spOnly {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .spOnly {
    display: block !important;
  }
}
