@charset "UTF-8";
/*
編集はscssで行うこと
*/
.heading-h1 {
  text-align: center;
}

.free-html {
  margin-bottom: 4em;
}
.free-html .free-html .body h2 {
  margin-bottom: 1em;
  font-size: 1.3em;
  text-align: center;
}
.free-html .free-html .body p {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.8;
  text-align: justify;
}
.free-html .free-html .body p.note {
  font-size: 1em;
}
.free-html div.note {
  margin-top: -1em;
  margin-bottom: 2em;
  font-size: 1.05em;
  line-height: 1.8;
  text-align: right;
}
.free-html .price-box {
  max-width: 1000px;
  margin: 0 auto 80px;
}
.free-html .price-box h2 {
  padding-top: 1em;
  margin: 1em auto;
  text-align: center;
}
.free-html .price-box h3 {
  padding: 20px 0 3px;
  text-align: center;
}
.free-html .price-box .note {
  margin-top: 1em;
  margin-bottom: 0;
  text-align: right;
}
.free-html .price-box th {
  text-align: center;
  vertical-align: middle !important;
  background-color: #f5f5f5;
}
.free-html .price-box tr:first-child th:nth-child(1):first-letter, .free-html .price-box tr:first-child th:nth-child(2):first-letter {
  letter-spacing: 1em;
}
.free-html .price-box td.price {
  width: 150px;
  text-align: right;
}
.free-html .price-box.hidden-price table {
  max-width: 700px;
  margin: 0 auto;
}
.free-html .price-box.hidden-price th,
.free-html .price-box.hidden-price td {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 1px solid #ddd;
  }
}
.inpage-links {
  background-color: #eee;
  margin-bottom: 10px;
  padding: 10px;
}
.inpage-links ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.inpage-links ul li {
  padding: 10px 20px;
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  .inpage-links ul li {
    width: 33.3%;
  }
}
.inpage-links ul a::after {
  position: relative;
  top: 2px;
  display: inline-block;
  content: "\f103";
  font-family: FontAwesome;
  font-size: 1.2em;
  line-height: 1;
  color: #aaa;
  margin-left: .5em;
}
.inpage-links.sub {
  background-color: transparent;
  border: solid 2px #e6e6e6;
}
.inpage-links.sub ul {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .inpage-links.sub ul li {
    width: auto;
  }
}

main .container-fluid:last-child .breadcrumb {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  /* to-page-top */
  div#wrap-to-page-top > div > div {
    width: 130px;
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  #wrap-to-page-top {
    display: none;
  }

  .spectable-fixedcol-wrapper {
    display: none !important;
  }
}
