.page-nav li {
  margin-bottom: 10px;
}
.page-nav li a {
  margin-left: auto;
  margin-right: auto;
}
.page-nav.gutter-16 li {
  margin-bottom: 16px;
}

.page-section__block {
  margin-bottom: 30px;
}
.page-section__block:last-of-type {
  margin-bottom: 0;
}

.page-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-lead {
  font-size: 2.8rem;
  font-weight: 500;
  color: #21B6AA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-lead::before, .page-lead::after {
  content: "";
  width: 20px;
  height: 38px;
  background: url(/assets/img/common/deco_line.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 10px;
}
.page-lead::after {
  -webkit-transform: scale(-1);
          transform: scale(-1);
  margin-right: 0;
  margin-left: 10px;
}
.page-lead.is-no-deco::after, .page-lead.is-no-deco::before {
  display: none;
}
.page-lead.is-large {
  font-size: 3.2rem;
}
.page-lead.is-bg {
  background: #fff;
  padding: 10px 70px 5px;
  border-radius: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-lead.is-blue {
  color: #1CB9EE;
}
.page-lead.is-blue::before, .page-lead.is-blue::after {
  background-image: url(/assets/img/common/deco_line_blue.svg);
}
.page-lead.is-red {
  color: #E9463F;
}
.page-lead.is-red::before, .page-lead.is-red::after {
  background-image: url(/assets/img/common/deco_line_red.svg);
}
.page-lead.is-pink {
  color: #EB6DA5;
}
.page-lead.is-pink::before, .page-lead.is-pink::after {
  background-image: url(/assets/img/common/deco_line_pink.svg);
}
.page-lead.is-orange {
  color: #F08637;
}
.page-lead.is-orange::before, .page-lead.is-orange::after {
  background-image: url(/assets/img/common/deco_line_orange.svg);
}
.page-lead.is-yellow {
  color: #F8B500;
}
.page-lead.is-yellow::before, .page-lead.is-yellow::after {
  background-image: url(/assets/img/common/deco_line_yellow.svg);
}

.page-notice__box {
  border: solid 1px #F8B500;
  background: url(/assets/img/common/bg_common_yellow.jpg) no-repeat center;
  padding: 50px 58px 40px;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.page-notice__box::after {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #F8B500;
  position: absolute;
  top: -10px;
  left: -10px;
}
.page-notice__box-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.page-notice__box-heading::after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #F8B500;
  border-bottom: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-notice__box-heading span {
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F8B500;
  padding: 8px 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page-notice__box-heading span::before, .page-notice__box-heading span::after {
  content: "";
  width: 20px;
  height: 38px;
  background: url(/assets/img/common/deco_line_white.svg) no-repeat center/contain;
  display: inline-block;
  margin: 0 10px;
}
.page-notice__box-heading span::after {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.page-tel {
  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-size: 2.2rem;
}
.page-tel i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 10px;
}
.page-tel a {
  color: #21B6AA;
  font-size: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-flow-box {
  border: solid 1px #F08637;
  padding: 50px 40px 30px;
  position: relative;
  background: #fff;
}
.page-flow-box__heading {
  background: #F08637;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  padding: 10px 32px;
  border-radius: 999px;
  display: inline-block;
  position: absolute;
  top: -1.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page-flow-box__list li {
  background: url(/assets/img/common/bg_common_orange.jpg) no-repeat center;
  border-radius: 10px;
  width: 15%;
  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;
  text-align: center;
  font-weight: 500;
  color: #F08637;
  padding: 24px 5px;
  position: relative;
  font-size: 2rem;
}
.page-flow-box__list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #F08637;
  z-index: 1;
}

.page-badge {
  display: inline-block;
  color: #21B6AA;
  border: solid 1px;
  font-weight: 500;
  padding: 0 10px;
  border-radius: 30px;
  background: #FFF;
  margin: 3px 0;
  text-indent: 0;
}

.page-txt-number {
  font-size: 2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-txt-number.is-small {
  font-size: 1.6rem;
}
.page-txt-number.is-small .num {
  top: 2px;
}
.page-txt-number .num {
  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;
  min-width: 23px;
  height: 23px;
  margin-right: 8px;
  background: #21B6AA;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: relative;
  top: 3px;
}
.page-contact-box__txt {
  font-size: 2.2rem;
}
.page-contact-box__tel p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-contact-box__link {
  font-size: 2.8rem;
}
.page-contact-box02__txt {
  font-size: 2rem;
}
.page-contact-box02__tel p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-contact-box02__link {
  font-size: 2.6rem;
}

.page-news__row::after {
  content: "";
  width: 33.333333%;
}
.page-news__nav {
  margin-bottom: 90px;
  background: url(/assets/img/common/bg_common.jpg) no-repeat center top;
  padding: 20px 20px 10px;
}
.page-news__nav-heading {
  color: #21B6AA;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.page-news__nav-heading span {
  font-family: "Yellowtail", cursive;
  display: block;
  font-size: 2rem;
}
.page-news__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1084px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-news__nav-item {
  position: relative;
  margin-bottom: 10px;
}
.page-news__nav-link {
  color: #A5CC33;
  display: block;
  border: solid 1px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  padding: 10px 14px;
}
.page-news__nav-link.is-current {
  pointer-events: none;
  background-color: #A5CC33;
  color: #FFF;
  border-color: #A5CC33;
}
.page-news__nav-link.news_sougou {
  color: #21B6AA;
}
.page-news__nav-link.news_sougou.is-current {
  background-color: #21B6AA;
  color: #fff;
  border-color: #21B6AA;
}
.page-news__nav-link.news_rigaku {
  color: #1CB9EE;
}
.page-news__nav-link.news_rigaku.is-current {
  background-color: #1CB9EE;
  color: #fff;
  border-color: #1CB9EE;
}
.page-news__nav-link.news_sagyo {
  color: #E9463F;
}
.page-news__nav-link.news_sagyo.is-current {
  background-color: #E9463F;
  color: #fff;
  border-color: #E9463F;
}
.page-news__nav-link.news_gengo {
  color: #EB6DA5;
}
.page-news__nav-link.news_gengo.is-current {
  background-color: #EB6DA5;
  color: #fff;
  border-color: #EB6DA5;
}
.page-news__nav-link.news_judo {
  color: #F08637;
}
.page-news__nav-link.news_judo.is-current {
  background-color: #F08637;
  color: #fff;
  border-color: #F08637;
}
.page-news__nav-link.news_hari {
  color: #F8B500;
}
.page-news__nav-link.news_hari.is-current {
  background-color: #F8B500;
  color: #fff;
  border-color: #F8B500;
}
.page-news__item {
  max-width: 380px;
  margin-bottom: 30px;
}

.page-detail__box {
  background: url(/assets/img/common/bg_common.jpg) no-repeat center/cover;
  padding: 50px;
}
.page-detail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.page-detail__date {
  font-size: 2.2rem;
}
.page-detail__cat {
  background: #21B6AA;
  color: #fff;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 6px;
  margin-left: 10px;
  font-weight: 500;
}
.page-detail__cat.news_rigaku {
  background-color: #1CB9EE;
}
.page-detail__cat.news_sagyo {
  background-color: #E9463F;
}
.page-detail__cat.news_gengo {
  background-color: #EB6DA5;
}
.page-detail__cat.news_judo {
  background-color: #F08637;
}
.page-detail__cat.news_hari {
  background-color: #F8B500;
}
.page-detail__heading {
  font-size: 3.2rem;
  font-weight: 500;
  border-bottom: solid 2px #21B6AA;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.page-numbers {
  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;
  position: relative;
}
.page-numbers li {
  margin: 0 5px 10px 0;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.page-numbers li:last-of-type {
  margin-right: 0;
}
.page-numbers li .page-item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-numbers li.prev a, .page-numbers li.next a {
  width: 48px;
  height: 48px;
}
.page-numbers li.prev a::before, .page-numbers li.next a::before {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 5px);
}
.page-numbers li.prev {
  left: -10px;
}
.page-numbers li.prev a::before {
  border-bottom: #CBCBCB 2px solid;
  border-right: #CBCBCB 2px solid;
  right: 0;
}
.page-numbers li.next {
  right: -10px;
}
.page-numbers li.next a::before {
  border-top: #CBCBCB 2px solid;
  border-left: #CBCBCB 2px solid;
  left: 0;
}
.page-numbers li a, .page-numbers li 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;
  padding: 0 0 0 1px;
  font-size: 1.6rem;
  min-width: 47px;
  font-family: "Poppins", sans-serif;
  color: #21B6AA;
}
.page-numbers li span {
  width: 47px;
  height: 47px;
}
.page-numbers li span.current {
  padding: 0;
}
.page-numbers li .current {
  background: #21B6AA;
  padding: 3px 20px;
  color: #FFF;
}
.page-numbers li a {
  position: relative;
  aspect-ratio: 1/1;
  border: solid 1px #21B6AA;
  background-color: #E8F8F6;
  color: #21B6AA;
}
.page-numbers li a.prev, .page-numbers li a.next {
  background: none;
  width: 42px;
  height: 42px;
  border: none;
}
.page-numbers li a.prev::before, .page-numbers li a.next::before {
  content: "";
  width: 28px;
  height: 18px;
  background: url(/assets/img/common/arrow_02.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 10px);
}
.page-numbers li a.prev::before {
  right: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.page-numbers li a.next::before {
  left: 0;
}
.page-numbers .page-item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-numbers .page-item.page-item-prev {
  left: -58px;
}
.page-numbers .page-item.page-item-next {
  right: -58px;
}

.page-free {
  font-size: 1.6rem;
}
.page-free strong {
  font-weight: bold;
}
.page-free p {
  margin-bottom: 30px;
}
.page-free .wp-block-image, .page-free .wp-block-columns {
  margin-bottom: 20px;
  gap: 1em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-free .wp-block-table table {
  width: auto;
}
.page-free .wp-block-table td, .page-free .wp-block-table th {
  padding: 1em;
  font-size: 1.4rem;
}
.page-free figure {
  margin-bottom: 30px;
}
.page-free figure figcaption {
  font-size: 1.4rem;
  font-weight: 400;
}
.page-free a {
  border-bottom: solid 1px #21B6AA;
  padding-bottom: 1px;
}
.page-free a:hover {
  border-color: transparent;
  opacity: 1;
}
.page-free h2 {
  font-size: 1.8rem;
  margin: 30px 0;
  font-weight: 500;
  line-height: 1.3;
  background: #21B6AA;
  padding: 7px 30px;
  color: #fff;
  position: relative;
}
.page-free h2::before {
  content: "";
  width: 4px;
  height: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-free h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #21B6AA;
}
.page-free h4 {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.page-free h5 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.page-free h6 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.page-free ul, .page-free ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.page-free ul li, .page-free ol li {
  list-style: inherit;
}
.page-free .has-text-align-right {
  text-align: right;
}
.page-free .has-text-align-center {
  text-align: center;
}
.page-free .has-text-align-left {
  text-align: left;
}
.page-free .wp-block-buttons {
  margin-bottom: 30px;
}
.page-free .wp-block-button__link {
  padding: 10px 30px;
  background-color: #21B6AA;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-free .wp-block-button__link:hover {
  background-color: #21B6AA;
  color: #21B6AA;
}
.page-free .wp-block-details {
  margin-bottom: 30px;
}
.page-free .wp-block-quote {
  background: #f7f7f7;
  padding: 20px 30px;
  position: relative;
  margin-bottom: 30px;
}
.page-free .wp-block-quote::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/assets/img/common/icon_quote.svg) no-repeat center/contain;
  position: absolute;
  top: -10px;
  left: 10px;
}
.page-free .wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.page-free .wp-block-image a {
  border-bottom: none;
  pointer-events: none;
}
.page-free table {
  width: 100%;
  border: solid 1px #21B6AA;
  background: #fff;
  font-family: "zen Kaku Gothic New";
}
.page-free table th {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #21B6AA;
  color: #fff;
  padding: 15px 20px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  width: 1%;
}
.page-free table td {
  padding: 15px 20px;
  border-bottom: 1px solid #21B6AA;
  border-right: 1px solid #21B6AA;
  background: #fff;
}

.snow-monkey-form {
  background: #fff;
  padding: 50px 30px;
}
.snow-monkey-form .smf-form {
  max-width: 1040px;
  margin: 0 auto;
}
.snow-monkey-form .smf-form .smf-select-control {
  display: block;
  position: relative;
}
.snow-monkey-form .smf-form .smf-select-control::after {
  content: "";
  width: 27px;
  height: 27px;
  background: url(/assets/img/common/arrow_bottom.svg) no-repeat center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.snow-monkey-form .smf-action {
  margin-top: 40px;
}
.snow-monkey-form .smf-action .smf-button-control__control {
  cursor: pointer;
  display: block;
  padding: 17px 20px;
  position: relative;
  color: #fff;
  font-weight: 500;
  border: solid 1px;
  -webkit-box-shadow: inset 0 0 0 4px #21B6AA, inset 0 0 0 5px #fff, 5px 5px 0 0 #058470;
          box-shadow: inset 0 0 0 4px #21B6AA, inset 0 0 0 5px #fff, 5px 5px 0 0 #058470;
  text-align: center;
  margin: 0 auto;
  text-decoration: none !important;
  background: #21B6AA;
  width: 100%;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.snow-monkey-form .smf-action .smf-button-control__control::after {
  content: "";
  width: 27px;
  height: 27px;
  background: url(/assets/img/common/arrow_right_white.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.snow-monkey-form .smf-action .smf-button-control__control[data-action=back] {
  background: #fff;
  color: #21B6AA;
  -webkit-box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 5px #21B6AA, 5px 5px 0 0 #058470;
          box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 5px #21B6AA, 5px 5px 0 0 #058470;
}
.snow-monkey-form .smf-action .smf-button-control__control[data-action=back]::after {
  background: url(/assets/img/common/arrow_right.svg) no-repeat center/contain;
}
.snow-monkey-form .smf-action .smf-button-control__control:hover {
  opacity: 0.7;
}
.snow-monkey-form .smf-item {
  margin-bottom: 20px;
}
.snow-monkey-form .smf-item__label {
  font-weight: 500;
}
.snow-monkey-form .smf-item__description {
  font-size: 1.6rem;
  background: #F08637;
  color: #fff;
  display: inline-block;
  padding: 1px 10px;
  font-weight: 500;
  margin: 0;
}
.snow-monkey-form .smf-item__col--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.snow-monkey-form .smf-item input:not([type=submit], [type=button]), .snow-monkey-form .smf-item textarea, .snow-monkey-form .smf-item .smf-select-controls, .snow-monkey-form .smf-item .smf-select-control__control {
  width: 100%;
  padding: 1.75rem 1rem;
  background: #E8F8F6;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.snow-monkey-form[data-screen=confirm] .smf-item {
  padding: 25px 0;
  border-bottom: solid 1px #21B6AA;
  margin: 0;
}

.smf-form .smf-select-control__toggle:before {
  display: none !important;
}

@media screen and (max-width: 999px) {
  .page-nav.gutter-16 li {
    margin-bottom: 8px;
  }
  .page-flow-box__list li {
    width: 100%;
    margin-bottom: 30px;
    padding: 12px 10px;
  }
  .page-flow-box__list li:last-of-type {
    margin-bottom: 0;
  }
  .page-flow-box__list li:not(:last-child)::after {
    border: 20px solid transparent;
    border-top: 10px solid #F08637;
    border-bottom: 0;
    top: auto;
    bottom: -21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .page-contact-box__tel p {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page-news__nav-item {
    margin: 0 5px 5px 0;
  }
  .page-free table td {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 767px) {
  .page-lead {
    font-size: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .page-lead::before, .page-lead::after {
    width: 15px;
    height: 33px;
    margin-right: 8px;
  }
  .page-lead::after {
    margin-right: 0;
    margin-left: 8px;
  }
  .page-lead.is-large {
    font-size: 2rem;
  }
  .page-lead.is-deco-large::before, .page-lead.is-deco-large::after {
    width: 36px;
    height: 43px;
  }
  .page-lead.is-bg {
    padding: 10px 20px 5px;
  }
  .page-notice__box {
    padding: 30px 20px 30px;
  }
  .page-notice__box-heading span {
    font-size: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 20px;
  }
  .page-notice__box-heading span::before, .page-notice__box-heading span::after {
    width: 15px;
    height: 33px;
    margin: 0 8px;
  }
  .page-tel {
    font-size: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-tel a {
    font-size: 3.2rem;
  }
  .page-flow-box {
    padding: 50px 20px 15px;
  }
  .page-flow-box__heading {
    font-size: 2rem;
    width: 70%;
    min-width: 240px;
    text-align: center;
    line-height: 1.2;
    top: -1.8em;
    padding: 10px 10px;
  }
  .page-txt-number {
    font-size: 1.8rem;
  }
  .page-txt-number .num {
    margin-right: 5px;
  }
  .page-contact-box__txt {
    font-size: 1.6rem;
  }
  .page-contact-box__link {
    font-size: 2.4rem;
  }
  .page-contact-box02__txt {
    font-size: 1.6rem;
  }
  .page-contact-box02__tel p .m-label-01 {
    width: 86px;
  }
  .page-contact-box02__link {
    font-size: 2rem;
  }
  .page-news__nav {
    margin-bottom: 30px;
  }
  .page-detail__box {
    padding: 20px;
  }
  .page-detail__head {
    margin-bottom: 10px;
  }
  .page-detail__date {
    font-size: 1.8rem;
  }
  .page-detail__cat {
    font-size: 1.5rem;
  }
  .page-detail__heading {
    font-size: 2.4rem;
  }
  .page-numbers li.prev a, .page-numbers li.next a {
    width: 38px;
    height: 38px;
  }
  .page-numbers li.prev {
    left: 0;
  }
  .page-numbers li.prev a::before {
    right: 12px;
  }
  .page-numbers li.next {
    right: 0;
  }
  .page-numbers li.next a::before {
    left: 12px;
  }
  .page-numbers li a.prev, .page-numbers li a.next {
    width: 38px;
    height: 38px;
  }
  .page-numbers li a.prev::before {
    right: 12px;
  }
  .page-numbers li a.next::before {
    left: 12px;
  }
  .page-numbers .page-item.page-item-prev {
    left: -38px;
  }
  .page-numbers .page-item.page-item-next {
    right: -38px;
  }
  .page-free .wp-block-table {
    overflow-x: scroll;
  }
  .page-free .wp-block-table table {
    width: auto;
    min-width: 700px;
    border-collapse: collapse;
  }
  .page-free figure figcaption {
    font-size: 1.2rem;
  }
  .page-free table th {
    padding: 15px 15px;
  }
  .snow-monkey-form {
    padding: 20px 16px;
  }
  .snow-monkey-form .smf-item__description {
    font-size: 1.4rem;
  }
  .snow-monkey-form .smf-item__col--label {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .page-lead.is-deco-large::before, .page-lead.is-deco-large::after {
    width: 40px;
    height: 74px;
    background-image: url(/assets/img/common/deco_line_large.svg);
  }
  .page-flow-box__list li {
    font-size: 2.4rem;
  }
  .page-contact-box {
    padding: 40px 20px;
  }
  .page-contact-box__heading {
    padding: 7px 39px;
    top: -1.1em;
  }
  .page-contact-box02 {
    padding: 40px 20px;
  }
  .page-contact-box02__heading {
    padding: 7px 39px;
    top: -1.1em;
  }
  .page-contact-box02__tel p .m-label-01 {
    width: 120px;
  }
  .page-numbers li {
    margin: 0 10px 10px 0;
  }
  .page-numbers li a, .page-numbers li span {
    font-size: 2rem;
  }
  .page-free .wp-block-image, .page-free .wp-block-columns {
    margin-bottom: 40px;
  }
  .page-free a {
    padding-bottom: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .page-free h2 {
    font-size: 2.4rem;
  }
  .page-free h3 {
    font-size: 2.2rem;
  }
  .page-free h4 {
    font-size: 2rem;
  }
  .page-free h5 {
    font-size: 1.8rem;
  }
  .page-free h6 {
    font-size: 1.7rem;
  }
  .snow-monkey-form .smf-action .smf-button-control__control {
    max-width: 580px;
    font-size: 2.4rem;
  }
  .snow-monkey-form .smf-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 25px;
  }
  .snow-monkey-form .smf-item__label {
    font-size: 2rem;
  }
  .snow-monkey-form .smf-item__col--label {
    width: 30%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .snow-monkey-form .smf-item__col--controls {
    width: 70%;
  }
}

@media screen and (min-width: 1000px) {
  .page-flow-box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-contact-box__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .page-contact-box02__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .page-news__nav-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-news__nav-item {
    width: 14%;
  }
  .page-news__nav-link {
    padding: 10px 5px;
  }
}