@charset "UTF-8";

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  color: #333;
  background: #fff;
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";

}

@media print,
screen and (min-width: 768px) {
  body {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body {
   	padding-top:67px;
  }	

}

a {
  transition: 0.3s;
}

a:hover {
  cursor: pointer;
}

*:focus {
  outline: none;
}

@media print,
screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.clearfix {
  overflow: hidden;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.alignleft {
  float: left;
  margin: 0 30px 20px 0;
  width: 34%;
}

.aligncenter {
  display: block;
  width: auto;
  margin: 0 auto 30px;
}

.alignright {
  float: right;
  margin: 0 0 20px 30px;
  width: 34%;
}

@media print,
screen and (min-width: 768px) {
  .alignleft {
    margin-right: 30px;
  }

  .alignright {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {

  .alignleft,
  .aligncenter,
  .alignright {
    display: block;
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  br.sp,
  span.sp {
    display: inline !important;
  }

  span.br {
    display: inline-block !important;
  }

  span.spdb {
    display: inline-block;
  }
}

.flex_1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print,
screen and (min-width: 768px) {
  .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .columns.columns_2,
  .columns.columns_3,
  .columns.columns_4,
  .columns.columns_5,
  .columns.columns_6 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns.columns_2>*,
  .columns .col_2 {
    width: calc((100% - 40px) / 2);
  }

  .columns.columns_3>*,
  .columns .col_3 {
    max-width: calc((100% - 60px) / 3);
  }

  .columns.columns_4>*,
  .columns .col_4 {
    max-width: calc((100% - 90px) / 4);
  }

  .columns.columns_5>*,
  .columns .col_5 {
    max-width: calc((100% - 120px) / 5);
  }

  .columns.columns_6>*,
  .columns .col_6 {
    max-width: calc((100% - 125px) / 6);
  }

  .columns.columns_2>*,
  .columns.columns_3>*,
  .columns.columns_4>*,
  .columns.columns_5>*,
  .columns.columns_6>*,
  .columns .col_2,
  .columns .col_3,
  .columns .col_4,
  .columns .col_5,
  .columns .col_6 {
    margin-top: 30px;
    margin-right: 30px;
  }

  .columns.columns_2>*,
  .columns .col_2 {
    margin-right: 40px;
  }

  .columns.columns_2>*:nth-child(2n),
  .columns.columns_3>*:nth-child(3n),
  .columns.columns_4>*:nth-child(4n),
  .columns.columns_5>*:nth-child(5n),
  .columns.columns_6>*:nth-child(6n),
  .columns .col_2:nth-child(2n),
  .columns .col_3:nth-child(3n),
  .columns .col_4:nth-child(4n),
  .columns .col_5:nth-child(5n),
  .columns .col_6:nth-child(6n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {

  .columns.columns_2>*,
  .columns.columns_3>*,
  .columns.columns_4>*,
  .columns.columns_5>*,
  .columns.columns_6>*,
  .columns .col_2,
  .columns .col_3,
  .columns .col_4,
  .columns .col_5,
  .columns .col_6 {
    margin-top: 20px;
  }

  .columns.sp_columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }

  .columns.sp_columns>*,
  .columns.sp_columns.columns_2>*,
  .columns.sp_columns.columns_3>*,
  .columns.sp_columns.columns_4>*,
  .columns.sp_columns.columns_5>*,
  .columns.sp_columns.columns_6>*,
  .columns.sp_columns.sp_columns_2>*,
  .columns.sp_columns .col_2,
  .columns.sp_columns .col_3,
  .columns.sp_columns .col_4,
  .columns.sp_columns .col_5,
  .columns.sp_columns .col_6,
  .columns.sp_columns .sp_col_2 {
    max-width: calc((100% - 10px) / 2);
  }

  .columns.sp_columns.sp_columns_3>*,
  .columns.sp_columns .sp_col_3 {
    max-width: calc((100% - 60px) / 3);
  }

  .columns.sp_columns.columns_2>*,
  .columns.sp_columns.columns_3>*,
  .columns.sp_columns.columns_4>*,
  .columns.sp_columns.columns_5>*,
  .columns.sp_columns.columns_6>*,
  .columns.sp_columns .col_2,
  .columns.sp_columns .col_3,
  .columns.sp_columns .col_4,
  .columns.sp_columns .col_5,
  .columns.sp_columns .col_6,
  .columns.sp_columns.sp_columns_2>*,
  .columns.sp_columns.sp_columns_3>*,
  .columns.sp_columns .sp_col_2,
  .columns.sp_columns .sp_col_3 {
    margin-right: 30px;
  }

  .columns.sp_columns:not(.sp_columns_3).columns_2>*:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3).columns_3>*:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3).columns_4>*:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3).columns_5>*:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3).columns_6>*:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_2:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_3:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_4:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_5:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_6:nth-child(2n) {
    margin-right: 0;
  }

  .columns.sp_columns.sp_columns_2>*:nth-child(2n),
  .columns.sp_columns.sp_columns_3>*:nth-child(3n),
  .columns.sp_columns .sp_col_2:nth-child(2n),
  .columns.sp_columns .sp_col_3:nth-child(3n) {
    margin-right: 0;
  }

  .columns_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sp-columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sp-columns_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print,
screen and (min-width: 768px) {
  .flex_1 {
    margin-right: 30px;
  }

  .flex_1:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .flex_1 {
    margin-top: 30px;
  }
}

.mt0 {
  margin-top: 0 !important;
}

@media print,
screen and (min-width: 768px) {

  .container,
  .gutters {
    max-width: 1200px;
  }
}

@media print,
screen and (max-width: 1239px) {

  .container,
  .gutters {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media print,
screen and (min-width: 768px) {

  body.archive #contents>.inner,
  body.single #contents>.inner {
    padding-bottom: 90px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print,
screen and (max-width: 1239px) {

  body.archive #contents>.inner,
  body.single #contents>.inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {

  body.archive #contents>.inner,
  body.single #contents>.inner {
    padding-bottom: 50px;
  }
}

@media print,
screen and (min-width: 768px) {

  body.archive:not(.category-news) #contents>.inner,
  body.single #contents>.inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  body.archive:not(.category-news) #contents>.inner #main,
  body.single #contents>.inner #main {
    width: 72%;
  }

  body.archive:not(.category-news) #contents>.inner #aside,
  body.single #contents>.inner #aside {
    width: 24%;
  }
}



#loader_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
}

#loader_wrapper.is_hide,
#loader_wrapper .is_hide {
  opacity: 0;
}

#loader_wrapper .line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px;
}

#loader_wrapper .line-spin-fade-loader>div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}

#loader_wrapper .line-spin-fade-loader>div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader>div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader>div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader>div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader>div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader>div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader>div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader>div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

#loading_wrapper {
  animation: loading_wrapper 1s linear 0s 1 normal;
  animation-fill-mode: forwards;
}

@keyframes loading_wrapper {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header {
  padding: 20px 0 10px;
}

@media print,
screen and (min-width: 768px) {
  .header .header_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .header .header_logo {
    margin-right: 20px;
  }

  .header .site_info {
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .header .header_logo {
    text-align: center;
    margin-left: 20px !important;
    width: 160px;
    max-width: 28%;
  }
}

.sp_nav {
  background: #fff;
  text-align: center;
  width: 40%;
}

.sp_nav.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.sp_nav .header_nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sp_nav .header_nav-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sp_nav .header_nav-item a {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #e4e4e4;
  color: #333333;
  text-decoration: none;
}

.sp_nav .header_nav-item span {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  display: block;
  letter-spacing: 0;
}

.sp_nav .header_nav-item span.icon {
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-content: space-evenly;
  -moz-align-content: space-evenly;
  -ms-align-content: space-evenly;
  align-content: space-evenly;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.sp_nav .header_nav-item span.text {
  margin-top: auto;
}

.sp_nav .header_nav-item img {
  max-width: 45%;
}

@media only screen and (max-width: 480px) {
  .sp_nav {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 370px) {
  .sp_nav {
    font-size: 1.2rem;
  }
}

.menu_bk {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

#nav {
  background: #fff;
  padding: 20px 0;
}

#nav .header_menu {
  position: relative;
}

#nav .header_menu a {
  display: block;
  text-decoration: none;
  line-height: 1.5;
}

@media print,
screen and (min-width: 768px) {
  #nav .header_menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
  }

  #nav .header_menu>li {
    text-align: center;
    flex: 1;
  }

  #nav .header_menu>li.menu-item-has-children {
    position: relative;
  }

  #nav .header_menu>li>a {
    padding: 0 5px;
    color: #333333;
    position: relative;
  }

  #nav .header_menu>li:last-child>a {
    padding-right: 0;
  }

  #nav .header_menu>li>a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #0081cc;
    transition: 0.2s;
  }

  #nav .header_menu>li:hover>a {
    color: #0081cc;
  }

  #nav .header_menu>li:hover>a::after {
    left: 0;
    width: 100%;
  }

  #nav .header_menu>li:first-child>a {
    border-left: 1px solid #ccc;
  }

  #nav .header_menu>li>.sub-menu,
  #nav .header_menu>li>.sub-menu_wrap {
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 95%;
    transition: 0.1s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
  }

  #nav .header_menu>li>.sub-menu a,
  #nav .header_menu>li>.sub-menu_wrap a {
    color: #fff;
    background: #0081cc;
    text-align: left;
    font-size: clamp(14px, 1.6vw, 18px);
  }

  #nav .header_menu>li>.sub-menu {
    width: 220px;
    min-width: 100%;
  }

  #nav .header_menu>li>.sub-menu li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }

  #nav .header_menu>li>.sub-menu a {
    background: #dbeef7;
    color: #333;
    padding: 0 15px;
    transition: 0.2s;
  }

  #nav .header_menu>li>.sub-menu a:hover {
    background: #faf4f1;
  }

  #nav .header_menu>li>.sub-menu_wrap {
    background: #0081cc;
    padding: 0;
    width: calc(100vw - 17px);
    left: auto;
    right: -50px;
    border-bottom: 1px solid #fff;
  }

  #nav .header_menu>li>.sub-menu_wrap .inner {
    width: 1200px;
    max-width: 96%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #nav .header_menu>li.nav02>.sub-menu_wrap .sub-menu:nth-child(1) {
    width: 24%;
  }

  #nav .header_menu>li.nav02>.sub-menu_wrap .sub-menu:nth-child(2) {
    width: 74%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #nav .header_menu>li.nav05>.sub-menu_wrap .sub-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #nav .header_menu>li.nav05>.sub-menu_wrap .sub-menu li {
    width: 49%;
  }

  #nav .header_menu>li.nav06>.sub-menu_wrap .sub-menu {
    width: 49%;
  }

  #nav .header_menu>li.nav02>.sub-menu_wrap .sub-menu:nth-child(2)>* {
    width: 33%;
  }

  #nav .header_menu>li>.sub-menu_wrap .sub-menu a {
    transition: 0.2s;
  }

  #nav .header_menu>li:last-child>.sub-menu {
    left: auto;
    right: 0;
  }

  #nav .header_menu>li.active>.sub-menu,
  #nav .header_menu>li.active>.sub-menu_wrap {
    height: auto;
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 2;
  }

  #nav .header_menu>li.active>.sub-menu_wrap {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  #nav .header_menu>li.active>.sub-menu_wrap .sub-menu a {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #nav .header_menu>li.active>.sub-menu a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 1250px)and (min-width: 767px) {
  #nav .header_menu>li {
    flex: 1 1 auto;
  }
}

@media only screen and (max-width: 767px) {
  #nav .header_menu {
    background: #dbeef7;
    display: none;
    left: 20px;
    position: absolute;
    width: calc(100% - 40px);
    z-index: 4;
  }

  #nav .header_menu a {
    color: #333333;
    padding: 15px;
    position: relative;
  }

  #nav .header_menu a br {
    display: none;
  }

  #nav .header_menu .menu-item {
    border-top: 1px solid #ccc;
  }

  #nav .header_menu .menu-item>.sub-menu_wrap,
  #nav .header_menu .menu-item>.sub-menu {
    display: none;
  }

  #nav .header_menu a::after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 15px;
    margin: -5px 0 0 0;
    border-bottom: solid 2px #0081cc;
    border-right: solid 2px #0081cc;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav .header_menu .menu-item-has-children-wrap>a::after,
  #nav .header_menu .menu-item-has-children>a::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav .header_menu .menu-item-has-children-wrap>a.onclick::after,
  #nav .header_menu .menu-item-has-children>a.onclick::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #nav .header_menu .sub-menu li {
    border-top: 1px solid #ccc;
    background: #fff;
  }

  #nav .header_menu .sub-menu li a {
    padding: 10px 15px 10px 20px;
  }
}

@media print,
screen and (min-width: 768px) {
  #nav.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10;
  }
}

.footer {
  background: url("../img/common/f_bg.jpg")no-repeat center / cover;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}

.footer h3 {
  color: #0081cc;
  font-size: 2rem;
  margin-bottom: 15px;
}

.footer .footer_sitemap {
  flex: 3 0 0;
  line-height: 1.5;
}

.footer .footer_sitemap div:first-child {
  flex: 1 0 0;
}

.footer .footer_sitemap div:nth-child(2) {
  flex: 2 0 0;
}

@media only screen and (max-width: 767px) {
  .footer .footer_sitemap {
    margin-bottom: 30px;
  }
}

.footer .footer_menu {
  margin-bottom: 20px;
}

.footer .footer_menu li {
  margin-bottom: 0.5em;
}

@media print,
screen and (min-width: 768px) {
  .footer .footer_menu li {
    margin-right: 10px;
  }
}

.footer .footer_menu a {
  color: #333333;
  display: inline-block;
  padding-left: 12px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}

.footer .footer_menu a::before {
  height: 4px;
  width: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #59859e;
  box-sizing: border-box;
  content: "";
  left: 0;
  margin-top: -4px;
  position: absolute;
  top: 1em;
  top: 0.75em;
}

.footer .footer_menu a:hover {
  color: #59859e;
}

@media print,
screen and (min-width: 768px) {
  .footer .footer_sitemap {
    margin-right: 10px;
  }

  .footer .footer_menu2 {
    column-count: 2;
  }

  .footer .footer_sitemap.columns {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer p.footer_bnr {
    width: 100%;
  }
}

.footer .footer_address {
  flex: 2 0 0;
}

.footer .logo {
  margin-bottom: auto;
  text-align: center;
}

.footer table.address {
  margin-bottom: 30px;
}

.footer table.address tr {
  border-bottom: 1px solid #aea39e;
}

.footer table.address th,
.footer table.address td {
  padding: 10px 0;
  line-height: 1.4;
}

.footer table.address th {
  color: #0081cc;
  font-weight: bold;
  padding-left: 10px;
  text-align: left;
  width: 100px;
}

.footer table.timetable {
  margin-bottom: 5px;
}

.footer table.timetable th,
.footer table.timetable td {
  padding: 6px 0;
  line-height: 1.4;
}

.footer a img {
  transition: 0.3s;
}

.footer a:hover img {
  opacity: 0.7;
}

.footer .address {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer .tel a {
  color: #0081cc;
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
}

.footer .tel .icon {
  padding-left: 30px;
  background: url("../img/icon_tel.png")no-repeat center left;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .footer .address {
    text-align: center;
  }

  .footer .tel {
    text-align: center;
  }
}

#copyright {
  padding: 20px 0 100px;
  text-align: center;
  line-height: 1.4;
}

#totop {
  bottom: 0;
  display: none;
  position: fixed;
  right: 0;
  transition: 0.3s;
}

#totop:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  #totop {
    width: 17.532%;
    bottom: 17vw;
  }
}

#totop .totop_inner {
  background: #0081cc;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#totop .totop_inner .material-icons {
  font-size: 3.4rem;
}

@media only screen and (max-width: 767px) {
  #totop .totop_inner {
    width: 50px;
    height: 50px;
  }
}

.side_bnr .side_bnr_block {
  position: fixed;
  z-index: 2;
}

@media print,
screen and (min-width: 768px) {
  .side_bnr .side_bnr_block.bottom {
    right: 90px;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
  }
.side_bnr .side_bnr_block.bottom li{
  border:1px solid #fff;
  border-bottom:none;
}
  .side_bnr .side_bnr_block.right {
    right: 0;
    top: 200px;
    width: 80px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 1050px)and (min-width: 768px) {
  .side_bnr .side_bnr_block.bottom {
    right: 66px;
  }

  .side_bnr .side_bnr_block.bottom img {
    height: 56px;
    width: auto;
  }

  .side_bnr .side_bnr_block.right {
    width: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .side_bnr {
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .side_bnr .side_bnr_block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    width: calc(100% - 17.532%);
  }

  .side_bnr .side_bnr_block.right {
    bottom: 20vw;
    right: 0;
    width: 17.532vw;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mce-content-body p,
.mce-content-body ul,
.mce-content-body ol,
.mce-content-body dl,
.mce-content-body table {
  margin-top: 2.4rem;
}

.mce-content-body img {
  border-radius: 0;
}

.mce-content-body a {
  color: #0081cc;
  text-decoration: underline;
}

.mce-content-body a:hover {
  text-decoration: none;
}

.mce-content-body a img {
  transition: 0.3s;
}

.mce-content-body a:hover img {
  opacity: 0.7;
}

.mce-content-body hr {
  border: none;
  height: 0;
  margin: 0 auto 0;
  display: block;
  border-bottom: 1px solid #ccc;
}

.mce-content-body strong {
  font-weight: bold;
}

.mce-content-body sup {
  font-size: 1.04rem;
  vertical-align: super;
}

.mce-content-body sub {
  font-size: 1.04rem;
  vertical-align: sub;
}

.mce-content-body blockquote {
  border: 1px solid #ccc;
  margin-top: 24px;
  padding: 2.88rem;
  position: relative;
}

.mce-content-body blockquote::before,
.mce-content-body blockquote::after {
  display: block;
  position: absolute;
  content: "format_quote";
  width: 3.2rem;
  height: 3.2rem;
  font-family: "Material Icons";
  font-size: 3.2rem;
  white-space: nowrap;
  word-wrap: normal;
  color: #ccc;
}

.mce-content-body blockquote::before {
  top: 1.6rem;
  left: 1.2rem;
  transform: rotate(-180deg);
}

.mce-content-body blockquote::after {
  right: 1.2rem;
  bottom: 1.6rem;
}

.mce-content-body table {
  width: 100%;
}

.mce-content-body table:not(.table_address):not(.table_timetable):not(.table_fee) th,
.mce-content-body table:not(.table_address):not(.table_timetable):not(.table_fee) td {
  border: 1px solid #ccc;
  padding: 15px 1rem;
  background: #fff;
  line-height: 1.4;
  vertical-align: middle;
}

.mce-content-body table:not(.table_address):not(.table_timetable):not(.table_fee) thead th {
  background: #0081cc;
  color: #fff;
  vertical-align: middle;
}

.mce-content-body table:not(.table_address):not(.table_timetable):not(.table_fee) tbody th {
  background: #fffdfc;
  text-align: left;
}

.mce-content-body p.error404 {
  margin-bottom: 10rem;
  margin-top: 7.5rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mce-content-body p.error404 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.wp-embedded-content {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

/* 
.post-type-page h2 {
  color: #59859e;
  font-size: 40px;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  margin: auto;
  margin-top: 6.4rem;
  text-align: center;
  position: relative;
  display: table;
  background: #fff;
  padding: 0 0.3em 0 0.5em;
}

.post-type-page .section_bg h2 {
  background: #faf4f1;
}

.post-type-page h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  margin: 0 auto;
  width: 1200px;
  height: 1px;
  border-bottom: 1px solid #b7c2c8;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .post-type-page h2 {
    margin-top: 4rem;
  }
}

.post-type-page h2 .subtext {
  color: #333333;
  display: block;
  font-size: 2rem;
  margin-top: 0.4rem;
}

.post-type-page h3 {
  color: #59859e;
  display: block;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 4.56rem;
  padding: 5px 0 3px;
  position: relative;
  border-bottom: 2px solid #59859e;
  padding-left: 25px;
}

.post-type-page h3::before {
  position: absolute;
  content: "";
  background: #59859e;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 70%;
  width: 7px;
  border-radius: 7px;
}

.post-type-page h4 {
  color: #0081cc;
  display: table;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 3.56rem;
  position: relative;
  padding-left: 25px;
}

.post-type-page h4::before {
    content: "";
    display: block;
    position: absolute;
top:50%;
transform: translateY(-50%);
    left:0;
    margin:0 auto;
    width:8px;
    height:22px;
    background:url("../img/common/h4_img.png")no-repeat center / cover;
}
.post-type-page h5 {
  position: relative;
  color: #0081cc;
  display: table;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 2.56rem;
  padding-left: 25px;
}

.post-type-page h5::before {
  border: 3px solid #0081cc;
  top: 6px;
  left: 0;
  content: "";
  height: 12px;
  position: absolute;
  width: 12px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .post-type-page h2 {
    font-size: 24px;
  }

  .post-type-page h3 {
    font-size: 22px;
  }

  .post-type-page h4 {
    font-size: 20px;
  }

  .post-type-page h5 {
    font-size: 19px;
  }

  .post-type-page h6 {
    font-size: 18px;
  }
}
 */
.post-type-post h2,
.post-type-post h3,
.post-type-post h4,
.post-type-post h5,
.post-type-post h5 {
  font-weight: bold;
  letter-spacing: 0.32rem;
  line-height: 1.5;
}

.post-type-post h2 {
  border-bottom: 2px solid #333333;
  font-size: 2.6rem;
  margin-top: 5.6rem;
  padding-bottom: 2rem;
}

.post-type-post h3 {
  background: #faf4f1;
  border-radius: 3px;
  color: #333333;
  font-size: 2.2rem;
  margin-top: 4.8rem;
  padding: 2rem 24px;
}

.post-type-post h4 {
  border-left: 5px solid #333333;
  font-size: 2.2rem;
  margin-top: 4rem;
  padding-left: 1.2rem;
}

.post-type-post h5 {
  background: #faf4f1;
  border-radius: 2px;
  color: #333333;
  display: table;
  font-size: 1.8rem;
  letter-spacing: 0.16rem;
  margin-top: 3.6rem;
  padding: 1.2rem 1.6rem;
}

@media only screen and (max-width: 767px) {
  .entry_title {
    font-size: 24px;
  }

  .post-type-page h3 {
    font-size: 22px;
  }

  .post-type-page h4 {
    font-size: 20px;
  }

  .post-type-page h5 {
    font-size: 19px;
  }

  .post-type-page h6 {
    font-size: 18px;
  }
}

.link_anchor li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 100%;
  line-height: 1.5;
  margin-top: 2.24rem;
}

.link_anchor li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1 1 auto;
}

.link_anchor a {
  background: #fff;
  color: #0081cc;
  border: 1px solid #0081cc;
  border-radius: 0;
  padding-bottom: 1.28rem;
  padding-left: 24px;
  padding-right: 4.8rem;
  padding-top: 1.28rem;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}

.link_anchor a::after,
.link_anchor a::before {
  content: "";
  position: absolute;
  top: 50%;
}

.link_anchor a::before {
  background: #0081cc;
  border-radius: 50%;
  height: 1.6rem;
  margin-top: -0.8rem;
  right: 1.6rem;
  width: 1.6rem;
}

.link_anchor a::after {
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: -2px;
  right: 2.24rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link_anchor a:hover {
  background: #0081cc;
  color: #fff;
}

.link_anchor a:hover::before {
  background: #fff;
}

.link_anchor a:hover::after {
  border-color: #0081cc;
}

.link_anchor.link_col_2,
.link_anchor.link_col_3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media print,
screen and (min-width: 768px) {

  .link_anchor.link_col_2 li,
  .link_anchor.link_col_3 li {
    flex: 0 0 100%;
  }

  .link_anchor.link_col_2 li {
    max-width: calc(100% / 2 - (10px));
  }

  .link_anchor.link_col_3 li {
    max-width: calc(100% / 3 - (6px));
  }
}

@media print,
screen and (max-width: 768px) {

  .link_anchor.link_col_2,
  .link_anchor.link_col_3 {
    gap: 10px;
  }
}

.ul_circle,
.ul_square,
.ul_dot,
.ul_ring,
.ul_check,
.ul_triangle,
.ul_arrow,
.ul_circlegt {
  margin-top: 24px;
}

.ul_circle li,
.ul_square li,
.ul_dot li,
.ul_ring li,
.ul_check li,
.ul_triangle li,
.ul_arrow li,
.ul_circlegt li {
  line-height: 1.6;
  margin-top: 5px;
  padding-left: 2rem;
  position: relative;
}

.ul_circle li::before,
.ul_circle li::after,
.ul_square li::before,
.ul_square li::after,
.ul_dot li::before,
.ul_dot li::after,
.ul_ring li::before,
.ul_ring li::after,
.ul_check li::before,
.ul_check li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_arrow li::before,
.ul_arrow li::after,
.ul_circlegt li::before,
.ul_circlegt li::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
}

.ul_circle+p,
.ul_square+p,
.ul_dot+p,
.ul_ring+p,
.ul_check+p,
.ul_triangle+p,
.ul_arrow+p,
.ul_circlegt+p {
  margin-top: 24px;
}

@media print,
screen and (min-width: 768px) {

  .ul_circle.link_col_2,
  .ul_circle.link_col_3,
  .ul_square.link_col_2,
  .ul_square.link_col_3,
  .ul_dot.link_col_2,
  .ul_dot.link_col_3,
  .ul_ring.link_col_2,
  .ul_ring.link_col_3,
  .ul_check.link_col_2,
  .ul_check.link_col_3,
  .ul_triangle.link_col_2,
  .ul_triangle.link_col_3,
  .ul_arrow.link_col_2,
  .ul_arrow.link_col_3,
  .ul_circlegt.link_col_2,
  .ul_circlegt.link_col_3,
  .ol_circle.link_col_2,
  .ol_circle.link_col_3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 2%;
  }

  .ul_circle.link_col_2 li,
  .ul_square.link_col_2 li,
  .ul_dot.link_col_2 li,
  .ul_ring.link_col_2 li,
  .ul_check.link_col_2 li,
  .ul_triangle.link_col_2 li,
  .ul_arrow.link_col_2 li,
  .ul_circlegt.link_col_2 li,
  .ol_circle.link_col_2 li {
    width: 49%;
  }

  .ul_circle.link_col_3 li,
  .ul_square.link_col_3 li,
  .ul_dot.link_col_3 li,
  .ul_ring.link_col_3 li,
  .ul_check.link_col_3 li,
  .ul_triangle.link_col_3 li,
  .ul_arrow.link_col_3 li,
  .ul_circlegt.link_col_3 li,
  .ol_circle.link_col_3 li {
    width: 32%;
  }

  .ul_circle.link_inlign,
  .ul_square.link_inlign,
  .ul_dot.link_inlign,
  .ul_ring.link_inlign,
  .ul_check.link_inlign,
  .ul_triangle.link_inlign,
  .ul_arrow.link_inlign,
  .ul_circlegt.link_inlign {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ul_circle.link_inlign li,
  .ul_square.link_inlign li,
  .ul_dot.link_inlign li,
  .ul_ring.link_inlign li,
  .ul_check.link_inlign li,
  .ul_triangle.link_inlign li,
  .ul_arrow.link_inlign li,
  .ul_circlegt.link_inlign li {
    flex: 1;
  }
}

.ul_circle li::before {
  border-radius: 50%;
  background: #8bcff7;
  height: 10px;
  left: 0;
  top: 0.5em;
  width: 10px;
}

.ul_square li::before {
  background: #0081cc;
  height: 0.8rem;
  left: 0;
  top: 0.5em;
  width: 0.8rem;
}

.ul_dot li::before {
  border-radius: 50%;
  background: #0081cc;
  height: 0.4rem;
  left: 0.4rem;
  top: 0.6em;
  width: 0.4rem;
}

.ul_ring li::before {
  border-radius: 50%;
  border: 2px solid #0081cc;
  height: 1rem;
  left: 0;
  top: 0.4em;
  width: 1rem;
}

.ul_triangle li::before {
  box-sizing: border-box;
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #0081cc;
  top: 0.5em;
}

.ul_arrow li::before {
  background: #0081cc;
  height: 1px;
  left: 3px;
  margin-top: 3px;
  top: 0.5em;
  width: 7px;
}

.ul_arrow li::after {
  border-top: 1px solid #0081cc;
  border-right: 1px solid #0081cc;
  height: 7px;
  left: 3px;
  top: 0.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

.ul_circlegt li::before {
  background: #0081cc;
  border-radius: 50%;
  height: 1.2rem;
  left: 0;
  top: 0.4em;
  width: 1.2rem;
}

.ul_circlegt li::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 4px;
  left: 0.32rem;
  margin-top: 2px;
  top: 0.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
}

.ol_circle {
  counter-reset: ol_circle;
}

.ol_circle li {
  padding-left: 2.8rem;
  position: relative;
}

.ol_circle li::before,
.ol_circle li:after {
  content: "";
  position: absolute;
}

.ol_circle li::before {
  background-color: #0081cc;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 12px;
  height: 20px;
  left: 0;
  line-height: 20px;
  text-align: center;
  top: 0.4em;
  width: 20px;
  position: absolute;
  letter-spacing: 0px;
}

.section {
  padding-top: 7.6rem;
  padding-bottom: 10rem;
}

@media only screen and (max-width: 767px) {
  .section {
    padding-top: 5.1rem;
    padding-bottom: 7.5rem;
  }
}

.section h3:first-child {
  margin-top: 24px;
}

.section hr {
  margin-bottom: 10rem;
  margin-top: 10rem;
  max-width: 1200px;
}

.section_bg {
  background: #faf4f1;
}

.section_stripe {
  background-color: #eff4f8;
  background-image: -webkit-gradient(linear,
      0 0,
      100% 0,
      color-stop(0.5, #faf4f1),
      color-stop(0.5, transparent),
      to(transparent));
  -webkit-background-size: 10px;
}

.box_bg,
.box_border,
.box_border-stripe {
  margin-top: 40px;
  padding: 40px 4%;
}

.box_bg h3,
.box_border h3,
.box_border-stripe h3 {
  padding-left: 0;
  display: table;
}

.box_bg h3:before,
.box_border h3:before,
.box_border-stripe h3:before {
  display: none;
}

@media only screen and (max-width: 767px) {

  .box_bg,
  .box_border,
  .box_border-stripe {
    padding: 3.2rem;
    padding-top: 24px;
  }
}

.section .container>.box_bg:first-child,
.section_bg .container>.box_bg:first-child,
.section .container>.box_border:first-child,
.section_bg .container>.box_border:first-child,
.section .container>.box_border-stripe:first-child,
.section_bg .container>.box_border-stripe:first-child {
  margin-top: 24px;
}

.box_bg>ul:first-child,
.box_bg>ol:first-child,
.box_bg>dl:first-child,
.box_bg>table:first-child,
.box_bg>p:first-child,
.box_bg>h3:first-child,
.box_bg>h4:first-child,
.box_bg>h5:first-child,
.box_bg>h6:first-child,
.box_border>ul:first-child,
.box_border>ol:first-child,
.box_border>dl:first-child,
.box_border>table:first-child,
.box_border>p:first-child,
.box_border>h3:first-child,
.box_border>h4:first-child,
.box_border>h5:first-child,
.box_border>h6:first-child,
.box_border-stripe>ul:first-child,
.box_border-stripe>ol:first-child,
.box_border-stripe>dl:first-child,
.box_border-stripe>table:first-child,
.box_border-stripe>p:first-child,
.box_border-stripe>h3:first-child,
.box_border-stripe>h4:first-child,
.box_border-stripe>h5:first-child,
.box_border-stripe>h6:first-child {
  margin-top: 0;
}

.box_bg {
  background: #faf4f1;
}

.box_border {
  border: 5px solid #eed4c7;
}

.section_bg .box_bg,
.section_stripe .box_bg,
.section_bg .box_border,
.section_stripe .box_border {
  background: #fff;
}

.box_border-stripe {
  background-image: -webkit-linear-gradient(-45deg,
      #fff 25%,
      #ccc 25%,
      #ccc 50%,
      #fff 50%,
      #fff 75%,
      #ccc 75%,
      #ccc);
  background-image: linear-gradient(-45deg,
      #fff 25%,
      #ccc 25%,
      #ccc 50%,
      #fff 50%,
      #fff 75%,
      #ccc 75%,
      #ccc);
  background-size: 4px 4px;
  position: relative;
}

.box_border-stripe>* {
  position: inherit;
  z-index: 1;
}

.box_border-stripe::before {
  background: #fff;
  border-radius: 0.75rem;
  content: "";
  height: calc(100% - 16px);
  left: 8px;
  position: absolute;
  top: 8px;
  width: calc(100% - 16px);
  z-index: 0;
}

.box_flow {
  background: #faf4f1;
  border-radius: 1rem;
  margin-top: 0;
  padding: 5rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .box_flow {
    padding: 3.2rem;
  }
}

.box_flow::after {
  content: "";
  bottom: -6.4rem;
  border: 3.2rem solid transparent;
  border-top-color: #faf4f1;
  left: 50%;
  margin-left: -3.2rem;
  position: absolute;
}

.box_flow:last-child::after,
.box_flow.last::after {
  display: none;
}

.section_bg .box_flow,
.section_stripe .box_flow {
  background: #fff;
}

.section_bg .box_flow::after,
.section_stripe .box_flow::after {
  border-top-color: #fff;
}

.box_bg .box_flow .section_bg,
.box_bg .box_flow .section_stripe {
  background: #faf4f1;
}

.box_bg .box_flow .section_bg::after,
.box_bg .box_flow .section_stripe::after {
  border-top-color: #faf4f1;
}

.box_flow .title {
  flex: 0 0 auto;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: left;
}

.box_flow .title .num {
  color: #0081cc;
  flex: none;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1.1;
  padding-right: 5px;
}

.box_flow .title .step {
  background: #0081cc;
  border-radius: 3px;
  color: #fff;
  flex: none;
  font-size: 1.6rem;
  margin-right: 0.8rem;
  padding: 0.32rem 0.8rem;
}

@media print,
screen and (min-width: 768px) {
  .box_flow .title .step {
    margin-top: 0.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .box_flow .title .step {
    display: table;
    margin-bottom: 0.8rem;
  }
}

.box_flow .title_bg {
  background: #97d1ff;
  background: #0081cc;
  flex: 0 0 auto;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .box_flow .title_bg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }

  .box_flow .title_bg .step {
    margin-top: 0.4rem;
  }
}

@media print,
screen and (min-width: 768px) {
  .box_flow.columns .title {
    margin-right: 3.2rem;
    width: 14.4rem;
  }

  .box_flow.columns .inner>p:first-child {
    margin-top: 0;
  }

  .box_flow.columns .inner_border {
    border-left: 1px solid #ccc;
  }
}

.box_flow2 {
  background: #fff;
  border: 5px solid #b4d0e0;
  margin-top: 0;
  padding: 5rem;
  position: relative;
}

.box_flow2:not(:first-child) {
  margin-top: 6rem;
}

@media only screen and (max-width: 767px) {
  .box_flow2 {
    padding: 20px 10px 1.5em;
  }
}

.box_flow2::after {
  bottom: -8.4rem;
  border: 3.2rem solid transparent;
  border-top-color: #ccc;
  content: "";
  left: 50%;
  margin-left: -3.2rem;
  position: absolute;
}

.box_flow2:last-child::after,
.box_flow2.last::after {
  display: none;
}

.box_flow2 h4:first-child,
.box_flow2 h5:first-child {
  margin-top: 0;
}

.box_flow2:last-child {
  margin-bottom: 0;
}

.box_flow2 .title .step {
  background: #59859e;
  border-radius: 3px;
  color: #fff;
  display: table;
  font-size: 16px;
  margin-right: 10px;
  padding: 2px 10px;
}

.box_flow2 .title .title {
  padding-top: 5px;
}

@media only screen and (max-width: 767px) {
  .box_flow2 .title .step {
    margin-bottom: 5px;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  width: 100%;
}

table.table_address th,
table.table_address td {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  line-height: 1.6;
  padding: 1.6rem 10px;
}

table.table_address th {
  padding-right: 1em;
}

@media (max-width : 767px) {
  table.table_address th {
    width: 7em;
  }
}

table.table_timetable {
  table-layout: fixed;
}

table.table_timetable th,
table.table_timetable td {
  background: #fff;
  padding: 20px 3px;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

table.table_timetable thead th {
  background: none;
  padding: 10px 0;
  border-bottom: 1px solid #999;
}

table.table_timetable thead th:first-child {
  width: 8em;
}

table.table_timetable tbody tr:last-child td,
table.table_timetable tbody tr:last-child th {
  border-bottom: 1px solid #999;
  padding-top: 0;
}

table.table_timetable tbody th {
  text-align: left;
  padding-left: 10px;
}

table.table_timetable .consul {
  color: #0081cc;
}

@media print,
screen and (min-width: 768px) and (max-width: 1239px) {
  table.table_timetable {
    font-size: 90%;
  }
}

table.table_fee {
  table-layout: fixed;
}

table.table_fee th,
table.table_fee td {
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px 10px;
  text-align: left;
  line-height: 1.6;
}

table.table_fee thead th {
  background: #0081cc;
  color: #fff;
  text-align: center;
}

table.table_fee tbody th {
  background: #f4ece8;
  vertical-align: middle;
}

table.table_fee tbody td:last-child {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  table.table_fee th {
    border-top: 1px solid #ccc;
    text-align: left;
  }

  table.table_fee th,
  table.table_fee td {
    padding: 15px 5px;
  }
}

.js-scrollable,
.js-scrollable_pc {
  margin-top: 24px;
}

.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 135%;
  }
}

.js-scrollable_pc table {
  width: auto;
  min-width: 135%;
}

@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 170%;
  }
}

#page_title {
  background: url("../img/common/under_title.jpg") no-repeat center/cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#page_title::before {
  background: inherit;
  bottom: -5px;
  content: "";
  filter: blur(5px);
  left: -5px;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 0;
}

#page_title::after {
  background: rgba(247, 245, 243, 0.45);
  content: "";
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

#page_title .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  #page_title .container {
    height: 120px;
  }
}

#page_title .page_title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.32rem;
  z-index: 1;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  #page_title .page_title {
    font-size: 2.6rem;
  }
}

#breadcrumb {
  background: #f9f9f9;
  color: #888;
  font-size: 1.408rem;
  padding: 1.2rem;
}

#breadcrumb .material-icons {
  font-size: 1.6rem;
}

#breadcrumb ol {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#breadcrumb li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#breadcrumb a {
  color: #888;
  text-decoration: none;
}

#breadcrumb a:hover {
  color: #333333;
  text-decoration: none;
}

#breadcrumb li:last-child a {
  pointer-events: none;
}

#breadcrumb .current a {
  color: #333333;
}

.btnstyle a {
  background: #0081cc;
  border: 1px solid #0081cc;
  box-sizing: border-box;
  color: #fff;
  display: table;
  min-width: 280px;
  padding: 10px 24px;
  position: relative;
  height: 50px;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
}

@media only screen and (max-width: 767px) {
  .btnstyle a {
    font-size: 20px;
  }
}

.btnstyle a:hover {
  color: #0081cc;
  background: #fff;
}

.btnstyle a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 4px;
  margin-top: -3px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnstyle a:hover::after {
  border-color: #0081cc;
}

.slide_main {
  position: relative;
}

.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}

.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_main .item:first-child .arrow-prev,
.slide_main .item:last-child .arrow-next {
  display: none;
}

.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slide_main .item img {
  margin: 0;
}

.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}

.slide_main .arrow-prev:hover,
.slide_main .arrow-next:hover {
  cursor: pointer;
}

.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}

.slide_main .arrow-prev {
  left: 10px;
}

@media only screen and (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}

.slide_main .arrow-next {
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}

.slide_main .arrow-next::before {
  transform: scale(-1, 1);
}

#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  margin-bottom: 30px;
}

.slide_thumb .item {
  position: relative;
  transition: 0.3s;
}

.slide_thumb .item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.slide_thumb .item.thumbnail-current:hover {
  opacity: 1;
}

.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0081cc;
  border-radius: 0;
  box-sizing: border-box;
}

.slide_thumb .item img {
  margin: 0;
}

@media print,
screen and (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0 0 22%;
    -moz-box-flex: 0 0 22%;
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
  }

  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0 0 48%;
    -moz-box-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }

  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }

  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: calc(95% / 6);
    max-width: calc(95% / 6);
    margin-right: 1%;
    margin-bottom: 1%;
  }

  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}

.slide_wrap_vertical .slide_main {
  margin-bottom: 1%;
}

.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: calc(95% / 6);
  max-width: calc(95% / 6);
  margin-right: 1%;
  margin-bottom: 1%;
}

.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

.box_faq {
  padding-bottom: 30px;
}

.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.box_faq .question,
.box_faq .answer {
  padding: 0.6rem 0rem 0.6rem 6rem;
  position: relative;
}

.box_faq .question::before,
.box_faq .answer::before {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  border-radius: 2rem;
  height: 4rem;
  line-height: 4rem;
  position: absolute;
  width: 4rem;
  top: 0;
  text-align: center;
  left: 0;
  letter-spacing: 0;
}

.box_faq .question {
  font-size: 24px;
  line-height: 1.6;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
}

.box_faq .question::before {
  content: "Q.";
}

.box_faq .question p {
  padding-right: 40px;
  position: relative;
  font-weight: 500;
}

.box_faq .question p::before,
.box_faq .question p::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #333333;
  border-radius: 1px;
  width: 30px;
  height: 2px;
}

.box_faq .question p::after {
  transform: rotate(90deg);
  transition: 0.3s;
}

.box_faq .question p.open::after {
  transform: rotate(0);
}

.box_faq .answer {
  display: none;
  padding: 30px;
  padding-left: 90px;
  background: #f8f8f8;
}

.box_faq .answer::before {
  content: "A.";
  top: 30px;
  left: 40px;
}

.point_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 60px;
}

.columns .point_box:first-child {
  margin-top: 60px;
}

.point_box p {
  margin-bottom: 30px;
}

.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notice_box .notice_title {
  background: #faf4f1;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}

@media only screen and (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}

.notice_box .notice_title h4 {
  color: #0081cc;
  display: block;
  position: relative;
  text-align: center;
}

.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #0081cc;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}

@media print,
screen and (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}

.notice_box .notice_text ul,
.notice_box .notice_text p {
  width: 100%;
}

.notice_box .notice_text ul:first-child,
.notice_box .notice_text p:first-child {
  margin-top: 0;
}

@media print,
screen and (min-width: 768px) {
  .notice_box .notice_text {
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sitemap_box {
  max-width: 800px;
  margin: 6.4rem auto 9.6rem;
}

@media only screen and (max-width: 767px) {
  .sitemap_box {
    margin: 4.8rem auto 7.2rem;
  }
}

.sitemap_box .menu {
  border-top: 1px solid #ccc;
}

.sitemap_box .menu li {
  border-bottom: 1px solid #ccc;
}

.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 2rem 4rem 2rem 2rem;
  transition: 0.3s;
  text-decoration: none;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 1.6rem 3.2rem 1.6rem 1.6rem;
  }
}

.sitemap_box .menu a:hover {
  color: #0081cc;
  background: #faf4f1;
}

.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 1.6rem;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #0081cc;
  border-right: 2px solid #0081cc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* mainimage */
/* .mainimage img {
  width: 100%;
}

.mainimage .slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.mainimage .slider.slick-initialized {
  opacity: 1;
}

.mainimage .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mainimage .slick-dots {
  bottom: -40px;
}

.mainimage .slick-dots li {
  margin: 0 10px;
}

.mainimage .slick-dots li button {
  position: relative;
  padding: 0;
}

.mainimage .slick-dots li button:before {
  color: #0081cc;
  content: "●";
  font-family: sans-serif;
  font-size: 18px;
}

.mainimage .slick-prev {
  z-index: 1;
  left: 10px;
}

.mainimage .slick-next {
  z-index: 1;
  right: 10px;
} */

/* ==== mainimage */
#main_slider img {
  width: 100%;
}

.mainimage img {
  width: 100%;
}
.mainimage .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mainimage .slick-dots {
  bottom: -40px;
}
.mainimage .slick-dots li {
  margin: 0 10px;
}
.mainimage .slick-dots li button {
  position: relative;
  padding: 0;
}
.mainimage .slick-dots li button:before {
  color: #261814;
  content: "■";
  font-family: sans-serif;
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {

  .mainimage .main_slider_img {
    height: 860px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000px) {
  .mainimage .main_slider_img {
    height: 530px;
  }
}
@media print, screen and (min-width: 768px) {
  .mainimage .main_slider_img01 {
    background: url(../img/mainimage.jpg) no-repeat center/cover;
  }
  .mainimage .main_slider_img02 {
    background: url(../img/mainimage02.jpg) no-repeat center/cover;
  }
  .mainimage .main_slider_img03 {
    background: url(../img/mainimage03.jpg) no-repeat center/cover;
  }
}

@media only screen and (max-width: 767px) {
  .section_top h2 {
    font-size: 2.56rem;
  }
}

.section_top h2 .title_en {
  color: #59859e;
  display: block;
  font-size: 1.44rem;
}

.section_top.section_news h2 {
  font-size: 46px;
  background: transparent;
  color: #0081cc;
  margin-bottom: 20px;
}

.section_top.section_news h2:after {
  display: none;
}

.section_news dt {
  line-height: 1.6;
}

@media print,
screen and (min-width: 768px) {
  .section_news dt {
    float: left;
  }
}

.section_news dd {
  line-height: 1.6;
  margin-bottom: 8px;
}

@media print,
screen and (min-width: 768px) {
  .section_news dd {
    padding-left: 8em;
  }
}

.section_news dd a {
  color: #333333;
  text-decoration: none;
}

.section_news dd a:hover {
  color: #0081cc;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .section_news .btnstyle {
    top: 32px;
    right: 20px;
  }
}

.section_news .btnstyle a {
  line-height: 1.4;
  margin: auto;
  width: 120px;
  height: 30px;
  padding: 0;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}

.section_news .btnstyle a::after {
  right: 15px;
}

.blog_thumbnail_list_item a .title,
.blog_thumbnail_list_item a .date,
.blog_thumbnail_list_item a .post_term {
  color: inherit;
  text-decoration: none;
}

.blog_thumbnail_list_item .title {
  display: block;
}

.blog_thumbnail_list_item .btnstyle a {
  min-width: auto;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .blog_thumbnail_list_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23.5%;
    flex: 1 1 23.5%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 5rem;
  }

  .blog_thumbnail_list_item:nth-child(4n) {
    margin-right: 0;
  }

  .blog_thumbnail_list_item .btnstyle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.box_entry_archive-blogsingleon .btnstyle {
  margin-top: 15px;
}

.box_entry_archive-blogsingleon .btnstyle a {
  min-width: 200px;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
}

.entry_title {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.32rem;
  line-height: 1.5;
  margin-top: 6.4rem;
}

.box_entry-item .entry_title {
  font-size: 30px;
  margin-top: 4.8rem;
}

.entry_title a {
  color: #333333;
  text-decoration: none;
}

.entry_title a:hover {
  color: #0081cc;
}

.entry_ex {
  margin-bottom: 4rem;
  margin-top: 3.2rem;
}

.box_entry-item .entry_ex {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}

@media print,
screen and (min-width: 768px) {
  .box_entry-item .entry_ex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.entry_date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.408rem;
}

.entry_date .material-icons {
  color: #0081cc;
  font-size: 1.6rem;
  margin-right: 8px;
}

.archive .box_entry-news .entry_date {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #999;
  font-weight: normal;
  margin-top: 0.8rem;
}

.archive .box_entry-news .entry_date .material-icons {
  color: #999;
}

.box_entry-item .entry_date {
  margin-right: 1.6rem;
}

.post-categories {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.408rem;
  line-height: 1.1;
  margin-top: 0.8rem;
}

.post-categories .material-icons {
  color: #0081cc;
  font-size: 1.6rem;
  margin-right: 8px;
}

.post-categories a {
  color: #0081cc;
  display: block;
  margin-right: 4px;
  text-decoration: none;
}

.box_entry-item .post-categories {
  margin-top: 0;
}

.pagenav_single {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-top: 1px solid #ccc;
  font-size: 1.408rem;
  line-height: 1.5;
  margin-top: 3.4rem !important;
  padding-top: 2.8rem;
}

.pagenav_single a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}

.pagenav_single a .material-icons {
  font-size: 1.408rem;
}

.pagenav_single a:hover {
  opacity: 0.7;
}

.box_entry-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4.8rem;
}

.box_entry-item:first-child {
  padding-top: 1.6rem;
}

.box_entry-news .archive {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8rem;
}

.pagenav_archive {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.408rem;
  line-height: 2rem;
  margin-top: 6.4rem;
}

.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 2rem;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: 2rem;
}

.pagenav_archive .page-numbers.current {
  background: #ccc;
  border-color: #ccc;
}

.pagenav_archive .page-numbers:hover {
  background: #0081cc;
  border: 1px solid #0081cc;
  color: #fff;
  cursor: pointer;
}

#post_aside {
  margin-top: 3.2rem;
}

#post_aside .aside_box {
  padding-top: 3.2rem;
}

#post_aside .aside_title {
  border-bottom: 2px solid #333333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}

#post_aside .category_list {
  margin-top: 1.6rem;
}

#post_aside .category_list li {
  border-bottom: 1px solid #ccc;
}

#post_aside .category_list a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  color: #333333;
  line-height: 1.5;
  padding: 1.2rem 0.8rem;
  text-decoration: none;
}

#post_aside .category_list a:hover {
  color: #0081cc;
}

#post_aside .category_list a .material-icons {
  font-size: 1.6rem;
}

#post_aside .latestpost_list {
  margin-top: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #ccc;
}

#post_aside .latestpost_list a {
  color: #333333;
  display: table;
  line-height: 1.5;
  padding: 0.4rem 0.8rem 0.4rem 24px;
  position: relative;
  text-decoration: none;
}

#post_aside .latestpost_list a::before {
  content: "・";
  left: 0.8rem;
  padding-top: 0.4rem;
  position: absolute;
  top: 0;
}

#post_aside .latestpost_list a:hover {
  color: #0081cc;
}

#post_aside .latestpost_list a:hover::before {
  color: #0081cc;
}

/* ----------------------------------テンプレ調整用追加css */
#wrap {
  overflow: hidden;
}

#page_title::before,
#page_title::after {
  display: none;
}

.clearfix>p:first-child {
  margin-top: 0;
}

img {
  vertical-align: middle;
}

@media print,
screen and (min-width: 768px) {
  #wrap {
    padding: 0 !important;
  }

  #nav.fixed {
    box-shadow: 0 0 5px #ccc;
  }
}

/* ---------------------
リンク
------------------------ */
a[href^="tel:"] {
  text-decoration: none;
  color: #333333;
}

@media print,
screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }

  .btnstyle a[href^="tel:"] {
    color: #fff;
  }

  .btnstyle a[href^="tel:"]::before {
    display: none;
  }
}

@media print,
screen and (max-width: 767px) {

  .mce-content-body table a,
  .footer table a[href^="tel:"] {
    text-decoration: underline;
  }
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #0081cc;
}

/* ------------------------------------
タブレットのみ表示
------------------------------------ */
.tb {
  display: none !important;
}

@media only screen and (min-width:768px) and (max-width: 1239px) {

  br.tb,
  span.tb {
    display: inline !important;
  }
}

@media only screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}

/* ------------------------------------
大画面のみ表示
------------------------------------ */
.pc02 {
  display: none;
}

@media only screen and (min-width:1240px) {
  span.pc02 {
    display: inline;
  }
}

/* ---------------------
ロゴ
------------------------ */
.header .header_logo a:hover,
.header .header_logo a:hover img,
.footer .logo a:hover,
.footer .logo a:hover img {
  opacity: 1;
}

/* ---------------------
ヘッダー
------------------------ */
.header .header_logo {
  margin-left: 20px;
}

@media print,
screen and (min-width: 768px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  .scrolled {
    box-shadow: 0 0 10px #ccc;
  }

  .header_info.columns {
    margin-right: 50px;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
  }

  .header_info.columns>* {
    max-width: calc((100% - 20px)/3);
  }

  #nav .header_menu {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1239px) and (min-width: 768px) {
  .header .container {
    margin: auto;
  }

  .header .header_logo {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 18vw;
  }

  .header .columns {
    margin-right: 20px;
  }

  #nav .header_menu {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 0;
  }

  .sp_header_inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
  }

  .scrolled .sp_header_inner {
    box-shadow: 0 0 10px #ccc;
  }

  .sp_nav.fixed {
    position: relative;
    width: auto;
  }

  #nav {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sp_nav .header_nav-item img {
    max-width: 90%;
  }
}

@media only screen and (max-width: 1239px) and (min-width : 768px) {
  #nav .header_menu>li>a {
    line-height: 1;
    padding: 8px 5px;
  }

  #nav .header_menu>li>.sub-menu_wrap {
    right: -40px;
  }
}

/* ---------------------
ナビ
------------------------ */
/* ------------------------------------------サブメニュー用矢印 */
@media (min-width : 768px) {

  #nav .header_menu>li.menu-item-has-children>a>span,
  #nav .header_menu>li.menu-item-has-children-wrap>a>span {
    padding-bottom: 6px;
  }

  #nav .header_menu>li.menu-item-has-children>a span:after,
  #nav .header_menu>li.menu-item-has-children-wrap>a span:after {
    border-top: 1px solid #0081cc;
    border-right: 1px solid #0081cc;
    content: "";
    height: 4px;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 4px;
    width: 4px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #nav .header_menu>li.menu-item-has-children:hover>a span:hover,
  #nav .header_menu>li.menu-item-has-children-wrap:hover>a span:hover {
    border-color: #e49494;
  }
}

/* 右端のナビがはみ出ないように */
@media (min-width : 768px) {

  #nav .header_menu>li:last-child>.sub-menu,
  #nav .header_menu>li:last-child>.sub-menu_wrap {
    /* right: 0; */
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}

/* ------------------------------------------幅広ナビ */
@media (min-width : 768px) {
  #nav .header_menu>li>.sub-menu_wrap .ttl {
    width: 100%;
  }

  #nav .header_menu>li>.sub-menu_wrap .ttl {
    position: relative;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    width: 100% !important;
    font-size: clamp(16px, 1.8vw, 20px);
  }

  .sub-ttl {
    position: relative;
    font-weight: bold;
    color: #fff;
    text-align: left;
    padding-left: 20px;
    font-size: clamp(14px, 1.6vw, 18px);
  }

  .sub-ttl:before {
    content: "";
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    background: #fff;
  }

  #nav .header_menu>li.active>.sub-menu_wrap .sub-menu a {
    position: relative;
    padding-left: 1em;
  }

  #nav .header_menu>li.active>.sub-menu_wrap .sub-menu a:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #fff;
  }

  #nav .header_menu>li>.sub-menu a:hover {
    color: #fff;
    background: #0081cc;
  }

  #nav .header_menu>li>.sub-menu_wrap a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1239px) and (min-width:768px) {
  #nav .header_menu>li.active>.sub-menu_wrap .sub-menu a:before {
    top: 12px;
  }
}

@media (max-width : 767px) {
  #nav .header_menu .sub-menu_wrap .ttl {
    border-top: 1px solid #ccc;
    background: #0081cc;
    font-weight: bold;
    padding: 15px 15px 15px 30px;
    color: #fff;
  }

  #nav .header_menu .sub-menu_wrap .sub-ttl {
    border-top: 1px solid #ccc;
    background: #f5e1da;
    font-weight: bold;
    padding: 15px 15px 15px 30px;
  }
}

/* ------------------------------------------ナビ（サブタイトル） */
#nav .subtext {
  font-size: 1.2rem;
  color: #0081cc;
  display: block;
  width: 100%;
}

@media (max-width : 767px) {
  #nav .subtext {
    display: inline;
    padding-left: 10px;
    width: auto;
  }
}

/* ------------------------------------------Gナビ仕切り線 */
@media (min-width : 768px) {

  #nav .header_menu>li>a,
  #nav .header_menu>li:first-child>a {
    border: none;
    font-size: clamp(13px, 1.4vw, 18px);
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
  }

  #menu-header_menu>li:first-child>a span::after,
  #menu-header_menu>li>a span::before {
    position: absolute;
    content: "";
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: 1px;
    border-right: 1px solid #aaa;
  }

  #menu-header_menu>li:first-child>a span::after {
    left: 0;
    right: auto;
  }
}

/* ------------------------------------------その他 */
@media (min-width : 768px) {
  #nav .header_menu>li>.sub-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width : 767px) {
  #nav {
    margin: 0;
    padding: 0;
  }

  #nav .header_menu li a:hover {
    background: #aad6ea;
  }

  #nav .header_menu>li a:before {
    content: "―";
    padding-right: 4px;
  }

  #nav .header_menu .sub-menu li a,
  #nav .header_menu>li .sub-menu_wrap a {
    padding: 15px 15px 15px 2em;
  }

  #nav .header_menu .sub-menu li a:before {
    display: none;
  }

  #nav .header_menu .sub-menu li {
    position: relative;
  }

  #nav .header_menu .sub-menu li a:after {
    width: 4px;
    height: 4px;
  }
}

/* ------------------------------------
サイドバナー
------------------------------------ */
#totop {
  z-index: 1;
  transition: auto;
}

#conversion {
  position: relative;
  z-index: 1;
}

@media print,
screen and (min-width: 768px){
  #totop {
    border:1px solid #fff;
  border-bottom:none;
  }
}
@media print,
screen and (min-width: 768px) and (max-width: 1050px),
screen and (max-height: 730px) {
  .totop {
    width: 56px;
  }
}

@media (max-width : 767px) {
  #totop {
    bottom: 0;
    transition: none;
    display: block;
  }
#totop:hover {
  opacity:1;
}
  /* SP用 */
  .side_bnr {
    width: 100%;
  }
  .side_bnr_block li a:hover img {
    opacity: 1;
  }
}

/* ------------------------------------
フッター
------------------------------------ */
@media print,
screen and (min-width: 768px) {
  .footer_inner {
    width: 1200px;
    max-width: calc(100% - 40px);
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .footer .logo {
    width: 320px;
    max-width: 90%;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  #copyright {
    padding: 10px 60px 10px 20px;
    padding-bottom: 22vw;
    font-size: 16px;
  }
}

/* ---------------------
メインイメージ
------------------------ */
/* @media print,
screen and (min-width: 768px) {
  .mainimage {
    padding-bottom: 43%;
    background: url("../img/mainimage.jpg")no-repeat center / cover;
  }
}

.slick-dots li button:before {
  opacity: 1;
}

.mainimage .slick-dots li button:before {
  color: #747474;
}

.slick-dots li.slick-active button:before {
  color: #4c92d4;
} */

/* ------------------------------------
ぱんくず調整
------------------------------------ */
#breadcrumb {
  background: #fff;
  color: #888;
}

#breadcrumb a {
  color: #0081cc;
  text-decoration: underline;
}

#breadcrumb .current a {
  color: #888;
  text-decoration: none;
}

/* ------------------------------------
見出し調整
------------------------------------ */
.section h4:first-child {
  margin-top: 0;
}

.section h3+h4,
.section h4+h5 {
  margin-top: 24px;
}

/* ------------------------------------
ブログの見出し調整
------------------------------------ */
.post-type-archive h2 {
  color: #333333;
  font-size: 3.2rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  margin-top: 6.4rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .post-type-archive h2 {
    margin-top: 4rem;
  }
}

.post-type-archive h2 .subtext {
  color: #0081cc;
  display: block;
  font-size: 2rem;
  margin-top: 0.4rem;
}

.entry h3 {
  color: #59859e;
  display: block;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 4.56rem;
  padding: 5px 0 3px;
  position: relative;
  border-bottom: 2px solid #59859e;
  padding-left: 25px;
}

.entry h3::before {
  position: absolute;
  content: "";
  background: #59859e;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 70%;
  width: 7px;
  border-radius: 7px;
}


.entry h4 {
  color: #333333;
  display: table;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 2.56rem;
  position: relative;
}

.entry h4 {
  color: #0081cc;
  display: table;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 3.56rem;
  position: relative;
  padding-left: 25px;
}

.entry h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  width: 8px;
  height: 22px;
  background: url("../img/common/h4_img.png")no-repeat center / cover;
}

.entry h3+h4 {
  margin-top: 24px;
}

.entry h5 {
  position: relative;
  color: #0081cc;
  display: table;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 2.56rem;
  padding-left: 25px;
}

.entry h5::before {
  border: 3px solid #0081cc;
  top: 6px;
  left: 0;
  content: "";
  height: 12px;
  position: absolute;
  width: 12px;
  box-sizing: border-box;
}

.entry h4+h5 {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  h2.entry_title {
    font-size: 24px !important;
  }

  .entry h3 {
    font-size: 22px;
  }

  .entry h4 {
    font-size: 20px;
  }

  .entry h5 {
    font-size: 19px;
  }

  .entry h5 {
    font-size: 18px;
  }
}

/* ------------------------------
ボタン
  ------------------------------ */
.btnstyle {
  max-width: 100%;
  margin-top: 20px !important;
}

.btnstyle a {
  min-width: 0;
  width: 260px;
  max-width: 100%;
  text-decoration: none;
  margin: auto;
}

.btnstyle a:after {
  height: 6px;
  width: 6px;
  right: 1.5rem;
}

@media (min-width : 768px) {
  .btnstyle.wide a {
    width: 420px;
  }

  .btnstyle.left a {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .btnstyle a {
    padding: 5px 20px;
  }

  .btnstyle a::after {
    right: 1.4rem;
  }
}

@media (max-width : 767px) {
  .btnstyle a {
    margin: auto;
  }
}

/* ------------------------------------
余白
------------------------------------ */
h3+.clearfix,
h4+.clearfix,
h5+.clearfix,
h6+.clearfix {
  margin-top: 2.56rem;
}

#a01+.clearfix,
#a02+.clearfix,
#a03+.clearfix,
#a04+.clearfix,
#a05+.clearfix,
#a06+.clearfix,
#a07+.clearfix,
#a08+.clearfix,
#a09+.clearfix,
#a10+.clearfix,
#a11+.clearfix,
#a12+.clearfix,
#a13+.clearfix,
#a14+.clearfix {
  margin-top: 2.56rem;
}

#a01+h3,
#a02+h3,
#a03+h3,
#a04+h3,
#a05+h3,
#a06+h3,
#a07+h3,
#a08+h3,
#a09+h3,
#a10+h3,
#a11+h3,
#a12+h3,
#a13+h3,
#a14+h3 {
  margin-top: 2.56rem;
}

#a01+.box_border,
#a02+.box_border,
#a03+.box_border,
#a04+.box_border,
#a05+.box_border,
#a06+.box_border,
#a07+.box_border,
#a08+.box_border,
#a09+.box_border,
#a10+.box_border,
#a11+.box_border,
#a12+.box_border,
#a13+.box_border,
#a14+.box_border {
  margin-top: 2.56rem;
}

#a01+.box_bg,
#a02+.box_bg,
#a03+.box_bg,
#a04+.box_bg,
#a05+.box_bg,
#a06+.box_bg,
#a07+.box_bg,
#a08+.box_bg,
#a09+.box_bg,
#a10+.box_bg,
#a11+.box_bg,
#a12+.box_bg,
#a13+.box_bg,
#a14+.box_bg {
  margin-top: 2.56rem;
}

@media print,
screen and (min-width: 768px) {

  p+.box_bg,
  p+.box_border,
  p+.box_border-stripe {
    margin-top: 3em;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

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

.mt0 {
  margin-top: 0px !important;
}

.mt {
  margin-top: 24px !important;
}

@media only screen and (max-width: 767px) {

  .mb70,
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
}

/* ------------------------------------
テーブル調整
------------------------------------ */
table {
  margin-top: 24px;
}

table.table_timetable {
  margin-bottom: 10px;
}

table.table_timetable+p {
  margin-top: 0;
}

table.table_address th {
  border-top: 1px solid #0081cc;
  border-bottom: 1px solid #0081cc;
  color: #0081cc;
  font-weight: bold;
  text-align: left;
  padding-left: 1rem;
}

table.table_fee th,
table.table_fee td {
  vertical-align: middle;
}

@media (max-width : 767px) {
  .js-scrollable table {
    width: 767px;
  }

  p.sp.note {
    background: rgb(255 250 160);
    display: inline-block !important;
  }
}

table .ul_circle,
table .ul_square,
table .ul_dot,
table .ul_ring,
table .ul_check,
table .ul_triangle,
table .ul_arrow,
table .ul_circlegt {
  margin-top: 0rem;
}

table .ul_circle li:first-child,
table .ul_square li:first-child,
table .ul_dot li:first-child,
table .ul_ring li:first-child,
table .ul_check li:first-child,
table .ul_triangle li:first-child,
table .ul_arrow li:first-child,
table .ul_circlegt li:first-child {
  margin-top: 0;
}

/* ---------------------
メリットデメリット
------------------------ */
.ul_ring.merit li::before {
  width: 1.4rem;
  height: 1.4rem;
}

.ul_circle.demerit li {
  padding-left: 25px;
}

.ul_circle.demerit li::before {
  content: "\e14c";
  font-size: 140%;
  font-weight: bold;
  top: -0.2em;
  background: none;
  color: #04aac7;
  font-family: 'Material Icons';
}

/* ---------------------
ナンバー
------------------------ */
span.number {
  color: #123269;
  display: inline-block;
  font-size: 120%;
  font-weight: bold;
  padding-right: 15px;
  font-style: italic;
  vertical-align: middle;
}

/* ------------------------------------
アンカーリスト 調整
------------------------------------ */
section.anchor {
  padding-bottom: 0;
  padding-top: 0;
}

.link_anchor2 {
  padding: 3% 5%;
  border: 2px solid #0081cc;
  margin-top: 0 !important;
}

.link_anchor2 li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 1.5;
  margin: 0.7em 0;
}

.link_anchor2 li a {
  display: table;
}

.link_anchor2 a {
  color: #333333;
  position: relative;
  text-decoration: none;
  transition: .3s;
  padding-left: 36px;
}

.link_anchor2 a::after,
.link_anchor2 a::before {
  content: "";
  position: absolute;
  top: -0.05em;
  left: 0;
  margin: auto;
}

.link_anchor2 a::before {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background: #0081cc;
}

.link_anchor2 a::after {
  top: 0.55em;
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link_anchor2 a:hover {
  color: #0081cc;
  text-decoration: underline;
}

.link_anchor2.sub-anchor {
  background: #fff;
  margin-bottom: 6rem;
}

.link_anchor2.sub-anchor a::before {
  background: #0081cc;
}

@media only screen and (min-width: 768px) {

  .link_anchor2.link_col_2,
  .link_anchor2.link_col_3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link_anchor2.link_col_2 li,
  .link_anchor2.link_col_3 li {
    flex: 0 0 100%;
  }

  .link_anchor2.link_col_2 li {
    max-width: calc(100% / 2 - (1.6rem * 0.7));
  }

  .link_anchor2.link_col_2 li:not(:nth-child(2n)) {
    margin-right: 2.24rem;
  }

  .link_anchor2.link_col_3 li {
    max-width: calc(100% / 3 - (1.6rem * 0.7));
  }

  .link_anchor2.link_col_3 li:not(:nth-child(3n)) {
    margin-right: 1.68rem;
  }
}

@media only screen and (max-width: 767px) {
  .link_anchor2 a {
    padding-left: 30px;
  }

  .link_anchor2 a::before {
    width: 20px;
    height: 20px;
    top: 4px;
  }

  .link_anchor2 a::after {
    left: 6px;
    top: 11px;
    width: 4px;
    height: 4px;
  }
}

/* ---------------------
リスト
------------------------ */
.ul_check li {
  padding-left: 3rem;
}

.ul_check li::before {
  display: none;
}

.ul_check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  margin: 0 auto;
  width: 20px;
  height: 17px;
  border-radius: 3px;
  background: url("../img/check.png")no-repeat center / cover;
}

/* ------------------------------リスト2列 */
@media print,
screen and (min-width: 768px) {

  .list_col2,
  .list_col3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .list_col2 li {
    width: 49%;
    padding-right: 20px;
  }

  .list_col3 li {
    width: 32%;
    padding-right: 10px;
  }

  .list_col2 li.wide,
  .list_col3 li.wide {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {

  .sp_list_col2,
  .sp_link_col2,
  .sp_list_col3,
  .sp_link_col3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px !important;
  }

  .sp_list_col2 li,
  .sp_link_col2 li {
    width: 49%;
  }

  .sp_list_col3 li,
  .sp_link_col3 li {
    width: 32%;
  }

  .sp_list_col2 li.sp_wide,
  .sp_list_col3 li.sp_wide {
    width: 100%;
  }

  .link_anchor.sp_link_col2 a::after {
    right: 8px;
  }

  .link_anchor.sp_link_col2 a {
    padding: 1.28rem 26px 1.28rem 10px;
  }
}

/* ---------------------
ボックス
------------------------ */
h2+.box_bg,
h2+.box_border,
h2+.box_border-stripe {
  margin-top: 3.5em;
}

h3+.box_bg,
h3+.box_border,
h3+.box_border-stripe,
h4+.box_bg,
h4+.box_border,
h4+.box_border-stripe,
h5+.box_bg,
h5+.box_border,
h5+.box_border-stripe {
  margin-top: 1.5em;
}

h3+.columns .box_bg,
h3+.columns .box_border,
h3+.columns .box_border-stripe,
h4+.columns .box_bg,
h4+.columns .box_border,
h4+.columns .box_border-stripe,
h5+.columns .box_bg,
h5+.columns .box_border,
h5+.columns .box_border-stripe {
  margin-top: 1.5em;
}

.box_bg>*:first-child,
.box_border>*:first-child,
.box_border-stripe>*:first-child {
  margin-top: 0;
}

.section>.columns.box_bg,
.section_bg>.columns .box_bg,
.section>.columns .box_border,
.section_bg>.columns .box_border,
.section>.columns .box_border-stripe,
.section_bg>.columns .box_border-stripe {
  margin-top: 24px;
}

.section_bg .box_border,
.section_stripe .box_border,
.box_bg .box_border {
  background: #fff;
}

.section_bg .box_bg .box_bg,
.section_stripe .box_bg .box_bg,
.section_bg .box_border .box_bg,
.section_stripe .box_border .box_bg {
  background: #fdf1ed;
}

.section_bg .box_border {
  border: solid 5px #faf4f1;
}

.box_bg .box_flow2::after {
  border-top: 3rem solid #ccc;
}

.section_bg .box_bg .box_flow::after,
.section_stripe .box_bg .box_flow::after {
  border-top-color: #ccc;
}

@media print,
screen and (min-width: 768px) and (max-width: 1239px) {

  .box_bg,
  .box_border,
  .box_border-stripe {
    padding: 4rem 3.6rem;
  }
}

@media (max-width : 767px) {

  .box_bg,
  .box_border {
    padding: 20px 10px;
    margin-top: 2rem;
  }

  .box_border-stripe {
    padding: 3.2rem 20px;
  }

  .box_flow .title .step {
    display: inline-block;
  }
}

/* ------------------------------------
流れ調整
------------------------------------ */
@media only screen and (max-width: 767px) {
  .box_flow .title {
    font-size: 2.2rem;
  }
}

.box_flow2 h3:first-child {
  margin-top: 0;
}

.box_flow2 h3 {
  background: none !important;
  padding: 0 !important;
  border: none !important;
}

.box_flow2 h3:before {
  display: none;
}

.box_flow2 .title {
  position: relative;
  padding-left: 2em !important;
}

.box_flow2 .title .step {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 80%;
  display: inline-block;
  padding: 4px 11px 0;
  line-height: 1.5;
}

.box_flow2::after {
  bottom: -9rem;
  border: 4rem solid transparent;
  border-top: 3rem solid #59859e;
}

@media only screen and (max-width: 767px) {
  .box_flow2:not(:first-child) {
    margin-top: 24px;
  }

  .box_flow2 .title .step {
    padding: 4px 1.3rem 2px;
  }

  .box_flow2 h3.title {
    font-size: 2.2rem;
  }
}

/* ------------------------------------
qa調整
------------------------------------ */
.box_faq .question:hover {
  cursor: pointer;
}

.box_faq {
  margin-bottom: 0;
}

.box_faq p:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .box_faq {
    padding: 0 0 1rem;
    margin: 1.5rem 0 0;
  }

  .box_faq .question {
    font-size: 1.8rem;
    padding-top: 5px;
  }

  .box_faq .question p {
    padding-right: 25px;
  }

  .box_faq .question p::before,
  .box_faq .question p::after {
    width: 20px;
    height: 2px;
  }

  .box_faq .question::before,
  .box_faq .answer::before {
    width: 32px;
    height: 32px;
    line-height: 1.7;
    font-size: 2rem;
  }

  .box_faq .question,
  .box_faq .answer {
    padding-left: 42px;
  }

  .box_faq .answer {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .box_faq .answer::before {
    top: 6px;
    left: 10px;
  }
}

/* ---------------------
汎用
------------------------ */
.color01 {
  color: #0081cc;
}

.color02 {
  color: #0081cc;
}

.emp {
  color: red;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.catch {
  font-size: 24px;
  font-weight: bold;
}

.catch {
  font-size: 24px;
  font-weight: bold;
  color: #59859e;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media only screen and (max-width: 767px) {
  .catch {
    font-size: 2rem;
  }
}

.line01 {
  background: -webkit-linear-gradient(180deg, transparent 60%, #c5deee 60%, #c5deee 90%, transparent 90%);
  background: -moz-linear-gradient(180deg, transparent 60%, #c5deee 60%, #c5deee 90%, transparent 90%);
  background: linear-gradient(180deg, transparent 60%, #c5deee 60%, #c5deee 90%, transparent 90%);
}

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

.font-small {
  font-size: 70%;
}

a.text-link {
  color: #333333;
}

a.text-link:hover {
  color: #59859e;
}

.underline {
  font-weight: bold;
  background: -webkit-linear-gradient(180deg, transparent 50%, #59859e 50%);
  background: -moz-linear-gradient(180deg, transparent 50%, #59859e 50%);
  background: linear-gradient(180deg, transparent 50%, #59859e 50%);
}

/* ---------------------
画像
------------------------ */
figure {
  text-align: center;
}

body a img {
  transition: .3s;
}

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

/* --------------------キャプション */
.wp-caption {
  width: auto !important;
  max-width: 100% !important;
  text-align: center;
}

.wp-caption-text {
  text-align: center;
  margin-top: 10px !important;
}

@media print,
screen and (min-width: 768px) {
  .alignright {
    max-width: 34% !important;
  }

  .columns.col2>.wp-caption {
    width: 48% !important;
  }

  .columns.col3>.wp-caption {
    width: 32% !important;
  }
}

@media only screen and (max-width: 767px) {
  .wp-caption:last-child {
    margin-bottom: 0;
  }
}

/*==========================
   Googlemap
==========================*/
.googlemap {
  padding-top: 35%;
}

@media only screen and (max-width: 767px) {
  .googlemap {
    padding-top: 50%;
  }
}

/*==========================
   リンクボックス
==========================*/
.link_box {
  position: relative;
  transition: .3s;
}

.link_box:hover {
  opacity: .7;
}

.link_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.link_box a span.link {
  display: none;
}

/*==========================
	お問い合わせページ (Contact Form 7)
==========================*/
.section_contact {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

.wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #cccccc;
}

.wpcf7 dl dt,
.wpcf7 dl dd {
  padding: 10px 5px;
  box-sizing: border-box;
  width: calc(100% - 14em);
}

.wpcf7 dl dt {
  width: 14em;
  border-bottom: 1px dashed #cccccc;
}

.wpcf7 dl dd {
  border-bottom: 1px dashed #cccccc;
}

.wpcf7 .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}

.wpcf7 .ex,
.wpcf7 .subtxt {
  font-size: 75%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}

.wpcf7 .requisite,
.wpcf7 .attention {
  color: #f45000;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #f45000;
  display: block;
}

.wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
}

.wpcf7 dl dd input.box-small {
  width: 150px;
}

.wpcf7 dl dd input.wpcf7-date {
  width: 117px;
}

.wpcf7 dl dd.radio01 input {
  max-width: 48%;
  width: auto;
}

.wpcf7 dl dd .radio input,
.wpcf7 dl dd .heckbox input {
  width: auto;
}

.wpcf7 dl dd .radio01 span.wpcf7-list-item,
.wpcf7 dl dd .sexes span.wpcf7-list-item,
.wpcf7 dl dd .correspondence span.wpcf7-list-item,
.wpcf7 dl dd .course span.wpcf7-list-item,
.wpcf7 dl dd .health-insurance span.wpcf7-list-item {
  display: block;
}

.mainblock .wpcf7 dl dd p {
  margin-bottom: 0;
}

.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wpcf7 dl dd.radio input,
.wpcf7 dl dd.checkbox input {
  width: inherit;
  height: inherit;
  vertical-align: text-top;
  padding: 0.6em 0 0;
  line-height: 1.6em;
}

.wpcf7 dl dd.age input {
  width: 80px;
  margin-right: 5px;
}

.wpcf7 dl dd .wpcf7-list-item {
  margin-right: 10px;
}

.wpcf7 .btn-style {
  text-align: center !important;
}

.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.4em;
  margin-top: 20px;
}

.btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

.wpcf7 dl dd .wpcf7-radio input,
.wpcf7 dl dd .wpcf7-checkbox input {
  width: 20px;
}

.wpcf7 dl dd .wpcf7-radio,
.wpcf7 dl dd .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.wpcf7-free-text {
  width: 150px !important;
}

.wpcf7 dl dd .wpcf7-checkbox .wpcf7-free-text {
  width: 150px;
}

.wpcf7-select {
  font-size: 1.6rem;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-file {
  margin: 10px;
}

.span.wpcf7-not-valid-tip {
  display: inline-block;
  margin-left: 10px;
}

.wpcf7 dl .subtext {
  font-size: 80%;
  color: #999;
}

.wpcf7 dl p {
  margin: 0;
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

@media screen and (min-width: 768px) {
  .wpcf7 dl {
    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;
  }
}

@media screen and (max-width: 767px) {

  .wpcf7 dl dt,
  .wpcf7 dl dd {
    padding: 20px 5px;
  }

  .wpcf7 dl dt {
    border-bottom: none;
    margin-bottom: 0em;
    padding-bottom: 2px;
    width: 100%;
  }

  .wpcf7 dl dd {
    width: 100%;
    padding-left: 5px;
    padding-top: 5px;
  }

  .wpcf7 dl dd input,
  .wpcf7 dl dd textarea {
    border: 1px solid #cccccc;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}

/*==========================
	news調整
==========================*/
@media (max-width : 767px) {
  .section_news dd {
    padding-top: 0;
  }
}

/* 上下にボーダーがあるやつ */
.section_news dt,
.section_news dd {
  padding: 12px 1em;
  border-bottom: #cccccc solid 1px;
}

.section_news dd {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 768px) {
  .section_news dl {
    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;
  }

  .section_news dt {
    width: 120px;
  }

  .section_news dd {
    width: calc(100% - 120px);
  }
}

@media (max-width : 767px) {
  .section_news dt {
    border-bottom: none;
    padding-bottom: 0;
  }

  .section_news dd {
    border-top: none;
    padding-top: 0;
    padding-left: 1em;
  }
}

/*==========================
flex設定（上書き用）
==========================*/
@media screen and (min-width: 768px) {
  .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .columns.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .columns.jcs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns.jcc {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .columns.jce {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .columns.ais {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns.aie {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .columns.reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .columns.col2 {
    gap: 40px;
  }

  .columns.col2>* {
    width: calc((100% - 40px)/2);
  }

  .columns.col3 {
    gap: 40px;
    justify-content: flex-start;
  }

  .columns.col3>* {
    width: calc((100% - 80px)/3);
  }

  .columns.col4 {
    gap: 20px;
    justify-content: flex-start;
  }

  .columns.col4>* {
    width: calc((100% - 60px)/4);
  }
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .columns.col2 {
    gap: 0 30px;
  }

  .columns.col2>* {
    width: calc((100% - 30px)/2);
  }

  .columns.col3 {
    gap: 0 15px;
  }

  .columns.col3>* {
    width: calc((100% - 30px)/3);
  }

  .columns.col4 {
    gap: 0 10px;
  }

  .columns.col4>* {
    width: calc((100% - 30px)/3);
  }
}

@media (max-width : 767px) {
  .sp_columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 0 10px;
  }

  .sp_columns.col2>*,
  .sp_columns.col3>*,
  .sp_columns.col4>*,
  .sp_columns.col5>*,
  .sp_columns.col6>* {
    width: calc((100% - 10px) / 2);
  }
}

/*==========================
下層セクション余白（上書き用）
==========================*/
.section {
  padding-top: 1.6rem;
  padding-bottom: 10rem;
}

@media only screen and (max-width: 767px) {
  .section {
    padding-top: 1rem;
    padding-bottom: 5.5rem;
  }
}

/*==========================
 ボタン横並び
==========================*/
@media only screen and (min-width: 767px) {
  .columns.btn_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
  }

  .columns.btn_box>.btnstyle {
    margin-top: 0;
  }

  .columns.btn_box>.btnstyle a {
    height: 100%;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .btn_box .btnstyle a {
    min-width: 260px;
  }
}

/*==========================
下層スライダー
==========================*/
@media print,
screen and (min-width: 768px) {
  .slide_wrap {
    width: 1200px;
    max-width: 100%;
    margin: 24px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .slide_wrap_vertical .slide_thumb .item {
    width: 24%;
    max-width: 24%;
  }
}

@media screen and (max-width: 767px) {
  .slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
    margin-right: 1%
  }

  .slide_wrap_vertical .slide_thumb .item:nth-child(4n) {
    margin-right: 0;
  }
}

/*==========================
※印
==========================*/
.ul_mark li {
  position: relative;
  padding-left: 1.2em;
}

.ul_mark li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*==========================
フッターサイトマップ
==========================*/
#footer .sitemap_link {
  text-align: center;
  margin: 50px 0 30px;
}

#footer .sitemap_link a {
  position:
    relative;
  padding-left: 1em;
}

#footer .sitemap_link a:hover {
  color: #569446;
  text-decoration: underline;
}

#footer .sitemap_link a:before {
  content: "＞";
}

/* 230906 DR.BRIDGE start */

@media only screen and (max-width: 767px) {
.sp_nav .header_nav-item img.icl-Reserve {
    max-width: 100%;
}	
}


/* 230906 DR.BRIDGE end */


/* clinic_bnr */
.clinic_bnr_list {
  background: #F3F2F1;
  font-feature-settings: 'palt' on;
  padding: 40px 24px;
  margin-bottom: 3em;
}

.clinic_bnr_title {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-left: 8px solid #504C48;
  padding-left: 12px;
}
.mce-content-body .clinic_bnr_title {
  margin-bottom: 32px;
}

.clinic_bnr {
  display: flex;
  gap: 32px;
}
.clinic_bnr li {
  flex: 1 1 auto;
  width: 100%;
}
.clinic_bnr a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  border-bottom: 1px solid #504C48;
  padding-bottom: 8px;
  text-decoration: none;
  position: relative;
}
.clinic_bnr a::after {
  position: absolute;
  content: "";
  background: url(../../../hojin/assets/img/common/icon-arrow-r.svg) no-repeat center center / 28px;
  width: 28px;
  height: 5px;
  bottom: 16px;
  right: 8px;
  transition: right .3s;
}
.clinic_bnr a:hover::after {
  right: 3px;
}
.clinic_bnr a .img {
  width: 96px;
  border-radius: 2px;
  overflow: hidden;
}
.clinic_bnr a img {
  transition: scale .3s;
}
.clinic_bnr a:hover img {
  transition: scale .3s;
  scale: 1.1;
  opacity: 1;
}
.clinic_bnr a .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
  padding: 0 8px 13px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.07em;
}
.clinic_bnr a .txt .sub {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .clinic_bnr {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .clinic_bnr_list {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 6em;
  }
  .clinic_bnr li {
    max-width: 298px;
  }
  .clinic_bnr a .txt {
    font-size: 20px;
  }
  
}
/* icl-lp対応 */
.clinic_bnr_list {
  max-width: 1040px;
  margin-inline: auto;
}
.clinic_bnr_list ul {
  flex-wrap: wrap;
}
.clinic_bnr_list a {
  color: #504C48;
}
section .clinic_bnr_list:last-child {
  margin-bottom: 0;
}
.mce-content-body .clinic_bnr_title {
  margin-top: 0;
}
.page-name-icl-lp .clinic_bnr_list {
  margin-top: 3em;
}

