@charset "UTF-8";
@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

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

#mainContent {
  padding: 50px 0 0;
  position: relative;
  z-index: 1;
}

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

@media screen and (max-width: 736px) {
  #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;
}

#mainContent:after {
  background: repeat-y center top / 100% auto;
  content: '';
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

@media print, screen and (min-width: 736px) {
  #mainContent:after {
    background-image: url("../../assets/imgs/pc/bg-texture-03@1.5x.jpg");
  }
}

@media screen and (max-width: 736px) {
  #mainContent:after {
    background-image: url("../../assets/imgs/sp/bg-texture-03.jpg");
  }
}

.touroku-wrap {
  background-repeat: repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: '游明朝','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝', serif;
  letter-spacing: .1em;
  margin: 0 auto;
  max-width: 842px;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .touroku-wrap {
    min-height: 100%;
    padding: 0 32px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

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

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

.pop table tr {
  border-top: 1px solid #cccccc;
}

.pop table tr:first-child {
  border-top: none;
}

.pop table th {
  color: #786d4a;
}

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

.pop table th.bgBlue {
  background: #f0f0f0;
}

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

.pop table td.bgBlue {
  background: #f0f0f0;
}

.pop table td .cap {
  font-family: inherit;
}

.pop table td .cap.red {
  color: #ff0000;
}

.pop table td .cap.middle {
  font-size: 14px;
}

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

@media screen and (max-width: 736px) {
  .tablebox {
    margin: 10px auto 10px auto;
    max-width: 100%;
  }
}

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

.tablebox table .tableTtl {
  background-color: unset;
  border-top: none;
  color: #ffffff;
  font-size: 30px;
  padding-bottom: 60px;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .tablebox table .tableTtl {
    position: relative;
  }
}

@media screen and (max-width: 736px) {
  .tablebox table .tableTtl {
    font-size: calc(24 / 390 * 100vw);
    padding-bottom: calc(60 / 390 * 100vw);
  }
  .tablebox table .tableTtl img {
    width: 60%;
  }
}

.tablebox table .tableTtl__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .tablebox table .tableTtl__inner {
    gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 736px) {
  .tablebox table .tableTtl__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11px;
  }
}

.tablebox table .tableTtl__inner .bracket {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

@media print, screen and (min-width: 736px) {
  .tablebox table .tableTtl__inner .bracket {
    background-image: url("../imgs/pc/icon-ttl-bracket.svg");
    height: 70px;
    margin-bottom: 30px;
    width: 20px;
  }
}

@media screen and (max-width: 736px) {
  .tablebox table .tableTtl__inner .bracket {
    background-image: url("../imgs/sp/icon-ttl-bracket.svg");
    height: 20px;
    margin-left: 0;
    margin-right: auto;
    width: 70px;
  }
}

.tablebox table .tableTtl__inner .bracket--reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media print, screen and (min-width: 736px) {
  .tablebox table .tableTtl__inner .bracket--reverse {
    margin-top: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 736px) {
  .tablebox table .tableTtl__inner .bracket--reverse {
    margin-left: auto;
    margin-right: 0;
  }
}

.tablebox table .tableTtl__inner .bracket img {
  height: 100%;
  width: 100%;
}

.tablebox table th {
  background-color: #ffffff;
  -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: 736px) {
  .tablebox table th {
    width: 30%;
  }
}

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

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

@media screen and (max-width: 736px) {
  .tablebox table td {
    border-top: 1px solid #cccccc;
  }
}
