@charset "UTF-8";
.post p {
  line-height: 2em !important;
  margin-bottom: 20px !important;
}

.post h3 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #1a1a1a;
  line-height: 27px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 0px;
  border-bottom: 1px #999999 dotted;
}

.post h3 {
  border-bottom: solid 2px #ebebe1;
  position: relative;
  text-align: left;
  font-size: 24px;
  line-height: 1.2;
  background: url(../img/logo2.png) no-repeat;
  background-size: 50px;
  padding-left: 60px;
  background-position: left;
}

.post h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #a69965;
  bottom: -2px;
  width: 10%;
  left: 0;
}

.post h3.nt {
  padding: 0;
}

.post h4, .post .h4, .post h5, .post .h5 {
  position: relative;
  padding: 8px 15px;
  /*border-left: 6px solid #423d36;
		color: #503521;*/
  font-size: 1.2em;
  height: auto;
  text-decoration: none;
  background: none;
}

.post img {
  border: none;
  padding: 1px;
}

/*--------------------------------
ブログ下層
---------------------------------*/
.post .diary-blog .blog-info {
  margin: 20px 0;
  padding: 20px;
  background: #f0faff;
  clear: both;
}

/*通常のテーブル*/
.post table {
  /*border: 1px #957948 solid;*/
  margin-bottom: 20px;
  width: 100%;
}

.post table tr th {
  font-size: 1em;
  line-height: 2em;
  padding: 6px;
}

.post table tr td {
  font-size: 1em;
  line-height: 1.8em;
  padding: 6px;
}

.post table tr td:nth-child(1) {
  font-size: 1em;
  line-height: 1.8em;
  padding: 6px;
  background: #f8f8f5;
  text-align: left;
}

.post table tr td.left p {
  text-align: left !important;
  font-size: 0.9em;
  padding-left: 1em;
  text-indent: -1em;
}

.post table p {
  margin-bottom: 0 !important;
  text-align: left;
}

/*リストの表示修正*/
.post ul {
  list-style-type: disc;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.post ul.list {
  list-style-type: disc;
  list-style: none;
  margin-top: 0px;
}

.post img.center, img.center, .btn_close, .btn_close > span {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*ブログイメージの表示修正*/
.post .diary-blog img {
  border: none;
  width: auto;
  float: initial;
}

/*media Queries スマホサイズ
----------------------------------------------------*/
@media only screen and (max-width: 960px) {

  /*見出し*/
  .post h1 {
    margin: 0;
    padding: 6px 10px;
    font-size: 1.3em;
  }
	
  /*------------下層ページ------------*/
  .post img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .post img.post-main {
    margin: 0 1% 10px .5%;
    width: 98%;
  }
  .post table {
    width: 100%;
  }
  .post table tr:nth-child(2n) {
    /* background: none;*/
  }
  .post table.sw_tbl01 tr td {
    display: table-cell;
  }
	
  .post table.p-table tr td:nth-child(1) {
    background: #fff;
  }	
  .post table.t-case tr td {
    width: initial;
    display: table-cell;
  }

}

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 961px) {
  .post img {
    margin: 0 0 20px 30px;
    float: right;
    width: 35%;
  }
  img.post-main {
    margin-left: 0;
    width: 99% !important;
    margin: 0 auto 10px;
    display: block;
    border: none;
  }
  img.w164 {
    height: 220px;
    width: 164px;
  }
  .post img.w25 {
    width: 25%;
  }
  .post img.w20 {
    width: 20%;
  }
  .post img.w10 {
    width: 10%;
  }
}

.post ol {
  margin-bottom: 0;
  padding-left: 40px;
}

.post ol li {
  line-height: 36px;
}

.post ul li {
  line-height: 2.2em;
}

.post .time_schedule table tr td {
  display: table-cell;
}

.post h4 {
  /*	background: url(./images/logo2.png)no-repeat;
	background-color: rgba(0, 0, 0, 0);
	padding-left: 40px;
	background-size: 35px;*/
  margin: 0 0 15px;
  padding-top: 3px;
  border-left: 5px solid #c2dd7c;
  background-color: #EAF9C4;
  font-size: 125%;
  clear: both;
  line-height: 1.7;
  border-radius: 0 20px 20px 0;
}

.post h5 {
  position: relative;
  line-height: 1.4;
  padding-top: 0;
  font-size: 18px;
  border-bottom: 3px double #ccc;
  width: -moz-fit-content;
  width: fit-content;
}

.post ul.bxslider li {
  width: 300px !important;
  margin: 1px !important;
}

.post ul.bxslider li img {
  width: 300px !important;
  margin: 0;
}

.post .bx-wrapper .bx-viewport {
  height: 500px !important;
}

.post .bx-wrapper .bx-caption {
  bottom: -45%;
}

@media only screen and (max-width: 640px) {
  .post ul.bxslider li {
    float: none !important;
    position: absolute;
  }
}
@media only screen and (min-width: 961px) {
  .post img.w20 {
    width: 20%;
  }
}

.post table.t-case2 tr td:nth-child(1) {
  background: none;
}
.post table.t-case2 tr td {
  border: none;
  width: 50%;
}
.post table.t-case3 tr td:nth-child(1) {
  background: none;
}
.post table.t-case3 tr td {
  border: none;
  width: 33%;
}

.post ul small li {
  font-size: small;
}

.post table img {
  width: 100%;
  border: none;
}

.post table.no tr td:nth-child(1) {
  background: none;
}

.post table.no, .post table.no tr td {
  border: none;
  background: none;
}

@media only screen and (min-width: 960px) {
  .post img.w30 {
    width: 30%;
  }
}
.post a {
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .post table img.gtb {
    width: 50%;
    margin: 0 auto;
    float: none;
  }
  .post ul {
    list-style-type: disc;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .post ul ul, .post ul ol {
    padding-left: 15px;
    margin: 3%;
  }
  .post ul ul li, .post ul ul ol {
    line-height: 1.5em;
  }
  .post table ul {
    padding-left: 30px;
  }
  .post table ul li {
    font-size: smaller;
    line-height: 1.5em !important;
  }
  .post h2 {
    margin: 0;
    font-size: 28px;
  }

}

.post table.doctor {
  width: auto;
}

@media only screen and (max-width: 640px) {
  .post table.t-case tr td {
    width: 42%;
    display: table-cell;
  }
}

.post ul qadl dd ul {
  list-style-type: none;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 60px;
  margin-bottom: 0;
  margin-top: 0;
}

.post ul qadl dd ul li {
  font-size: 14px;
  line-height: 27px;
}

.post #pw-table table p {
  font-size: small;
}

@media only screen and (max-width: 960px) {
  .post table.sw_tbl01 tr td {
    display: table-cell;
  }
}

@media only screen and (max-width: 640px) {
  .post table.t-case, .post table.t-case tr, .post table.t-case th, .post table.t-case td, .post table.t-case td:nth-child(1) {
    border: none;
    background: none;
    vertical-align: middle;
  }
  .post table.t-case img {
    float: none;
    margin: 0 auto;
  }
}

.post table p {
  margin-bottom: 0 !important;
  text-align: left;
  font-size: smaller;
}

.post .cap-img img {
  width: 100%;
}

.post p.cap {
  line-height: 1.5em !important;
  margin: 0 0 0 3%;
  color: gray;
}



