@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}

html, body {
  height: 100%;
}

body {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  background-color: #FFFFFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, "Osaka", "メイリオ", "Meiryo", "小塚ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #393939;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body:not(.is-show) {
  overflow: hidden;
  height: 100%;
}

img {
  border: none;
  vertical-align: text-bottom;
}

li {
  list-style-type: none;
}

a {
  outline: none;
  font-style: normal;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #393939;
}

table {
  border-collapse: collapse;
}

main, section {
  display: block;
}

input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, "Osaka", "メイリオ", "Meiryo", "小塚ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: 0;
  border: 1px solid #bababa;
  margin: 0;
  padding: 0;
}

section, main, header, footer {
  display: block;
}

.only_sp {
  display: none;
}
.inview {
  opacity: 0;
  transition: 0.8s ease-out opacity;
}

.inview.show {
  opacity: 1;
}

.inviewUp {
  opacity: 0;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transition: 1.5s ease-out all;
}

.inviewUp.show {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.inviewGroupItem {
  opacity: 0;
}

.inviewGroup.show .inviewGroupItem {
  opacity: 1;
  transition: 0.5s ease-out opacity;
}

#container {
  width: 100%;
  max-width: 1400px;
  min-width: 1000px;
  margin: auto;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(/midori/assets/img/loading.gif) no-repeat center center #FFF;
  z-index: 99;
}

body.is-show .loading {
  transition: opacity 1s, visibility 0s ease 1s;
  -webkit-transition: opacity 1s, visibility 0s ease 1s;
  opacity: 0;
  visibility: hidden;
}

#header {
  position: fixed;
  z-index: 99;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  max-width: 1400px;
  min-width: 1000px;
  transition: 0.2s background;
  -webkit-transition: 0.2s background;
}

.header-compact #header {
  background: #FFF;
}

#header:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #2c9a7c;
  position: absolute;
  left: 0;
  top: 0;
}

.header_navbtn,
.header_telbtn,
.header_overlay,
.header_copyright,
.header_nav .header_adress,
.header_nav .header_logo, .header_banner {
  display: none;
}

.header_txt {
  width: 100%;
  height: 93px;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #e4e4e4;
  transition: 0.2s height;
  -webkit-transition: 0.2s height;
}

.header-compact .header_txt {
  height: 70px;
}

.header_logo {
  width: 242px;
  margin-left: 20px;
  transition: 0.2s width;
  -webkit-transition: 0.2s width;
}

.header_logo img {
  width: 100%;
}

.header-compact .header_logo {
  width: 220px;
}

.header_adress {
  text-align: right;
  margin-right: 20px;
}

.header_adress_txt {
  font-size: 11px;
  padding-bottom: 10px;
  color: #000;
}

.header-compact .header_adress_txt {
  padding-bottom: 5px;
}

.header_adress_tel {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.09em;
}

.header_adress_tel a {
  color: #000;
  display: block;
}

.header_adress_tel a > div {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
}

.header_adress_tel small {
  font-size: 11px;
  display: block;
  margin-top: 6px;
  letter-spacing: 0;
  color: #008759;
}

.header_adress_tel img {
  width: 24px;
  margin-right: 4px;
}

.header_nav {
  height: 60px;
  border-bottom: 1px solid #e4e4e4;
}

.header_nav_in {
  width: 100%;
  height: 100%;
}

.header-compact .header_nav {
  height: 45px;
}

.header_nav_close {
  display: none;
}

.header_nav_list {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
}

.header_nav_list > li {
  height: 100%;
}

.header_nav_list > li + li {
  margin-left: 30px;
}

.header_nav_list > li > a,
.header_nav_list .has-child_btn {
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}

.header_nav_list > li > a > span,
.header_nav_list .has-child_btn > span {
  display: block;
  position: relative;
}

.header_nav_list > li > a > span:after,
.header_nav_list .has-child_btn > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #999;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.35s all;
  -webkit-transition: 0.35s all;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  opacity: 0;
}

.header_nav_list > li.current > a > span:after,
.header_nav_list .has-child.current > .has-child_btn > span:after {
  height: 2px;
  background: #2c9a7c;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.header_nav_child {
  width: 100%;
  max-width: 1400px;
  min-width: 1000px;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: opacity 0.5s;
  opacity: 0;
  box-shadow: 0px 12px 6px -6px rgba(0, 0, 0, 0.05);
}

.header_nav_list .has-child.active .header_nav_child {
  max-height: 100vh;
  opacity: 1;
}

.header_nav_child_in {
  padding: 60px 0 50px 0;
  border-top: 1px solid #e4e4e4;
  margin: auto;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.header_nav_child_ttl {
  font-size: 17px;
  font-weight: bold;
  margin: 0 80px 0 0;
}

.header_nav_child_ttl a {
  display: block;
  padding: 0 0 0 20px;
  position: relative;
  transition: 0.2s color;
  -webkit-transition: 0.2s color;
}

.header_nav_child_ttl a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #2c9a7c;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}

.chrome .header_nav_child_ttl a:before {
  margin-top: -3.5px;
}

.ie .header_nav_child_ttl a:before {
  margin-top: -6px;
}

.header_nav_child_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}

.header_nav_child_list ul + ul {
  margin-left: 30px;
}

.header_nav_child_list li {
  margin: 0 0 22px 0;
}

.header_nav_child_list li a {
  position: relative;
  padding: 0 0 0 16px;
  display: block;
  transition: 0.2s color;
  -webkit-transition: 0.2s color;
}

.header_nav_child_list li a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: #2c9a7c solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 3px;
}

.header_nav_child_list li a p {
  display: inline-block;
  position: relative;
}

.header_nav_child_list li a p:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0;
  background: #999;
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
}
#footer {
  background: #424e4c;
  color: #FFF;
  padding: 40px 0 85px 0;
}

#footer a {
  color: #FFF;
}

.footer_logo {
  width: 242px;
  margin: 0 auto 55px auto;
}

.footer_logo img {
  width: 100%;
}

.footer_sitemap {
  text-align: left;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.footer_sitemap_column + .footer_sitemap_column {
  margin-left: 60px;
}

.footer_sitemap_link {
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

.footer_sitemap_link + .footer_sitemap_link {
  margin-top: 16px;
}

.footer_sitemap_column a {
  display: block;
  padding-left: 18px;
  position: relative;
}

.footer_sitemap_column .has-child .footer_sitemap_link > a {
  padding-left: 0;
}

.footer_sitemap_column a:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}

.footer_sitemap_column .has-child .footer_sitemap_link > a:after {
  display: none;
}

.footer_sitemap_listWrap {
  display: flex;
}

.footer_sitemap_list {
  margin: 15px 0 0 0;
  font-size: 13px;
}

.footer_sitemap_list + .footer_sitemap_list {
  margin-left: 20px;
}

.footer_sitemap_list li + li {
  margin-top: 12px;
}

.footer_sitemap_list li > a {
  padding-left: 14px;
}
#copyright {
  background: #2d3735;
  text-align: center;
  padding: 12px 0;
}

#copyright p {
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #FFF;
}
#pagetop {
  width: 58px;
  height: 58px;
  background: #FFF;
  border: 2px solid #424e4c;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  opacity: 0;
  transition: 0.5s opacity;
  -webkit-transition: 0.5s opacity;
}

#pagetop.active {
  opacity: 1;
}

#pagetop:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #424e4c;
  border-right: 2px solid #424e4c;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -4px auto 0 auto;
}
.topic-path {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 5.7%;
}

.topic-path-list {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 13px;
  white-space: nowrap;
}

.topic-path-list li {
  position: relative;
  margin-right: 24px;
}

.topic-path-list li:last-child {
  padding-right: 20px;
}

.topic-path-list li a span {
  display: inline-block;
  position: relative;
}

.topic-path-list li a span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: -6px;
  opacity: 0;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.topic-path-list li a:hover span:after {
  opacity: 1;
}

.topic-path-list li.current {
  font-weight: bold;
  margin-bottom: 1px;
}

.topic-path-list li:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -2px;
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.topic-path-list li:last-child {
  margin-right: 0;
}

.topic-path-list li:last-child:after {
  display: none;
}
.content_wrap {
  width: 100%;
  display: flex;
}

.content_main {
  flex: 1 1;
  -webkit-flex: 1;
}

.content_lnav {
  width: 360px;
}

.content_inner {
  margin: 0 7.6%;
}
.pagetitle {
  background: #e7f6f7;
  position: relative;
}

.pagetitle_txt_in {
  position: relative;
  min-height: 126px;
}

.pagetitle_txt_item {
  font-size: 30px;
  line-height: 1.2em;
  font-family: "MFW-A1MinchoStd-Bold";
  font-weight: normal;
  letter-spacing: 0;
  transform: rotate(0.08deg) translateY(-50%);
  -webkit-transform: rotate(0.08deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -5px;
}

.safari .pagetitle_txt_item {
  margin-top: 0;
}

.pagetitle_icn {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 57px;
}

.pagetitle_icn img {
  width: 100%;
}
.content_lnav {
  background: #f7f9f3;
  border: solid #e4e4e4;
  border-width: 1px 0 0 1px;
  padding: 0 0 144px 0;
}

.content_lnav_top a {
  display: block;
  background: #f7f9f3;
  font-size: 15px;
  font-weight: bold;
  color: #3fb7c1;
  padding: 30px 0;
  border-bottom: solid #e4e4e4 1px;
}

.content_lnav_top a span {
  display: inline-block;
  position: relative;
  padding-left: 48px;
}

.content_lnav_top a span:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #3fb7c1;
  border-left: 2px solid #3fb7c1;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  left: 28px;
  top: 2px;
}

.content_lnav_menu_list {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.content_lnav_menu_list > li > a {
  display: block;
  position: relative;
}

.content_lnav_menu_list > li > a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #3fb7c1;
  border-right: 2px solid #3fb7c1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 34px;
  top: 50%;
  margin-top: -4px;
}

.content_lnav_menu_list_btn {
  height: 72px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: solid #e4e4e4 1px;
  cursor: pointer;
  font-weight: bold;
  background: #FFF no-repeat center right;
  background-size: auto 100%;
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.content_lnav_menu_list li.current .content_lnav_menu_list_btn {
  color: #3fb7c1;
}

.content_lnav_menu_list li.current .content_lnav_menu_list_btn:before {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

.content_lnav_menu_list_btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF no-repeat center right;
  background-size: auto 100%;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.content_lnav_menu_list_btn.btn01:before {
  background-image: url(/midori/assets/img/lnav_menu_btn_bg01.jpg);
}

.content_lnav_menu_list_btn.btn02:before {
  background-image: url(/midori/assets/img/lnav_menu_btn_bg02.jpg);
}

.content_lnav_menu_list_btn.btn03:before {
  background-image: url(/midori/assets/img/lnav_menu_btn_bg03.jpg);
}

.content_lnav_menu_list_btn.btn04:before {
  background-image: url(/midori/assets/img/lnav_menu_btn_bg04.jpg);
}

.content_lnav_menu_list_btn.btn05:before {
  background-image: url(/midori/assets/img/lnav_menu_btn_bg05.jpg);
}

.content_lnav_menu_list_btn p {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  padding: 0 0 0 35px;
}

.content_lnav_menu_list li.has-child .content_lnav_menu_list_btn p:after {
  content: "";
  display: block;
  background: #3fb7c1;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
}

.content_lnav_menu_list li.current .content_lnav_menu_list_btn p:after {
  background: #e7f6f7;
}

.content_lnav_menu_list_btn span {
  display: inline-block;
}

.content_lnav_menu_list li.has-child .content_lnav_menu_list_btn span:before,
.content_lnav_menu_list li.has-child .content_lnav_menu_list_btn span:after {
  content: "";
  display: block;
  background: #FFF;
  position: absolute;
  top: 50%;
  z-index: 1;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.content_lnav_menu_list li.current .content_lnav_menu_list_btn span:before,
.content_lnav_menu_list li.current .content_lnav_menu_list_btn span:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #3fb7c1;
}

.content_lnav_menu_list_btn span:before {
  height: 1px;
  width: 7px;
  right: 35px;
}

.content_lnav_menu_list_btn span:after {
  height: 7px;
  width: 1px;
  right: 38px;
  margin-top: -3px;
}

.content_lnav_menu_list_child {
  transition: opacity 0.3s, visibility 0s ease 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s ease 0.3s;
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.content_lnav_menu_list li.current .content_lnav_menu_list_child {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 1;
  height: auto;
  visibility: visible;
}

.content_lnav_menu_list_child li a {
  background: #f7f9f3;
  padding: 16px 30px 16px 35px;
  border-bottom: solid #e4e4e4 1px;
  position: relative;
  display: block;
  transition: 0.2s background;
  -webkit-transition: 0.2s background;
}

.content_lnav_menu_list_child li.current a {
  background: #3fb7c1;
  color: #f7f9f3;
}

.content_lnav_menu_list_child li.current a div img.normal {
  display: none;
}

.content_lnav_menu_list_child li.current a div img.hover {
  display: block;
}

.content_lnav_menu_list_child li a div {
  width: 50px;
  display: flex;
  align-items: center;
  -webkit-algin-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.content_lnav_menu_list_child li a div img.hover {
  display: none;
}

.content_lnav_subcont {
  margin-bottom: 35px;
}

.content_lnav_subcont a {
  color: #2c4b79;
  height: 52px;
  border: 1px solid #2c4b79;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 30px;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.content_lnav_contact {
  text-align: center;
}

.content_lnav_contact_ttl {
  font-size: 14px;
  margin-bottom: 10px;
}

.content_lnav_contact_tel {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.content_lnav_contact_tel a {
  color: #000;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #393939;
}

.content_lnav_contact_tel a > div {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 8px;
}

.content_lnav_contact_tel img {
  width: 25px;
}

.content_lnav_contact_note {
  font-size: 12px;
  margin-bottom: 12px;
}

.content_lnav_contact_btn a {
  height: 52px;
  background: #2c9a7c;
  color: #f7f9f3;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 30px;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.content_lnav_banner {
  margin: 60px 30px 0 30px;
}

.content_lnav_banner img {
  width: 100%;
}
.module_ttl-big {
  border: solid #c8c8c8;
  border-width: 1px 0 1px 0;
  padding: 18px 0;
  margin: 0 0 30px 0;
}

.ie .module_ttl-big {
  padding-top: 22px;
  padding-bottom: 14px;
}

.module_ttl-big .module_ttl_item {
  font-size: 21px;
  line-height: 1.3em;
  color: #2c4b79;
  padding: 0 0 0 1em;
  position: relative;
}
.module_ttl-big .module_ttl_item::before {
  content: "";
  display: block;
  width: 5px;
  height: 70%;
  background: #2c4b79;
  position: absolute;
  left: 0;
  top: 15%;
}
.module_ttl-big .module_ttl_item sup {
  font-size: 0.5em;
}

.module_linkbtn {
  transition: 0.1s all;
  -webkit-transition: 0.1s all;
}

.module_linkbtn a {
  background: #3fb7c1;
  max-width: 380px;
  height: 56px;
  font-size: 17px;
  color: #FFF;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.module_linkbtn a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.1s all;
  -webkit-transition: 0.1s all;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}

.module_linkbtn a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #d8dad4;
  position: absolute;
  right: -3px;
  bottom: -3px;
  z-index: -1;
}

.module_linkbtn a p {
  padding: 0 0 0 46px;
}

.module_tab_btn {
  display: flex;
}

.module_tab_btn.topbtn {
  margin-bottom: 40px;
}

.module_tab_btn.bottombtn {
  margin-top: 60px;
}

.module_tab_btn li {
  width: 50%;
  height: 77px;
  background: #FFF;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border: 1px solid #7ea4c1;
  cursor: pointer;
}
.module_tab--3column .module_tab_btn li:not(:first-child) {
  border-left: none;
}

.module_tab_btn li p {
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
  font-family: "MFW-A1MinchoStd-Bold";
  transform: rotate(0.08deg);
  -webkit-transform: rotate(0.08deg);
}

.module_tab_btn li.active {
  background: url(/midori/assets/img/bg_pattern01.gif) repeat;
  background-size: 7px 7px;
  color: #FFF;
  position: relative;
}

.module_tab_btn li.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  margin-left: -7.5px;
}

.module_tab_btn.topbtn li.active:after {
  border-width: 8px 7.5px 0 7.5px;
  border-color: #7ea4c1 transparent transparent transparent;
  bottom: -8px;
}

.module_tab_btn.bottombtn li.active:after {
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #7ea4c1 transparent;
  top: -8px;
}

.module_tab_cont {
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: 1s opacity;
  -webkit-transition: 1s opacity;
}

.module_tab_cont.active {
  opacity: 1;
  height: auto;
}
/* animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* サイドのSNSボタン */
.side-fix-area {
  position: fixed;
  right: 0;
  top: calc(50% - 200px);
  z-index: 10;
}

.side-fix-button,
.side-fix-chatbot {
  transition: 0.4s;
}
.side-fix-area:not(.is-show) .side-fix-button,
.side-fix-area:not(.is-show) .side-fix-chatbot {
  opacity: 0;
  transform: translateX(100%);
}

.side-fix-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  height: 103px;
  border-radius: 10px 0 0 10px;
  border: solid rgba(255, 255, 255, 0.6);
  border-width: 1px 0 1px 1px;
  padding-top: 3px;
}

.side-fix-line {
  background: #03906a;
}

.side-fix-reserve {
  background: #22676d;
}

.side-fix-button_icon {
  width: 40px;
  display: block;
  font-size: 0;
  margin-bottom: 10px;
  position: relative;
  top: 0;
  transition: 0.2s;
}
a:hover .side-fix-button_icon {
  top: -3px;
}
.side-fix-reserve .side-fix-button_icon {
  width: 38px;
  margin-bottom: 12px;
}
.side-fix-button_icon img {
  width: 100%;
}

.side-fix-button_text {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
}

.side-fix-chatbot {
  margin-top: 50px;
  width: 100px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  position: relative;
  background: #FFEFF3;
  color: #800020;
  border-radius: 8px 0 0 8px;
  border: solid 1px #800020;
  padding: 6px 0 0;
  overflow: hidden;
}
.side-fix-chatbot::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #800020;
  margin-top: 5px;
}
.side-fix-chatbot::before {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1/1;
  rotate: -45deg;
  translate: 50% 0;
  border: solid #FFF;
  border-width: 0 1px 1px 0;
  position: absolute;
  right: 50%;
  bottom: 6px;
  z-index: 1;
}

.side-fix-chatbot_icon {
  width: 45px;
  display: block;
  margin: 0 auto 7px;
  position: relative;
  top: 0;
  transition: top 0.2s;
}
.side-fix-chatbot_icon img {
  width: 100%;
}
.side-fix-chatbot:hover .side-fix-chatbot_icon {
  top: -3px;
}

.side-fix-chatbot_text {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.2;
  margin-top: -2px;
  margin-bottom: 4px;
  letter-spacing: 0.025em;
}

.side-fix-chatbot_title {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: 0.025em;
}

.module_anchorlist {
  display: flex;
  flex-wrap: wrap;
  gap: 17px 30px;
}
.module_anchorlist a {
  color: #3fb7c1;
  font-weight: bold;
  font-size: 15px;
}
.module_anchorlist a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #3fb7c1;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-left: 10px;
  position: relative;
  top: -3px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@media screen and (max-width: 640px) {
  .only_pc {
    display: none;
  }
  .only_sp {
    display: initial;
  }
  #container {
    min-width: 100%;
    border-left: none;
    border-right: none;
  }
  #header {
    min-width: 100%;
    background: #FFF;
    box-shadow: 0 0 8px rgba(9, 2, 4, 0.29);
  }
  #header:before {
    display: none;
  }
  .header_txt {
    height: 65px;
    border-bottom: none;
    z-index: 1;
  }
  .header_logo {
    width: 180px;
    margin-left: 10px;
  }
  .header_banner {
    display: block;
    margin: 20px 30px;
  }
  .header_banner img {
    width: 100%;
  }
  .header_adress {
    display: none;
  }
  .header_nav {
    width: calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
    max-width: 350px;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transition: 0.3s transform;
    -webkit-transition: 0.3s transform;
    background: #FFF;
    z-index: 3;
  }
  .navOpen .header_nav {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .header_nav_in {
    overflow-y: scroll;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
  }
  .header_nav .header_logo {
    display: block;
    width: 190px;
    margin: 20px auto;
  }
  .header_nav .header_adress {
    display: block;
    background: #f7f9f3;
    text-align: center;
    padding: 17px 10px 20px 10px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .header_adress_txt {
    font-size: 11px;
    line-height: 14px;
    padding-bottom: 5px;
  }
  .header_adress_tel {
    font-size: 19px;
    font-weight: bold;
  }
  .header_adress_tel a {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .header_adress_tel a > div {
    justify-content: center;
  }
  .header_adress_tel span {
    font-size: 12px;
  }
  .header_nav_close {
    padding: 10px;
    position: absolute;
    left: -50px;
    top: 10px;
    display: none;
    z-index: 99;
  }
  .navOpen .header_nav_close {
    display: block;
  }
  .header_nav_close span {
    display: block;
    width: 34px;
    height: 1px;
    background: #000;
  }
  .header_nav_close span:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .header_nav_close span:nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .header_nav_list {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    border-bottom: 1px solid #e4e4e4;
  }
  .header_nav_list > li {
    border-top: 1px solid #e4e4e4;
  }
  .header_nav_list > li + li {
    margin-left: 0;
  }
  .header_nav_list > li > a,
  .header_nav_list .has-child_btn {
    display: block;
    width: auto;
    padding: 15px 8px;
    position: relative;
  }
  .header_nav_list > li > a:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: #2c9a7c solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px;
  }
  .header_nav_list .has-child_btn:before,
  .header_nav_list .has-child_btn:after {
    content: "";
    display: block;
    background: #2c9a7c;
    position: absolute;
    top: 50%;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
  }
  .header_nav_list > li.active > .has-child_btn:before,
  .header_nav_list > li.active > .has-child_btn:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .header_nav_list .has-child_btn:before {
    width: 13px;
    height: 1px;
    right: 8px;
  }
  .header_nav_list .has-child_btn:after {
    width: 1px;
    height: 13px;
    right: 14px;
    margin-top: -6px;
  }
  .header_nav_list > li.current > a > span:after,
  .header_nav_list .has-child.current > .has-child_btn > span:after {
    display: none;
  }
  .header_nav_child {
    min-width: auto;
    background: none;
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    box-shadow: none;
  }
  .header_nav_child_in {
    padding-top: 10px;
    padding-bottom: 22px;
    padding-left: 12px;
    display: block;
    border-top: none;
  }
  .header_nav_child_ttl {
    font-size: 14px;
    font-weight: normal;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .header_nav_child_ttl a {
    padding-left: 16px;
  }
  .header_nav_child_ttl a:before {
    width: 5px;
    height: 5px;
    border: #2c9a7c solid;
    border-width: 2px 2px 0 0;
    left: 0;
    top: 3px;
    margin-top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .header_nav_child_list {
    display: block;
    font-size: 14px;
  }
  .header_nav_child_list ul + ul {
    margin-left: 0;
    margin-top: 18px;
  }
  .header_nav_child_list li {
    margin-bottom: 0;
  }
  .header_nav_child_list li + li {
    margin-top: 18px;
  }
  .header_copyright {
    display: block;
    background: #424e4c;
    text-align: center;
    padding: 12px 0;
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .header_copyright p {
    font-size: 12px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    color: #FFF;
  }
  .header_navbtn {
    display: block;
    padding: 15px;
  }
  .header_navbtn span {
    display: block;
    width: 28px;
    height: 1px;
    background: #000;
  }
  .header_navbtn span:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header_telbtn {
    display: block;
    width: 34px;
    margin: 0 5px 0 auto;
  }
  .header_telbtn img {
    width: 100%;
  }
  .navOpen .header_overlay {
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(224, 224, 224, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #footer {
    padding-top: 27px;
    padding-bottom: 50px;
  }
  .footer_logo {
    width: 220px;
    margin-bottom: 27px;
  }
  .footer_sitemap {
    display: block;
    border-top: 1px solid #55605e;
    border-bottom: 1px solid #55605e;
  }
  .footer_sitemap_column + .footer_sitemap_column {
    margin-left: 0px;
    border-top: 1px solid #55605e;
  }
  .footer_sitemap_column a:after {
    width: 6px;
    height: 6px;
    right: 20px;
    left: auto;
  }
  .footer_sitemap_link + .footer_sitemap_link {
    border-top: 1px solid #55605e;
    margin-top: 0;
  }
  .footer_sitemap_link a,
  .footer_sitemap_column .has-child .footer_sitemap_link > a {
    display: block;
    padding: 15px 10px;
    font-size: 14px;
  }
  .footer_sitemap_listWrap {
    display: block;
  }
  .footer_sitemap_list + .footer_sitemap_list {
    margin-left: 0px;
  }
  .footer_sitemap_list {
    max-height: 0;
    height: auto;
    overflow: hidden;
    transition: 0.5s opacity;
    -webkit-transition: 0.5s opacity;
    opacity: 0;
    margin-top: 0;
  }
  .footer_sitemap_column .current .footer_sitemap_list {
    max-height: 100vh;
    opacity: 1;
  }
  .footer_sitemap_list + .footer_sitemap_list {
    border-top: 1px solid #55605e;
  }
  .footer_sitemap_list li + li {
    border-top: 1px solid #55605e;
    margin-top: 0;
  }
  .footer_sitemap_list li a {
    padding: 13px 20px;
    background: #485452;
    display: block;
  }
  .footer_sitemap_column .has-child .footer_sitemap_link > a:after,
  .footer_sitemap_column .has-child .footer_sitemap_link > a:before {
    content: "";
    display: block;
    background: #FFF;
    position: absolute;
    top: 50%;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: none;
  }
  .footer_sitemap_column .has-child .footer_sitemap_link > a:before {
    width: 11px;
    height: 1px;
    right: 17px;
  }
  .footer_sitemap_column .has-child.current .footer_sitemap_link a:before {
    opacity: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .footer_sitemap_column .has-child .footer_sitemap_link > a:after {
    width: 1px;
    height: 11px;
    right: 22px;
    margin-top: -5px;
  }
  .footer_sitemap_column .has-child.current .footer_sitemap_link a:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  #copyright p {
    font-size: 12px;
  }
  #pagetop {
    display: none;
  }
  .topic-path {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .content_inner {
    margin-left: 16px;
    margin-right: 16px;
  }
  .pagetitle {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-right: 16px;
  }
  .pagetitle_txt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pagetitle_txt_in {
    min-height: auto;
  }
  .pagetitle_txt_item {
    font-size: 20px;
    position: static;
    transform: rotate(0.08deg);
    -webkit-transform: rotate(0.08deg);
    margin-top: 0;
  }
  .pagetitle_icn {
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    width: 30px;
  }
  .module_ttl-big {
    padding: 14px 0;
    margin-bottom: 20px;
  }
  .ie .module_ttl-big {
    padding-top: 17px;
    padding-bottom: 11px;
  }
  .module_ttl-big .module_ttl_item {
    font-size: 18px;
  }
  .module_linkbtn a {
    height: 52px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .module_linkbtn a:before {
    width: 8px;
    height: 8px;
    right: 12px;
    margin-top: -4px;
  }
  .module_linkbtn a p {
    padding-left: 0;
    padding-right: 8px;
  }
  .module_tab_btn li {
    height: 60px;
  }
  .module_tab_btn li p {
    font-size: 17px;
  }
  .module_tab--3column .module_tab_btn li p {
    font-size: 13px;
  }
  .module_tab_btn.bottombtn {
    margin-top: 50px;
  }
  .side-fix-area {
    top: calc(50% - 150px);
  }
  .side-fix-button {
    width: 55px;
    height: 95px;
    border-radius: 5px 0 0 5px;
  }
  .side-fix-button_icon {
    width: 30px;
    margin-bottom: 4px;
  }
  .side-fix-reserve .side-fix-button_icon {
    width: 26px;
  }
  .side-fix-button_text {
    font-size: 11px;
    line-height: 1.38;
  }
  .side-fix-chatbot {
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 230px;
    border-radius: 5px;
    padding: 9px 20px 6px 5px;
    display: grid;
    grid-template: ". ." max-content ". ." max-content/1fr 35px;
    align-items: center;
  }
  .side-fix-area:not(.is-show) .side-fix-chatbot {
    transform: translateY(100%);
  }
  .side-fix-chatbot::after {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 15px;
  }
  .side-fix-chatbot::before {
    width: 4px;
    right: 3px;
    bottom: 50%;
    translate: -50% 50%;
  }
  .side-fix-chatbot_icon {
    width: 100%;
    margin: 0;
    grid-area: 2/2/span 1/span 1;
  }
  .side-fix-chatbot_text {
    font-size: 12px;
    margin: 0;
    letter-spacing: 0.05em;
    grid-area: 1/1/span 1/span 2;
  }
  .side-fix-chatbot_title {
    font-size: 23px;
    margin-top: 4px;
    letter-spacing: 0.07em;
    grid-area: 2/1/span 1/span 1;
  }
  .module_anchorlist {
    gap: 14px 22px;
  }
  .module_anchorlist a {
    font-size: 14px;
  }
}

@media screen and (min-width: 641px) {
  .header_nav_list li > a:hover > span:after,
  .header_nav_list .has-child:hover > .has-child_btn > span:after {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .header_nav_child_list li a:hover {
    color: #2c9a7c;
  }
  .header_nav_child_list li a:hover p:after {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .header_nav_child_ttl a:hover {
    color: #2c9a7c;
  }
  .footer_sitemap a:hover {
    opacity: 0.8;
  }
  .footer_bnr a:hover {
    opacity: 0.9;
  }
  #pagetop:hover:before {
    margin-top: -6px;
  }
  .content_lnav_top a:hover {
    background: #f0f3ea;
  }
  .content_lnav_menu_list_child li a:hover {
    background: #3fb7c1;
    color: #f7f9f3;
  }
  .content_lnav_menu_list_child li a:hover div img.normal {
    display: none;
  }
  .content_lnav_menu_list_child li a:hover div img.hover {
    display: block;
  }
  .content_lnav_menu_list_btn:hover {
    color: #3fb7c1;
  }
  .content_lnav_menu_list_btn:hover:before {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
  }
  .content_lnav_subcont a:hover {
    background: #2c4b79;
    color: #f7f9f3;
  }
  .content_lnav_contact_btn a:hover {
    background: #1c7e5f;
  }
  .module_linkbtn a:hover {
    background: #33aab5;
  }
  .module_linkbtn a:hover:before {
    right: 18px;
  }
  .module_tab_btn li p {
    margin-top: -5px;
  }
}

@media screen and (max-width: 1100px) {
  .topic-path {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
  .content_lnav {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .content_lnav {
    width: 300px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 641px) {
  .content_inner {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (any-hover: hover) {
  .module_anchorlist a {
    transition: 0.3s color;
  }
  .module_anchorlist a::after {
    transition: border 0.2s;
  }
  .module_anchorlist a:hover {
    color: #1e757f;
  }
  .module_anchorlist a:hover::after {
    border-color: #1e757f;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}