<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
Theme Name:Original Style - 1column
Version:1.2.1
*/

/*共通パーツ色変え部分*/

a,
a:visited {
  color: #3d3938;
}
a[href^="tel:"] {
  text-decoration: none;
}
figure {
  text-align: center;
}

/* H2タイトル -------------*/

.page-title {
  overflow: hidden;
  position: relative;
  background: url(img/under_title.jpg) no-repeat center / cover;
  text-align: center;
  padding: 1.5em 0;
  width: 100%;
}
.page-title h2 {
  color: #222222;
  font-size: 36px;
  letter-spacing: 0.06em;
  font-weight: bold;
  position: relative;
  line-height: 1.4em;
  padding: 1em 0;
  display: table;
  margin: 0 auto;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
@media (max-width: 767px) {
  .page-title {
    background: #f8f6f1 url(img/under_title.jpg) no-repeat center 80%;
  }
}
ul.gallery {
  margin-bottom: 1.5em;
}

/*==========================
	汎用に使えるボタン
==========================*/

.btn-style {
  text-align: center;
}
.btn-style a {
  background: #4faabb;
  width: 100%;
  max-width: 300px;
  padding: 1em 1.5em 1em;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  border-radius: 100px;
}
.btn-style a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: 0.3s;
}
.btn-style a:hover:after {
  right: 6%;
}
.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}
.under .btn-style a {
  width: auto;
  min-width: 320px;
}
.under .column .btn-style a {
  width: 100%;
  min-width: auto;
}
/*==========================
	投稿（ブログ、新着情報）
==========================*/

.entry-block {
  /* 一投稿を囲むブロック */
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}
.entry-block .dateBlock {
  /* 日時 */
  color: #62a1b3;
  font-size: 13px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

/* ブログページのカテゴリーリスト --------------------*/

#aside .menu-blog {
  padding: 0 0 20px;
  box-sizing: border-box;
  margin-top: 1em;
  background: #fff;
}
#aside .menu-blog h3 {
  background: #62a1b3;
  color: #fff;
  font-weight: bold;
  padding: 0.3em 0.75em;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 0.85em;
  letter-spacing: 0.08em;
}
#aside .blog_list_item {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
#aside .blog_list_item:last-child {
  margin-bottom: 0;
}
#aside .blog_list_item a {
  text-decoration: none;
}
#aside .blog_list_item a:hover {
  color: #62a1b3;
}
#aside .col_img {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  margin-right: 4%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 28%;
}
#aside .col_img img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translatex(-50%);
}
#aside .col_txt {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
}
#aside .col_txt .date {
  display: block;
  color: #62a1b3;
  font-size: 12px;
}
#aside .menu-blog li {
  font-size: 11px;
  border-bottom: 1px solid #eee;
  padding: 5px 5px;
}
#aside .menu-blog li a {
  position: relative;
  padding-left: 0.5em;
  font-size: 14px;
  text-decoration: none;
}
#aside .menu-blog li a:hover {
  color: #62a1b3;
  text-decoration: underline;
}

/*#aside .menu-blog li a::after {
	position:absolute;
	content:"";
	top:0.5em;
	left:0.3em;
	width:3px;
	height:3px;
	border-radius:50%;
	background:#62a1b3;
}*/

/*-- ページネーション ------------*/

.pager {
  font-size: 88%;
  /*14px*/
  margin-bottom: 3em;
}
.pager span.current,
.pager a {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  text-decoration: none;
  color: #62a1b3;
  text-align: center;
}
.pager a:hover {
  background: #ccc;
  color: #fff;
}
.pager span.current {
  /* 今のページ */
  background: #ccc;
  color: #fff;
}

/*==========================
	画像
==========================*/

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

/* 真ん中寄せ */

.aligncenter {
  display: block;
  margin: 0 auto;
}

/* 小さい画像に対応 */

.img_size img,
img.img_size {
  width: auto !important;
}

/*==========================
	見出し
==========================*/

/*-- H3 ------------*/

.post-type-page h3,
.under h3 {
  color: #222222;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.1em;
  padding-top: 70px;
  padding-bottom: 0;
  margin-bottom: 1em;
  line-height: 1.4em;
  position: relative;
  text-align: center;
  margin-top: 3em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
.post-type-page h3::before,
.under h3::before,
.post-type-page h3::after,
.under h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.post-type-page h3::before,
.under h3::before {
  width: 38px;
  height: 50px;
  top: 0;
  background: url(img/h3.png) no-repeat center / cover;
}
.mainblock &gt; h3:first-child,
.mainblock &gt; div:first-child h3,
.mainblock &gt; h3:first-of-type {
  margin-top: 0;
}

.post-type-page h3 span.subtxt,
.under h3 span.subtxt {
  color: #62a1b3;
  font-size: 18px;
}

/*-- H4 投稿タイトル ------------*/

.entry-block h3,
.mce-content-body h4,
.under h4 {
  font-weight: 700;
  padding: 0.2em 0 0.3em 40px;
  background-size: 1.4em;
  font-size: 24px;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.4em;
  margin-bottom: 1em;
  margin-top: 1.5em;
  color: #222222;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  border-bottom: 2px solid #c6e5e9;
}

.entry-block h3::before,
.mce-content-body h4::before,
.under h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  width: 32px;
  height: 20px;
  background: url(img/h4.png) no-repeat center / cover;
}

.mce-content-body div.h3 + h4,
div.h3 + h4,
.bg-block &gt; h4,
.border-block &gt; h4 {
  margin-top: 0;
}
.mce-content-body .top01 h4 {
  border: inherit;
  text-align: inherit;
}
h4.num_ttl {
  padding-left: 0;
}
h4.num_ttl:before {
  display: none;
}

/* 投稿タイトルのみ */

.entry-block h3 {
  font-size: 18px;
  margin-top: 10px !important;
}
.entry-block h3 a {
  color: #666;
  text-decoration: none;
}
.entry-block h3 a:hover {
  color: #62a1b3;
}

/*-- H5 ------------*/

.mce-content-body h5,
.under h5 {
  font-weight: 700;
  padding: 0.2em 0 0.2em 40px;
  background-size: 1.4em;
  font-size: 20px;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.4em;
  margin-bottom: 0.8em;
  margin-top: 1.5em;
  color: #222222;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
.mce-content-body h5::before,
.under h5::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background: #4faab6;
}
.under h4 + h5,
.under div.h4 + h5 {
  margin-top: 0 !important;
}
h5.num_ttl {
  padding-left: 0;
}
h5.num_ttl:before {
  display: none;
}

/* 投稿タイトルのみ */
.entry-block h4,
.post-type-post h4 {
  font-weight: 700;
  padding: 0.2em 0 0.2em 40px;
  background-size: 1.4em;
  font-size: 20px;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.4em;
  margin-bottom: 0.8em;
  margin-top: 1.5em;
  color: #222222;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
.entry-block h4::before,
.post-type-post h4:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background: #4faab6;
}
.post-type-post h4 {
  border-bottom: 0;
}

/*-- H6 ------------*/

.post-type-page h6,
.under h6 {
  font-weight: 700;
  padding: 0.2em 0 0.3em 20px;
  font-size: 18px;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.4em;
  margin-bottom: 0.8em;
  margin-top: 1.5em;
  display: table;
  color: #222222;
  background: #f8f6f1;
  padding: 0.3em 1em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
.under .bg-block &gt; h6 {
  background: #ece6d8;
}
/* 投稿タイトルのみ */
.entry-block h5,
.post-type-post h5 {
  font-weight: 700;
  padding: 0.2em 0 0.3em 20px;
  font-size: 18px;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.4em;
  margin-bottom: 0.8em;
  margin-top: 1.5em;
  display: table;
  color: #222222;
  background: #f8f6f1;
  padding: 0.3em 1em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
.post-type-post h5:before {
  display: none !important;
}

/*-- 数字付きの見出し ------------*/

.number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 76%;
  padding: 0.2em 0.6em 0.1em;
  margin-right: 0.4em;
  background: #4faab6;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}
h3.number_title .number {
  font-size: 140%;
  font-style: italic;
  color: #62a1b3;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}
h3.number_title .number::after {
  content: ".";
}
h4.number_title {
  background: none;
}
h4.number_title .number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 76%;
  padding: 0.2em 0.6em 0.1em;
  margin-right: 0.4em;
  background: #b8b63c;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}
.mce-content-body h5.number_title,
.under h5.number_title {
  border: none;
  padding-left: 0;
  margin-bottom: 0.5em;
}
.mce-content-body h5.number_title:before,
.under h5.number_title:before {
  content: none;
}

/*-- title ------------*/

.title p {
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  margin: 20px 0;
  line-height: 1.4em;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
.h3 + .title p,
h4 + .title p {
  margin-top: 0;
}

/*==========================
	リスト
==========================*/

.page-list {
  /* padding:25px 25px 15px;
	border:2px solid #f8f6f1; */
}

/*-- UL ------------*/

/* ul01 */

.ul01 {
  margin-bottom: 1em;
}
.ul01 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  box-sizing: border-box;
}
.ul01 li:last-child {
  margin-bottom: 0;
}
.ul01 li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #c6e5e9;
  border-radius: 50%;
  top: 0.5em;
  left: 0.35em;
}
.border-block .ul01,
.bg-block .ul01 {
  margin-bottom: 0;
}

/* ul02 */

.ul02 {
  margin-bottom: 1em;
}
.ul02 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.7em;
  box-sizing: border-box;
}
.ul02 li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 3px solid #62a1b3;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.38em;
}

/* ul_check チェックのリスト */

.ul_check,
.ul_arrow {
  margin-bottom: 1em;
}
.ul_check li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.8em;
}
.ul_check li:last-child {
  margin-bottom: 0;
}
.ul_check li::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: #4faab6;
  border: 1px solid#4faab6;
  top: 3px;
  left: 5px;
}
ul.ul_check li:after {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}
.border-block .ul_check,
.bg-block .ul_check {
  margin-bottom: 0;
}

/* ul_arrow 右向き三角のリスト */

.ul_arrow li {
  position: relative;
  margin-bottom: 0.5em;
}

.ul_arrow.ul_arrow2 li {
  padding-left: 18px;
}

.ul_arrow.ul_arrow2 li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.55em;
  left: 4px;
  margin: 0px 0 0 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #c6e5e9;
}

.ul_arrow li a {
  text-decoration: none;
  color: #222222;
  background: #fff;
  padding: 0.6em 2.5em 0.6em;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.3s;
}
.ul_arrow li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  left: 14px;
  margin: 0 auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: none;
  transition: 0.3s;
}
.ul_arrow li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  left: 5px;
  margin: 0 auto;
  width: 26px;
  height: 26px;
  background: #4faab6;
  border-radius: 50%;
  transition: 0.3s;
}
.ul_arrow li a:hover {
  background: #4faab6;
  color: #fff;
}
.ul_arrow li a:hover:after {
  border-top: 2px solid #4faab6;
  border-right: 2px solid #4faab6;
}
.ul_arrow li a:hover:before {
  background: #fff;
}

/* -------------------------------横並びリスト */

.ul-yoko {
  margin-bottom: 1em;
  padding: 1em;
  box-sizing: border-box;
  background: #62a1b3;
  display: inline-block;
}
.ul-yoko li {
  display: inline-block;
  padding: 0.5em;
  box-sizing: border-box;
  background: #fff;
  font-size: 18px;
}
.ul-yoko li:not(:last-child) {
  margin-right: 0.5em;
}

/*-- OL ------------*/

ol.ol01 {
  margin-bottom: 1.2em;
}
ol.ol01 li {
  position: relative;
  margin-bottom: 0.4em;
}
ol.ollist {
  margin-bottom: 1.2em;
}
ol.ollist li {
  margin-bottom: 0.5em;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: ollist;
}
ol.ollist li:before {
  display: marker;
  content: "(" counter(ollist) ") ";
}

/* 数字のOLリスト */

ol.ol_decimal {
  margin-bottom: 1.2em;
}
ol.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}
ol.ol_decimal &gt; li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
}
ol.ol_decimal &gt; li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  background: #62a1b3;
  border-radius: 50px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}

/*-- 横並びリスト ------------*/

.float-list {
  overflow: hidden;
  border: 2px solid #9ccfd5;
  border-radius: 15px;
  padding: 10px;
}
.float-list li {
  margin-bottom: 0.5em;
}

/*==========================
	テーブル
==========================*/

/*-- 診療時間表 ------------*/

.time-table {
  width: 100%;
  margin-bottom: 0.5em;
}
.time-table th,
.time-table td {
  text-align: center;
  font-weight: normal;
  padding: 10px 5px;
  vertical-align: middle;
}
.time-table tr th:first-child {
  width: 30%;
}
.time-table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.time-table th {
  background: transparent;
}
.time-table thead th {
  background: #c6e5e9;
  padding: 10px 5px;
}
.time-table td {
  background: transparent;
}
.color02 {
  color: #2a494d !important;
}
/*-- 基本のテーブル ------------*/
.under table *:last-child {
  margin-bottom: 0;
}

.table01 {
  width: 100%;
  margin-bottom: 1.5em;
}
.table01 th,
.table01 td {
  padding: 15px 6px 15px 1em;
  text-align: left;
  vertical-align: top;
}
.table01 th {
  border-top: 1px solid #4faab6;
  border-bottom: 1px solid #4faab6;
  padding-right: 10px;
  width: 35%;
  color: #222;
  font-weight: 300;
}
.table01 td {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

/*-- ボーダーのついたテーブル ------------*/
.border-table {
  width: 100%;
  margin-bottom: 1.5em;
}
.border-table thead th,
.border-table thead td {
  background: #f8f6f1;
  text-align: center;
  color: #222;
}
.border-table th,
.border-table td {
  text-align: left;
  font-weight: normal;
  padding: 15px 8px;
  border: 1px solid #dddddd;
}
.border-table tbody th {
  background: #fff;
  vertical-align: middle;
  width: 60%;
}
.border-table td {
  background: #fff;
  text-align: left;
}
.border-table.img-table tbody th {
  width: 20%;
}
.border-table.img-table tbody th + td {
  width: 50%;
}
.border-table.img-table img {
  width: 100%;
}

.border-table h5 {
  background: none !important;
  padding: 0 !important;
}

/*-- 料金表のテーブル(TDが右寄せ) ------------*/
.fee-table {
  width: 100%;
  margin-bottom: 1.5em;
}
.fee-table th,
.fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 15px 8px;
  border: 1px solid #ccc;
}
.fee-table thead th,
.fee-table thead td {
  background: #f8f6f1;
  text-align: center;
  color: #222;
}
.fee-table tbody th {
  background: #f8f6f1;
  width: 40%;
  vertical-align: middle;
}
.fee-table tbody td {
  text-align: left;
  background: #fff;
}

/*==========================
	DL
==========================*/

/*--  ------------*/

dl.dl01 {
  margin-bottom: 0.5em;
}
dl.dl01 dt {
  margin-bottom: 0.5em;
  padding: 0.4em 0.6em;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
  color: #fff;
  background: #62a1b3;
}
dl.dl01 dd {
  margin-bottom: 1.2em;
}

/*-- 数字つきdl ------------*/

dl.dl_number dt {
  font-size: 117%;
  color: #ccc;
  font-weight: normal;
  position: relative;
}
dl.dl_number dd {
  padding-left: 2em;
  margin-bottom: 1.2em;
}
.dl_number .number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 15px;
  padding: 0.2em 0.6em 0.1em;
  margin-right: 0.5em;
  background: #ccc;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

/*==========================
	ボックス
==========================*/

/*-- 基本のブロック ------------*/

.block {
  margin-bottom: 2em;
}

/*-- クリアフィックスブロック ------------*/

.block-inner {
  margin-bottom: 2em;
  /*padding:0 10px;*/
}
.block &gt; .block-inner:last-child {
  margin-bottom: 0;
}

/*-- ボーダー付きブロック ------------*/

.border-block {
  box-sizing: border-box;
  padding: 50px 4%;
  margin-top: 1.2em;
  border: 5px solid #c6e5e9;
  border-radius: 15px;
  background: #fff;
}
.border-block + .border-block {
  margin-top: 50px;
}

/*-- 背景色付き ------------*/

.bg-block {
  box-sizing: border-box;
  padding: 50px 4%;
  background: #f8f6f1;
  margin-top: 1.2em;
  overflow: hidden;
  border-radius: 10px;
}
.border-block h5:first-child,
.bg-block h5:first-child,
.border-block h6:first-child,
.bg-block h6:first-child,
.border-block h4:first-child,
.bg-block h4:first-child,
.border-block h3:first-child,
.bg-block h3:first-child {
  margin-top: 0 !important;
}
.border-block ul:last-child {
  margin-bottom: 0 !important;
}
.bg-block + .bg-block {
  margin-top: 50px;
}

/*-- メリットデメリット------------*/

.merit-block {
  box-sizing: border-box;
  padding: 20px;
  background: #f8f6f1;
  margin-bottom: 1.2em;
  overflow: hidden;
  border-radius: 10px;
}
.merit-block.demerit {
  background: #e0ecf0;
}
.merit-block h5:first-child {
  margin-top: 0 !important;
}
.merit-block ul:last-child {
  margin-bottom: 0 !important;
}
.merit-block .title p {
  margin: 0 0 10px;
}

/*-- before after ------------*/

.ba-block {
  background: url(img/arrow_r.svg) no-repeat center 50%;
  background-size: 3%;
  margin-bottom: 10px;
  font-size: 92%;
}
.ba-block .before {
  float: left;
  width: 47%;
  position: relative;
}
.ba-block .after {
  float: right;
  width: 47%;
}
.ba-block img {
  display: block;
  margin: 0 auto 10px;
}
.batitle {
  text-align: center;
  font-size: 15px;
  color: #ccc;
  margin-bottom: 0.5em !important;
}

/*-- 流れ ------------*/

.flow-block {
  padding: 0 0 1em;
  margin-bottom: 1em;
  position: relative;
  border: 5px solid #c6e5e9;
  padding: 4%;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 70px;
}
.flow-block:first-child {
  margin-top: 2em;
}
.flow-block:last-child {
  margin-bottom: 0;
}
.flow-block h5:first-child,
.flow-block h4:first-child {
  margin-top: 0;
  border-bottom: none;
  padding-left: 0;
}
.flow-block h4:before,
.flow-block h4:after,
.flow-block h5:before,
.flow-block h5:after {
  display: none;
}
.block-inner .flow-block {
  padding: 0 0 1em;
}
.flow-block::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 50%;
  margin: 0 -35px -100px 0;
  border: 50px solid transparent;
  border-top: 25px solid #c6e5e9;
}
.flow-block.flow-right.last-item::after {
  display: none;
}
@media (min-width: 768px) {
  .flow-block.flow-right::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 0;
    top: 0;
    margin: auto -45px auto 0;
  }
  .flow-block.flow-right figure img,
  .flow-block.flow-right p {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .flow-block::after {
    right: 45%;
  }
}
.flow-block:last-child::after,
.flow-block:last-child::after {
  display: none;
}

/*-- Q&amp;A ------------*/
.qa-block {
  border-bottom: 1px solid #b0b0b0;
  position: relative;
}
.qa-block:last-child {
  margin-bottom: 0;
}
.qa-block::before {
  position: absolute;
  content: "";
  top: 2.6rem;
  right: 0;
  background: #4faab6;
  border-radius: 1px;
  width: 15px;
  height: 3px;
}
.qa-block::after {
  position: absolute;
  content: "";
  top: 2.6rem;
  right: 0;
  background: #4faab6;
  border-radius: 1px;
  width: 15px;
  height: 3px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa-block.open::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.mce-content-body .qa-block h4 {
  padding-left: 2em !important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system,
    BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue,
    Verdana, Meiryo, sans-serif;
  color: #171717;
  background: none;
  padding: 1.2em 2em 1em 2.3em !important;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa-block h4 {
  padding-left: 2em !important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  color: #333333;
  background: none;
  padding: 1.2em 2em 1em 2.3em !important;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa-block h4:hover {
  cursor: pointer;
}

.mce-content-body .qa-block h4::before,
.qa-block h4::before {
  position: absolute;
  content: "";
  top: 26px;
  bottom: auto !important;
  left: 0;
  background: #dceef0;
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
  -webkit-transform: none;
  transform: none;
  font-size: 26px;
}

.mce-content-body .qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 26px;
  top: 30px;
  bottom: auto !important;
  left: 0.4em;
  color: #fff;
  font-weight: bold;
  border: none;
  background: none;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "ＭＳ 明朝", serif;
}

.qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 26px;
  top: 30px;
  bottom: auto !important;
  left: 0.4em;
  color: #4faab6;
  font-weight: bold;
  border: none;
  background: none;
}
.qa-block .answer {
  display: none;
  padding-left: 2.5em !important;
  position: relative;
  padding: 2px;
  margin-left: 0;
  margin-bottom: 20px;
}

.answer::before {
  position: absolute;
  content: "";
  top: 0;
  font-size: 26px;
  bottom: auto !important;
  left: 0px;
  background: #4faab6;
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
  margin-top: 0.1em;
}
.answer::after {
  position: absolute;
  content: "A";
  font-size: 26px;
  top: 0.3em;
  bottom: auto !important;
  left: 0.5em;
  color: #fff;
  font-weight: bold;
  border: none;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "ＭＳ 明朝", serif;
}

.qa-block .answer p {
  margin: 0;
}

.answer p {
  padding: 10px 0 12px 15px;
}

/*==========================
	お問い合わせページ (Contact Form 7)
==========================*/
.wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}
.wpcf7 dl dt,
.wpcf7 dl dd {
  padding: 10px 5px;
}
.wpcf7 dl dt {
  clear: both;
  float: left;
}
.wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}
.wpcf7 .mf {
  font-size: 80%;
  color: #ea0000;
  padding-left: 3px;
}
.wpcf7 .ex,
.wpcf7 .subtxt {
  font-size: 88%;
  color: #ccc;
  line-height: 1.4em;
  display: inline-block;
}
.wpcf7 dl dt .requisite,
.wpcf7 dl .attention {
  font-size: 78%;
  color: #f45000;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}
.wpcf7 dl dd input {
  max-width: 90%;
}
.wpcf7 dl dd .radio input,
.wpcf7 dl dd .heckbox input {
  width: 20px;
}
.wpcf7 dl dd .radio01 span.wpcf7-list-item,
.wpcf7 dl dd .sexes span.wpcf7-list-item,
.wpcf7 dl dd .correspondence span.wpcf7-list-item,
.wpcf7 dl dd .course span.wpcf7-list-item,
.wpcf7 dl dd .health-insurance span.wpcf7-list-item {
  display: block;
}
.wpcf7 dl dd.radio01 input {
  max-width: 48%;
  width: auto;
}

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

.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
}
.wpcf7 dl dd .wpcf7-list-item {
  margin-right: 10px;
}
.wpcf7 .btn-style {
  text-align: center;
}
.wpcf7 .btn-style input {
  width: 120px;
  font-size: 18px;
  padding: 0.4em;
}

.btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

/*==========================
	サイトマップ
==========================*/
#menu-sitemap {
  padding: 0;
}
#menu-sitemap li {
  padding: 0.8em 0.2em 0.7em 1.1em;
  position: relative;
  border-bottom: 2px dotted #eee;
  vertical-align: top;
}
#menu-sitemap li::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  top: 1.4em;
  left: 0.1em;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-sitemap li ul li {
  border-bottom: none;
  padding-bottom: 0;
}
#menu-sitemap li a {
  text-decoration: none;
  color: #171717;
}
#menu-sitemap li a:hover {
  color: #4faab6;
}

/*==========================
	画像のギャラリー
==========================*/

.gallery li {
  margin-bottom: 20px;
}
.gallery li img {
  margin-bottom: 5px;
}

/*==========================
	googlemap
==========================*/

.googlemap {
  position: relative;
  padding-bottom: 25%;
  /*縦横比*/
  height: 0;
  overflow: hidden;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==========================
	Youtube
==========================*/

.youtube-wrap {
  width: 770px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*==========================
	汎用
==========================*/

.color01 {
  color: #4faab6;
}
.color02 {
  color: #c6e5e9;
}
.attention {
  color: #d6737a;
}
.bgcolor01 {
  background-color: #f8f6f1;
  padding: 0 0.3em;
}
.font-big {
  font-size: 120%;
}
.font-small {
  font-size: 82%;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.mt0 {
  margin-top: 0px !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;
}
.mt100 {
  margin-top: 100px !important;
}
.mb0 {
  margin-bottom: 0px !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;
}
.w10 {
  width: 10% !important;
}
.w20 {
  width: 20% !important;
}
.w30 {
  width: 30% !important;
}
.w40 {
  width: 40% !important;
}
.w33 {
  width: 33.3333% !important;
}
.w50 {
  width: 50% !important;
}
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#a10,
#a11,
#a12,
#a13,
#a14,
#a15,
#a16,
#a17,
#a18,
#a19,
#a20,
#a01_05 {
  margin-top: -10px;
  padding-top: 10px;
}
#a001 {
  margin-top: -30px;
  padding-top: 30px;
}
.bold {
  font-weight: 700;
}
.name {
  text-align: right;
  font-weight: 700;
}
.under .slick-slider {
  max-width: 767px;
  margin: auto;
}
.under .slide-item.slick-slide {
  position: relative;
}
.under .slick-slider p {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.thumbnail-item.slick-slide {
  margin: 0 2px;
}
#thumbnail_slider {
  margin-top: 10px;
}
.under img.slide-arrow.next-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 50;
}
.under img.slide-arrow.prev-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 50;
}

/********************************
	Responsive
*********************************/

@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*==========================
	画像
==========================*/
  /* img float */
  #tinymce img.alignright,
  #tinymce img.alignleft,
  .mainblock img.alignright,
  .mainblock img.alignleft {
    max-width: 34%;
  }
  .mainblock .alignright {
    float: right;
    margin: 0 0 10px 2%;
  }
  .mainblock .alignleft {
    float: left;
    margin: 0 2% 10px 0;
  }
  /*==========================
	リスト
==========================*/
  .float-list {
    overflow: hidden;
    border: 2px solid #9ccfd5;
    padding: 30px 40px;
    border-radius: 15px;
    margin-top: 40px;
  }
  .float-list li {
    float: left;
    box-sizing: border-box;
    margin: 0 0 0.5em 0;
  }
  .float-list2 li {
    display: inline-block;
    width: 49%;
  }
  .float-list2 li:nth-child(2n) {
    margin-left: 2%;
  }
  .float-list3 li {
    display: inline-block;
    width: 33.3%;
    padding-right: 0.8em;
  }
  .float-list3 li:nth-child(3n) {
    padding-right: 0;
  }
  .float-list3 li.no-float {
    float: none;
    margin: 0 0 0.5em;
    width: auto;
  }
  .float-list2 li:last-child,
  .float-list3 li:last-child {
    margin-bottom: 0;
  }
  /*==========================
	ブロック
==========================*/
  /*-- 横ならびbox -----------*/
  .box2 {
    /* 横並び　X2 */
    display: inline-block;
    margin: 0 0.5%;
    width: 48%;
    box-sizing: border-box;
    vertical-align: top;
  }
  .box3 {
    /* 横並び　X3 */
    display: inline-block;
    margin: 0 0.5%;
    width: 31%;
    box-sizing: border-box;
    vertical-align: top;
  }
  .box4 {
    /* 横並び　X4 */
    float: left;
    margin: 0 1%;
    width: 23%;
    box-sizing: border-box;
    vertical-align: top;
  }
  .box5 {
    /* 横並び　X5 */
    float: left;
    margin: 0 1%;
    width: 18%;
    box-sizing: border-box;
    vertical-align: top;
  }
  /*==========================
	汎用
==========================*/
  #a01,
  #a02,
  #a03,
  #a04,
  #a05,
  #a06,
  #a07,
  #a08,
  #a09,
  #a10,
  #a11,
  #a12,
  #a13,
  #a14,
  #a15,
  #a16,
  #a17,
  #a18,
  #a19,
  #a20 {
    margin-top: -30px;
    padding-top: 30px;
  }
  #a01_05,
  #a001 {
    margin-top: -60px;
    padding-top: 60px;
  }
  br.pc {
    display: inline;
  }
  br.sp2 {
    display: none;
  }
  .con_l {
    float: left;
  }
  .con_c {
    float: left;
  }
  .con_r {
    float: right;
  }
  .w25 {
    width: 25%;
  }
  .w35 {
    width: 35%;
  }
  .w40 {
    width: 40%;
  }
  .w48 {
    width: 48%;
  }
  .w56 {
    width: 56%;
  }
  .w60 {
    width: 60%;
  }
  .w62 {
    width: 62%;
  }
  .mw500p {
    max-width: 500px !important;
  }
  .btn-style.left {
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  /*sitemap*/
  #menu-sitemap li::after {
    top: 1.55em;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .text_large {
    font-size: 20px;
  }
  /*==========================
    スクロール表示
  ==========================*/
  .scroll {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  /*==========================
	投稿（ブログ、新着情報）
==========================*/
  #aside .menu-blog {
    margin-bottom: 2em;
  }
  /*==========================
	画像
==========================*/
  .alignright,
  .alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  /*==========================
	見出し
==========================*/
  .page-title {
    padding: 1em 10px;
    width: auto;
  }
  .page-title h2 {
    font-size: 30px;
  }
  .post-type-page h3,
  .mainblock h3 {
    font-size: 24px;
  }
  .entry-block h3 {
    font-size: 24px;
  }
  .post-type-page h4,
  .mainblock h4 {
    font-size: 20px;
  }
  .post-type-page h5,
  .mainblock h5 {
    font-size: 18px;
  }
  .post-type-page h6,
  .mainblock h6 {
    font-size: 17px;
  }
  .title p {
    font-size: 18px;
  }
  h3.number_title .number {
    font-size: 140%;
    margin-right: 0;
  }
  .catch_title {
    line-height: 1.4em;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .title {
    font-size: 19px;
  }
  /*==========================
	ブロック
==========================*/
  /* 横ならびbox */
  .box2,
  .box3,
  .box4 {
    margin-bottom: 20px;
  }
  /*-- before after ------------*/
  .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;
    background: url(img/arrow_b.svg) no-repeat center bottom;
    background-size: 50px auto;
    margin-bottom: 20px;
  }
  /*==========================
	お問い合わせ
==========================*/
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0em;
    padding-bottom: 2px;
  }
  .wpcf7 dl dd {
    padding-left: 5px;
    padding-top: 5px;
  }
  .wpcf7 dl dd input,
  .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    box-shadow: none;
    /* -webkit-appearance: none; */
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .wpcf7 dl dd .wpcf7-radio input {
    width: auto;
  }
  /*==========================
	サイトマップ
==========================*/
  #menu-sitemap li::after {
    top: 1.5em;
  }
  /*==========================
	googlemap
==========================*/
  .googlemap {
    padding-bottom: 60%;
    /*縦横比*/
  }
  /*==========================
	汎用
==========================*/
  .con_l {
    margin-bottom: 1em;
  }
  .scroll {
    width: 100%;
    background-color: #ffffff;
    overflow-y: scroll;
    margin-left: 6px;
  }
  .scroll .border-table {
    width: 770px;
  }
  .mce-content-body .qa-block h4::before,
  .qa-block h4::before {
    top: 24px;
  }
  .qa-block h4::after {
    left: 0.3em;
  }
  .answer::before {
    height: 2em;
    width: 2em;
    left: 1px;
    top: 7px;
    font-size: auto;
    font-size: 16px;
  }
  .answer::after {
    font-size: 100%;
    top: 11px;
    left: 0.7em;
  }
  .mce-content-body .qa-block h4,
  .qa-block h4 {
    font-size: 20px;
    padding-top: 5px;
    padding-left: 2.5em !important;
  }
}
@media screen and (max-width: 480px) {
  .post-type-page h3,
  .mainblock h3 {
  }
  /* 時間表 --------------------*/
  .time-table th,
  .time-table td {
    font-size: 75%;
    padding: 5px 2px;
  }
  /* googlemap --------------------*/
  .googlemap {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 320px) {
}

/* ------------------------------------ */

@media (min-width: 768px) {
  .under-page .column.img_box {
    max-width: 30%;
    -webkit-box-flex-basis: 30%;
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
  }
  .under-page .column.text_box {
    max-width: 66%;
    -webkit-box-flex-basis: 66%;
    -webkit-flex-basis: 66%;
    flex-basis: 66%;
  }
}
.access_table01 th {
  width: 7em;
}
@media (max-width: 767px) {
  .price_table th,
  .price_table td {
    font-size: 14px;
  }
}

/**/

.entry_blog_item h3 {
  padding-left: 0;
  padding-top: 0;
  background: none;
  font-family: inherit;
  margin-top: 0 !important;
}
.entry_blog_item date {
  margin-top: 1em;
}
.entry_blog_item h3::before {
  display: none;
}
.entry_blog_item .col_img {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 32.7%;
  flex: 0 0 32.7%;
  margin-right: 3%;
}
.entry_blog_item .col_txt {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}
@media (min-width: 768px) {
  .blog #aside {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .entry_blog_item h3 {
    font-size: 17px;
  }
  #aside .col_img {
    -webkit-box-flex: 1;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding-bottom: 20%;
  }
  #aside .col_txt {
    -webkit-box-flex: 1;
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
  }
}
.entry_blog_item.columns,
.blog_list_item.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .sec01 .sec_box:not(:first-of-type),
  .sec02 .sec_box:not(:first-of-type),
  .sec03 .sec_box:not(:first-of-type),
  .sec04 .sec_box:not(:first-of-type),
  .sec05 .sec_box:not(:first-of-type),
  .sec06 .sec_box:not(:first-of-type),
  .sec07 .sec_box:not(:first-of-type),
  .sec08 .sec_box:not(:first-of-type),
  .sec09 .sec_box:not(:first-of-type),
  .sec10 .sec_box:not(:first-of-type),
  #footer .sec_box:not(:first-of-type) {
    margin-top: 5%;
  }
  .sec01 .sec_box:first-of-type,
  .sec02 .sec_box:first-of-type,
  .sec03 .sec_box:first-of-type,
  .sec04 .sec_box:first-of-type,
  .sec05 .sec_box:first-of-type,
  .sec06 .sec_box:first-of-type,
  .sec07 .sec_box:first-of-type,
  .sec08 .sec_box:first-of-type,
  .sec09 .sec_box:first-of-type,
  .sec10 .sec_box:first-of-type,
  #footer .sec_box:first-of-type {
    margin-top: 0;
  }
  .sec01 .sec_box .colbox_2:not(:first-of-type),
  .sec01 .sec_box .colbox_3:not(:first-of-type),
  .sec01 .sec_box .colbox_4:not(:first-of-type),
  .sec01 .sec_box .colbox_5:not(:first-of-type),
  .sec02 .sec_box .colbox_2:not(:first-of-type),
  .sec02 .sec_box .colbox_3:not(:first-of-type),
  .sec02 .sec_box .colbox_4:not(:first-of-type),
  .sec02 .sec_box .colbox_5:not(:first-of-type),
  .sec03 .sec_box .colbox_2:not(:first-of-type),
  .sec03 .sec_box .colbox_3:not(:first-of-type),
  .sec03 .sec_box .colbox_4:not(:first-of-type),
  .sec03 .sec_box .colbox_5:not(:first-of-type),
  .sec04 .sec_box .colbox_2:not(:first-of-type),
  .sec04 .sec_box .colbox_3:not(:first-of-type),
  .sec04 .sec_box .colbox_4:not(:first-of-type),
  .sec04 .sec_box .colbox_5:not(:first-of-type),
  .sec05 .sec_box .colbox_2:not(:first-of-type),
  .sec05 .sec_box .colbox_3:not(:first-of-type),
  .sec05 .sec_box .colbox_4:not(:first-of-type),
  .sec05 .sec_box .colbox_5:not(:first-of-type),
  .sec06 .sec_box .colbox_2:not(:first-of-type),
  .sec06 .sec_box .colbox_3:not(:first-of-type),
  .sec06 .sec_box .colbox_4:not(:first-of-type),
  .sec06 .sec_box .colbox_5:not(:first-of-type),
  .sec07 .sec_box .colbox_2:not(:first-of-type),
  .sec07 .sec_box .colbox_3:not(:first-of-type),
  .sec07 .sec_box .colbox_4:not(:first-of-type),
  .sec07 .sec_box .colbox_5:not(:first-of-type),
  .sec08 .sec_box .colbox_2:not(:first-of-type),
  .sec08 .sec_box .colbox_3:not(:first-of-type),
  .sec08 .sec_box .colbox_4:not(:first-of-type),
  .sec08 .sec_box .colbox_5:not(:first-of-type),
  .sec09 .sec_box .colbox_2:not(:first-of-type),
  .sec09 .sec_box .colbox_3:not(:first-of-type),
  .sec09 .sec_box .colbox_4:not(:first-of-type),
  .sec09 .sec_box .colbox_5:not(:first-of-type),
  .sec10 .sec_box .colbox_2:not(:first-of-type),
  .sec10 .sec_box .colbox_3:not(:first-of-type),
  .sec10 .sec_box .colbox_4:not(:first-of-type),
  .sec10 .sec_box .colbox_5:not(:first-of-type),
  #footer .sec_box .colbox_2:not(:first-of-type),
  #footer .sec_box .colbox_3:not(:first-of-type),
  #footer .sec_box .colbox_4:not(:first-of-type),
  #footer .sec_box .colbox_5:not(:first-of-type) {
    margin-top: 5%;
  }
  .sec01 .sec_box.sp_colbox_2,
  .sec02 .sec_box.sp_colbox_2,
  .sec03 .sec_box.sp_colbox_2,
  .sec04 .sec_box.sp_colbox_2,
  .sec05 .sec_box.sp_colbox_2,
  .sec06 .sec_box.sp_colbox_2,
  .sec07 .sec_box.sp_colbox_2,
  .sec08 .sec_box.sp_colbox_2,
  .sec09 .sec_box.sp_colbox_2,
  .sec10 .sec_box.sp_colbox_2,
  #footer .sec_box.sp_colbox_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec01 .sec_box.sp_colbox_2 .colbox_2,
  .sec01 .sec_box.sp_colbox_2 .colbox_3,
  .sec01 .sec_box.sp_colbox_2 .colbox_4,
  .sec01 .sec_box.sp_colbox_2 .colbox_5,
  .sec02 .sec_box.sp_colbox_2 .colbox_2,
  .sec02 .sec_box.sp_colbox_2 .colbox_3,
  .sec02 .sec_box.sp_colbox_2 .colbox_4,
  .sec02 .sec_box.sp_colbox_2 .colbox_5,
  .sec03 .sec_box.sp_colbox_2 .colbox_2,
  .sec03 .sec_box.sp_colbox_2 .colbox_3,
  .sec03 .sec_box.sp_colbox_2 .colbox_4,
  .sec03 .sec_box.sp_colbox_2 .colbox_5,
  .sec04 .sec_box.sp_colbox_2 .colbox_2,
  .sec04 .sec_box.sp_colbox_2 .colbox_3,
  .sec04 .sec_box.sp_colbox_2 .colbox_4,
  .sec04 .sec_box.sp_colbox_2 .colbox_5,
  .sec05 .sec_box.sp_colbox_2 .colbox_2,
  .sec05 .sec_box.sp_colbox_2 .colbox_3,
  .sec05 .sec_box.sp_colbox_2 .colbox_4,
  .sec05 .sec_box.sp_colbox_2 .colbox_5,
  .sec06 .sec_box.sp_colbox_2 .colbox_2,
  .sec06 .sec_box.sp_colbox_2 .colbox_3,
  .sec06 .sec_box.sp_colbox_2 .colbox_4,
  .sec06 .sec_box.sp_colbox_2 .colbox_5,
  .sec07 .sec_box.sp_colbox_2 .colbox_2,
  .sec07 .sec_box.sp_colbox_2 .colbox_3,
  .sec07 .sec_box.sp_colbox_2 .colbox_4,
  .sec07 .sec_box.sp_colbox_2 .colbox_5,
  .sec08 .sec_box.sp_colbox_2 .colbox_2,
  .sec08 .sec_box.sp_colbox_2 .colbox_3,
  .sec08 .sec_box.sp_colbox_2 .colbox_4,
  .sec08 .sec_box.sp_colbox_2 .colbox_5,
  .sec09 .sec_box.sp_colbox_2 .colbox_2,
  .sec09 .sec_box.sp_colbox_2 .colbox_3,
  .sec09 .sec_box.sp_colbox_2 .colbox_4,
  .sec09 .sec_box.sp_colbox_2 .colbox_5,
  .sec10 .sec_box.sp_colbox_2 .colbox_2,
  .sec10 .sec_box.sp_colbox_2 .colbox_3,
  .sec10 .sec_box.sp_colbox_2 .colbox_4,
  .sec10 .sec_box.sp_colbox_2 .colbox_5,
  #footer .sec_box.sp_colbox_2 .colbox_2,
  #footer .sec_box.sp_colbox_2 .colbox_3,
  #footer .sec_box.sp_colbox_2 .colbox_4,
  #footer .sec_box.sp_colbox_2 .colbox_5 {
    width: 49%;
    margin-right: 2%;
  }
  .sec01 .sec_box.sp_colbox_2 .colbox_2:not(:first-child),
  .sec01 .sec_box.sp_colbox_2 .colbox_3:not(:first-child),
  .sec01 .sec_box.sp_colbox_2 .colbox_4:not(:first-child),
  .sec01 .sec_box.sp_colbox_2 .colbox_5:not(:first-child),
  .sec02 .sec_box.sp_colbox_2 .colbox_2:not(:first-child),
  .sec02 .sec_box.sp_colbox_2 .colbox_3:not(:first-child),
  .sec02 .sec_box.sp_colbox_2 .colbox_4:not(:first-child),
  .sec02 .sec_box.sp_colbox_2 .colbox_5:not(:first-child),
  .sec03 .sec_box.sp_colbox_2 .colbox_2:not(:first-child),
  .sec03 .sec_box.sp_colbox_2 .colbox_3:not(:first-child),
  .sec03 .sec_box.sp_colbox_2 .colbox_4:not(:first-child),
  .sec03 .sec_box.sp_colbox_2 .colbox_5:not(:first-child),
  .sec04 .sec_box.sp_colbox_2 .colbox_2:not(:first-child),
  .sec04 .sec_box.sp_colbox_2 .colbox_3:not(:first-child),
  .sec04 .sec_box.sp_colbox_2 .colbox_4:not(:first-child),
  .sec04 .sec_box.sp_colbox_2 .colbox_5:not(:first-child),
  .sec05 .sec_box.sp_colbox_2 .colbox_2:not(:first-child),
  .sec05 .sec_box.sp_colbox_2 .colbox_3:not(:first-child),
  .sec05 .sec_box.sp_colbox_2 .colbox_4:not(:first-child),
  .sec05 .sec_box.sp_colbox_2 .colbox_5:not(:first-child),
  .sec06 .sec_box.sp_colbox_2 .colbox_2:not(:first-child),
  .sec06 .sec_box.sp_colbox_2 .colbox_3:not(:first-child),
  .sec06 .sec_box.sp_colbox_2 .colbox_4:not(:first-child),
  .sec06 .sec_box.sp_colbox_2 .colbox_5:not(:first-child),
  .sec07 .sec_box.sp_colbox_2 .colbox_2:not(:first-child),
  .sec07 .sec_box.sp_colbox_2 .colbox_3:not(:first-child),
  .sec07 .sec_box.sp_colbox_2 .colbox_4:not(:first-child),
  .sec07 .sec_box.sp_colbox_2 .colbox_5:not(:first-child),
  .sec08 .sec_box.sp_colbox_2 .colbox_2:not(:first-child),
  .sec08 .sec_box.sp_colbox_2 .colbox_3:not(:first-child),
  .sec08 .sec_box.sp_colbox_2 .colbox_4:not(:first-child),
  .sec08 .sec_box.sp_colbox_2 .colbox_5:not(:first-child),
  .sec09 .sec_box.sp_colbox_2 .colbox_2:not(:first-child),
  .sec09 .sec_box.sp_colbox_2 .colbox_3:not(:first-child),
  .sec09 .sec_box.sp_colbox_2 .colbox_4:not(:first-child),
  .sec09 .sec_box.sp_colbox_2 .colbox_5:not(:first-child),
  .sec10 .sec_box.sp_colbox_2 .colbox_2:not(:first-child),
  .sec10 .sec_box.sp_colbox_2 .colbox_3:not(:first-child),
  .sec10 .sec_box.sp_colbox_2 .colbox_4:not(:first-child),
  .sec10 .sec_box.sp_colbox_2 .colbox_5:not(:first-child),
  #footer .sec_box.sp_colbox_2 .colbox_2:not(:first-child),
  #footer .sec_box.sp_colbox_2 .colbox_3:not(:first-child),
  #footer .sec_box.sp_colbox_2 .colbox_4:not(:first-child),
  #footer .sec_box.sp_colbox_2 .colbox_5:not(:first-child) {
    margin-top: 0;
  }
  .sec01 .sec_box.sp_colbox_2 .colbox_2:nth-child(2n),
  .sec01 .sec_box.sp_colbox_2 .colbox_3:nth-child(2n),
  .sec01 .sec_box.sp_colbox_2 .colbox_4:nth-child(2n),
  .sec01 .sec_box.sp_colbox_2 .colbox_5:nth-child(2n),
  .sec02 .sec_box.sp_colbox_2 .colbox_2:nth-child(2n),
  .sec02 .sec_box.sp_colbox_2 .colbox_3:nth-child(2n),
  .sec02 .sec_box.sp_colbox_2 .colbox_4:nth-child(2n),
  .sec02 .sec_box.sp_colbox_2 .colbox_5:nth-child(2n),
  .sec03 .sec_box.sp_colbox_2 .colbox_2:nth-child(2n),
  .sec03 .sec_box.sp_colbox_2 .colbox_3:nth-child(2n),
  .sec03 .sec_box.sp_colbox_2 .colbox_4:nth-child(2n),
  .sec03 .sec_box.sp_colbox_2 .colbox_5:nth-child(2n),
  .sec04 .sec_box.sp_colbox_2 .colbox_2:nth-child(2n),
  .sec04 .sec_box.sp_colbox_2 .colbox_3:nth-child(2n),
  .sec04 .sec_box.sp_colbox_2 .colbox_4:nth-child(2n),
  .sec04 .sec_box.sp_colbox_2 .colbox_5:nth-child(2n),
  .sec05 .sec_box.sp_colbox_2 .colbox_2:nth-child(2n),
  .sec05 .sec_box.sp_colbox_2 .colbox_3:nth-child(2n),
  .sec05 .sec_box.sp_colbox_2 .colbox_4:nth-child(2n),
  .sec05 .sec_box.sp_colbox_2 .colbox_5:nth-child(2n),
  .sec06 .sec_box.sp_colbox_2 .colbox_2:nth-child(2n),
  .sec06 .sec_box.sp_colbox_2 .colbox_3:nth-child(2n),
  .sec06 .sec_box.sp_colbox_2 .colbox_4:nth-child(2n),
  .sec06 .sec_box.sp_colbox_2 .colbox_5:nth-child(2n),
  .sec07 .sec_box.sp_colbox_2 .colbox_2:nth-child(2n),
  .sec07 .sec_box.sp_colbox_2 .colbox_3:nth-child(2n),
  .sec07 .sec_box.sp_colbox_2 .colbox_4:nth-child(2n),
  .sec07 .sec_box.sp_colbox_2 .colbox_5:nth-child(2n),
  .sec08 .sec_box.sp_colbox_2 .colbox_2:nth-child(2n),
  .sec08 .sec_box.sp_colbox_2 .colbox_3:nth-child(2n),
  .sec08 .sec_box.sp_colbox_2 .colbox_4:nth-child(2n),
  .sec08 .sec_box.sp_colbox_2 .colbox_5:nth-child(2n),
  .sec09 .sec_box.sp_colbox_2 .colbox_2:nth-child(2n),
  .sec09 .sec_box.sp_colbox_2 .colbox_3:nth-child(2n),
  .sec09 .sec_box.sp_colbox_2 .colbox_4:nth-child(2n),
  .sec09 .sec_box.sp_colbox_2 .colbox_5:nth-child(2n),
  .sec10 .sec_box.sp_colbox_2 .colbox_2:nth-child(2n),
  .sec10 .sec_box.sp_colbox_2 .colbox_3:nth-child(2n),
  .sec10 .sec_box.sp_colbox_2 .colbox_4:nth-child(2n),
  .sec10 .sec_box.sp_colbox_2 .colbox_5:nth-child(2n),
  #footer .sec_box.sp_colbox_2 .colbox_2:nth-child(2n),
  #footer .sec_box.sp_colbox_2 .colbox_3:nth-child(2n),
  #footer .sec_box.sp_colbox_2 .colbox_4:nth-child(2n),
  #footer .sec_box.sp_colbox_2 .colbox_5:nth-child(2n) {
    margin-right: 0;
  }
  .sec01 .sec_box.sp_colbox_2 .colbox_2:nth-child(n + 3),
  .sec01 .sec_box.sp_colbox_2 .colbox_3:nth-child(n + 3),
  .sec01 .sec_box.sp_colbox_2 .colbox_4:nth-child(n + 3),
  .sec01 .sec_box.sp_colbox_2 .colbox_5:nth-child(n + 3),
  .sec02 .sec_box.sp_colbox_2 .colbox_2:nth-child(n + 3),
  .sec02 .sec_box.sp_colbox_2 .colbox_3:nth-child(n + 3),
  .sec02 .sec_box.sp_colbox_2 .colbox_4:nth-child(n + 3),
  .sec02 .sec_box.sp_colbox_2 .colbox_5:nth-child(n + 3),
  .sec03 .sec_box.sp_colbox_2 .colbox_2:nth-child(n + 3),
  .sec03 .sec_box.sp_colbox_2 .colbox_3:nth-child(n + 3),
  .sec03 .sec_box.sp_colbox_2 .colbox_4:nth-child(n + 3),
  .sec03 .sec_box.sp_colbox_2 .colbox_5:nth-child(n + 3),
  .sec04 .sec_box.sp_colbox_2 .colbox_2:nth-child(n + 3),
  .sec04 .sec_box.sp_colbox_2 .colbox_3:nth-child(n + 3),
  .sec04 .sec_box.sp_colbox_2 .colbox_4:nth-child(n + 3),
  .sec04 .sec_box.sp_colbox_2 .colbox_5:nth-child(n + 3),
  .sec05 .sec_box.sp_colbox_2 .colbox_2:nth-child(n + 3),
  .sec05 .sec_box.sp_colbox_2 .colbox_3:nth-child(n + 3),
  .sec05 .sec_box.sp_colbox_2 .colbox_4:nth-child(n + 3),
  .sec05 .sec_box.sp_colbox_2 .colbox_5:nth-child(n + 3),
  .sec06 .sec_box.sp_colbox_2 .colbox_2:nth-child(n + 3),
  .sec06 .sec_box.sp_colbox_2 .colbox_3:nth-child(n + 3),
  .sec06 .sec_box.sp_colbox_2 .colbox_4:nth-child(n + 3),
  .sec06 .sec_box.sp_colbox_2 .colbox_5:nth-child(n + 3),
  .sec07 .sec_box.sp_colbox_2 .colbox_2:nth-child(n + 3),
  .sec07 .sec_box.sp_colbox_2 .colbox_3:nth-child(n + 3),
  .sec07 .sec_box.sp_colbox_2 .colbox_4:nth-child(n + 3),
  .sec07 .sec_box.sp_colbox_2 .colbox_5:nth-child(n + 3),
  .sec08 .sec_box.sp_colbox_2 .colbox_2:nth-child(n + 3),
  .sec08 .sec_box.sp_colbox_2 .colbox_3:nth-child(n + 3),
  .sec08 .sec_box.sp_colbox_2 .colbox_4:nth-child(n + 3),
  .sec08 .sec_box.sp_colbox_2 .colbox_5:nth-child(n + 3),
  .sec09 .sec_box.sp_colbox_2 .colbox_2:nth-child(n + 3),
  .sec09 .sec_box.sp_colbox_2 .colbox_3:nth-child(n + 3),
  .sec09 .sec_box.sp_colbox_2 .colbox_4:nth-child(n + 3),
  .sec09 .sec_box.sp_colbox_2 .colbox_5:nth-child(n + 3),
  .sec10 .sec_box.sp_colbox_2 .colbox_2:nth-child(n + 3),
  .sec10 .sec_box.sp_colbox_2 .colbox_3:nth-child(n + 3),
  .sec10 .sec_box.sp_colbox_2 .colbox_4:nth-child(n + 3),
  .sec10 .sec_box.sp_colbox_2 .colbox_5:nth-child(n + 3),
  #footer .sec_box.sp_colbox_2 .colbox_2:nth-child(n + 3),
  #footer .sec_box.sp_colbox_2 .colbox_3:nth-child(n + 3),
  #footer .sec_box.sp_colbox_2 .colbox_4:nth-child(n + 3),
  #footer .sec_box.sp_colbox_2 .colbox_5:nth-child(n + 3) {
    margin-top: 2%;
  }
}
@media screen and (min-width: 768px) {
  .sec01 .sec_box,
  .sec02 .sec_box,
  .sec03 .sec_box,
  .sec04 .sec_box,
  .sec05 .sec_box,
  .sec06 .sec_box,
  .sec07 .sec_box,
  .sec08 .sec_box,
  .sec09 .sec_box,
  .sec10 .sec_box,
  #footer .sec_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec01 .sec_box .colbox_2,
  .sec02 .sec_box .colbox_2,
  .sec03 .sec_box .colbox_2,
  .sec04 .sec_box .colbox_2,
  .sec05 .sec_box .colbox_2,
  .sec06 .sec_box .colbox_2,
  .sec07 .sec_box .colbox_2,
  .sec08 .sec_box .colbox_2,
  .sec09 .sec_box .colbox_2,
  .sec10 .sec_box .colbox_2,
  #footer .sec_box .colbox_2 {
    width: 48%;
    margin-right: 4%;
  }
  .sec01 .sec_box .colbox_2:nth-child(2n),
  .sec02 .sec_box .colbox_2:nth-child(2n),
  .sec03 .sec_box .colbox_2:nth-child(2n),
  .sec04 .sec_box .colbox_2:nth-child(2n),
  .sec05 .sec_box .colbox_2:nth-child(2n),
  .sec06 .sec_box .colbox_2:nth-child(2n),
  .sec07 .sec_box .colbox_2:nth-child(2n),
  .sec08 .sec_box .colbox_2:nth-child(2n),
  .sec09 .sec_box .colbox_2:nth-child(2n),
  .sec10 .sec_box .colbox_2:nth-child(2n),
  #footer .sec_box .colbox_2:nth-child(2n) {
    margin-right: 0;
  }
  .sec01 .sec_box .colbox_2:nth-child(n + 3),
  .sec02 .sec_box .colbox_2:nth-child(n + 3),
  .sec03 .sec_box .colbox_2:nth-child(n + 3),
  .sec04 .sec_box .colbox_2:nth-child(n + 3),
  .sec05 .sec_box .colbox_2:nth-child(n + 3),
  .sec06 .sec_box .colbox_2:nth-child(n + 3),
  .sec07 .sec_box .colbox_2:nth-child(n + 3),
  .sec08 .sec_box .colbox_2:nth-child(n + 3),
  .sec09 .sec_box .colbox_2:nth-child(n + 3),
  .sec10 .sec_box .colbox_2:nth-child(n + 3),
  #footer .sec_box .colbox_2:nth-child(n + 3) {
    margin-top: 4%;
  }
  .sec01 .sec_box .colbox_3,
  .sec02 .sec_box .colbox_3,
  .sec03 .sec_box .colbox_3,
  .sec04 .sec_box .colbox_3,
  .sec05 .sec_box .colbox_3,
  .sec06 .sec_box .colbox_3,
  .sec07 .sec_box .colbox_3,
  .sec08 .sec_box .colbox_3,
  .sec09 .sec_box .colbox_3,
  .sec10 .sec_box .colbox_3,
  #footer .sec_box .colbox_3 {
    width: 32%;
    margin-right: 2%;
  }
  .sec01 .sec_box .colbox_3:nth-child(3n),
  .sec02 .sec_box .colbox_3:nth-child(3n),
  .sec03 .sec_box .colbox_3:nth-child(3n),
  .sec04 .sec_box .colbox_3:nth-child(3n),
  .sec05 .sec_box .colbox_3:nth-child(3n),
  .sec06 .sec_box .colbox_3:nth-child(3n),
  .sec07 .sec_box .colbox_3:nth-child(3n),
  .sec08 .sec_box .colbox_3:nth-child(3n),
  .sec09 .sec_box .colbox_3:nth-child(3n),
  .sec10 .sec_box .colbox_3:nth-child(3n),
  #footer .sec_box .colbox_3:nth-child(3n) {
    margin-right: 0;
  }
  .sec01 .sec_box .colbox_3:nth-child(n + 4),
  .sec02 .sec_box .colbox_3:nth-child(n + 4),
  .sec03 .sec_box .colbox_3:nth-child(n + 4),
  .sec04 .sec_box .colbox_3:nth-child(n + 4),
  .sec05 .sec_box .colbox_3:nth-child(n + 4),
  .sec06 .sec_box .colbox_3:nth-child(n + 4),
  .sec07 .sec_box .colbox_3:nth-child(n + 4),
  .sec08 .sec_box .colbox_3:nth-child(n + 4),
  .sec09 .sec_box .colbox_3:nth-child(n + 4),
  .sec10 .sec_box .colbox_3:nth-child(n + 4),
  #footer .sec_box .colbox_3:nth-child(n + 4) {
    margin-top: 2%;
  }
  .sec01 .sec_box .colbox_4,
  .sec02 .sec_box .colbox_4,
  .sec03 .sec_box .colbox_4,
  .sec04 .sec_box .colbox_4,
  .sec05 .sec_box .colbox_4,
  .sec06 .sec_box .colbox_4,
  .sec07 .sec_box .colbox_4,
  .sec08 .sec_box .colbox_4,
  .sec09 .sec_box .colbox_4,
  .sec10 .sec_box .colbox_4,
  #footer .sec_box .colbox_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .sec01 .sec_box .colbox_4:nth-child(4n),
  .sec02 .sec_box .colbox_4:nth-child(4n),
  .sec03 .sec_box .colbox_4:nth-child(4n),
  .sec04 .sec_box .colbox_4:nth-child(4n),
  .sec05 .sec_box .colbox_4:nth-child(4n),
  .sec06 .sec_box .colbox_4:nth-child(4n),
  .sec07 .sec_box .colbox_4:nth-child(4n),
  .sec08 .sec_box .colbox_4:nth-child(4n),
  .sec09 .sec_box .colbox_4:nth-child(4n),
  .sec10 .sec_box .colbox_4:nth-child(4n),
  #footer .sec_box .colbox_4:nth-child(4n) {
    margin-right: 0;
  }
  .sec01 .sec_box .colbox_4:nth-child(n + 5),
  .sec02 .sec_box .colbox_4:nth-child(n + 5),
  .sec03 .sec_box .colbox_4:nth-child(n + 5),
  .sec04 .sec_box .colbox_4:nth-child(n + 5),
  .sec05 .sec_box .colbox_4:nth-child(n + 5),
  .sec06 .sec_box .colbox_4:nth-child(n + 5),
  .sec07 .sec_box .colbox_4:nth-child(n + 5),
  .sec08 .sec_box .colbox_4:nth-child(n + 5),
  .sec09 .sec_box .colbox_4:nth-child(n + 5),
  .sec10 .sec_box .colbox_4:nth-child(n + 5),
  #footer .sec_box .colbox_4:nth-child(n + 5) {
    margin-top: 2%;
  }
  .sec01 .sec_box .colbox_5,
  .sec02 .sec_box .colbox_5,
  .sec03 .sec_box .colbox_5,
  .sec04 .sec_box .colbox_5,
  .sec05 .sec_box .colbox_5,
  .sec06 .sec_box .colbox_5,
  .sec07 .sec_box .colbox_5,
  .sec08 .sec_box .colbox_5,
  .sec09 .sec_box .colbox_5,
  .sec10 .sec_box .colbox_5,
  #footer .sec_box .colbox_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .sec01 .sec_box .colbox_5:nth-child(5n),
  .sec02 .sec_box .colbox_5:nth-child(5n),
  .sec03 .sec_box .colbox_5:nth-child(5n),
  .sec04 .sec_box .colbox_5:nth-child(5n),
  .sec05 .sec_box .colbox_5:nth-child(5n),
  .sec06 .sec_box .colbox_5:nth-child(5n),
  .sec07 .sec_box .colbox_5:nth-child(5n),
  .sec08 .sec_box .colbox_5:nth-child(5n),
  .sec09 .sec_box .colbox_5:nth-child(5n),
  .sec10 .sec_box .colbox_5:nth-child(5n),
  #footer .sec_box .colbox_5:nth-child(5n) {
    margin-right: 0;
  }
  .sec01 .sec_box .colbox_5:nth-child(n + 6),
  .sec02 .sec_box .colbox_5:nth-child(n + 6),
  .sec03 .sec_box .colbox_5:nth-child(n + 6),
  .sec04 .sec_box .colbox_5:nth-child(n + 6),
  .sec05 .sec_box .colbox_5:nth-child(n + 6),
  .sec06 .sec_box .colbox_5:nth-child(n + 6),
  .sec07 .sec_box .colbox_5:nth-child(n + 6),
  .sec08 .sec_box .colbox_5:nth-child(n + 6),
  .sec09 .sec_box .colbox_5:nth-child(n + 6),
  .sec10 .sec_box .colbox_5:nth-child(n + 6),
  #footer .sec_box .colbox_5:nth-child(n + 6) {
    margin-top: 2%;
  }
  .sec01 .sec_box.reverse,
  .sec02 .sec_box.reverse,
  .sec03 .sec_box.reverse,
  .sec04 .sec_box.reverse,
  .sec05 .sec_box.reverse,
  .sec06 .sec_box.reverse,
  .sec07 .sec_box.reverse,
  .sec08 .sec_box.reverse,
  .sec09 .sec_box.reverse,
  .sec10 .sec_box.reverse,
  #footer .sec_box.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;
  }
  .sec01 .sec_box.reverse .colbox_2,
  .sec02 .sec_box.reverse .colbox_2,
  .sec03 .sec_box.reverse .colbox_2,
  .sec04 .sec_box.reverse .colbox_2,
  .sec05 .sec_box.reverse .colbox_2,
  .sec06 .sec_box.reverse .colbox_2,
  .sec07 .sec_box.reverse .colbox_2,
  .sec08 .sec_box.reverse .colbox_2,
  .sec09 .sec_box.reverse .colbox_2,
  .sec10 .sec_box.reverse .colbox_2,
  #footer .sec_box.reverse .colbox_2 {
    width: 48%;
    margin-right: 4%;
  }
  .sec01 .sec_box.reverse .colbox_2:first-child,
  .sec02 .sec_box.reverse .colbox_2:first-child,
  .sec03 .sec_box.reverse .colbox_2:first-child,
  .sec04 .sec_box.reverse .colbox_2:first-child,
  .sec05 .sec_box.reverse .colbox_2:first-child,
  .sec06 .sec_box.reverse .colbox_2:first-child,
  .sec07 .sec_box.reverse .colbox_2:first-child,
  .sec08 .sec_box.reverse .colbox_2:first-child,
  .sec09 .sec_box.reverse .colbox_2:first-child,
  .sec10 .sec_box.reverse .colbox_2:first-child,
  #footer .sec_box.reverse .colbox_2:first-child {
    margin-right: 0;
  }
}

#footer {
  background: #c6e5e9;
  padding: 50px 0;
}
#footer .footer_title {
  font-size: 24px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  color: #188f9e;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#footer .sec_box:not(:first-child) {
  margin-top: 30px;
}
#footer ul li {
  font-size: 18px;
  letter-spacing: 0.1em;
}
#footer ul li:not(:first-child) {
  margin-top: 5px;
}
#footer ul li a {
  padding-left: 14px;
  position: relative;
}
#footer ul li a:after {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 2px;
  background: #222;
}
@media screen and (max-width: 767px) {
  #footer .sec_box .colbox_4.no_title {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 75px 0;
  }
  #footer .sec_box .colbox_4 {
    width: 24.2%;
    margin-right: 1%;
  }
  #footer .sec_box .colbox_4.no_title {
    margin-top: 40px;
  }
  #footer .sec_box:not(:first-child) {
    margin-top: 55px;
  }
}

.google_map {
  width: 100%;
  height: 350px;
}
@media screen and (min-width: 768px) {
  .google_map {
    height: 450px;
  }
}

.border-color {
  color: #4faab6;
  border-bottom: 1px solid #4faab6;
}

@media screen and (max-width: 767px) {
  .list_col .column {
    margin: 0 !important;
  }
  .list_col .column ul {
    margin: 0 !important;
  }
  .list_col .column ul li {
    margin-bottom: 0.5em !important;
  }
}

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

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

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

@media screen and (min-width: 768px) {
  .col_center {
    justify-content: center !important;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 768px) {
  .list_center ul {
    display: table;
    margin: auto;
  }
}

.time-table-original th.table-center,
.time-table-original td.table-center {
  vertical-align: middle;
}
.time-table-original td .bold {
  background: #c6e5e9;
  padding: 2px 5px;
  border-radius: 10px;
}

.sec01 h2,
.sec02 h2,
.sec03 h2,
.sec04 h2,
.sec05 h2,
.sec06 h2,
.sec07 h2,
.sec08 h2,
.sec09 h2 {
  font-size: 26px;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 18px;
}
.sec01 h2:after,
.sec02 h2:after,
.sec03 h2:after,
.sec04 h2:after,
.sec05 h2:after,
.sec06 h2:after,
.sec07 h2:after,
.sec08 h2:after,
.sec09 h2:after {
  content: "";
  display: block;
  position: absolute;
  background: #4faab6;
  margin: auto;
  height: 2px;
  width: 80px;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
}
.sec01 .sec_text,
.sec02 .sec_text,
.sec03 .sec_text,
.sec04 .sec_text,
.sec05 .sec_text,
.sec06 .sec_text,
.sec07 .sec_text,
.sec08 .sec_text,
.sec09 .sec_text {
  line-height: 36px;
  letter-spacing: 0.1em;
}
.sec01 .btn-style a,
.sec02 .btn-style a,
.sec03 .btn-style a,
.sec04 .btn-style a,
.sec05 .btn-style a,
.sec06 .btn-style a,
.sec07 .btn-style a,
.sec08 .btn-style a,
.sec09 .btn-style a {
  padding: 0.8em 1.5em;
}
@media screen and (min-width: 768px) {
  .sec01 p,
  .sec01 ul li,
  .sec01 td,
  .sec01 th,
  .sec01 dd,
  .sec01 dt,
  .sec01 a,
  .sec02 p,
  .sec02 ul li,
  .sec02 td,
  .sec02 th,
  .sec02 dd,
  .sec02 dt,
  .sec02 a,
  .sec03 p,
  .sec03 ul li,
  .sec03 td,
  .sec03 th,
  .sec03 dd,
  .sec03 dt,
  .sec03 a,
  .sec04 p,
  .sec04 ul li,
  .sec04 td,
  .sec04 th,
  .sec04 dd,
  .sec04 dt,
  .sec04 a,
  .sec05 p,
  .sec05 ul li,
  .sec05 td,
  .sec05 th,
  .sec05 dd,
  .sec05 dt,
  .sec05 a,
  .sec06 p,
  .sec06 ul li,
  .sec06 td,
  .sec06 th,
  .sec06 dd,
  .sec06 dt,
  .sec06 a,
  .sec07 p,
  .sec07 ul li,
  .sec07 td,
  .sec07 th,
  .sec07 dd,
  .sec07 dt,
  .sec07 a,
  .sec08 p,
  .sec08 ul li,
  .sec08 td,
  .sec08 th,
  .sec08 dd,
  .sec08 dt,
  .sec08 a,
  .sec09 p,
  .sec09 ul li,
  .sec09 td,
  .sec09 th,
  .sec09 dd,
  .sec09 dt,
  .sec09 a {
    font-size: 18px;
  }
  .sec01 h2,
  .sec02 h2,
  .sec03 h2,
  .sec04 h2,
  .sec05 h2,
  .sec06 h2,
  .sec07 h2,
  .sec08 h2,
  .sec09 h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

.sec01 {
  padding: 50px 0;
}
.sec01 .sec01_title {
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #dedede;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
.sec01 dl dt {
  font-size: 18px;
  color: #4ba9b8;
  padding: 0.5em 0 0.2em;
}
.sec01 dl dd {
  border-bottom: 1px dashed #dedede;
  padding: 0.2em 0 0.5em;
}
.sec01 .more a {
  max-width: 340px;
  padding: 1.07em 0.5em;
}
.sec01 .more a:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sec01 .more a:hover:after {
  right: 8%;
}
.sec01 .more02 {
  margin: 20px 0;
}
.sec01 .more02 a {
  background: #afdadf;
  max-width: 120px;
  padding: 0.52em 0.5em;
}
.sec01 .time-table thead tr {
  border-bottom: 2px solid #fff;
}
.sec01 .time-table thead tr th:first-child {
  border-radius: 15px 0 0 0;
}
.sec01 .time-table thead tr th:last-child {
  border-radius: 0 15px 0 0;
}
.sec01 .time-table tbody tr th,
.sec01 .time-table tbody tr td {
  background: #f8f6f1;
  border-bottom: 2px solid #fff;
}
.sec01 .sec01_box {
  border-radius: 15px;
  border: 3px solid #9ccfd5;
  padding: 22px 10px;
}
.sec01 .sec01_box p {
  text-align: center;
  margin: 0;
}
.sec01 .sec01_box .sec01_box_text {
  color: #278c99;
  margin-bottom: 10px;
  text-align: center;
}
.sec01 .calendar_block {
  text-align: center;
  margin-top: 70px;
}
.sec01 .calendar_block .btn-style.bnr a {
  max-width: 100%;
  padding: 1.4em 1em;
  border-radius: 15px;
  background: #f8f6f1;
  color: #4faab6;
  border: 1px solid #4faab6;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0.5em;
  letter-spacing: 2px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
.sec01 .calendar_block .btn-style.bnr a:after {
  border-color: #4faab6;
  height: 8px;
  width: 8px;
  right: 6%;
}
.sec01 .calendar_block .btn-style.bnr a:hover:after {
  right: 4%;
}
.sec01 .calendar_block .btn-style {
  margin-top: 40px;
}

.sec01 .btn_box .colbox_2 {
  height: 100px;
  box-sizing: border-box;
}
.sec01 .btn_box .sec01_box {
  box-sizing: border-box;
  padding: 10px 20px;
}
.sec01 .btn_box .colbox_2:last-child .btn-style {
  height: 100%;
}
.sec01 .btn_box .colbox_2 .btn-style a {
  font-size: 24px;
  font-weight: bold;
  border-radius: 15px;
}
.sec01 .btn_box .colbox_2 .btn-style a {
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec01 .btn_box .colbox_2:last-child {
  padding: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding: 75px 0 100px;
  }
  .sec01 .sec01_title {
    font-size: 30px;
  }
  .sec01 .sec01_box {
    padding: 22px 5px;
  }
  .sec01 .sec_box .colbox_2 {
    width: 46%;
    margin-right: 8%;
  }
  .sec01 dl dt,
  .sec01 dl dd {
    padding: 1em 0;
  }
  .sec01 dl dt {
    float: left;
  }
  .sec01 dl dd {
    padding-left: 130px;
  }

  .sec01 .btn_box .colbox_2 {
    height: 120px;
  }
  .sec01 .btn_box .sec01_box {
    box-sizing: border-box;
    padding: 20px;
  }
  .sec01 .btn_box .colbox_2 .btn-style a:after {
    height: 8px;
    width: 8px;
  }
}
@media screen and (min-width: 1042px) {
  .sec08 .btn_box .colbox_2 .btn-style a {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 .calendar_block {
    margin-top: 40px;
  }
  .sec01 .calendar_block h3 {
    font-size: 24px;
  }
  .sec01 .calendar_block h3 + p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec01 .calendar_block .btn-style {
    margin-top: 20px;
  }
}

.sec02 {
  padding: 50px 0;
  background: #f8f6f1;
}
.sec02 .btn-style a {
  max-width: 300px;
}
.sec02 .sec_box .colbox_2 p:first-child,
.sec02 .sec_box .colbox_3 p:first-child {
  text-align: center;
}
.sec02 .sec02_title {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #4faab6;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  margin: 20px 0;
  font-weight: bold;
}
.sec02 .sec_text {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02 .colbox_2:not(:first-of-type),
  .sec02 .colbox_3:not(:first-of-type) {
    margin-top: 8% !important;
  }
  .sec02 .sec_box:last-child {
    margin-top: 8% !important;
  }
}
@media screen and (min-width: 768px) {
  .sec02 {
    padding: 80px 0 100px;
  }
  .sec02 .sec02_title {
    font-size: 28px;
  }
  .sec02 .sec_box:last-child {
    margin-top: 80px;
  }
  .sec02 .sec_box .colbox_2 {
    width: 46%;
    margin-right: 8%;
  }
  .sec02 .sec_box .colbox_3 {
    width: 28%;
    margin-right: 8%;
  }
  .sec02 .sec_box .colbox_3 .sec02_title {
    font-size: 20px;
    letter-spacing: 0em;
  }
}

.sec03 {
  padding: 50px 0;
}
.sec03 .sec03_bnr .sec_box:first-child {
  margin-bottom: 5%;
}
.sec03 .sec03_bnr .sec_box p {
  text-align: center;
  margin: 0;
}
.sec03 .sec03_bnr .sec_box .sec_text02 {
  margin-top: 0.5em;
}
.sec03 .sec03_bnr_bg {
  padding: 30px 0;
  margin-bottom: 30px;
  /* background: #f3da9a; */
}
.sec03 .sec03_bnr_bg .sec_box .colbox_2 .text_box {
  background: #f8f6f1;
  border-radius: 15px;
  padding: 5% 2%;
  position: relative;
}
.sec03 .sec03_bnr_bg .sec_box .colbox_2 .text_box:after {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  left: auto;
  right: 9px;
  top: auto;
  bottom: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #2a494d transparent;
}
.sec03 .sec03_bnr_bg .sec_box .colbox_2 .text_box .sec03_link {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sec03 .sec03_bnr_bg .sec_box .colbox_2 .text_box .sec03_link a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 15px;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sec03 .sec03_bnr_bg .sec_box .colbox_2 .text_box .sec03_link a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.5;
}
.sec03 .sec03_title {
  text-align: center;
  font-size: 22px;
  color: #2a494d;
  letter-spacing: 0.1em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.sec03 .sec03_title:after {
  content: "";
  display: block;
  position: absolute;
  background: #2a494d;
  margin: auto;
  height: 1px;
  width: 30px;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
}
.sec03 .sec_text {
  line-height: 30px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec03 {
    padding: 100px 0 60px;
  }
  .sec03 .sec03_bnr_bg {
    /* background: url("img/sec03_bg.jpg") no-repeat center; */
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .sec03 .sec03_bnr_bg .sec_box .colbox_2 {
    width: 48%;
    margin-right: 4%;
  }
  .sec03 .sec03_bnr_bg .sec_box .colbox_2:nth-child(2n) {
    margin-right: 0;
  }
  .sec03 .sec03_bnr_bg .sec_box .colbox_2 {
    background: #f8f6f1;
    border-radius: 15px;
  }
  .sec03 .sec03_bnr_bg .sec_box .colbox_2 .text_box {
    padding: 40px 8% 30px;
    box-sizing: border-box;
  }
  .sec03 .sec03_title {
    font-size: 22px;
    letter-spacing: 0em;
  }
  .sec03 .sec03_bnr .sec_box:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1042px) {
  .sec03 .sec03_title {
    font-size: 30px;
  }
}

.sec04 {
  background: #f8f6f1;
  padding: 50px 0;
}
.sec04 .sec_box .colbox_2 .btn-style a {
  padding: 1.07em 1.5em;
  max-width: 340px;
}
.sec04 .sec_box .colbox_2 .btn-style:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .sec04 {
    padding: 100px 0 154px;
    background: url("img/sec04_bg.jpg") no-repeat center;
  }
  .sec04 h2 {
    margin-bottom: 90px;
  }
  .sec04 .sec_box .colbox_2 {
    width: 45% !important;
  }
  .sec04 .sec_box .colbox_2 .btn-style {
    text-align: left;
  }
  .sec04 .sec_box .colbox_2 .btn-style a:not(:first-child) {
    margin-top: 20px;
  }
}

.sec05 {
  padding-top: 50px;
}
.sec05 .sec05_text {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
.sec05 .text_box {
  border-radius: 15px;
  background: #f8f6f1;
  padding: 5% 4%;
  position: relative;
}
.sec05 .text_box:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 14px 9px;
  border-color: transparent transparent #f8f6f1 transparent;
  left: 0;
  right: 0;
  top: -14px;
  bottom: auto;
}
.sec05 .text_box ul li:not(:first-child) {
  margin-top: 0.4em;
}
.sec05 .text_box ul li a {
  padding-left: 20px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sec05 .text_box ul li a span {
  font-size: 14px;
}
.sec05 .text_box ul li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #64b3bd;
  border-bottom: 1px solid #64b3bd;
}
.sec05 .text_box ul li a:after {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #64b3bd;
  border-right: 1px solid #64b3bd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .sec05 {
    padding-top: 100px;
  }
  .sec05 .text_box {
    height: 45.5%;
    padding: 30px 5px;
  }
  .sec05 .sec05_text {
    font-size: 15px;
    letter-spacing: 0em;
  }
  .sec05 .text_box ul li a {
    font-size: 15px;
  }
  .sec05 .text_box ul li a span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1070px) {
  .sec05 .sec_box .colbox_4 {
    width: 22%;
    margin-right: 4%;
  }
  .sec05 .text_box {
    padding: 30px 20px;
  }
  .sec05 .text_box ul li a {
    font-size: 18px;
  }
  .sec05 .text_box ul li a span {
    font-size: 14px;
  }
  .sec05 .sec05_text {
    font-size: 20px;
    letter-spacing: 0em;
  }
}

.sec06 {
  padding: 50px 0;
}
.sec06 p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec06 {
    padding: 100px 0 70px;
  }
}

.sec07 {
  padding: 50px 0;
  background: #f8f6f1;
}
.sec07 .sec07_box {
  margin-bottom: 30px;
  padding: 40px 10px;
  background: #fff;
  position: relative;
}
/* .sec07 .sec07_img {
  margin: 0;
  text-align: center;
}
.sec07 .sec07_calendar {
  text-align: center;
}
.sec07 .sec07_calendar iframe, .sec07 .sec07_calendar p {
  margin: auto;
  width: 100%;
  height: 350px;
}
.sec07 .sec07_calendar p {
  background: #e2e1de;
  margin: 0;
} */
.sec07 .sec07_title {
  font-size: 24px;
  text-align: center;
  position: absolute;
  margin: auto;
  padding: 11px 0;
  border-radius: 25px;
  background: #4faab6;
  color: #fff;
  width: 260px;
  left: 0;
  right: 0;
  top: -25px;
  bottom: auto;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
@media screen and (min-width: 768px) {
  .sec07 {
    padding: 125px 0 80px;
  }
  /*   .sec07 .sec07_calendar iframe, .sec07 .sec07_calendar p {
    margin: auto;
    width: 100%;
    max-width: 731px;
    height: 473px;
  } */
  .sec07 .sec07_box {
    margin-bottom: 55px;
    padding: 80px 20px;
  }
  .sec07 .sec07_box .columns {
    width: 640px;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec07 .sec07_box .columns .btn-style {
    margin-bottom: 0;
  }
  .sec07 .sec07_box .columns .btn-style a {
    font-size: 20px;
  }
}

.sec08 {
  padding: 50px 0;
}
.sec08 .sec_box:first-child {
  margin-bottom: 40px;
}
.sec08 .sec_box:last-child {
  margin-top: 30px;
}
.sec08 .sec_box.bnr .colbox_3,
.sec08 .sec_box.bnr .colbox_2 {
  margin-top: 1em;
}
.sec08 .sec_box.bnr {
  margin-bottom: 0;
}
.sec08 .sec_box.bnr + .sec_box.bnr {
  margin-bottom: 70px;
}
.sec08 .sec_box .colbox_4 p {
  text-align: center;
  margin: 0;
}
.sec08 .sec_box .colbox_3 p {
  text-align: center;
  margin: 0;
}
.sec08 .sec_box .colbox_2 p {
  text-align: center;
  margin: 0;
}
.sec08 .time-table thead tr {
  border-bottom: 2px solid #fff;
}
.sec08 .time-table thead tr th:first-child {
  border-radius: 15px 0 0 0;
}
.sec08 .time-table thead tr th:last-child {
  border-radius: 0 15px 0 0;
}
.sec08 .time-table tbody tr th,
.sec08 .time-table tbody tr td {
  background: #f8f6f1;
  border-bottom: 2px solid #fff;
}
.sec08 .sec08_box {
  margin-top: 30px;
  border-radius: 15px;
  border: 3px solid #9ccfd5;
  padding: 22px 10px;
}
.sec08 .sec08_box p {
  text-align: center;
  margin: 0;
}
.sec08 .sec08_box .sec08_box_text {
  color: #278c99;
  margin-bottom: 10px !important;
  text-align: center;
}
.sec08 .google_map iframe {
  width: 100%;
  height: 350px;
}
.sec08 .table_text {
  margin: 0.7em 0 0;
}
.sec08 .btn-style {
  margin-top: 30px;
  text-align: right;
}
.sec08 .btn-style a {
  max-width: 240px;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.sec08 .btn_box .colbox_2 {
  height: 100px;
  box-sizing: border-box;
}
.sec08 .btn_box .sec08_box {
  box-sizing: border-box;
  padding: 10px 20px;
}
.sec08 .btn_box .colbox_2:last-child .btn-style {
  height: 100%;
}
.sec08 .btn_box .colbox_2 .btn-style a {
  font-size: 24px;
  font-weight: bold;
  border-radius: 15px;
}
.sec08 .btn_box .colbox_2 .btn-style a {
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec08 .btn_box .colbox_2:last-child {
  padding: 0;
  border: none;
}

@media screen and (min-width: 768px) {
  .sec08 {
    padding: 80px 0;
  }
  .sec08 .sec08_box {
    padding: 22px 5px;
  }
  .sec08 .google_map iframe {
    height: 460px;
  }
  .sec08 .sec_box:last-child {
    margin-top: 60px;
  }
  .sec08 .sec_box .colbox_2 {
    width: 46%;
    margin-right: 8%;
  }
  .sec08 .sec_box.bnr .colbox_2 {
    width: 48%;
    margin-right: 4%;
  }
  .sec08 .sec_box .colbox_2:last-child {
    margin-right: 0;
  }
  .sec08 .sec_box .colbox_3 {
    width: 30%;
    margin-right: 5%;
  }
  .sec08 .sec_box.bnr .colbox_3 {
    width: 22%;
    margin-right: 4%;
    margin-top: 0;
  }
  .sec08 .sec_box .colbox_3:last-child {
    margin-right: 0;
  }
  .sec08 .sec_box.bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .sec08 .sec_box .colbox_4 {
    width: 22%;
    margin-right: 4%;
  }
  .sec08 .sec_box .colbox_4:last-child {
    margin-right: 0;
  }
  .sec08 .btn_box .colbox_2 {
    height: 120px;
  }
  .sec08 .btn_box .sec08_box {
    box-sizing: border-box;
    padding: 20px;
  }
  .sec08 .btn_box .colbox_2 .btn-style a:after {
    height: 8px;
    width: 8px;
  }
}
@media screen and (min-width: 1042px) {
  .sec08 .btn_box .colbox_2 .btn-style a {
    font-size: 30px;
  }
}
.wpcf7-spinner {
  position: absolute !important;
}
.google_map iframe {
  width: 100%;
  height: 350px;
}
@media screen and (min-width: 768px) {
  .google_map iframe {
    height: 450px;
  }
}

.home .sec08 {
  border-top: none;
  margin-top: 0;
}

.sec08 {
  border-top: 2px solid #4faab6;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_mb0 {
    margin-bottom: 0 !important;
  }
  .pc_mt0 {
    margin-top: 0 !important;
  }
}

/* -------------------下層 */
.page-facility .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-facility .columns h5 {
  height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 900px) and (min-width: 1040px) {
  .page-facility .columns h5 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .page-facility .columns .col2,
  .page-facility .columns .col4 {
    width: 49%;
  }
  .page-facility .columns .btn-style a {
    font-size: 14px;
    padding: 1em 0.6em 1em 0.4em;
  }
}
.under .sec01 {
  padding: 0 0 70px;
}
.under .sec01 dd a {
  text-decoration: none;
}
.sec01 dd a:hover {
  color: #4ba9b5;
}
</pre></body></html>