@media screen and (min-width: 501px) {
  .sp50 {
    display: none;
  }
}

.subpageTitle01 {
  background-image: url("../images/bg_index01.jpg");
}

.subpageTitle02 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .subpageTitle02 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .subpageTitle02 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.policyArea01 {
  font-size: 12px;
  margin-top: 40px;
}

.policyArea01 table {
  width: 100%;
}

.policyArea01 tr {
  border-top: 1px solid #19adf9;
}

.policyArea01 tr:last-child {
  border-bottom: 1px solid #19adf9;
}

.policyArea01 th {
  background: #e1f4fa;
}

.policyTable th {
  text-align: left;
  vertical-align: middle;
  width: 175px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .policyTable th {
    width: 100%;
    padding: 15px;
    display: block;
  }
}

.policyTable td {
  padding: 20px;
}

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

.deviceTable {
  margin-top: 20px;
}

.deviceTable thead th {
  text-align: center;
  width: 33%;
  padding: 8px;
  display: table-cell;
}

.deviceTable thead th:not(:last-child) {
  border-right: 1px solid #19adf9;
}

.deviceTable tbody th {
  text-align: center;
  vertical-align: middle;
  width: 33%;
  background: none;
  border-right: 1px solid #19adf9;
  display: table-cell;
}

.deviceTable tbody td {
  vertical-align: middle;
  width: 33%;
  padding: 8px;
  display: table-cell;
}

.deviceTable tbody td:not(:last-child) {
  border-right: 1px solid #19adf9;
}
