@charset "UTF-8";
/*! ---------------------------------
Theme Name: Main
Version: 3.4.2
Tested up to: 6.8.2
---------------------------------- */
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
:root {
  --color-text: #333;
  --color-bg: #fff;
  --color-base: #eef2f7;
  --color-link: #0000ff;
  --color-hover: white;
  --color-visited: #551a8b;
  --color-error: #dd0000;
  --swiper-theme-color: #eef2f7;
}

/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
.wp-block-post-content .c-heading--lv2,
.single-special .m-entry-body .c-heading--lv2 {
  font-size: 32px;
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .wp-block-post-content .c-heading--lv2,
  .single-special .m-entry-body .c-heading--lv2 {
    font-size: 22px;
  }
}
.wp-block-post-content .c-heading--lv3,
.single-special .m-entry-body .c-heading--lv3 {
  font-size: 24px;
  color: #187FC4;
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .wp-block-post-content .c-heading--lv3,
  .single-special .m-entry-body .c-heading--lv3 {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  .wp-block-post-content .wp-block-flexible-table-block-table.is-scroll-on-mobile table,
  .single-special .m-entry-body .wp-block-flexible-table-block-table.is-scroll-on-mobile table {
    width: 150vw;
  }
}
@media all and (max-width: 768px) {
  .wp-block-post-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.is-sticky-header:not(.is-stacked-on-mobile) thead,
  .single-special .m-entry-body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.is-sticky-header:not(.is-stacked-on-mobile) thead {
    top: 72px;
  }
}
@media all and (max-width: 768px) {
  .wp-block-post-content .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content,
  .single-special .m-entry-body .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    padding: 5% 0;
  }
}
.wp-block-post-content .wp-block-columns,
.single-special .m-entry-body .wp-block-columns {
  margin-block: 3rem;
}
@media all and (max-width: 768px) {
  .wp-block-post-content .wp-block-columns,
  .single-special .m-entry-body .wp-block-columns {
    gap: 1rem;
  }
}
.wp-block-post-content .wp-block-image.size-full img,
.single-special .m-entry-body .wp-block-image.size-full img {
  width: 100%;
}
.wp-block-post-content .wp-block-image .aligncenter,
.single-special .m-entry-body .wp-block-image .aligncenter {
  float: none;
}
.wp-block-post-content .wp-block-column .wp-block-image + p,
.single-special .m-entry-body .wp-block-column .wp-block-image + p {
  margin-top: 10px;
}
.wp-block-post-content .wp-element-caption,
.single-special .m-entry-body .wp-element-caption {
  font-size: 12px;
  line-height: 1.86;
}
.wp-block-post-content .wp-block-separator,
.single-special .m-entry-body .wp-block-separator {
  border-top: 5px solid #000;
  margin-block: 30px;
}
.wp-block-post-content .wp-block-separator + .c-heading--lv2,
.single-special .m-entry-body .wp-block-separator + .c-heading--lv2 {
  margin-top: 0;
}
.wp-block-post-content a:not(.wp-block-button__link, .m-share .nav li a, .m-special-keyword-list a),
.single-special .m-entry-body a:not(.wp-block-button__link, .m-share .nav li a, .m-special-keyword-list a) {
  text-decoration: underline;
}
.wp-block-post-content a:not(.wp-block-button__link, .m-share .nav li a, .m-special-keyword-list a):hover,
.single-special .m-entry-body a:not(.wp-block-button__link, .m-share .nav li a, .m-special-keyword-list a):hover {
  text-decoration: none;
  color: #0ba2c7;
}
@media all and (min-width: 769px) {
  .wp-block-post-content a:not(.wp-block-button__link, .m-share .nav li a, .m-special-keyword-list a)[href^="tel:"],
  .single-special .m-entry-body a:not(.wp-block-button__link, .m-share .nav li a, .m-special-keyword-list a)[href^="tel:"] {
    text-decoration: none !important;
  }
}
.wp-block-post-content .wp-block-image .alignright,
.single-special .m-entry-body .wp-block-image .alignright {
  margin-left: 35px;
}
@media all and (max-width: 768px) {
  .wp-block-post-content .wp-block-image .alignright,
  .single-special .m-entry-body .wp-block-image .alignright {
    margin-left: 20px;
    max-width: 50%;
  }
}
.wp-block-post-content .wp-block-image .alignleft,
.single-special .m-entry-body .wp-block-image .alignleft {
  margin-right: 35px;
}
@media all and (max-width: 768px) {
  .wp-block-post-content .wp-block-image .alignleft,
  .single-special .m-entry-body .wp-block-image .alignleft {
    margin-right: 20px;
    max-width: 50%;
  }
}
.wp-block-post-content .is-layout-flex,
.single-special .m-entry-body .is-layout-flex {
  gap: 1rem 3rem;
}
@media all and (max-width: 768px) {
  .wp-block-post-content .is-layout-flex,
  .single-special .m-entry-body .is-layout-flex {
    gap: 1rem;
  }
}
.wp-block-post-content .bdrbox,
.single-special .m-entry-body .bdrbox {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  border: 1px solid #333333;
  margin-bottom: 40px;
}
.wp-block-post-content .bdrbox::before,
.single-special .m-entry-body .bdrbox::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("images/special/box_parts01.png") left top no-repeat;
}
.wp-block-post-content .bdrbox .c-heading:first-of-type,
.single-special .m-entry-body .bdrbox .c-heading:first-of-type {
  margin-top: 1rem;
}
.wp-block-post-content .bdrbox .c-heading,
.single-special .m-entry-body .bdrbox .c-heading {
  color: var(--color-text);
}
.wp-block-post-content .bdrbox .wp-block-separator,
.single-special .m-entry-body .bdrbox .wp-block-separator {
  border-top: 1px dotted;
}
.wp-block-post-content .bdrbox p,
.single-special .m-entry-body .bdrbox p {
  line-height: 1.7;
}
.wp-block-post-content .arrow,
.single-special .m-entry-body .arrow {
  text-align: center;
  margin-top: -3rem;
}
.wp-block-post-content .arrow img,
.single-special .m-entry-body .arrow img {
  vertical-align: middle;
  width: auto !important;
}
.wp-block-post-content .arrow + *,
.single-special .m-entry-body .arrow + * {
  margin-top: 0;
}

/*-----------------------------------
 *	Module CSS
 *----------------------------------*/
/*	spacer
------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.fs9 {
  font-size: 9px !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

/*	text lifter
------------------------------------*/
.bold {
  font-weight: bold !important;
}

.small {
  font-size: 11px;
}

.large {
  font-size: 16px;
}

.txtL {
  text-align: left !important;
}

.txtR {
  text-align: right !important;
}

.txtC {
  text-align: center !important;
}

.lh14 {
  line-height: 1.4em !important;
}

/*	float
------------------------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

/*	clearfix
------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.block {
  display: block;
}

/*	alpha
------------------------------------*/
a.alpha:hover img {
  /*モダンブラウザ用*/
  opacity: 0.7;
  /*IE7以下用*/
  filter: alpha(opacity=70);
  /*IE8用*/
  -ms-filter: "alpha(opacity=70)";
}/*# sourceMappingURL=special.css.map */