@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  background: #fff;
  font-size: 16px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #333333;
}

a {
  -webkit-transition: 0.3s;
  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;
  -ms-flex: 1;
  flex: 1;
}

.columns_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .columns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .columns.columns_2,
  .columns.columns_3,
  .columns.columns_4,
  .columns.columns_5,
  .columns.columns_6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns.columns_2 > *,
  .columns .col_2 {
    width: calc((100% - 30px) / 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 > *: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: 30px;
  }

  .columns.sp_columns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .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% - 30px) / 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 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sp-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.sp-columns_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -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) {
  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: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ddd;
  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 {
  -webkit-animation: loading_wrapper 1s linear 0s 1 normal;
          animation: loading_wrapper 1s linear 0s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes loading_wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading_wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  padding: 25px 0;
}

@media print, screen and (min-width: 768px) {
  .header .header_inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .header .header_logo {
    margin-right: 40px;
    margin-left: 30px;
  }

  .header .site_info {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header .header_logo {
    margin-left: auto;
    text-align: center;
  }
}
.sp_nav {
  background: #fff;
  padding: 10px 0;
  text-align: center;
}

.sp_nav.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.sp_nav .header_nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.sp_nav .header_nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.sp_nav .header_nav-item a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #eee;
  color: #333333;
  text-decoration: none;
}

.sp_nav .header_nav-item:first-child a {
  border-left: none;
}

.sp_nav .header_nav-item span {
  -webkit-box-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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -ms-align-content: space-evenly;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-align: 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.7);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

#nav {
  padding: 20px 0;
  background: #013d7a;
  margin-bottom: 0;
}

#nav .header_menu {
  position: relative;
}

#nav .header_menu a {
  display: block;
  text-decoration: none;
  line-height: 1.5;
  font-family: 'Zen Maru Gothic', sans-serif;
}

@media print, screen and (min-width: 768px) {
  #nav .header_menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }

  #nav .header_menu > li {
    width: 18%;
    padding: 5px 0;
    text-align: center;
  }
  #nav .header_menu > li:first-child {
    width: 32%;
  }

  #nav .header_menu > li.nav03 {
    width: 22%;
  }

  #nav .header_menu > li.nav04 {
    width: 24%;
  }

  #nav .header_menu > li.menu-item-has-children {
    position: relative;
  }

  #nav .header_menu > li > a {
    padding: 0 2px;
    color: #fff;
    position: relative;
  }

  #nav .header_menu > li > a::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  #nav .header_menu > li:hover > a {
    color: #fff;
  }

  #nav .header_menu > li:hover > a::after {
    left: 0;
    width: 100%;
  }

  #nav .header_menu > li > .sub-menu,
  #nav .header_menu > li > .sub-menu_wrap {
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 95%;
    -webkit-transition: 0.1s;
    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: #013d7a;
    text-align: left;
  }

  #nav .header_menu > li > .sub-menu {
    width: 200px;
    min-width: 100%;
  }

  #nav .header_menu > li > .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }

  #nav .header_menu > li > .sub-menu a {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 15px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  #nav .header_menu > li > .sub-menu a:hover {
    background: #a8c9ea;
  }

  #nav .header_menu > li > .sub-menu_wrap {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 20px;
  }

  #nav .header_menu > li > .sub-menu_wrap .sub-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #nav .header_menu > li > .sub-menu_wrap .sub-menu a {
    padding: 0 10px;
    -webkit-transition: 0.2s;
    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: 10px;
    padding-top: 10px;
  }

  #nav .header_menu > li.active > .sub-menu a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #nav .header_menu {
    background: #fff;
    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 .menu-item {
    border-top: 1px solid #eee;
  }

  #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 #013d7a;
    border-right: solid 2px #013d7a;
    -webkit-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);
    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);
    transform: rotate(-135deg);
  }

  #nav .header_menu .sub-menu li {
    border-top: 1px solid #eee;
    background: #f1f1f1;
  }

  #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 {
  font-weight: bold;
  background: url("../img/footer_bg.jpg") no-repeat center/cover;
  color: #fff;
  padding: 100px 0;
}

.footer a {
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .footer {
    background: url("../img/sp_footer_bg.jpg") no-repeat center/cover;
    padding-top: 40px;
  }
}
.footer h3 {
  color: #013d7a;
  font-size: 2rem;
  margin-bottom: 15px;
}

.footer .footer_sitemap {
  -webkit-box-flex: 3;
      -ms-flex: 3 0 0px;
          flex: 3 0 0;
  line-height: 1.5;
}

.footer .footer_sitemap div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.footer .footer_sitemap div:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 0px;
          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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .footer_menu a::before {
  height: 4px;
  width: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #55abe4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  left: 0;
  margin-top: -4px;
  position: absolute;
  top: 1em;
  top: 0.75em;
}

.footer .footer_menu a:hover {
  color: #55abe4;
}

@media print, screen and (min-width: 768px) {
  .footer .footer_sitemap {
    margin-right: 10px;
  }

  .footer .footer_menu2 {
    -webkit-column-count: 2;
            column-count: 2;
  }

  .footer .footer_sitemap.columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer p.footer_bnr {
    width: 100%;
  }
}
.footer .footer_address {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 0px;
          flex: 2 0 0;
}

.footer .logo {
  margin-bottom: 0;
}

.footer table.address {
  margin-bottom: 50px;
  margin-top: 15px;
}

.footer table.address th,
.footer table.address td {
  padding: 18px 0px;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
}

.footer table.address th {
  text-align: left;
  padding: 18px 18px;
  width: 7em;
}

.footer table.timetable {
  margin-bottom: 5px;
}

.footer table.timetable th,
.footer table.timetable td {
  padding: 6px 0;
  line-height: 1.4;
}

.footer a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer a:hover img {
  opacity: 0.7;
}

#copyright {
  background: #013d7a;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #copyright {
    padding: 15px 0 15vw;
  }
}
#totop {
  bottom: 10px;
  display: none;
  position: fixed;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#totop:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  #totop {
    width: 50px;
    bottom: 17vw !important;
  }
}
#totop .totop_inner {
  background: #013d7a;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-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 {
  position: fixed;
  right: 0;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .side_bnr {
    top: 145px;
    width: 70px;
  }

  .side_bnr li + li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1500px) {
  .side_bnr {
    width: 110px;
    top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .side_bnr {
    bottom: 0;
    width: 100%;
  }

  .side_bnr .side_bnr_block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
.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: #013d7a;
  text-decoration: underline;
}

.mce-content-body a:hover {
  color: #013d7a;
  text-decoration: none;
}

.mce-content-body a img {
  -webkit-transition: 0.3s;
  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 #eee;
}

.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: 2.4rem;
  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;
  -webkit-transform: rotate(-180deg);
          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 #ddd;
  padding: 1rem;
}

.mce-content-body table:not(.table_address):not(.table_timetable):not(.table_fee) thead th {
  background: #013d7a;
  color: #fff;
}

.mce-content-body table:not(.table_address):not(.table_timetable):not(.table_fee) tbody th {
  background: #008dfd;
  color: #fff;
}

.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: 'Zen Maru Gothic', sans-serif;
}

.link_anchor li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  line-height: 1.5;
  margin-top: 2.24rem;
}

.link_anchor li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.link_anchor a {
  background: #fff;
  color: #013d7a;
  border: 1px solid #013d7a;
  border-radius: 0;
  padding-bottom: 1.28rem;
  padding-left: 2.4rem;
  padding-right: 4.8rem;
  padding-top: 1.28rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link_anchor a::after,
.link_anchor a::before {
  content: "";
  position: absolute;
  top: 50%;
}

.link_anchor a::before {
  background: #013d7a;
  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: #013d7a;
  color: #fff;
}

.link_anchor a:hover::before {
  background: #fff;
}

.link_anchor a:hover::after {
  border-color: #013d7a;
}

.link_anchor.link_col_2,
.link_anchor.link_col_3 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            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: 2.4rem;
}

.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: 1.2rem;
  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 {
  -webkit-box-sizing: border-box;
          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: 2.4rem;
}

@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: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -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: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -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 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.ul_circle li::before {
  border-radius: 50%;
  background: #f9ba18;
  height: 10px;
  left: 0;
  top: 0.45em;
  width: 10px;
}

.ul_square li::before {
  background: #013d7a;
  height: 0.8rem;
  left: 0;
  top: 0.5em;
  width: 0.8rem;
}

.ul_dot li::before {
  border-radius: 50%;
  background: #013d7a;
  height: 0.4rem;
  left: 0.4rem;
  top: 0.6em;
  width: 0.4rem;
}

.ul_ring li::before {
  border-radius: 50%;
  border: 2px solid #013d7a;
  height: 1rem;
  left: 0;
  top: 0.4em;
  width: 1rem;
}

.ul_check li::before {
  border-right: 2px solid #cc0000;
  border-bottom: 2px solid #cc0000;
  height: 12px;
  left: 4px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 0.4em;
  width: 7px;
}

.ul_triangle li::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #013d7a;
  top: 0.5em;
}

.ul_arrow li::before {
  background: #013d7a;
  height: 1px;
  left: 3px;
  margin-top: 3px;
  top: 0.5em;
  width: 7px;
}

.ul_arrow li::after {
  border-top: 1px solid #013d7a;
  border-right: 1px solid #013d7a;
  height: 7px;
  left: 3px;
  top: 0.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

.ul_circlegt li::before {
  background: #013d7a;
  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: #013d7a;
  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: 2.4rem;
}

.section hr {
  margin-bottom: 10rem;
  margin-top: 10rem;
  max-width: 1200px;
}

.section_bg {
  background: #a8c9ea;
}

.section_stripe {
  background-color: #eff4f8;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #a8c9ea), color-stop(0.5, transparent), to(transparent));
  -webkit-background-size: 10px;
}

.box_bg,
.box_border,
.box_border-stripe {
  border-radius: 20px;
  margin-top: 40px;
  padding: 40px 4%;
}

@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border,
  .box_border-stripe {
    padding: 3.2rem;
    padding-top: 2.4rem;
  }
}
.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: 2.4rem;
}

.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: #f7f7f7;
}

.box_border {
  border: 5px solid #deeef6;
}

.section_bg .box_bg,
.section_stripe .box_bg,
.section_bg .box_border,
.section_stripe .box_border {
  background: #fff;
}

.box_border-stripe {
  background-image: linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  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: #f7f7f7;
  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: #f7f7f7;
  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: #f7f7f7;
}

.box_bg .box_flow .section_bg::after,
.box_bg .box_flow .section_stripe::after {
  border-top-color: #f7f7f7;
}

.box_flow .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: left;
}

.box_flow .title .num {
  color: #013d7a;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1.1;
  padding-right: 5px;
}

.box_flow .title .step {
  background: #013d7a;
  border-radius: 3px;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          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: #013d7a;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    -webkit-box-align: 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 #eee;
  }
}
.box_flow2 {
  background: #fff;
  border: 6px solid #eee;
  border-radius: 1rem;
  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: #eee;
  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: #55abe4;
  border-radius: 0;
  color: #fff;
  display: table;
  font-size: 1.6rem;
  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 #ddd;
  border-top: 1px solid #ddd;
  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;
  border-collapse: separate;
  border-spacing: 0 1px;
}

table.table_timetable th, table.table_timetable td {
  background: rgba(255, 255, 255, 0.75);
  padding: 10px .2rem;
  text-align: center;
  color: #333;
  vertical-align: middle;
}

table.table_timetable thead th {
  background: #013d7a;
  color: #fff;
}

table.table_timetable thead th:first-child {
  width: 30%;
}

table.table_timetable tbody th {
  text-align: center;
  color: #333;
  line-height: 1.2;
}

table.table_timetable tbody th .text-small {
  font-size: 12px;
}

table.table_timetable .consul {
  color: #013d7a;
}

@media print, screen and (min-width: 768px) and (max-width: 1239px) {
  table.table_timetable {
    font-size: 82%;
  }
}
@media print, screen and (max-width: 767px) {
  table.table_timetable thead th:first-child {
    width: 8em;
  }
}
table.table_fee {
  table-layout: fixed;
}

table.table_fee th, table.table_fee td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: left;
  line-height: 1.6;
}

table.table_fee thead th {
  background: #55abe4;
  color: #fff;
  text-align: center;
}

table.table_fee tbody th {
  background: #eff7fc;
  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 #ddd;
    text-align: left;
  }

  table.table_fee th,
  table.table_fee td {
    padding: 15px 5px;
  }
}
.js-scrollable,
.js-scrollable_pc {
  margin-top: 2.4rem;
}

.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: "";
  -webkit-filter: blur(5px);
          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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-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;
  -ms-flex: 1;
  flex: 1;
  font-size: 3.6rem;
  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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#breadcrumb li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-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: #013d7a;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: table;
  line-height: 1.5;
  min-width: 280px;
  padding: 10px 50px;
  position: relative;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btnstyle.orange a {
  background: #f9ba18;
}

.btnstyle a:hover {
  color: #fff;
  opacity: 0.7;
}

.btnstyle a::after {
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 4px;
  margin-top: -3px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 20px;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

.slide_main {
  position: relative;
}

.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  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;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 30px;
}

.slide_thumb .item {
  position: relative;
  -webkit-transition: 0.3s;
  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 #013d7a;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slide_thumb .item img {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-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%;
    -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 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.8rem;
  margin-bottom: 2.8rem;
}

.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: century-gothic, sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 2rem;
  height: 4rem;
  line-height: 4rem;
  position: absolute;
  width: 4rem;
  top: 0;
  text-align: center;
  left: 0;
}

.box_faq .question {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #013d7a;
}

.box_faq .question p {
  padding-right: 2rem;
  position: relative;
}

.box_faq .question p::before,
.box_faq .question p::after {
  position: absolute;
  content: "";
  top: 1.2rem;
  right: 0;
  background: #013d7a;
  border-radius: 1px;
  width: 1.6rem;
  height: 0.3rem;
}

.box_faq .question p::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box_faq .question p.open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.box_faq .answer {
  display: none;
  padding-top: 30px;
}

.box_faq .answer::before {
  content: "A";
  color: #55abe4;
  background: #e6f3fb;
  top: 30px;
}

.point_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          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 {
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.notice_box .notice_title {
  background: #a8c9ea;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-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: #013d7a;
  display: block;
  position: relative;
  text-align: center;
}

.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #013d7a;
  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;
    -ms-flex: 5;
    flex: 5;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-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 #ddd;
}

.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}

.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 2rem 4rem 2rem 2rem;
  -webkit-transition: 0.3s;
  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: #013d7a;
  background: #a8c9ea;
}

.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 1.6rem;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #013d7a;
  border-right: 2px solid #013d7a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* mainimage */
#main_slider img {
  width: 100%;
}

.mainimage {
  position: relative;
}

.mainimage .main_copy {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .mainimage {
    background: url(../img/mainimage01.jpg) no-repeat center/cover;
    padding-top: 44%;
  }
}
@media only screen and (max-width: 767px) {
  .mainimage .main_copy {
    max-width: 100%;
    left: 0;
    bottom: 0;
  }
}
.mainimage .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mainimage .slick-dots {
  display: none !important;
  position: relative;
  bottom: 0;
  padding: 10px 0 20px;
}

.mainimage .slick-dots li {
  margin: 0 10px;
}

.mainimage .slick-dots li button {
  position: relative;
  padding: 0;
}

.mainimage .slick-dots li button:before {
  color: #cfcfcf;
  content: "●";
  font-family: sans-serif;
  font-size: 18px;
  opacity: 1;
}

.mainimage .slick-dots li.slick-active button:before {
  color: #83ba66;
}

@media print, screen and (min-width: 767px) and (max-width: 1239px) {
  .mainimage .slider_01 p, .mainimage .slider_02 p, .mainimage .slider_03 p {
    padding-bottom: 66.42%;
    height: 0;
  }
}
.section_news dt {
  color: #013d7a;
  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: #013d7a;
}

.section_news .btnstyle {
  position: absolute;
  top: 54px;
  right: 40px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .section_news .btnstyle {
    top: 32px;
    right: 20px;
  }
}
.section_news .btnstyle a {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 2px;
  padding-top: 2px;
  width: 60px;
}

.section_news .btnstyle a::after {
  right: 8px;
}

.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: 2.2rem;
  margin-top: 4.8rem;
}

.entry_title a {
  color: #333333;
  text-decoration: none;
}

.entry_title a:hover {
  color: #013d7a;
}

.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: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.entry_date {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.408rem;
}

.entry_date .material-icons {
  color: #013d7a;
  font-size: 1.6rem;
  margin-right: 8px;
}

.archive .box_entry-news .entry_date {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: 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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.408rem;
  line-height: 1.1;
  margin-top: 0.8rem;
}

.post-categories .material-icons {
  color: #013d7a;
  font-size: 1.6rem;
  margin-right: 8px;
}

.post-categories a {
  color: #013d7a;
  display: block;
  margin-right: 4px;
  text-decoration: none;
}

.box_entry-item .post-categories {
  margin-top: 0;
}

.pagenav_single {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  border-top: 1px solid #eee;
  font-size: 1.408rem;
  line-height: 1.5;
  margin-top: 3.4rem !important;
  padding-top: 2.8rem;
}

.pagenav_single a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  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 #eee;
  padding-bottom: 4.8rem;
}

.box_entry-item:first-child {
  padding-top: 1.6rem;
}

.box_entry-news .archive {
  border-bottom: 1px solid #eee;
  padding-bottom: 8rem;
}

.pagenav_archive {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: 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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 2rem;
}

.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}

.pagenav_archive .page-numbers:hover {
  background: #013d7a;
  border: 1px solid #013d7a;
  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 #eee;
}

#post_aside .category_list a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          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: #013d7a;
}

#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 #eee;
}

#post_aside .latestpost_list a {
  color: #333333;
  display: table;
  line-height: 1.5;
  padding: 0.4rem 0.8rem 0.4rem 2.4rem;
  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: #013d7a;
}

#post_aside .latestpost_list a:hover::before {
  color: #013d7a;
}

/* ----------------------------------テンプレ調整用追加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) {
  #nav.fixed {
    -webkit-box-shadow: 0 0 5px #eee;
            box-shadow: 0 0 5px #eee;
  }
}
/* ---------------------
リンク
------------------------ */
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: none;
  }
}
a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #013d7a;
}

/* ------------------------------------
タブレットのみ表示
------------------------------------ */
.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;
}

/* ---------------------
ヘッダー
------------------------ */
@media only screen and (max-width: 767px) {
  .header {
    padding: 20px 0 0;
  }

  .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 {
    font-size: 14px;
  }
}
/* ---------------------
ナビ
------------------------ */
/* ------------------------------------------サブメニュー用矢印 */
@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 #333333;
    border-right: 1px solid #333333;
    content: "";
    height: 4px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    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 a {
    position: relative;
    font-weight: bold;
    color: #013d7a;
    border-bottom: 1px solid #013d7a;
    padding: 10px 10px 10px 20px;
    margin-bottom: 10px;
    width: 100%;
  }

  #nav .header_menu > li.active > .sub-menu_wrap .ttl a:before {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-right: 7px solid #013d7a;
    border-top: 7px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #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: 1em;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-right: 7px solid #013d7a;
    border-top: 7px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav .header_menu > li > .sub-menu a:hover,
  #nav .header_menu > li > .sub-menu_wrap a:hover {
    background: #a8c9ea;
  }
}
@media (max-width: 767px) {
  #nav .header_menu .sub-menu_wrap .ttl a {
    border-top: 1px solid #eee;
    background: #bfe0fd;
    padding: 15px 15px 15px 30px;
  }

  #nav .header_menu .sub-menu_wrap .ttl a:hover {
    background: #a8c9ea;
  }
}
/* ------------------------------------------ナビ（サブタイトル） */
#nav .subtext {
  font-size: 12px;
  color: #fff;
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  #nav .subtext {
    display: inline;
    padding-left: 10px;
    color: #013d7a;
  }
}
/* ------------------------------------------Gナビ仕切り線 */
@media (min-width: 768px) {
  #nav .header_menu > li > a,
  #nav .header_menu > li:first-child > a {
    border: none;
  }

  #menu-header_menu > li:first-child > a span::after,
  #menu-header_menu > li > a span::before {
    position: absolute;
    content: "";
    right: -1px;
    top: 0px;
    height: 40px;
    width: 1px;
    border-right: 1px solid #ccc;
  }

  #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 only screen and (max-width: 1239px) and (min-width: 768px) {
  #nav .header_menu > li > .sub-menu a,
  #nav .header_menu > li > .sub-menu_wrap .sub-menu a {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  #nav {
    margin: 0;
    padding: 0;
  }

  #nav .header_menu li a:hover {
    background: #a8c9ea;
  }

  #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: 2;
  -webkit-transition: auto;
  transition: auto;
}

#conversion {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  #totop {
    bottom: 10px;
    -webkit-transition: none;
    transition: none;
  }

  /* SP用 */
  .side_bnr {
    width: 100%;
  }

  .side_bnr_block li {
    width: 50%;
  }

  .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;
  }

  .footer .columns.col2 {
    gap: 80px;
  }

  .footer .columns.col2 > * {
    width: calc((100% - 80px)/2);
  }
}
@media only screen and (max-width: 1239px) and (min-width: 768px) {
  .footer .columns.col2 {
    gap: 30px;
  }

  .footer .columns.col2 > * {
    width: calc((100% - 30px)/2);
  }

  table.table_timetable tbody th .text-small {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }

  .footer .logo {
    margin: auto;
    text-align: center;
  }

  .footer .column + .column {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #copyright {
    font-size: 14px;
  }
}
/* ---------------------
メインイメージ
------------------------ */
.mainimage {
  /* margin-bottom:40px; */
}

.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: #013d7a;
  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: 2.4rem;
}

/* ------------------------------------
ブログの見出し調整
------------------------------------ */
.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: #013d7a;
  display: block;
  font-size: 2rem;
  margin-top: 0.4rem;
}

.entry h3 {
  color: #333333;
  display: table;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-top: 2.56rem;
  padding-bottom: 0.8rem;
  position: relative;
}

.entry h3::before {
  position: absolute;
  content: "";
  background: #013d7a;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}

.entry h4 {
  color: #333333;
  display: table;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 2.56rem;
  position: relative;
}

.entry h4::before {
  background: #333333;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}

.entry h3 + h4 {
  margin-top: 2.4rem;
}

.entry h5 {
  color: #333333;
  display: table;
  font-size: 1.84rem;
  line-height: 1.5;
  margin-top: 2.56rem;
}

.entry h4 + h5 {
  margin-top: 2.4rem;
}

@media only screen and (max-width: 767px) {
  h2.entry_title {
    font-size: 24px;
  }

  .entry h3 {
    font-size: 22px;
  }

  .entry h4 {
    font-size: 20px;
  }

  .entry h5 {
    font-size: 19px;
  }

  .entry h5 {
    font-size: 18px;
  }
}
/* ------------------------------
ボタン
  ------------------------------ */
.btnstyle {
  max-width: 100%;
}

.btnstyle a {
  min-width: 0;
  width: 260px;
  max-width: 100%;
  margin: auto;
  text-decoration: none;
}

@media (min-width: 768px) {
  .btnstyle.wide a {
    width: 420px;
  }

  .btnstyle.left a {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .btnstyle a {
    padding: 2rem 1.6rem 2rem 0.5rem;
  }

  .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: 2.4rem !important;
}

.let0 {
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .mb70,
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
}
/* ------------------------------------
テーブル調整
------------------------------------ */
table {
  margin-top: 2.4rem;
}

table.table_timetable {
  margin-bottom: 10px;
}

table.table_timetable thead th {
  border-bottom: 0;
}

table.table_timetable + p {
  margin-top: 0;
}

table.table_address th {
  border-top: 1px solid #f99405;
  border-bottom: 1px solid #f99405;
  color: #333333;
  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: #fffaa0;
    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 #e8f1f6;
  margin-top: 0 !important;
}

.link_anchor2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: .3s;
  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: #12204d;
}

.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: #f99405;
}

.link_anchor2.sub-anchor {
  background: #fff;
  margin-bottom: 6rem;
}

.link_anchor2.sub-anchor a::before {
  background: #f99405;
}

@media only screen and (min-width: 768px) {
  .link_anchor2.link_col_2, .link_anchor2.link_col_3 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link_anchor2.link_col_2 li,
  .link_anchor2.link_col_3 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            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;
  }

  .link_anchor2 a::after {
    left: 6px;
    top: 0.45em;
    width: 5px;
    height: 5px;
  }
}
/* ---------------------
リスト
------------------------ */
.ul_check li {
  padding-left: 3rem;
}

.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 0.35em;
  margin-top: -2px;
  z-index: 1;
  height: 0.7em;
  width: 0.35em;
  top: 0.7em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ul_check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  margin: 0 auto;
  width: 1em;
  height: 1em;
  border-radius: 3px;
  background: #68a640;
}

/* ------------------------------リスト2列 */
@media print, screen and (min-width: 768px) {
  .list_col2,
  .list_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: -ms-flexbox;
    display: flex;
    -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: 2.4rem;
}

.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: #f1f1f1;
}

.section_bg .box_border {
  border: solid 5px #a8c9ea;
}

.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 1.3rem 0;
  line-height: 1.5;
}

.box_flow2::after {
  bottom: -9rem;
  border: 4rem solid transparent;
  border-top: 3rem solid #a8c9ea;
}

@media only screen and (max-width: 767px) {
  .box_flow2:not(:first-child) {
    margin-top: 2.4rem;
  }

  .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-top: 2.8rem;
  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::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;
  }

  .box_faq .answer::before {
    top: 10px;
  }
}
/* ---------------------
汎用
------------------------ */
.color01 {
  color: #0082c9;
}

.color02 {
  color: #013d7a;
}

.emp {
  color: red;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.catch {
  font-size: 2.4rem;
  font-weight: bold;
}

.catch {
  font-size: 2.4rem;
  font-weight: bold;
  color: #3894c9;
}

@media only screen and (max-width: 767px) {
  .catch {
    font-size: 2rem;
  }
}
.line01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(86%, transparent), color-stop(86%, #f9ba18), color-stop(100%, #f9ba18), to(transparent));
  background: linear-gradient(180deg, transparent 86%, #f9ba18 86%, #f9ba18 100%, transparent 100%);
}

.font-big {
  font-size: 120%;
}

.font-small {
  font-size: 70%;
}

a.text-link {
  color: #333333;
}

a.text-link:hover {
  color: #55abe4;
}

.underline {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #55abe4));
  background: linear-gradient(180deg, transparent 50%, #55abe4 50%);
}

/* ---------------------
画像
------------------------ */
figure {
  text-align: center;
}

body a img {
  -webkit-transition: .3s;
  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: 25%;
}

@media only screen and (max-width: 767px) {
  .googlemap {
    padding-top: 70%;
  }
}
/*==========================
   リンクボックス
==========================*/
.link_box {
  position: relative;
  -webkit-transition: .3s;
  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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/*==========================
	news調整
==========================*/
@media (max-width: 767px) {
  .section_news dd {
    padding-top: 0;
  }
}
/* 上下にボーダーがあるやつ */
.section_news dt,
.section_news dd {
  padding: 1.5em 1em;
  border-top: #cccccc solid 1px;
  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 only screen and (max-width: 1239px) and (min-width: 768px) {
  .section_news dt,
  .section_news dd {
    width: 100%;
  }

  .section_news dt {
    border-bottom: none;
    padding-bottom: 0;
  }

  .section_news dd {
    padding-top: 0;
  }
}
@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: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-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 {
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: 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;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .columns.col2 {
    gap: 0 60px;
  }

  .columns.col2 > * {
    width: calc((100% - 60px)/2);
  }

  .columns.col3 {
    gap: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .columns.col3 > * {
    width: calc((100% - 80px)/3);
  }

  .columns.col4 {
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            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: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-top: 2.4rem;
  }

  .columns.btn_box > .btnstyle {
    margin-top: 0;
    margin-top: 0;
  }

  .columns.btn_box > .btnstyle a {
    height: 100%;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: 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: 2.4rem 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: "＞";
}

@media screen and (min-width: 768px) {
  .ft_card_box figure {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .row:not(:first-of-type) {
    margin-top: 5%;
  }
  .row:first-of-type {
    margin-top: 0;
  }
  .row .col_2:not(:first-of-type), .row .col_3:not(:first-of-type), .row .col_4:not(:first-of-type), .row .col_5:not(:first-of-type), .row .col_6:not(:first-of-type) {
    margin-top: 5%;
  }
  .row.sp_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_2 .col_2, .row.sp_col_2 .col_3, .row.sp_col_2 .col_4, .row.sp_col_2 .col_5, .row.sp_col_2 .col_6 {
    width: 49%;
    margin-right: 2%;
  }
  .row.sp_col_2 .col_2:not(:first-child), .row.sp_col_2 .col_3:not(:first-child), .row.sp_col_2 .col_4:not(:first-child), .row.sp_col_2 .col_5:not(:first-child), .row.sp_col_2 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_2 .col_2:nth-child(2n), .row.sp_col_2 .col_3:nth-child(2n), .row.sp_col_2 .col_4:nth-child(2n), .row.sp_col_2 .col_5:nth-child(2n), .row.sp_col_2 .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .row.sp_col_2 .col_2:nth-child(n+3), .row.sp_col_2 .col_3:nth-child(n+3), .row.sp_col_2 .col_4:nth-child(n+3), .row.sp_col_2 .col_5:nth-child(n+3), .row.sp_col_2 .col_6:nth-child(n+3) {
    margin-top: 2%;
  }
  .row.sp_col_2 .col_2:last-child, .row.sp_col_2 .col_3:last-child, .row.sp_col_2 .col_4:last-child, .row.sp_col_2 .col_5:last-child, .row.sp_col_2 .col_6:last-child {
    margin-right: 0;
  }
  .row.sp_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_3 .col_2, .row.sp_col_3 .col_3, .row.sp_col_3 .col_4, .row.sp_col_3 .col_5, .row.sp_col_3 .col_6 {
    width: 32%;
    margin-right: 2%;
  }
  .row.sp_col_3 .col_2:not(:first-child), .row.sp_col_3 .col_3:not(:first-child), .row.sp_col_3 .col_4:not(:first-child), .row.sp_col_3 .col_5:not(:first-child), .row.sp_col_3 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_3 .col_2:nth-child(3n), .row.sp_col_3 .col_3:nth-child(3n), .row.sp_col_3 .col_4:nth-child(3n), .row.sp_col_3 .col_5:nth-child(3n), .row.sp_col_3 .col_6:nth-child(3n) {
    margin-right: 0;
  }
  .row.sp_col_3 .col_2:nth-child(n+4), .row.sp_col_3 .col_3:nth-child(n+4), .row.sp_col_3 .col_4:nth-child(n+4), .row.sp_col_3 .col_5:nth-child(n+4), .row.sp_col_3 .col_6:nth-child(n+4) {
    margin-top: 2%;
  }
  .row.sp_col_3 .col_2:last-child, .row.sp_col_3 .col_3:last-child, .row.sp_col_3 .col_4:last-child, .row.sp_col_3 .col_5:last-child, .row.sp_col_3 .col_6:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row .col_2:nth-child(2n) {
    margin-right: 0;
  }
  .row .col_2:nth-child(n+3) {
    margin-top: 4%;
  }
  .row .col_2:last-child {
    margin-right: 0;
  }
  .row .col_3 {
    width: 32%;
    margin-right: 2%;
  }
  .row .col_3:nth-child(3n) {
    margin-right: 0;
  }
  .row .col_3:nth-child(n+4) {
    margin-top: 2%;
  }
  .row .col_3:last-child {
    margin-right: 0;
  }
  .row .col_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .row .col_4:nth-child(4n) {
    margin-right: 0;
  }
  .row .col_4:nth-child(n+5) {
    margin-top: 2%;
  }
  .row .col_4:last-child {
    margin-right: 0;
  }
  .row .col_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .row .col_5:nth-child(5n) {
    margin-right: 0;
  }
  .row .col_5:nth-child(n+6) {
    margin-top: 2%;
  }
  .row .col_5:last-child {
    margin-right: 0;
  }
  .row .col_6 {
    width: 15%;
    margin-right: 2%;
  }
  .row .col_6:nth-child(6n) {
    margin-right: 0;
  }
  .row .col_6:nth-child(n+7) {
    margin-top: 2%;
  }
  .row .col_6:last-child {
    margin-right: 0;
  }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.reverse .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row.reverse .col_2:first-child {
    margin-right: 0;
  }
  .row.gap_row {
    gap: 20px 2%;
  }
  .row.gap_row .col_2 {
    width: 49%;
  }
  .row.gap_row .col_2, .row.gap_row .col_3, .row.gap_row .col_4, .row.gap_row .col_5, .row.gap_row .col_6 {
    margin: 0;
  }
  .row.gap_row.reverse .col_2 {
    width: 49%;
  }
}
.row {
  margin-bottom: 50px;
}
.row:last-child {
  margin-bottom: 0;
}
.row.cols_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
}
.row.cols_center .btnstyle {
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .row.cols_center .btnstyle {
    margin-left: auto;
    margin-right: auto;
  }
}
.row.cols_center > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.box_border .row:last-child,
.box_bg .row:last-child {
  margin-bottom: 0;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .sp-text-right {
    text-align: right !important;
  }

  .sp-text-center {
    text-align: center !important;
  }

  .sp-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .pc-text-right {
    text-align: right !important;
  }

  .pc-text-center {
    text-align: center !important;
  }

  .pc-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .pc_span {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_span {
    display: inline !important;
  }
}
.bold {
  font-weight: bold;
}

.text-red {
  color: #ff0000;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.home .mce-content-body {
  max-width: 100%;
  width: 100%;
}

.container,
.gutters {
  max-width: calc(100vw - 40px);
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

.img_slider {
  max-width: 800px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 5px;
}

.img_slider .img_slide_main .slick-prev,
.img_slider .img_slide_main .slick-next {
  width: 30px;
  height: 30px;
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  font-size: 30px;
}

.img_slider .img_slide_main .slick-prev {
  left: 20px;
  z-index: 1;
}

.img_slider .img_slide_main .slick-next {
  right: 20px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .img_slider .img_slide_thumb img {
    padding: 0 2px;
  }

  .img_slider .img_slide_main .slick-prev,
  .img_slider .img_slide_main .slick-next {
    width: 20px;
    height: 20px;
  }

  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    font-size: 20px;
  }

  .img_slider .img_slide_main .slick-prev {
    left: 5px;
    z-index: 1;
  }

  .img_slider .img_slide_main .slick-next {
    right: 5px;
  }
}
.header .hdr_info p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .header .container {
    width: 1900px;
  }
  .header .hdr_info {
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .googlemap {
    padding-top: 26.8% !important;
  }
}
.footer {
  padding: 50px 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 70px 0;
  }
}
@media screen and (min-width: 1250px) {
  .footer {
    padding: 100px 0;
  }
}

.sec_top {
  margin: 0;
}
.sec_top p, .sec_top ul, .sec_top table, .sec_top dl {
  margin-top: 0;
  margin-bottom: 24px;
}
.sec_top p:last-child, .sec_top ul:last-child, .sec_top table:last-child, .sec_top dl:last-child {
  margin-bottom: 0;
}
.sec_top h2 {
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  color: #013d7a;
  text-align: center;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}
.sec_top h2 .sec_span {
  display: block;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1;
  color: #fac11b;
  font-weight: 500;
  position: relative;
  padding-top: 10px;
  margin-top: 15px;
}
.sec_top h2 .sec_span:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 30px;
  height: 1px;
  background: #fac11b;
}
.sec_top .sec_text {
  line-height: 30px;
  letter-spacing: 0.05em;
}
.sec_top .sec_img {
  text-align: center;
  margin: 0;
}
.sec_top .sec_img img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sec_top h2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 50px;
  }
  .sec_top h2 .sec_span {
    padding-top: 15px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1;
  }
}
@media screen and (min-width: 1250px) {
  .sec_top h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 60px;
  }
  .sec_top h2 .sec_span {
    font-size: 24px;
    line-height: 1;
  }
}

.contactbox {
  padding: 50px 0;
  background: url("../img/sec_contact_bg.png") no-repeat center/cover;
}
.contactbox .sec_box {
  padding: 30px 10px;
  background: #fff;
  border-radius: 40px;
}
.contactbox .sec_title {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #013d7a;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
.contactbox .sec_title .sec_span {
  padding-top: 10px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1;
  color: #fac11b;
  display: block;
  font-weight: 500;
  position: relative;
}
.contactbox .sec_title .sec_span:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 20px;
  height: 1px;
  background: #fac11b;
}
.contactbox p {
  margin: 0;
}
.contactbox .sec_text {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .contactbox .sec_title {
    margin-bottom: 25px;
  }
  .contactbox .sec_tel, .contactbox .sec_btn {
    text-align: center;
    max-width: 80%;
    margin: auto !important;
  }
  .contactbox .sec_btn {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 768px) {
  .contactbox {
    padding: 70px 0;
  }
  .contactbox .sec_title {
    font-size: 22px;
    line-height: 1;
  }
  .contactbox .sec_title .sec_span {
    padding-top: 10px;
    margin-top: 13px;
    font-size: 16px;
  }
  .contactbox .text_box {
    padding-left: 4%;
  }
  .contactbox .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contactbox .row .col_2 {
    margin: 0;
  }
  .contactbox .row .col_2:first-child {
    width: 30%;
  }
  .contactbox .row .col_2:last-child {
    width: calc(70% - 1px);
    border-left: 1px solid #cccccc;
  }
  .contactbox .sec_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contactbox .sec_box {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 1250px) {
  .contactbox {
    padding: 120px 0;
  }
  .contactbox .title_box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .contactbox .row .col_2:first-child {
    width: 26.5%;
  }
  .contactbox .row .col_2:last-child {
    width: calc(73.5% - 1px);
  }
  .contactbox .sec_box {
    padding: 60px;
  }
  .contactbox .sec_title {
    font-size: 30px;
    line-height: 1;
  }
  .contactbox .sec_title .sec_span {
    padding-top: 10px;
    margin-top: 15px;
    font-size: 18px;
  }
}

.sec01 {
  padding: 50px 0 30px;
  position: relative;
  z-index: 0;
}
.sec01:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 30%;
  z-index: -1;
  background: #013d7a;
}
.sec01 .text_box {
  -webkit-box-shadow: 0 0 10px #0003;
          box-shadow: 0 0 10px #0003;
  background: #fff;
  border-radius: 40px;
  padding: 30px 10px;
}
.sec01 .sec_list {
  margin: 0;
}
.sec01 .sec_list li {
  padding-left: 25px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
}
.sec01 .sec_list li:not(:first-child) {
  margin-top: 15px;
}
.sec01 .sec_list li:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  width: 20px;
  height: 17px;
  background: url("../img/sec01_check.png") no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding: 70px 0 50px;
  }
  .sec01:after {
    height: 50%;
  }
  .sec01 .text_box {
    padding: 45px 20px;
    margin-top: 70px;
  }
  .sec01 .sec_list li {
    padding-left: 30px;
    font-size: 17px;
  }
  .sec01 .sec_list li:after {
    top: 4px;
  }
  .sec01 .row .col_2:first-child {
    width: 57.5%;
    margin-right: 0;
    margin-left: -5%;
  }
  .sec01 .row .col_2:last-child {
    margin-left: -5.1%;
    width: 52.5%;
  }
}
@media screen and (min-width: 1250px) {
  .sec01 {
    padding: 100px 0 60px;
  }
  .sec01 .text_box {
    margin-top: 100px;
    padding: 45px 30px;
  }
  .sec01 .sec_list li {
    padding-left: 30px;
    font-size: 24px;
  }
  .sec01 .sec_list li:after {
    top: 8px;
  }
}

.sec02 {
  padding: 0 0 50px;
  position: relative;
  z-index: 0;
}
.sec02:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 48%;
  background: #fcfaf5;
  z-index: -1;
}
.sec02 .sec_title {
  margin: 0;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: -0.03em;
}
.sec02 .sec_title .sec_span {
  border-bottom: 2px dashed #fff;
}
.sec02 .title_box {
  background: #013d7a;
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 50px;
}
.sec02 .title_box:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color: #013d7a transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .sec02 {
    padding: 0 0 70px;
  }
  .sec02 h2 {
    text-align: left;
  }
  .sec02 h2 .sec_span {
    margin-top: 23px;
    padding-top: 18px;
  }
  .sec02 h2 .sec_span:after {
    left: 0;
    right: auto;
  }
  .sec02 .row .col_2:first-child {
    width: 50.4%;
    margin-left: -2.4%;
    margin-right: 3%;
  }
  .sec02 .sec_title {
    font-size: 24px;
    line-height: 50px;
  }
  .sec02 .title_box {
    padding-bottom: 60px;
    margin-bottom: 150px;
  }
  .sec02 .title_box:after {
    bottom: -100px;
    border-style: solid;
    border-width: 100px 220px 0 220px;
    border-color: #013d7a transparent transparent transparent;
  }
}
@media screen and (min-width: 1250px) {
  .sec02 {
    padding: 0 0 115px;
  }
  .sec02 .title_box {
    margin-bottom: 160px;
  }
  .sec02 .sec_title {
    font-size: 30px;
    line-height: 60px;
  }
}

.sec03 {
  padding: 0 0 50px;
}
.sec03 .sec_title {
  color: #013d7a;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0em;
  font-family: "Zen Maru Gothic", sans-serif;
  border-bottom: 1px solid #b0c9e3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sec03 .sec_no {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 15px;
}
.sec03 .sec_no .sec_span {
  padding-right: 10px;
  color: #e3edf8;
}
.sec03 .sec_no .sec_span2 {
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  padding: 20px;
  color: #fac11b;
}
.sec03 .title_box {
  margin-bottom: 30px;
  background: url("../img/sec03_bg01.png") no-repeat center/cover;
}
.sec03 .title_box .sec_text {
  color: #fff;
}
.sec03 .sec03_box .sec03_contents:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sec03 .sec_no .sec_span2 {
    border-radius: 0;
    background: none;
    padding: 0;
  }
  .sec03 .sec03_box .container {
    max-width: 100%;
  }
  .sec03 .sec03_box .container .row .col_2:last-child {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec03 .title_box {
    padding: 50px 0;
  }
  .sec03 .title_box .sec_title_img {
    max-width: 70%;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sec03 {
    padding: 0 0 70px;
  }
  .sec03 .sec_title {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0em;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sec03 .sec_no {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .sec03 .sec_no .sec_span {
    padding-right: 10px;
  }
  .sec03 .sec_no .sec_span2 {
    padding: 15px;
  }
  .sec03 .sec03_contents {
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
  }
  .sec03 .sec03_contents:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    max-width: 1300px;
    width: 75%;
    height: 71%;
    background: #e3edf8;
    z-index: -1;
    border-radius: 40px 0 0 40px;
  }
  .sec03 .sec03_contents:nth-child(even):after {
    left: 0;
    right: auto;
    border-radius: 0 40px 40px 0;
  }
  .sec03 .sec03_box .sec03_contents:not(:first-child) {
    margin-top: 50px;
  }
  .sec03 .row {
    gap: 0 3%;
  }
  .sec03 .row .col_2 {
    margin: 0;
  }
  .sec03 .row .col_2:first-child {
    width: 50%;
  }
  .sec03 .row .col_2:last-child {
    width: 47%;
    margin-top: 70px;
  }
  .sec03 .title_box {
    padding-top: 70px;
    margin-bottom: 50px;
    background: none;
    position: relative;
    z-index: 0;
  }
  .sec03 .title_box:after {
    z-index: -1;
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: calc(100% - 20px);
    background: url("../img/sec03_bg01.png") no-repeat center/cover;
  }
  .sec03 .title_box p {
    margin: 0;
  }
  .sec03 .title_box .sec_text {
    margin: 0 0 30px;
  }
  .sec03 .title_box .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec03 .title_box .sec_title_img {
    width: 53%;
  }
}
@media screen and (min-width: 1250px) {
  .sec03 {
    padding: 0 0 120px;
  }
  .sec03 .row {
    gap: 0 3%;
  }
  .sec03 .row .col_2:first-child {
    width: 55%;
  }
  .sec03 .row .col_2:last-child {
    width: 42%;
  }
  .sec03 .sec_title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sec03 .sec_no {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .sec03 .sec_no .sec_span {
    padding-right: 10px;
  }
  .sec03 .sec_no .sec_span2 {
    padding: 20px;
  }
  .sec03 .row .col_2:last-child {
    margin-top: 100px;
  }
  .sec03 .sec03_contents {
    padding-bottom: 60px;
  }
  .sec03 .sec03_contents:after {
    height: 65%;
  }
  .sec03 .sec03_box .sec03_contents:not(:first-child) {
    margin-top: 60px;
  }
  .sec03 .title_box {
    margin-bottom: 60px;
    padding-top: 120px;
  }
  .sec03 .title_box .sec_text {
    margin: 0;
  }
  .sec03 .title_box:after {
    height: calc(100% - 80px);
  }
}

.sec_tab .tab_btn {
  border: 1px solid #013d7a;
}
.sec_tab .tab_item {
  display: none;
}
.sec_tab .tab_item.active {
  display: block;
}
.sec_tab .tab_item_wrap {
  -webkit-box-shadow: 0 0 10px #0000003b;
          box-shadow: 0 0 10px #0000003b;
  padding: 30px 15px;
  background: #fff;
  border-radius: 40px;
}
.sec_tab .tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0 !important;
}
.sec_tab .tab_btn_wrap li {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  background: #fff;
  border-radius: 10px;
  color: #013d7a;
  position: relative;
  border: none;
  line-height: 1;
}
.sec_tab .tab_btn_wrap li .sec_span01 {
  font-size: 14px;
  color: #fac11b;
  font-weight: 500;
  vertical-align: middle;
}
.sec_tab .tab_btn_wrap li .sec_span01 .sec_span03 {
  font-size: 18px;
}
.sec_tab .tab_btn_wrap li .sec_span2 {
  vertical-align: middle;
  font-size: 16px;
  color: #013d7a;
  font-weight: bold;
  padding-left: 0;
}
.sec_tab .tab_btn_wrap li:hover {
  cursor: pointer;
  opacity: .8;
}
.sec_tab .tab_btn_wrap li.active {
  -webkit-box-shadow: 0 0 10px #0000003b;
          box-shadow: 0 0 10px #0000003b;
  position: relative;
}
.sec_tab .tab_btn_wrap li.active:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: -40px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #fac11b;
}
@media screen and (max-width: 767px) {
  .sec_tab .tab_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px !important;
  }
  .sec_tab .tab_btn_wrap li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    width: 49%;
    margin-right: 2%;
    text-align: center;
  }
  .sec_tab .tab_btn_wrap li.active:after {
    display: none;
  }
  .sec_tab .tab_btn_wrap li .sec_span01 {
    display: block;
  }
  .sec_tab .tab_btn_wrap li .sec_span2 {
    padding-top: 5px;
    display: block;
  }
  .sec_tab .tab_btn_wrap li:not(:first-child) {
    margin-top: 0;
  }
  .sec_tab .tab_btn_wrap li:nth-child(2n) {
    margin-right: 0;
  }
  .sec_tab .tab_btn_wrap li:nth-child(n+3) {
    margin-top: 2%;
  }
}
@media screen and (min-width: 768px) {
  .sec_tab .tab_item_wrap {
    padding: 40px 20px;
  }
  .sec_tab .tab_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 60px;
  }
  .sec_tab .tab_wrap .tab_btn_wrap {
    width: 23.4%;
  }
  .sec_tab .tab_wrap .tab_item_wrap {
    width: calc(58.5% + 60px);
  }
  .sec_tab .tab_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_tab .tab_btn_wrap li {
    width: 100%;
    margin: 0;
  }
  .sec_tab .tab_btn_wrap li:not(:first-child) {
    margin-top: 20px;
  }
  .sec_tab .tab_btn_wrap .tab_btn {
    padding: 0 10px;
  }
  .sec_tab .tab_btn_wrap .tab_btn .sec_span01 {
    font-size: 14px;
  }
  .sec_tab .tab_btn_wrap .tab_btn .sec_span01 .sec_span03 {
    font-size: 18px;
  }
  .sec_tab .tab_btn_wrap .tab_btn .sec_span2 {
    font-size: 16px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 1250px) {
  .sec_tab .tab_item_wrap {
    padding: 40px;
  }
  .sec_tab .tab_btn_wrap .tab_btn {
    padding: 0 20px;
  }
  .sec_tab .tab_btn_wrap .tab_btn .sec_span01 {
    font-size: 18px;
  }
  .sec_tab .tab_btn_wrap .tab_btn .sec_span01 .sec_span03 {
    font-size: 30px;
  }
  .sec_tab .tab_btn_wrap .tab_btn .sec_span2 {
    font-size: 24px;
    padding-left: 20px;
  }
}

.sec04 {
  padding: 50px 0;
  background: #faf6ec;
}
.sec04 .sec_img {
  margin-bottom: 15px;
}
.sec04 .sec_title {
  font-size: 20px;
  line-height: 1;
  padding-bottom: 17px;
  margin-bottom: 12px;
  color: #013d7a;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .sec04 {
    padding: 70px 0;
  }
  .sec04 .sec_title {
    font-size: 24px;
    line-height: 1;
  }
}
@media screen and (min-width: 1250px) {
  .sec04 {
    padding: 120px 0;
  }
  .sec04 .sec_title {
    font-size: 30px;
    line-height: 1;
  }
}

.sec05 {
  padding: 50px 0;
  position: relative;
  z-index: 0;
}
.sec05:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #faf9f6;
  z-index: -1;
}
.sec05 .sec_text {
  font-size: 18px;
  line-height: 24px;
  margin-top: 5px;
}
.sec05 .table_fee {
  margin: 0;
}
.sec05 .table_fee th, .sec05 .table_fee td {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.sec05 .table_fee thead th {
  background: #cae1f7;
}
.sec05 .table_fee tbody th, .sec05 .table_fee tbody td {
  background: #fff;
}
.sec05 .table_fee tbody td {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .sec05 {
    padding: 70px 0;
  }
  .sec05 .table_fee th, .sec05 .table_fee td {
    font-size: 14px;
  }
}
@media screen and (min-width: 1250px) {
  .sec05 {
    padding: 120px 0;
  }
  .sec05 .table_fee th, .sec05 .table_fee td {
    font-size: 18px;
  }
}

.sec06 {
  padding: 50px 0;
}
.sec06 .box_faq {
  border: none;
  padding: 0;
  background: #faf9f6;
  border-radius: 0 0 16px 16px;
}
.sec06 .box_faq .question {
  background: #013d7a;
  border-radius: 16px;
  padding: 26px;
  padding-left: 85px;
}
.sec06 .box_faq .question:before {
  font-family: "Zen Maru Gothic", sans-serif;
  background: #fff;
  font-size: 30px;
  color: #013d7a;
  height: 5rem;
  width: 5rem;
  line-height: 4.6rem;
  border-radius: 50%;
  top: 17px;
  left: 15px;
}
.sec06 .box_faq .question p {
  padding-right: 23px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.03em;
  font-weight: 500;
}
.sec06 .box_faq .question p:before, .sec06 .box_faq .question p:after {
  width: 18px;
  height: 2px;
  background: #fff;
}
.sec06 .box_faq .answer {
  padding: 36px 0;
  padding-left: 85px;
  padding-right: 60px;
}
.sec06 .box_faq .answer:before {
  font-size: 30px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  background: #fac11b;
  height: 5rem;
  width: 5rem;
  line-height: 4.6rem;
  border-radius: 50%;
  top: 24px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .sec06 .box_faq .question {
    padding: 20px;
    padding-left: 85px;
  }
  .sec06 .box_faq .question:before {
    font-size: 30px;
    height: 5rem;
    width: 5rem;
    line-height: 4.6rem;
    border-radius: 50%;
    top: 12px;
    left: 15px;
  }
  .sec06 .box_faq .question p {
    padding-right: 23px;
    font-size: 16px;
  }
  .sec06 .box_faq .question p:before, .sec06 .box_faq .question p:after {
    width: 18px;
    height: 2px;
    background: #fff;
  }
  .sec06 .box_faq .answer {
    padding: 20px 0;
    padding-left: 85px;
    padding-right: 20px;
  }
  .sec06 .box_faq .answer:before {
    font-size: 30px;
    height: 5rem;
    width: 5rem;
    line-height: 4.6rem;
    border-radius: 50%;
    top: 20px;
    left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .sec06 {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1250px) {
  .sec06 {
    padding: 80px 0;
  }
}

.sec07 {
  padding: 50px 0;
  background: #fffbf0;
  margin-top: 50px;
}
.sec07 .sec_list li {
  line-height: 22px;
  position: relative;
  padding-left: 20px;
}
.sec07 .sec_list li:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 5px;
  bottom: auto;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #fac11b;
}
.sec07 .sec_list li:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .sec07 .text_box {
    margin-top: 20px;
    background: #fff;
    border-radius: 20px;
    padding: 30px 15px;
  }
}
@media screen and (min-width: 768px) {
  .sec07 {
    padding: 70px 0;
    margin-top: 60px;
  }
  .sec07 .text_box {
    padding: 30px 30px 40px;
    padding-left: calc(5% + 30px);
  }
  .sec07 .text_box_bg {
    position: relative;
    z-index: 0;
  }
  .sec07 .text_box_bg:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 95%;
    height: 85%;
    z-index: -1;
    border-radius: 0 0 0 40px;
    background: #fff;
  }
  .sec07 .row {
    gap: 0 1.5%;
  }
  .sec07 .row .col_2 {
    width: 49.25%;
    margin: 0;
  }
  .sec07 .sec_img img {
    height: 260px;
    -o-object-position: left;
       object-position: left;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec07 .text_box2 {
    padding-left: 20px;
    margin-left: auto;
    max-width: 580px;
  }
  .sec07 .container {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1250px) {
  .sec07 {
    padding: 120px 0;
    margin-top: 70px;
  }
  .sec07 .sec_img img {
    height: 467px;
  }
  .sec07 .text_box {
    padding: 30px 50px 50px;
    padding-left: calc(5% + 50px);
  }
  .sec07 .text_box2 {
    padding-left: 0;
  }
}

.sec08 {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .sec08 {
    padding: 70px 0;
  }
}
@media screen and (min-width: 1250px) {
  .sec08 {
    padding: 120px 0;
  }
}
/*# sourceMappingURL=bond.css.map */