@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: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.096rem;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

a {
  color: #333333;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  cursor: pointer;
}

*:focus {
  outline: none;
}

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

strong {
  font-weight: bold;
}

.hidden {
  display: none !important;
  overflow: hidden !important;
}

.off {
  pointer-events: none !important;
  cursor: none;
}

.color01 {
  color: #4d438a;
}

.color02 {
  color: #f09cb0;
}

.colorbg {
  background: #f2f1f8;
}

.p_ttl {
  font-size: 120%;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #4d438a;
  text-decoration: underline;
}

.p_ttl .subtext {
  font-size: 75%;
  display: block;
  color: #f09cb0;
}

.name {
  font-size: 105%;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
}

.emp {
  color: red;
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

@media print, screen and (min-width: 768px) {
  .pc_tac {
    text-align: center !important;
  }
  .pc_tar {
    text-align: right !important;
  }
  .pc_tal {
    text-align: left !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp_tac {
    text-align: center !important;
  }
  .sp_tar {
    text-align: right !important;
  }
  .sp_tal {
    text-align: left !important;
  }
}

.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;
}

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

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

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

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

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  br.sp,
  span.sp {
    display: inline !important;
  }
  span.br {
    display: inline-block !important;
  }
  span.spdb {
    display: inline-block;
  }
}

body:not(.home) .home_only {
  display: none !important;
}

.home .under_only {
  display: none !important;
}

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

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

@media print, screen and (min-width: 768px) {
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .columns .columns:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(.col_5):not(.col_6):not(:first-child) {
    margin-right: 2%;
  }
  .columns.reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .columns.reverse > :not(:first-child) {
    margin-right: 2%;
  }
  .columns.reverse > :first-child {
    margin-right: 0;
  }
  .columns.columns_2, .columns.columns_3, .columns.columns_4, .columns.columns_5, .columns.columns_6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.columns_2 > *,
  .columns .col_2 {
    width: 49%;
  }
  .columns.columns_3 > *,
  .columns .col_3 {
    width: 32%;
  }
  .columns.columns_4 > *,
  .columns .col_4 {
    width: 23.5%;
  }
  .columns.columns_5 > *,
  .columns .col_5 {
    width: 18.4%;
  }
  .columns.columns_6 > *,
  .columns .col_6 {
    width: 15%;
  }
  .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: 2%;
    margin-right: 2%;
  }
  .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: 2%;
  }
  .columns.sp_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.sp_columns.columns_2 > *, .columns.sp_columns.columns_3 > *, .columns.sp_columns.columns_4 > *, .columns.sp_columns.columns_5 > *, .columns.sp_columns.columns_6 > *,
  .columns.sp_columns.sp_columns_2 > *,
  .columns.sp_columns .col_2, .columns.sp_columns .col_3, .columns.sp_columns .col_4, .columns.sp_columns .col_5, .columns.sp_columns .col_6,
  .columns.sp_columns .sp_col_2 {
    width: 49%;
  }
  .columns.sp_columns.sp_columns_3 > *,
  .columns.sp_columns .sp_col_3 {
    width: 32%;
  }
  .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: 2%;
  }
  .columns.sp_columns:not(.sp_columns_3).columns_2 > *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_3 > *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_4 > *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_5 > *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_6 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_2:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_3:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_4:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_5:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .columns.sp_columns.sp_columns_2 > *:nth-child(2n), .columns.sp_columns.sp_columns_3 > *:nth-child(3n),
  .columns.sp_columns .sp_col_2:nth-child(2n), .columns.sp_columns .sp_col_3:nth-child(3n) {
    margin-right: 0;
  }
  .columns_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

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

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

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

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

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

.mb0 {
  margin-bottom: 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: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  body.archive:not(.category-news) #contents > .inner #main,
  body.single #contents > .inner #main {
    width: 72%;
  }
  body.archive:not(.category-news) #contents > .inner #aside,
  body.single #contents > .inner #aside {
    width: 24%;
  }
}

.header {
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .header .header_logo {
    margin-right: 40px;
    width: 406px;
  }
  .header .site_info {
    margin-left: auto;
  }
  .header .header_info {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .header .header_info .txt img {
    width: 140px;
  }
  .header .header_info .tel {
    margin-left: 1em;
  }
  .header .header_info .tel img {
    width: 212px;
  }
}

@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: -ms-flexbox;
  display: flex;
}

.sp_nav .header_nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #ccc;
}

.sp_nav .header_nav-item a {
  color: #333333;
  text-decoration: none;
}

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

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

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

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

.sp_nav .header_nav-item img {
  padding: 0 2%;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .home #nav .header_menu > li > a {
    color: #fff;
  }
}

#nav {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  #nav {
    position: relative;
    z-index: 2;
  }
}

#nav.fixed {
  background: rgba(255, 255, 255, 0.9);
}

@media print, screen and (min-width: 768px) {
  #nav.fixed .header_menu > li > a {
    color: #333333;
  }
}

#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: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  #nav .header_menu > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 0;
    text-align: center;
    position: relative;
  }
  #nav .header_menu > li.menu-item-has-children > a > span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #4d438a;
  }
  #nav .header_menu > li.wide {
    position: static;
  }
  #nav .header_menu > li:last-child:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
  }
  #nav .header_menu > li > a {
    font-size: 16px;
    padding: 7px 2px;
    color: #333333;
    position: relative;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000px) {
  #nav .header_menu > li > a {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  #nav .header_menu > li > a span.sub {
    font-size: 77.77%;
    display: block;
    color: #4d438a;
  }
  #nav .header_menu > li > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
  }
  #nav .header_menu > li > a::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #4d438a;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #nav .header_menu > li:hover > a {
    color: #4d438a;
    background: rgba(255, 255, 255, 0.7);
  }
  #nav .header_menu > li:hover > a::after {
    left: 0;
    width: 100%;
  }
  #nav .header_menu > li > .sub-menu,
  #nav .header_menu > li > .sub-menu_wrap {
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 95%;
    -webkit-transition: .1s;
    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: #4d438a;
    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 #ccc;
  }
  #nav .header_menu > li > .sub-menu a {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 15px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #nav .header_menu > li > .sub-menu a:hover {
    text-decoration: underline;
  }
  #nav .header_menu > li:last-child > .sub-menu {
    left: auto;
    right: 0;
  }
  #nav .header_menu > li > .sub-menu_wrap {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu {
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu li.menutitle {
    font-weight: bold;
    font-size: 105%;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu li.menutitle > a {
    pointer-events: none;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu li:not(.menutitle) a {
    position: relative;
    padding-left: 1em;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu li:not(.menutitle) a:before {
    content: '';
    position: absolute;
    top: 0.5em;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #4d438a;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu li {
    width: 100%;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu a {
    -webkit-transition: .2s;
    transition: .2s;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu a:hover {
    text-decoration: underline;
  }
  #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 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #nav .header_menu > li.active > .sub-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #nav .header_menu {
    background: #fff;
    display: none;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 4;
  }
  #nav .header_menu a {
    font-size: 16px;
    color: #333333;
    padding: 15px;
    position: relative;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  #nav .header_menu a span.sub {
    font-size: 10px;
    margin-left: 1em;
  }
  #nav .header_menu a:hover {
    background: #4d438a;
    color: #fff;
  }
  #nav .header_menu .menu-item {
    border-top: 1px solid #ccc;
  }
  #nav .header_menu .menu-item > .sub-menu_wrap,
  #nav .header_menu .menu-item > .sub-menu {
    display: none;
  }
  #nav .header_menu .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 #ddd;
    border-right: solid 2px #ddd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav .header_menu .menu-item-has-children-wrap > a.onclick::after,
  #nav .header_menu .menu-item-has-children > a.onclick::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #nav .header_menu .sub-menu li {
    border-top: 1px solid #ccc;
    background: #f1f1f1;
  }
  #nav .header_menu .sub-menu li.menutitle {
    background: rgba(77, 67, 138, 0.2);
  }
  #nav .header_menu .sub-menu li a {
    padding: 15px 15px 15px 20px;
  }
  #nav .header_menu .sub-menu li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}

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

.footer {
  background: #f2f1f8;
  padding: 70px 0 0;
}

.footer h3 {
  color: #4d438a;
  font-size: 2.0rem;
  margin-bottom: 15px;
}

.footer .logo {
  margin-bottom: 2%;
}

.footer .table_timetable {
  margin-bottom: 0.5em;
}

.footer .f_table {
  border-collapse: separate;
  border-spacing: 0 0.5em;
}

.footer .f_table th, .footer .f_table td {
  letter-spacing: 0.1em;
  padding: 0.3em 0;
}

.footer .f_table th {
  font-weight: bold;
  text-align: left;
  width: 5.5em;
  border-right: 1px solid #cdcbcd;
  color: #4d438a;
}

.footer .f_table td {
  padding-left: 1em;
}

.footer .columns {
  margin-bottom: 5%;
}

.footer .bnr {
  margin-top: 2em;
}

.footer a img {
  -webkit-transition: .3s;
  transition: .3s;
}

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

@media print, screen and (min-width: 768px) {
  .footer .columns {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .footer .col_2 {
    width: 46%;
  }
}

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

#copyright {
  padding: 2em 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #copyright {
    padding-bottom: 30%;
  }
}

#totop {
  bottom: 10px;
  display: none;
  position: fixed;
  right: 0;
}

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

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

.side_bnr .side_bnr_block {
  z-index: 5;
}

.side_bnr .side_bnr_block.side_l {
  position: fixed;
}

@media print, screen and (min-width: 768px) {
  .side_bnr .side_bnr_block.side_l {
    left: 0;
    top: 150px;
    width: 80px;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000px) {
  .side_bnr .side_bnr_block.side_l {
    width: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .side_bnr .side_bnr_block.side_r {
    position: absolute;
    top: 580px;
    right: 0;
    width: 622px;
    max-width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1224px) {
  .side_bnr .side_bnr_block.side_r {
    top: 320px;
  }
}

@media print, screen and (min-width: 768px) {
  .side_bnr .side_bnr_block.side_r li {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000px) {
  .side_bnr .side_bnr_block.side_r li {
    padding: 1em;
  }
}

@media print, screen and (min-width: 768px) {
  .side_bnr .side_bnr_block.side_r .ttl {
    font-size: 18px;
    font-weight: bold;
    color: #4d438a;
    letter-spacing: 0.1em;
    padding: 32px 1em 0 0;
    border-right: 2px solid #867dba;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 56px;
    position: relative;
  }
  .side_bnr .side_bnr_block.side_r .ttl:before {
    content: '';
    position: absolute;
    top: 0;
    left: 7px;
    margin: auto;
    width: 22px;
    height: 22px;
    background: url(../img/common/side_icon_time.png) no-repeat center/contain;
  }
  .side_bnr .side_bnr_block.side_r .txt_wrap {
    width: calc(100% - 56px - 1.7em);
    margin-left: 1.7em;
  }
  .side_bnr .side_bnr_block.side_r .table_timetable + p {
    margin: 1em 0;
  }
  .side_bnr .side_bnr_block.side_r .access {
    position: relative;
    padding-left: 26px;
  }
  .side_bnr .side_bnr_block.side_r .access:before {
    content: '';
    position: absolute;
    top: 0.3em;
    left: 0;
    margin: auto;
    width: 16px;
    height: 23px;
    background: url(../img/common/side_icon_access.png) no-repeat center/contain;
  }
  .side_bnr .side_bnr_block.side_r .access .btn {
    font-size: 12px;
    text-decoration: none;
    padding: 0 1em;
    background: #4d438a;
    color: #fff;
    border-radius: 3em;
    display: inline-block;
    float: right;
    margin-left: 1.5em;
    position: relative;
  }
  .side_bnr .side_bnr_block.side_r .access .btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0.5em;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .side_bnr .side_bnr_block.side_r.close {
    position: fixed;
    top: 150px;
    pointer-events: none;
  }
  .side_bnr .side_bnr_block.side_r.close li {
    -webkit-transform: translateX(calc(100% - 90px));
            transform: translateX(calc(100% - 90px));
    pointer-events: auto;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000px) {
  .side_bnr .side_bnr_block.side_r.close li {
    -webkit-transform: translateX(calc(100% - 45px));
            transform: translateX(calc(100% - 45px));
  }
}

@media print, screen and (min-width: 768px) {
  .side_bnr .side_bnr_block.side_r.close li:hover {
    -webkit-transform: none;
            transform: none;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000px) {
  .side_bnr .side_bnr_block.side_r {
    width: 300px;
    font-size: 12px;
  }
  .side_bnr .side_bnr_block.side_r li {
    padding: 0.5em;
  }
  .side_bnr .side_bnr_block.side_r .ttl {
    font-size: 14px;
    padding: 20px 0.5em 0;
    width: 36px;
  }
  .side_bnr .side_bnr_block.side_r .ttl:before {
    left: 5px;
    width: 16px;
    height: 16px;
  }
  .side_bnr .side_bnr_block.side_r .txt_wrap {
    width: calc(100% - 36px - 1em);
    margin-left: 1em;
  }
  .side_bnr .side_bnr_block.side_r .table_timetable + p {
    margin: 0.5em 0;
  }
}

@media only screen and (max-width: 767px) {
  .side_bnr .side_line {
	position: fixed;
    bottom: 13vw;
    right: 55px;
	width: 186px;
	max-width: 31vw;
  }
  .side_bnr .side_bnr_block {
    bottom: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
}

.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: #4d438a;
  text-decoration: underline;
}

.mce-content-body a:hover {
  color: #4d438a;
  text-decoration: none;
}

.mce-content-body a img {
  -webkit-transition: .3s;
  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;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

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

body:not(.home) .post-type-page h2, body:not(.home) .post-type-page h3, body:not(.home) .post-type-page h4, body:not(.home) .post-type-page h5, body:not(.home) .post-type-page h6 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: bold;
}

body:not(.home) .post-type-page h2 {
  color: #4d438a;
  font-size: 3.2rem;
  letter-spacing: 0.2rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 4.8rem;
  padding-top: 53px;
  position: relative;
}

body:not(.home) .post-type-page h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 69px;
  height: 43px;
  background: url(../img/common/h2_img.png) no-repeat center/contain;
}

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

body:not(.home) .post-type-page h2 .subtext {
  color: #f09cb0;
  display: block;
  font-size: 2rem;
  margin-top: 0.2em;
}

body:not(.home) .post-type-page h3 {
  color: #4d438a;
  display: block;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-top: 2.56rem;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #4d438a;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body:not(.home) .post-type-page h3 {
    font-size: 2.4rem;
  }
}

body:not(.home) .post-type-page h4 {
  color: #333333;
  display: table;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 2.56rem;
  padding-left: 1em;
  position: relative;
}

body:not(.home) .post-type-page h4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 90%;
  background: #d6a0ad;
}

body:not(.home) .post-type-page h5 {
  color: #4d438a;
  display: table;
  font-size: 1.84rem;
  line-height: 1.5;
  margin-top: 2.56rem;
  padding-left: 1em;
  position: relative;
}

body:not(.home) .post-type-page h5:before {
  content: '';
  position: absolute;
  top: 0.45em;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #867dba;
}

body:not(.home) .post-type-page h6 {
  font-size: 1.76rem;
  font-weight: bold;
  margin-top: 2.56rem;
}

body:not(.home) .post-type-page h2:first-child, body:not(.home) .post-type-page h3:first-child, body:not(.home) .post-type-page h4:first-child, body:not(.home) .post-type-page h5:first-child, body:not(.home) .post-type-page h6:first-child {
  margin-top: 0 !important;
}

body:not(.home) .post-type-page .h2:not(:first-child), body:not(.home) .post-type-page .h3:not(:first-child), body:not(.home) .post-type-page .h4:not(:first-child) {
  margin-top: 1.5em;
}

.post-type-post h2, .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 h2 {
  border-bottom: 2px solid #333333;
  font-size: 2.6rem;
  margin-top: 5.6rem;
  padding-bottom: 2rem;
}

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

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

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

.link_anchor {
  padding: 4% 5%;
  border: 1px solid #d1cdeb;
}

.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin: 1% 0;
}

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

.link_anchor a {
  background: url(../img/common/anchor_btn_bg.png) no-repeat top left, #4d438a;
  color: #fff;
  border: 1px solid #4d438a;
  border-radius: 0;
  padding: 0.8em 5%;
  position: relative;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.link_anchor a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.link_anchor a:hover {
  color: #fff;
  opacity: 0.7;
}

.link_anchor a:hover:after {
  right: 4%;
}

.link_anchor2 {
  padding: 5%;
  border: 1px solid #d1cdeb;
}

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

.link_anchor2 li a {
  display: table;
}

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

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

.link_anchor2 a::before {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #4d438a;
}

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

.link_anchor2 a:hover {
  text-decoration: underline;
}

.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;
  padding-left: 2rem;
  position: relative;
}

.ul_circle li:not(:last-child),
.ul_square li:not(:last-child),
.ul_dot li:not(:last-child),
.ul_ring li:not(:last-child),
.ul_check li:not(:last-child),
.ul_triangle li:not(:last-child),
.ul_arrow li:not(:last-child),
.ul_circlegt li:not(:last-child) {
  margin-bottom: 1.2rem;
}

.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: -ms-flexbox;
    display: flex;
    -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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ul_circle.link_inlign li,
  .ul_square.link_inlign li,
  .ul_dot.link_inlign li,
  .ul_ring.link_inlign li,
  .ul_check.link_inlign li,
  .ul_triangle.link_inlign li,
  .ul_arrow.link_inlign li,
  .ul_circlegt.link_inlign li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

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

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

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

.ul_ring li::before {
  border-radius: 50%;
  border: 2px solid #4d438a;
  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 #4d438a;
  top: 1rem;
}

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

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

.ul_circlegt li::before {
  background: #4d438a;
  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: #4d438a;
  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;
  letter-spacing: 0;
  text-align: center;
  top: 0.6rem;
  width: 2rem;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .list_col_2, .link_col_2,
  .list_col_3, .link_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link_col_2 li, .list_col_2 li {
    width: 49%;
  }
  .link_col_2 li:not(:nth-child(2n+1)), .list_col_2 li:not(:nth-child(2n+1)) {
    margin-left: 2%;
  }
  .link_col_3 li, .list_col_3 li {
    width: 32%;
  }
  .link_col_3 li:not(:nth-child(3n+1)), .list_col_3 li:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
}

@media only screen and (max-width: 767px) {
  .sp_list_col_2, .sp_link_col_2,
  .sp_list_col_3, .sp_link_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp_list_col_2 li, .sp_link_col_2 li {
    width: 49%;
  }
  .sp_list_col_2 li:not(:nth-child(2n+1)), .sp_link_col_2 li:not(:nth-child(2n+1)) {
    margin-left: 2%;
  }
  .sp_list_col_3 li, .sp_link_col_3 li {
    width: 32%;
  }
  .sp_list_col_3 li:not(:nth-child(3n+1)), .sp_link_col_3 li:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
}

.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.anchor + .section:not(.section_bg):not(.section_stripe) {
  padding-top: 0;
}

#main > .section_bg:last-child {
  border-bottom: 1px solid #4d438a;
}

.section_bg {
  background: #f2f1f8;
}

.section_stripe {
  background: repeating-linear-gradient(90deg, #f2f1f8 1px, #f2f1f8 5px, #fff 5px, #fff 10px);
}

.box_bg,
.box_border,
.box_border-stripe {
  border-radius: 0;
  margin-top: 1.8rem;
  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;
  }
}

.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: #f2f1f8;
  border: 1px solid #d1cdeb;
}

.box_border {
  border: 1px solid #d1cdeb;
}

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

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

.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;
  content: "";
  height: calc(100% - 16px);
  left: 8px;
  position: absolute;
  top: 8px;
  width: calc(100% - 16px);
  z-index: 0;
}

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

.box_flow:first-child {
  margin-top: 1.8rem;
}

@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: #fff8fa;
  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;
}

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

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

@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;
  }
}

.title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 3.2rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: left;
}

.title .step {
  color: #4d438a;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1.1;
  margin-right: 0.5em;
}

.title .num {
  font-size: 75%;
  font-family: 'Arial', sans-serif;
  background: #867dba;
  border-radius: 2px;
  color: #fff;
  margin-right: 0.8rem;
  padding: 0.2em 0.5em;
  letter-spacing: 0;
  text-align: center;
  vertical-align: text-top;
}

.title_bg {
  background: #d0cce6;
  background: #4d438a;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: center;
}

h3.title,
h4.title {
  padding-left: 0 !important;
}

h3.title:after, h3.title:before,
h4.title:after,
h4.title:before {
  content: none !important;
}

.box_flow2 {
  background: #fff;
  border: 1px solid #d1cdeb;
  border-radius: 0;
  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.8rem;
  border: 4rem solid transparent;
  border-top: 3.2rem solid #a6a1c5;
  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;
}

table {
  width: 100%;
}

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

table.table_address th {
  font-weight: bold;
  width: 30%;
  text-align: left;
  color: #4d438a;
  border-bottom: 1px solid #4d438a;
  border-top: 1px solid #4d438a;
}

table.table_timetable th, table.table_timetable td {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0.3em 0.2em;
  text-align: center;
}

table.table_timetable thead th {
  border-bottom: none;
  background: #867dba;
  color: #fff;
}

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

table.table_timetable .consul {
  color: #4d438a;
}

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

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

table.table_normal th > *:first-child, table.table_normal td > *:first-child, table.table_fee th > *:first-child, table.table_fee td > *:first-child {
  margin-top: 0;
}

table.table_normal thead th, table.table_fee thead th {
  background: #d6a0ad;
  color: #fff;
  text-align: center;
}

table.table_normal tbody th, table.table_fee tbody th {
  background: #fff8fa;
}

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

@media only screen and (max-width: 767px) {
  table.stack.table_address {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  table.stack.table_address thead, table.stack.table_address tbody, table.stack.table_address tr, table.stack.table_address th, table.stack.table_address td {
    display: block;
  }
  table.stack.table_address th, table.stack.table_address td {
    border: none;
  }
  table.stack.table_address th {
    border-top: 1px solid #ddd;
    padding-bottom: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  table.stack.table_fee, table.stack.table_normal {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  table.stack.table_fee thead, table.stack.table_fee tbody, table.stack.table_fee tr, table.stack.table_fee th, table.stack.table_fee td, table.stack.table_normal thead, table.stack.table_normal tbody, table.stack.table_normal tr, table.stack.table_normal th, table.stack.table_normal td {
    display: block;
  }
  table.stack.table_fee th, table.stack.table_fee td, table.stack.table_normal th, table.stack.table_normal td {
    border: 1px solid #ddd;
    border-bottom: none;
  }
  table.stack.table_fee th, table.stack.table_normal th {
    border-top: 1px solid #ddd;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .scroll {
    overflow: auto;
  }
  .scroll > table {
    width: 750px;
  }
  .scroll + p {
    text-align: center;
    font-size: 12px;
  }
}

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

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

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

#page_title .page_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  letter-spacing: 0.32rem;
  z-index: 1;
  color: #4d438a;
}

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

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

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

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

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

#breadcrumb a {
  color: #4d438a;
}

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

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

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

.btnstyle a {
  background: #4d438a;
  border-radius: 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: table;
  line-height: 1.5;
  max-width: 300px;
  width: 100%;
  margin: 1em auto 0;
  padding: 1em 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.btnstyle a:hover {
  color: #fff;
  opacity: .7;
}

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

@media only screen and (max-width: 767px) {
  .btnstyle a + a {
    margin-top: 1em;
  }
}

@media print, screen and (min-width: 768px) {
  .btnstyle.wide a {
    max-width: 420px;
  }
  .btnstyle.short a {
    max-width: 200px;
    padding: 0.5em 1em;
  }
  .btnstyle.left a {
    margin-left: 0;
    margin-right: auto;
  }
  .btnstyle.right a {
    margin-left: auto;
    margin-right: 0;
  }
}

.slide_main {
  position: relative;
}

.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s;
  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;
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 30px;
}

.slide_thumb .item {
  position: relative;
  -webkit-transition: .3s;
  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 #4d438a;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slide_thumb .item img {
  margin: 0;
}

.slide_wrap_horizontal {
  margin-top: 1.5em;
}

@media print, screen and (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: calc(95% / 6);
    max-width: calc(95% / 6);
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}

.slide_wrap_vertical {
  margin-top: 1.5em;
}

.slide_wrap_vertical .slide_main {
  margin: 0 auto 1%;
  display: table;
}

.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:first-child {
  margin-top: 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 p:first-child,
.box_faq .answer p:first-child {
  margin-top: 0;
}

.box_faq .question {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
}

.box_faq .question::before {
  content: 'Q';
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #fff;
  background: #4d438a;
}

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

.box_faq .question p::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .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';
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #fff;
  background: #f09cb0;
  top: 30px;
}

.box_form dt {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .box_form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box_form dl dt {
    width: 12em;
  }
  .box_form dl dd {
    width: calc(100% - 12em);
  }
  .box_form dl dt, .box_form dl dd {
    border-bottom: 1px dashed #ccc;
    padding: 1em 0;
  }
}

.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;
  -webkit-box-shadow: none;
          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 .birthday input {
  width: 2em;
}

.box_form .birthday .your-birthday-y input {
  width: 4em;
}

.box_form .zip .your-zip-1 input {
  width: 3em;
}

.box_form .zip .your-zip-2 input {
  width: 4em;
}

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

.box_form input[type="submit"]:hover {
  background: #fff;
  color: #4d438a;
  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: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sitemap_box .menu ul {
  margin-top: 0;
}

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

.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 2rem 4rem 2rem 2rem;
  -webkit-transition: .3s;
  transition: .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: #4d438a;
  background: #f2f1f8;
}

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

.ba-block {
  margin-bottom: 10px;
  font-size: 92%;
}

.ba-block .before {
  float: left;
  width: 47%;
  position: relative;
}

.ba-block .before:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #4d438a;
}

.ba-block .after {
  float: right;
  width: 47%;
}

@media print, screen and (min-width: 768px) {
  .ba-block .after {
    margin-left: 6%;
  }
}

.ba-block img {
  display: block;
  margin: 0 auto 10px;
}

.ba-block .batitle {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 767px) {
  .ba-block {
    background: none;
    margin-bottom: 10px;
    font-size: 92%;
  }
  .ba-block .before, .ba-block .after {
    float: none;
    width: 100%;
  }
  .ba-block .before {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .ba-block .before:after {
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    bottom: auto;
    border: 20px solid transparent;
    border-top: 20px solid #4d438a;
  }
}

.iframe {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  margin-top: 1em;
}

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.iframe.youtube {
  padding-bottom: 30%;
  width: 600px;
  max-width: 100%;
  margin: 1em auto 0;
}

@media only screen and (max-width: 767px) {
  .iframe.calendar {
    min-height: 300px;
  }
}

.video_wrap {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
  width: 600px;
  max-width: 100%;
  margin: 1em auto 0;
}

.video_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

@media print, screen and (min-width: 768px) {
  .mainimage {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
  .mainimage .slick-slide {
    height: 895px;
  }
  .mainimage .main_slider_img01 {
    background: url(../img/top/mainimage01.jpg) no-repeat center/cover;
  }
  .mainimage .main_slider_img02 {
    background: url(../img/top/mainimage02.jpg) no-repeat center/cover;
  }
  .mainimage .main_slider_img03 {
    background: url(../img/top/mainimage03.jpg) no-repeat center/cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 1224px) {
  .mainimage .slick-slide {
    height: 495px;
  }
}

.mainimage img {
  width: 100%;
}

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

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

@media print, screen and (max-width: 1039px) {
  .mainimage .slick-dots {
    bottom: -30px;
  }
}

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

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

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

.mainimage .slick-dots li.slick-active button:before {
  color: #4d438a;
}

@media print, screen and (min-width: 768px) {
  .home #contents {
    padding-top: calc(895px - 170px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1224px) {
  .home #contents {
    padding-top: calc(495px - 150px);
  }
}

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

.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: 1;
}

.section_news .news {
  position: relative;
}

.section_news h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  color: #4d438a;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #4d438a;
}

.section_news dl {
  margin: 0;
  padding: 3% 4%;
}

.section_news dl dt {
  line-height: 1.3;
  padding: 1em 0 0;
}

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

.section_news dl dd {
  line-height: 1.3;
  margin-bottom: 8px;
  padding: 0 0 1em;
}

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

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

.section_news dl dd a:hover {
  color: #4d438a;
}

.section_news .btnstyle a {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 auto;
  padding: 0.2em 1em;
  width: 160px;
}

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

@media print, screen and (min-width: 768px) {
  .section_news .btnstyle {
    position: absolute;
    top: 10px;
    right: 0;
    margin-top: 0;
  }
}

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

h2.ttl {
  font-size: 32px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #4d438a;
  margin-bottom: 4%;
}

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

h2.ttl .sub {
  font-size: 43.75%;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #f09cb0;
  display: block;
  margin-top: 0.4em;
  line-height: 0.05em;
}

@media only screen and (max-width: 767px) {
  h2.ttl .sub {
    font-size: 70%;
  }
}

.sec01 {
  margin: 5% 0;
}

.sec01 h2 {
  font-size: 28px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #4d438a;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.sec01 .box01 {
  background: #f2f1f8;
  border-radius: 15px;
  border: 1px solid #d1cdeb;
  padding: 5%;
  margin-bottom: 4%;
}

.sec01 figure {
  margin-bottom: 4%;
}

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

.sec02 {
  margin: 5% 0;
}

.sec02 .con {
  padding: 5% 0;
}

.sec02 .name {
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sec02 h3 {
  font-size: 26px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #4d438a;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 0.7em;
}

@media print, screen and (min-width: 768px) {
  .sec02 .con {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(18.75%, transparent), color-stop(18.75%, #f2f1f8), to(#f2f1f8));
    background: linear-gradient(90deg, transparent, transparent 18.75%, #f2f1f8 18.75%, #f2f1f8);
  }
  .sec02 .columns {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .sec02 .col_img {
    width: 45.65%;
  }
  .sec02 .col_txt {
    width: 52.35%;
    margin-left: 2%;
  }
  .sec02 .txt_wrap {
    width: 540px;
    max-width: 100%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .sec02 .txt_wrap {
    padding-right: 4%;
  }
}

@media only screen and (max-width: 767px) {
  .sec02 h3 {
    font-size: 20px;
    margin-top: 1.5em;
  }
  .sec02 .column {
    padding: 0 4%;
  }
  .sec02 .con {
    background: #f2f1f8;
  }
}

.loop_block {
  margin: 4% 0;
  position: relative;
}

.loop_block .txt_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 300px;
  max-width: 90%;
  padding: 2em;
  background: #fff;
  border: 1px solid #4d438a;
  z-index: 1;
}

.loop_block .txt_wrap p {
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin: 0;
}

.loop_block li {
  padding: 0 10px;
}

@media print, screen and (max-width: 1039px) {
  .loop_block .txt_wrap p {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media only screen and (max-width: 767px) {
  .loop_block .txt_wrap {
    padding: 1em;
    width: 200px;
  }
  .loop_block .txt_wrap p {
    font-size: 12px;
  }
}

.sec03 {
  margin: 4% 0 5%;
  padding: 5% 0;
  background: url(../img/top/sec03_bg.jpg) no-repeat center/cover;
}

.sec03 .bg_wrap {
  padding: 5% 7%;
  background: #fff;
}

.sec03 h3 {
  font-size: 38px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
  background: url(../img/top/sec03_ttl_bg.jpg) no-repeat center/cover;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 1em;
}

.sec03 h4 {
  font-size: 28px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #4d438a;
}

.sec03 h4 + p {
  margin-top: 1em;
}

@media print, screen and (min-width: 768px) {
  .sec03 .container {
    max-width: 1200px;
  }
  .sec03 h3 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .sec03 .col_ttl {
    width: 138px;
    margin-top: -18%;
  }
  .sec03 .col_con {
    width: calc(94% - 138px);
    margin-left: 6%;
  }
  .sec03 .col_con .columns:not(:first-child) {
    margin-top: 5%;
  }
  .sec03 .col_img {
    width: 53%;
  }
  .sec03 .col_txt {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .sec03 h3 {
    font-size: 20px;
    margin: 1em 0;
  }
  .sec03 h4 {
    font-size: 18px;
    margin-top: 1.5em;
  }
  .sec03 .col_con .columns:not(:last-child) {
    margin-bottom: 2em;
  }
}

.sec04 {
  margin: 5% 0;
}

.sec04 .column {
  position: relative;
}

.sec04 .con01 {
  margin-bottom: 7%;
}

.sec04 .con01 h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #4d438a;
}

.sec04 .con01 .column {
  padding: 4% 1%;
  background: #fff;
  border: 1px solid #4d438a;
}

.sec04 .con01 .column:after {
  content: '';
  position: absolute;
  right: 1em;
  bottom: 1em;
  margin: auto;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right: 5px solid #4d438a;
  border-bottom: 5px solid #4d438a;
}

.sec04 .con01 .column:hover {
  opacity: 0.7;
}

.sec04 .tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.sec04 .tab_btn_wrap .tab_btn {
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 0.6em 1em 0.5em;
  background: #4d438a;
  color: #fff;
  width: 300px;
  max-width: 48%;
  cursor: pointer;
}

.sec04 .tab_btn_wrap .tab_btn:not(:first-child) {
  margin-left: 2%;
}

.sec04 .tab_btn_wrap .tab_btn:hover {
  opacity: 0.7;
}

.sec04 .tab_btn_wrap .tab_btn:not(.active) {
  opacity: 0.5;
}

.sec04 .tab_item {
  padding: 4% 3%;
  background: #f2f1f8;
  border: 4px solid #4d438a;
}

.sec04 .tab_item ul, .sec04 .tab_item li, .sec04 .tab_item a {
  margin-top: 0;
}

.sec04 .tab_item .btnstyle a {
  font-size: 18px;
  background: url(../img/top/sec04_btn_bg.png) no-repeat center top, #4d438a;
  border-radius: 0;
  margin-top: 3%;
  margin-bottom: 3%;
}

.sec04 .tab_item:not(.active) {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .sec04 .con01 .column {
    width: 30%;
  }
  .sec04 .con01 .column:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}

@media print, screen and (max-width: 1039px) {
  .sec04 .con01 h3 {
    font-size: 18px;
  }
  .sec04 .tab_item .btnstyle a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .sec04 .con01 p {
    margin-top: 0.5em;
  }
  .sec04 .tab_btn_wrap .tab_btn {
    font-size: 14px;
  }
}

.sec05 {
  margin: 5% 0;
}

.sec05 .columns {
  padding: 0 2%;
}

.sec06 {
  margin: 5% 0;
}

.sec06 .columns {
  padding: 0 2%;
}

@media only screen and (max-width: 767px) {
  .sec01, .sec02, .sec03, .sec04, .sec05, .sec06 {
    margin: 2.5em 0;
  }
  .sec01 {
    margin-top: 50px;
  }
  .sec03 {
    padding: 2.5em 0;
  }
}

.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: #4d438a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#post_aside .category_list a:hover {
  color: #4d438a;
}

#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: #4d438a;
}

#post_aside .latestpost_list a:hover::before {
  color: #4d438a;
}

.page-name-colorectal .table_normal th {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .page-name-clinic .table_address th {
    width: 7.5em;
  }
  .page-name-clinic .table_normal th {
    width: 6em;
  }
  .page-name-ebp .table_normal th {
    width: 6em;
  }
}

.wow.delay .animate {
  opacity: 0;
  -webkit-transition: 1s 500ms;
  transition: 1s 500ms;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.wow.delay.animated .animate {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
/*# sourceMappingURL=bond.css.map */

.sec_map {
  padding: 0;
}
.sec_map .sec_img {
  text-align: center;
  margin: 0;
}
.sec_map .sec_text {
  line-height: 32px;
  margin: 0;
  color: #fff;
}
@media screen and  ( max-width : 767px ) {
  .sec_map {
    background: #9793d1;
    padding: 50px 0;
  }
  .sec_map .sec_img {
    margin: 0 0 20px;
  }
}
@media screen and  ( min-width : 768px ) {
  .sec_map .sec_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .sec_map .btnstyle {
    margin-top: 20px;
  }
  .sec_map .btnstyle a {
    margin: 0;
  }
  .sec_map .sec_box .colbox_2 {
    width: 48%;
  }
  .sec_map .sec_map_bg {
    background: url("../img/top/sec_map.png") no-repeat center / cover;
    min-height: 443px;
    display: flex;
    align-items: center;
    background-position: 43% 50%;
  }
}
@media screen and  ( min-width : 1250px ) {
  .sec_map .sec_map_bg {
    background: url("../img/top/sec_map.png") no-repeat center / cover;
    background-position: 50% 50%;
  }
}


@media print, screen and (min-width: 768px) {
    #nav .header_menu > li > .sub-menu_wrap .sub-menu .menutitle_02 a:before {
        content: none!important;
    }
    #nav .header_menu > li > .sub-menu_wrap .sub-menu .menutitle_02 a {
        padding-left: 0!important;
        padding-top: 10px;
    }
}
@media print, screen and (min-width: 768px) {
    #nav .header_menu > li > .sub-menu_wrap .sub-menu.sub-menu_kai {
        padding: 0;
    }
}

