@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*全ページ共通の指定
*投稿、画像
*見出し、リスト、
*横並びボックス
*googlemap、youtube
*
*/
.grecaptcha-badge { visibility: hidden; }
/* ======== カラーメモ ========

メインカラー: #87c357;
メインハイライト: #e7f6fd;
サブカラー: #f6919d;

*/

/*==========================
投稿（ブログ、新着情報）
==========================*/

.entry-block { /* 一投稿を囲むブロック */
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}
.entry-block .dateBlock { /* 日時 */
  font-size: 13px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
/* ブログページのカテゴリーリスト --------------------*/

#aside .menu-blog {
  padding: 10px 10px 20px;
  box-sizing: border-box;
  margin-top: 1em;
  background: #e7f6fd;
}
#aside .menu-blog h3 {
  border-bottom: 1px dotted #ccc;
  color: #87c357;
  font-size: 18px;
  padding: 0.6em 0 0.7em;
  text-align: center;
  margin-bottom: 0.8em;
  letter-spacing: 0.12em;
}
#aside .menu-blog li {
  font-size: 11px;
}
#aside .menu-blog li a {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}
#aside .menu-blog li a:hover {
  color: #87c357;
  text-decoration: none;
}
#aside .menu-blog li a::after {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0.3em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #87c357;
}
/*-- ページネーション ------------*/

.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: #51504e;
  text-align: center;
}
.pager a:hover {
}
.pager span.current { /* 今のページ */
  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;
}
/*==========================
見出し
==========================*/
.title p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
/*-- H3 ------------*/

.post-type-page h3, .under h3 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;

  color: #333333;
  line-height: 1.3;
  letter-spacing: 0.06em;
  padding: 0;
  padding-top: 45px;
  margin: 2em auto 1em;
  position: relative;
}
.post-type-page h3::before, .under h3::before {
  content: '';
  position: absolute;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 54px;
  height: 35px;
  background: url("img/h3.png") no-repeat center / cover;
}
/* .post-type-page h3::after, .under h3::after {
  content: '';
  position: absolute;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  background: #87c357;
  width: 40px;
  height: 3px;
  border-radius: 2.5px;
} */
.mainblock > h3:first-child, .mainblock > div:first-child h3, .mainblock > h3:first-of-type {
  margin-top: 0;
}
.post-type-page .h3_bg h3 {
}
/*-- H4 投稿タイトル ------------*/

.entry-block h3, .mce-content-body h4, .under h4 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 24px;
  color: #333;
  line-height: 1.3;
  letter-spacing: 0.08em;
  position: relative;
  font-weight: bold;
  padding: 0 0 0.5em;
  padding-left: 40px;
  border-bottom: 1px solid #aa6614;
  margin: 1.5em auto 1em;
  box-sizing: border-box;
}
.entry-block h3:before, .mce-content-body h4::before, .under h4::before {
  content: '';
  display: block;
  position: absolute;
  background: url("img/h4.png")  no-repeat center / cover;
  width: 30px;
  height: 30px;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
}
.mce-content-body div.h3 + h4, div.h3 + h4 {
  margin-top: 0;
}
/* 投稿タイトルのみ */
.entry-block h3 {
  font-size: 18px;
  margin-top: 0;
}
.entry-block h3 a {
  color: #333333;
  text-decoration: none;
}
.entry-block h3 a:hover {
  color: #87c357;
}
.under h3 + h4, .under div.h3 + h4, .under div.h3 + div.h4 h4 {
  margin-top: 0 !important;
}
/*-- H5 ------------*/

.entry-block h4,.mce-content-body h5, .under h5 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  display: block;
  position: relative;
  padding-left: 36px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin: 1.5em 0 1em;
}
.entry-block h4:before,
.mce-content-body h5::before,
.under h5::before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url("img/h5.png")  no-repeat center / cover;
}
.under h4 + h5, .under div.h4 + h5 {
  margin-top: 0 !important;
}
/*-- H6 ------------*/

.entry-block h5,.post-type-page h6, .under h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0.06em;
  margin: 1.5em 0 1em;
  display: table;
  color: #333333;
  padding-left: 20px;
  position: relative;
  display: table;
}
.post-type-page h6:after, .under h6:after {
  content: '';
  display: block;
  position: absolute;
  background: url("img/h6.png")  no-repeat center / cover;
  width: 8px;
  height: 24px;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
}
/*-- 数字付きの見出し ------------*/
.number {
display: inline-block;
    vertical-align: baseline;
		font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 76%;
    padding: 0.2em 0.6em 0.2em;
    margin-right: 0.4em;
    background: #a38064;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 0.2em;
    line-height: 1.4;
}
.number_title .number {
}
h3.number_title .number {
	font-size:175%;
	font-style:italic;
	color:#87c357;
	background:none;
	padding:0;
	margin:0 0.3em 0 0;
	position:relative;
}
h3.number_title .number::after {
	content:"."
}
h4.h4_num,
h4.number_title{
	background:none!important;
	    padding-left: 0!important;
}
h4.h4_num:before{
    display: none;
}
h4.number_title .number {
	font-size:175%;
	font-style:italic;
	color:#87c357;
	background:none;
	padding:0;
	margin:0 0.3em 0 0;
	position:relative;
}
h4.number_title .number::after {
	content:"."
}

.mce-content-body h5.number_title,
.under h5.number_title {
	border:none;
	margin-bottom:0.5em;
}

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

.title p {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #87c357;
}
/*==========================
リスト
==========================*/

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

/* ul01 */
.ul01 {
  margin-bottom: 1em;
}
.ul01 li {
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 1.2em;
  box-sizing: border-box;
  line-height: 1.4;
  font-weight:500;
}
.ul01 li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #87c357;
  top: 6px;
  left: 0;
  margin: auto;
  bottom: auto;
}
/* ul02 */
.ul02 {
  margin-bottom: 1em;
}
.ul02 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.7em;
  box-sizing: border-box;
  font-weight:500;
}
.ul02 li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 3px solid #87c357;
  border-radius: 50%;
  top: 0.38em;
  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;
    font-weight:500;
}
.ul_check li::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    background: url(img/icon_check.png) no-repeat;
    width: 19px;
    height: 20px;
}
/*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;
}*/

/* ul_arrow 右向き三角のリスト */
.ul_arrow {
  box-sizing: border-box;
  margin: 0 auto 1em;
}
.ul_arrow li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
  font-weight:500;
}
.ul_arrow li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.35em;
  left: 7px;
  margin: 0 0 0 0;
  border: 6px solid transparent;
  border-top: 8px solid #87c357;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ul_arrow li a {
  text-decoration: none;
  color: #282828;
}
.ul_arrow li a:hover {
  text-decoration: underline;
}

.page-list{
  border: 1px solid #c6dfb2;
  border-radius: 5px;
  padding: 3% 5%;
}
.page-list li{
  position: relative;
  margin: 0.5em 0;
  padding-left: 36px;
  font-weight:500;
}
.page-list li:before{
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  border: 0;
  background: #87c357;
  border-radius: 50%;
}
.page-list li:after{
  content: '';
  position: absolute;
  top: 10px;
  left: 7px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.page-list li a {
  text-decoration: none;
  color: #333333;
}
.page-list li a:hover {
  color: #87c357;
}
.page-list2 li{
  position: relative;
  margin: 0.5em 0;
}
.page-list2 li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #87c357;
  border: 1px solid #87c357;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  padding: 0.5em 1em;
  box-sizing: border-box;
  position: relative;
  transition: 200ms;
}
.page-list2 li a:after{
  content: '';
  position: absolute;
  top: 4px;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #87c357;
  border-right: 1px solid #87c357;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 200ms;
}
.page-list2 li a:hover {
  background: #87c357;
  color: #fff;
}
.page-list2 li a:hover:after{
  border-color: #fff;
  right: 10px;
}

@media screen and (min-width: 768px) {
  .page-list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-list li{
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {

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

.ol01 {
  margin-bottom: 1.2em;
}
.ol01 li {
  position: relative;
  margin-bottom: 0.4em;
}
.ollist {
  margin-bottom: 1.2em;
}
.ollist li {
  margin-bottom: 0.5em;
  list-style: none inside;
  counter-increment: ollist;
}
.ollist li:before {
  content: "(" counter(ollist) ") ";
}
/* 数字のOLリスト */

.ol_decimal {
  margin-bottom: 1.2em;
}
.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}
.ol_decimal > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
  font-weight:500;
}
.ol_decimal > li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  color: #fff;
  width: 1.8em;
  height: 1.8em;
  background: #87c357;
  border-radius: 50px;
  line-height: 1.8;
  text-align: center;
}
/*-- 横並びリスト ------------*/

.float-list {
  overflow: hidden;
}
.float-list li {
  margin-bottom: 0.5em;
}
/*==========================
テーブル
==========================*/

/*-- 診療時間表 ------------*/
.time-table {
  width: 100%;
  margin-bottom: 0.5em;
}
.time-table.private {
  width: 100%;
  margin-bottom: 1.5em;
  line-height: 1.5;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
@media screen and (max-width: 767px) {
  .time-table.private:after {
    font-size: 18px;
  }
}
.time-table th, .time-table td {
  text-align: center;
  font-weight: normal;
  padding: 1em 3px 1em;
  vertical-align: middle;
  border: 1px solid #dcdcdc;
  color: #000;
  font-weight:500;
}
/* .time-table tbody tr:not(:first-child) th, .time-table tbody tr:not(:first-child) td {
  padding-top: 0;
} */
.time-table thead th, .time-table thead td {
  padding: 0.5em 3px 0.5em;
  background: #d0bdae;
  color: #000;
}
.time-table thead th {
  font-weight: 500;
  width: calc(70% / 7);
}
.time-table tbody {
  border-bottom: 1px solid #dddddd;
}
.time-table tbody th {
  width: 30%;
}
.time-table tbody td {
  font-size: 100%;
}
.time-table .color01,
.time-table + p .color01{
  color: #87c357;
}
.time-table .color02,
.time-table + p .color02{
  color: #0089b0;
}
.color01 {
  color: #87c357;
}

/*-- 基本のテーブル ------------*/
.table01 {
  width: 100%;
  margin-bottom: 1.5em;
}
.table01 th, .table01 td {
  padding: 1em 3%;
  text-align: left;
  vertical-align: top;
}
.table01 tr:first-child th{
  border-top: 1px solid #87c357;
}
.table01 tr:first-child td {
  border-top: 1px solid #ddd;
}
.table01 th {
  font-weight: bold;
  width: 40%;
  color: #87c357;
  border-bottom: 1px solid #87c357;
  font-weight:500;
}
.table01 td {
  border-bottom: 1px solid #ddd;
  font-weight:500;
}
.table01.price th {
  width: 60%;
}
.table01.price td {
  text-align: right;
}
/*-- ボーダーのついたテーブル ------------*/
.border-table {
  width: 100%;
  font-size: 95%;
  margin-bottom: 1.5em;
  table-layout: fixed;
}
.border-table thead th,
.border-table thead td {
  background: #d0bdae;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.border-table th, .border-table td {
  text-align: left;
  font-weight: normal;
  padding: 1em 3%;
  border: 1px solid #dddddd;
  line-height: 1.3;
  vertical-align: middle;
}
.border-table tbody th {
  background: #fff;
  width: 40%;
}
.border-table td {
}

.border-table tbody td {
  text-align: left;
}

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

/*-- インフォメーションテーブル（下線のみテーブル） ------------*/
.info-table{
  width: 100%;
  border-top: 1px solid #c3c3c3;
}
.info-table tr{
  border-bottom: 1px solid #c3c3c3;
}
.info-table th{
  width: 100px;
  text-align: left;
  font-weight: bold;
  padding: 0.7em 0;
}
.info-table td{
  padding: 0.7em 0;
}
/*==========================
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: #352e24;
}
dl.dl01 dd {
  margin-bottom: 1.2em;
}
dl.dl02 dt{
  padding: 0.5em 0 0;
  font-weight: bold;
}
dl.dl02 dd{
  padding: 0 0 0.5em;
  border-bottom: 1px dotted #999;
}
dl.dl03{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
dl.dl03 dt,
dl.dl03 dd{
  margin-bottom: 0.5em;
}
dl.dl03 dt{
  width: 8em;
}
dl.dl03 dd{
  width: calc(100% - 8em);
}

/*-- 数字つきdl ------------*/
dl.dl_number dt {
  font-size: 117%;
  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;
  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 > .block-inner:last-child {
  margin-bottom: 0;
}
/*-- ボーダー付きブロック ------------*/
.border-block {
  box-sizing: border-box;
  padding: 5%;
  border: 1px solid #e3dad2;
  margin-bottom: 1.2em;
  background: #fff;
  border-radius: 0;
}
/*-- 背景色付き ------------*/
.bg-block {
  box-sizing: border-box;
  padding: 5%;
  background: #fdfbf2;
  margin-bottom: 1.2em;
  overflow: hidden;
  border-radius: 0;
}
.border-block h3:first-child, .bg-block h3:first-child,
.border-block h4:first-child, .bg-block h4:first-child,
.border-block h5:first-child, .bg-block h5:first-child {
  margin-top: 0 !important;
}
.border-block ul:last-child {
  margin-bottom: 0 !important;
}
/*-- 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;
  margin-bottom: 0.5em !important;
}
@media screen and (max-width: 767px) {
  .ba-block:not(.no_stack) {
    background: none;
    margin-bottom: 10px;
    font-size: 92%;
  }
  .ba-block:not(.no_stack) .before, .ba-block:not(.no_stack) .after {
    float: none;
    width: 100%;
  }
  .ba-block:not(.no_stack) .before {
    padding-bottom: 40px;
    background: url(img/arrow_b.svg) no-repeat center bottom;
    background-size: 50px auto;
    margin-bottom: 20px;
  }
}
/*-- 流れ ------------*/
.flow-block {
	border-radius: 0;
		box-sizing: border-box;
    padding: 5% 6% 3%;
    border: 1px solid #e3dad2;
    margin-bottom: 1.2em;
    position: relative;
}
.block-inner .flow-block {padding:0 0 1em;}
.flow-block::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0;
    right: 50%;
    margin:0 -40px -100px 0;
    border: 40px solid transparent;
    border-top: 35px solid #d0bdae;
}
.block > .flow-block.last::after,
.block-inner > .flow-block:last-child::after {
	display:none;
}
.flow-block + .flow-block {
    margin-top:70px;
}
.flow-block:last-child:after {
	display: none;
}
.title_number {
	border: none;
	display: block;
  padding-left: 0!important;
	margin-top: 0!important;
	padding-bottom: 0!important;
	border: none!important;
}
.title_number:before,.title_number:after {
	display: none!important;
}
/*-- Q&A ------------*/
.qa-block {
  margin-bottom: 1.8em;
  padding-bottom: 1.8em;
  border-bottom: 1px solid #b0b0b0;
  position: relative;
}
@media screen and  ( max-width : 767px ) {
  .qa-block {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  }
}
/* + */
.qa-block:before{
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 35px;
  right: 15px;
  margin: auto;
  background: none;
  border-bottom: solid 2px #87c357;
  border-right: solid 2px #87c357;
  transform: rotate(45deg);
  transition: 200ms;
}
.qa-block.open:before{
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
/* .qa-block:after{
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
} */
/* Q */
.mce-content-body .qa-block h4, .qa-block h4 {
  color: #555555;
  box-shadow: none;
  background: none;
  border: none;
  font-size: 20px;
  padding: 0 30px 0 50px!important;
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: .3em;
  margin-top: .3em;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
@media screen and  ( max-width : 767px ) {
  .mce-content-body .qa-block h4, .qa-block h4 {
    margin-top: .5em;
    margin-bottom: .5em;
    font-weight: 300!important;
  }
}
.mce-content-body .qa-block h4::before, .qa-block h4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #87c357;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: -0.15em;
}
.mce-content-body .qa-block h4::after, .qa-block h4::after {
  content: "Q";
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
	font-family: 'Zen Kaku Gothic New', sans-serif;
  border: none;
}
/* A */
.qa-block .answer {
  display: none;
  position: relative;
  padding: 4px 2px 2px 50px;
  margin-top: 20px;
  margin-left: 1.5em;
}
.qa-block .answer p {
  padding: 0 0 12px 5px;
}
.qa-block .answer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #a6a6a6;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: 0.1em;
}
.qa-block .answer::after {
  content: "A";
  position: absolute;
	top: 7px;
	left: 12px;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  border: none;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.qa-block .answer p {
  margin: 0;
}

/*-- プルダウン ------------*/

.drop-down{}
.drop-down .drop-ttl{
  padding-right: 25px;
  position: relative;
  transition: 200ms;
  cursor: pointer;
}
.drop-down .drop-ttl:hover{
  opacity: 0.7;
}
.drop-down .drop-ttl:after{
  content: '';
  position: absolute;
  top: 0.5em;
  right: 5px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 200ms;
}
.drop-down .drop-ttl.open:after{
  transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.drop-down .drop-content{
  display: none;
}

/*-- タブメニュー ------------*/

.tab_btn_wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}
.tab_btn{
  width: 80px;
  color: #fff;
  background: #87c357;
  text-align: center;
  cursor: pointer;
  padding: 0.2em 0.5em;
  margin: 1px;
}
.tab_btn:hover{
  opacity: 0.7;
}
.tab_btn:not(.active){
  background: #ccc;
}
.tab_item:not(.active){
  display: none;
}


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

/*==========================
	お問い合わせページ (Contact Form 7)
==========================*/

.wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}
@media screen and  ( min-width : 1200px ) {
  .wpcf7 dl {
    width: 65%;
  }
}
.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: #999;
  line-height: 1.4em;
  display: inline-block;
}
.wpcf7 dl dt .requisite, .wpcf7 dl .attention {
  font-size: 78%;
  color: #f45000;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}
.wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
}
.wpcf7 dl dd .radio input, .wpcf7 dl dd .heckbox input {
  width: auto;
}
.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;
}
.mainblock .wpcf7 dl dd p {
  margin-bottom: 0;
}
.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
}
.wpcf7 dl dd .wpcf7-list-item {
  margin-right: 10px;
}
.wpcf7 .btn-style {
  text-align: center;
}
.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.4em;
}
.btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}
div.wpcf7 .ajax-loader{
	position:absolute!important;
}
/*==========================
サイトマップ
==========================*/
#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);
  -ms-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: #555;
}
#menu-sitemap li a:hover {
  color: #87c357;
}
/*==========================
画像のギャラリー
==========================*/
.gallery li {
  /*margin-bottom: 20px;*/
}
.gallery li img {
  margin-bottom: 5px;
}
/*==========================
googlemap,calendar
==========================*/
.calendar,
.googlemap {
  position: relative;
  padding-bottom: 40%; /*縦横比*/
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.calendar iframe,
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*==========================
Youtube
==========================*/
.youtube-wrap {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.youtube {
  position: relative;
  padding-bottom: 35%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto 20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*==========================
video
==========================*/
.movie {
  position: relative;
  padding-bottom: 35%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto 20px;
}
.movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*==========================
biz calendar
==========================*/
#biz_calendar{
  max-width: 100%;
  margin-bottom: 1em;
}
#biz_calendar table.bizcal .holiday,
#biz_calendar p span.boxholiday {
  background: #ffffce;
  color: #333333;
}
#biz_calendar table.bizcal .eventday,
#biz_calendar p span.boxeventday {
  background: #ffe0de;
  color: #333333;
}

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

.color01 {
  color: #87c357;
}
.color02 {
  color: #0089b0;
}
.attention {
  color: #9c0601;
}
.t_red {
  color: #F00;
}
.t_blu {
  color: #00F;
}
.bgcolor01 {
  background: #e7f6fd;
  padding: 0.2em 0.5em 0.1em;
  font-weight: bold;
}
.font-big {
  font-size: 120%;
}
.font-small {
  font-size: 82%;
}
.underline{
  text-decoration: underline;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.tac {
  text-align: center!important;
}
.tal {
  text-align: left!important;
}
.tar {
  text-align: right!important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !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;
}
.bold {
  font-weight: bold;
}
p.name {
  font-weight: bold;
  font-size: 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
/* ======== アニメーション */
.wow .animate{
  opacity: 0;
  transition: 1s ease 1s;
  transform: translateY(20px);
}
.wow.animated .animate{
  opacity: 1;
  transform: none;
}

/********************************
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;
  }
  .mainblock .min-size{
    width: 408px;
    max-width: 100%;
  }
  .ofi{
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 50%;
  }
  .col_2 .ofi{
    padding-top: 75%;
  }
  .ofi img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover;';
  }
  /*==========================
  リスト
  ==========================*/
  .float-list {
    overflow: hidden;
  }
  .float-list li {
    float: left;
    box-sizing: border-box;
    margin: 0 1.2em 0.5em 0;
  }
  .float-list2 li {
    display: inline-block;
    width: 50%;
    margin: 0 0 0.5em 0;
    padding-right: 0.8em;
  }
  .float-list2 li:nth-child(2n) {
  }
  .float-list3 li {
    display: inline-block;
    width: 33.3%;
    margin: 0 0 0.5em;
    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;
  }
  /*==========================
  ブロック
  ==========================*/
  /*-- 横ならびbox -----------*/
  .box2 { /* 横並び　X2 */
    float: left;
    margin: 0 1%;
    width: 48%;
    box-sizing: border-box;
    vertical-align: top;
  }
  .box3 { /* 横並び　X3 */
    float: left;
    margin: 0 1%;
    width: 31.33%;
    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;
  }
  /*==========================
  汎用
  ==========================*/
  br.pc {
    display: inline;
  }
  br.sp2 {
    display: none;
  }
  .pc_tac {
    text-align: center;
  }
  .pc_tal {
    text-align: left
  }
  .pc_tar {
    text-align: right;
  }
  .con_l {
    float: left;
  }
  .con_c {
    float: left;
  }
  .con_r {
    float: right;
  }
}
#a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #a10, #a11, #a12, #a13, #a14, #a15, #a16, #a17, #a18, #a19, #a20 {
  margin-top: -60px;
  padding-top: 60px;
}
#a01_1, #a01_2, #a01_3, #a01_4, #a01_5, #a01_6, #a02_1, #a02_2, #a02_3, #a02_4, #a02_5, #a02_6, #a03_1, #a03_2, #a03_3, #a03_4, #a03_5, #a03_6, #a04_1, #a04_2, #a04_3, #a04_4, #a04_5, #a04_6, #a05_1, #a05_2, #a05_3, #a05_4, #a05_5, #a05_6, #a06_1, #a06_2, #a06_3, #a06_4, #a06_5, #a06_6 {
  margin-top: -50px;
  padding-top: 50px;
}

@media screen and (max-width: 1041px) {
  /*コンテンツが横幅いっぱいになったら*/
  .time-table th, .time-table td {
    font-size: 14px;
    padding: 10px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  /*sitemap*/
  #menu-sitemap li::after {
    top: 1.55em;
  }
}

@media screen and (max-width: 767px) {
  /* スマホ */
  /*==========================
  投稿（ブログ、新着情報）
  ==========================*/
  #aside .menu-blog {
    margin-bottom: 2em;
  }
  /*==========================
  画像
  ==========================*/
  .alignright, .alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  /*==========================
  見出し
  ==========================*/
  .page-title {
  }
  .page-title h2 {
    font-size: 30px;
    font-weight: bold;
  }
  .post-type-page h3, .mainblock h3 {
    font-size: 26px;
    font-weight: bold;
  }
  .entry-block h3 {
    font-size: 26px;
    font-weight: bold;
  }
  .post-type-page h4, .mainblock h4 {
    font-size: 22px;
    font-weight: bold;
  }
  .post-type-page h5, .mainblock h5 {
    font-size: 18px;
    font-weight: bold;
  }
  .post-type-page h6, .mainblock h6 {
    font-size: 17px;
    font-weight: bold;
  }
  h3.number_title .number {
    font-size: 140%;
    margin-right: 0;
  }
  .catch_title {
    line-height: 1.4em;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .title p {
    font-size: 18px;
  }
  /*==========================
  ブロック
  ==========================*/
  /* 横ならびbox */
  .box2, .box3, .box4 {
    margin-bottom: 20px;
  }
  /*==========================
  お問い合わせ
  ==========================*/
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0;
    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;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  /*==========================
  サイトマップ
  ==========================*/
  #menu-sitemap li::after {
    top: 1.5em;
  }
  /*==========================
  googlemap,calendar
  ==========================*/
  .calendar,
  .googlemap {
    padding-bottom: 60%; /*縦横比*/
  }
  /*==========================
  汎用
  ==========================*/
  .sp_tac {
    text-align: center;
  }
  .sp_tal {
    text-align: left
  }
  .sp_tar {
    text-align: right;
  }
  .con_l {
    margin-bottom: 1em;
  }
  .youtube {
    padding-bottom: 50%;
  }
  .sp_float-list li {
    float: left;
    box-sizing: border-box;
    margin: 0 1.2em 0.5em 0;
  }
  .sp_float-list2 li {
    display: inline-block;
    width: 50%;
    margin: 0 0 0.5em 0;
    padding-right: 0.8em;
  }
}

@media screen and (max-width: 480px) {
  /* 時間表 --------------------*/
  .time-table th, .time-table td {
    font-size: 75%;
    padding: 5px 0;
  }
  /* googlemap --------------------*/
  .googlemap {
    padding-bottom: 60%;
  }
}

@media screen and (max-width: 767px) {
  .border-table th, .border-table td,
  .fee-table th, .fee-table td {
    font-size: 80%;
    padding: 10px 15px;
    line-height: 1.5;
  }
  .table01 th, .table01 td {
    font-size: 80%;
  }
}

.text-large {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 300;
  letter-spacing:0.08em;
  font-size: 20px;
  color: #87c357;
}
@media screen and (min-width: 768px) {
  .text-large {
    font-size: 24px;
  }
}

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

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

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

@media screen and  ( min-width : 768px ) {
  .responsive-scroll table tbody tr th {
    text-align: center;
  }
  .responsive-scroll table tbody tr th img {
    max-width: 60%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .responsive-scroll {
    display: block;
    overflow-x: scroll;
  }
  .responsive-scroll table {
    width: 750px;
    display: table;
  }
  .responsive-scroll table tbody tr th {
    text-align: center;
  }
  .responsive-scroll table tbody tr th img {
    max-width: 50%;
    margin-bottom: 10px;
  }
}

table ul {
  margin-bottom: 0!important;
}
table ul li:last-child {
  margin-bottom: 0!important;
}

@media screen and (max-width: 767px) {
  .table_scroll {
    overflow-x: scroll;
  }
  .table_scroll table {
    width: 800px;
    border-collapse: collapse;
  }
}


@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_box .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_box .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_box .sec_box .colbox_2:not(:first-of-type), .footer_box .sec_box .colbox_3:not(:first-of-type), .footer_box .sec_box .colbox_4:not(:first-of-type), .footer_box .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_box .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_box .sec_box.sp_colbox_2 .colbox_2, .footer_box .sec_box.sp_colbox_2 .colbox_3, .footer_box .sec_box.sp_colbox_2 .colbox_4, .footer_box .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_box .sec_box.sp_colbox_2 .colbox_2:not(:first-child), .footer_box .sec_box.sp_colbox_2 .colbox_3:not(:first-child), .footer_box .sec_box.sp_colbox_2 .colbox_4:not(:first-child), .footer_box .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_box .sec_box.sp_colbox_2 .colbox_2:nth-child(2n), .footer_box .sec_box.sp_colbox_2 .colbox_3:nth-child(2n), .footer_box .sec_box.sp_colbox_2 .colbox_4:nth-child(2n), .footer_box .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_box .sec_box.sp_colbox_2 .colbox_2:nth-child(n+3), .footer_box .sec_box.sp_colbox_2 .colbox_3:nth-child(n+3), .footer_box .sec_box.sp_colbox_2 .colbox_4:nth-child(n+3), .footer_box .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_box .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_box .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_box .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_box .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_box .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_box .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_box .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_box .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_box .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_box .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_box .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_box .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_box .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_box .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_box .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_box .sec_box.reverse .colbox_2:first-child {
    margin-right: 0;
  }
}


.wpcf7-spinner {
  position: absolute!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 ) {
  a[href^="tel:"] {
		color: #333;
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and  ( max-width : 767px ) {
	a[href^="tel:"] {
		color: #333;
	}
}


.original_text_box {
	background: #fdfbf2;
}
.original_text_box p {
	font-size: 24px;
	margin: 0;
	line-height: 36px;
}
@media screen and  ( max-width : 767px ) {
	.original_text_box p {
		font-size: 18px;
	}
}

.text-red {
	color: #FF0000!important;
}
.text-box {
	border: 1px solid #333;
}

.text-bom {
	border-bottom: 1px solid #333;
}

@media screen and (max-width: 767px) {
  .columns:not(:first-of-type) {
    margin-top: 5%;
  }
  .columns:first-of-type {
    margin-top: 0;
  }
  .columns .col2:not(:first-of-type), .columns .col3:not(:first-of-type), .columns .col4:not(:first-of-type), .columns .col5:not(:first-of-type) {
    margin-top: 5%;
  }
  .columns.sp_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .columns.sp_col2 .col2, .columns.sp_col2 .col3, .columns.sp_col2 .col4, .columns.sp_col2 .col5 {
    width: 49%;
    margin-right: 2%;
  }
  .columns.sp_col2 .col2:not(:first-child), .columns.sp_col2 .col3:not(:first-child), .columns.sp_col2 .col4:not(:first-child), .columns.sp_col2 .col5:not(:first-child) {
    margin-top: 0;
  }
  .columns.sp_col2 .col2:nth-child(2n), .columns.sp_col2 .col3:nth-child(2n), .columns.sp_col2 .col4:nth-child(2n), .columns.sp_col2 .col5:nth-child(2n) {
    margin-right: 0;
  }
  .columns.sp_col2 .col2:nth-child(n+3), .columns.sp_col2 .col3:nth-child(n+3), .columns.sp_col2 .col4:nth-child(n+3), .columns.sp_col2 .col5:nth-child(n+3) {
    margin-top: 2%;
  }
}
@media screen and (min-width: 768px) {
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .columns .col2 {
    width: 48%;
    margin-right: 4%;
  }
  .columns .col2:nth-child(2n) {
    margin-right: 0;
  }
  .columns .col2:nth-child(n+3) {
    margin-top: 4%;
  }
  .columns .col3 {
    width: 32%;
    margin-right: 2%;
  }
  .columns .col3:nth-child(3n) {
    margin-right: 0;
  }
  .columns .col3:nth-child(n+4) {
    margin-top: 2%;
  }
  .columns .col4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .columns .col4:nth-child(4n) {
    margin-right: 0;
  }
  .columns .col4:nth-child(n+5) {
    margin-top: 2%;
  }
  .columns .col5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .columns .col5:nth-child(5n) {
    margin-right: 0;
  }
  .columns .col5:nth-child(n+6) {
    margin-top: 2%;
  }
  .columns.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;
  }
  .columns.reverse .col2 {
    width: 48%;
    margin-right: 4%;
  }
  .columns.reverse .col2:first-child {
    margin-right: 0;
  }
}



.mainimage img {
  width: 100%;
}
.mainimage .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mainimage .slider1, .mainimage .slider2, .mainimage .slider3, .mainimage .slider4, .mainimage .slider5 {
    background-position: center;
    background-size: auto 100%;
    height: 0;
    padding-bottom: 500px;
  }
  .mainimage .slider1 {
    background-image: url("img/mainimage01.jpg");
  }
  .mainimage .slider2 {
    background-image: url("img/mainimage02.jpg");
  }
  .mainimage .slider3 {
    background-image: url("img/mainimage03.jpg");
  }
  .mainimage .slider4 {
    background-image: url("img/mainimage04.jpg");
  }
  .mainimage .slider5 {
    background-image: url("img/mainimage05.jpg");
  }
}
@media print, screen and (min-width: 767px) and (max-width: 1200px) {
  .mainimage .slider1, .mainimage .slider2, .mainimage .slider3, .mainimage .slider4, .mainimage .slider5 {
    padding-bottom: 8.42%;
    height: 0;
  }
}


#header ul .hdr_tel img, #header ul .hdr_web img {
  margin: auto 0 auto auto;
}
#header ul .hdr_web {
  margin-top: 10px;
}

#footer {
	background: #FBE0D5;
	padding: 35px 0;
	border: none;
	color: #000;
}

#footer .footer_box .sec_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer_box .sec_box .colbox_2:first-child p {
  margin: 0;
}
#footer .footer_box .sec_box .colbox_2:last-child p {
  margin: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0.075em;
  font-weight:500;
}
#footer .footer_box .ftr_list {
  list-style: none;
  padding: 0;
	display: table;
	margin: auto;
	margin-top: 25px;
}
#footer .footer_box .ftr_list li {
  display: inline-block;
}
#footer .footer_box .ftr_list li a:hover {
	text-decoration: underline;
}
#footer .footer_box .ftr_list li:not(:first-child) {
  margin: 0;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
	#footer .footer_box .ftr_list li:not(:last-child)::after {
		content:"｜";
		margin-left: 1em;
	}
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 0 !important;
  }
  #footer .ftr_list {
    display: block !important;
    list-style: none;
    padding: 0;
    margin: 1.5em 0 0 !important;
  }
  #footer .ftr_list li {
    display: block !important;
    border-top: 1px solid #ddd;
    text-align: center;
    padding: .5em 0;
  }
  #footer .ftr_list li:not(:first-child) {
    margin: 0 !important;
  }
}

.copyright {
  background: #aa6614;
  padding: 10px 0;
  color: #fff;
}
@media screen and  ( max-width : 767px ) {
	.copyright {
		padding: 10px 0 12%;
	}
}


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

.sec01 {
  background: url("img/sec02_bg.jpg") no-repeat center/cover;
  padding: 40px 0;
  color: #000;
}
.sec01 .sec01_text {
  margin-bottom: 14px;
}
.sec01 .time-table th, .sec01 .time-table td {
  border: 1px solid #dcdcdc;
}
.sec01 .time-table tbody th, .sec01 .time-table tbody td {
  padding: 0.5em 3px 0.5em;
  font-weight:500;
}
.sec01 .time-table thead th, .sec01 .time-table thead td {
  padding: 0.2em 3px 0.2em;
  font-weight:500;
}
.sec01 .btn-style {
  text-align: center;
}
.sec01 .btn-style a {
  font-size: 18px;
  letter-spacing: 0.05em;
  max-width: 700px;
  background: #fff;
  color: #0089b0;
  border: 1px solid #0089b0;
  padding: 1.18em 2em;
}
.sec01 .btn-style a span {
  position: relative;
  padding-left: 38px;
}
.sec01 .btn-style a span:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  background: url("img/sec01_icon001.png") no-repeat center/cover;
  width: 28px;
  height: 28px;
	transition: .2s;
}
.sec01 .btn-style a:after {
  border-color: #0089b0;
}
.sec01 .btn-style a:hover {
  background: #0089b0;
  color: #fff;
  border: 1px solid #0089b0;
}
.sec01 .btn-style a:hover span:after {
  background: url("img/hov_sec01_icon001.png") no-repeat center/cover;
	transition: .2s;
}
.sec01 .btn-style a:hover:after {
  border-color: #fff;
}
.sec01 .sec01_title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: left;
  font-size: 24px;
  letter-spacing: 0.075em;
  color: #333;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  padding-left: 35px;
}
.sec01 .sec01_title:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.sec01 .sec01_title.icon01:after {
  background: url("img/sec01_icon002.png") no-repeat center/cover;
  width: 23px;
  height: 23px;
}
.sec01 .sec01_title.icon02:after {
  background: url("img/sec01_icon003.png") no-repeat center/cover;
  width: 21px;
  height: 21px;
}
.sec01 .sec_box {
  margin-top: 30px;
}
.sec01 dl dt, .sec01 dl dd {
  letter-spacing: 0.075em;
  font-weight:500;
}
.sec01 dl dt {
  color: #000;
}
.sec01 dl dd {
  color: #fff;
}
.sec01 dl dd a {
  color: #333;
  text-decoration: none;
}
.sec01 dl dd a:after {
  color: #87c357;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .sec01 dl dt:first-child, .sec01 dl dd:first-child {
    border-top: 1px solid #cccccc;
  }
  .sec01 dl dt {
    padding: .7em 0 .2em;
  }
  .sec01 dl dd {
    padding: .2em 0 .7em;
    border-bottom: 1px solid #cccccc;
  }
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding: 60px 0;
  }
  .sec01 dl dt, .sec01 dl dd {
    padding: 1.2em 0;
  }
  .sec01 dl dt {
    float: left;
    padding-left: 1em;
  }
  .sec01 dl dd {
    border-top: 1px solid #cccccc;
    padding-left: 140px;
  }
  .sec01 dl dd:last-child {
    border-bottom: 1px solid #cccccc;
  }
  .sec01 .sec_box {
    margin-top: 55px;
  }
  .sec01 .btn-style a {
    font-size: 22px;
  }
  .sec01 .sec01_title {
    font-size: 24px;
  }
}


.sec02 {
  background: url("img/sp_sec02_bg.jpg") no-repeat center bottom/cover;
  padding: 50px 0 55%;
}
.sec02 p {
	text-align: center;
  margin: 0;
}
@media screen and  ( max-width : 767px ) {
	.sec02 p {
    padding: 0 2%;
	}
}
@media screen and (min-width: 768px) {
  .sec02 {
    background: url("img/sec02_bg.jpg") no-repeat center/cover;
    padding: 100px 0;
  }
}



.sec03 h2, .sec04 h2, .sec05 h2 {
  font-size: 30px;
  letter-spacing: 0.075em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.sec03 h2 span, .sec04 h2 span, .sec05 h2 span {
  color: #87c357;
}
.sec03 h2 span.span_no, .sec04 h2 span.span_no, .sec05 h2 span.span_no {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .sec03 h2, .sec04 h2, .sec05 h2 {
    font-size: 36px;
    margin-bottom: 45px;
  }
  .sec03 h2 span.span_no, .sec04 h2 span.span_no, .sec05 h2 span.span_no {
    font-size: 52px;
  }
}

.sec03 {
  padding: 50px 0;
  background: url("img/sec03_bg.png") no-repeat center/cover;
  position: relative;
}
.sec03 h2 {
  line-height: 40px;
}
.sec03 ul li {
  margin: 0;
  position: relative;
  padding-left: 80px;
  letter-spacing: 0.05em;
  line-height: 26px;
  font-weight:500;
}
.sec03 ul li:not(:first-child) {
  margin-top: 30px;
}
.sec03 ul li .sec03_text {
  padding-bottom: 8px;
  display: block;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 0.075em;
  color: #87c357;
  font-weight: bold;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.sec03 ul li:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  width: 64px;
  height: 59px;
  left: 0;
  right: auto;
  top: -16px;
  bottom: auto;
}
.sec03 ul li.sec03_icon01:after {
  background: url("img/sec03_icon001.png") no-repeat center/cover;
}
.sec03 ul li.sec03_icon02:after {
  background: url("img/sec03_icon002.png") no-repeat center/cover;
}
.sec03 ul li.sec03_icon03:after {
  background: url("img/sec03_icon003.png") no-repeat center/cover;
}
.sec03 ul li.sec03_icon04:after {
  background: url("img/sec03_icon004.png") no-repeat center/cover;
}
.sec03 ul li.sec03_icon05:after {
  background: url("img/sec03_icon005.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .sec03 .sec_box .colbox_2:nth-child(2) {
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) {
  .sec03 {
    padding: 100px 0;
  }
  .sec03 h2 {
    margin-bottom: 50px;
    letter-spacing: 0;
  }
  .sec03 ul li .sec03_text {
    font-size: 22px;
  }
  .sec03 h2 {
    line-height: 50px;
  }
  .sec03 .sec_box {
    display: block;
  }
  .sec03 .sec_box .colbox_2 {
    width: 100%;
    margin-right: 0;
  }
  .sec03 .sec_box .colbox_2:nth-child(2) {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .sec03 .sec_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .sec03 .sec_box .colbox_2 {
    width: 48%;
    margin-right: 4%;
  }
  .sec03 .sec_box .colbox_2:first-child {
    max-width: 820px;
    position: absolute;
    margin: auto;
    left: 25px;
    top: 170px;
    right: auto;
    bottom: 0;
    height: 620px;
  }
  .sec03 .sec_box .colbox_2:nth-child(2) {
    margin-top: 0;
  }
  .sec03 .sec_box .colbox_2:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1750px) {
  .sec03 .sec_box .colbox_2:first-child {
    left: 55px;
  }
}
@media screen and (min-width: 1800px) {
  .sec03 .sec_box .colbox_2:first-child {
    left: 85px;
  }
}







.sec04 {
  padding: 50px 0;
  background: url("img/sec04_bg.png") no-repeat center/cover;
}
.sec04 .sec04_img {
  margin-bottom: 14px;
  text-align: center;
}
.sec04 .sec04_text {
  margin: 0;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 768px) {
  .sec04 {
    padding: 120px 0;
  }
  .sec04 h2 {
    margin-bottom: 50px;
  }
  .sec04 .sec_box .colbox_3 {
    width: 31.2%;
    margin-right: 3.2%;
	margin-top: 20px;
  }
  .sec04 .sec_box .colbox_3:nth-child(3n) {
    margin-right: 0;
  }
  .sec04 .sec_box .colbox_3:nth-child(n+4) {
    margin-top: 5%;
  }
}



.sec05 {
  padding: 50px 0;
}
.sec05 .table01 {
  margin: 0 0 30px;
  font-weight: 500;
}
.sec05 .table01 tbody tr th, .sec05 .table01 tbody tr td {
  color: #333;
  border-color: #eceee9;
  padding: .2em 0;
  font-size: 16px;
}
.sec05 .table01 tbody tr:first-of-type th, .sec05 .table01 tbody tr:first-of-type td {
  border-top: none;
}
.sec05 .table01 tbody tr th {
  width: 110px;
  font-weight: bold;
  color: #aa6614;
  border-bottom-color: #aa6614;
}
.sec05 .time-table {
  margin: 0;
}
.sec05 .time-table th, .sec05 .time-table td {
  border: 1px solid #dcdcdc;
}
.sec05 .time-table tbody th, .sec05 .time-table tbody td {
  padding: 0.3em 3px 0.3em;
}
.sec05 .time-table thead th, .sec05 .time-table thead td {
  padding: 0.1em 3px 0.1em;
}
.sec05 .google_map iframe {
  height: 300px;
}
.sec05 h3 {
  margin-top: 30px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 22px;
  letter-spacing: 0.075em;
  margin-bottom: 25px;
  text-align: left;
  padding-left: 40px;
  position: relative;
}
.sec05 h3:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  background: url("img/sec05_icon001.png") no-repeat center/cover;
  width: 30px;
  height: 22px;
}
.sec05 .sec_box .colbox_3 p {
  margin: 0;
  text-align: center;
}
.sec05 figure{
  text-align: center;
  margin-top: 7%;
}
@media screen and (min-width: 768px) {
  .sec05 {
    padding: 100px 0;
  }
  .sec05 h3 {
    margin-top: 60px;
    font-size: 30px;
    margin-bottom: 24px;
  }
  .sec05 h2 {
    margin-bottom: 60px;
  }
  .sec05 .google_map iframe {
    height: 220px;
  }
  .sec05 .sec_box .colbox_3 {
    width: 30%;
    margin-right: 5%;
  }
  .sec05 .sec_box .colbox_3:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and  ( min-width : 768px ) {
  .table_clinic th {
    width: 130px;
  }
  .table_clinic th, .table_clinic td {
    padding: 10px 3%;
  }
}
@media screen and  ( max-width : 767px ) {
  .table_clinic th {
    width: 100px;
  }
  .table_clinic th, .table_clinic td {
    padding: 10px 1%;
  }
}

@media screen and  ( min-width : 768px ) {
  .border-block-small {
    max-width: 600px;
    margin: auto;
    margin-bottom: 1.2em;
  }

}
@media screen and  ( max-width : 767px ) {
  .border-block-small .columns p {
    margin-bottom: .5em;
  }
  .border-block-small .columns .col2 {
    margin: 0!important;
  }
}

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

.not_icon {
  padding: 0!important;
}
.not_icon:after, .not_icon:before {
  display: none!important;
}
