@charset "UTF-8";
/* body
-----------------------------------------------------------------*/
a.link {
  border-bottom: 1px solid #f60;
  padding-bottom: 2px;
}

/* nav_local
-----------------------------------------------------------------*/
main #nav_local ul {
  overflow: hidden;
}

main #nav_local ul li {
  float: left;
  width: 140px;
  padding-right: 2px;
  text-align: center;
}

main #nav_local ul li:last-child {
  padding-right: 0;
}

main #nav_local ul li a {
  display: table-cell;
  width: 140px;
  height: 80px;
  background: #BD7C42;
  vertical-align: middle;
  color: #fff;
  font-size: 1.8rem;
}

main #nav_local ul li a:first-child {
  border-radius: 1px 0 0 1px;
}

main #nav_local ul li a:ladt-child {
  border-radius: 0 1px 1px 0;
}

main #nav_local ul li:first-child a {
  background: #8E5E31 url("../../../common/img/bar/bar_home.png") no-repeat left 50px;
}

main #nav_local ul li.current a {
  background-color: #8E5E31;
}

main #nav_local ul li a span {
  display: inline-block;
  text-align: left;
}

/* content
-----------------------------------------------------------------*/
#content {
  background: #fff;
  margin-top: 20px;
}

#content #side {
  position: relative;
  float: left;
  width: 195px;
  min-height: 500px;
  background: #BD7C42;
}

#content #side img {
  margin-top: 100px;
}

#content #side img.mascot_girl {
  position: absolute;
  bottom: 0;
  margin-top: 0;
}

#content #main_content {
  float: left;
  width: 765px;
  margin-left: 20px;
}

#content #main_content .heading {
  display: table;
  width: 765px;
  border-bottom: 2px solid #45B7E2;
}

#content #main_content .heading h2 {
  display: table-cell;
  color: #8E5E31;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 2.8rem;
  line-height: 1.3;
}

#content #main_content .heading h2 span {
  display: block;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
}

#content #main_content .heading h2 img {
  margin: -10px 0 0 0;
}

#content #main_content .heading ul {
  display: table-cell;
  vertical-align: bottom;
}

#content #main_content .heading li {
  float: left;
}

#content #main_content .heading li.tel {
  color: #8E5E31;
  font-size: 2.2rem;
}

#content #main_content .heading li.medical_treatment {
  float: right;
  background: #BD7C42;
  margin-top: 4px;
  border-radius: 12px;
  padding: 2px 20px;
  color: #fff;
  font-size: 1.3rem;
}

#content #main_content section h4 {
  background: url("../../../common/img//bar/bar_hospital.svg") no-repeat center bottom;
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 1.8rem;
}

#toward .right .socialworker {
  width: 375px;
  height: 63%;
  background-image: url("../img/kangoshi_kaigi.png");
  background-position: 10px 60px;
  background-repeat: no-repeat;
  background-size: 30%;
  margin-left: -11px;
}

#toward .right .socialworker p {
  width: 75%;
  float: right;
  margin-top: 35px !important;
}

#toward .right a {
  display: block;
  line-height: 100%;
}

#content #main_content .lead {
  margin: 10px 0;
}
#content #main_content .lead ul li {
  margin: 10px 0 20px;
  line-height: 160%;
  display: flex;
}
#content #main_content .lead ul li:before {
  content: "●";
  color: #45B7E2;
  font-size: 2em;
  line-height: 0.65;
}
#content #main_content .lead ul li span {
  font-size: 2rem;
  font-weight: bold;
}
#content #main_content .lead ul li span.style1 {
  font-size: 1.6rem;
}

#content #main_content .lead p {
  margin: 10px 0;
}

#content #main_content div.medical_treatment {
  margin-top: 20px;
  border: 1px solid #45B7E2;
  border-radius: 3px;
  padding: 10px;
}

#content #main_content .medical_treatment dl {
  overflow: hidden;
  margin: 0;
}

#content #main_content .medical_treatment dt {
  clear: both;
  float: left;
  height: 30px;
}
#content #main_content .medical_treatment dt.height {
  height: 50px;
}

#content #main_content .medical_treatment dt:after {
  content: "／";
}

#content #main_content .medical_treatment dd {
  float: left;
  width: 83%;
}

#content #main_content #toward {
  margin-top: 20px;
}

#content #main_content #toward .box {
  position: relative;
  min-height: 280px;
  background: url("../../../common/img/pictogram/hospital.svg") no-repeat 15px 15px/90px;
  border: 1px solid #bbb;
  border-radius: 1px;
  padding: 10px;
}

#content #main_content #toward .left {
  float: left;
  width: 375px;
}

#content #main_content #toward .right {
  float: right;
  width: 375px;
}

#content #main_content #toward .box h3,
#content #main_content #toward .box p {
  margin-left: 110px;
}

#content #main_content #toward .box h3 {
  color: #3DB77F;
  font-size: 1.8rem;
}

#content #main_content #toward .box a {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url("../../../common/img/pictogram/arrow/arrow_hospital.svg") no-repeat right center/18px;
  padding-right: 25px;
  font-size: 1.5rem;
}

#content #aim {
  clear: both;
  position: relative;
  top: 30px;
}

#content #aim h3 {
  color: #8E5E31;
  font-size: 2.5rem;
  text-align: center;
}

#content #aim ul {
  margin-top: 10px;
}

#content #aim li {
  position: relative;
  float: left;
  width: 188px;
  height: 188px;
  background: url("../../../common/img/pictogram/hospital/about.svg") no-repeat center center/70px;
  margin-right: 10px;
  border: 1px solid #BD7C42;
  border-radius: 2px;
  transition: all 0.2s ease-out 0s;
}

#content #aim li.outpatient {
  background: url("../../../common/img/pictogram/hospital/outpatient.svg") no-repeat center center/70px;
}

#content #aim li.hospitalization {
  background: url("../../../common/img/pictogram/hospital/hospitalization.svg") no-repeat center center/70px;
}

#content #aim li.meet {
  background: url("../../../common/img/pictogram/hospital/meet.svg") no-repeat center center/70px;
}

#content #aim li.access {
  background: url("../../../common/img/pictogram/hospital/access.svg") no-repeat center center/70px;
}

#content #aim li:last-child {
  margin-right: 0;
}

#content #aim li:hover {
  opacity: 0.9;
  background-size: 75px;
}

#content #aim li a {
  display: block;
  height: 188px;
  box-sizing: border-box;
  padding: 10px 0;
  border-bottom: 25px solid #BD7C42;
  border-radius: 0 0 2px 2px;
  color: #8E5E31;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#content #aim li a:after {
  content: url("../../../common/img/pictogram/hospital/arrow_right_circle.svg");
  position: absolute;
  bottom: -1px;
  right: 10px;
}

#content #box_info_location {
  clear: both;
  padding-top: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #BD7C42;
}

#content #box_info_location h2 {
  display: table-cell;
  width: 480px;
  height: 40px;
  padding-left: 35px;
  color: #fff;
  font-size: 1.8rem;
  vertical-align: middle;
}

#content #box_info_location #info {
  float: left;
  width: 480px;
}

#content #box_info_location #info article {
  margin-top: 5px;
}

#content #box_info_location #info h2 {
  overflow: hidden;
  background: #BD7C42 url("../../../common/img/pictogram/hospital/info.svg") no-repeat 10px center/20px;
}

#content #box_info_location #info h2 a {
  float: right;
  background: url("../../../common/img/pictogram/hospital/arrow_right_circle.svg") no-repeat center right;
  margin-right: 10px;
  padding-top: 3px;
  padding-right: 20px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
}

#content #box_info_location #info .inner {
  border-bottom: 1px solid #BD7C42;
  padding-top: 15px;
}

#content #box_info_location #info .inner h3 {
  width: 85px;
  background: #B9E337;
  padding: 1px 3px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  display: inline-block;
}

#content #box_info_location #info .inner h4 a {
  color: #45B7E2;
  font-size: 1.5rem;
}

#content #box_info_location #info .inner p {
  margin: 0;
  padding-bottom: 10px;
  font-size: 1.5rem;
}

#content #box_info_location #info .inner div {
  float: right;
  width: 390px;
}

#content #box_info_location #info .inner div time {
  display: inline-block;
  font-size: 1.1rem;
}

#content #box_info_location #info .inner img {
  float: left;
  width: 80px;
}

#content #box_info_location #location {
  float: right;
  width: 480px;
}

#content #box_info_location #location h2 {
  background: #BD7C42 url("../../../common/img/pictogram/hospital/location.svg") no-repeat 10px center;
}

#content #box_info_location #location .inner {
  border-bottom: 1px solid #BD7C42;
  padding-bottom: 10px;
}

#content #box_info_location #location ul {
  margin-top: 15px;
  font-size: 1.5rem;
}

#content #box_info_location #location p a {
  width: 480px;
  background: none;
  margin-top: 0;
}

#content #box_info_location #location a {
  display: inline-block;
  background: url("../../../common/img/pictogram/arrow/arrow_hospital.svg") no-repeat right center/16px;
  margin-top: 10px;
  padding-right: 20px;
}

#content #box_info_location #location > ul li:before {
  content: "●";
}

#content #box_info_location #location img#banner_tanaka {
  margin-top: 15px;
}

#content aside {
  width: 980px;
  overflow: hidden;
  margin-top: 20px;
}

#content aside h3 {
  display: none;
}

#content aside .left {
  float: left;
}

#content aside .right {
  float: right;
}

#content aside img {
  width: 480px;
  margin-bottom: 10px;
}

/* #content #main_content.news_list.news
-----------------------------------------------------------------*/
#content #main_content.news_list.news article,
#content #main_content.news article {
  border-bottom: 1px dotted #bbb;
  padding-bottom: 20px;
}
#content #main_content.news_list.news article .heading,
#content #main_content.news article .heading {
  display: inline-block;
  width: 550px;
  border: none;
  padding: 20px 0 10px;
}
#content #main_content.news_list.news article .heading h3,
#content #main_content.news article .heading h3 {
  background: none;
  margin-top: 10px;
  color: #444;
  padding: 0;
}
#content #main_content.news_list.news article .heading h3 a,
#content #main_content.news article .heading h3 a {
  color: #45B7E2;
  text-decoration: underline;
}
#content #main_content.news_list.news article .heading span,
#content #main_content.news article .heading span {
  text-align: center;
  float: left;
  width: 130px;
  padding: 2px 10px;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
}
#content #main_content.news_list.news article .heading time,
#content #main_content.news article .heading time {
  display: inline-block;
  margin-left: 10px;
  clear: both;
  font-size: 1.4rem;
}
#content #main_content.news_list.news article .heading p,
#content #main_content.news article .heading p {
  float: left;
  width: 550px;
  margin: 0;
}
#content #main_content.news_list.news article img,
#content #main_content.news article img {
  padding-top: 20px;
  float: right;
}
#content #main_content.news_list.news article:last-child,
#content #main_content.news article:last-child {
  border-bottom: none;
}

#content #main_content .news h3 {
  padding: 20px 0 0;
  width: 530px !important;
}

#content #main_content .news p.group_name {
  display: inline-block;
  width: 150px !important;
}

/* #content #main_content.news
-----------------------------------------------------------------*/
#content #main_content.news article {
  overflow: hidden;
  border-bottom: none;
}
#content #main_content.news article .heading.news {
  width: 530px;
}
#content #main_content.news article p {
  float: left;
  width: 530px;
}
#content #main_content.news article div.right {
  margin-top: -95px;
  float: right;
  width: 180px;
}
#content #main_content.news article div.bottom {
  clear: both;
  width: 100%;
  display: table;
}
#content #main_content.news article div.bottom figure {
  display: inline-block;
  margin: 10px 2px;
  vertical-align: top;
}
#content #main_content.news article figure {
  width: 180px;
  margin-top: 10px;
}
#content #main_content.news article figcaption {
  padding: 2px 5px;
  font-size: 1.5rem;
  text-align: center;
}
#content #main_content.news article img {
  min-width: 180px;
}
#content #main_content.news a.prev {
  display: block;
  background: #bbb;
  padding: 2px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}
#content #main_content.news a.prev:before {
  content: "＜";
  margin-right: 10px;
}

.information1 {
  background-color: #B9E337;
}

.information2 {
  background-color: #45B7E2;
}

/* ie
-----------------------------------------------------------------*/
.ie10 #content #side img.mascot_girl,
.ie11 #content #side img.mascot_girl {
  bottom: auto;
  margin-top: 190px;
}

.ie10 #content #aim li a:after,
.ie11 #content #aim li a:after {
  content: none;
}

/*20150605　追記
---------------------------------------------------------------*/
.ex_story a {
  display: inline-block;
  width: 292px;
  background: url("../../../common/img/pictogram/pdf.png") no-repeat right center/25px;
  color: #45B7E2;
  font-weight: bold;
  text-decoration: underline;
}

#inquiry_counter {
  margin-top: 20px;
  border: 1px solid #bbb;
  padding: 10px;
}
#inquiry_counter h5 {
  margin-bottom: 20px;
  border-top: none !important;
  padding-top: 0;
  color: #8E5E31;
  font-size: 2rem;
}
#inquiry_counter ul,
#inquiry_counter p {
  margin: 10px 0 10px 0 !important;
  border: none;
  padding: 0;
}
#inquiry_counter li {
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
  height: 40px;
  background: url("../../../common/img/pictogram/tel.svg") no-repeat;
  padding-left: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  list-style: none;
  background-size: 30px;
}
#inquiry_counter li div {
  display: block;
  width: 360px;
  float: left;
}
#inquiry_counter li em {
  display: inline-block;
  margin-left: 20px;
  margin-right: 10px;
}
#inquiry_counter li span {
  display: table-cell;
  font-size: 1.3rem;
  font-weight: normal;
}
#inquiry_counter li:before {
  content: "　" !important;
}
#inquiry_counter dl {
  float: left;
  display: table;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0;
}
#inquiry_counter dl dt {
  display: table-cell;
  vertical-align: top;
}
#inquiry_counter dl dd {
  display: inline-block;
}/*# sourceMappingURL=t_style.css.map */