@charset "UTF-8";
/* ローディング */
#js-loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

#js-loader::after {
  -webkit-animation: loader 0.5s linear infinite;
          animation: loader 0.5s linear infinite;
  border: 1px solid #ddd;
  border-radius: 50%;
  border-right: 1px solid rgba(221, 221, 221, 0.2);
  border-top: 1px solid rgba(221, 221, 221, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

body {
  overflow-x: hidden;
}

.container-mid, .full-width .wp-block-group__inner-container {
  max-width: 1048px;
}

.container-min {
  max-width: 720px;
}

.box01 {
  padding-top: 72px;
  padding-bottom: 72px;
}

@media screen and (max-width: 575px) {
  .box01 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.box02 {
  margin-bottom: 72px;
}

@media screen and (max-width: 575px) {
  .box02 {
    margin-bottom: 32px;
  }
}

.box03 {
  margin-bottom: 140px;
}

@media screen and (max-width: 575px) {
  .box03 {
    margin-bottom: 80px;
  }
}

.box04 {
  margin-bottom: 54px;
}

@media screen and (max-width: 575px) {
  .box04 {
    margin-bottom: 24px;
  }
}

.box05 {
  margin-bottom: 1em;
}

/* ヘッダー */
.site-header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 4;
}

.site-header .custom-logo-link {
  padding: 10px 12px;
}

@media screen and (max-width: 1300px) {
  .site-header .custom-logo-link {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .site-header .custom-logo-link img {
    height: 70px;
    width: auto;
  }
}

@media screen and (max-width: 1300px) and (max-width: 575px) {
  .site-header .custom-logo-link img {
    height: 40px;
  }
}

.site-header__btn {
  background-color: #ff5300;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  height: 120px;
  line-height: 120px;
  width: 260px;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .site-header__btn {
    font-size: 1.6rem;
    width: 200px;
  }
}

@media screen and (max-width: 1300px) {
  .site-header__btn {
    margin-right: 60px;
    height: 90px;
    line-height: 90px;
  }
}

@media screen and (max-width: 575px) {
  .site-header__btn {
    height: 60px;
    line-height: 60px;
    font-size: 1.4rem;
    padding: 0 1em;
    width: auto;
  }
}

.site-header__btn:visited {
  color: #fff;
}

.site-header__btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}

.site-navigation {
  overflow: visible;
}

.site-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1300px) {
  .site-navigation .menu {
    display: block;
    text-align: center;
  }
}

.site-navigation .menu li {
  padding: 0 1em;
  font-size: 2rem;
  position: relative;
}

@media screen and (max-width: 1500px) {
  .site-navigation .menu li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1300px) {
  .site-navigation .menu li {
    padding: 1em;
  }
}

.site-navigation .menu li:hover .sub-menu {
  display: block;
}

@media screen and (max-width: 1300px) {
  .site-navigation .menu li:hover .sub-menu {
    display: none;
  }
}

.site-navigation .menu li .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  font-size: 1.8rem;
  padding: 24px;
  border: 1px solid #808080;
  width: 290px;
  margin: 0;
}

@media screen and (max-width: 1300px) {
  .site-navigation .menu li .sub-menu {
    position: static;
    border: none;
    background-color: #eee;
    width: 100%;
    padding: 1em;
  }
}

.site-navigation .menu li .sub-menu li {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1300px) {
  .site-navigation .menu li .sub-menu li {
    padding: 0;
  }
}

.site-navigation .menu li .sub-menu.show {
  display: block;
}

.menu-item-has-children {
  cursor: pointer;
}

.menu-item-has-children:hover {
  text-decoration: underline;
}

.content-area {
  padding-top: 120px;
}

@media screen and (max-width: 1300px) {
  .content-area {
    padding-top: 90px;
  }
}

@media screen and (max-width: 575px) {
  .content-area {
    padding-top: 60px;
  }
}

.drawer--top .drawer-nav {
  width: auto;
  z-index: 4;
}

@media screen and (max-width: 1300px) {
  .drawer--top .drawer-nav {
    width: 100%;
  }
}

.drawer-overlay {
  z-index: 3;
}

.drawer-nav {
  position: static;
}

@media screen and (max-width: 1300px) {
  .drawer-nav {
    position: fixed;
  }
}

.drawer-hamburger {
  display: none;
  padding: 18px 16px 30px;
}

@media screen and (max-width: 1300px) {
  .drawer-hamburger {
    display: block;
    background-color: #006afb;
    border-color: #fff;
    border-radius: 0;
    width: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 90px;
  }
}

@media screen and (max-width: 1300px) and (max-width: 575px) {
  .drawer-hamburger {
    height: 60px;
  }
}

.drawer-hamburger:hover {
  background-color: #30bcef;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #fff;
}

.main-v__01 {
  text-align: center;
  background: url(../img/main--bg02.jpg) no-repeat center center/cover;
  padding: 90px 0 220px;
}

@media screen and (max-width: 767px) {
  .main-v__01 {
    padding: 60px 0 160px;
  }
}

.main-v__01 img {
  padding-right: 50px;
}

@media screen and (max-width: 575px) {
  .main-v__01 img {
    padding-right: 0;
  }
}

.main-v__02 {
  background: url(../img/main_bg02.png) no-repeat center top/cover;
  padding-top: 128px;
  padding-bottom: 60px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1300px) {
  .main-v__02 {
    margin-top: -50px;
    padding-top: 80px;
  }
}

.main-v__02 h3 {
  font-size: 5.1rem;
  font-weight: 700;
  color: #006afb;
}

@media screen and (max-width: 1300px) {
  .main-v__02 h3 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 575px) {
  .main-v__02 h3 {
    font-size: 2rem;
  }
}

.main-v__02 p {
  font-size: 2.6rem;
  font-weight: 500;
}

@media screen and (max-width: 1300px) {
  .main-v__02 p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 575px) {
  .main-v__02 p {
    font-size: 1.6rem;
  }
}

.btn {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #006afb;
  padding: 0.5em 1em;
  line-height: 1;
  border-radius: 10px;
  display: inline-block;
  border: 2px solid #006afb;
}

@media screen and (max-width: 575px) {
  .btn {
    font-size: 2rem;
  }
}

.btn:visited {
  color: #fff;
}

.btn:hover {
  text-decoration: none;
  color: #006afb;
  background-color: #fff;
}

.btn--orange .wp-block-button__link {
  background-color: #FF5300;
  color: #fff;
  border-radius: 50px;
}

.btn--orange .wp-block-button__link:visited {
  color: #fff;
}

.btn--orange .wp-block-button__link:hover {
  text-decoration: none;
  opacity: .7;
}

a:hover > img {
  opacity: .7;
}

.ff-mp {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.fs-16 {
  font-size: 1.6rem;
}

@media screen and (max-width: 575px) {
  .fs-16 {
    font-size: 1.4rem;
  }
}

.fs-23 {
  font-size: 2.3rem;
}

@media screen and (max-width: 575px) {
  .fs-23 {
    font-size: 1.8rem;
  }
}

.fs-25 {
  font-size: 2.5rem;
}

.entry-content p.fs-25 {
  line-height: 1.6;
}

@media screen and (max-width: 575px) {
  .fs-25 {
    font-size: 1.8rem;
  }
}

.fs-31 {
  font-size: 3.1rem;
}

@media screen and (max-width: 575px) {
  .fs-31 {
    font-size: 1.8rem;
  }
}

.fs-40 {
  font-size: 4rem;
}

@media screen and (max-width: 575px) {
  .fs-40 {
    font-size: 2rem;
  }
}

.fs-120 {
  font-size: 120%;
}

.fw-normal {
  font-weight: normal;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.fc-red {
  color: #ff4100;
}

.fc-blue {
  color: #006ae7;
}

.fc-blue02 {
  color: #5499CE;
}

.tel01:hover {
  text-decoration: none;
}

.tel01__icon {
  font-size: 4.8rem;
  color: #30bcef;
}

@media screen and (max-width: 575px) {
  .tel01__icon {
    font-size: 3rem;
  }
}

.tel01__no {
  font-size: 5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  color: #006afb;
}
.tel01__no2 {
  font-size: 4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  color: #006afb;
}
.tel_br_nodisplay {
  display: none;
}

@media screen and (max-width: 575px) {
  .tel01__no {
    font-size: 3rem;
  }
  .tel_br_nodisplay {
  display: inline;
  }
}

.info-table {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

.info-table th,
.info-table td {
  vertical-align: top;
  font-size: 2.2rem;
}

@media screen and (max-width: 575px) {
  .info-table th,
  .info-table td {
    font-size: 1.6rem;
  }
}

.info-table td p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .info-table td p {
    font-size: 1.4rem;
  }
}

.info-table th {
  padding-right: 0.5em;
  white-space: nowrap;
}

.basic-table tr td {
  border: 1px solid #B2B2B2;
  padding: 1em;
  font-size: 2rem;
  vertical-align: middle;
}

.basic-table-2 {
  width: 80%;
  margin-left: auto; 
  margin-right: auto;
}

.basic-table-2 tr td {
  border: 1px solid #B2B2B2;
  padding: 1em;
  font-size: 2rem;
  vertical-align: middle;
}

.basic-table-2 th {
  border: 1px solid #B2B2B2;
  padding: 1em;
  font-size: 2rem;
  vertical-align: middle;
}

@media screen and (max-width: 575px) {
  .basic-table tr td {
    display: block;
    width: 100%;
    border: none;
    padding: 0.5em;
    font-size: 1.6rem;
  }
  .basic-table-2 {
    width: 100%;
  }
  .basic-table-2 tr td {
    border: 1px solid #B2B2B2;
    display: block;
    border: none;
    padding: 0.5em;
    font-size: 1.6rem;
  }
  .basic-table-2 th {
    border: 1px solid #B2B2B2; 
    display: block;
    width: 100%;
    border: none;
    padding: 0.5em;
    font-size: 1.6rem;
  }
}

.basic-table tr td:first-child {
  background-color: #F2F2F2;
}
.basic-table-2 tr td:first-child {
  background-color: #F2F2F2;
}

.basic-table tr td:first-child::first-letter {
  color: #006afb;
}

.time-table {
  border-collapse: collapse;
  table-layout: fixed;
  position: relative;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .time-table {
    width: auto;
  }
}

.time-table::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #898989;
  top: 0;
  left: 0;
}

.time-table thead {
  background-color: #246a9e;
  color: #fff;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .time-table thead {
    font-size: 1.6rem;
  }
}

.time-table thead th {
  border-right: 2px solid #fff;
  text-align: center;
  padding: 0.4em 0 0.2em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .time-table thead th {
    padding: 0.5em;
    border-width: 1px;
  }
}

.time-table thead th:first-child {
  width: 270px;
}

@media screen and (max-width: 767px) {
  .time-table thead th:first-child {
    width: auto;
  }
}

.time-table thead th:not(:first-child) {
  width: calc((200% - 270px) / 6);
}

.time-table tbody {
  background-color: #14b1e8;
  color: #fff;
  text-align: center;
}

.time-table tbody th {
  width: 270px;
  font-size: 2.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 0.4em 0 0.2em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .time-table tbody th {
    font-size: 1.6rem;
    padding: 0.5em;
  }
}

.time-table tbody td {
  width: calc((200% - 270px) / 6);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .time-table tbody td {
    font-size: 1.6rem;
  }
}

.time-table__text {
  font-size: 2.2rem;
  margin-bottom: 0;
  margin-top: 0.5em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media screen and (max-width: 575px) {
  .time-table__text {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .time-table__wrap {
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
  }
}

.qr {
  width: 172px;
  height: 172px;
}

.qr-wrap {
  -ms-flex-preferred-size: 172px;
      flex-basis: 172px;
  margin-left: 20px;
}

p a {
  color: #006afb;
}

p a:visited {
  color: #006afb;
}

.time-table-qr__wrap .time-table__wrap {
  -ms-flex-preferred-size: calc(100% - 172px - 20px);
      flex-basis: calc(100% - 172px - 20px);
}

/* 見出し */
.main-title {
  font-size: 4.1rem;
  font-weight: bold;
  color: #3da675;
  text-align: center;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1300px) {
  .main-title {
    font-size: 2.4rem;
  }
}

.beta-title {
  text-align: center;
  margin-bottom: 2em;
}

.beta-title span {
  background-color: #3da675;
  display: inline-block;
  padding: 0.5em 2em 0.4em;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  border-radius: 40px;
  line-height: 1;
  min-width: 830px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1300px) {
  .beta-title span {
    width: 90%;
    min-width: 90%;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 575px) {
  .beta-title span {
    font-size: 2rem;
  }
}

.beta-title02 {
  background-color: #f2f2f2;
  border-left: 5px solid #006ae7;
  color: #006ae7;
  font-size: 2.4rem;
  padding: 1em;
  line-height: 1.2;
}

@media screen and (max-width: 575px) {
  .beta-title02 {
    font-size: 2rem;
  }
}

.beta-title03 {
  font-size: 2.4rem;
  color: #006ae7;
  background-color: rgba(84, 153, 206, 0.2);
  line-height: 1.2;
  padding: .5em 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 575px) {
  .beta-title03 {
    font-size: 2rem;
  }
}

.beta-title03--maru {
  letter-spacing: .1em;
}

.beta-title03--maru::before {
  content: "●";
  color: rgba(0, 106, 231, 0.5);
  display: inline-block;
}

.border-title {
  text-align: center;
  margin-bottom: 3em;
}

@media screen and (max-width: 1300px) {
  .border-title {
    margin-bottom: 2em;
  }
}

.border-title span {
  display: inline-block;
  color: #006afb;
  font-size: 4rem;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .border-title span {
    font-size: 2.4rem;
  }
}

.border-title span:after {
  content: "";
  width: 70%;
  height: 1px;
  background-color: #006afb;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  margin: auto;
}

.border-title02 {
  font-size: 3.8rem;
  text-align: center;
  color: #5499CE;
  border-bottom: 1px dashed #006ae7;
  margin-bottom: 80px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media screen and (max-width: 575px) {
  .border-title02 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}

.border-title03 {
  color: #5499CE;
  font-size: 3rem;
  line-height: 1.6;
  border-bottom-width: 12px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 106, 231, 0.1);
  padding-bottom: 1em;
  letter-spacing: -0.01em;
  margin-bottom: 1.2em;
  min-height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  .border-title03 {
    font-size: 2rem;
    min-height: auto;
  }
}

.border-title03--h-auto {
  min-height: auto;
  padding-bottom: 0.5em;
}

.maru-title {
  font-size: 2.5rem;
  font-weight: normal;
}

@media screen and (max-width: 575px) {
  .maru-title {
    font-size: 2rem;
  }
}

.maru-title::before {
  content: "●";
  color: rgba(0, 106, 231, 0.5);
  display: inline-block;
}

.text-title {
  font-size: 2.5rem;
  color: #006ae7;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 575px) {
  .text-title {
    font-size: 2rem;
  }
}

.text-title--02 {
  color: #000;
}

.info-list__item {
  border-bottom: 1px dashed #ccc;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  .info-list__item {
    display: block;
  }
}

.info-list__item .date {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

@media screen and (max-width: 575px) {
  .info-list__item .date {
    margin-bottom: 0.5em;
    display: inline-block;
  }
}

.info-list__content {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.info-list__content p:last-child {
  margin-bottom: 0;
}

.bg-image--01 {
  background: url(../img/bg--01.jpg) no-repeat center center/cover;
}

.bg-image--02 {
  background: url(../img/illust_01.png) no-repeat right 3% bottom/226px auto;
}

@media screen and (max-width: 1300px) {
  .bg-image--02 {
    background-size: 130px auto;
    padding-bottom: 160px;
  }
}

.bg-image--03 {
  background: url(../img/osteo-sec03-img01.png) no-repeat right bottom/28% auto;
  padding-right: 28%;
  padding-bottom: 70px;
}

@media screen and (max-width: 575px) {
  .bg-image--03 {
    padding-right: 0;
    background-size: auto 100px;
    padding-bottom: 80px;
  }
}

.bg-image--04 {
  background: url(../img/page-flow-sec03-img01.png) no-repeat right bottom/25% auto;
  padding-right: 30%;
  padding-bottom: 210px;
}

@media screen and (max-width: 767px) {
  .bg-image--04 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 575px) {
  .bg-image--04 {
    padding-right: 0;
    background-size: auto 100px;
    padding-bottom: 100px;
  }
}

.bg-blue {
  background-color: rgba(0, 106, 231, 0.05);
}

.bg-blue .border-title03 {
  border-color: #fff;
}

.full-width {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.full-width .wp-block-group__inner-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.full-width.wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
}

.full-width.wp-block-image img {
  width: 100%;
}

.circle-list {
  max-width: 1032px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -40px;
}

.circle-list li {
  width: calc(100% / 3);
  padding: 0 32px;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 1300px) {
  .circle-list li {
    font-size: 1.6rem;
    padding: 0 16px;
  }
}

@media screen and (max-width: 575px) {
  .circle-list li {
    padding: 0 10px;
  }
}

.circle-list li img {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.5em;
}

/* フッター */
.site-footer__btn--l, .site-footer__btn--r, .site-footer__btn--faq {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
  height: 140px;
  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;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.site-footer__btn--l {
  background-color: #006afb;
  color: #fff;
  font-size: 3.8rem;
  line-height: 1.2;
}



@media screen and (max-width: 1300px) {
  .site-footer__btn--l {
    font-size: 2.4rem;
  }
}

.site-footer__btn--r {
  background-color: #d5ecf3;
  color: #006afb;
  font-size: 4.2rem;
}

.site-footer__btn--r:visited {
  color: #006afb;
}

.site-footer__btn--r:hover {
  text-decoration: none;
  color: #006afb;
  opacity: 0.7;
}



.site-footer .custom-logo-link {
  margin-bottom: 16px;
}

.site-footer address {
  font-size: 2.4rem;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #000;
}


@media screen and (min-width: 576px) {
.site-footer__btn--faq {
  display: none;
}
}

@media screen and (max-width: 575px) {
  .site-footer address {
    font-size: 1.6rem;
  }

.site-footer__btn--faq {
  background-color: #92DEDD;
  color: #006afb;
  font-size: 3.8rem;
  line-height: 1.2;
}
.site-footer__btn--r:visited {
  color: #006afb;
}

.site-footer__btn--faq:hover {
  text-decoration: none;
  color: #006afb;
  opacity: 0.7;
}
}

.site-footer .tel {
  font-size: 4.8rem;
  font-weight: bold;
  color: #006afb;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}




@media screen and (max-width: 575px) {
  .site-footer .tel {
    font-size: 3.2rem;
  }
}

.site-footer .time-table thead {
  font-size: 1.8rem;
}

.site-footer .time-table thead th:first-child {
  width: 190px;
}

.site-footer .time-table tbody th {
  font-size: 1.6rem;
}

.site-footer .time-table tbody td {
  font-size: 1.6rem;
}

.site-footer .time-table tbody td .fs-40 {
  font-size: 2.4rem;
}

.site-footer .time-table tbody td .fs-16 {
  font-size: 1.1rem;
}

.site-footer .time-table__text {
  font-size: 1.4rem;
}

/* 固定ページ */
.entry-header {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 280px;
  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;
  background-image: url(../img/page-header-bg01.jpg);
  margin-bottom: 100px;
}

@media screen and (max-width: 575px) {
  .entry-header {
    height: 160px;
    margin-bottom: 40px;
  }
}

.entry-header__title {
  font-size: 5.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.052em;
  line-height: 1;
}

@media screen and (max-width: 575px) {
  .entry-header__title {
    font-size: 4rem;
  }
}

.entry-content {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
}

@media screen and (max-width: 575px) {
  .entry-content {
    font-size: 1.6rem;
  }
}

.entry-content p {
  line-height: 2;
}

.wp-block-table th,
.wp-block-table td {
  vertical-align: top;
}

.wp-block-table tbody tr td:first-child {
  white-space: nowrap;
  padding-right: 1em;
}

.wp-block-columns.flex-row-reverse .wp-block-column:not(:first-child) {
  margin-left: 0;
}

.wp-block-columns.flex-row-reverse .wp-block-column:first-child {
  margin-left: 2em;
}

@media screen and (max-width: 600px) {
  .wp-block-columns.flex-row-reverse .wp-block-column:first-child {
    margin-left: 0;
  }
}

.wp-block-button {
  width: 100%;
}

.wp-block-button__link {
  background-color: #469488;
  color: #fff;
  border-radius: 15px;
  padding: 1em 3em;
  line-height: 1;
}

@media screen and (max-width: 575px) {
  .wp-block-button__link {
    width: 100%;
    padding: 1em;
    text-align: center;
  }
}

.wp-block-button__link:visited {
  color: #fff;
}

.wp-block-button__link:hover {
  opacity: .7;
  color: #fff;
  text-decoration: none;
}

.maru-list li::before {
  content: "○";
  color: #006ae7;
  display: inline;
}

.maru-list--02 li::before {
  content: "●";
}

.num-list {
  list-style: none;
}

.num-list li {
  position: relative;
  padding-left: 2em;
}

@media screen and (max-width: 575px) {
  .num-list li {
    padding-left: 1.5em;
  }
}

.num-list li::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.num-list li:first-child::before {
  content: "①";
}

.num-list li:nth-child(2)::before {
  content: "②";
}

.num-list li:nth-child(3)::before {
  content: "③";
}

.post-thumbnail {
  margin-top: -48px;
  margin-bottom: 70px;
}

@media screen and (max-width: 575px) {
  .post-thumbnail {
    margin-top: 0;
    margin-bottom: 24px;
  }
}

.img-ill .aligncenter {
  text-align: center;
}

@media screen and (max-width: 575px) {
  .img-ill img {
    width: 60%;
  }
}

.border-bottom {
  border-bottom: 12px solid rgba(0, 106, 251, 0.1);
}

.ol-list {
  list-style: none;
  counter-reset: ol;
}

.ol-list li {
  counter-increment: ol;
  position: relative;
  padding-left: 95px;
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 575px) {
  .ol-list li {
    font-size: 1.6rem;
    padding-left: 65px;
  }
}

.ol-list li::before {
  content: counter(ol);
  display: inline-block;
  padding: 5px;
  min-width: 70px;
  text-align: center;
  line-height: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: absolute;
  left: 0;
  top: .2em;
  background-color: rgba(48, 188, 239, 0.5);
}

@media screen and (max-width: 575px) {
  .ol-list li::before {
    min-width: 50px;
  }
}

.post-pagination {
  text-align: center;
  margin-top: 40px;
}

.post-pagination .page-numbers {
  display: inline-block;
  padding: 0 .5em;
}

.post-pagination .current {
  color: #006afb;
}

.illust-title {
  text-align: center;
  font-size: 3rem;
  position: relative;
  line-height: 1;
  margin-bottom: 80px;
}

@media screen and (max-width: 575px) {
  .illust-title {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}

.illust-title span {
  font-size: 4.2rem;
  color: #0eb0e8;
  display: inline-block;
  padding-left: 0.2em;
}

@media screen and (max-width: 575px) {
  .illust-title span {
    font-size: 3rem;
  }
}


.illust-title::after {
  content: "";
  width: 133px;
  height: 33px;
  background: url(../img/illust-title_bg.svg) no-repeat 0 0 / 100% 100%;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top:  calc(100% + 10px);
  margin: auto;
}

@media screen and (max-width: 575px) {
  .illust-title::after {
    width: 93px;
    height: 23px;
  }
}
