@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

@media (max-width: 767px) {
  html {
    font-size: 54.69%;
  }
}
body {
  background: #fff;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  letter-spacing: 0;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  cursor: pointer;
}

*:focus {
  outline: none;
}

a[href^="tel:"] {
  color: #000000;
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: 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 (min-width: 768px) {
  .alignleft {
    margin-right: 30px;
  }

  .alignright {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .alignleft,
  .aligncenter,
  .alignright {
    display: block;
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }
}
.sp {
  display: none !important;
}

@media (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;
  }
}
.pt0 {
  padding-top: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.container,
.gutters,
.mce-content-body {
  max-width: calc(100% - 20px);
  margin-inline: auto;
  width: 1200px;
}
@media (min-width: 768px) {
  .container,
  .gutters,
  .mce-content-body {
    max-width: calc(100% - 40px);
  }
}

.home .mce-content-body {
  max-width: 100%;
  width: 100%;
}

.header {
  padding: 20px 0 0;
}

@media (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;
  }

  .header .site_info {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .header .header_logo {
    margin-left: auto;
    text-align: center;
    margin-bottom: 10px;
  }
}
.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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp_nav .header_nav-item a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #eee;
  color: #333333;
  text-decoration: none;
}

.sp_nav .header_nav-item:first-child a {
  border-left: none;
}

.sp_nav .header_nav-item span {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  display: block;
  letter-spacing: 0;
}

.sp_nav .header_nav-item span.icon {
  line-height: 1;
  display: -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 {
  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: transparent;
}

body:not(.home) .header_inner {
  margin-bottom: 20px;
}

#nav .header_menu {
  position: relative;
}

#nav .header_menu a {
  display: block;
  text-decoration: none;
  line-height: 1.5;
}

@media (min-width: 768px) {
  body.home #nav {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    top: 100px;
  }

  #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;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #nav .header_menu > li {
    font-size: 1.3vw;
  }
}
@media (min-width: 768px) {
  #nav .header_menu > li.menu-item-has-children {
    position: relative;
  }

  #nav .header_menu > li > a {
    border-right: 1px solid #eee;
    padding: 7px 2px;
    color: #333333;
    position: relative;
  }

  #nav .header_menu > li > a::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #203864;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  #nav .header_menu > li:hover > a {
    color: #203864;
  }

  #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%;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
  }

  #nav .header_menu > li > .sub-menu a,
  #nav .header_menu > li > .sub-menu_wrap a {
    color: #333333;
    text-align: left;
  }

  #nav .header_menu > li > .sub-menu {
    width: 200px;
    min-width: 100%;
  }

  #nav .header_menu > li > .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }

  #nav .header_menu > li > .sub-menu a {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 15px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  #nav .header_menu > li > .sub-menu a:hover {
    background: #fcedf4;
  }

  #nav .header_menu > li > .sub-menu_wrap {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 20px;
  }

  #nav .header_menu > li > .sub-menu_wrap .sub-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #nav .header_menu > li > .sub-menu_wrap .sub-menu a {
    padding: 0 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  #nav .header_menu > li.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 screen and (min-width: 768px) and (max-width: 1040px) {
  #nav .header_menu > li > .sub-menu_wrap .sub-menu a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #nav {
    margin: 0;
    padding: 0;
  }

  #nav .header_menu {
    background: #fff;
    display: none;
    left: 20px;
    position: absolute;
    width: calc(100% - 40px);
    z-index: 4;
  }

  #nav .header_menu a {
    color: #333333;
    padding: 15px;
    position: relative;
  }

  #nav .header_menu .menu-item {
    border-top: 1px solid #eee;
  }

  #nav .header_menu .menu-item > .sub-menu_wrap,
  #nav .header_menu .menu-item > .sub-menu {
    display: none;
  }

  #nav .header_menu .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 #203864;
    border-right: solid 2px #203864;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav .header_menu .menu-item-has-children-wrap > a.onclick::after,
  #nav .header_menu .menu-item-has-children > a.onclick::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #nav .header_menu .sub-menu li {
    border-top: 1px solid #eee;
    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 #203864;
    border-right: solid 1px #203864;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav .header_menu .sub-menu li a {
    padding: 10px 15px 10px 20px;
  }
}
@media (min-width: 768px) {
  body.home #nav.fixed,
  #nav.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.7);
  }
}
#copyright {
  background: #fff;
  color: #333;
  padding: 10px 0;
  text-align: center;
}

#totop {
  bottom: 10px;
  display: none;
  position: fixed;
  right: 10px;
}

#totop:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media (max-width: 767px) {
  #totop {
    width: 50px;
    bottom: 10px;
  }
}
.side_right {
  position: fixed;
  right: 0;
  z-index: 2;
}

.side_left {
  position: fixed;
  left: 0;
  z-index: 2;
}

@media print, screen and (min-width: 768px), (max-height: 750px) {
  .side_right,
  .side_left {
    top: 170px;
    width: 100px;
  }
}
@media print, screen and (max-height: 890px) {
  .side_right,
  .side_left {
    width: 100px;
  }

  #totop img {
    width: 60px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1040px) {
  .side_right,
  .side_left {
    width: 70px;
  }

  #totop img {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .side_bnr {
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .side_bnr .side_bnr_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mce-content-body p,
.mce-content-body ul,
.mce-content-body ol,
.mce-content-body dl,
.mce-content-body table {
  margin-top: 1rem;
  margin-bottom: 1.4rem;
}

.mce-content-body img {
  border-radius: 0;
}

.mce-content-body a {
  color: #203864;
  text-decoration: underline;
}

.mce-content-body a:hover {
  color: #203864;
  text-decoration: none;
}

.mce-content-body a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mce-content-body a:hover img {
  opacity: 0.7;
}

.mce-content-body hr {
  border: none;
  height: 0;
  margin: 0 auto 0;
  display: block;
  border-bottom: 1px solid #eee;
}

.mce-content-body 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;
}

table {
  width: 100%;
}

@media (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 1rem;
}

@media (max-width: 767px) {
  table.table_address th,
  table.table_address td {
    /* border: none; */
  }
}
table.table_address th {
  padding-right: 1em;
  color: #9e6363;
}

@media (max-width: 767px) {
  table.table_address th {
    /* border-top: 1px solid #ddd;
    padding-bottom: 0;
    text-align: left; */
  }
}
table.table_timetable {
  table-layout: fixed;
  margin-bottom: 10px;
}

table.table_timetable th,
table.table_timetable td {
  background: #fff;
  border-bottom: 1px solid #bdb3b3;
  padding: 0.8rem 0.2rem;
  text-align: center;
}

table.table_timetable thead th {
  background: #b2b2b2;
  color: #fff;
  font-weight: 500;
}

table.table_timetable thead th:first-child {
  width: 30%;
}

table.table_timetable tbody th {
  text-align: center;
}

.consul {
  color: #203864 !important;
}

.consul2 {
  color: #b08f4c !important;
}

@media print, screen and (min-width: 768px) and (max-width: 1039px) {
  table.table_timetable {
    font-size: 82%;
  }
}
table.table_fee {
  table-layout: fixed;
}

@media (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 (max-width: 767px) {
  table.table_fee th,
  table.table_fee td {
    /* border: none; */
  }
}
table.table_fee thead th {
  background: #fcf1f1;
  text-align: center;
}

table.table_fee tbody th {
  background: #fff;
  vertical-align: middle;
}

table.table_fee tbody td {
  text-align: right;
  vertical-align: middle;
}

@media (max-width: 767px) {
  table.table_fee th {
    border-top: 1px solid #ddd;
    text-align: left;
  }
}
.page-name-gastroscope_lp #page_title {
  display: none;
}

#page_title {
  display: none;
}

#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: #888;
  text-decoration: none;
}

#breadcrumb a:hover {
  color: #333333;
  text-decoration: none;
}

#breadcrumb li:last-child a {
  pointer-events: none;
}

#breadcrumb .current a {
  color: #333333;
}

.btnstyle a {
  background: #203864;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: table;
  line-height: 1.5;
  min-width: 280px;
  padding: 1.36rem 1.6rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}

.btnstyle a:hover {
  color: #fff;
  opacity: 0.7;
}

.btnstyle a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 47%;
  right: 5%;
  margin: auto;
  width: 30px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

.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: #fcedf4;
  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 (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
@media (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #203864;
  display: block;
  position: relative;
  text-align: center;
}

.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #203864;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}

@media (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 (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;
  }
}
.entry_title {
  font-size: 3.2rem;
  font-weight: 700;
  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: #203864;
}

.entry_ex {
  margin-bottom: 4rem;
  margin-top: 3.2rem;
}

.box_entry-item .entry_ex {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}

@media (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: #203864;
  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: #203864;
  font-size: 1.6rem;
  margin-right: 8px;
}

.post-categories a {
  color: #203864;
  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: 0.3s;
  transition: 0.3s;
}

.pagenav_single a .material-icons {
  font-size: 1.408rem;
}

.pagenav_single a:hover {
  opacity: 0.7;
}

.box_entry-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 4.8rem;
}

.box_entry-item:first-child {
  padding-top: 1.6rem;
}

.box_entry-news .archive {
  border-bottom: 1px solid #eee;
  padding-bottom: 8rem;
}

.pagenav_archive {
  display: -webkit-box;
  display: -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: 0.3s;
  transition: 0.3s;
  width: 2rem;
}

.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}

.pagenav_archive .page-numbers:hover {
  background: #203864;
  border: 1px solid #203864;
  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: 700;
  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: #203864;
}

#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: #203864;
}

#post_aside .latestpost_list a:hover::before {
  color: #203864;
}

/* ------------------------------------
nav調整
------------------------------------ */
#nav .header_menu > li.active > .sub-menu,
#nav .header_menu > li.active > .sub-menu_wrap {
  top: calc(100% + 10px);
}

/* -----------------------------------------幅広ナビ */
@media (min-width: 768px) {
  #nav .header_menu > li > .sub-menu_wrap .sub-menu {
    margin: 0 5px;
  }

  #nav .header_menu > li > .sub-menu_wrap .ttl {
    font-weight: bold;
    color: #9e6363;
    border-bottom: 1px solid #9e6363;
    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_wrap .sub-menu a:before {
    content: "";
    display: block;
    position: absolute;
    top: 1em;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-right: 7px solid #203864;
    border-top: 7px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav .header_menu > li > .sub-menu a:hover,
  #nav .header_menu > li > .sub-menu_wrap a:hover {
    background: #fcedf4;
  }
}
@media (max-width: 767px) {
  .sp_nav .header_nav-item img {
    max-width: 100%;
  }

  #nav .header_menu li a:hover {
    background: #fcedf4;
  }

  #nav .header_menu .sub-menu li.ttl {
    background: #faf5f5;
    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;
  }
}
/* ------------------------------------------サブメニュー用矢印 */
@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 {
    position: relative;
    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 #333;
    border-right: 1px solid #333;
    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: #203864;
  }
}
/* ------------------------------------
copyright調整
------------------------------------ */
@media (max-width: 767px) {
  #copyright {
    padding: 15px 0 20vw;
  }
}
/* ------------------------------------
side調整
------------------------------------ */
#totop {
  z-index: 2;
}

#conversion {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  #totop {
    bottom: 20vw;
  }

  /* SP用 */
  .side_bnr_block li {
    width: 50%;
  }
}
/* ------------------------------------
ぱんくず調整
------------------------------------ */
#breadcrumb {
  display: none;
}

/* ------------------------------------
box調整
------------------------------------ */
h2 + .box_bg,
h2 + .box_border,
h2 + .box_border-stripe {
  margin-top: 3.5em;
}

h3 + .box_bg,
h3 + .box_border,
h3 + .box_border-stripe,
h4 + .box_bg,
h4 + .box_border,
h4 + .box_border-stripe,
h5 + .box_bg,
h5 + .box_border,
h5 + .box_border-stripe {
  margin-top: 1.5em;
}

.box_bg h2:first-child,
.box_border h2:first-child,
.box_border-stripe h2:first-child {
  margin-top: 0;
}

.section_bg .box_border,
.section_stripe .box_border,
.box_bg .box_border,
.box_bg .box_bg {
  background: #fff;
}

@media (max-width: 767px) {
  .box_bg,
  .box_border {
    padding: 3.2rem 10px;
  }

  .box_border-stripe {
    padding: 3.2rem 20px;
  }
}
/* ------------------------------------
table調整
------------------------------------ */
table {
  margin-top: 2.4rem;
}

table.table_address th {
  border-top: 1px solid #9e6363;
  border-bottom: 1px solid #9e6363;
  width: 20%;
}

@media (max-width: 767px) {
  table.table_address th {
    width: 38%;
  }
}
/*==========================
   リンクボックス
==========================*/
.link_box {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link_box:hover {
  opacity: 0.7;
}

.link_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link_box a span.link {
  display: none;
}

/* ------------------------------
  サイドバナー調整
  ------------------------------ */
/*==========================
   googlemap調整
==========================*/
.googlemap {
  position: relative;
  padding-bottom: 40%;
  /*縦横比*/
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 767px) {
  .googlemap {
    padding-bottom: 60%;
    /*縦横比*/
  }
}
@media (min-width: 1000px) {
  .googlemap {
    padding-bottom: 25%;
    /*縦横比*/
  }
}
/* ------------------------------
ボタン
  ------------------------------ */
.btnstyle a {
  min-width: 0;
  display: block;
  width: 320px;
  max-width: 100%;
  margin: auto;
}

.btnstyle {
  max-width: 100%;
}

body:not(.home) .btnstyle {
  margin-top: 2.5rem;
}

@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: #203864;
}

/*==========================
	news調整
==========================*/
@media (max-width: 767px) {
  .section_news dd {
    padding-top: 0;
  }
}
/* -------------------------------------------------追加調整 */
body a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body a:hover img {
  opacity: 0.7;
}

.color01 {
  color: #203864;
}

.color02 {
  color: #9e6363;
}

.emp {
  color: #e64040;
}

.color03 {
  color: #ffaa00;
}

.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;
}

.mt_ttl {
  margin-top: 2.4rem;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

figure {
  text-align: center;
}

p + .box_bg,
p + .box_border,
p + .box_border-stripe {
  margin-top: 3rem;
}

span.number {
  color: #9e6363;
  font-size: 120%;
  padding-right: 10px;
  vertical-align: middle;
  position: relative;
}

/* ------------------------------------------------common追加調整 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body.home #wrap {
  overflow: hidden;
}

.slick-dots {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .row:not(:first-of-type) {
    margin-top: 5%;
  }
  .row:first-of-type {
    margin-top: 0;
  }
  .row .col_2:not(:first-of-type), .row .col_3:not(:first-of-type), .row .col_4:not(:first-of-type), .row .col_5:not(:first-of-type), .row .col_6:not(:first-of-type) {
    margin-top: 5%;
  }
  .row.sp_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_2 .col_2, .row.sp_col_2 .col_3, .row.sp_col_2 .col_4, .row.sp_col_2 .col_5, .row.sp_col_2 .col_6 {
    width: 49%;
    margin-right: 2%;
  }
  .row.sp_col_2 .col_2:not(:first-child), .row.sp_col_2 .col_3:not(:first-child), .row.sp_col_2 .col_4:not(:first-child), .row.sp_col_2 .col_5:not(:first-child), .row.sp_col_2 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_2 .col_2:nth-child(2n), .row.sp_col_2 .col_3:nth-child(2n), .row.sp_col_2 .col_4:nth-child(2n), .row.sp_col_2 .col_5:nth-child(2n), .row.sp_col_2 .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .row.sp_col_2 .col_2:nth-child(n+3), .row.sp_col_2 .col_3:nth-child(n+3), .row.sp_col_2 .col_4:nth-child(n+3), .row.sp_col_2 .col_5:nth-child(n+3), .row.sp_col_2 .col_6:nth-child(n+3) {
    margin-top: 2%;
  }
  .row.sp_col_2 .col_2:last-child, .row.sp_col_2 .col_3:last-child, .row.sp_col_2 .col_4:last-child, .row.sp_col_2 .col_5:last-child, .row.sp_col_2 .col_6:last-child {
    margin-right: 0;
  }
  .row.sp_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_3 .col_2, .row.sp_col_3 .col_3, .row.sp_col_3 .col_4, .row.sp_col_3 .col_5, .row.sp_col_3 .col_6 {
    width: 32%;
    margin-right: 2%;
  }
  .row.sp_col_3 .col_2:not(:first-child), .row.sp_col_3 .col_3:not(:first-child), .row.sp_col_3 .col_4:not(:first-child), .row.sp_col_3 .col_5:not(:first-child), .row.sp_col_3 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_3 .col_2:nth-child(3n), .row.sp_col_3 .col_3:nth-child(3n), .row.sp_col_3 .col_4:nth-child(3n), .row.sp_col_3 .col_5:nth-child(3n), .row.sp_col_3 .col_6:nth-child(3n) {
    margin-right: 0;
  }
  .row.sp_col_3 .col_2:nth-child(n+4), .row.sp_col_3 .col_3:nth-child(n+4), .row.sp_col_3 .col_4:nth-child(n+4), .row.sp_col_3 .col_5:nth-child(n+4), .row.sp_col_3 .col_6:nth-child(n+4) {
    margin-top: 2%;
  }
  .row.sp_col_3 .col_2:last-child, .row.sp_col_3 .col_3:last-child, .row.sp_col_3 .col_4:last-child, .row.sp_col_3 .col_5:last-child, .row.sp_col_3 .col_6:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row .col_2:nth-child(2n) {
    margin-right: 0;
  }
  .row .col_2:nth-child(n+3) {
    margin-top: 4%;
  }
  .row .col_2:last-child {
    margin-right: 0;
  }
  .row .col_3 {
    width: 32%;
    margin-right: 2%;
  }
  .row .col_3:nth-child(3n) {
    margin-right: 0;
  }
  .row .col_3:nth-child(n+4) {
    margin-top: 2%;
  }
  .row .col_3:last-child {
    margin-right: 0;
  }
  .row .col_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .row .col_4:nth-child(4n) {
    margin-right: 0;
  }
  .row .col_4:nth-child(n+5) {
    margin-top: 2%;
  }
  .row .col_4:last-child {
    margin-right: 0;
  }
  .row .col_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .row .col_5:nth-child(5n) {
    margin-right: 0;
  }
  .row .col_5:nth-child(n+6) {
    margin-top: 2%;
  }
  .row .col_5:last-child {
    margin-right: 0;
  }
  .row .col_6 {
    width: 15%;
    margin-right: 2%;
  }
  .row .col_6:nth-child(6n) {
    margin-right: 0;
  }
  .row .col_6:nth-child(n+7) {
    margin-top: 2%;
  }
  .row .col_6:last-child {
    margin-right: 0;
  }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.reverse .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row.reverse .col_2:first-child {
    margin-right: 0;
  }
  .row.gap_row {
    gap: 20px 2%;
  }
  .row.gap_row .col_2 {
    width: 49%;
  }
  .row.gap_row .col_2, .row.gap_row .col_3, .row.gap_row .col_4, .row.gap_row .col_5, .row.gap_row .col_6 {
    margin: 0;
  }
  .row.gap_row.reverse .col_2 {
    width: 49%;
  }
}
.row {
  margin-bottom: 50px;
}
.row:last-child {
  margin-bottom: 0;
}
.img_slider {
  max-width: 1200px;
  margin: auto;
}

.slick-next:before, .slick-prev:before {
  opacity: 1;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 2px;
}

.img_slider .img_slide_main .slick-prev,
.img_slider .img_slide_main .slick-next {
  width: 20px;
  height: 20px;
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  font-size: 20px;
  color: #d9d6d6;
}

.img_slider .img_slide_main .slick-prev {
  left: 5px;
  z-index: 1;
}

.img_slider .img_slide_main .slick-next {
  right: 5px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .img_slider .img_slide_thumb {
    margin-top: 17px;
  }

  .img_slider .img_slide_thumb img {
    padding: 0 8.5px;
  }

  .img_slider .img_slide_main .slick-prev,
  .img_slider .img_slide_main .slick-next {
    width: 30px;
    height: 30px;
  }

  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    font-size: 30px;
  }

  .img_slider .img_slide_main .slick-prev {
    left: 20px;
  }

  .img_slider .img_slide_main .slick-next {
    right: 20px;
  }
}
.side_bnr {
  position: fixed;
  margin: auto;
  top: auto;
  bottom: 0;
}
@media (max-width: 767px) {
  .side_bnr {
    width: 87vw;
  }
  .side_bnr li {
    width: 100%;
  }
  .side_bnr li img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .side_bnr {
    left: auto;
    right: 100px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.zsiq_theme1.zsiq_floatmain {
  bottom: calc(17vw + env(safe-area-inset-bottom));
}
@media (min-width: 768px) {
  .zsiq_theme1.zsiq_floatmain {
    bottom: 120px;
  }
}

#totop {
  bottom: 0;
  display: none;
  position: fixed;
  right: 0;
}
#totop img {
  display: none;
}
@media (max-width: 767px) {
  #totop {
    padding-bottom: env(safe-area-inset-bottom);
    -webkit-box-shadow: 0 0 10px #00000021;
            box-shadow: 0 0 10px #00000021;
    width: 13vw;
    height: 13vw;
    background: url("../img/sp_top.png") no-repeat center/cover;
  }
}
@media (min-width: 768px) {
  #totop {
    width: 100px;
    height: 100px;
    background: url("../img/top.png") no-repeat center/cover;
  }
}

.footer {
  padding: 0;
}
.footer .footer_clinic {
  padding-top: 50px;
}
.footer .footer_box {
  padding: 50px 0 30px;
}
.footer .logo {
  text-align: center;
  margin: 0 auto 30px;
}
.footer table.table_timetable {
  margin-top: 0;
}
.footer table.table_timetable thead th, .footer table.table_timetable thead td {
  padding: 0.4rem 0.2rem;
}
.footer table.table_timetable tbody th, .footer table.table_timetable tbody td {
  padding: 1.05rem 0.2rem;
}
.footer .googlemap {
  margin: 0;
  margin-bottom: 30px;
}
.footer .address {
  margin: 0 0 20px;
}
.footer .address tbody th {
  text-align: left;
  width: 85px;
}
.footer .address tbody th, .footer .address tbody td {
  padding: 1px 0;
  vertical-align: top;
  letter-spacing: 0.075em;
}
.footer .btnstyle {
  margin-top: 0 !important;
}
.footer .btnstyle a {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.075em;
  max-width: 480px;
  width: 100%;
  padding: 2rem 2rem;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #fff;
  background: #323232;
  font-weight: bold;
}
.footer .btnstyle a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 3%;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  border: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background: none;
}
@media (max-width: 767px) {
  .footer .logo {
    max-width: 350px;
    width: 90%;
  }
  .footer .row .col_2 {
    margin: 0;
  }
  .footer .row .col_2:not(:first-child) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .footer .footer_clinic {
    padding-top: 110px;
  }
  .footer .address {
    margin: 0 0 20px;
  }
  .footer .address tbody th {
    width: 98px;
  }
  .footer .logo {
    margin: 0 auto 60px;
  }
  .footer .btnstyle a {
    margin: 0;
  }
  .footer .footer_box {
    padding: 110px 0 70px;
  }
  .footer .googlemap {
    padding: 0;
    margin-bottom: 60px;
    padding-top: 337px;
  }
}

@media (min-width: 768px) {
  #copyright {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1240px) {
  #copyright {
    padding-bottom: 10px;
  }
}

.header {
  background: #fff;
}

.header .header_logo {
  margin-left: 10px;
}

@media print, screen and (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
  }
  .header .header_logo {
    margin-right: 0;
  }
  .header .sp_header_inner {
    width: 30%;
  }

  .grobal_nav {
    width: 682px;
    max-width: 68.2%;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    background: #fff;
    padding: 0;
  }
  .header .sp_header_inner {
    background: #fff;
  }
  .header .header_inner {
    margin-bottom: 0 !important;
  }
  .header .header_logo {
    max-width: 350px;
    width: 70%;
  }
  .header .sp_nav {
    max-width: 110px;
    width: 20%;
  }

  .sp_header_inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sp_nav.fixed {
    position: relative;
    width: auto;
  }

  #nav {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sp_nav {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .grobal_nav {
    width: 1170px;
    max-width: 70%;
  }
  .grobal_nav .header_menu > li > a {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
    border-color: #e7e7e7;
    font-size: clamp(9.9096774194px, 1.2903225806vw, 16px);
    letter-spacing: 0.075em;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mce-content-body {
  max-width: 100%;
  width: 100%;
}

.sec_top {
  position: relative;
  z-index: 0;
  margin: 0;
}
.sec_top p:last-child, .sec_top ul:last-child {
  margin-bottom: 0;
}
.sec_top .bold {
  font-weight: bold;
}
.sec_top h2, .sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #000000;
}
.sec_top h2:before, .sec_top h2:after, .sec_top h3:before, .sec_top h3:after {
  display: none;
}
.sec_top h2 {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.sec_top h2 .sec_span {
  font-size: clamp(28px, 7.7777777778vw, 59.6555555556px);
  letter-spacing: 0;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.sec_top h2 .sec_span:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: calc(clamp(10px, 2.7777777778vw, 21.3055555556px) * -1);
  top: clamp(27px, 7.5vw, 57.525px);
  bottom: 0;
  width: clamp(120px, 33.3333333333vw, 255.6666666667px);
  height: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #b2c0d7;
  z-index: -1;
}
.sec_top h2 .sec_span2 {
  font-size: clamp(19px, 5.2777777778vw, 40.4805555556px);
  letter-spacing: 0;
  margin-left: calc(clamp(70px, 19.4444444444vw, 149.1388888889px) * -1);
  font-weight: bold;
  color: #203864;
  display: inline-block;
  position: relative;
  top: clamp(30px, 8.3333333333vw, 63.9166666667px);
  margin-bottom: clamp(30px, 8.3333333333vw, 63.9166666667px);
}
.sec_top .box_title {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  color: #203864;
  line-height: 1;
  text-align: center;
}
.sec_top .box_title .sec_span {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.sec_top .box_title .sec_span:before, .sec_top .box_title .sec_span:after {
  content: '';
  height: 1px;
  background-color: #203864;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sec_top .box_title .sec_span2 {
  font-size: 24px;
  padding-top: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #c6d3ec));
  background: linear-gradient(transparent 70%, #c6d3ec 70%);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.sec_top .contents_box {
  padding: 30px 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px #00000021;
          box-shadow: 0 0 20px #00000021;
}
.sec_top .sec_img {
  margin: 0;
  text-align: center;
}
.sec_top .sec_img img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sec_top h2 {
    padding-bottom: clamp(18.5806451613px, 2.4193548387vw, 30px);
    margin-bottom: clamp(37.1612903226px, 4.8387096774vw, 60px);
  }
  .sec_top h2 .sec_span {
    font-size: clamp(49.5483870968px, 6.4516129032vw, 80px);
    letter-spacing: 0.05em;
  }
  .sec_top h2 .sec_span:after {
    right: calc(clamp(47.6903225806px, 6.2096774194vw, 77px) * -1);
    top: clamp(37.1612903226px, 4.8387096774vw, 60px);
    width: clamp(185.8064516129px, 24.1935483871vw, 300px);
    height: 1px;
  }
  .sec_top h2 .sec_span2 {
    font-size: clamp(24.7741935484px, 3.2258064516vw, 40px);
    letter-spacing: 0.12em;
    margin-left: calc(clamp(68.1290322581px, 8.8709677419vw, 110px) * -1);
    top: clamp(43.3548387097px, 5.6451612903vw, 70px);
    margin-bottom: clamp(43.3548387097px, 5.6451612903vw, 70px);
  }
  .sec_top .sec_text {
    line-height: 32px;
    letter-spacing: 0.1em;
  }
  .sec_top .contents_box {
    padding: 50px 20px;
  }
  .sec_top .box_title {
    margin-bottom: clamp(30.9677419355px, 4.0322580645vw, 50px);
    letter-spacing: 0.1em;
  }
  .sec_top .box_title .sec_span {
    font-size: clamp(18.5806451613px, 2.4193548387vw, 30px);
    gap: 0 clamp(30.9677419355px, 4.0322580645vw, 50px);
  }
  .sec_top .box_title .sec_span2 {
    font-size: clamp(26.0129032258px, 3.3870967742vw, 42px);
    padding-top: clamp(12.3870967742px, 1.6129032258vw, 20px);
  }
}
@media only screen and (min-width: 1240px) {
  .sec_top .contents_box {
    padding: 70px 80px;
  }
}

.sec_contact {
  position: relative;
  z-index: 0;
  padding: 50px 0;
  background: url("../img/sp_sec_contact_bg.jpg") no-repeat center/cover;
}
.sec_contact h2 {
  color: #fff;
}
.sec_contact h2 .sec_span:after {
  background: #353434;
}
.sec_contact h2 .sec_span2 {
  color: #fff;
}
.sec_contact .sec_list {
  margin-top: 0;
}
.sec_contact .sec_list li {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  position: relative;
  padding-left: 21px;
}
.sec_contact .sec_list li:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 6px;
  bottom: auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #203864;
}
.sec_contact .sec_list li:not(:first-child) {
  margin-top: 10px;
}
.sec_contact .btnstyle a {
  font-size: 18px;
  padding: 2.05rem 1.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  max-width: 715px;
  width: 100%;
  background: url("../img/contact_btn_bg.jpg") no-repeat center/cover;
}
.sec_contact .btnstyle a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 5%;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border: none;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sec_contact .btnstyle a .sec_span {
  padding-left: 41px;
  position: relative;
}
.sec_contact .btnstyle a .sec_span:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 26px;
  height: 18px;
  background: url("../img/contact_arrow.png") no-repeat center/cover;
}
@media (min-width: 768px) {
  .sec_contact {
    padding: 80px 0;
    background: url("../img/sec_contact_bg.jpg") no-repeat center/cover;
  }
  .sec_contact .btnstyle a {
    margin: 0;
  }
  .sec_contact h2 {
    margin: 0;
    text-align: left;
    padding-bottom: 0;
  }
  .sec_contact h2 .sec_span:after {
    right: calc(clamp(43.3548387097px, 5.6451612903vw, 70px) * -1);
    top: clamp(30.9677419355px, 4.0322580645vw, 50px);
    width: clamp(123.8709677419px, 16.1290322581vw, 200px);
  }
  .sec_contact h2 .sec_span2 {
    font-size: clamp(18.5806451613px, 2.4193548387vw, 30px);
    top: clamp(30.9677419355px, 4.0322580645vw, 50px);
    margin-left: calc(clamp(43.3548387097px, 5.6451612903vw, 70px) * -1);
  }
  .sec_contact .sec_list li {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.05em;
    padding-left: 21px;
  }
  .sec_contact .sec_list li:after {
    top: 7px;
  }
  .sec_contact .sec_list li:not(:first-child) {
    margin-top: 10px;
  }
  .sec_contact .row {
    gap: 0 6%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_contact .row .col_2 {
    margin: 0;
  }
  .sec_contact .row .col_2:first-child {
    width: 35%;
  }
  .sec_contact .row .col_2:last-child {
    width: 59%;
  }
  .sec_contact .btnstyle a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1240px) {
  .sec_contact .sec_list li {
    font-size: 20px;
    line-height: 30px;
    padding-left: 21px;
  }
  .sec_contact .sec_list li:after {
    top: 9px;
  }
  .sec_contact .sec_list li:not(:first-child) {
    margin-top: 10px;
  }
  .sec_contact .btnstyle a {
    font-size: 26px;
  }
}

.sec01 {
  padding: 0 0 50px;
}
.sec01 .sec_list {
  margin-bottom: 25px;
}
.sec01 .sec_list li {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  position: relative;
  padding-left: 48px;
}
.sec01 .sec_list li:not(:first-child) {
  margin-top: 10px;
}
.sec01 .sec_list li:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 14px;
  bottom: auto;
  width: 38px;
  height: 1px;
  background: #000000;
}
.sec01 .sec_text2 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
.sec01 .sec_text2 .bold {
  font-size: 20px;
}
.sec01 .contents_box {
  background: url("../img/sec01_bg02.jpg") no-repeat center/cover;
}
@media (max-width: 767px) {
  .sec01 h2 {
    margin-top: 30px;
  }
  .sec01 .text_box {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .sec01 {
    padding: 70px 0;
    background: url("../img/sec01_bg.jpg") no-repeat center top/cover;
    position: relative;
    z-index: 0;
  }
  .sec01:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url("../img/sec01_img001.png") no-repeat center top 150px;
  }
  .sec01 .text_box {
    max-width: 600px;
    margin: auto;
    margin-bottom: 130px;
  }
  .sec01 .contents_box .sec_text {
    margin-bottom: 30px;
  }
  .sec01 .contents_box .sec_text:last-child {
    margin-bottom: 0;
  }
  .sec01 .sec_list {
    margin-bottom: 25px;
  }
  .sec01 .sec_list li {
    font-size: 20px;
    margin: 0;
    letter-spacing: 0.1em;
    padding-left: 48px;
  }
  .sec01 .sec_list li:not(:first-child) {
    margin-top: 10px;
  }
  .sec01 .sec_list li:after {
    top: 15px;
    width: 38px;
    height: 1px;
  }
  .sec01 .sec_text2 {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.1em;
  }
  .sec01 .sec_text2 .bold {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1240px) {
  .sec01 {
    padding: 150px 0 115px;
  }
  .sec01 .contents_box {
    padding-bottom: 70px;
  }
  .sec01 .sec_list {
    margin-bottom: 25px;
  }
  .sec01 .sec_list li {
    font-size: 24px;
    margin: 0;
    letter-spacing: 0.1em;
    padding-left: 48px;
  }
  .sec01 .sec_list li:not(:first-child) {
    margin-top: 10px;
  }
  .sec01 .sec_list li:after {
    top: 18px;
    width: 38px;
    height: 1px;
  }
  .sec01 .sec_text2 {
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 0.1em;
  }
  .sec01 .sec_text2 .bold {
    font-size: 24px;
  }
}
@media screen and (min-width: 1550px) {
  .sec01:after {
    left: -60px;
  }
}

.sec02 {
  padding: 70px 0 50px;
  background: url("../img/sec02_bg.jpg") no-repeat center/cover;
  position: relative;
  z-index: 0;
}
.sec02 .sec_title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 0 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  color: #fff;
  background: #203864;
  padding: 10px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec02 .sec_no {
  font-size: 50px;
  line-height: 1;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  color: #b08f4c;
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
}
.sec02 .sec02_box {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sec02 .box_title {
    line-height: 1.5;
  }
  .sec02 .row {
    padding-left: 60px;
    position: relative;
    margin: 0;
    padding-bottom: 50px;
  }
  .sec02 .row:last-child {
    padding-bottom: 0;
  }
  .sec02 .row:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 25px;
    right: auto;
    top: auto;
    bottom: 10px;
    width: 1px;
    height: calc(100% - 70px);
    background: #000000;
  }
  .sec02 .row:first-child .sec_no {
    top: 50px;
  }
  .sec02 .row:first-child:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 25px;
    right: auto;
    top: 0;
    bottom: auto;
    width: 1px;
    height: 40px;
    background: #000000;
  }
  .sec02 .row:first-child:after {
    height: calc(100% - (70px + 50px));
  }
}
@media (min-width: 768px) {
  .sec02 {
    padding: 70px 0;
  }
  .sec02 .sec_no {
    left: 0;
    right: 0;
    font-size: clamp(49.5483870968px, 6.4516129032vw, 80px);
    top: calc(60px + 15px);
    bottom: auto;
  }
  .sec02 .row {
    margin: 0;
    padding-bottom: 80px;
    position: relative;
    gap: 0 10%;
  }
  .sec02 .row:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 1px;
    height: 60px;
    background: #000000;
  }
  .sec02 .row:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 1px;
    height: calc(100% - ((60px + (clamp(49.5483870968px, 6.4516129032vw, 80px) + (15px * 2)))));
    background: #000000;
  }
  .sec02 .row:last-child {
    padding-bottom: 0;
  }
  .sec02 .row .col_2 {
    margin: 0;
    width: 45%;
  }
  .sec02 .row .col_2:last-child {
    margin-top: 75px;
  }
  .sec02 h2 {
    text-align: left;
  }
  .sec02 .sec_title {
    font-size: clamp(18.5806451613px, 2.4193548387vw, 30px);
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 clamp(17.3419354839px, 2.2580645161vw, 28px);
    padding: clamp(11.4580645161px, 1.4919354839vw, 18.5px) clamp(9.2903225806px, 1.2096774194vw, 15px);
  }
  .sec02 .container_wd {
    width: 1600px;
  }
  .sec02 .sec02_box {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1240px) {
  .sec02 {
    padding: 150px 0 110px;
  }
  .sec02 .sec_title {
    font-size: clamp(14.4px, 1.875vw, 36px);
    line-height: 1;
    letter-spacing: 0.12em;
    margin: 0 0 clamp(11.2px, 1.4583333333vw, 28px);
    padding: clamp(7.4px, 0.9635416667vw, 18.5px) clamp(11.6px, 1.5104166667vw, 29px);
  }
  .sec02 .sec02_box {
    margin-bottom: 80px;
  }
}

.sec03 {
  padding: 70px 0 50px;
}
.sec03 .sec_title {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.12em;
  padding-left: 28px;
  margin: 0 0 20px;
  color: #203864;
  position: relative;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec03 .sec_title:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background: url("../img/sec03_title_icon01.png") no-repeat center/cover;
}
.sec03 .js-scrollable {
  margin-bottom: 30px;
}
.sec03 .table_fee th {
  width: 11%;
  line-height: 22px;
  color: #fff;
  background: #999999;
}
.sec03 .table_fee td {
  line-height: 22px;
}
.sec03 .table_fee td:nth-of-type(odd) {
  background: #e4eaf7;
}
.sec03 .table_fee td:nth-of-type(even) {
  background: #f1ebdf;
}
.sec03 .table_fee th, .sec03 .table_fee td {
  padding: 15px 10px;
  border-color: #203864;
  font-size: 13.5px;
  letter-spacing: 0;
  text-align: center;
}
.sec03 .table_fee th p, .sec03 .table_fee td p {
  margin: 0;
}
.sec03 .table_fee th p .sec_span, .sec03 .table_fee td p .sec_span {
  display: block;
  background: #fff;
  padding: 3.5px 0;
  margin: auto;
  max-width: 214px;
  margin-top: 5px;
}
.sec03 .table_fee th .sec_icon, .sec03 .table_fee td .sec_icon {
  text-align: center;
  margin-bottom: 13px;
  margin-top: 13px;
}
.sec03 .table_fee th .sec_icon img, .sec03 .table_fee td .sec_icon img {
  margin: auto;
}
.sec03 .table_fee th .sec_sub, .sec03 .table_fee td .sec_sub {
  text-align: center;
  margin-bottom: 15px;
}
.sec03 .sec_list {
  margin-bottom: 10px;
}
.sec03 .sec_list li {
  font-size: 18px;
  letter-spacing: 0;
  padding-left: 22px;
  font-weight: bold;
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec03 .sec_list li:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 8px;
  bottom: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #96addf;
}
.sec03 .contents_box {
  background: url("../img/sec03_box_bg.jpg") no-repeat center/cover;
}
@media (max-width: 767px) {
  .sec03 .sec_icon img {
    max-width: 50px;
  }
  .sec03 .js-scrollable {
    overflow-y: scroll;
  }
  .sec03 .js-scrollable .table_fee {
    width: 768px;
  }
}
@media (min-width: 768px) {
  .sec03 {
    padding: 70px 0;
    background: url("../img/sec03_bg.jpg") no-repeat center top;
  }
  .sec03 .sec_title {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.12em;
    padding-left: 33px;
    margin: 0 0 26px;
  }
  .sec03 .js-scrollable {
    margin-bottom: 50px;
  }
  .sec03 .table_fee th {
    width: 11%;
    line-height: 22px;
  }
  .sec03 .table_fee td {
    line-height: 25px;
  }
  .sec03 .table_fee th, .sec03 .table_fee td {
    padding: 15px 5px;
    font-size: 13.5px;
    letter-spacing: 0;
  }
  .sec03 .table_fee th .sec_icon, .sec03 .table_fee td .sec_icon {
    margin-bottom: 13px;
    margin-top: 13px;
  }
  .sec03 .table_fee th .sec_sub, .sec03 .table_fee td .sec_sub {
    margin-bottom: 15px;
  }
  .sec03 .sec_list {
    margin-bottom: 10px;
  }
  .sec03 .sec_list li {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding-left: 28px;
  }
  .sec03 .sec_list li:after {
    top: 8px;
    width: 18px;
    height: 18px;
  }
}
@media only screen and (min-width: 1240px) {
  .sec03 {
    padding: 150px 0 110px;
  }
  .sec03 .sec_list {
    margin-bottom: 10px;
  }
  .sec03 .sec_list li {
    font-size: 24px;
    letter-spacing: 0.1em;
    padding-left: 28px;
  }
  .sec03 .sec_list li:after {
    top: 12px;
    width: 18px;
    height: 18px;
  }
  .sec03 .sec_title {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.12em;
    padding-left: 33px;
    margin: 0 0 26px;
  }
  .sec03 .js-scrollable {
    margin-bottom: 60px;
  }
  .sec03 .table_fee th {
    width: 14.5%;
    line-height: 25px;
  }
  .sec03 .table_fee td {
    line-height: 28px;
  }
  .sec03 .table_fee th, .sec03 .table_fee td {
    padding: 25px 10px;
    font-size: 18px;
    letter-spacing: 0.12em;
  }
  .sec03 .table_fee th .sec_icon, .sec03 .table_fee td .sec_icon {
    margin-bottom: 13px;
    margin-top: 13px;
  }
  .sec03 .table_fee th .sec_sub, .sec03 .table_fee td .sec_sub {
    margin-bottom: 15px;
  }
}

.sec04 {
  padding: 70px 0 50px;
  background: url("../img/sp_sec04_bg.jpg") no-repeat center/cover;
}
@media (min-width: 768px) {
  .sec04 {
    padding: 70px 0;
    background: url("../img/sec04_bg.jpg") no-repeat center/cover;
  }
  .sec04 .row {
    gap: 33px 2%;
  }
  .sec04 .row:after {
    display: none;
  }
  .sec04 .row .col_3 {
    margin: 0;
  }
}
@media only screen and (min-width: 1240px) {
  .sec04 {
    padding: 150px 0 110px;
  }
}

.sec05 {
  padding: 70px 0 50px;
}
.sec05 .row {
  margin-bottom: 30px;
}
.sec05 .sec_text {
  margin-top: 0;
}
@media (max-width: 767px) {
  .sec05 .box_title {
    line-height: 1.5;
  }
  .sec05 .sec_img {
    max-width: 85%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .sec05 {
    padding: 70px 0;
    background: url("../img/sec05_bg.jpg") no-repeat center/cover;
  }
  .sec05 .row {
    margin-bottom: 65px;
  }
  .sec05 .row .col_2:first-child {
    width: 39.5%;
  }
  .sec05 .row .col_2:last-child {
    width: 56.5%;
  }
}
@media only screen and (min-width: 1240px) {
  .sec05 {
    padding: 150px 0 120px;
  }
}

.sec06 {
  padding: 70px 0 50px;
  background: url("../img/sec06_bg.jpg") no-repeat center/cover;
}
.sec06 .table_fee {
  margin-bottom: 30px;
}
.sec06 .table_fee th, .sec06 .table_fee td {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  border-color: #203864;
  padding: 20px 5px;
}
.sec06 .table_fee th {
  width: 25%;
  text-align: center;
  background: #bdcbe8;
}
.sec06 .table_fee td {
  text-align: left;
}
.sec06 .sec_title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin: 0 0 5px;
  color: #203864;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec06 .sec_title .sec_span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e1cea9));
  background: linear-gradient(transparent 60%, #e1cea9 60%);
}
.sec06 .sec_text {
  margin-top: 0;
}
@media (min-width: 768px) {
  .sec06 {
    padding: 70px 0;
  }
  .sec06 .box_title {
    margin-bottom: 40px;
  }
  .sec06 .sec_title {
    font-size: 20px;
    letter-spacing: 0.12em;
    margin: 0 0 5px;
  }
  .sec06 .table_fee {
    margin-bottom: 50px;
  }
  .sec06 .table_fee th, .sec06 .table_fee td {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1em;
    padding: 29.5px 20px;
  }
  .sec06 .table_fee th {
    width: 24.5%;
  }
  .sec06 .sec_text {
    text-align: center;
  }
}
@media only screen and (min-width: 1240px) {
  .sec06 {
    padding: 150px 0 120px;
  }
  .sec06 .contents_box {
    padding-bottom: 50px;
  }
  .sec06 .box_title {
    margin-bottom: 40px;
  }
  .sec06 .sec_title {
    font-size: 28px;
    letter-spacing: 0.12em;
    margin: 0 0 5px;
  }
  .sec06 .table_fee {
    margin-bottom: 60px;
  }
  .sec06 .table_fee th, .sec06 .table_fee td {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1em;
    padding: 29.5px 40px;
  }
  .sec06 .table_fee th {
    width: 24.5%;
  }
}
