@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

  font-size: 62.5%;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 54.69%;
  }
}
body {
  background: #fff;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic,
    "Yu Gothic Medium", sans-serif;
  letter-spacing: 0.096rem;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

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;

  flex: 1;
}

.columns_wrap {
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .columns {
    display: -webkit-box;
    display: flex;
  }

  .columns.columns_2,
  .columns.columns_3,
  .columns.columns_4,
  .columns.columns_5,
  .columns.columns_6 {
    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: -webkit-box;
    display: flex;

    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 {
    flex-wrap: wrap;
  }
}
.sp-columns {
  display: -webkit-box;
  display: flex;
}

.sp-columns_wrap {
  display: -webkit-box;
  display: flex;

  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .flex_1 {
    margin-right: 30px;
  }

  .flex_1:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .flex_1 {
    margin-top: 30px;
  }
}
.mt0 {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .container,
  .gutters {
    max-width: 1000px;
  }
}
@media print, screen and (max-width: 1039px) {
  .container,
  .gutters {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    padding-bottom: 90px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 1039px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  body.archive:not(.category-news) #contents > .inner,
  body.single #contents > .inner {
    display: -webkit-box;
    display: flex;
    -moz-justify-content: space-between;

    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  body.archive:not(.category-news) #contents > .inner #main,
  body.single #contents > .inner #main {
    width: 72%;
  }

  body.archive:not(.category-news) #contents > .inner #aside,
  body.single #contents > .inner #aside {
    width: 24%;
  }
}
#loader_wrapper {
  display: -webkit-box;
  display: flex;

  -webkit-box-pack: center;
  justify-content: 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;
  }
}

.footer {
  background: #f1f1f1;
  font-size: 1.4rem;
  padding: 70px 0 0;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}
.footer h3 {
  color: #0062b0;
  font-size: 2rem;
  margin-bottom: 15px;
}

.footer .footer_sitemap {
  -webkit-box-flex: 3;

  flex: 3 0 0;
  line-height: 1.5;
}

.footer .footer_sitemap div:first-child {
  -webkit-box-flex: 1;

  flex: 1 0 0;
}

.footer .footer_sitemap div:nth-child(2) {
  -webkit-box-flex: 2;

  flex: 2 0 0;
}

@media only screen and (max-width: 767px) {
  .footer .footer_sitemap {
    margin-bottom: 30px;
  }
}
.footer .footer_menu {
  margin-bottom: 20px;
}

.footer .footer_menu li {
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .footer .footer_menu li {
    margin-right: 10px;
  }
}
.footer .footer_menu a {
  color: #333333;
  display: inline-block;
  padding-left: 12px;
  position: relative;
  text-decoration: none;
  -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 {
    flex-wrap: wrap;
  }

  .footer p.footer_bnr {
    width: 100%;
  }
}
.footer .footer_address {
  -webkit-box-flex: 2;

  flex: 2 0 0;
}

.footer .logo {
  margin-bottom: 25px;
}

.footer table.address {
  margin-bottom: 10px;
}

.footer table.address th,
.footer table.address td {
  padding: 5px 0;
  line-height: 1.4;
}

.footer table.address th {
  text-align: left;
  padding-right: 8px;
}

.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: #0062b0;
  color: #fff;
  margin-top: 70px;
  padding: 10px 0;
  text-align: center;
}

#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;
  }
}
#totop .totop_inner {
  background: #0062b0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #fff;

  display: -webkit-box;
  display: flex;

  -webkit-box-pack: center;
  justify-content: 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;
  }
}

.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.5333333333rem;
}

.mce-content-body a {
  color: #0062b0;
  text-decoration: underline;
}

.mce-content-body a:hover {
  color: #0062b0;
  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: #0062b0;
  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;
  }
}
.post-type-page h3,
.post-type-page h4,
.post-type-page h5,
.post-type-page h6 {
  font-weight: bold;
}

.post-type-page h3 {
  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-page h3 {
    margin-top: 4rem;
  }
}
.post-type-page h3 .subtext {
  color: #0062b0;
  display: block;
  font-size: 2rem;
  margin-top: 0.4rem;
}

.post-type-page h4 {
  color: #0062b0;
  color: #333333;
  display: table;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-top: 2.56rem;
  padding-bottom: 0.8rem;
  position: relative;
}

.post-type-page h4::before {
  position: absolute;
  content: "";
  background: #0062b0;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}

.post-type-page h5 {
  color: #575757;
  display: table;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 2.56rem;
  position: relative;
}

.post-type-page h5::before {
  background: #575757;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}

.post-type-page h6 {
  color: #575757;
  display: table;
  font-size: 1.84rem;
  line-height: 1.5;
  margin-top: 2.56rem;
}

.post-type-post h3,
.post-type-post h4,
.post-type-post h5,
.post-type-post h6 {
  font-weight: bold;
  letter-spacing: 0.32rem;
  line-height: 1.5;
}

.post-type-post h3 {
  border-bottom: 2px solid #333333;
  font-size: 2.6rem;
  margin-top: 5.6rem;
  padding-bottom: 2rem;
}

.post-type-post h4 {
  background: #f6f9fb;
  border-radius: 3px;
  color: #333333;
  font-size: 2.2rem;
  margin-top: 4.8rem;
  padding: 2rem 2.4rem;
}

.post-type-post h5 {
  border-left: 5px solid #0062b0;
  font-size: 2.2rem;
  margin-top: 4rem;
  padding-left: 1.2rem;
}

.post-type-post h6 {
  background: #f6f9fb;
  border-radius: 2px;
  color: #0062b0;
  display: table;
  font-size: 1.8rem;
  letter-spacing: 0.16rem;
  margin-top: 3.6rem;
  padding: 1.2rem 1.6rem;
}

.link_anchor li {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;

  flex: 0 0 100%;
  line-height: 1.5;
  margin-top: 2.24rem;
}

.link_anchor li a {
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;

  flex: 1 1 auto;
}

.link_anchor a {
  background: #fff;
  color: #0062b0;
  border: 1px solid #0062b0;
  border-radius: 0.5333333333rem;
  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: #0062b0;
  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: #0062b0;
  color: #fff;
}

.link_anchor a:hover::before {
  background: #fff;
}

.link_anchor a:hover::after {
  border-color: #0062b0;
}

@media print, screen and (min-width: 768px) {
  .link_anchor.link_col_2,
  .link_anchor.link_col_3 {
    display: -webkit-box;
    display: flex;

    flex-wrap: wrap;
  }

  .link_anchor.link_col_2 li,
  .link_anchor.link_col_3 li {
    -webkit-box-flex: 0;

    flex: 0 0 100%;
  }

  .link_anchor.link_col_2 li {
    max-width: calc(100% / 2 - (1.6rem * 0.7));
  }

  .link_anchor.link_col_2 li:not(:nth-child(2n)) {
    margin-right: 2.24rem;
  }

  .link_anchor.link_col_3 li:not(:nth-child(3n)) {
    margin-right: 2.24rem;
  }
}
.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.75;
  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 {
    display: -webkit-box;
    display: flex;

    flex-wrap: wrap;
  }

  .ul_circle.link_col_2 li,
  .ul_circle.link_col_3 li,
  .ul_square.link_col_2 li,
  .ul_square.link_col_3 li,
  .ul_dot.link_col_2 li,
  .ul_dot.link_col_3 li,
  .ul_ring.link_col_2 li,
  .ul_ring.link_col_3 li,
  .ul_check.link_col_2 li,
  .ul_check.link_col_3 li,
  .ul_triangle.link_col_2 li,
  .ul_triangle.link_col_3 li,
  .ul_arrow.link_col_2 li,
  .ul_arrow.link_col_3 li,
  .ul_circlegt.link_col_2 li,
  .ul_circlegt.link_col_3 li {
    -webkit-box-flex: 0;

    flex: 0 0 100%;
  }

  .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 {
    max-width: calc(100% / 2 - (1.6rem * 0.7));
  }

  .ul_circle.link_col_2 li:not(:nth-child(2n)),
  .ul_square.link_col_2 li:not(:nth-child(2n)),
  .ul_dot.link_col_2 li:not(:nth-child(2n)),
  .ul_ring.link_col_2 li:not(:nth-child(2n)),
  .ul_check.link_col_2 li:not(:nth-child(2n)),
  .ul_triangle.link_col_2 li:not(:nth-child(2n)),
  .ul_arrow.link_col_2 li:not(:nth-child(2n)),
  .ul_circlegt.link_col_2 li:not(:nth-child(2n)) {
    margin-right: 2.24rem;
  }

  .ul_circle.link_col_3 li:not(:nth-child(3n)),
  .ul_square.link_col_3 li:not(:nth-child(3n)),
  .ul_dot.link_col_3 li:not(:nth-child(3n)),
  .ul_ring.link_col_3 li:not(:nth-child(3n)),
  .ul_check.link_col_3 li:not(:nth-child(3n)),
  .ul_triangle.link_col_3 li:not(:nth-child(3n)),
  .ul_arrow.link_col_3 li:not(:nth-child(3n)),
  .ul_circlegt.link_col_3 li:not(:nth-child(3n)) {
    margin-right: 2.24rem;
  }

  .ul_circle.link_inlign,
  .ul_square.link_inlign,
  .ul_dot.link_inlign,
  .ul_ring.link_inlign,
  .ul_check.link_inlign,
  .ul_triangle.link_inlign,
  .ul_arrow.link_inlign,
  .ul_circlegt.link_inlign {
    display: -webkit-box;
    display: flex;

    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;

    flex: 1;
  }
}
.ul_circle li::before {
  border-radius: 50%;
  background: #0062b0;
  height: 0.8rem;
  left: 0;
  top: 1rem;
  width: 0.8rem;
}

.ul_square li::before {
  background: #0062b0;
  height: 0.8rem;
  left: 0;
  top: 1rem;
  width: 0.8rem;
}

.ul_dot li::before {
  border-radius: 50%;
  background: #0062b0;
  height: 0.4rem;
  left: 0.4rem;
  top: 1.2rem;
  width: 0.4rem;
}

.ul_ring li::before {
  border-radius: 50%;
  border: 2px solid #0062b0;
  height: 1rem;
  left: 0;
  top: 1rem;
  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: 1rem;
  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 #0062b0;
  top: 1rem;
}

.ul_arrow li::before {
  background: #0062b0;
  height: 1px;
  left: 3px;
  margin-top: 3px;
  top: 1rem;
  width: 7px;
}

.ul_arrow li::after {
  border-top: 1px solid #0062b0;
  border-right: 1px solid #0062b0;
  height: 7px;
  left: 3px;
  top: 1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

.ul_circlegt li::before {
  background: #0062b0;
  border-radius: 50%;
  height: 1.2rem;
  left: 0;
  top: 0.8rem;
  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: 1rem;
  -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: #0062b0;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 1.312rem;
  height: 2rem;
  left: 0;
  line-height: 2rem;
  text-align: center;
  top: 0.6rem;
  width: 2rem;
  position: absolute;
}

.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: 1000px;
}

.section_bg {
  background: #f6f9fb;
}

.section_stripe {
  background-color: #eff4f8;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    color-stop(0.5, #f6f9fb),
    color-stop(0.5, transparent),
    to(transparent)
  );
  -webkit-background-size: 10px;
}

.box_bg,
.box_border,
.box_border-stripe {
  border-radius: 1rem;
  margin-top: 6.6rem;
  padding: 6.6rem;
  padding-top: 5.8rem;
}

@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border,
  .box_border-stripe {
    padding: 3.2rem;
    padding-top: 2.4rem;
  }
}
.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child,
.section .box_border-stripe:first-child,
.section_bg .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: 5rem;
  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;

  flex: 0 0 auto;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: left;
}

.box_flow .title .num {
  color: #0062b0;
  -webkit-box-flex: 0;

  flex: none;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1.1;
  padding-right: 5px;
}

.box_flow .title .step {
  background: #0062b0;
  border-radius: 3px;
  color: #fff;
  -webkit-box-flex: 0;

  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: #0062b0;
  -webkit-box-flex: 0;

  flex: 0 0 auto;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .box_flow .title_bg {
    display: -webkit-box;
    display: flex;
    -moz-align-items: 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: 5rem;
  padding: 5rem;
  position: relative;
}

.box_flow2:not(:first-child) {
  margin-top: 6rem;
}

@media only screen and (max-width: 767px) {
  .box_flow2 {
    padding: 3.2rem;
  }
}
.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.5333333333rem;
  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%;
}

@media only screen and (max-width: 767px) {
  table.table_address {
    border-bottom: 1px solid #ddd;
    display: block;
  }

  table.table_address thead,
  table.table_address tbody,
  table.table_address tr,
  table.table_address th,
  table.table_address td {
    display: block;
  }
}
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 0;
}

@media only screen and (max-width: 767px) {
  table.table_address th,
  table.table_address td {
    border: none;
  }
}
table.table_address th {
  padding-right: 1em;
}

@media only screen and (max-width: 767px) {
  table.table_address th {
    border-top: 1px solid #ddd;
    padding-bottom: 0;
    text-align: left;
  }
}
table.table_timetable {
  table-layout: fixed;
}

table.table_timetable th,
table.table_timetable td {
  background: transparent;
  border-bottom: 1px solid #ddd;
  padding: 0.8rem 0.2rem;
  text-align: center;
}

table.table_timetable thead th {
  background: #55abe4;
  color: #fff;
}

table.table_timetable thead th:first-child {
  width: 30%;
}

table.table_timetable tbody th {
  text-align: center;
}

table.table_timetable .consul {
  color: #0062b0;
}

@media print, screen and (min-width: 768px) and (max-width: 1039px) {
  table.table_timetable {
    font-size: 82%;
  }
}
table.table_fee {
  table-layout: fixed;
}

table.table_fee th,
table.table_fee td {
  background: transparent;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: left;
}

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;
}

.js-scrollable,
.js-scrollable_pc {
  margin-top: 2.4rem;
}

.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}

table.table_original1 {
  table-layout: fixed;
}

@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/pagetitle_bg.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: -webkit-box;
  display: flex;
  -moz-align-items: 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;

  flex: 1;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.32rem;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #page_title .page_title {
    font-size: 2.6rem;
  }
}
#breadcrumb {
  background: #f9f9f9;
  color: #888;
  font-size: 1.408rem;
  padding: 1.2rem;
}

#breadcrumb .material-icons {
  font-size: 1.6rem;
}

#breadcrumb ol {
  display: -webkit-box;
  display: flex;

  flex-wrap: wrap;
}

#breadcrumb li {
  display: -webkit-box;
  display: flex;
  -moz-align-items: 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: #0062b0;
  border-radius: 0.5333333333rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: table;
  line-height: 1.5;
  min-width: 280px;
  padding: 1.36rem 2.4rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btnstyle a:hover {
  color: #fff;
  opacity: 0.7;
}

.btnstyle a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 4px;
  margin-top: -3px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.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: -webkit-box;
  display: flex;

  flex-wrap: wrap;

  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 #0062b0;
  border-radius: 0.5333333333rem;
  -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: -webkit-box;
    display: flex;
    -moz-justify-content: space-between;

    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0 0 75%;

    flex: 0 0 75%;
  }

  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0 0 22%;

    flex: 0 0 22%;
  }

  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-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: #0062b0;
}

.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: #0062b0;
  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;
}

.wpcf7 dt,
.box_form dt {
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.wpcf7 dd,
.box_form dd {
  margin-bottom: 2rem;
}

.wpcf7 dd > span + span,
.box_form dd > span + span {
  margin-left: 15px;
}

.wpcf7 select,
.wpcf7 input,
.wpcf7 textarea,
.box_form select,
.box_form input,
.box_form textarea {
  font-family: inherit;
  font-size: inherit;
  max-width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.box_form input[type="text"],
.box_form input[type="email"],
.box_form input[type="tel"],
.box_form textarea {
  padding: 12px 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.wpcf7 textarea,
.box_form textarea {
  width: 100%;
}

.wpcf7 select,
.box_form select {
  padding: 10px 2px;
}

@media print, screen and (min-width: 768px) {
  .wpcf7 .input_wrap:not(:first-child),
  .box_form .input_wrap:not(:first-child) {
    margin-left: 2rem;
  }
}
.wpcf7 .attention,
.box_form .attention {
  color: #cc0000;
  font-size: 1.2rem;
}

.wpcf7 .acceptance .attention,
.box_form .acceptance .attention {
  font-size: inherit;
}

.wpcf7 .subtxt,
.box_form .subtxt {
  color: #999;
  font-size: 1.2rem;
  display: block;
}

.wpcf7 input[type="submit"],
.box_form input[type="submit"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #0062b0;
  background: #0062b0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 15px 20px;
  width: 240px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7 input[type="submit"]:hover,
.box_form input[type="submit"]:hover {
  background: #fff;
  color: #0062b0;
  cursor: pointer;
}

.wpcf7 .btn-style,
.wpcf7 .btnstyle,
.box_form .btn-style,
.box_form .btnstyle {
  text-align: center;
  margin-top: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .wpcf7 .btn-style,
  .wpcf7 .btnstyle,
  .box_form .btn-style,
  .box_form .btnstyle {
    margin-top: 2rem;
  }
}
.wpcf7 .screen-reader-response,
.box_form .screen-reader-response {
  margin-bottom: 2rem;
  padding: 10px;
  background: #fffbd2;
}

.wpcf7 .screen-reader-response ul,
.box_form .screen-reader-response ul {
  display: none;
}

.wpcf7 input.wpcf7-not-valid,
.box_form input.wpcf7-not-valid {
  background: #fffbd2;
}

.wpcf7 .wpcf7-not-valid-tip,
.box_form .wpcf7-not-valid-tip {
  color: #f88a1e;
}

.wpcf7 .wpcf7-response-output.wpcf7-validation-errors,
.box_form .wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #fffbd2;
}

.wpcf7 .btn-style {
  text-align: center;
}

.wpcf7 .ajax-loader {
  position: absolute !important;
}

.point_box {
  display: -webkit-box;
  display: flex;
  -moz-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;

  -webkit-box-align: center;
  align-items: center;
}

.notice_box .notice_title {
  background: #f6f9fb;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;

  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;

  -webkit-box-pack: center;
  justify-content: center;

  -moz-align-items: 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;

    flex: 2;
  }
}
@media only screen and (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #0062b0;
  display: block;
  position: relative;
  text-align: center;
}

.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #0062b0;
  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;

    flex: 5;

    display: -webkit-box;
    display: flex;

    flex-wrap: wrap;
    -moz-align-items: 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: #0062b0;
  background: #f6f9fb;
}

.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 1.6rem;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #0062b0;
  border-right: 1px solid #0062b0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section_top h2 {
  color: #0062b0;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section_top h2 {
    font-size: 2.56rem;
  }
}
.section_top h2 .title_en {
  color: #55abe4;
  display: block;
  font-size: 1.44rem;
}

.section_news dt {
  color: #0062b0;
  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: #0062b0;
}

.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;

    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: #0062b0;
}

.entry_ex {
  margin-bottom: 4rem;
  margin-top: 3.2rem;
}

.box_entry-item .entry_ex {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .box_entry-item .entry_ex {
    display: -webkit-box;
    display: flex;
    -moz-align-items: center;

    -webkit-box-align: center;
    align-items: center;
  }
}
.entry_date {
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;

  -webkit-box-align: center;
  align-items: center;
  font-size: 1.408rem;
}

.entry_date .material-icons {
  color: #0062b0;
  font-size: 1.6rem;
  margin-right: 8px;
}

.archive .box_entry-news .entry_date {
  -moz-justify-content: center;

  -webkit-box-pack: center;
  justify-content: center;

  color: #999;
  font-weight: normal;
  margin-top: 0.8rem;
}

.archive .box_entry-news .entry_date .material-icons {
  color: #999;
}

.box_entry-item .entry_date {
  margin-right: 1.6rem;
}

.post-categories {
  display: -webkit-box;
  display: flex;

  flex-wrap: wrap;
  -moz-align-items: 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: #0062b0;
  font-size: 1.6rem;
  margin-right: 8px;
}

.post-categories a {
  color: #0062b0;
  display: block;
  margin-right: 4px;
  text-decoration: none;
}

.box_entry-item .post-categories {
  margin-top: 0;
}

.pagenav_single {
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;

  -webkit-box-align: center;
  align-items: center;
  -moz-justify-content: space-between;

  -webkit-box-pack: justify;
  justify-content: space-between;

  border-top: 1px solid #eee;
  font-size: 1.408rem;
  line-height: 1.5;
  margin-top: 6.4rem !important;
  padding-top: 4.8rem;
}

.pagenav_single a {
  display: -webkit-box;
  display: flex;
  -moz-align-items: 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: -webkit-box;
  display: flex;
  -moz-align-items: center;

  -webkit-box-align: center;
  align-items: center;
  -moz-justify-content: center;

  -webkit-box-pack: center;
  justify-content: 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: #0062b0;
  border: 1px solid #0062b0;
  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: -webkit-box;
  display: flex;
  -moz-align-items: center;

  -webkit-box-align: center;
  align-items: center;
  -moz-justify-content: space-between;

  -webkit-box-pack: justify;
  justify-content: space-between;

  color: #333333;
  line-height: 1.5;
  padding: 1.2rem 0.8rem;
  text-decoration: none;
}

#post_aside .category_list a:hover {
  color: #0062b0;
}

#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: #0062b0;
}

#post_aside .latestpost_list a:hover::before {
  color: #0062b0;
}

#page_title {
  background: url("../img/common/under_title.jpg") no-repeat center/cover;
}
#page_title:before,
#page_title:after {
  display: none;
}
#page_title .page_title {
  color: #333333;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 767px) {
  #page_title .page_title {
    font-size: 24px;
    line-height: 40px;
  }
}

.post-type-page h2,
.post-type-page h3,
.post-type-page h4,
.post-type-page h5,
.post-type-page .text-large,
.post-type-post h2,
.post-type-post h3,
.post-type-post h4,
.post-type-post h5,
.post-type-post .text-large {
  font-weight: bold;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
.post-type-page h2,
.post-type-post h2 {
  color: #354c3b;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
  padding-top: 70px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .post-type-page h2,
  .post-type-post h2 {
    margin-top: 40px;
    font-size: 22px;
  }
}
.post-type-page h2:after,
.post-type-post h2:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background: url("../img/common/h2.png") no-repeat center/cover;
  width: 76px;
  height: 60px;
}
.post-type-page h3,
.post-type-post h3 {
  color: #354c3b;
  display: block;
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 2px solid #ff9631;
}
@media only screen and (max-width: 767px) {
  .post-type-page h3,
  .post-type-post h3 {
    font-size: 20px;
  }
}
.post-type-page h4,
.post-type-post h4 {
  border: 1px solid #333333;
  border-radius: 0px;
  color: #354c3b;
  display: table;
  padding: 15px 22px;
  font-size: 20px;
  line-height: 1.5;
  background: #fff;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.08em;
}
.post-type-page h4:before,
.post-type-post h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .post-type-page h4,
  .post-type-post h4 {
    font-size: 18px;
  }
}
.post-type-page h5,
.post-type-post h5 {
  color: #354c3b;
  display: table;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  border: none;
  background: #fbf9f3;
  padding: 6px 10px;
  border-radius: 0px;
}
.post-type-page h5:before,
.post-type-post h5:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .post-type-page h5,
  .post-type-post h5 {
    font-size: 16px;
  }
}
.post-type-page .box_bg h5,
.post-type-post .box_bg h5 {
  background: #fff;
}

.text-large {
  color: #00882d;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .text-large {
    font-size: 24px;
  }
}

.section {
  padding-top: 76px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 51px;
    padding-bottom: 75px;
  }
}
.section h3:first-child {
  margin-top: 24px;
}
.section hr {
  margin-bottom: 100px;
  margin-top: 100px;
  max-width: 768px;
}

.section_bg {
  background: #fbf9f3;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #fbf9f3;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #fbf9f3;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #fbf9f3;
}

.box_border {
  background: #fff;
  border: 5px solid #daf4e2;
}

.box_bg,
.box_border {
  margin-top: 50px;
  border-radius: 0px;
  padding-top: 58px;
  padding: 66px;
}
@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border {
    padding: 32px;
    padding-top: 24px;
  }
}
.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}
.box_bg ul:first-child,
.box_bg ol:first-child,
.box_bg dl:first-child,
.box_bg table:first-child,
.box_bg p:first-child,
.box_bg h3:first-child,
.box_bg h4:first-child,
.box_bg h5:first-child,
.box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.box_flow {
  border: 5px solid #daf4e2;
  background: #fff;
  border-radius: 0px;
  margin-top: 82px;
  padding: 66px;
  position: relative;
}
.box_flow:first-child {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .box_flow {
    padding: 40px 30px;
  }
}
.box_flow::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #daf4e2;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .box_flow::after {
    bottom: -95px;
  }
}
.box_flow:last-child::after,
.box_flow.last::after {
  display: none;
}
.section_bg .box_flow {
  background: #fff;
}
.section_bg .box_flow::after {
  border-top-color: #daf4e2;
}
.box_flow .title {
  padding: 0;
  -webkit-box-flex: 0;

  flex: 0 0 auto;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0;
  text-align: left;
  border: none;
  display: -webkit-box;

  display: flex;
}
@media only screen and (max-width: 767px) {
  .box_flow .title {
    padding: 0;
    font-size: 18px;
  }
}
.box_flow .title .num {
  display: block;
  border: #00882d;
  background: #00882d;
  margin-right: 0.5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  -webkit-box-flex: 0;

  flex: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -4px;
}

.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%;
}

.link_anchor {
  border: 2px solid #daf4e2 !important;
  border-radius: 0px !important;
  padding: 30px 30px !important;
  display: -webkit-box;

  display: flex;

  flex-wrap: wrap;
}
.link_anchor li {
  display: block;
  width: 100%;
  line-height: 1;
  margin: 0;
}
.link_anchor.link_col_2 li {
  width: 48%;
}
.link_anchor.link_col_2 li:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .link_anchor.link_col_2 li:nth-child(2) {
    margin-top: 0;
  }
  .link_anchor.link_col_2 li:nth-child(n + 3) {
    margin-top: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .link_anchor.link_col_2 li:nth-child(n + 2) {
    margin-top: 2%;
  }
}
.link_anchor.link_col_3 li:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .link_anchor.link_col_3 li:nth-child(2) {
    margin-top: 0;
  }
  .link_anchor.link_col_3 li:nth-child(n + 4) {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .link_anchor.link_col_3 li:nth-child(n + 2) {
    margin-top: 3%;
  }
}
.link_anchor a {
  background: #fff;
  color: #333333 !important;
  border-radius: 0;
  padding: 0.5em 1em 0.5em 3.5em;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 28px;
  border-radius: 0;
  border: none;
  color: #333333;
  display: inline;
  width: auto;
  padding: 5px 0 5px 50px;
}
.link_anchor a::after,
.link_anchor a::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: auto;
  margin: auto;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 18px;
  right: auto;
  top: 15px;
  bottom: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link_anchor a::before {
  display: block;
  background: #00882d;
  border-radius: 50%;
  height: 27px;
  left: 16px;
  width: 27px;
  left: 10px;
  right: auto;
}
.link_anchor a:hover {
  text-decoration: none;
  color: #ff9631 !important;
  background: none;
  opacity: 7 !important;
}
.link_anchor a:hover:before {
  background: #00882d;
}
.link_anchor a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .link_anchor.link_col_2 li,
  .link_anchor.link_col_3 li {
    -webkit-box-flex: 0;

    flex: 0 0 100%;
  }
  .link_anchor.link_col_2 li {
    max-width: calc(100% / 2 - (16px * 0.7));
  }
  .link_anchor.link_col_2 li:not(:nth-child(2n)) {
    margin-right: 22.4px;
  }
  .link_anchor.link_col_3 li {
    max-width: 32%;
  }
  .link_anchor.link_col_3 li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.ul_circle,
.ul_square,
.ul_dot,
.ul_ring,
.ul_check,
.ul_triangle,
.ul_arrow,
.ul_circlegt {
  margin-top: 24px;
}
.ul_circle li,
.ul_square li,
.ul_dot li,
.ul_ring li,
.ul_check li,
.ul_triangle li,
.ul_arrow li,
.ul_circlegt li {
  line-height: 1.75;
  margin-top: 12px;
  padding-left: 20px;
  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: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #00882d;
  height: 8px;
  left: 0;
  top: 10px;
  width: 8px;
}

.ul_check li {
  padding-left: 2em;
}
.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #ff9631;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
}

.ul_triangle li::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #00882d;
  top: 10px;
}

.ol_circle {
  counter-reset: ol_circle;
}
.ol_circle li {
  padding-left: 28px;
  position: relative;
}
.ol_circle li::before,
.ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  background-color: #00882d;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 13.12px;
  height: 20px;
  left: 0;
  line-height: 20px;
  text-align: center;
  top: 6px;
  width: 20px;
  position: absolute;
}

table {
  width: 100%;
}
table.table_address {
  background: #fff;
}
table.table_address thead tr th {
  text-align: left;
  float: none;
  padding: 1em 0 1em 1em;
}
table.table_address thead tr th:first-child {
  border-top: 1px solid #00882d;
  color: #00882d;
  width: 25%;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  table.table_address thead tr th:first-child {
    width: 35%;
  }
}
table.table_address thead tr:last-child th:first-child {
  border-bottom: 1px solid #00882d;
}
table.table_address tbody tr th,
table.table_address tbody tr td {
  text-align: left;
  padding: 1em 0 1em 1em;
}
table.table_address tbody tr th:first-child,
table.table_address tbody tr td:first-child {
  color: #00882d;
  border-bottom: 1px solid #00882d;
  border-top: 1px solid #00882d;
}
table.table_address th,
table.table_address td {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  line-height: 1.6;
  padding: 1.6rem 0;
}
table.table_address th {
  padding-right: 1em;
}
table.table_timetable {
  table-layout: fixed;
}
table.table_timetable th,
table.table_timetable td {
  background: #fff;
  border-bottom: 1px solid #cccccc;
  padding: 0.8rem 0.2rem;
  text-align: center;
}
table.table_timetable thead th {
  background: #ff9631;
  color: #fff;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody th {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  table.table_timetable {
    font-size: 82%;
  }
}
table.table_fee {
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  table.table_fee.table_fee_mini th,
  table.table_fee.table_fee_mini td {
    font-size: 14px;
    letter-spacing: 0em;
  }
}
table.table_fee th,
table.table_fee td {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee thead th {
  background: #d5f2de;
  color: #00882d;
  text-align: center;
}
table.table_fee tbody th {
  background: #fff;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
}
table.table_fee tbody td {
  text-align: left;
  padding-right: 1em;
}
table.table_fee tbody td:last-child {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  table.table_fee_sp {
    border-bottom: 1px solid #cccccc;
    display: block;
  }
  table.table_fee_sp thead,
  table.table_fee_sp tbody,
  table.table_fee_sp tr,
  table.table_fee_sp th,
  table.table_fee_sp td {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  table.table_fee_sp th,
  table.table_fee_sp td {
    border: none;
  }
}
table.table_fee_sp tbody th {
  background: #ffe5cc !important;
}
@media only screen and (max-width: 767px) {
  table.table_fee_sp tbody th {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  table.table_fee_sp tbody td {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
}
@media only screen and (max-width: 767px) {
  table.table_fee_sp th {
    border: 1px solid #cccccc;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  table.table_fee_sp_wd tbody th {
    width: 25%;
  }
}

.consul {
  color: #ff9631 !important;
}

.consul2 {
  color: #00882d !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-top: 24px;
}
.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
}

.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 768px;
  }
}

#breadcrumb {
  background: #fff;
  color: #333333;
}

.box_faq {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 28px;
  margin-top: 28px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 60px;
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 26px;
  font-weight: 600;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  width: 40px;
  top: 0;
  text-align: center;
  left: 0;
}
.box_faq .question {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #00882d;
}
.box_faq .question p {
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}
.box_faq .question p::before,
.box_faq .question p::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  background: #00882d;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.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 p {
  margin-top: 0;
}
.box_faq .answer::before {
  content: "A";
  color: #fff;
  background: #ff9631;
  top: 30px;
}

.box_form .wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}
.box_form .wpcf7 dl dt,
.box_form .wpcf7 dl dd {
  padding: 10px 5px;
}
.box_form .wpcf7 dl dt {
  clear: both;
  float: left;
}
.box_form .wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}
.box_form .wpcf7 .mf {
  font-size: 80%;
  color: #ea0000;
  padding-left: 3px;
}
.box_form .wpcf7 .ex,
.box_form .wpcf7 .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}
.box_form .wpcf7 dl dt .requisite,
.box_form .wpcf7 dl .attention {
  font-size: 78%;
  color: #f45000;
}
.box_form .wpcf7 .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}
.box_form .wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
}
.box_form .wpcf7 dl dd .radio input,
.box_form .wpcf7 dl dd .heckbox input {
  width: auto;
}
.box_form .wpcf7 dl dd .radio01 span.wpcf7-list-item,
.box_form .wpcf7 dl dd .sexes span.wpcf7-list-item,
.box_form .wpcf7 dl dd .correspondence span.wpcf7-list-item,
.box_form .wpcf7 dl dd .course span.wpcf7-list-item,
.box_form .wpcf7 dl dd .health-insurance span.wpcf7-list-item {
  display: block;
}
.box_form .mainblock .wpcf7 dl dd p {
  margin-bottom: 0;
}
.box_form .wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
}
.box_form .wpcf7 dl dd .wpcf7-list-item {
  margin-right: 10px;
}
.box_form .wpcf7 .btn-style {
  text-align: center;
}
.box_form .wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.4em;
}
.box_form .btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
@media only screen and (max-width: 767px) {
  .box_form .wpcf7 dl dt {
    float: none;
  }
  .box_form .wpcf7 dl dd {
    padding-left: 0;
  }
  .box_form .wpcf7 dl dd input,
  .box_form .wpcf7 dl dd textarea {
    width: 100%;
    max-width: 750px;
  }
}

.wpcf7-spinner {
  position: absolute !important;
}

.wpcf7 .btn-style {
  text-align: center;
}
.wpcf7 .ajax-loader {
  position: absolute !important;
}

.footer_top {
  background: url("../img/common/footer_top_bg.png") center;
}
.footer_top .sec_text {
  margin: 0 0 20px;
  line-height: 24px;
}
.footer_top .sec_tel {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .footer_top {
    padding: 50px 10px 20px;
  }
  .footer_top .sec_text,
  .footer_top .sec_tel {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer_top .sec_box {
    -webkit-box-align: center;

    align-items: center;
  }
  .footer_top .sec_box .colbox_2 {
    width: 50%;
    margin-right: 0;
    height: 100%;
  }
  .footer_top .footer_top_box {
    max-width: 500px;
    width: 100%;
    margin: auto 0 auto auto;
  }
  .footer_top .googlemap,
  .footer_top .youtube {
    padding-top: 360px;
  }
  .footer_top .btnstyle a {
    margin: 0;
    max-width: 220px;
  }
  .footer_top .sec_box .colbox_2:first-child {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1050px) {
  .footer_top .sec_box .colbox_2:first-child {
    padding-left: 0;
  }
}

.footer {
  background: #ffefe0;
  font-size: 1.6rem;
  padding: 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .footer .sec_box .colbox_2 {
    width: 46%;
    margin-right: 8%;
  }
  .footer .sec_box .colbox_2:last-child {
    margin-right: 0;
  }
}
.footer .sec_logo {
  margin: 0 0 30px;
}
.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
}
.footer .btnstyle a {
  background: #ff9631;
  max-width: 220px;
  letter-spacing: 0.05em;
}
.footer table.address {
  margin-bottom: 20px;
}
.footer table.address th,
.footer table.address td {
  padding: 14px 0;
  line-height: 1.4;
  border-bottom: 1px solid #e0dad4;
}
.footer table.address tr:first-child th,
.footer table.address tr:first-child td {
  padding-top: 0;
}
.footer table.address th {
  font-weight: bold;
  width: 80px;
  text-align: left;
  padding-right: 8px;
}
.footer .table_timetable thead th,
.footer .table_timetable thead td {
  background: #ffa854;
}
.footer .table_timetable tbody th,
.footer .table_timetable tbody td {
  background: #fff;
}
.footer .sec_img {
  margin: 0;
}

#copyright {
  background: #ffc389;
  color: #fff;
  margin-top: 50px;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #copyright {
    padding: 10px 0 17%;
  }
}

.text-red {
  color: #ff0000;
}

.btnstyle a {
  color: #fff !important;
  min-width: auto;
  max-width: 280px;
  width: 100%;
  margin: auto;
  border-radius: 0;
  padding: 1.3rem 2.4rem;
  font-size: 16px;
  background: #00882d;
}

.mce-content-body a {
  color: #00882d;
}

.text-primary {
  color: #00882d;
}

#totop .totop_inner {
  border-radius: 0;
  width: 80px;
  height: 80px;
  background: url("../img/common/top.png") no-repeat center/cover;
}
#totop .totop_inner .material-icons {
  display: none;
}
@media screen and (max-width: 767px) {
  #totop .totop_inner {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1000px) {
  #totop .totop_inner {
    width: 90px;
    height: 90px;
  }
}

a[href^="tel:"] {
  color: #333333;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.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: 5px 10px;
  line-height: 1.5;
  color: #fff;
}

@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;
  }
}
.wpcf7 .screen-reader-response,
.box_form .screen-reader-response {
  margin-bottom: 0;
  padding: 0;
  background: none;
}

.wpcf7 input[type="submit"],
.box_form input[type="submit"] {
  border: 2px solid #00882d;
  background: #00882d;
}

.wpcf7 input[type="submit"]:hover,
.box_form input[type="submit"]:hover {
  color: #00882d;
}

@media screen and (max-width: 767px) {
  .box_form .wpcf7 dl dt,
  .box_form .wpcf7 dl dd {
    padding: 10px 5px;
  }

  .box_form .wpcf7 dl dt {
    padding-bottom: 0;
  }

  .box_form .wpcf7 dl dd {
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  img.sp_img_original {
    width: auto;
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .sec_box:not(:first-of-type) {
    margin-top: 5%;
  }
  .sec_box:first-of-type {
    margin-top: 0;
  }
  .sec_box .colbox_2:not(:first-of-type),
  .sec_box .colbox_3:not(:first-of-type),
  .sec_box .colbox_4:not(:first-of-type),
  .sec_box .colbox_5:not(:first-of-type) {
    margin-top: 5%;
  }
  .sec_box.sp_colbox_2 {
    display: -webkit-box;

    display: flex;

    flex-wrap: wrap;
  }
  .sec_box.sp_colbox_2 .colbox_2,
  .sec_box.sp_colbox_2 .colbox_3,
  .sec_box.sp_colbox_2 .colbox_4,
  .sec_box.sp_colbox_2 .colbox_5 {
    width: 49%;
    margin-right: 2%;
  }
  .sec_box.sp_colbox_2 .colbox_2:not(:first-child),
  .sec_box.sp_colbox_2 .colbox_3:not(:first-child),
  .sec_box.sp_colbox_2 .colbox_4:not(:first-child),
  .sec_box.sp_colbox_2 .colbox_5:not(:first-child) {
    margin-top: 0;
  }
  .sec_box.sp_colbox_2 .colbox_2:nth-child(2n),
  .sec_box.sp_colbox_2 .colbox_3:nth-child(2n),
  .sec_box.sp_colbox_2 .colbox_4:nth-child(2n),
  .sec_box.sp_colbox_2 .colbox_5:nth-child(2n) {
    margin-right: 0;
  }
  .sec_box.sp_colbox_2 .colbox_2:nth-child(n + 3),
  .sec_box.sp_colbox_2 .colbox_3:nth-child(n + 3),
  .sec_box.sp_colbox_2 .colbox_4:nth-child(n + 3),
  .sec_box.sp_colbox_2 .colbox_5:nth-child(n + 3) {
    margin-top: 2%;
  }
  .sec_box.sp_colbox_3 {
    display: -webkit-box;

    display: flex;

    flex-wrap: wrap;
  }
  .sec_box.sp_colbox_3 .colbox_2,
  .sec_box.sp_colbox_3 .colbox_3,
  .sec_box.sp_colbox_3 .colbox_4,
  .sec_box.sp_colbox_3 .colbox_5 {
    width: 32%;
    margin-right: 2%;
  }
  .sec_box.sp_colbox_3 .colbox_2:not(:first-child),
  .sec_box.sp_colbox_3 .colbox_3:not(:first-child),
  .sec_box.sp_colbox_3 .colbox_4:not(:first-child),
  .sec_box.sp_colbox_3 .colbox_5:not(:first-child) {
    margin-top: 0;
  }
  .sec_box.sp_colbox_3 .colbox_2:nth-child(3n),
  .sec_box.sp_colbox_3 .colbox_3:nth-child(3n),
  .sec_box.sp_colbox_3 .colbox_4:nth-child(3n),
  .sec_box.sp_colbox_3 .colbox_5:nth-child(3n) {
    margin-right: 0;
  }
  .sec_box.sp_colbox_3 .colbox_2:nth-child(n + 4),
  .sec_box.sp_colbox_3 .colbox_3:nth-child(n + 4),
  .sec_box.sp_colbox_3 .colbox_4:nth-child(n + 4),
  .sec_box.sp_colbox_3 .colbox_5:nth-child(n + 4) {
    margin-top: 2%;
  }
}
@media screen and (min-width: 768px) {
  .sec_box {
    display: -webkit-box;

    display: flex;

    flex-wrap: wrap;
  }
  .sec_box .colbox_2 {
    width: 48%;
    margin-right: 4%;
  }
  .sec_box .colbox_2:nth-child(2n) {
    margin-right: 0;
  }
  .sec_box .colbox_2:nth-child(n + 3) {
    margin-top: 4%;
  }
  .sec_box .colbox_3 {
    width: 32%;
    margin-right: 2%;
  }
  .sec_box .colbox_3:nth-child(3n) {
    margin-right: 0;
  }
  .sec_box .colbox_3:nth-child(n + 4) {
    margin-top: 2%;
  }
  .sec_box .colbox_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .sec_box .colbox_4:nth-child(4n) {
    margin-right: 0;
  }
  .sec_box .colbox_4:nth-child(n + 5) {
    margin-top: 2%;
  }
  .sec_box .colbox_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .sec_box .colbox_5:nth-child(5n) {
    margin-right: 0;
  }
  .sec_box .colbox_5:nth-child(n + 6) {
    margin-top: 2%;
  }
  .sec_box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;

    flex-direction: row-reverse;
    -webkit-box-pack: justify;

    justify-content: space-between;
  }
  .sec_box.reverse .colbox_2 {
    width: 48%;
    margin-right: 4%;
  }
  .sec_box.reverse .colbox_2:first-child {
    margin-right: 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: block !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_span {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;

    display: flex;

    flex-wrap: wrap;
  }

  ul.list_columns_2 li {
    width: 49%;
    margin-right: 2%;
  }

  ul.list_columns_2 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_col ul {
    margin: 0 !important;
  }
}
.bold {
  font-weight: bold;
}

.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;
}

.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;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .sp-table {
    overflow-x: scroll;
  }

  .sp-table table {
    width: 768px;
  }
}
.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  -webkit-animation: loopslider 40s linear infinite;
  animation: loopslider 40s linear infinite;
  display: -webkit-box;

  display: flex;
  width: calc(320px * 12);
  height: 100%;
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-320px * 6));
    transform: translateX(calc(-320px * 6));
  }
}

@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-320px * 6));
    transform: translateX(calc(-320px * 6));
  }
}
.sec01,
.sec02,
.sec03,
.sec04,
.sec05,
.sec06,
.sec07,
.sec08,
.sec09 {
  margin: 0;
}
.sec01 h2,
.sec02 h2,
.sec03 h2,
.sec04 h2,
.sec05 h2,
.sec06 h2,
.sec07 h2,
.sec08 h2,
.sec09 h2 {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  padding: 0 0 12px;
  letter-spacing: 0em;
  margin-bottom: 24px;
}
.sec01 h2:after,
.sec02 h2:after,
.sec03 h2:after,
.sec04 h2:after,
.sec05 h2:after,
.sec06 h2:after,
.sec07 h2:after,
.sec08 h2:after,
.sec09 h2:after {
  display: none;
}
.sec01 h2:before,
.sec02 h2:before,
.sec03 h2:before,
.sec04 h2:before,
.sec05 h2:before,
.sec06 h2:before,
.sec07 h2:before,
.sec08 h2:before,
.sec09 h2:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 80px;
  height: 1px;
  background: #ff9631;
}
.sec01 .sec_text,
.sec02 .sec_text,
.sec03 .sec_text,
.sec04 .sec_text,
.sec05 .sec_text,
.sec06 .sec_text,
.sec07 .sec_text,
.sec08 .sec_text,
.sec09 .sec_text {
  line-height: 30px;
  letter-spacing: 0.1em;
}
.sec01 .sec_img,
.sec02 .sec_img,
.sec03 .sec_img,
.sec04 .sec_img,
.sec05 .sec_img,
.sec06 .sec_img,
.sec07 .sec_img,
.sec08 .sec_img,
.sec09 .sec_img {
  text-align: center;
}
.sec01 .sec_img img,
.sec02 .sec_img img,
.sec03 .sec_img img,
.sec04 .sec_img img,
.sec05 .sec_img img,
.sec06 .sec_img img,
.sec07 .sec_img img,
.sec08 .sec_img img,
.sec09 .sec_img img {
  margin: auto;
  border-radius: 0;
}
.sec01 .btnstyle a,
.sec02 .btnstyle a,
.sec03 .btnstyle a,
.sec04 .btnstyle a,
.sec05 .btnstyle a,
.sec06 .btnstyle a,
.sec07 .btnstyle a,
.sec08 .btnstyle a,
.sec09 .btnstyle a {
  max-width: 220px;
  padding: 1.3rem 1.4rem;
}
.sec01 .btnstyle a.btn_color2,
.sec02 .btnstyle a.btn_color2,
.sec03 .btnstyle a.btn_color2,
.sec04 .btnstyle a.btn_color2,
.sec05 .btnstyle a.btn_color2,
.sec06 .btnstyle a.btn_color2,
.sec07 .btnstyle a.btn_color2,
.sec08 .btnstyle a.btn_color2,
.sec09 .btnstyle a.btn_color2 {
  background: #ff9631;
}
@media screen and (min-width: 768px) {
  .sec01 h2,
  .sec02 h2,
  .sec03 h2,
  .sec04 h2,
  .sec05 h2,
  .sec06 h2,
  .sec07 h2,
  .sec08 h2,
  .sec09 h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1050px) {
  .sec01 h2,
  .sec02 h2,
  .sec03 h2,
  .sec04 h2,
  .sec05 h2,
  .sec06 h2,
  .sec07 h2,
  .sec08 h2,
  .sec09 h2 {
    font-size: 36px;
    letter-spacing: 0.1em;
  }
}

.sec01 {
  padding: 50px 0 40px;
}
.sec01 .text_box {
  padding: 40px 25px;
  border: 1px solid #ffc288;
  background: #ffefe0;
}
.sec01 .sec_text {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding: 100px 0 80px;
  }
  .sec01 .text_box {
    padding: 45px 50px;
  }
  .sec01 h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}

.sec02 {
  padding: 0 0 0;
}
.sec02 h2 {
  padding: 0;
  margin: 0;
  text-align: left;
  padding-right: 100px;
  line-height: 1.2;
}
.sec02 h2 .small {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.sec02 h2:before {
  display: none;
}
.sec02 .title_box {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #74a684;
}
.sec02 .title_box .btnstyle {
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  height: 28px;
}
.sec02 .title_box .btnstyle a {
  width: 90px;
  padding: 0.21rem 1.4rem;
}
.sec02 dl dt,
.sec02 dl dd {
  letter-spacing: 0.1em;
}
.sec02 dl dt {
  font-weight: bold;
}
.sec02 dl dd a {
  color: #333333;
  text-decoration: none;
}
.sec02 dl dd a:hover {
  color: #333333;
  text-decoration: underline;
}
.sec02 .sec_text {
  padding-left: 1em;
  margin: 0.5em 0;
}
.sec02 .table_timetable {
  margin-top: 0;
}
.sec02 .table_timetable thead tr th,
.sec02 .table_timetable thead tr td {
  background: #ffa854;
}
.sec02 .sec_box {
  margin-top: 50px;
}
.sec02 table.address {
  margin: 0;
}
.sec02 table.address th,
.sec02 table.address td {
  color: #333333 !important;
  padding: 18px 0 !important;
  line-height: 1.4;
  border: none !important;
  border-bottom: 1px solid #e0dad4 !important;
  background: none !important;
  font-size: 16px !important;
  letter-spacing: 0.1em !important;
}
.sec02 table.address tr:first-child th,
.sec02 table.address tr:first-child td {
  padding-top: 0 !important;
}
.sec02 table.address th {
  font-weight: bold;
  width: 100px;
  text-align: left;
  padding-right: 8px;
}
.sec02 .btnstyle a {
  max-width: 220px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .sec02 {
    padding: 0 0 0;
  }
  .sec02 h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .sec02 .sec_box .colbox_2 {
    width: 46%;
    margin-right: 8%;
  }
  .sec02 .sec_box .colbox_2:last-child {
    margin-right: 0;
  }
  .sec02 dl dt:first-of-type,
  .sec02 dl dd:first-of-type {
    padding-top: 0 !important;
  }
  .sec02 dl dt {
    float: left;
    padding: 1em 0;
    padding-left: 1em;
  }
  .sec02 dl dd {
    padding: 1em 0;
    padding-left: 130px;
    border-bottom: 1px solid #cccccc;
  }
}

.sec03 {
  padding: 50px 0;
  background: url("../img/top/sec03_bg.jpg") no-repeat center bottom;
}

.sec03 .sec_title {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: bold;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  margin-bottom: 20px;
}
.sec03 .sec_title .sec_span {
  color: #00882d;
  font-size: 26px;
  letter-spacing: 0;
  font-weight: bold;
}
.sec03 .sec_text {
  margin: 0;
}
.sec03 .btnstyle a {
  padding: 1.3rem 1.4rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .sec03 {
    padding: 100px 0;
  }
  .sec03 .sec_title {
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0em;
  }
  .sec03 .sec_title .sec_span {
    font-size: 26px;
    letter-spacing: 0em;
  }
  .sec03 .sec_box {
    -webkit-box-align: center;

    align-items: center;
  }
  .sec03 .container {
    max-width: 1920px;
  }
  .sec03 .text_box {
    max-width: 460px;
    width: 100%;
    margin: auto auto auto 0;
  }
  .sec03 .btnstyle a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1050px) {
  .sec03 .btnstyle a {
    font-size: 16px;
  }
  .sec03 .sec_title {
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 0.1em;
  }
  .sec03 .sec_title .sec_span {
    font-size: 36px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .sec03 {
    background: url("../img/top/sp_sec03_bg.jpg") no-repeat center bottom;
  }
}

.sec04 {
  padding: 0 0 50px;
  background: #daf4e2;
}
.sec04 h2:before {
  background: #00882d;
}
@media screen and (max-width: 767px) {
  .sec04 .container {
    padding: 0;
    margin: 0;
  }
  .sec04 .text_box {
    margin: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .sec04 {
    padding: 0 0;
  }
  .sec04 .text_box {
    max-width: 460px;
    width: 100%;
    margin: auto 0 auto auto;
  }
  .sec04 .container {
    max-width: 1920px;
  }
  .sec04 .container > .sec_box {
    -webkit-box-align: center;

    align-items: center;
  }
  .sec04 .container > .sec_box > .colbox_2:first-child {
    padding-top: 560px;
    background: url("../img/top/sec04_img001.jpg") no-repeat center bottom;
  }
  .sec04 .container > .sec_box > .colbox_2 .sec_box .colbox_2 {
    margin-right: 4%;
  }
  .sec04 .container > .sec_box > .colbox_2 .sec_box .colbox_2:last-child {
    margin-right: 0;
  }
  .sec04 .btnstyle a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1050px) {
  .sec04 .btnstyle a {
    font-size: 16px;
  }
}

.sec05 {
  padding: 50px 0;
  background: #fbf9f2;
}
.sec05 h2 {
  color: #354c3b;
}
.sec05 h2:before {
  background: #00882d;
}
.sec05 .sec_text {
  margin: 0 0 0;
}
.sec05 .sec_title {
  color: #333333;
  margin-top: 1.8rem;
  text-align: center;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .sec05 {
    padding: 90px 0 100px;
  }
  .sec05 .sec_title {
    letter-spacing: 0em;
    font-size: 18px;
    line-height: 24px;
  }
  .sec05 .sec_text {
    text-align: center;
  }
}
@media screen and (min-width: 1050px) {
  .sec05 .sec_title {
    letter-spacing: 0.15em;
    font-size: 20px;
    line-height: 26px;
  }
}

.sec06 {
  padding: 50px 0;
}
.sec06 .sec_box a {
  height: 220px;
  max-width: 220px;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  display: -webkit-box;

  display: flex;
  -webkit-box-align: top;

  align-items: top;
  margin: auto;
  -webkit-box-pack: center;

  justify-content: center;
}
.sec06 .sec_box a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.7;
  text-decoration: none;
}
.sec06 .sec_box a span {
  display: block;
  text-align: center;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  color: #333333;
}
.sec06 .sec_box a .sec_img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec06 .sec_box a .text_box {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 13%;
  width: 100%;
}
.sec06 .sec_box a .text_box.text_box2 {
  bottom: 8%;
}
.sec06 .sec_box a .sec_text {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
  position: relative;
  line-height: 22px;
}
.sec06 .sec_box a .sec_text:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 5%;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-bottom: solid 2px #ff9631;
  border-right: solid 2px #ff9631;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sec06 .sec_box a:after {
  z-index: -2;
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: -7px;
  top: auto;
  bottom: -7px;
  width: 100%;
  height: 100%;
  background: #faf9f8;
}
.sec06 .sec_box a:before {
  z-index: -1;
  border: 1px solid #ff9631;
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .sec06 .sec_box a {
    height: 190px;
  }
}
@media screen and (min-width: 768px) {
  .sec06 {
    padding: 100px 0;
  }
  .sec06 h2 {
    margin-bottom: 50px;
  }
  .sec06 .sec_box .colbox_4 {
    width: 22%;
    margin-right: 4%;
  }
  .sec06 .sec_box .colbox_4:nth-child(4n) {
    margin-right: 0;
  }
  .sec06 .sec_box .colbox_4:nth-child(n + 5) {
    margin-top: 4%;
  }
  .sec06 .sec_box a .sec_text {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
  }
}
@media screen and (min-width: 1000px) {
  .sec06 .sec_box a .sec_text {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 22px;
  }
}

.sec07 {
  padding: 50px 0;
  background: url("../img/top/sec07_bg.jpg") center;
}
.sec07 .item_wrap ul {
  margin: 0;
  border-top: 1px solid #dee5df;
  border-bottom: 1px solid #dee5df;
  background: #fff;
  border-radius: 0;
  padding: 40px 5% 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
}
.sec07 .btn_wrap {
  display: -webkit-box;

  display: flex;
  -webkit-box-pack: center;

  justify-content: center;
  -webkit-box-align: center;

  align-items: center;
  margin-top: 0;
}
.sec07 .btn_wrap .tab_btn {
  font-size: 2.3vw;
  line-height: 28px;
  font-weight: bold;
  width: 23%;
  height: 60px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;

  display: flex;
  -webkit-box-align: center;

  align-items: center;
  -webkit-box-pack: center;

  justify-content: center;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  border-bottom: none;
  font-weight: 400;
  font-style: normal;
  background: #bac9bf;
  color: #fff;
}
.sec07 .btn_wrap .tab_btn.active {
  color: #fff;
  background: #00882d;
}
.sec07 .btn_wrap .tab_btn:hover {
  cursor: pointer;
}
.sec07 .btn_wrap .tab_btn:not(:first-child) {
  margin-left: 10px;
}
.sec07 .tab_item:not(.active) {
  display: none;
}
.sec07 .btnstyle a {
  max-width: 1000px;
  width: 100%;
  background: #fff;
  color: #00882d !important;
  border: 1px solid #00882d;
  height: 60px;
  display: -webkit-box;

  display: flex;
  -webkit-box-pack: center;

  justify-content: center;
  -webkit-box-align: center;

  align-items: center;
  padding: 0;
  line-height: 20px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  border-radius: 0;
}
.sec07 .btnstyle a:after {
  border-color: #00882d;
}
.sec07 .btnstyle a:hover {
  background: #00882d;
  color: #fff !important;
  border: 1px solid #00882d;
}
.sec07 .btnstyle a:hover:after {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec07 {
    background: url("../img/top/sp_sec07_bg.jpg") center;
  }
  .sec07 .btn_wrap {
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
  }
  .sec07 .btn_wrap .tab_btn {
    font-size: 18px;
    line-height: 22px;
    width: 32%;
    margin: 0;
    height: 60px;
    padding: 0;
    border-radius: 0;
    border-bottom: none;
    margin: 0 !important;
    margin-right: 2% !important;
  }
  .sec07 .btn_wrap .tab_btn:nth-child(3n) {
    margin-right: 0 !important;
  }
  .sec07 .btn_wrap .tab_btn:nth-child(n + 3) {
    margin-top: 0 !important;
  }
  .sec07 .item_wrap ul {
    padding: 30px 10px 30px;
  }
}
@media screen and (max-width: 570px) {
  .sec07 .btnstyle a {
    font-size: 3vw;
  }
  .sec07 .btn_wrap .tab_btn {
    line-height: 20px;
    font-size: 3.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec07 {
    padding: 100px 0;
  }
  .sec07 .container {
    max-width: 1920px;
  }
  .sec07 .item_wrap ul {
    padding: 40px 5% 40px;
  }
  .sec07 h2 {
    margin-bottom: 45px;
  }
  .sec07 .btn_wrap .tab_btn:not(:first-child) {
    margin-left: 40px;
  }
  .sec07 .btn_wrap .tab_btn {
    height: 70px;
    font-size: 2.3vw;
  }
  .sec07 .btnstyle a {
    height: 70px;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1050px) {
  .sec07 .item_wrap ul {
    padding: 75px 5% 75px;
  }
  .sec07 .btnstyle a {
    height: 100px;
  }
  .sec07 .btnstyle a:after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #00882d;
    border-right: 3px solid #00882d;
  }
  .sec07 .btn_wrap .tab_btn {
    height: 90px;
    font-size: 2.3vw;
  }
  .sec07 .btnstyle a {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1850px) {
  .sec07 .btnstyle a {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0em;
  }
  .sec07 .btnstyle a:after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #00882d;
    border-right: 3px solid #00882d;
  }
  .sec07 .btnstyle a:hover:after {
    border-color: #fff;
  }
  .sec07 .btn_wrap .tab_btn {
    font-size: 36px;
    letter-spacing: 0em;
  }
}

.sec08 {
  padding: 10px 0 50px;
}
.sec08 .sec_title {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  margin-bottom: 40px;
  color: #fff;
}
.sec08 .sec_text_box {
  font-size: 16px;
  letter-spacing: 0em;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  text-align: center;
  max-width: 480px;
  width: 100%;
  padding: 5px 0;
  margin: auto;
  background: #fdfdfb;
  border-radius: 25px;
}
.sec08 .sec_text_box span {
  padding: 0 20px;
  width: 100%;
}
.sec08 .btnstyle {
  margin: 0;
}
.sec08 .btnstyle a {
  max-width: 240px;
  border-radius: 25px;
}
.sec08 .sec_box {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sec08 {
    background: url("../img/top/sp_sec08_bg.jpg") no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .sec08 {
    padding: 90px 0 100px;
    background: url("../img/top/sec08_bg.jpg") no-repeat center/cover;
  }
  .sec08 .sec_title {
    margin-bottom: 60px;
    font-size: 38px;
    line-height: 50px;
  }
  .sec08 .sec_text_box {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .sec08 .sec_box {
    max-width: 760px;
    margin: auto;
    margin-top: 50px;
  }
  .sec08 .sec_box .colbox_2:nth-child(odd) .btnstyle a {
    margin: 0 0 0 auto;
  }
  .sec08 .sec_box .colbox_2:nth-child(even) .btnstyle a {
    margin: 0;
  }
}

.sec09 {
  padding: 50px 0;
  background: url("../img/top/sec09_bg.jpg") center;
}
.sec09 .sec_box .colbox_3 {
  position: relative;
}
.sec09 .sec_img {
  margin: 0;
}
.sec09 .text_box {
  position: relative;
  min-height: 330px;
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 20px;
  width: 95%;
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}
.sec09 .sec_title {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  color: #00882d;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.sec09 .sec_text {
  margin: 0;
}
.sec09 .btnstyle {
  margin: 0;
}
.sec09 .btnstyle a {
  background: #ff9631;
  margin: auto 0 auto auto;
}
.sec09 .sec_box .sec_box {
  width: 82.65%;
  content: "";
  position: absolute;
  display: table;
  margin: auto;
  left: auto;
  right: 40px;
  top: auto;
  bottom: 40px;
}
.sec09 .sec_box .sec_box .colbox_2 {
  display: table-cell;
}
.sec09 .sec_box .sec_box .colbox_2:last-child {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .sec09 {
    background: url("../img/top/sp_sec09_bg.jpg") center;
  }
  .sec09 .sec_box .sec_box {
    position: relative;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .sec09 .sec_box .sec_box .colbox_2 {
    display: block;
  }
  .sec09 .sec_box .sec_box .colbox_2:last-child {
    padding-left: 0;
    margin-top: 0;
  }
  .sec09 .btnstyle {
    margin-top: 1.5em;
  }
  .sec09 .btnstyle a {
    margin: auto;
  }
  .sec09 .sec_img {
    margin-left: 20px;
  }
  .sec09 .text_box {
    position: relative;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .sec09 .text_box {
    max-height: auto;
  }
  .sec09 .sec_box .colbox_3 {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec09 {
    padding: 90px 0 30px;
  }
  .sec09 h2 {
    margin-bottom: 50px;
  }
  .sec09 .text_box {
    padding: 20px 10px 110px;
  }
  .sec09 .sec_title {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .sec09 .sec_img {
    text-align: right;
    padding-left: 30px;
  }
  .sec09 .container {
    margin: auto;
    max-width: 700px;
    width: 100%;
  }
  .sec09 .sec_box .colbox_3 {
    width: 100%;
    margin-right: 0;
  }
  .sec09 .sec_box .colbox_3:nth-child(3n) {
    margin-right: 0;
  }
  .sec09 .sec_box .colbox_3:nth-child(n + 4) {
    margin-top: 0;
  }
  .sec09 .sec_box .colbox_3:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .sec09 .sec_img {
    text-align: center;
  }
  .sec09 .container {
    max-width: 1920px;
    width: 98%;
  }
  .sec09 .sec_title {
    font-size: 18px;
  }
  .sec09 .sec_box .colbox_3 {
    width: 32%;
    margin-right: 2%;
  }
  .sec09 .sec_box .colbox_3:not(:first-child) {
    margin-top: 0;
  }
  .sec09 .sec_box .colbox_3:nth-child(3n) {
    margin-right: 0;
  }
  .sec09 .sec_box .colbox_3:nth-child(n + 4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1800px) {
  .sec09 .sec_title {
    font-size: 24px;
  }
  .sec09 .text_box {
    padding: 35px 40px 110px;
  }
}

.table_original1 table.table_fee thead th,
.table_original1 table.table_fee thead td,
.table_original1 table.table_fee tbody th,
.table_original1 table.table_fee tbody td {
  text-align: center;
  vertical-align: middle;
}
.table_original1 table.table_fee tbody th {
  background: #ffe5cc;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .table_original1 table.table_fee {
    min-width: 768px;
  }
  .table_original1 table.table_fee th.wd_th {
    width: 12%;
  }
}
@media screen and (max-width: 500px) {
  .table_original1 table.table_fee {
    min-width: 600px;
  }
  .table_original1 table.table_fee th,
  .table_original1 table.table_fee td {
    font-size: 80%;
  }
}
@media screen and (min-width: 768px) {
  .table_original1 table.table_fee th,
  .table_original1 table.table_fee td {
    font-size: 14px;
  }
}
