<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 Customize 02
Version:1.1
2016.11.05
*全ページ共通の指定@charset "UTF-8";

/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*全ページ共通の指定
*投稿、画像
*見出し、リスト、
*横並びボックス
*googlemap、youtube
*
*/
/*==========================
	投稿（ブログ、新着情報）
==========================*/
.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: #f6f6f6;
}

#aside .menu-blog h3 {
  border-bottom: 1px dotted #ccc;
  color: #c9a540;
  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: #555;
  text-decoration: none;
}

#aside .menu-blog li a:hover {
  color: #c9a540;
  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: #c9a540;
}

/*-- ページネーション ------------*/
.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: #51504e;
  border: 1px solid #51504e;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.pager a {
  background: #fff;
  color: #f49b28;
}

.pager a:hover {
  color: #fff;
  background: #f49b28;
}

.pager span.current {
  /* 今のページ */
  color: #fff;
}

/*==========================
	画像
==========================*/
img {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.mainblock img {
  max-width: 100%;
}

/* 真ん中寄せ */
.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

.alignnone {
  margin: 0 auto 10px;
}

/* 小さい画像に対応 */
.img_size img, img.img_size {
  width: auto !important;
}

/*==========================
	見出し
==========================*/
h1, h2, h3, h4, h5, h6, .title p {
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.08em;
}

/*-- H3 ------------*/
.post-type-page h3, .under h3 {
  font-size: 36px;
  text-align: center;
  margin: 2em auto 0.8em;
  display: block;
  letter-spacing: 2px;
  position: relative;
  padding-top: 46px;
  background:
    url(img/h3_img.png)no-repeat center top;
  line-height: 1.4;
}

.mainblock&gt;h3:first-child,
.mainblock&gt;div:first-child h3,
.mainblock&gt;h3:first-of-type {
  margin-top: 0;
}

/*-- H4 投稿タイトル ------------*/
.entry-block h3, .mce-content-body h4, .under h4 {
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  padding: 0.1em 10px 0.2em 0;
  border-bottom: 2px solid #c9a540;
  margin: 2em auto 20px;
  box-sizing: border-box;
}

.mce-content-body div.h3+h4,
div.h3+h4,
div.h3+.h4 h4 {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .under .column h4:first-child {
    margin-top: 0;
  }
}

/* 投稿タイトルのみ */
.entry-block h3 {
  font-size: 22px;
  margin-top: 0;
}

.entry-block h3 a {
  color: #2d2d2d;
  text-decoration: none;
}

.entry-block h3 a:hover {
  color: #999;
}

/*-- H5 ------------*/
.entry-block h4,.mce-content-body h5, .under h5 {
  font-size: 20px;
  display: table;
  position: relative;
  line-height: 1.5;
  margin-bottom: 0.8em;
  margin: 1.5em 0 1em;
  border:1px solid #c9a540;
  border-radius:10px;
  color:#c9a540;
  padding: 14px 30px;
}

.under h4+h5,
.under div.h4+h5 {
  margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
  .under .column h5:first-child {
    margin-top: 0;
  }
}

/*-- H6 ------------*/
.entry-block h5,.post-type-page h6, .under h6 {
  font-size: 18px;
  line-height: 1.4;
  margin: 20px auto 10px;
  padding-left: 24px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.entry-block h5:before,.mce-content-body h6:before, .under h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  width: 12px;
  height: 4px;
  border-radius: 2px;
  background: #c9a540;
}

.under h5+h6,
.under div.h5+h6 {
  margin-top: 0 !important;
}

/* カウント見出し */
.number_title .step {
  color: #c9a540;
  font-size: 150%;
  display: inline-block;
  text-align: center;
  margin-right: 0.5em;
}

.number_title .number {
  color: #fff;
  background: #c9a540;
  display: inline-block;
  text-align: center;
  padding: 0.1em 0.6em 0.2em;
  margin-right: 0.5em;
  border-radius: 4px;
}

/* 丸い場合 */
/* .number_title .number {
  padding: 0.1em 0.64em 0.2em;
  min-width: 1.8em;
    border-radius: 100px;
} */
.mce-content-body h4.number_title, .under h4.number_title,
.mce-content-body h5.number_title, .under h5.number_title {
  padding-left: 0;
}

.mce-content-body h4.number_title:before, .under h4.number_title:before,
.mce-content-body h5.number_title:before, .under h5.number_title:before {
  content: none;
}

/* title p */
.title p {
  font-size: 24px;
  margin: 0 0 10px;
  color: #c9a540;
}

/*==========================
	リスト
==========================*/
/*-- UL ------------*/
/* ul01 */
.ul01 {
  margin-bottom: 1em;
}

.ul01 li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1em;
  line-height: 1.8;
}

.ul01 li::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #c9a540;
  top: 0.5em;
  left: 0;
}

/* ul02 */
.ul02 {
  margin-bottom: 1em;
}

.ul02 li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1.7em;
  line-height: 1.8;
}

.ul02 li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 3px solid #c9a540;
  border-radius: 50%;
  top: 5px;
  left: 0.18em;
}

/* ul_check */
.ul_check, .ul_arrow {
  margin-bottom: 1em;
}

.ul_check {
  margin-bottom: 1.2em;
  overflow: hidden;
}

.ul_check li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1.6em;
}

.ul_check li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #c9a540;
  top: 4px;
  left: 0;
  border-radius: 2px;
}

.ul_check li:after {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 3px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}
/* ul_arrow */
.ul_arrow {
  margin: 0 auto 2em;
}

.ul_arrow li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1.2em;
}

.ul_arrow li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 8px;
  left: 5px;
  margin: 0 0 0 0;
  border: 5px solid rgb(0 0 0 / 0%);
  border-top: 6px solid rgb(201 165 64);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.white_box li a{
  text-decoration:underline;
}
.white_box li a:hover{
color:#c9a540;
  text-decoration:none;
}
/* ページ内リンク（目次） */
.page-list {
  border: 1px solid #c9a540;
  padding: 30px 5% 20px;
  border-radius: 5px;
}

.page-list li {
  position: relative;
  padding-left: 36px;
}

.page-list li:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  border: 0;
  background: #c9a540;
  border-radius: 50%;
}

.page-list li:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 6px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.page-list li a {
  text-decoration: none;
  color: #c9a540;
  line-height: 1.4;
}

.page-list li a:hover {
  color: #2d2d2d;
  text-decoration: none;
}

.page-list2 li {
  position: relative;
}

.page-list2 li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #c9a540;
  border: 1px solid #c9a540;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  padding: 0.5em 30px 0.5em 20px;
  box-sizing: border-box;
  position: relative;
  transition: 200ms;
  height: 100%;
  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;
  text-align:left;
}

.page-list2 li a:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border:6px solid transparent;
  border-left: 6px solid #c9a540;
  transition: 200ms;
}

.page-list2 li a:hover {
  background: #c9a540;
  color: #fff;
}

.page-list2 li a:hover:after {
  border:6px solid transparent;
  border-left: 6px solid #fff;
}

/*======== OL */
/* ol01 */
.ol01 {
  margin-bottom: 1.2em;
}

.ol01 {
  margin-bottom: 1.2em;
}

.ol01 li {
  position: relative;
  margin-bottom: 0.8em;
  list-style: none inside;
  counter-increment: ollist;
}

.ol01 li:before {
  content: "("counter(ollist) ") ";
}

/* ol_decimal */
.ol_decimal {
  margin-bottom: 1.2em;
}

.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}

.ol_decimal&gt;li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 2.5em;
  line-height: 1.8;
}

.ol_decimal&gt;li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  color: #fff;
  width: 1.6em;
  height: 1.6em;
  background: #c9a540;
  border-radius: 50px;
  line-height: 1.8;
  text-align: center;
}

/* 横並びリスト */
.float-list {
  overflow: hidden;
  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;
}
.float-list:not(.page-list):not(.page-list2){
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.float-list2.page-list,
.float-list2.page-list2{
  gap:15px 2%;
}
.float-list2 li {
  width: 49%;
}
.float-list3.page-list,
.float-list3.page-list2{
  gap:10px 2%;
}
.float-list3 li {
  width: 32%;
}

/*==========================
	テーブル
==========================*/
table ul,
table li:last-child {
  margin-bottom: 0 !important;
}

/*-- 診療時間表 ------------*/
.time-table {
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.5;
}

.time-table tbody tr {
  border-bottom: 1px solid #ccc;
}

.time-table th, .time-table td {
  text-align: center;
  font-weight: normal;
  padding: 8px 3px;
  letter-spacing: 0;
  vertical-align: middle;
  background:#fff;
}

.time-table thead th {
  background:#e0e0e0;
  padding: 8px 3px;
}
.under .time-table thead th{
  padding:1em 3px;
}

.time-table tbody th:first-child {
  padding-left: 1em;
}


.time-table tbody td {
  vertical-align: middle;
  width:12%;
}
.column .time-table tbody th:first-child {
  width:8em;
}
.column .time-table tbody td{
  width:auto;
}
.column .time-table tbody td:last-child {
  width:4em;
}
  /* .time-table tbody td .color01{
  font-size: 30px;
} */
.time-table + p{
  line-height:1.4;
}

/* 下線テーブル */
.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 #dacfbd;
}
.table01 tr:first-child td {
  border-top: 1px solid #dacfbd;
} */
.table01 th {
  color: #c9a540;
  font-weight: bold;
  width: 30%;
  vertical-align: middle;
  border-bottom: 1px solid #c9a540;
}

.table01 tr:first-child th {
  border-top: 1px solid #c9a540;
}

.table01 td {
  border-bottom: 1px solid #ccc;
}

.table01 tr:first-child td {
  border-top: 1px solid #dddddd;
}

.table01.price th {
  width: 60%;
}

.table01.price td {
  text-align: right;
}

/* 基本テーブル */
.border-table {
  width: 100%;
  margin-bottom: 2em;
}

.border-table thead th {
  background: #e0e0e0;
  text-align: center;
}

.border-table th, .border-table td {
  text-align: left;
  padding: 1em 10px;
  border: 1px solid #ccc;
  line-height: 1.4;
  vertical-align: middle;
}

.border-table tbody th {
  background: #f8f7f7;
  vertical-align: middle;
  width: 30%;
}

/* 料金テーブル */
.fee-table {
  width: 100%;
  margin-bottom: 2em;
}

.fee-table th, .fee-table td {
  text-align: left;
  padding: 1em 10px;
  border: 1px solid #ccc;
  line-height: 1.4;
  vertical-align: middle;
}

.fee-table thead th {
  background: #e0e0e0;
  text-align: center;
}

.fee-table tbody th {
  width: 50%;
  background: #f8f7f7;
}

.fee-table tbody td:last-child {
  text-align: right;
  vertical-align: middle;
}

/* 概要テーブル */
.info-table {
    width: 100%;
    margin-bottom: 30px;
}
.info-table th {
    width: 100px;
    text-align: left;
  font-weight:bold;
}
.info-table th,
.info-table td {
    line-height:1.4;
    padding: 5px 0;
}

@media screen and (max-width: 1039px) {
  .time-table th, .time-table td {
    padding: 10px 0;
    font-size: 90%;
  }

  .time-table+p {
    font-size: 90%;
  }
}

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

  .border-table th, .border-table td,
  .fee-table th, .fee-table td {
    font-size: 90%;
    padding: 10px 5px;
    line-height: 1.5;
  }

  .time-table th, .time-table td {
    font-size: 80%;
  }

  .time-table+p {
    font-size: 14px;
  }

  .table01 th, .table01 td {
    font-size: 90%;
  }
}

@media screen and (max-width: 480px) {
  .time-table th, .time-table td {
    padding: 10px 0;
  }
}

/*==========================
	DL
==========================*/
/* dl01 */
dl.dl01 {
  margin-bottom: 2em;
}

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

dl.dl01 dd {
  margin-bottom: 1.2em;
}

/* dl02 */
dl.dl02 {
  margin-bottom: 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;
}

/* dl03 */
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_number */
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;
  background:#c9a540;
  border-radius: 3px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

/*==========================
	ボックス
==========================*/
/*-- 基本のブロック ------------*/
.block {
  margin-bottom: 2em;
}

#main&gt;.block {
  margin-bottom: 0;
}

.block-inner {
  margin-bottom: 2em;
}

.block&gt;.block-inner:last-child {
  margin-bottom: 0;
}

/*-- ボーダー付きブロック ------------*/
.border-block {
  box-sizing: border-box;
  padding: 40px 4%;
  border: 1px solid #c9a540;
  margin-bottom: 1.2em;
  border-radius: 20px;
}
.border-block h4{
  border-bottom:0;
  padding:0;
  padding-left:15px;
  border-left:2px solid #c9a540;
}

/*-- 背景色付き ------------*/
.bg-block {
  box-sizing: border-box;
  padding: 40px 4%;
  background: #f8f7f7;
  margin-bottom: 1.2em;
  overflow: hidden;
  border-radius: 20px;
}

.bg-block h4{
    border-bottom:0;
  padding:0;
  padding-left:15px;
  border-left:2px solid #c9a540;
}
.border-block&gt;*:first-child,
.bg-block&gt;*:first-child {
  margin-top: 0 !important;
}

.border-block *:last-child,
.bg-block *:last-child {
  margin-bottom: 0 !important;
}

.border-block&gt;h4,
.bg-block&gt;h4 {
  margin: 1.5em 0 1em;
  background:
    none;
}

.border-block&gt;h4:first-child,
.bg-block&gt;h4:first-child {
  margin: 0 0 1em;
}

/*-- 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 {
  position: relative;
  margin-bottom: 4em;
  box-sizing: border-box;
  padding: 40px 4%;
  border: 1px solid #c9a540;
  border-radius:30px;
}

.flow-block:last-child::after {
  display: none;
}

.flow-block:last-child {
  margin-bottom: 0;
}

.flow-block h4 {
  margin-top: 0;
  border: none;
  background: none;
  padding: 0;
}

.flow-block h4:before {
  display: none;
}

.flow-block&gt;*:first-child {
  margin-top: 0;
}

.flow-block&gt;*:last-child {
  margin-bottom: 0;
}

.flow-block:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: calc(100% + 1.2em);
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  border: 2.5em solid transparent;
  border-top: 2em solid #e8dfc5;
}

/* 流れ（横） */
.side-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.side-flow li {
  position: relative;
}

.side-flow li:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #c9a540;
}

@media screen and (min-width: 768px) {
  .side-flow.block3 li {
    width: 30%;
    margin-left: 5%;
    margin-bottom: 20px;
  }

  .side-flow.block3 li:nth-child(3n+1) {
    margin-left: 0;
  }

  .side-flow.block3 li:nth-child(3n):after {
    content: none;
  }

  .side-flow.block4 li {
    width: 21.25%;
    margin-left: 5%;
  }

  .side-flow.block4 li:nth-child(4n+1) {
    margin-left: 0;
  }

  .side-flow.block4 li:nth-child(4n):after {
    content: none;
  }

  .side-flow li:last-child:after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .side-flow li {
    width: 100%;
  }

  .side-flow li:not(:last-child) {
    margin-bottom: 3em;
  }

  .side-flow li:after {
    top: calc(100% + 1em);
    left: 0;
    right: 0;
    bottom: auto;
    border: 20px solid transparent;
    border-top: 20px solid #c9a540;
  }

  .side-flow li:last-child:after {
    content: none;
  }

  .side-flow.sp_block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-flow.sp_block2 li {
    width: 47%;
    margin-left: 6%;
  }

  .side-flow.sp_block2 li:nth-child(2n+1) {
    margin-left: 0;
  }

  .side-flow.sp_block2 li:after {
    top: 0;
    left: calc(100% + 5px);
    bottom: 0;
    border: 10px solid transparent;
    border-left: 10px solid #ccc;
  }

  .side-flow.sp_block2 li:nth-child(2n):after {
    content: none;
  }
}

/*-- Q&amp;A ------------*/
.qa-block {
  margin-bottom: 2.5em !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #b0b0b0;
  position: relative;
}

.qa-block:last-child {
  margin-bottom: 0;
}

.qa-block::before, .qa-block::after {
  position: absolute;
  content: '';
  top: 1em;
  right: 0;
  background: #c9a540;
  border-radius: 1px;
  width: 20px;
  height: 3px;
}

.qa-block::after {
  transform: rotate(90deg);
  transition: .3s;
}

.qa-block.open::after {
  transform: rotate(0);
}

/* ＋が○で囲まれているやつ &lt;p class="btn_box"&gt;&lt;/p&gt;これをh4の前に配置*/
/* .qa-block .btn_box{
	position:relative;
}
.qa-block .btn_box{
	    content: "";
	    display: block;
	    position: absolute;
	    top:0;
	    right:0;
	    margin:0 auto;
	    width: 1.8rem;
	    height: 1.8rem;
	    border-radius: 1.8rem;
	    border:1px solid #c5d8d4;
} */
.mce-content-body .qa-block h4, .qa-block h4 {
  color: #262626;
  padding-left: 56px !important;
  padding-right: 30px !important;
  padding-top: 10px;
  border: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  background: none;
  border-left: none;
  font-size: 20px !important;
  margin-top: 0;
}

.qa-block h4:hover {
  cursor: pointer;
}

.mce-content-body .qa-block h4::before, .qa-block h4::before {
  position: absolute;
  content: "";
  top: 3px;
  bottom: auto !important;
  left: 0;
  background: #c9a540;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  margin-top: -0.15em;
  transform: none;
}

.mce-content-body .qa-block h4::after, .qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 26px;
  top: 2px;
  bottom: auto !important;
  left: 10px;
  color: #fff;
  border: none;
  background: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.qa-block .answer {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 56px !important;
  position: relative;
  margin-top: 20px;
}

.qa-block .answer::before {
  position: absolute;
  content: "";
  top: 15px;
  bottom: auto !important;
  left: 0;
  background: #faf5e8;
  height: 42px;
  width: 42px;
  font-size: 26px;
  border-radius: 50%;
  margin-top: -0.15em;
}

.qa-block .answer::after {
  position: absolute;
  content: "A";
  font-size: 26px;
  font-weight: 700;
  top: 10px;
  bottom: auto !important;
  left: 12px;
  color: #c9a540;
  border: none;
  background: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

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

@media (max-width : 767px) {
  .mce-content-body .qa-block h4, .qa-block h4 {
    padding-top: 5px;
    font-size: 18px !important;
    margin-top: 1em !important;
  }

  .qa-block .answer {
    padding-top: 20px;
  }
}

/* プルダウン */
.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);
  -webkit-transform: rotate(45deg);
  transition: 200ms;
}

.drop-down .drop-ttl.open:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.drop-down .drop-content {
  display: none;
}

/*==========================
	お問い合わせページ (Contact Form 7)
==========================*/
.wpcf7 {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

.wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
}

.wpcf7 dl dt, .wpcf7 dl dd {
  padding: 10px 5px;
  box-sizing: border-box;
}

.wpcf7 dl dt {
  font-weight: bold;
  width: 14em;
  border-bottom: 1px dashed #ccc;
}

.wpcf7 dl dd {
  width: calc(100% - 14em);
  border-bottom: 1px dashed #ccc;
}

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

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

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

.screen-reader-response,
.wpcf7-response-output {
  color: #e64040;
}

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

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

.wpcf7 dl dd .wpcf7-radio input,
.wpcf7 dl dd .wpcf7-checkbox input {
  width: 20px !important;
}

.wpcf7 dl dd .wpcf7-radio,
.wpcf7 dl dd .wpcf7-checkbox {
  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;
}

.wpcf7 dl dd .wpcf7-radio&gt;span,
.wpcf7 dl dd .wpcf7-checkbox&gt;span {
  width: 49%;
  margin: 0;
}

.wpcf7 dl dd .wpcf7-date {
  width: 250px;
}

.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;
  font-size: inherit;
}

.wpcf7 dl dd.radio input, .wpcf7 dl dd.checkbox input {
  width: inherit;
  height: inherit;
  vertical-align: text-top;
  padding: 0.6em 0 0;
  line-height: 1.6em;
}

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

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

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

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .wpcf7 dl {
    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;
  }
}

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

  /*
/*==========================
	お問い合わせ
==========================*/
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0em;
    padding-bottom: 2px;
    border: none;
    width: 100%;
  }

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

  .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 {
  padding: 0;
  max-width: 100%;
  width: 800px;
  margin: auto;
}

#menu-sitemap li a{
  padding: 0.8em 0.2em 0.7em 1.1em;
  position: relative;
  border-bottom: 2px dotted #ccc;
  vertical-align: top;
}

#menu-sitemap li a::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 a {
  border-bottom: none;
  padding-bottom: 0;
}

#menu-sitemap li a:hover {
  background: #f3f3f3;
}

#menu-sitemap li a {
  text-decoration: none;
  color: #262626;
  width: 100%;
  display: block;
}

/*==========================
	画像のギャラリー
==========================*/
.gallery li {
  /*margin-bottom: 20px;*/
}

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

/*==========================
	googlemap
==========================*/
.googlemap {
  position: relative;
  padding-bottom: 40%;
  /*縦横比*/
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

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

/*==========================
	汎用
==========================*/
.color01 {
  color: #c9a540;
}

.color02 {
  color: #999;
}

.attention {
  color: #e64040;
}

.t_red {
  color: #F00;
}

.t_blu {
  color: #00F;
}

.bgcolor01 {
  background-color: #f5f5f5;
  font-weight: bold;
}

.font-big {
  font-size: 120%;
  font-weight: bold;
}

.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: 0 !important;
}

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

.mt20 {
  margin-top: 20px !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;
}

.bold {
  font-weight: bold;
}

/********************************
	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 0 2%;
  }

  .mainblock .alignleft {
    float: left;
    margin: 0 2% 0 0;
  }

  /*==========================
    ブロック
  ==========================*/
  /*-- 横ならびbox -----------*/
  .box2 {
    /* 横並び　X2 */
    display: inline-block;
    margin: 0 0.5% 0 0;
    width: 49%;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box3 {
    /* 横並び　X3 */
    display: inline-block;
    margin: 0 0.9% 0 0;
    width: 32%;
    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;
  }

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

p.name {
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 1039px) {}

@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,
  .aligncenter{
    float: none;
    margin: 0 auto 20px;
    display: block;
  }

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

  .page-title h2 {
    font-size: 28px;
  }

  .post-type-page h3, .mainblock h3 {
    font-size: 24px;
  }

  .post-type-page h3.small, .mainblock h3.small {
    font-size: 22px;
  }

  .entry-block h3 {
    font-size: 22px;
    margin-top: 2em;
  }

  .entry-block h3,.post-type-page h4, .mainblock h4 {
    font-size: 20px;
    margin-top: 2em;
  }
.h3 + .columns &gt;.column &gt;h4:first-child{
  margin-top:0;
}
  .entry-block h4,.post-type-page h5, .mainblock h5 {
    font-size: 18px;
  }

  .entry-block h5,.post-type-page h6, .mainblock h6 {
    font-size: 17px;
  }

  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
  ==========================*/
  .googlemap {
    padding-bottom: 60%;
    /*縦横比*/
  }

  /*==========================
    汎用
  ==========================*/
  .under .clearfix&gt;*:last-child {
    margin-bottom: 0;
  }

  .con_l {
    margin-bottom: 1em;
  }

  .youtube {
    padding-bottom: 50%;
  }
  .flow-block,
  .border-block,
  .bg-block {
    padding: 20px 4%;
  }

  .float-list li {
    width: 100%;
    padding-right: 0;
  }

  .float-list.sp_list2 li,
  .float-list.sp_list3 li{
    width: 49%;
  }

  .qa-block {
    margin-bottom: 20px !important;
    padding-bottom: 10px;
  }
  .mce-content-body .qa-block h4::before, .qa-block h4::before {
    width: 37px;
    height: 37px;
}

.mce-content-body .qa-block h4::after, .qa-block h4::after {
    font-size: 22px;
}

.qa-block .answer::before {
    width: 37px;
    height: 37px;
}

.qa-block .answer::after {
    font-size: 22px;
}

  .time-table tbody th:first-child {
  width:8em;
}
.time-table tbody td{
  width:auto;
}
.time-table tbody td:last-child {
  width:4em;
}
}

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

  /* googlemap --------------------*/
  .googlemap {
    padding-bottom: 60%;
  }
}

/* --------------------------メリットデメリット */
.ul02.merit li::before {
  border-color: #df9595;
}

.ul01.demerit li {
  padding-left: 1.6em;
}

.ul01.demerit li::before {
  content: "\e14c";
  font-size: 150%;
  font-weight: bold;
  top: -9px;
  background: none;
  color: #8897cd;
  font-family: 'Material Icons';
}

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

  .under .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .under .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .under .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  .under .scroll table {
    width: 767px;
    margin-bottom: 10px;
  }
}

/* ul_arrow 右向き三角のリスト2 */
.ul_arrow02 li {
  position: relative;
  margin-bottom: 0.6em;
  padding-left: 1em;
  box-sizing: border-box;
  line-height: 1.4;
}

.ul_arrow02 li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 8px;
  left: 0;
  border: 6px solid transparent;
  border-left: 10px solid #00a0e9;
}

.ul_arrow02 li a {
  color: #0f0f0f;
  padding: 0 !important;
}

.ul_arrow02 li a:hover {
  color: #00a0e9;
}

/*==========================
改行用
==========================*/
@media (min-width : 768px) {
  .pc_br {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width:768px) and (max-width: 1039px) {
  .tb_br {
    display: block;
    width: 100%;
  }
}

@media (max-width : 767px) {
  .sp_br {
    display: block;
    width: 100%;
  }
}

/* ------------------名前など */
.name {
  font-weight: bold;
  font-size: 120%;
}

/* ------------------ボタン2つ並び */
.columns.btn_box {
  max-width: 100%;
  margin: auto;
  margin-top: 40px;
}

.columns.btn_box p {
  margin-bottom: 0;
}
@media (min-width : 767px) {
  .columns.btn_box.col2 {
      width: 460px;
      gap: 0 20px;
  }
  .columns.btn_box.col2 .btn-style{
  width:calc((100% - 20px)/2);
  }
  .columns.btn_box.col3 {
      width: 700px;
      gap: 0 20px;
  }
  .columns.btn_box.col3 .btn-style{
  width:calc((100% - 40px)/3);
  }
}
@media (max-width : 767px) {
  .columns.btn_box {
    margin-top: 1.5em;
  }
.columns.btn_box .btn-style{
  text-align:center;
}
  .columns.btn_box .btn-style+.btn-style {
    margin-top: 10px;
  }
}

/* -----------画像右寄せ */
@media (min-width : 768px) {
  .img_right&gt;*:first-child {
    width: 34%;
    margin: 0 0 30px;
  }

  .img_right&gt;*:last-child {
    width: 64%;
  }
}

/* -------------------------------------下層 */
</pre></body></html>