@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

#mainContent {
  padding: 50px 0 0;
}

#mainContent .btn {
  margin: 0 auto 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #mainContent .btn {
    margin-top: 20px;
  }
}

#mainContent .btn a {
  color: #202020;
  font-size: 14px;
  text-decoration: none;
}

#mainContent .btn span {
  font-size: 20px;
  margin-right: 5px;
}

#mainContent .btn li {
  display: inline;
  margin: 0 20px;
}

.pop__wrap {
  background-repeat: repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: .1em;
  margin: 0 auto;
  max-width: 842px;
  padding: 50px 0 100px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .pop__wrap {
    min-height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .pop {
    height: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .pop table {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    margin: 0 auto;
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .pop table th {
    background: #f0f0f0 !important;
    display: block;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .pop table th.bgBlue {
    background: #f0f0f0;
  }
}

@media only screen and (max-width: 768px) {
  .pop table td {
    display: block;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .pop table td.bgBlue {
    background: #f0f0f0;
  }
}

.tablebox {
  margin: 0 auto 30px auto;
  max-width: 790px;
}

@media only screen and (max-width: 768px) {
  .tablebox {
    margin: 90px auto 40px auto;
    max-width: 100%;
  }
}

.tablebox table {
  border-collapse: collapse;
  font-size: 14px;
}

@media print, screen and (min-width: 769px) {
  .tablebox table {
    width: 100%;
  }
}

.tablebox table .tableTtl {
  background-color: #515c65;
  color: #ffffff;
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .tablebox table .tableTtl img {
    width: 60%;
  }
}

.tablebox table th {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 30px;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
  .tablebox table th {
    width: 30%;
  }
}

.tablebox table td {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
}

@media print, screen and (min-width: 769px) {
  .tablebox table td {
    width: 70%;
  }
}
