body {
  margin-top: 117px;
}
@media screen and (max-width: 1040px) {
  body {
    margin-top: 60px;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.header__top {
  color: #fff;
  background: #4687BD;
}

.header__top .l-inner {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1040px) {
  .header__top .l-inner {
    height: 60px;
  }
}

.header__logo {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.header__logo a {
  color: #fff;
  display: block;
}

.single .header__logo a {
  color: #fff;
}

.header a {
  text-decoration: none;
}

.header__bottom {
  padding: 14px 0;
	background: #fff;
}
@media screen and (max-width: 1040px) {
  .header__bottom {
    padding: 0;
    margin: 0;
  }
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.l-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .l-inner {
    padding: 0 15px;
  }
}

.is-drawerActive .menu ul {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
  gap: 10px 30px;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 1040px) {
  .menu ul {
    font-size: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 36px 15px;
    background: #fff;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 10;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 600px) {
  .menu ul {
    font-size: 16px;
  }
}

.menu ul li {
  margin: 0;
}
@media screen and (max-width: 1040px) {
  .menu ul li {
    text-align: center;
    width: 100%;
    max-width: 600px;
    padding: 24px 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  .menu ul li {
    padding: 12px 0;
    border-bottom: 2px dotted #4687BD;
  }
}

.menu ul li a {
  color: #0F4572;
}

.hamburger {
  display: none;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 33px;
  height: 19px;
  position: relative;
  z-index: 20;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1040px) {
  .hamburger {
    display: block;
  }
}

.hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger__line::before, .hamburger__line::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger__line::before {
  top: -5px;
}

.hamburger__line::after {
  top: 5px;
}

.hamburger[aria-expanded=true] .hamburger__line::before, .hamburger[aria-expanded=true] .hamburger__line::after {
  top: 0;
}

.hamburger[aria-expanded=true] .hamburger__line {
  background: transparent;
}

.hamburger[aria-expanded=true] .hamburger__line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger[aria-expanded=true] .hamburger__line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

footer {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 22px;
}

.footer__link {
  text-align: center;
  padding: 50px 0 35px;
  margin: 0;
}
@media screen and (max-width: 850px) {
  .footer__link {
    font-size: 14px;
    padding-top: 40px;
  }
}

.footer__link a {
  color: #000000;
  text-decoration: none;
}

.copyright {
  text-align: center;
  padding: 33px 0;
  background: inherit;
  color: inherit;
}
@media screen and (max-width: 850px) {
  .copyright {
    font-size: 12px;
  }
}

th, td {
  border: none;
}

.best, .faq, .voice {
  background: #EFF5FA;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .best, .faq, .voice {
    padding-bottom: 70px;
  }
}

.best .section-title,
.faq .section-title,
.voice .section-title {
  color: #4687BD;
}

.best {
  padding-top: 100px;
}
@media screen and (max-width: 600px) {
  .best {
    padding-top: 70px;
  }
}

table {
  width: 100%;
}
.best__table-wrapper {
	margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .best__table-wrapper {
    overflow-x: scroll;
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 600px) {
  .best__table-wrapper {
    width: calc(100% + 15px);
  }
}

.single .best__table-wrapper {
  overflow-x: scroll;
  width: 100%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 736px) {
  .single .best__table-wrapper {
    width: calc(100% + 15px);
  }
}
.main-conts .best__table a {
  color: #000000;
  text-decoration: none;
}

.main-conts .best__table a:hover {
  opacity: 0.7;
}

.best__table {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1040px) {
  .best__table {
    width: 858px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .best__table {
    margin-right: 15px;
  }
}

.best__table {
  border-collapse: separate;
}

.single .best__table {
  width: 1000px;
  margin: 0;
}
@media screen and (max-width: 1040px) {
  .single .best__table {
    width: 858px;
  }
}

@media only screen and (max-width: 736px) {
  .single .best__table {
    margin-right: 15px;
  }
}
.best__table th:first-of-type,
.best__table td:first-of-type {
  width: 127px;
}

.best__table th:not(:first-of-type),
.best__table td:not(:first-of-type) {
  width: calc((100% - 127px) / 5);
}

.best__table th:not(:first-of-type) {
  padding: 18px 4px;
  text-align: center;
  background: #fff;
  border-right: 1px solid #D3E3F0;
}
@media screen and (max-width: 1040px) {
  .best__table th:not(:first-of-type) {
    padding: 14px 4px;
  }
}

.best__table th a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (max-width: 1040px) {
  .best__table th a {
    font-size: 10px;
  }
}

.best__table th img {
  width: 150px;
}

.best__table td {
  border-top: 1px solid #D3E3F0;
  border-right: 1px solid #D3E3F0;
  padding: 15px 0;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .best__table td {
    font-size: 13px;
  }
}

.best__table th:first-of-type,
.best__table td:first-of-type {
  color: #fff;
  background: #4687BD;
}

.best__table td:first-of-type span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.best__table td:not(:first-of-type) {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 1;
}

.circle,
.triangle {
  font-size: 40px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 1040px) {
  .circle,
  .triangle {
    font-size: 34px;
  }
}

.circle {
  color: #FFCCCC;
}

.triangle {
  color: #D3E3F0;
}

.price {
  font-size: 20px;
}
@media screen and (max-width: 1040px) {
  .price {
    font-size: 16px;
  }
}

.table-btn {
  padding: 10px;
}

.main-conts .table-btn a {
  color: #fff;
}

.table-btn a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #FF8B27;
  border-radius: 8px;
  padding: 8px 27px 8px 23px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .table-btn a {
    font-size: 12px;
  }
}

.table-btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: calc(50% - 0.5px);
  right: 14px;
}

.sub-conts .section-wrap#block-2 {
  position: sticky;
  position: -webkit-sticky;
  top: 140px;
}
.sub-conts .section-wrap#block-2 .section-in {
  padding: 0;
}

.main-body-in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
nav.breadcrumbs {
  width: 100%;
}
.main-body-in main {
  width: 65%;
}
.col2 .main-conts {
  width: 100%;
}
@media screen and (max-width: 736px) {
  .main-body-in main {
    width: 100%;
  }
  .col2 .sub-conts {
    width: 100%;
  }
  .sub-conts .section-wrap#block-2 {
    display: none;
  }
}
.fix-bnr-sp {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  line-height: 55px;
  background: linear-gradient(to bottom, #FEA962 0%, #F67508 100%);
  color: #fff;
  letter-spacing: .02em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}
.fix-bnr-sp::before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fix-bnr-sp::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #FF8B27;
  border-width: 4px 0px 4px 7px;
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fix-bnr-sp {
  letter-spacing: 0.16em;
}
.fix-bnr-sp strong {
  font-size: 21px;
  letter-spacing: normal;
}
.fix-bnr-sp strong:first-of-type {
  margin-right: -10px;
}
.fix-bnr-sp span {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 3px 42px;
  background: #2E70A6;
  border-radius: 13px;
  box-shadow: 0 2px 3px rgba(0,0,0,.16);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}
.col1 .main-body-in main {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .fix-bnr-sp {
    display: block;
  }
}
.post-cta {
  display: block;
  max-width: 500px;
  margin: 1.7em 0;
}

div#toc_container {
  box-sizing: border-box;
}
.main-body-in main {
  overflow: hidden;
}

.wp-pagenavi {
	text-align: center;
	margin-bottom: 3px;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	box-sizing: border-box;
	width: 37px;
}
.wp-pagenavi span.pages {
	display: none;
}