@charset "UTF-8";
/*== post setting
======================================================================*/
.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;
  margin-top: 1em;
  background: #f6f6f6;
}
#aside .menu-blog h3 {
  border-bottom: 1px dotted #ccc;
  color: #1a1a1a;
  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: #473619;
  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: #473619;
}
.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 span.current { /* 今のページ */
  color: #fff;
}
@media screen and (min-width: 768px) {
  /*-- ブログページ ------------*/
  .caegory-in-blog #main, .single-in-blog #main {
    float: right;
    width: 72%;
  }
  .caegory-in-blog #aside, .single-in-blog #aside {
    float: left;
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  #aside .menu-blog {
    margin-bottom: 2em;
  }
}
/*== image setting
======================================================================*/
.aligncenter {/* 真ん中寄せ */
  display: block;
  margin: 0 auto;
}
.img_size img,.img_size {/* 小さい画像に対応 */
  width: auto !important;
}
@media (max-width: 767px) {
  .gallery li img {
    margin-bottom: 5px;
  }
  .alignright, .alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #tinymce img.alignright, #tinymce img.alignleft, .mainblock img.alignright, .mainblock img.alignleft {
    max-width: 34%;
  }
}
/*== headline
======================================================================*/
/* .page-title {
  background: url(img/sec01_bg.jpg) repeat 0;
  padding: 2.5em 0;
} */
.page-title h2 {
  color: #4e6b2f;
  font-size: 32px;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
}
.post-type-page h3, .under h3 {/*-H3-*/
  font-size: 28px;
  text-align: left;
  margin: 0 auto 0.5em;
  padding: 15px 0 15px 70px;
  color: #4e6b2f;
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  background: url(img/icon02.png) no-repeat left center;
  line-height: 1.4;
}
.entry-block h3, .mce-content-body h4, .under h4 {/*-H4-&投稿タイトル*/
  font-size: 22px;
  color: #4e6b2f;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  padding: 7px 10px 6px;
  border-bottom: 1px solid #666;
  margin: 0 auto 20px;
  background: #dff3d3;
}
.entry-block h3 {/* 投稿タイトルのみ */
  font-size: 18px;
  margin-top: 0;
}
.entry-block h3 a {
  color: #4e6b2f;
  text-decoration: none;
}
.entry-block h3 a:hover {
  color: #999;
}
.mce-content-body .qa-block h4, .qa-block h4 {
  padding-left: 2em !important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  color: #4a94e6;
  background: none;
  padding-top: 0;
}
.mce-content-body .qa-block h4::before, .qa-block h4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #4a94e6;
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
  margin-top: -0.15em;
}
.mce-content-body .qa-block h4::after, .qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 82%;
  top: 0;
  left: 0.55em;
  color: #fff;
  font-weight: normal;
  border: none;
}
.mce-content-body h5, .under h5 {/*-H5-*/
  font-size: 16px;
  font-weight: bold;
  color: #4e6b2f;
  display: table;
  position: relative;
  padding: 4px 10px;
  line-height: 1.5;
  background: #e5f3db;
  margin-bottom: 0.8em;
  margin: 0 0 10px;
}
/*.mce-content-body h5::before,
.under h5::before {
	position:absolute;
	content:"";
	height:80%;
	top:10%;
	width:5px;
	border-radius:2px;
	background:#;
	left:0;
}*/
.post-type-page h6, .under h6 {/*-H6-*/
  font-size: 18px;
  line-height: 1.4;
  margin: 20px auto 10px;
  padding: 0.2em 0.8em 0.1em 0.8em;
  overflow: hidden;
  color: #00526f;
  position: relative;
  display: inline-block;
  border-radius: 4px;
  font-weight: normal;
  border-left: 3px solid #00526f;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
/*-- 数字付きの見出し ------------*/
.number {
  display: inline-block;
  vertical-align: baseline;
  padding: 0;
  margin-right: 0.4em;
  margin-bottom: 0.2em;
  line-height: 1.4;
}
.number:after {
  content: ".";
}
h3.number_title .number {
  font-size: 175%;
  font-style: italic;
  color: #473619;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}
h3.number_title .number::after {
  content: "."
}
h4.number_title .number {
  font-style: italic;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}
h4.number_title .number::after {
  content: "."
}
.title p {/*- title -*/
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #00468f;
}
.post-type-page h3::before,
.under h3::before,
.post-type-page h3::after,
.under h3::after,
.entry-block h3:before,
.mce-content-body h4::before,
.under h4::before{
  position: absolute;
  content: "";
}
.mainblock > h3:first-child,
.mainblock > div:first-child h3,
.mainblock > h3:first-of-type,
.mce-content-body .h3 + h4,
.h3 + h4,
.under h4 + h5,
.under div.h4 + h5{
  margin-top: 0!important;
}
@media (max-width:767px){
  .page-title{
    padding: 1em 0;
  }
  .page-title h2 {
    font-size: 22px;
  }
  .post-type-page h3, .mainblock h3 {
    font-size: 20px;
  }
  .post-type-page h4, .mainblock h4 {
    font-size: 18px;
  }
  .entry-block h3,.post-type-page h5, .mainblock h5 {
    font-size: 16px;
  }
  .number_title .number {
    font-size: 140%;
    margin-right: 0;
  }
}
/*== list
======================================================================*/
.ul01 {
  margin-bottom: 1em;
}
.ul01 li {
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 1em;
  line-height: 1.4;
}
.ul01 li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #cacd7e;
  top: 6px;
  left: 0;
}
.ul02 {
  margin-bottom: 1em;
}
.ul02 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.7em;
}
.ul02 li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 3px solid #473619;
  border-radius: 50%;
  top: 0.38em;
  left: 0.38em;
}
.ul_check {
  padding: 30px 30px 20px;
  background: #fff5f2;
  margin-bottom: 1.2em;
  overflow: hidden;
}
.ul_check li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.8em;
}
.ul_check li::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: #e73828;
  top: 4px;
  left: 5px;
}
.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);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 10;
}
.ul_arrow {/* ul_arrow 右向き三角のリスト */
  background: #ddf2d0;
  padding: 20px 20px 10px;
  margin: 0 auto 2em;
}
.ul_arrow li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
}
.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 #4e6b2f;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.ul_arrow li a:hover {
  text-decoration: underline;
}
.ol01,
.ol_decimal,
.ollist,
.ul_check,
.ul_arrow{
  margin-bottom: 1.2em;
}
.ol01 li {
  position: relative;
  margin-bottom: 0.4em;
}
.ollist li {
  margin-bottom: 0.5em;
  list-style: none inside;
  counter-increment: ollist;
}
.ollist li:before {
  display: list-item;
  float: left;
  margin-right: 5px;
  content: "(" counter(ollist) ")";
}
.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}
.ol_decimal > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
}
.ol_decimal > li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  color: #fff;
  width: 1.8em;
  height: 1.8em;
  background: #5ca861;
  border-radius: 50px;
  line-height: 1.8;
  text-align: center;
}
.dl01 {
  margin-bottom: 0.5em;
}
.dl01 dt {
  margin-bottom: 0.5em;
  padding: 0.4em 0.6em;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
  color: #fff;
  background: #352e24;
}
.dl01 dd {
  margin-bottom: 1.2em;
}
/*-- 数字つきdl ------------*/
.dl_number dt {
  font-size: 117%;
  font-weight: normal;
  position: relative;
}
.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;
}
.float-list {/* 横並びリスト-*/
  overflow: hidden;
}
.float-list li {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .float-list {
    overflow: hidden;
  }
  .float-list li {
    float: left;
    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-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;
  }
}
/*== table
======================================================================*/
.table-color1{
  color: #5cbaf2;
}
.table-color2{
  color: #f17f0f;
}
.time-table {/*-- 診療時間表 --*/
  width: 100%;
  margin-bottom: 0.5em;
  line-height: 1.5;
  background: #fff;
  font-size: 14px;
}
.time-table th, .time-table td {
  text-align: center;
  font-weight: normal;
  padding: 5px 3px 4px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.time-table thead th {
  color: #fff;
  background: #004fbe;
  border-bottom: none;
}
/* .time-table tbody th {
  width: 30%;
} */
.table01 {/*-- 基本のテーブル --*/
  width: 100%;
  margin-bottom: 0.5em;
}
.table01 th, .table01 td {
  padding: 7px 5px 5px 5px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.table01 th {
  width: 15%;
  text-align: center;
}
.border-table {/*-- ボーダーのついたテーブル --*/
  width: 100%;
  font-size: 95%;
  margin-bottom: 1.5em;
}
.border-table thead th {
  background: #74beea;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.border-table th, .border-table td {
  text-align: left;
  font-weight: normal;
  padding: 10px 5px;
  border: 1px solid #ccc;
  line-height: 1.3;
}
.border-table tbody th {
  background: #e8f4f9;
  vertical-align: middle;
  width: 30%;
}
/*-- 料金表のテーブル(TDが右寄せ) ------------*/
.fee-table {
  width: 100%;
  margin-bottom: 0.5em;
}
.fee-table th, .fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 10px 8px;
  border: 1px solid #ccc;
}
.fee-table thead th {
  background: #00468f;
  color: #fff;
  text-align: center;
}
.fee-table tbody th {
  background: #ebf0f6;
}
.fee-table tbody td {
  text-align: right;
}
.table02{
  width: 100%;
  margin-bottom:20px;
}
.table02 th{
  white-space: nowrap;
}
.table02 th,.ft-table td{
  padding: 9px 22px;
  border-bottom: 1px solid #ccc;
}
.table02 td{
  padding:9px 0;
}
@media screen and (max-width: 767px) {
  .border-table th, .border-table td {
    font-size: 80%;
    padding: 5px 3px;
    line-height: 1.5;
  }
  .table01 th, .table01 td {
    font-size: 80%;
  }
}
@media screen and (max-width: 480px) {
  .time-table th, .time-table td {
    font-size: 75%;
    padding: 5px 0;
  }
}
@media screen and (max-width: 1041px) {
  .time-table th, .time-table td {
    font-size: 14px;
    padding: 10px 0;
  }
}
/*== block
======================================================================*/
.block-inner,.block {
  margin-bottom: 2em;
}
.block > .block-inner:last-child {
  margin-bottom: 0;
}
/*-- ボーダー付きブロック ------------*/
.border-block {
  padding: 20px 20px 5px;
  border: 3px solid #ddd;
  margin-bottom: 1.2em;
}
/*-- 背景色付き ------------*/
.bg-block {
  padding: 30px 30px 15px;
  background: #fcf7ee;
  margin-bottom: 1.2em;
  overflow: hidden;
}
.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;
}
/*-- 流れ ------------*/
.flow-block {
  padding: 0 0 1em;
  margin-bottom: 1em;
  position: relative;
}
.block-inner .flow-block {
  padding: 0 0 1em;
}
.flow-block::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 50%;
  margin: 0 -15px -30px 0;
  border: 30px solid transparent;
  border-top: 15px solid #ccc;
}
.block > .flow-block:last-child::after, .block-inner > .flow-block:last-child::after {
  display: none;
}
/*-- Q&A ------------*/
.qa-block {
  margin-bottom: 1.8em;
  padding-top: 1.8em;
  border-top: 1px dotted #ccc;
}
.qa-block .answer {
  position: relative;
  padding: 2px 2px 2px 2em;
  margin-left: 30px;
  margin-top: 20px;
}
.answer p {
  padding: 0 0 12px 5px;
}
.answer::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  background: #473619;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  margin-top: 0.1em;
}
.answer::after {
  position: absolute;
  content: "A";
  font-size: 100%;
  top: 2px;
  left: 0.65em;
  color: #fff;
  font-weight: normal;
  border: none;
}
.qa-block .answer p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .block-inner {
    margin-bottom: 1em;
  }
  .box2,.box3,.box4 {
    margin-bottom: 20px;
  }
  .ba-block {
    background: none;
    margin-bottom: 10px;
    font-size: 92%;
  }
  .ba-block .before, .ba-block .after {
    float: none;
    width: 100%;
  }
  .ba-block .before {
    padding-bottom: 40px;
    background: url(img/arrow_b.svg) no-repeat center bottom;
    background-size: 50px auto;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box2 {
    display: inline-block;
    margin: 0 0.5% 0 0;
    width: 49%;
    vertical-align: top;
  }
  .box3 {
    display: inline-block;
    margin: 0 0.9% 0 0;
    width: 32%;
    vertical-align: top;
  }
  .box4 {
    float: left;
    margin: 0 1%;
    width: 23%;
    vertical-align: top;
  }
  .box5 {
    float: left;
    margin: 0 1%;
    width: 18%;
    vertical-align: top;
  }
}
