@charset "utf-8";
/**************************************************************
color
**************************************************************/
/* body背景 */
body {
  background: #fff;
}
/* アンカー */
#featured_post .title a {
  color: #497539;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 4px 0;
}
a, a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #fb8e44;
  text-decoration: underline;
}
/*サイト説明文*/
#desc_wrap {
  background: #f2f6f0;
}
#site_description {
  color: #333;
}
#header_logo_cover #header_logo_wrap h2#logo img {
  max-width: 340px;
  margin-top: 20px;
}
/* 画像背景色 */
a.image {}
/* 画像枠２背景色 */
#featured_post2 .post1 .image_area {}
/* グローバルメニュー */
#global_menu {
  height: 30px;
}
#global_menu li a {
  background: none;
  color: #195800;
  border-left: 1px solid #ddd;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
#global_menu a:hover {
  opacity: 0.7;
}
#menu_wrap {
  background: none;
}
/*--- ウィジェット テキスト ----*/
.textwidget p {
  font-size: 12px;
  line-height: 1.45;
}
.header_banner .banner_row .barb_text_banner {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  #header_wrap ~ .header_banner_wrapper.sm .textwidget {
    display: block;
    padding: 0;
  }
  #header_wrap ~ .header_banner_wrapper.sm .textwidget p {
    margin: 0;
  }
}
/*-- 2階層目 --*/
#global_menu ul ul a {}
#global_menu ul ul a:hover {}
@media screen and (min-width: 641px) {
  #contents {
    margin-top: 38px;
  }
}
/* トピックス */
#news_wrap {
  background: #007199;
}
#newslist li a {}
#contents .past_list_link {
  text-align: right;
  margin-top: 15px;
  font-size: 12px;
}
.page_navi a, .page_navi a:hover, .page_navi span {
  color: #fff !important;
  background: #195800;
}
#contents .text_recent_post .list_date {
  color: #195800;
  font-weight: bold;
}
/* 記事枠背景色 */
#featured_post2 .title a {
  color: #497539;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 4px 0;
}
#recent_post a.title {
  color: #497539;
  padding: 10px 0 0 0;
  margin: 0 0 4px 0;
  text-align: center;
}
@media screen and (min-width: 641px) {
  #featured_post2 .title a {
    color: #497539;
    padding: 0 0 4px 0;
    border-bottom: 1px solid #d1d1d1;
    margin: 0 0 4px 0;
  }
}
/* 記事枠 / バーブアイテム枠 */
.headline1, .headline2, .side_headline, #page_headline {
  background: none;
  color: #195800;
}
.headline1, .headline2 {
  border-top: #497539;
  border-style: solid;
  border-width: 2px 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 4px 0;
  position: relative;
  border-bottom: 1px solid #d1d1d1;
}
#post_list li, #featured_post .post1, #featured_post ul.post2, #featured_post2 li {
  border-bottom: none;
}
h3 {
  background: #e9f2e6;
  padding: 12px 0 12px 16px;
  color: #195800;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 24px 0;
  border-bottom: 1px solid #9fbd93;
}
#content .post h4 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 40px;
  margin: 0 0 12px 0;
  font-size: 16px;
}
#content .post h4:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #195800;
}
#content .post h4:before {
  left: 0;
}
#content .post h4:after {
  right: 0;
}
.post ul li {
  background: url(/wp-content/themes/gorgeous_tcd013/img/common/bullet1.gif) no-repeat left 8px;
  padding: 0 0 0 16px;
}
.under_contents {
  width: 100%;
  margin: 0 0 20px 0;
  clear: both;
  overflow: hidden;
  line-height: 1.7;
}
#pediatrician .under_contents, #gynecology .under_contents {
  width: 100%;
  margin: 0 0 45px 0;
  clear: both;
  overflow: hidden;
  line-height: 1.7;
}
.inner_contents {
  width: 97%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  line-height: 1.7;
}
.inner_contents span.title {
  display: block;
  color: #195800;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 15px;
}
#post_list .link {
  padding: 0 0 0 16px;
  height: 13px;
  line-height: 8px;
  margin: 0 0 20px 0;
}
#contents .text_recent_post .post_list li, #contents .text_recent_post .post_list li:not(:last-child) {
  border-bottom: 1px dotted #999;
  margin-bottom: 8px;
}
/* table */
table, td, th {
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
}
td, th {
  padding: 10px;
  text-align: center;
}
th {
  background: #f0e6cc;
}
td.title {
  background: #195800;
  color: #fff;
}
td.category {
  background: #e9f2e6;
  color: #195800;
}
td.gray {
  background: #f1f1f1;
  color: #333;
}
.post td, .post th {
  border: 1px solid #e1e1e1;
  padding: 15px;
  text-align: left;
}
table.consultation th {
  background: #f1f1f1;
  color: #333;
  width: 35%;
}
table.consultation td {
  text-align: left;
}
@media screen and (max-width: 768px) {
  table.consultation {
    width: 90%;
    margin: 20px auto;
  }
  table.consultation th {
    width: 100%;
  }
  table.consultation td {
    text-align: left;
    width: 100%;
  }
  .resp td, .resp th {
    padding: 10px 16px;
    text-align: left;
    display: block;
    border: none;
  }
  tbody tr {
    margin: 0;
  }
  .sm-scroll {
    overflow: scroll;
  }
}
@media only screen and (max-width: 480px) {
  tbody tr {
    display: table-row;
  }
}
/*---- 画像の切替 ----*/
.pic-pc {
  display: block;
}
.pic-sp {
  display: none;
}
.caption {
  color: #666;
  font-size: 12px;
  display: block;
  line-height: 1.25 !important;
}
.name {
  font-size: 16px;
  font-weight: bold;
}
.notes {
  color: #333;
  background: #fbf4e3;
  padding: 16px;
  line-height: 1.5 !important;
  border-radius: 4px;
  width: auto;
  font-size: 14px;
  overflow: hidden;
}
.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.font12 {
  font-size: 12px;
}
.fontbold {
  font-weight: bold;
}
.fontpink {
  color: #ff8484;
}
.image-area {
  clear: both;
  overflow: hidden;
}
.image-area .fleft, .image-area .fright, .consultation .fleft, .consultation .fright, .under_contents .fleft, .under_contents .fright {
  width: 49%;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.bg-green_01 {
  background: #195800;
  padding: 4px 16px;
  color: #fff;
}
.right {
  text-align: right;
}
.green {
  color: #195800;
}
.orange {
  color: #fb8e44;
}
.mb50 {
  margin-bottom: 50px;
}
.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  /*---- 画像の切替 ----*/
  .pic-pc {
    display: none;
  }
  .pic-sp {
    display: block;
  }
  .bb-1 {
    border-bottom: 1px solid #e1e1e1 !important;
  }
}
@media screen and (max-width: 480px) {
  .mb50 {
    margin-bottom: 25px;
  }
}
/* 詳細を見る */
#featured_post .post1 .link {
  padding: 0 0 0 14px;
  height: 13px;
  line-height: 8px;
}
.online-banner img {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .online-banner {
    margin: 40px 0 40px 0;
  }
}
/*======================================
 下層ページ共通部分
=======================================*/
#privacy p, #physical-therapy p, #internal-department p, #dermatology-department p, #urology-department p, #breast-surgery p, #psychosomatic-medicine p, #gynecology p, #pediatrician p {
  line-height: 1.75;
}
.featured-image {
  margin-bottom: 20px;
}
.fleft img.doctor {
  max-width: 342px;
}
/*---- link ----*/
p.link-1 a {
  position: relative;
  padding-left: 14px;
}
p.link-1 a:before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  box-sizing: border-box;
  width: 6px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #fb8e44;
}
/*---- margin/padding ----*/
#internal-department p, #gynecology p, #pediatrician p, #content .post #pediatrician table {
  margin: 0;
}
#content .post #gynecology img, #content .post #pediatrician img {
  padding: 0;
}
#gynecology ol {
  margin: 0 0 0 32px;
}
#gynecology ol li {
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .fleft img.doctor {
    max-width: 100%;
  }
}
#internal-department .link {
  font-size: 12px;
  display: block;
  background: url(/wp-content/themes/gorgeous_tcd013/img/common/arrow2.gif) no-repeat 16px;
  padding: 4px 16px 4px 32px;
  margin: 8px 0;
  border: 1px solid #9fbd93;
  width: fit-content;
  float: right;
}
#internal-department .link a:link {
  color: #195800;
}
#internal-department .link a:hover, #gynecology .link a:hover {
  text-decoration: underline;
}
/*--- お問合せエリア ---*/
.contact {
  border: 1px solid #e9f2e6;
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
}
.contact .lead {
  float: left;
  width: 50%;
  background: #e9f2e6;
  padding: 32px 12px 0 12px;
  height: 122px;
  text-align: center;
}
.contact .lead p {
  margin: 0;
}
.contact .lead img {
  max-width: 95%;
}
.contact .detail {
  float: right;
  width: 41.5%;
  padding: 14px;
}
.contact .detail .address {
  background: url(/wp-content/themes/gorgeous_tcd013/img/common/ico_clinic.png) no-repeat 0 6px;
  padding-left: 46px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 16px;
  line-height: 1.45 !important;
}
.contact .detail .tell {
  background: #fb8e44 url(/wp-content/themes/gorgeous_tcd013/img/common/ico_tell.png) no-repeat 31px 10px;
  border-radius: 4px;
  padding: 4px 0 4px 62px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.contact .detail .tell a:link {
  color: #fff;
}
ul#post_list #6 {
  display: none;
}
/*--- お問合せ thanksページ --*/
/*-- ボタン非表示 --*/
.postid-2361 #main_col .page_navi {
  display: none;
}
@media screen and (max-width: 768px) {
  /*---- tableスクロールの設定 ----*/
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
@media screen and (max-width: 480px) {
  .scroll tbody th, tbody td {
    display: table-cell;
  }
  .scroll tbody tr {
    display: table-row;
  }
}
@media screen and (max-width: 641px) {
  /*---- お問合せエリア ----*/
  .contact .lead {
    float: none;
    width: auto;
    background: #e9f2e6;
    padding: 14px 12px 10px 12px;
    max-height: 95px;
    text-align: center;
    height: auto;
  }
  .contact .lead img {
    max-width: 70%;
  }
  .contact .lead p {
    font-size: 85%;
  }
  .contact .detail {
    float: none;
    width: 90%;
    padding: 6px 12px 12px 12px;
    margin: 0 auto;
  }
  .contact .detail .address {
    background: url(/wp-content/themes/gorgeous_tcd013/img/common/ico_clinic.png) no-repeat 16px 12px;
    padding-left: 64px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 12px 0;
    line-height: 1.45 !important;
    padding-top: 8px;
  }
  .contact .detail .tell {
    background: #fb8e44;
    border-radius: 4px;
    padding-left: 30px;
  }
  .contact .detail .tell a {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: url(/wp-content/themes/gorgeous_tcd013/img/common/ico_tell.png) no-repeat left;
    text-align: center;
    padding: 0;
    font-size: 23px;
    letter-spacing: 0.05em;
  }
}
/*======================================
 通所リハビリ
=======================================*/
#physical-therapy .info {
  padding: 16px 0;
  border: 1px solid #e1e1e1;
  margin: 0 auto;
  overflow: hidden;
}
#physical-therapy .info .address {
  width: 39%;
  border-right: solid 1px #e1e1e1;
  float: left;
  line-height: 1.5;
  padding: 0 16px 0 32px;
  margin: 0;
}
#physical-therapy .info .tel-fax {
  width: 49%;
  float: right;
  margin: 0;
  line-height: 1.5;
  padding: 10px 0;
}
.consultation {
  width: 100%;
  margin: 0 0 30px 0;
  clear: both;
  overflow: hidden;
  line-height: 1.7
}
/*======================================
 内科
=======================================*/
#internal-department .example {
  border: #e1e1e1 1px solid;
  padding: 24px 24px 0 24px;
  margin-bottom: 40px;
}
#internal-department .example p {
  color: #195800;
  font-weight: bold;
  border-bottom: #e1e1e1 1px solid;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
#internal-department .list {
  font-size: 15px;
  background: url(/wp-content/themes/gorgeous_tcd013/img/common/arrow2.gif) no-repeat 16px;
  padding: 4px 16px 4px 32px;
  color: #195800;
  font-weight: bold;
}
#internal-department .doctor img {
  max-width: 260px;
  float: left;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 641px) {
  #internal-department .doctor img {
    max-width: 160px;
    float: none;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
/*======================================
 産婦人科
=======================================*/
#gynecology ul.sanhujinka {
  float: left;
  width: 234px;
  background: #fff7f2;
  padding: 0 0 5px 0;
  height: 362px;
  overflow: hidden;
  margin: 0 6px 0 0;
}
#gynecology ul.sanhujinka li {
  display: block;
  background: url(/wp-content/themes/gorgeous_tcd013/img/sanhujinka/ico_arrow1.gif) no-repeat 16px;
  padding: 0 0 0 32px;
  line-height: 200%;
}
#gynecology ul.sanhujinka li.none {
  background: none;
  padding: 0;
  margin-bottom: 10px;
}
#gynecology ul.sanhujinka-sub {
  float: left;
  width: 234px;
  margin: 0;
}
#gynecology ul.sanhujinka-sub li {
  background: none;
  margin-bottom: 10px;
  padding: 0 0 0 5px;
}
#gynecology h5.title {
  display: block;
  color: #ff8484;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 15px;
}
.intro_doctor {
  overflow: hidden;
  margin-bottom: 26px;
  border-bottom: 1px dotted #d1d1d1;
}
/*---- あいさつ文 ----*/
#gynecology .message {
  background: #fff5f5;
  color: #fe8f8f;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #fe8f8f;
  position: relative;
  margin-bottom: 24px;
  overflow: initial;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
}
/*
#gynecology .message:after {
    position: absolute;
    content: "";
    bottom: -13px;
    left: 50%;
    margin-left: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 14px 0 14px;
    border-color: #fe8f8f transparent;
}
*/
/*--- セミオープンシステム ---*/
#gynecology .semiopen {
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  margin-bottom: 24px;
}
#gynecology .semiopen .semiopen_title {
  background: #ff8484;
  color: #fff;
  padding: 8px 0 8px 16px;
  font-size: 16px;
  font-weight: bold;
}
#gynecology .semiopen .merit {
  border-bottom: 1px #d1d1d1 dotted;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
#gynecology .semiopen .demerit {}
#gynecology .semiopen .merit .merit_title {
  background: url(/wp-content/themes/gorgeous_tcd013/img/sanhujinka/ico_merit.png) no-repeat 0px 5px;
  color: #4281d7;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 8px;
  font-weight: bold;
  padding-left: 26px;
  padding-bottom: 8px;
}
#gynecology .semiopen .demerit .demerit_title {
  background: url(/wp-content/themes/gorgeous_tcd013/img/sanhujinka/ico_demerit.png) no-repeat 0px 5px;
  color: #bc3737;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 8px;
  font-weight: bold;
  padding-left: 26px;
  padding-bottom: 8px;
}
#gynecology .semiopen .system {
  margin: 24px;
}
#gynecology .semiopen ol {
  margin-top: 16px;
  margin-bottom: 0;
}
#gynecology .semiopen li {
  line-height: 1.5;
  padding-bottom: 4px;
}
#gynecology .semiopen p {
  margin-bottom: 8px;
}
/*---- 見出し ----*/
#gynecology h3 {
  background: #fff5f5;
  padding: 12px 0 12px 16px;
  color: #ff8484;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 24px 0;
  border-bottom: 1px solid #ff8484;
}
#gynecology .subtitle {
  background: #e85d5d;
  border-radius: 4px;
  padding: 8px 16px;
  color: #fff;
  width: fit-content;
  margin-bottom: 10px;
}
#gynecology h5.title {
  margin-top: 0;
}
#content .post #gynecology h4 {
  position: relative;
  display: block;
  padding: 8px 0 8px 16px;
  margin: 0 0 20px 0;
  font-size: 15px;
  border-left: 2px solid #ff8484;
  background: #fdf4f4;
}
#content .post #gynecology h4:before {
  content: none;
}
/*---- 医師紹介 ----*/
#gynecology .intro_doctor {
  margin-bottom: 0;
  padding: 0 0 20px 0;
  position: relative;
}
#gynecology .fleft img.doctor {
  max-width: 200px;
}
#gynecology .intro_doctor .fleft {
  width: 28%;
}
#gynecology .intro_doctor .fright {
  width: 68%;
}
#gynecology .link {
  padding: 4px 8px 4px 32px;
  border: 1px solid #ff8484;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 20px;
  background: none;
  font-size: 12px;
  margin: 0;
}
#gynecology .link a {
  color: #ff8484;
}
#gynecology .link a:link:before {
  content: "";
  left: 14px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #ff8484;
  position: absolute;
  top: 10px;
}
/*---- 妊娠健診 ----*/
#gynecology table.check-up td.head {
  white-space: nowrap;
  background: #fff5f5;
  color: #ff8484;
  width: 35%;
  text-align: center;
  font-weight: bold;
}
#gynecology table.check-up td {
  text-align: left;
}
#gynecology .subtitle {
  padding: 6px 0 !important;
  margin: 20px 0 16px 0 !important;
  color: #333;
  background: #ffeaea;
  border-radius: 6px;
  width: 100%;
  text-align: center;
}
#gynecology .subtitle span.box1 {
  border: dashed 2px #ffc3c3;
  padding: 7px 24px;
  width: 90%;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
/*---- table ----*/
#gynecology table, td, th {
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
}
#gynecology td, th {
  padding: 10px;
  text-align: center;
}
#gynecology td.title {
  background: #ff8484;
  color: #fff;
}
#gynecology td.category {
  background: #fcebeb;
  color: #f04a4a;
}
#gynecology td.gray {
  background: #f1f1f1;
}
#gynecology .post td, .post th {
  border: 1px solid #e1e1e1;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #gynecology .gynecology th, #gynecology .gynecology td {
    padding: 4px;
    height: 45px;
  }
  #gynecology .gynecology .time {
    font-size: .7rem;
  }
  #gynecology .gynecology .time, #gynecology .gynecology .time_label {
    height: 80px;
  }
  #gynecology .gynecology .sat {
    height: 125px;
  }
  #gynecology .gynecology .multi {
    font-size: .8rem;
  }
  #gynecology .gynecology .line2 {
    height: 60px;
  }
}
/*---- class ----*/
ol {
  margin: 0 0 2em 32px;
}
.doc01 {
  color: #527bd7;
}
.doc02 {
  color: #d75252;
}
.pink {
  color: #e85d5d;
}
.flex {
  display: flex;
}
.flex .left {
  margin-right: auto;
}
.flex .right {
  margin-left: auto;
}
.w66 {
  width: 66%;
}
.fontbold {
  font-weight: bold;
}
.left {
  text-align: left;
}
.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #gynecology .intro_doctor .fleft {
    width: 44%;
  }
  #gynecology .intro_doctor .fleft p {
    margin-bottom: 6px;
  }
  #gynecology .fleft img.doctor {
    max-width: 90%;
  }
  #gynecology .intro_doctor .fright {
    float: none;
    width: 100%;
  }
  #gynecology .intro_doctor .fright.pb40 {
    padding-bottom: 40px;
  }
  #gynecology .notes .fright a.pdf {
    display: block;
    margin: 0 auto;
  }
  #gynecology .notes .fright a img {
    margin-top: 10px;
  }
  #gynecology ul.sanhujinka {
    float: none;
    width: 100%;
    padding: 0 0 5px 0;
    height: auto;
    overflow: hidden;
    margin: 0 6px 20px 0;
  }
  #gynecology ul.sanhujinka-sub {
    float: none;
    width: 100%;
  }
  #gynecology table.check-up td.head {
    width: 100%;
  }
  #gynecology .subtitle {
    padding: 6px 12px !important;
    margin: 20px 0 16px 0 !important;
    width: auto;
  }
  #gynecology .subtitle span.box1 {
    width: auto;
  }
}
@media screen and (max-width: 641px) {
  #gynecology ul.none {
    background: none;
    margin: 0;
    padding: 0;
  }
  .flex {
    display: initial;
  }
  .flex .left {
    margin-right: initial;
  }
  .flex .right {
    margin-left: initial;
  }
  .w66 {
    width: 100%;
  }
}
/*======================================
 小児科
=======================================*/
#pediatrician .inner_wrap {
  overflow: hidden;
  margin: 0 auto;
  width: 95%;
}
#pediatrician .inner_wrap .mw320 {
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  #pediatrician .inner_wrap .mw320 {
    max-width: 100%;
  }
  #pediatrician .inner_contents {
    text-align: center;
  }
}
#pediatrician .reserve-1 {
  background: #fef9d7;
  padding: 10px 20px;
  border: 2px solid #897319;
  color: #897319;
  width: fit-content;
  width: -moz-max-content;
}
#pediatrician .reserve-2 {
  background: #fef9d7;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #897319;
  margin-left: 8px;
  color: #897319;
}
#pediatrician sup {
  color: #333;
  font-size: 10px;
}
#pediatrician .image-area .fleft, .image-area .fright {
  width: initial;
}
#pediatrician .image-area .fleft, .image-area .fright {
  margin-bottom: 0;
}
#pediatrician .image-area .fleft img {
  max-width: 395px;
}
#pediatrician .image-area .fright img {
  max-width: 300px;
}
#pediatrician dl {
  padding: 8px 0;
  overflow: hidden;
}
#pediatrician dt {
  padding-bottom: 5px;
  color: #4d76b2;
}
/*---- あいさつ文 ----*/
#pediatrician .message {
  background: #FBF4E3;
  color: #FA7278;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #FA7278;
  position: relative;
  margin-bottom: 24px;
  overflow: initial;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
}
#pediatrician .message:after {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 50%;
  margin-left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 14px 0 14px;
  border-color: #FA7278 transparent transparent transparent;
}
#pediatrician .message span {
  margin-top: 5px;
  font-size: 19px;
}
#pediatrician .message a {
  border-bottom: dashed 1px #FA7278;
}
/* //ブルー//
#pediatrician .message {
    background: #f3f7fc;
    color: #5c8bd2;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #5c8bd2;
    position: relative;
    margin-bottom: 24px;
    overflow: initial;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
}

#pediatrician .message:after {
    position: absolute;
    content: "";
    bottom: -13px;
    left: 50%;
    margin-left: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 14px 0 14px;
    border-color: #5c8bd2 transparent transparent transparent;
}
*/
#pediatrician .message2 {
  background: #FBF4E3;
  color: #FA7278;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #FA7278;
  position: relative;
  margin-bottom: 35px;
  overflow: initial;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
}
#pediatrician .message2:after {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 50%;
  margin-left: -13px;
  width: 0;
  height: 0;
  /*border-style: solid;*/
  border-width: 12px 14px 0 14px;
  border-color: #FA7278 transparent transparent transparent;
}
#pediatrician .message2 span {
  margin-top: 5px;
  font-size: 19px;
}
#pediatrician .message2 a {
  border-bottom: dashed 1px #FA7278;
}
/*-2020/11/06 追記----------------------------- */
#pediatrician .message3 {
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ec8138;
  position: relative;
  margin-bottom: 35px;
  overflow: initial;
  padding: 16px;
  font-size: 15px;
  font-weight: bold;
}
#pediatrician .message3:after {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 50%;
  margin-left: -13px;
  width: 0;
  height: 0;
  border-width: 12px 14px 0 14px;
  border-color: #ec8138 transparent;
}
.maru_ore {
  color: #ec8138;
  font-size: 16px;
}
.sq_l, .sq_r {
  max-width: 288px;
  text-align: left;
}
.sq_l {
  float: left;
}
.sq_r {
  float: right;
  border-left: 1px dotted #ec8138;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .sq_l, .sq_r {
    max-width: 100%;
    float: none;
  }
  .sq_l {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .sq_r {
    border-left: none;
    padding-left: 0;
  }
  .maru_ore {
    text-align: center;
  }
  .tetp {
    text-align: left;
  }
}
/*------------------------------ */
.btn-pdf {
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  background: #FB8E44;
  transition: .4s;
  padding: 10px 100px;
  margin-bottom: 35px;
  font-size: 19px;
  width: 500px;
}
.btn-pdf:hover {
  background: #FEBD44;
  color: #FFF;
}
.btn-pdf:visited {
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .btn-pdf {
    padding: 10px 30px;
    font-size: 16px;
    width: 90%;
  }
}
#pediatrician .cent {
  text-align: center;
}
/*---- ☆☆小児科紹介 ----*/
@media screen and (min-width: 640px) {
  .pc2 {
    display: block;
  }
  .sp2 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .pc2 {
    display: none;
  }
  .sp2 {
    display: block;
  }
}
.intro_mess {
  padding: 0 35px;
  overflow: hidden;
  margin-bottom: 30px;
}
.intro_mess .copy {
  text-align: left;
  padding-bottom: 10px;
  color: #FA7278;
  font-size: 32px;
  font-weight: bold;
}
.intro_mess .copy_b {
  text-align: center;
  padding: 5px;
  font-size: 40px;
  color: #FB5159;
  font-weight: bold;
  /*text-decoration: underline dotted;*/
  background: #FFFFBC;
}
.intro_mess .text {
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
.intro_mess .fleft {
  width: 63%;
}
.intro_mess .fright {
  width: 35%;
}
@media screen and (max-width: 640px) {
  .intro_mess {
    padding: 0;
  }
  .intro_mess .fleft, .intro_mess .fright {
    width: 100%;
  }
  .intro_mess .text {
    padding-top: 0px;
  }
  .intro_mess .pic {
    padding-top: 24px;
    text-align: center;
  }
  .intro_mess img {
    width: 50%;
  }
  .intro_mess .copy {
    text-align: center;
    padding-bottom: 5px;
    font-size: 28px;
  }
  .intro_mess .copy_b {
    font-size: 34px;
    padding: 1px;
  }
}
#footer_banner .p_blog {
  margin: 0 0 15px 10px;
  font-size: 14px;
}
#footer_banner .tl_blog {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 640px) {
  #footer_banner .p_blog {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
  }
}
/*---- ☆☆エコー検査 ----*/
.echo_mess {
  padding: 0 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.echo_mess .fleft {
  width: 63%;
}
.echo_mess .fright {
  width: 35%;
}
.echo_mess2 {
  padding: 0 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.echo_mess .pic {
  padding-top: 0px;
  text-align: center;
}
.echo_mess2 .pic {
  padding-top: 10px;
  text-align: center;
}
.echo_mess2 .fleft {
  width: 35%;
}
.echo_mess2 .fright {
  width: 63%;
}
#main_col .echo_mess_wrap {
  padding: 0 20px;
  margin: 0 0 10px 0;
}
#main_col .echo_mess_img figure {
  width: 35%;
}
@media screen and (max-width: 640px) {
  .echo_mess, .echo_mess2 {
    padding: 0;
  }
  .echo_mess .fleft, .echo_mess .fright, .echo_mess2 .fleft, .echo_mess2 .fright {
    width: 100%;
  }
  .echo_mess .pic, .echo_mess2 .pic {
    padding-top: 24px;
    text-align: center;
  }
  .echo_mess img, .echo_mess2 img {
    width: 50%;
  }
  #main_col .echo_mess_img figure {
    float: none;
    width: 50%;
    margin: 0 auto;
  }
}
/*---- 見出し ----*/
#pediatrician h3 {
  background: #FBF4E3;
  padding: 12px 0 12px 16px;
  color: #FA7278;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 24px 0;
  border-bottom: 1px solid #FEBD44;
}
#pediatrician h3 span {
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  float: right;
  padding: 5px 16px 0 0;
}
/* //ブルーの見出し//
#pediatrician h3 {
    background: #f3f7fc;
    padding: 12px 0 12px 16px;
    color: #5c8bd2;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 24px 0;
    border-bottom: 1px solid #5c8bd2;
}

#pediatrician h3 span {
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    float: right;
    padding: 5px 16px 0 0;
}
*/
/*---- 予防接種と健診 ----*/
.check_up, .inoculation {
  max-width: 320px;
}
/*-- 乳幼児健診 --*/
.check_up {
  float: left;
}
/*-- 予防接種 --*/
.inoculation {
  float: right;
}
@media screen and (max-width: 768px) {
  .check_up, .inoculation {
    max-width: 100%;
    float: none;
  }
  .check_up {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#pediatrician .inner_contents .fright {
  width: 48%;
  margin-left: 10px;
}
#pediatrician ul.vpd {
  overflow: hidden;
  width: 45%;
  float: left;
  padding-left: 10px;
}
#pediatrician ul.vpd li {
  background: url(/wp-content/themes/gorgeous_tcd013/img/shonika/ico_round.png) no-repeat left 8px;
  padding: 0 0 0 16px;
}
#pediatrician .read-illust {
  text-align: center;
  margin: 0;
}
#pediatrician span.tell {
  background: #fb8e44 url(/wp-content/themes/gorgeous_tcd013/img/common/ico_tell.png) no-repeat 20px 8px;
  border-radius: 4px;
  padding: 10px 20px 10px 51px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  background-size: auto;
}
#pediatrician span.tell a:link {
  color: #fff;
}
/*
#pediatrician .link {
    padding: 4px 8px 4px 32px;
    border: 1px solid #4d76b2;
    width: auto;
    position: absolute;
    right: 0;
    bottom: 20px;
    background: none;
    font-size: 12px;
    margin: 0;
}

#pediatrician .link a {
    color: #4d76b2;
}

#pediatrician .link a:link:before {
    content: "";
    left: 14px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 6px solid #4d76b2;
    position: absolute;
    top: 10px;
}
*/
#pediatrician .link {
  padding: 4px 8px 4px 32px;
  border: 1px solid #FEBD44;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 20px;
  background: none;
  font-size: 12px;
  margin: 0;
}
#pediatrician .link a {
  color: #FB8E44;
}
#pediatrician .link a:link:before {
  content: "";
  left: 14px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #FB8E44;
  position: absolute;
  top: 10px;
}
#content .post #pediatrician h4 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  margin: 0 0 12px 0;
  font-size: 16px;
  border-left: 4px solid #FA7278;
}
#content .post #pediatrician h4:before {
  content: none;
}
#pediatrician .vaccination {
  border: 1px solid #e1e1e1;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 5px;
  padding: 20px 0 0 20px;
}
#pediatrician ul.vpd {
  overflow: hidden;
  width: 40%;
  float: left;
  margin: 0 0 20px 10px;
}
#pediatrician ul.vpd.br-1 {
  border-right: 1px solid #e1e1e1;
}
#pediatrician ul.vpd-sub li {
  background: url(/wp-content/themes/gorgeous_tcd013/img/shonika/ico_round.png) no-repeat left 8px;
  padding: 0 0 0 16px;
}
#pediatrician ul.vpd-sub {
  width: 100%;
  float: none;
  padding-left: 0;
}
#pediatrician ul.vpd-sub li {
  float: left;
}
#content .post #pediatrician h5 {
  border-left: none;
  background: #f1f1f1;
  display: block;
  padding: 6px 12px;
  font-size: 16px;
  margin: 20px 0 10px 0;
}
#pediatrician table.check-up td, th {
  padding: 4px;
}
#pediatrician table.check-up td.category {
  background: #FBF4E3;
  color: #FA7278;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #pediatrician .vaccination {
    border: 1px solid #e1e1e1;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 5px;
    padding: 20px 0 0 20px;
  }
  #pediatrician ul.vpd li {
    text-align: left;
  }
  #pediatrician ul.vpd {
    overflow: hidden;
    width: 40%;
    float: left;
    margin: 0 0 20px 6px;
  }
  #pediatrician table.check-up td.bb-1 {
    border-bottom: 1px solid #e1e1e1;
  }
  #pediatrician .time_table tr {
    width: 40%;
  }
  #pediatrician .time_table tr:first-child {
    width: 20%;
  }
  #pediatrician .time_table th, #pediatrician .time_table td {
    padding: 4px;
    height: 40px;
  }
  /*#pediatrician .time_table .time_label {
		height: 30px;
	}*/
  #pediatrician .time_table .time_label {
    height: 230px;
    vertical-align: middle;
  }
  #pediatrician .time_table .am_pm {
    height: 20px;
  }
  #pediatrician .time_table .am_pm.pm {
    width: calc(300% - 9px);
  }
  #pediatrician .time_table .time {
    height: 200px;
    vertical-align: middle;
    font-size: 0.95em;
  }
  #pediatrician .infant tr:first-child {
    width: 25%;
  }
  #pediatrician .time_table .down {
    margin-top: 30px;
  }
  #pediatrician .infant tr:last-child {
    width: 75%;
  }
  #pediatrician .infant th, #pediatrician .infant td {
    height: 20px;
  }
  #pediatrician .infant .time_label {
    height: 92px;
  }
  #pediatrician .infant .am_pm {
    height: 20px;
  }
  #pediatrician .infant .time {
    height: 50px;
    white-space: nowrap;
  }
  #pediatrician .pediatrics tr {
    width: 26%;
  }
  #pediatrician .pediatrics tr:first-child {
    width: 20%;
  }
  #pediatrician .pediatrics tr:nth-child(2) {
    flex-grow: 1;
  }
  #pediatrician .pediatrics th, #pediatrician .pediatrics td {
    padding: 4px;
    height: 28px;
  }
  #pediatrician .pediatrics .time {
    font-size: .75rem;
    height: 80px;
  }
  #pediatrician .pediatrics .time_label {
    height: 110px;
  }
  #pediatrician .pediatrics .am_pm {
    height: 20px;
  }
  #pediatrician .pediatrics .am_pm.pm {
    width: 189%;
  }
  #pediatrician .pediatrics .down {
    margin-top: 29px;
    height: 81px;
  }
  #pediatrician .pediatrics .multi {
    text-align: left;
    padding-left: 1rem;
  }
  #pediatrician .pediatrics .sat {
    height: 190px;
  }
  #pediatrician .pediatrics .line2 {
    height: 50px;
  }
}
@media screen and (min-width: 480px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #pediatrician .infant .time_label {
    height: 112px;
  }
  #pediatrician .infant .am_pm {
    height: 20px;
  }
  #pediatrician .infant .time {
    height: 70px;
    white-space: nowrap;
  }
}
/*---- 医師紹介 ----*/
#pediatrician .intro_doctor {
  margin-bottom: 0;
  padding: 0 0 20px 0;
  position: relative;
}
#pediatrician .fleft img.doctor {
  max-width: 200px;
}
#pediatrician .intro_doctor .fleft {
  width: 28%;
}
#pediatrician .intro_doctor .fright {
  width: 68%;
}
/*---- table ----*/
#pediatrician table, td, th {
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
}
#pediatrician td, th {
  padding: 10px;
  text-align: center;
}
#pediatrician th {
  background: #f0e6cc;
}
/*
#pediatrician td.title {
    background: #4d76b2;
    color: #fff;
}
*/
#pediatrician td.title {
  background: #FA7278;
  color: #fff;
}
/*
#pediatrician td.category {
    background: #f3f7fc;
    color: #4d76b2;
}
*/
#pediatrician td.category {
  background: #FBF4E3;
  color: #FF5050;
  font-weight: bold;
}
#pediatrician td.gray {
  background: #f1f1f1;
}
#pediatrician .post td, .post th {
  border: 1px solid #e1e1e1;
  padding: 15px;
}
#pediatrician td.yellow {
  background: #F8F89E;
  color: #333;
}
#pediatrician td.category_y {
  background: #F8F89E;
  color: #FF5050;
  font-weight: bold;
}
@media only screen and (max-width:480px) {
  #pediatrician table.check-up tbody tr {
    display: table-row;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
  }
  #pediatrician table.check-up tbody td {
    list-style-type: none;
    border: none;
    width: 50%;
  }
}
/*---- class ----*/
.blue {
  color: #4d76b2;
}
.pink {
  color: #FA7278;
}
.ul-1 {
  text-decoration: underline;
}
.s-ttl {
  margin: 0 0 8px 0;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.s-ttl:before {
  content: " ";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 6px solid rgba(250, 130, 135, 10);
  left: 0;
  top: 3px;
  background: #fff;
}
/*
.s-ttl:before {
    content: " ";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 6px solid rgba(77, 118, 178, 10);
    left: 0;
    top: 3px;
    background: #fff;
}
*/
.indent-2 {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
}
.notes {
  color: #333;
  background: #fbf4e3;
  padding: 16px;
  line-height: 1.5 !important;
  border-radius: 4px;
  width: auto;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 641px) {
  #pediatrician h3 span {
    float: none;
  }
  #pediatrician .image-area .fleft img {
    max-width: 100%;
  }
  #pediatrician .image-area .fright img {
    max-width: 65%;
  }
  #pediatrician .intro_doctor {
    position: relative;
  }
  #pediatrician .intro_doctor.matsunaga {
    height: 240px;
  }
  #pediatrician .intro_doctor.shimazaki {
    height: 350px;
  }
  #pediatrician .intro_doctor.takesako {
    height: 310px;
  }
  #pediatrician .intro_doctor .fleft {
    width: 44%;
  }
  #pediatrician .intro_doctor .fleft p {
    margin-bottom: 6px;
  }
  #pediatrician .fleft img.doctor {
    max-width: 90%;
  }
  #pediatrician .intro_doctor .fright {
    float: none;
    width: 100%;
  }
  #pediatrician .inner_contents .fleft, #pediatrician .inner_contents .fright {
    float: none;
    width: 100%;
  }
  #pediatrician .inner_contents .fleft {
    text-align: center;
  }
}
.post li, .post dt, .post dd {
  padding-bottom: 6px;
}
/*======================================
 心療内科
=======================================*/
.message {
  border: 1px solid #e1e1e1;
  padding: 24px;
  overflow: hidden;
  margin-bottom: 16px;
}
.message .copy {
  color: #195800;
  font-size: 16px;
  font-weight: bold;
}
#psychosomatic-medicine a {
  color: #195800;
  text-decoration: underline;
}
#psychosomatic-medicine .illness {
  display: flex;
  flex-wrap: wrap;
}
#psychosomatic-medicine .illness span {
  margin: .5rem 0;
  padding: 0 1.2rem;
  border-left: 1px solid #195800;
  height: .7rem;
  display: flex;
  align-items: center;
}
#psychosomatic-medicine .illness span:first-child, #psychosomatic-medicine .illness span:last-child {
  border-left: 0px;
  padding-left: 0px;
  margin-left: 0px;
}
@media screen and (max-width: 641px) {
  #psychosomatic-medicine .illness span {
    padding: 0 .6rem;
  }
}
#psychosomatic-medicine .cent {
  text-align: center;
}
/*---- table ----*/
#psychosomatic-medicine table, #internal-department table, td, th {
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
}
#psychosomatic-medicine td, #internal-department td, th {
  padding: 10px;
  text-align: center;
}
#psychosomatic-medicine td.title, #internal-department td.title {
  background: #195800;
  color: #fff;
}
#psychosomatic-medicine td.category, #internal-department td.category {
  background: #f2f6f0;
  text-align: center;
  white-space: nowrap;
}
#psychosomatic-medicine td.gray, #internal-department td.gray {
  background: #f1f1f1;
}
#psychosomatic-medicine .post td, #internal-department .post td, .post th {
  border: 1px solid #e1e1e1;
  padding: 15px;
}
@media screen and (max-width: 641px) {
  #psychosomatic-medicine .psychosomatic tr:first-child, #internal-department .psychosomatic tr:first-child {
    width: 25%;
  }
  #psychosomatic-medicine .psychosomatic tr:last-child, #internal-department .psychosomatic tr:last-child {
    width: 75%;
  }
  #psychosomatic-medicine .psychosomatic .time_label, #psychosomatic-medicine .psychosomatic .time, #internal-department .psychosomatic .time_label, #internal-department .psychosomatic .time {
    height: 45px;
  }
  #psychosomatic-medicine .psychosomatic .multi, #internal-department .psychosomatic .multi {
    height: 45px;
  }
  #psychosomatic-medicine .psychosomatic .multi, #internal-department .psychosomatic .multi2 {
    height: 110px;
  }
  #psychosomatic-medicine .psychosomatic .multi, #internal-department .psychosomatic .multi3 {
    height: 90px;
  }
  .charge-responsive tbody, .charge-responsive tr {
    display: flex;
  }
  .charge-responsive tr {
    flex-wrap: wrap;
  }
  .charge-responsive tr {
    width: 35% !important;
  }
  .charge-responsive tr:first-child {
    width: 30%;
  }
  .charge-responsive th, .charge-responsive td {
    width: 100%;
    display: block;
    line-height: 1.1;
    font-size: .9em;
    height: 50px;
  }
  .charge-responsive .time {
    height: 50px;
  }
  .charge-responsive .multi {
    height: 110px;
  }
}
/*======================================
 乳腺外科
=======================================*/
#content .post #breast-surgery h4 {
  padding: 8px 0;
  margin: 2em 0 !important;
  color: #333;
  background: #ffeaea;
  border-radius: 6px;
  width: 720px;
  text-align: center;
  max-width: 98%;
}
#breast-surgery h4 span.box1 {
  border: dashed 2px #ffc3c3;
  padding: 8px 22px;
  margin: 2em 0;
  width: 90%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
#content .post #breast-surgery h4:before {
  display: none;
}
/*---- table ----*/
#breast-surgery table, td, th {
  border: 1px solid #e1e1e1;
  /* border-collapse: collapse; */
}
#breast-surgery td, th {
  padding: 10px;
  text-align: center;
}
#breast-surgery td.title {
  background: #195800;
  color: #fff;
}
#breast-surgery td.category {
  background: #f2f6f0;
  text-align: center;
  white-space: nowrap;
}
#breast-surgery td.gray {
  background: #f1f1f1;
}
#breast-surgery .post td, .post th {
  border: 1px solid #e1e1e1;
  padding: 15px;
}
@media screen and (max-width: 641px) {
  #breast-surgery h4 span.box1 {
    border: dashed 2px #ffc3c3;
    padding: 8px 22px;
    margin: 2em 0;
    width: 80%;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
  }
}
/*======================================
 * 専門外来
 禁煙外来・スポーツ医学
 肥満外来・物忘れ外来
=======================================*/
.head-ttl {
  background: #467022;
  color: #fff;
}
/*---- 改行 ----*/
@media only screen and (min-width: 481px) {
  table.resp td br.sp-br {
    display: none;
  }
}
/*---- table ----*/
#forgetfulness table, #obese table, #sport-physician table, #non-smoking table {
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
  padding: 14px 14px 14px 20px;
}
#forgetfulness td, #obese td, #sport-physician td, #non-smoking td {
  padding: 10px;
  text-align: center;
}
#forgetfulness td.title, #obese td.title, #sport-physician td.title, #non-smoking td.title {
  background: #195800;
  color: #fff;
}
#forgetfulness td.category, #obese td.category, #sport-physician td.category, #non-smoking td.category {
  background: #f2f6f0;
  text-align: center;
  white-space: nowrap;
}
#forgetfulness td.gray, #obese td.gray, #sport-physician td.gray, #non-smoking td.gray {
  background: #f1f1f1;
}
#forgetfulness .post td, #obese .post td, #sport-physician .post td, #non-smoking .post td {
  border: 1px solid #e1e1e1;
  padding: 15px;
}
/*======================================
 サイトマップ
=======================================*/
#sitemap ul.site_link {}
#sitemap ul.site_link li {
  background: none;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
  font-weight: bold;
}
#sitemap ul.site_link li.indent {
  font-weight: normal;
}
#sitemap ul.site_link li.indent:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  left: 10px;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-left: 4px solid #fb8e44;
  padding-left: 10px;
  margin-left: 20px;
}
/* サイドナビ */
#side_widget2 {
  background: #001e43;
}
#side_widget2 .side_headline {}
#side_widget2 li a {
  background: #00608d;
}
#side_col .barb_side_widget img {
  max-width: 220px;
  height: auto;
}
/*---- サイドナビ バナー ---*/
.side_bnr {
  text-align: center;
}
.side_bnr a {
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.side_bnr .bnr_nanko {
  letter-spacing: 0;
  padding-bottom: 4px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  color: #195800;
}
@media screen and (max-width: 768px) {
  #side_col .barb_side_widget img {
    /*max-width: 100%;
		height: auto;*/
  }
  #side_col .barb_side_widget img.wp-image-508 {
    max-width: 88% !important;
    height: auto;
    width: 660px;
    border: 1px solid #d1d1d1;
    padding: 16px;
  }
}
/*======================================
 アクセス
=======================================*/
#access iframe.gmap {
  width: 100%;
  height: 450px;
  border: none;
}
#access a, a:visited {
  text-decoration: underline;
}
/* フッタ */
#footer {
  color: #333;
}
#footer a {
  color: #195800;
}
#footer a:hover, #footer a:visited {
  color: #195800;
  text-decoration: underline;
}
#footer li a {
  border-bottom: none;
}
#footer li a:hover {
  text-decoration: underline;
}
#footer_wrap {
  background: #f2f6f0;
}
.footer_logo {
  margin-bottom: 12px;
}
.footer_headline {
  background: #001e43;
  color: #ddd;
}
#footer_description {
  color: #ddd;
}
/*---- フッターメニュー ----*/
#footer .footer_menu {
  width: 360px;
}
#footer .footer_menu > div > ul > li > a {
  font-weight: bold;
  font-size: 14px;
}
#footer .footer_menu ul ul {
  padding: 0 0 0 1em;
  margin: 0 0 3em 0;
  column-count: auto;
}
/*---- サブメニュー ----*/
#footer .footer_menu ul.sub-menu li {
  margin: 5px 0 0 0;
  position: relative;
  font-size: 13px;
}
#footer ul.sub-menu li a:before {
  content: "∟";
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
}
@media screen and (max-width: 640px) {
  #footer .footer_menu {
    width: auto;
  }
  #footer .footer_menu ul ul {
    margin: 0 0 1.5em 0;
  }
  #footer .footer_menu > div > ul > li > a {
    font-weight: normal
  }
  #footer .footer_menu ul.sub-menu li {
    margin: 5px 0 0 0;
    position: relative;
  }
  #footer ul.sub-menu li a:before {
    content: "";
    display: initial;
    position: initial;
    left: initial;
    top: initial;
  }
}
@media screen and (min-width: 641px) {
  #footer .footer_menu ul {
    column-count: 2;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .header_banner .text_row {
    width: 440px;
  }
}
#copyright {
  background: #195800;
  color: #fff;
}
#copyright a {
  color: #ddd;
}
/*---- お問合せ ----*/
#contact {
  overflow: hidden;
}
#contact span.wpcf7-not-valid-tip {
  font-size: 0.75em;
}
#contact .wpcf7 p {
  font-size: 14px;
}
#contact span.case {
  font-size: 12px;
}
#contact span.required {
  background: #ff0000;
  padding: 4px 8px;
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
}
#contact .option:before {
  display: none;
}
#contact span.option {
  background: #689F38;
  padding: 4px 8px;
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
}
#contact .wpcf7 {
  width: 99%;
}
#contact .wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  margin-bottom: 30px;
}
/* フォームボタン */
.mw_wp_form > form .buttons input {
  background: linear-gradient(to bottom, #00608d 0%, #001e43 100%);
}
/* SP */
@media screen and (max-width: 640px) {
  /* ロゴ */
  #logo_sm img {
    max-width: 300px;
  }
  /* ヘッダー */
  #header {
    background: #f2f6f0;
    box-shadow: initial;
  }
  #header, #menu_wrap {
    background: #f2f6f0;
    box-shadow: initial;
  }
  #header a.menu_button, #header a.menu_button:hover {
    background: #195800;
    border: none;
    color: #fff;
    margin-top: 6px;
  }
  /* サイト説明文 */
  .title_text {
    padding: 6px 8px 2px 16px;
    float: left;
    letter-spacing: 0.1rem;
    font-size: 12px;
    color: #333;
    display: block;
    width: 72%;
    margin: 0 0 10px 0;
  }
  /* グローバルナビ */
  #global_menu a {
    border: none;
  }
  #global_menu a:hover {
    opacity: 100;
  }
  #global_menu ul {
    position: absolute;
    z-index: 3;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #global_menu li {
    border-bottom: 1px solid #f2f6f0;
  }
  #global_menu li a {
    background: #195800;
    color: #fff;
    height: 38px;
    line-height: 30px;
    padding-top: 6px;
    border-bottom: 1px solid #f2f6f0;
  }
  #global_menu li a:hover {
    background: #fff;
    color: #195800;
  }
  /* 記事枠 */
  #post_list {
    background: #fff;
    border: none;
    overflow: hidden;
    margin: 0;
  }
  /* 記事幅 */
  .image-area .fleft, .image-area .fright, .consultation .fleft, .consultation .fright, .under_contents .fleft, .under_contents .fright {
    width: 100%;
  }
  /* 見出し */
  #page_headline, #main_col .headline1, .headline2, .headline3 {
    padding: 14px;
  }
}
@media screen and (min-width: 641px) {
  /*---- SP ヘッダ 右テキスト ----*/
  .header_banner .banner_row .barb_text_banner {
    line-height: 40px;
    text-align: center;
  }
  .header_banner .banner_row > div {
    width: 160px;
    height: 40px;
    position: relative;
  }
  #menu_wrap {
    border-style: none;
  }

  #featured_post ul.post2 {
    border-bottom: none;
  }
}
@media screen and (min-width: 481px) {
  #footer .footer_logo img {
    max-width: 340px;
  }
}
/*======================================
 2020/09/04 小児科投稿用
=======================================*/
/*
#pediatrician ol  {
  margin: 0;
  padding: 0
}
#pediatrician ol li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
	    padding-bottom: 0px;
}*/
#pediatrician ol {
  position: relative;
  margin: 0;
  padding: 0;
}
#pediatrician ol li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em;
  padding-bottom: 0px;
}
#pediatrician ol li span {
  position: absolute;
  left: 0;
  margin: 0;
}
#pediatrician .sty {
  color: #FF5050;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: dotted 1px #FF5050;
  margin-bottom: 6px;
}
#ylist a {
  color: #fb8e44;
}
#ylist a:hover {
  color: #FF5050;
}
#pediatrician .iny {
  padding-left: 1.8em;
  text-indent: -0.5em;
  margin-bottom: 10px;
}
#pediatrician .fby {
  font-size: 1.2em;
}
#pediatrician .pline0 {
  width: 100%;
  margin: 0 0 15px 0;
  clear: both;
  overflow: hidden;
  line-height: 2;
}
#pediatrician .pline {
  width: 100%;
  margin: 0 0 45px 0;
  clear: both;
  overflow: hidden;
  line-height: 2;
}
#pediatrician .plist {
  position: relative;
  /*padding: 0.25em 0;*/
  font-size: 1.2em;
  padding-bottom: 5px;
}
#pediatrician .plist:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  width: 230px;
}
#link1 {
  padding-top: 20px;
  margin-top: -20px;
}
#link2 {
  padding-top: 20px;
  margin-top: -20px;
}
#link3 {
  padding-top: 20px;
  margin-top: -20px;
}
#link4 {
  padding-top: 20px;
  margin-top: -20px;
}
#link5 {
  padding-top: 20px;
  margin-top: -20px;
}
/*======================================
 お知らせ用
=======================================*/
.info_sub {
  margin-top: 50px;
  padding: 0.1rem 2rem;
  border-left: 5px solid #497539;
  font-size: 16px;
  font-weight: bold;
}
.info_sub2 {
  border-bottom: 3px dotted #497539;
  font-weight: bold;
}
/*======================================
 お知らせ---精神科と心療内科の違い
=======================================*/
.info_btn_wrap .info_btn_bg {
  background: #fbf4e3;
  padding: 30px;
  margin: 0 auto;
}
.info_btn_bg .center {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em !important;
}
.info_btn_bg .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.info_btn_bg .row.middle {
  justify-content:center;
}
.info_btn_bg .row a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 16px 0;
  display: block;
}
.info_btn_bg .btn_gr {
  margin-bottom: 1.6em;
}
.info_btn_bg .row p {
  width: 47%;
  border-radius: 5px;
}
.info_btn_bg .btn_gr a {
  background: #185900;
}
.info_btn_bg .btn_og a {
  background: #fb8e44;
}
.info_btn_bg .btn_og a span {
  margin-right: .6em;
}
.info_btn_bg .row a:hover {
  opacity: 0.6;
}
.info_btn_bg .btn_og .fz a {
  font-size: 18px;
}
.info_btn_bg .btn_og .fz a span {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .info_btn_bg .row p {
    width: 100%;
  }
  .info_btn_wrap .info_btn_bg {
    padding: 1.6em .8em;
  }
}
/*======================================
 2022/8/19精神科と心療内科の違いボタン
=======================================*/

.info210408_btn a{
	width: 99%;
    display: block;
    background: #195800;
    border-radius: 43px;
    padding: 2.3% 0;
    color: #fff!important;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-decoration: none!important;
    margin: 20px 0;
	border: 2px solid #195800;
	position: relative;
}
.info210408_btn a:hover{
	background: #fff;
    color: #195800!important;
	border: 2px solid #195800
	
}
.info210408_btn a::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	top: 18px;
    right: 19px;
    font-size: 20px;
}
.info210408_btn_wrap{
	width: 99%;
}
.info210408_btn_wrap a::after{
	top: 15px;
    right: 19px;	
}
@media screen and (max-width: 640px) {
	.info210408_btn{
		margin: 0 15px;
	}
	.info210408_btn a{
	padding: 3% 0;
	margin: 0;
	}
	.info210408_btn a::after{
	top: 12px;
    right: 8px;
    font-size: 18px;
}
	.info210408_btn_wrap{
	width: 98%;
}
	.info210408_btn_wrap a::after{
	top: 10px;
    right: 7px;	
}
	.info210408_btn_wrap .info210408_btn{
		margin: 0;
	}
}

#about a {
	    color: #198500;
		text-decoration: underline;
}


.barb_text_link {
  margin-bottom: 1rem;
}
.barb_text_link a{ 
  text-decoration: underline;
  color: #195800;
}
.barb_text_link a:hover {
  text-decoration: none;
  color: #fb8e44;
}
.barb_text_link a + a {
  margin-left: 1rem;
}



/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.footer-banner {
  padding: 3rem 0 2rem;
  background: #147A3B;
  color: #fff;


}

.footer-banner .l-container{
  margin-top: 2.25rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: justify;
  gap: 1.125rem;
}

.footer-banner li img {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .footer-banner {
    padding: 3rem 0 2rem;

    clear:both;
    width:100%;
    min-width:994px; 
  }
  .footer-banner .l-container {
    max-width: 994px;
    margin: 0 auto;
  }
  .footer-banner li {
    width: 23%;
  }
}

@media screen and (max-width: 640px) {
  .footer-banner{
    clear:both;
    width:100%;
    padding: 1rem 0;
  }
  .footer-banner .l-container {
    padding: 10px 16px;
    margin: 0;
  }
  .footer-banner li{
    width: 46.5%;
  }
}


/* .footer-banner .l-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 994px;
}

@media screen and (max-width: 640px) {
  .footer-banner .l-container {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
  .footer-banner .l-container {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

@media screen and (min-width: 1024px) {
  .footer-banner .l-container {
    padding-left: 9.7364568082vw;
    padding-right: 9.7364568082vw;
  }
}

@media screen and (min-width: 1367px) {
  .footer-banner .l-container {
    padding-left: 133px;
    padding-right: 133px;
  }
} */


.top-bnr-row {
  margin-bottom: 1.5em;
}
.top-bnr-row a {
  display: block;
}
.top-bnr-row a img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 641px) {
  .top-bnr-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .top-bnr-row a {
    width: 48.5%;
  }
  
}
@media screen and (max-width: 640px) {
  .top-bnr-row a + a{
    margin-top: 1.5em;
  }
  .barb_cont_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}