@charset "UTF-8";

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-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;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

a {
  transition: .3s;
}

a:hover {
  cursor: pointer;
}

*:focus {
  outline: none;
}

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

.clearfix {
  overflow: hidden;
}

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .alignleft, .aligncenter, .alignright {
    display: block;
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }
}

.sp {
  display: none !important;
}

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

  .sp {
    display: block !important;
  }

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

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

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

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

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

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

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

  .columns.columns_2>*,
  .columns .col_2 {
    width: calc(50% - 15px);
  }

  .columns.columns_3>*,
  .columns .col_3 {
    max-width: calc(33.333333% - 20px);
  }

  .columns.columns_4>*,
  .columns .col_4 {
    max-width: calc(25% - 22.5px);
  }

  .columns.columns_5>*,
  .columns .col_5 {
    max-width: calc(20% - 24px);
  }

  .columns.columns_6>*,
  .columns .col_6 {
    max-width: calc(16.666666% - 25px);
  }

  .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: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .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(50% - 15px);
  }

  .columns.sp_columns.sp_columns_3>*,
  .columns.sp_columns .sp_col_3 {
    max-width: calc(33.333333% - 20px);
  }

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

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

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

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

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

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

@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;
  }
}
.pt0 {
  padding-top: 0 !important;
}
.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: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }

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

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

.header {
  padding: 20px 0;
}

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

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

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

@media only screen and (max-width: 767px) {
  .header .header_logo {
    margin-left: auto;
    text-align: center;
  }
}

.sp_nav {
  background: #fff;
  padding: 10px 0;
  text-align: center;
}

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

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

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

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

.sp_nav .header_nav-item:first-child a {
  border-left: none;
}

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

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

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

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

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

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

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

#nav {
  padding: 5px 0;
  background: #fff;
  margin-bottom: 20px;
}

#nav .header_menu {
  position: relative;
}

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

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

  #nav .header_menu>li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 0;
    text-align: center;
  }
  #nav .header_menu>li.nav06 {
    -webkit-box-flex: 1.3;
    -moz-box-flex: 1.3;
    -webkit-flex: 1.3;
    -ms-flex: 1.3;
    flex: 1.3;
  }
  #nav .header_menu>li.menu-item-has-children {
    position: relative;
  }

  #nav .header_menu>li>a {
    /* border-right: 1px solid #eee; */
    padding: 7px 2px;
    color: #3e3e3e;
    position: relative;
  }

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

  #nav .header_menu>li:hover>a {
    /* color: #44a4d0;
 */
    background: #edf9ff;
  }

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

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

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

  #nav .header_menu>li>.sub-menu a, #nav .header_menu>li>.sub-menu_wrap a {
    color: #3e3e3e;
    text-align: left;
  }

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

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

  #nav .header_menu>li>.sub-menu a {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 15px;
    transition: .2s;
  }

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

  #nav .header_menu>li>.sub-menu_wrap {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 20px;
  }

  #nav .header_menu>li>.sub-menu_wrap .sub-menu {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #nav .header_menu>li>.sub-menu_wrap .sub-menu a {
    padding: 0 10px;
    transition: .2s;
  }

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

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

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

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

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

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

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

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

  #nav .header_menu .menu-item-has-children-wrap>a::after,
  #nav .header_menu .menu-item-has-children>a::after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 15px;
    margin: -5px 0 0 0;
    border-bottom: solid 2px #79bede;
    border-right: solid 2px #79bede;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

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

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

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

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

.footer {
  background: #fff;
  font-size: 1.6rem;
  padding: 70px 0 0;
}

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

.footer h3 {
  color: #44a4d0;

  font-size: 2.0rem;
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

.footer .footer_menu a:hover {
  color: #44a4d0;

}

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

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

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

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

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

.footer .logo {
  margin-bottom: 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 {
  transition: .3s;
}

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

#copyright {
  color: #3e3e3e;
  margin-top: 70px;
  padding: 10px 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) and (max-width:1040px){
  #copyright {
    padding-bottom:100px;
  }
}
#totop {
  bottom: 10px;
  display: none;
  position: fixed;
  right: 10px;
}

#totop:hover {
  cursor: pointer;
  opacity: .8;
}

@media only screen and (max-width: 767px) {
  #totop {
    width: 50px;
    bottom: 10px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .side_bnr {
    bottom: 200px;
    width: 80px;
  }
}

@media print, screen and (min-width: 768px) and (max-width:1040px),(max-height: 550px) {
  .side_bnr {
    width: 80px;
  }
  #totop img {
    width: 70px;
}
}

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

  .side_bnr .side_bnr_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

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

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

.mce-content-body a {
  color: #44a4d0;

  text-decoration: underline;
}

.mce-content-body a:hover {
  color: #44a4d0;

  text-decoration: none;
}

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

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

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

.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;
  transform: rotate(-180deg);
}

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

.post-type-page h2, .post-type-page h3, .post-type-page h4, .post-type-page h5 {/*   font-weight: 700; */}

.post-type-page h2 {
  color: #3e3e3e;
  font-size: 3.2rem;
  letter-spacing: 0.4rem;
  line-height: 1.5;
  margin-top: 6.4rem;
  text-align: center;
}

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

  display: block;
  font-size: 2rem;
  margin-top: 0.4rem;
}
.post-type-post h3,
.post-type-page h2 {
  color: #3e3e3e;
  display: block;
  font-size: 3rem;
  line-height: 1.5;
  margin-top: 0;
  padding-top: 50px;
  text-align:center;
  position: relative;
  background: url(../img/common/h2_img.png)no-repeat center top;
}
.post-type-post h4,
.post-type-page h3 {
  color: #3e3e3e;
  display: block;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 5.56rem;
  padding-bottom: 0.6rem;
  position: relative;
  border-bottom: 1px solid #79bede;
}
.post-type-post h5,
.post-type-page h4 {
  color: #44a4d0;
  display: table;
  border:1px solid #79bede;
  padding:0.6rem 2rem;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 5.56rem;
  background: #fff;
}
.post-type-page h5 {
  position:relative;
  color: #3e3e3e;
  display: table;
  padding-left:2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 5.56rem;
}
.post-type-page h5:before {
      content: "";
      display: block;
      position: absolute;
      top: 1.2rem;
      left:0;
      margin:0 auto;
      width:8px;
      height:2px;
      background:#79bede;
}

.post-type-post h3, .post-type-post h4, .post-type-post h5, .post-type-post h6 {
  letter-spacing: 0.32rem;
  line-height: 1.5;
}

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

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

.link_anchor a {
  background: #fff;
  color: #44a4d0;
  border: 1px solid #79bede;
  border-radius: 0.6rem;
  padding-bottom: 1.28rem;
  padding-left: 2.4rem;
  padding-right: 4.8rem;
  padding-top: 1.28rem;
  position: relative;
  text-decoration: none;
  transition: .3s;
}

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

.link_anchor a::after {
  width: 0;
  height: 0;
  border:transparent 5px solid;
  border-left:#79bede 8px solid;
  margin-top: -2px;
  right: 2.24rem;
}

.link_anchor a:hover {
  background: #79bede;
  color: #fff;
}

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

.link_anchor a:hover::after {
  border-left:#fff 8px solid;
}

@media print, screen and (min-width: 768px) {
  .link_anchor.link_col_2, .link_anchor.link_col_3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .link_anchor.link_col_2 li {
    max-width: calc(100% / 2 - (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 {
  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: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .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 {
    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: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

.ul_circle li::before {
  border-radius: 50%;
  background: #79bede;
  height: 0.8rem;
  left: 0;
  top: 1rem;
  width: 0.8rem;
}

.ul_square li::before {
  background: #79bede;
  height: 0.8rem;
  left: 0;
  top: 1rem;
  width: 0.8rem;
}

.ul_dot li::before {
  border-radius: 50%;
  background: #79bede;
  height: 0.4rem;
  left: 0.4rem;
  top: 1.2rem;
  width: 0.4rem;
}

.ul_ring li::before {
  border-radius: 50%;
  border: 2px solid #79bede;
  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);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 1rem;
  width: 7px;
}

.ul_triangle li::before {
  box-sizing: border-box;
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #79bede;
  top: 1rem;
}

.ul_arrow li::before {
  background: #79bede;
  height: 1px;
  left: 3px;
  margin-top: 3px;
  top: 1rem;
  width: 7px;
}

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

.ul_circlegt li::before {
  background: #79bede;
  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: #44a4d0;

  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: 5.56rem;
}

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

.section_bg {
  background: #f6f4f1;
}

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

.box_bg,
.box_border,
.box_border-stripe {
  border-radius: 2rem;
  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: #f6f4f1;
}

.box_border {
  border: 2px solid #79bede;
}

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

.box_border-stripe {
  background-image: -webkit-linear-gradient(-45deg, #fff 25%, #79bede 25%, #79bede 50%, #fff 50%, #fff 75%, #79bede 75%, #79bede);
  background-image: linear-gradient(-45deg, #fff 25%, #79bede 25%, #79bede 50%, #fff 50%, #fff 75%, #79bede 75%, #79bede);
  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 {
  flex: 0 0 auto;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: left;
}

.box_flow .title .num {
  color: #44a4d0;

  flex: none;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1.1;
  padding-right: 5px;
}

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

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

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

.box_flow .title_bg {
  background: #97d1ff;
  background: #79bede;
  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: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }

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

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

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

  .box_flow.columns .inner_border {
    border-left: 1px solid #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: #79bede;
  border-radius: 0.4rem;
  color: #fff;
  display: inline-block;
  font-size: 80%;
  margin-right: 10px;
  padding: 4px 10px 2px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}

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

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

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 10px;
}

@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: #fff;
  padding: .8rem .2rem;
  text-align: center;
  vertical-align:middle;
}
table.table_timetable tbody th,
table.table_timetable tbody td{
  border-bottom: 1px solid #d1d1d1;
}
table.table_timetable thead th {
  background: #79bede;
  color: #fff;
}

table.table_timetable thead th:first-child {
  width: 30%;
}

table.table_timetable tbody th {
  text-align: center;
}

table.table_timetable .consul {
  color: #44a4d0;

}

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

table.table_fee {
  table-layout: fixed;
}

@media only screen and (max-width: 767px) {
  table.table_fee {
    border-bottom: 1px solid #ddd;
    /* display: block; */
  }

  table.table_fee thead, table.table_fee tbody, table.table_fee tr, table.table_fee th, table.table_fee td {
    /* display: block; */
  }
}

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

@media only screen and (max-width: 767px) {
  table.table_fee th, table.table_fee td {
    /* border: none; */
  }
}

table.table_fee thead th {
  background: #edf9ff;
  color: #44a4d0;

  text-align: center;
}

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

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

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

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

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

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

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

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

#page_title .page_title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 3.6rem;
  letter-spacing: 0.6rem;
  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: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

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

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

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

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

#breadcrumb .current a {
  color: #3e3e3e;
}

.btnstyle a {
  background: #79bede;
  border-radius: 1rem;
  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;
  transition: .3s;
}

.btnstyle a:hover {
  color: #fff;
  opacity: .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;
  transition: .3s;
  z-index: -1;
}

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

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

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

.slide_main .item img {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

.slide_thumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}

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

.slide_thumb .item:hover {
  cursor: pointer;
  opacity: .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 #79bede;
  border-radius: 0;
  box-sizing: border-box;
}

.slide_thumb .item img {
  margin: 0;
}

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

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

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

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

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

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

  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.833333%;
    max-width: 15.833333%;
    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.833333%;
  max-width: 15.833333%;
  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-size: 2.6rem;
  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;
  line-height: 1.6;
}

.box_faq .question::before {
  content: 'Q';
  font-weight:400;
  color: #44a4d0;

  background: #e6f3fb;
}

.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: #79bede;
  border-radius: 1px;
  width: 1.6rem;
  height: 0.3rem;
}

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

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

.box_faq .answer {
  display: none;
  padding-top: 30px;
}

.box_faq .answer::before {
  content: 'A';
  color: #fff;
  background: #79bede;
  top: 30px;
}

.box_form dt {
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.box_form dd {
  margin-bottom: 2rem;
}

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

  .box_form dd .input_wrap {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.box_form input[type="text"],
.box_form input[type="email"],
.box_form input[type="tel"],
.box_form textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 2px;
  box-shadow: none;
  border: 1px solid #ddd;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .box_form .input_wrap:not(:first-child) {
    margin-left: 2rem;
  }
}

.box_form .attention {
  color: #cc0000;
  font-size: 1.2rem;
}

.box_form .acceptance .attention {
  font-size: inherit;
}

.box_form .subtxt {
  color: #999;
  font-size: 1.2rem;
  display: block;
}

.box_form input[type="submit"] {
  box-shadow: none;
  border: 2px solid #79bede;
  background: #79bede;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  padding: 5px 20px;
  width: 240px;
  text-align: center;
  border-radius: 5px;
  transition: .3s;
}

.box_form input[type="submit"]:hover {
  background: #fff;
  color: #44a4d0;

  cursor: pointer;
}

.box_form .btnstyle {
  text-align: center;
  margin-top: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .box_form .btnstyle {
    margin-top: 2rem;
  }
}

.box_form .screen-reader-response {
  margin-bottom: 2rem;
  padding: 10px;
  background: #FFFBD2;
}

.box_form .screen-reader-response ul {
  display: none;
}

.box_form input.wpcf7-not-valid {
  background: #FFFBD2;
}

.box_form .wpcf7-not-valid-tip {
  color: #f88a1e;
}

.box_form .wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #FFFBD2;
}

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

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

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

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

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

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

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

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

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

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

.notice_box .notice_title h4 {
  color: #44a4d0;

  display: block;
  position: relative;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

@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: #44a4d0;

  background: #edf9ff;
}

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

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

.mainimage img {
  width: 100%;
}

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

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

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

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

.mainimage .slick-dots li button:before {
  color: #44a4d0;

  content: "●";
  font-family: sans-serif;
  font-size: 18px;
}

@media print, screen and (min-width: 768px) {
  .mainimage .slider_01 p, .mainimage .slider_02 p, .mainimage .slider_03 p,.mainimage .slider_04 p {
    background-position: center;
    background-size: auto 100%;
    height: 0;
    padding-bottom: 42.5%;
  }

  .mainimage .slider_01 p {
    background-image: url("../img/top/mainimage01.jpg");
  }

  .mainimage .slider_02 p {
    background-image: url("../img/top/mainimage02.jpg");
  }

  .mainimage .slider_03 p {
    background-image: url("../img/top/mainimage03.jpg");
  }
  .mainimage .slider_04 p {
    background-image: url("../img/top/mainimage04.jpg");
  }

  .mainimage img {
    /* display: none; */
  }
}

@media print, screen and (min-width: 767px) and (max-width: 1200px) {
  .mainimage .slider_01 p, .mainimage .slider_02 p, .mainimage .slider_03 p,.mainimage .slider_04 p {
    padding-bottom: 42.5%;
    height: 0;
  }
}

.section_top h2 {
  color: #3e3e3e;
  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: #44a4d0;

  display: block;
  font-size: 1.44rem;
}

.section_news dt {
  line-height: 1.6;
}

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

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

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

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

.section_news dd a:hover {
  color: #44a4d0;

}
.section_news .news {
    position: relative;
}
.section_news .news .btnstyle {
  position: absolute;
  top:2em;
  right: 0;
  margin-top: 0;
}

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

.section_news .news .btnstyle a {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
  padding: 4px 1rem;
  width: 6em;
  border-radius: 50px;
  font-size: 12px;
}

.section_news .news .btnstyle a::after {
  right: 8px;
}

.entry_title {
  color: #3e3e3e;
  display: block;
  font-size: 3rem;
  line-height: 1.5;
  margin-top: 6.4rem;
  padding-top: 50px;
  text-align:center;
  position: relative;
  background: url(../img/common/h2_img.png)no-repeat center top;
  font-weight:normal;
}

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

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

.entry_title a:hover {
  color: #44a4d0;

}

.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: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

.entry_date .material-icons {
  color: #44a4d0;

  font-size: 1.6rem;
  margin-right: 8px;
}

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

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

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

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

.post-categories .material-icons {
  color: #44a4d0;

  font-size: 1.6rem;
  margin-right: 8px;
}

.post-categories a {
  color: #44a4d0;

  display: block;
  margin-right: 4px;
  text-decoration: none;
}

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

.pagenav_single {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-top: 1px solid #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: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  transition: .3s;
}

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

.pagenav_single a:hover {
  opacity: .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: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.408rem;
  line-height: 2rem;
  margin-top: 6.4rem;
}

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

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

.pagenav_archive .page-numbers:hover {
  background: #79bede;
  border: 1px solid #79bede;
  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 #79bede;
  font-size: 2.2rem;
  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: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  color: #3e3e3e;
  line-height: 1.5;
  padding: 1.2rem 0.8rem;
  text-decoration: none;
}

#post_aside .category_list a:hover {
  color: #44a4d0;

}

#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: #3e3e3e;
  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: #44a4d0;

}

#post_aside .latestpost_list a:hover::before {
  color: #44a4d0;

}

/* ------------------------------------COMMON調整 */
/* ------------------------------------
タブレットのみ表示
------------------------------------ */
.tb{
  display: none!important;
}
@media only screen and (min-width:768px) and (max-width: 1040px)  {
  br.tb,
  span.tb {
    display: inline !important;
  }
}
@media only screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}
/* ------------------------------------
columns調整
------------------------------------ */
@media (min-width : 768px) {
  .columns.columns_2>*,
  .columns .col_2 {
    width: calc(100% / 2 - 15px);
  }

  .columns.columns_3>*,
  .columns .col_3 {
    width: calc(33.333333% - 20px);
  }

  .columns.columns_4>*,
  .columns .col_4 {
    width: calc(25% - 22.5px);
  }

  .columns.columns_5>*,
  .columns .col_5 {
    width: calc(20% - 24px);
  }

  .columns.columns_6>*,
  .columns .col_6 {
    width: calc(16.666666% - 25px);
  }

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

  .columns.reverse .col_2 {
    margin-right: 0;
  }

  .columns.reverse .col_2:nth-child(2n) {
    margin-right: 30px;
  }
}

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

  .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 {
    width: calc(100% / 2 - 15px);
  }

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

/* ------------------------------------
nav調整
------------------------------------ */
/* -----------------------------------------幅広ナビ */
@media (min-width : 768px) {
  #nav .header_menu>li>.sub-menu_wrap .sub-menu {
    margin: 0 5px;
  }

  #nav .header_menu>li>.sub-menu_wrap .ttl {
    color: #44a4d0;

    border-bottom: 1px solid #79bede;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

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

  #nav .header_menu>li.active>.sub-menu_wrap .sub-menu a:before,
  #nav .header_menu>li.active>.sub-menu a:before {
    content: "";
    display: block;
    position: absolute;
    top: 1em;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-right: 7px solid #79bede;
    border-top: 7px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav .header_menu>li.active>.sub-menu a:before{
    left:0.5em;
  }

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

@media (max-width : 767px) {
  #nav{
  margin: 0;
  padding: 0;
}
  .sp_nav .header_nav-item img {
    max-width: 90%;
  }

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

  #nav .header_menu .sub-menu li.ttl {
    background: #d5ecf7;
    padding: 15px;
  }

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

  #nav .header_menu .sub-menu li.ttl {
    padding-left: 2em;
  }

  #nav .header_menu>li .sub-menu a,
  #nav .header_menu>li .sub-menu_wrap a {
    padding-left: 4em;
  }

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

  #nav span.nav_en {
    padding-left: 10px;
  }

  #nav .header_menu .sub-menu li {
  position: relative;
}
#nav .header_menu .sub-menu li:not(.ttl):after {
display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 15px;
    margin: -5px 0 0 0;
    border-bottom: solid 1px #79bede;
    border-right: solid 1px #79bede;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/* --------------タブレット時に小さく */
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  #menu-header_menu .en_text {
    font-size: 1.2rem !important;
    line-height: 1.6rem!important;
  }
}
/* ------------------------------------------サブメニュー用矢印 */
@media ( min-width : 768px ) {
  #nav .header_menu>li.menu-item-has-children>a >span,
   #nav .header_menu>li.menu-item-has-children-wrap>a >span{
    padding-bottom: 6px;
  }
  #nav .header_menu>li.menu-item-has-children>a span:after, #nav .header_menu>li.menu-item-has-children-wrap>a span:after{
    border-top: 1px solid #79bede;
    border-right: 1px solid #79bede;
    content: "";
    height: 4px;
    position: absolute;
    right: 0;
    left:0;
    margin: auto;
    bottom:0;
    width: 4px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #nav .header_menu>li.menu-item-has-children:hover>a span:hover,
  #nav .header_menu>li.menu-item-has-children-wrap:hover>a span:hover{
      border-color: #44a4d0;

  }
}
/* ------------------------------------
footer　フッター調整
------------------------------------ */
body:not(.home) .footer{
  border-top:#79bede solid 1px;
}
@media (min-width : 768px) {
  .footer .footer_sitemap div:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer .footer_sitemap div:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer .footer_sitemap div:nth-child(2) {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
.footer table.address th {
  width: 5em;
}
/* ------------------------------------
copyright調整
------------------------------------ */
@media (max-width : 767px) {
  #copyright {
    padding: 15px 0 100px;
    margin-top: 0;
  }
}

/* ------------------------------------
side調整
------------------------------------ */
#totop {
  z-index: 3;
}
#conversion {
  position: relative;
    z-index: 2;
}

@media (max-width : 767px) {
  #totop{
      bottom: 20vw;
  }
  /* SP用 */
  .side_bnr_block li {
    width: 50%;
  }
}
/* ------------------------------------
ぱんくず調整
------------------------------------ */
#breadcrumb {
  background: #fff;
  color: #888;
}
#breadcrumb a{
  color:#44a4d0;
  text-decoration:underline;
}
#breadcrumb .current a{
  color: #888;
  text-decoration:none;
}
/* ------------------------------------
アンカー調整
------------------------------------ */
section.anchor{
  padding-bottom: 0;
  padding-top: 3rem;
}

/* ------------------------------------
title調整
------------------------------------ */
.em01 {
  font-weight: 700;
}
.em02 {
  font-weight: 700;
  font-size: 2.4rem;
}
.post-type-page h2+h3 {
  margin-top: 2.56rem;
}

.post-type-post h2 {
  letter-spacing: 0.32rem;
  line-height: 1.5;
}

/* ------------------------------------
ページリスト 調整
------------------------------------ */
.section_anchor {
  padding-bottom: 0;
  padding-top: 3rem;
}
/* ------------------------------------
流れ調整
------------------------------------ */
.box_flow2{
  border: 2px solid #79bede;
  border-radius: 2rem;
}
.box_flow2 h3{
  border-bottom:none;
}
.box_flow2::after {
    border-top-color: #44a4d0;

  }
  .box_flow2 h3:first-child{
    margin-top: 0;
  }
  .section_bg .box_flow2::after, .section_stripe .box_flow2::after {
    border-top-color: #f2eeda;
  }
/* ------------------------------------
list調整
------------------------------------ */
@media (min-width : 768px) {
  .ul_circle.link_col_3 li,
  .ul_square.link_col_3 li,
  .ul_dot.link_col_3 li,
  .ul_ring.link_col_3 li,
  .ul_check.link_col_3 li,
  .ul_triangle.link_col_3 li,
  .ul_arrow.link_col_3 li,
  .ul_circlegt.link_col_3 li {
    max-width: calc(33.333333% - (1.6rem * 0.7));
  }
  .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: 1.68rem;
  }
}
.columns.ul_circle li, .columns.ul_square li, .columns.ul_dot li, .columns.ul_ring li, .columns.ul_check li, .columns.ul_triangle li, .columns.ul_arrow li, .columns.ul_circlegt li {
    margin-top: 1.2rem;
}
.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 6px;
  margin-top: -2px;
  z-index: 1;
  height: 9px;
  width: 5px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ul_check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #79bede;
}

@media ( max-width : 767px ) {

/* ---------------------spリスト2列 */
.sp_list_col_2.ul_circle.link_col_2, .sp_list_col_2.ul_circle.link_col_3,
.sp_list_col_2.ul_square.link_col_2,
.sp_list_col_2.ul_square.link_col_3,
.sp_list_col_2.ul_dot.link_col_2,
.sp_list_col_2.ul_dot.link_col_3,
.sp_list_col_2.ul_ring.link_col_2,
.sp_list_col_2.ul_ring.link_col_3,
.sp_list_col_2.ul_check.link_col_2,
.sp_list_col_2.ul_check.link_col_3,
.sp_list_col_2.ul_triangle.link_col_2,
.sp_list_col_2.ul_triangle.link_col_3,
.sp_list_col_2.ul_arrow.link_col_2,
.sp_list_col_2.ul_arrow.link_col_3,
.sp_list_col_2.ul_circlegt.link_col_2,
.sp_list_col_2.ul_circlegt.link_col_3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp_list_col_2.ul_circle.link_col_2 li, .sp_list_col_2.ul_circle.link_col_3 li,
.sp_list_col_2.ul_square.link_col_2 li,
.sp_list_col_2.ul_square.link_col_3 li,
.sp_list_col_2.ul_dot.link_col_2 li,
.sp_list_col_2.ul_dot.link_col_3 li,
.sp_list_col_2.ul_ring.link_col_2 li,
.sp_list_col_2.ul_ring.link_col_3 li,
.sp_list_col_2.ul_check.link_col_2 li,
.sp_list_col_2.ul_check.link_col_3 li,
.sp_list_col_2.ul_triangle.link_col_2 li,
.sp_list_col_2.ul_triangle.link_col_3 li,
.sp_list_col_2.ul_arrow.link_col_2 li,
.sp_list_col_2.ul_arrow.link_col_3 li,
.sp_list_col_2.ul_circlegt.link_col_2 li,
.sp_list_col_2.ul_circlegt.link_col_3 li {
  width: calc( 100% / 2 - (1.6rem * 0.7) );
}

.sp_list_col_2.ul_circle.link_col_2 li:not(:nth-child(2n)),
.sp_list_col_2.ul_square.link_col_2 li:not(:nth-child(2n)),
.sp_list_col_2.ul_dot.link_col_2 li:not(:nth-child(2n)),
.sp_list_col_2.ul_ring.link_col_2 li:not(:nth-child(2n)),
.sp_list_col_2.ul_check.link_col_2 li:not(:nth-child(2n)),
.sp_list_col_2.ul_triangle.link_col_2 li:not(:nth-child(2n)),
.sp_list_col_2.ul_arrow.link_col_2 li:not(:nth-child(2n)),
.sp_list_col_2.ul_circlegt.link_col_2 li:not(:nth-child(2n)),
.sp_list_col_2.ul_circle.link_col_3 li:not(:nth-child(2n)),
.sp_list_col_2.ul_square.link_col_3 li:not(:nth-child(2n)),
.sp_list_col_2.ul_dot.link_col_3 li:not(:nth-child(2n)),
.sp_list_col_2.ul_ring.link_col_3 li:not(:nth-child(2n)),
.sp_list_col_2.ul_check.link_col_3 li:not(:nth-child(2n)),
.sp_list_col_2.ul_triangle.link_col_3 li:not(:nth-child(2n)),
.sp_list_col_2.ul_arrow.link_col_3 li:not(:nth-child(2n)),
.sp_list_col_2.ul_circlegt.link_col_3 li:not(:nth-child(2n)) {
  margin-right: 2.24rem!important;
}
}
/* ------------------------------------
box調整
------------------------------------ */
h2+.box_bg,
h2+.box_border,
h2+.box_border-stripe {
  margin-top: 3.5em;
}
.box_bg h3,
.box_border h3,
.box_border-stripe h3{
  border-left:3px solid #79bede;
  border-bottom:none;
  padding-left:2rem;
}
h3+.box_bg,
h3+.box_border,
h3+.box_border-stripe,
h4+.box_bg,
h4+.box_border,
h4+.box_border-stripe,
h5+.box_bg,
h5+.box_border,
h5+.box_border-stripe {
  margin-top: 1.5em;
}

.box_bg > *:first-child,
.box_border > *:first-child,
.box_border-stripe > *:first-child {
  margin-top: 0;
}
.section_bg .box_border, .section_stripe .box_border, .box_bg .box_border {
  background: #fff;
}
.section_bg .box_border{
  border:solid 5px  #edf9ff;
}
@media ( max-width : 767px ) {
  .box_bg, .box_border{
    padding: 3.2rem 10px;
    margin-top: 3rem;
  }
  .box_border-stripe {
    padding: 3.2rem 20px;
  }
}
/* ------------------------------------
table調整
------------------------------------ */
table {
  margin-top: 2.4rem;
}
table.table_timetable {
  margin-bottom: 10px;
}
table.table_address th{
border-top:1px solid #79bede;
border-bottom:1px solid #79bede;
color:#44a4d0;
text-align: left;
padding-left:1rem;
}
/* 以下を有効にするとSP仕様になる */
/* @media only screen and (max-width: 767px) {
  table.table_address {
   display: block;
  }
  table.table_address thead, table.table_address tbody, table.table_address tr, table.table_address th, table.table_address td {
   display: block;
  }
}
@media only screen and (max-width: 767px) {
  table.table_address th, table.table_address td {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  table.table_address th {
    border-top: 1px solid #ddd;
    padding-bottom: 0;
    text-align: left;
  }
} */
/* @media only screen and (max-width: 767px) {
  table.table_fee {
   display: block;
  }

  table.table_fee thead, table.table_fee tbody, table.table_fee tr, table.table_fee th, table.table_fee td {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  table.table_fee th, table.table_fee td {
    border: none;
  }
} */
/* ------------------------------------
ページタイトル調整
------------------------------------ */
#page_title:before, #page_title:after {
  display: none;
}

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

.box_faq {
  margin-top: 2.8rem;
  margin-bottom: 0;
}
.box_faq p{
  margin-top: 0;
}
/* ------------------------------------
ブログの見出し調整
------------------------------------ */
.post-type-archive h2 {
  color: #3e3e3e;
  display: block;
  font-size: 3rem;
  line-height: 1.5;
  margin-top: 0;
  padding-top: 50px;
  text-align:center;
  position: relative;
  background: url(../img/common/h2_img.png)no-repeat center top;
  font-weight:normal;
}
@media only screen and (max-width: 767px) {
  .post-type-archive h2 {
    margin-top: 4rem;
  }
}

.entry h3 {
  color: #3e3e3e;
  display: block;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 5.56rem;
  padding-bottom: 0.6rem;
  position: relative;
  border-bottom: 1px solid #79bede;
}

.entry h4 {
  color: #44a4d0;
  display: table;
  border:1px solid #79bede;
  padding:0.6rem 2rem;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 5.56rem;
  background: #fff;
}

.entry h5 {
  position:relative;
  color: #3e3e3e;
  display: table;
  padding-left:2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 5.56rem;
}
.entry h5:before {
      content: "";
      display: block;
      position: absolute;
      top: 1.2rem;
      left:0;
      margin:0 auto;
      width:8px;
      height:2px;
      background:#79bede;
}

/*==========================
	お問い合わせページ (Contact Form 7)
==========================*/
.page-name-contact #main .container{
  max-width: 800px;
  margin: auto;
}
.wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}

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

.wpcf7 dl dt {
  clear: both;
  float: left;
}

.wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}

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

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

.wpcf7 dl dt .requisite,
.wpcf7 dl .attention {
  font-size: 78%;
  color: #f45000;
}

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

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

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

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

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

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

.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
}

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

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

.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.4em;
}
div.wpcf7 .ajax-loader{
	position:absolute!important;
}
.btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

@media (min-width : 768px) {
  .section_contact .container {
    max-width: 800px;
  }
}

@media (max-width : 767px) {
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0em;
    padding-bottom: 2px;
  }

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

  .wpcf7 dl dd input,
  .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    box-shadow: none;
    /* -webkit-appearance: none; */
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
  }
}

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

.link_box:hover {
  opacity: .7;
}

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

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

/* ------------------------------
  サイドバナー調整
  ------------------------------ */

@media print, screen and (min-width: 768px) and (max-width:900px) {
  .side_bnr, .totop {
    width: 70px;
  }
}
/* ------------------------------
ボタン
  ------------------------------ */
.btnstyle a {
  min-width: 0;
  display: block;
  width: 280px;
  max-width: 100%;
  margin: auto;
}
.btnstyle{
  max-width: 100%;
}
@media (min-width : 768px) {
  .btnstyle.wide a {
    width: 420px;
  }
  .btnstyle.left a{
  margin-left:0;
  }
}

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

/*==========================
    スクロール表示
  ==========================*/
@media (max-width : 767px) {
  .scroll {
    overflow: auto;
    /* white-space: nowrap; */
    width: 100%;
  }

  .scroll table {
    width: 767px;
  }
}

@media (min-width : 768px) {
  .scroll {
    margin-top: 30px;
  }
}

/* -------------------------------------------------TOP調整 */
/*==========================
	mainimage調整
==========================*/
.slick-dots{
  bottom:-30px;
}
.slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
.slick-dots li button:before{
content: "";
    width: 10px;
    height: 10px;
    background: #cccccc;
    border-radius: 10px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #79bede;
}
/*==========================
	news調整
==========================*/
@media (max-width : 767px) {
  .section_news dd {
    padding-top: 0;
  }
}
/* 上下にボーダーがあるやつ */
.section_news dt,
.section_news dd{
  padding: 0.5em 1em;
  /* border-top:#cccccc solid 1px; */
  /* border-bottom:#cccccc solid 1px; */
}
.section_news dd {
    padding-left: 8em;
}
@media ( max-width : 767px ) {
  .section_news dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  .section_news dd {
    border-top: none;
    padding-top: 0;
    padding-left: 1em;
  }
}

/* -------------------------------------------------追加調整 */
body a img {
  transition: .3s;
}

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

a {
  color:#3e3e3e;
}

.color01 {
  color: #44a4d0;
}

td .color01 {
  color: #79bede;

}

.color02 {
  color: #d5ecf7;
}
.emp{
  color:#e64040;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

figure {
  text-align: center;
}

h2+.clearfix,
h3+.clearfix,
h4+.clearfix {
  margin-top: 2.56rem;
}

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

span.number {
  color: #21ac42;
  font-size: 120%;
  padding-right: 10px;
  vertical-align: middle;
  position: relative;
}

@media ( min-width : 768px ) {
  .pc_br{
    display: block;
  }
}
@media only screen and (min-width:768px) and (max-width: 1039px)  {
.tb_br{
  display: block;
}
}
@media ( max-width : 767px ) {
  .sp_br{
    display: block;
  }
}
/*==========================
	googlemap
==========================*/
.googlemap {
  position: relative;
  padding-bottom: 40%;
  /*縦横比*/
  height: 0;
  overflow: hidden;
margin-top:2.4rem;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*==========================
	scroll
==========================*/
.js-scrollable,
.js-scrollable_pc {
  margin-top: 2.4rem;
}

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

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

.js-scrollable_pc table {
  width: auto;
  min-width: 1000px;
}
}
/* ------------------------------------------------common追加調整 */


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

.footer table a{
  color:#3e3e3e;
  text-decoration:none;
}

.f_address_table th{
  text-align:left;
  width:5em;
}
.f_address_table th,
.f_address_table td{
  padding:10px 0;
}

.footer .btnstyle a{
  margin-top:2.4rem;
  width:100%;
  padding:2.4rem;
}
.footer .map{
  font-size:2rem;
  padding:1rem 1rem 1rem 30px;
  background:url(../img/common/map_icon.png)no-repeat center left;
}
@media ( min-width : 768px ) {
  .header .container{
    max-width:calc(100% - 40px);
  }
.header_info li + li{
margin-left:20px;
}

#nav .en_text{
  display:block;
  font-size:1.2rem;
  color:#44a4d0;
}
#nav .header_menu>li>.sub-menu,
#nav .header_menu>li>.sub-menu_wrap{
  right:0;
  left:auto;
}

.side_bnr {
  right:150px;
    bottom: 10px;
    width: 525px;
}
.side_bnr_block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0;
}
.side_bnr .tel{
  width:265px;
  max-width:50.48%;
}
.side_bnr .web{
  width:245px;
  max-width:48.39%;
}

.footer .columns .col_2:first-child{
  width:470px;
  max-width:calc(100% - 30px);
}
.footer .columns .col_2:last-child{
  width:500px;
  max-width:50%;

}

.footer .columns .col_2:first-child figure{
  text-align:right;
}
}

/* ------------------------------------------------style追加調整 */

.table_timetable tbody th{
  line-height:2rem;
}
.table_timetable .text-small{
  display:block;
  font-size: 1.2rem;
}

table.table_normal th, table.table_normal td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 0.4rem;
  text-align: left;
  vertical-align:middle;
}

table.table_normal thead th {
  background: #edf9ff;
  color: #44a4d0;
  text-align:center;
}


table.table_normal tbody th {
  background: #f6fcff;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) and (max-width: 1239px) {
.box_bg, .box_border, .box_border-stripe{
  padding: 6.6rem 3.6rem;
}
}

.section h4:first-child{
  margin-top:0;
}
.section h3 + h4,
.section h4 + h5{
  margin-top:2.4rem;
}

.entry .btnstyle{
margin-top:2.4rem;
}

/* 220907 higaeri start */

@media ( min-width : 768px ){

.side_bnr {
    width: 698px;
}

.side_bnr .tel {
    max-width: 33%;
}

.side_bnr .web {
    max-width: 33%;
}

.side_bnr .line {
    width: 245px;
    max-width: 33%;
}	
}

@media ( max-width : 767px ) {
.side_bnr_block li {
    width: 33.3%;
}
}

/* 220907 higaeri end */

/* 221017 higaeri start */

@media ( min-width : 768px ) {

.side_bnr {
    max-width: 1000px;
    width: 80%;
}

.side_bnr_block {
    gap: 5px;
}

.side_bnr .tel {
    width: 265px;
    max-width: 265px;
}

.side_bnr .web {
    max-width: 25%;
}

.side_bnr .line {
    width: 245px;
    max-width: 25%;
}

.side_bnr .inq {
    width: 245px;
    max-width: 25%;
}
}

@media screen and (max-width: 767px) {
.f_bottom_bnr {
    position: fixed;
    display: block;
    bottom: 20vw;
    width: 100%;
    left: 2%;
    z-index: 2;
}

.f_bottom_bnr .inq {
    width: 50%;
}
}

strong{
    font-weight: bold;
}

/* 221017 higaeri end */

/* 240110 DR.BRIDGE start */

@media (min-width: 768px) {
.side_bnr {
    max-width: 1245px;
    width: 80%;
}

.side_bnr .remove {
    width: 265px;
    max-width: 265px;
}

/* 240110 DR.BRIDGE end */

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

#nav .header_menu>li {
	width: calc(80% / 8);
}

#nav .header_menu>li.menu-item.nav08, #nav .header_menu>li.menu-item.nav06 {
	width: 20%;
}

#nav .header_menu>li.menu-item.nav02>.sub-menu, #nav .header_menu>li.menu-item.nav03>.sub-menu {
	left: 0;
}
}

/* 241001 DR.BRIDGE start */

.box_flow2:last-of-type::after {
	border:none;
}

/* 241001 Dr.BRIDGE end */