@charset "UTF-8";
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes vibration {
  0% {
    transform: translate(0) rotate(0deg);
  }
  21% {
    transform: translate(0) rotate(0deg);
  }
  22% {
    transform: translate(0) rotate(-2deg);
  }
  23% {
    transform: translateY(-0.1rem) rotate(0deg);
  }
  24% {
    transform: translateY(-0.1rem) rotate(2deg);
  }
  25% {
    transform: translate(0.1rem) rotate(-1deg);
  }
  26% {
    transform: translateY(0.1rem) rotate(0deg);
  }
  27% {
    transform: translate(0) rotate(2deg);
  }
  28% {
    transform: translate(0) rotate(0deg);
  }
  100% {
    transform: translate(0) rotate(0deg);
  }
}
@keyframes clatter {
  0%, 50% {
    transform: rotate(0deg);
  }
  62.5%, 87.5% {
    transform: rotate(1deg) translateY(-3px);
  }
  75%, 100% {
    transform: rotate(0deg);
  }
}
.m-sp {
  display: none;
}
@media (max-width: 428px) {
  .m-sp {
    display: block;
  }
}

.m-pc {
  display: block;
}
@media (max-width: 428px) {
  .m-pc {
    display: none;
  }
}

.m-pc_inline {
  display: inline;
}
@media (max-width: 428px) {
  .m-pc_inline {
    display: none;
  }
}

.m-strong {
  font-weight: bold;
}

.m-br {
  margin-top: 1em;
  display: block;
  content: "";
}

.m-sup {
  vertical-align: super;
  font-size: 10px;
  display: inline-block;
  transform: scale(0.9);
  transform-origin: left bottom;
}

.m-link {
  text-decoration: none;
  color: inherit;
  transition: 0.3s all;
}

.m-event_none {
  pointer-events: none;
}

.m-inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1200px;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .m-inner {
    width: calc(100% - 30px);
  }
}
.m-inner-s {
  width: 900px;
}
@media (max-width: 428px) {
  .m-inner-s {
    width: calc(100% - 30px);
  }
}

.m-fadein {
  opacity: 0;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.m-fadein:not(.m-fadein-margin) {
  transform: translateY(60px);
}
.m-fadein:not(.m-fadein-margin).is_show {
  opacity: 1;
  transform: translateY(0);
}
.m-fadein-margin {
  margin-bottom: -60px;
}
.m-fadein-margin.is_show {
  opacity: 1;
  margin-bottom: 0;
}

.m-fadein_delay {
  opacity: 0;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.m-fadein_delay:not(.m-fadein_delay-margin) {
  transform: translateY(60px);
}
.is_show .m-fadein_delay:not(.m-fadein_delay-margin) {
  opacity: 1;
  transform: translateY(0);
}
.m-fadein_delay-margin {
  margin-bottom: -60px;
}
.is_show .m-fadein_delay-margin {
  opacity: 1;
  margin-bottom: 0;
}
.m-fadein_delay-01 {
  transition-delay: 0s;
}
.m-fadein_delay-02 {
  transition-delay: 0.15s;
}
.m-fadein_delay-03 {
  transition-delay: 0.3s;
}
.m-fadein_delay-04 {
  transition-delay: 0.45s;
}
.m-fadein_delay-05 {
  transition-delay: 0.6s;
}

.m-cta {
  background-color: #5EB457;
  position: relative;
}
.m-cta--inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
.m-cta--ttl {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  text-align: center;
}
@media (max-width: 428px) {
  .m-cta--ttl {
    font-size: 40px;
    line-height: 1.45;
  }
}

.m-cta_list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 428px) {
  .m-cta_list {
    margin-top: 30px;
    display: block;
  }
}
.m-cta_list--item {
  width: 408px;
  margin-right: 20px;
}
@media (max-width: 428px) {
  .m-cta_list--item {
    width: 100%;
    margin-right: 0;
  }
}
.m-cta_list--item:last-of-type {
  margin-right: 0;
}
@media (max-width: 428px) {
  .m-cta_list--item:last-of-type {
    margin-top: 17px;
  }
}
.m-cta_list--link {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 428px) {
  .m-cta_list--link {
    height: 84px;
    font-size: 20px;
    border-radius: 8px;
  }
}
.m-cta_list--link:before {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 50/50;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media (max-width: 428px) {
  .m-cta_list--link:before {
    width: 40px;
    left: 13px;
  }
}
.m-cta_list--link:after {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 11/17;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: 0.3s;
}
@media (max-width: 428px) {
  .m-cta_list--link:after {
    width: 9px;
    right: 22px;
  }
}
.m-cta_list--link:hover:after {
  right: 24px;
}
@media (max-width: 428px) {
  .m-cta_list--link:hover:after {
    right: 22px;
  }
}
.m-cta_list--link-search {
  background-color: #FFE82D;
}
.m-cta_list--link-search:before {
  background-image: url(../img/icon/icon-search.svg);
  background-size: 27px auto;
}
@media (max-width: 428px) {
  .m-cta_list--link-search:before {
    background-size: 21px auto;
  }
}
.m-cta_list--link-search:after {
  background-image: url(../img/icon/icon-arrow-black.svg);
}
.m-cta_list--link-contact {
  background-color: #5BBF53;
  border: 3px solid #fff;
  color: #fff;
}
@media (max-width: 428px) {
  .m-cta_list--link-contact {
    padding-left: 10px;
    border-width: 2px;
  }
}
.m-cta_list--link-contact:before {
  background-image: url(../img/icon/icon-contact.svg);
  background-size: 26px auto;
}
@media (max-width: 428px) {
  .m-cta_list--link-contact:before {
    background-size: 21px auto;
  }
}
.m-cta_list--link-contact:after {
  background-image: url(../img/icon/icon-arrow-white.svg);
}

.m-cta_deco--img:before {
  content: "";
  display: block;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.m-cta_deco--img:after {
  content: "";
  display: block;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.m-cta_deco--img:first-of-type:before {
  background-image: url(../img/icon/icon-wave3.svg);
  width: 96px;
  aspect-ratio: 96/29;
  top: 95px;
  left: calc(50% - 653px);
}
@media (max-width: 428px) {
  .m-cta_deco--img:first-of-type:before {
    width: 70px;
    top: 23px;
    left: 5px;
  }
}
.m-cta_deco--img:first-of-type:after {
  background-image: url(../img/icon/icon-green-deco06.svg);
  width: 345px;
  aspect-ratio: 345/199;
  bottom: -36px;
  left: calc(50% - 794px);
}
@media (max-width: 428px) {
  .m-cta_deco--img:first-of-type:after {
    width: 172px;
    bottom: -40px;
    left: -92px;
  }
}
.m-cta_deco--img:last-of-type:before {
  background-image: url(../img/icon/icon-wave4.svg);
  width: 95px;
  aspect-ratio: 95/42;
  bottom: 63px;
  left: calc(50% + 544px);
}
@media (max-width: 428px) {
  .m-cta_deco--img:last-of-type:before {
    width: 70px;
    bottom: 20px;
    left: auto;
    right: 4px;
  }
}
.m-cta_deco--img:last-of-type:after {
  background-image: url(../img/icon/icon-green-deco03.svg);
  width: 345px;
  aspect-ratio: 346/200;
  top: -117px;
  left: calc(50% + 451px);
}
@media (max-width: 428px) {
  .m-cta_deco--img:last-of-type:after {
    width: 172px;
    top: -57px;
    left: auto;
    right: -45px;
  }
}

.m-head {
  position: relative;
}
.m-head:before {
  content: "";
  display: block;
  width: 404px;
  aspect-ratio: 387/107;
  background-image: url(../img/icon/icon-green-deco04.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 244px;
  left: calc(50% + 370px);
}
@media (max-width: 428px) {
  .m-head:before {
    width: 216px;
    top: 124px;
    left: auto;
    right: -75px;
  }
}
.m-head-no_deco:before {
  content: none;
}

.m-head_ttl {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 15px;
}
@media (max-width: 428px) {
  .m-head_ttl {
    height: 150px;
  }
}
.m-head_ttl-tourist {
  background-image: url(../img/m-head-ttl-tourist.webp);
}
@media (max-width: 428px) {
  .m-head_ttl-tourist {
    background-image: url(../img/m-head-ttl-tourist-sp.webp);
  }
}
.m-head_ttl-news {
  background-image: url(../img/m-head-ttl-news.webp);
}
@media (max-width: 428px) {
  .m-head_ttl-news {
    background-image: url(../img/m-head-ttl-news-sp.webp);
  }
}
.m-head_ttl-howto {
  background-image: url(../img/m-head-ttl-howto.webp);
}
@media (max-width: 428px) {
  .m-head_ttl-howto {
    background-image: url(../img/m-head-ttl-howto-sp.webp);
  }
}
.m-head_ttl-faq {
  background-image: url(../img/m-head-ttl-faq.webp);
}
@media (max-width: 428px) {
  .m-head_ttl-faq {
    background-image: url(../img/m-head-ttl-faq-sp.webp);
  }
}
.m-head_ttl-station {
  background-image: url(../img/m-head-ttl-station.webp);
}
@media (max-width: 428px) {
  .m-head_ttl-station {
    background-image: url(../img/m-head-ttl-station-sp.webp);
  }
}
.m-head_ttl-company {
  background-image: url(../img/m-head-ttl-company.webp);
}
@media (max-width: 428px) {
  .m-head_ttl-company {
    background-image: url(../img/m-head-ttl-company-sp.webp);
  }
}
.m-head_ttl-contact, .m-head_ttl-notfound {
  background-image: url(../img/m-head-ttl-other.webp);
}
@media (max-width: 428px) {
  .m-head_ttl-contact, .m-head_ttl-notfound {
    background-image: url(../img/m-head-ttl-other-sp.webp);
  }
}
.m-head_ttl--main {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  transform: translateY(40px);
  transition: 0.8s;
  opacity: 0;
}
@media (max-width: 428px) {
  .m-head_ttl--main {
    font-size: 30px;
  }
}
.is_show .m-head_ttl--main {
  transform: none;
  opacity: 1;
}
.m-head_ttl--sub {
  display: block;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  transform: translateY(40px);
  transition: 0.8s;
  opacity: 0;
  transition-delay: 0.15s;
}
@media (max-width: 428px) {
  .m-head_ttl--sub {
    margin-top: 6px;
    font-size: 13px;
  }
}
.is_show .m-head_ttl--sub {
  transform: none;
  opacity: 1;
}

.m-bread {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.m-bread--item {
  font-size: 16px;
  line-height: 1.1875;
}
@media (max-width: 428px) {
  .m-bread--item {
    font-size: 13px;
    line-height: 1.2307692308;
  }
}
.m-bread--item:after {
  content: "＞";
  margin-left: 1em;
  margin-right: 1em;
}
.m-bread--item:last-of-type:after {
  content: none;
}
.m-2cols_inc_sidebar {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 428px) {
  .m-2cols_inc_sidebar {
    flex-direction: column-reverse;
  }
}
.m-2cols_inc_sidebar--content {
  width: calc(100% - 240px);
  transform: translateX(-120px);
  padding-top: 35px;
}
@media (max-width: 428px) {
  .m-2cols_inc_sidebar--content {
    width: 100%;
    transform: none;
    padding-top: 0;
  }
}

.m-sidebar {
  background-color: #C2BDA5;
  width: 240px;
  border-radius: 0 50px 50px 0;
  padding: 70px 44px;
  position: sticky;
  top: 141px;
  left: 0;
  box-sizing: border-box;
  z-index: 100;
}
@media (max-width: 428px) {
  .m-sidebar {
    position: static;
    width: calc(100% - 30px);
    margin: 50px auto 0;
    top: auto;
    padding: 40px 15px;
    border-radius: 30px;
  }
}

.m-sidebar_ttl {
  padding-bottom: 13px;
  border-bottom: 2px dashed #ddd;
  margin-top: 60px;
}
@media (max-width: 428px) {
  .m-sidebar_ttl {
    width: 150px;
    margin-top: 40px;
  }
}
.m-sidebar_ttl:first-of-type {
  margin-top: 0;
}
.m-sidebar_ttl--main {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.m-sidebar_ttl--sub {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  margin-top: 5px;
}

.m-sidebar_list {
  margin-top: 20px;
}
.m-sidebar_list--item {
  margin-top: 20px;
}
.m-sidebar_list--item:first-of-type {
  margin-top: 0;
}
.m-sidebar_list--link {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.m-sidebar_list--link:hover {
  opacity: 0.7;
}
@media (max-width: 428px) {
  .m-sidebar_list--link:hover {
    opacity: 1;
  }
}

.m-pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media (max-width: 428px) {
  .m-pagination .wp-pagenavi {
    margin-top: 50px;
  }
}
.m-pagination .wp-pagenavi > span, .m-pagination .wp-pagenavi > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  margin: 0 12px;
  color: #3D8FC5;
  font-weight: 700;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .m-pagination .wp-pagenavi > span, .m-pagination .wp-pagenavi > a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.m-pagination .wp-pagenavi > span.current, .m-pagination .wp-pagenavi > a.current {
  background-color: #3D8FC5;
  width: 44px;
  aspect-ratio: 44/44;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #3D8FC5;
}
@media (max-width: 428px) {
  .m-pagination .wp-pagenavi > span.current, .m-pagination .wp-pagenavi > a.current {
    width: 33px;
  }
}
.m-pagination .wp-pagenavi > span.nextpostslink, .m-pagination .wp-pagenavi > a.nextpostslink {
  width: 44px;
  aspect-ratio: 44/44;
  border-radius: 50%;
  background-color: transparent;
  background-image: url(../img/icon/icon-arrow-blue.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 9px auto;
  border: 2px solid #3D8FC5;
  margin-right: 0;
}
@media (max-width: 428px) {
  .m-pagination .wp-pagenavi > span.nextpostslink, .m-pagination .wp-pagenavi > a.nextpostslink {
    width: 33px;
  }
}
.m-pagination .wp-pagenavi > span.nextpostslink:hover, .m-pagination .wp-pagenavi > a.nextpostslink:hover {
  background-image: url(../img/icon/icon-arrow-white.svg);
}
.m-pagination .wp-pagenavi > span.nextpostslink:hover, .m-pagination .wp-pagenavi > a.nextpostslink:hover {
  background-color: #3D8FC5;
}
@media (max-width: 428px) {
  .m-pagination .wp-pagenavi > span.nextpostslink:hover, .m-pagination .wp-pagenavi > a.nextpostslink:hover {
    background-color: transparent;
  }
}
.m-pagination .wp-pagenavi > span.previouspostslink, .m-pagination .wp-pagenavi > a.previouspostslink {
  width: 44px;
  aspect-ratio: 44/44;
  border-radius: 50%;
  background-color: transparent;
  background-image: url(../img/icon/icon-arrow-blue.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 9px auto;
  border: 2px solid #3D8FC5;
  transform: scale(-1, 1);
  margin-left: 0;
}
@media (max-width: 428px) {
  .m-pagination .wp-pagenavi > span.previouspostslink, .m-pagination .wp-pagenavi > a.previouspostslink {
    width: 33px;
  }
}
.m-pagination .wp-pagenavi > span.previouspostslink:hover, .m-pagination .wp-pagenavi > a.previouspostslink:hover {
  background-image: url(../img/icon/icon-arrow-white.svg);
}
.m-pagination .wp-pagenavi > span.previouspostslink:hover, .m-pagination .wp-pagenavi > a.previouspostslink:hover {
  background-color: #3D8FC5;
}
@media (max-width: 428px) {
  .m-pagination .wp-pagenavi > span.previouspostslink:hover, .m-pagination .wp-pagenavi > a.previouspostslink:hover {
    background-color: transparent;
  }
}
.m-pagination .wp-pagenavi > span.extend, .m-pagination .wp-pagenavi > a.extend {
  margin-left: 0;
  margin-right: 0;
}
.m-pagination .wp-pagenavi > span.first, .m-pagination .wp-pagenavi > a.first {
  display: none;
}
.m-pagination .wp-pagenavi > span:hover:not(.nextpostslink):not(.previouspostslink):not(.current), .m-pagination .wp-pagenavi > a:hover:not(.nextpostslink):not(.previouspostslink):not(.current) {
  opacity: 0.7;
}
@media (max-width: 428px) {
  .m-pagination .wp-pagenavi > span:hover:not(.nextpostslink):not(.previouspostslink):not(.current), .m-pagination .wp-pagenavi > a:hover:not(.nextpostslink):not(.previouspostslink):not(.current) {
    opacity: 1;
  }
}

.m-post {
  padding-top: 21px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 428px) {
  .m-post {
    padding-top: 30px;
    padding-bottom: 90px;
  }
}

.m-post_view {
  background-color: #fff;
  border-radius: 30px;
  padding: 90px 110px 60px;
  position: relative;
}
@media (max-width: 428px) {
  .m-post_view {
    padding: 50px 15px 42px;
    border-radius: 20px;
  }
}
.m-post_view--info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 428px) {
  .m-post_view--info {
    top: 18px;
    right: 15px;
  }
}
.m-post_view--cat {
  height: 21px;
  background-color: #0E7EC3;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  border-radius: 21px;
  margin-right: 10px;
}
@media (max-width: 428px) {
  .m-post_view--cat {
    height: 19px;
    font-size: 11px;
    min-width: 66px;
    margin-right: 5px;
  }
}
.m-post_view--date {
  font-size: 16px;
  line-height: 1.4375;
  display: flex;
  align-items: center;
}
@media (max-width: 428px) {
  .m-post_view--date {
    font-size: 13px;
    line-height: 1;
  }
}
.m-post_view--date:before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 13/13;
  background-image: url(../img/icon/icon-time.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
@media (max-width: 428px) {
  .m-post_view--date:before {
    width: 11px;
    margin-right: 2px;
  }
}
.m-post_view--ttl {
  color: #0E7EC3;
  font-weight: 700;
  line-height: 1.3;
  font-size: 32px;
  text-align: center;
  padding-bottom: 6px;
  border-bottom: 5px solid #AED6EF;
}
@media (max-width: 428px) {
  .m-post_view--ttl {
    font-size: 24px;
    padding-bottom: 13px;
    border-width: 3px;
  }
}
.m-post_view--thumb {
  display: block;
  border-radius: 30px;
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 428px) {
  .m-post_view--thumb {
    margin-top: 30px;
    border-radius: 20px;
  }
}
.m-post_view--richeditor {
  margin-top: 40px;
}
@media (max-width: 428px) {
  .m-post_view--richeditor {
    margin-top: 30px;
  }
}

.m-richeditor {
  font-size: 16px;
}
.m-richeditor * {
  font-size: 1em;
  line-height: 1.6;
  word-break: break-all;
  color: #555555;
}
.m-richeditor *:first-child {
  margin-top: 0;
}
.m-richeditor h2 {
  font-size: 32px;
  margin-top: 40px;
  line-height: 1.46875;
  font-weight: 700;
}
@media (max-width: 428px) {
  .m-richeditor h2 {
    font-size: 24px;
    line-height: 1.4583333333;
    margin-top: 30px;
  }
}
.m-richeditor h3 {
  font-size: 24px;
  line-height: 1.4583333333;
  margin-top: 31px;
  font-weight: 700;
  color: #0E7EC3;
}
@media (max-width: 428px) {
  .m-richeditor h3 {
    font-size: 20px;
    line-height: 1.45;
  }
}
.m-richeditor h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 7px;
}
@media (max-width: 428px) {
  .m-richeditor h4 {
    font-size: 16px;
    line-height: 1.4375;
    margin-top: 8px;
  }
}
.m-richeditor p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.6;
}
.m-richeditor ul {
  font-size: 1em;
  margin-top: 15px;
  list-style: none;
}
.m-richeditor ul li {
  padding-left: 1.4em;
  position: relative;
}
.m-richeditor ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.m-richeditor ol {
  font-size: 1em;
  margin-top: 15px;
  list-style: none;
  counter-reset: item;
}
.m-richeditor ol li {
  padding-left: 1.4em;
  position: relative;
}
.m-richeditor ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.m-richeditor li {
  margin-top: 5px;
}
.m-richeditor li:first-of-type {
  margin-top: 0;
}
.m-richeditor .wp-block-image {
  margin-top: 15px;
}
.m-richeditor img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 30px;
}
@media (max-width: 428px) {
  .m-richeditor img {
    margin-top: 20px;
    border-radius: 20px;
  }
}
.m-richeditor a {
  color: #0E7EC3;
}
@media (max-width: 428px) {
  .m-richeditor .wp-block-table {
    overflow-x: auto;
    width: 100%;
  }
}
.m-richeditor table {
  width: 100%;
}
@media (max-width: 428px) {
  .m-richeditor table {
    width: 680px !important;
  }
}
.m-richeditor table thead {
  border-bottom: none;
}
.m-richeditor table th {
  background-color: #F0F0F0;
  border: 1px solid #B9B9B9;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  padding: 10px 12px;
  box-sizing: border-box;
}
.m-richeditor table td {
  border: 1px solid #B9B9B9;
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 12px;
  box-sizing: border-box;
}

.m-page_arrow {
  display: flex;
  justify-content: space-between;
  width: 574px;
  margin: 60px auto 0;
  position: relative;
}
@media (max-width: 428px) {
  .m-page_arrow {
    width: 274px;
    margin-top: 40px;
  }
}
.m-page_arrow--link {
  background-color: #0E7EC3;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 428px) {
  .m-page_arrow--link {
    background-color: #fff;
    border: 2px solid #0E7EC3;
    box-sizing: border-box;
    color: #0E7EC3;
  }
}
.m-page_arrow--link-prev {
  width: 207px;
  margin-right: auto;
  position: relative;
}
@media (max-width: 428px) {
  .m-page_arrow--link-prev {
    width: 44px;
  }
  .m-page_arrow--link-prev .m-page_arrow--txt {
    display: none;
  }
}
.m-page_arrow--link-prev:before {
  content: "";
  display: block;
  width: 9px;
  aspect-ratio: 11/17;
  background-image: url(../img/icon/icon-arrow-white.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  left: 20px;
  transition: 0.3s;
}
@media (max-width: 428px) {
  .m-page_arrow--link-prev:before {
    background-image: url(../img/icon/icon-arrow-blue.svg);
    width: 9px;
    left: 50%;
    transform: translate(-50%, -50%) scale(-1, 1);
  }
}
.m-page_arrow--link-prev:hover:before {
  left: 16px;
}
@media (max-width: 428px) {
  .m-page_arrow--link-prev:hover:before {
    left: 50%;
  }
}
.m-page_arrow--link-next {
  width: 207px;
  margin-left: auto;
  position: relative;
}
@media (max-width: 428px) {
  .m-page_arrow--link-next {
    width: 44px;
  }
  .m-page_arrow--link-next .m-page_arrow--txt {
    display: none;
  }
}
.m-page_arrow--link-next:before {
  content: "";
  display: block;
  width: 9px;
  aspect-ratio: 11/17;
  background-image: url(../img/icon/icon-arrow-white.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.3s;
}
@media (max-width: 428px) {
  .m-page_arrow--link-next:before {
    background-image: url(../img/icon/icon-arrow-blue.svg);
    width: 9px;
    right: 50%;
    transform: translate(50%, -50%);
  }
}
.m-page_arrow--link-next:hover:before {
  right: 16px;
}
@media (max-width: 428px) {
  .m-page_arrow--link-next:hover:before {
    right: 50%;
  }
}
.m-page_arrow--link-back {
  width: 144px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/*# sourceMappingURL=module.css.map */
