@charset "utf-8";
/* CSS Document */
/*
ページタイトル
----------------------------------------------------------------------*/
#page_title {
  background-image: url(image/title.jpg);
}
/*
リスト
----------------------------------------------------------------------*/
.list_block {
  width: 100%;
  margin: 10px auto;
  overflow: hidden;
}
.list_block li {
  margin-left: 20px;
  margin-bottom: 0.75em;
}
/*----*/
.nyuin-list_block {
  width: 100%;
  margin: 10px auto;
  overflow: hidden;
}
.nyuin-list_block ul {
  list-style-type: none;
}
.nyuin-list_block li {
  margin-left: 20px;
  margin-bottom: 0.75em;
}
.nyuin-list_block ol {
  margin-left: 20px;
  margin-bottom: 0.75em;
}
/*
テキスト
----------------------------------------------------------------------*/
.text_block {
  width: 100%;
  margin: 0 auto 15px;
  overflow: hidden;
}
/*
心臓リハビリテーションについて
----------------------------------------------------------------------*/
.two_column {
  width: 100%;
  margin: 10px auto;
  overflow: hidden;
}
.two_column .img_con {
  width: 240px;
  float: right;
}
.two_column .text_con {
  width: 400px;
  float: left;
}
/*
入院できる疾患と入院期間
----------------------------------------------------------------------*/
#nyuin_container iframe {
  width: 100%;
  height: 400px;
}
.nyuin_container img {
  margin: auto;
  display: block;
}
.nyuin_container {
  clear: both;
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}
/*
入院の流れ
----------------------------------------------------------------------*/
#flow_block {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}
#flow_block li {
  list-style-type: none;
  width: 100%;
  overflow: hidden;
  display: inline;
}
#flow_block li dl {
  width: 100%;
  overflow: hidden;
  background-image: url(image/arrow.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 15px;
  padding-bottom: 35px;
}
#flow_block li dl.nobg {
  background-image: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#flow_block li dl dt {
  width: 100%;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #FFE4D3;
  background: linear-gradient(180deg, rgba(255, 228, 211, 1) 0%, rgba(255, 228, 211, 1) 50%, rgba(253, 191, 149, 1) 60%, rgba(255, 191, 146, 1) 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#flow_block li dl dt span {
  font-size: 16px;
  font-weight: 500;
}
#flow_block li dl dd {
  padding: 6px 0px 0px 0px;
}
/*
必要なもの
----------------------------------------------------------------------*/
#need_item {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
  border: 2px solid #F0E189;
  background-color: #FFFAE3;
  box-sizing: border-box;
  padding: 15px 0px;
}
#need_item .left_c {
  width: 100%;
}
#need_item .left_c ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  list-style-type: none;
}
#need_item .left_c ul li {
  margin: 0 auto;
}
#need_item .left_c ul li.dbt01 {
  width: 217px;
}
#need_item .left_c ul li.dbt02 {
  width: 257px;
}
#need_item .left_c ul li.dbt03 {
  width: 170px;
}
#need_item .left_c ul li.dbt01 dl {
  width: 217px;
  outline: hidden;
}
#need_item .left_c ul li.dbt02 dl {
  width: 257px;
  outline: hidden;
}
#need_item .left_c ul li.dbt03 dl {
  width: 170px;
  outline: hidden;
}
#need_item .left_c ul li dt {
  display: flex;
  justify-content: center;
}
#need_item .left_c ul li dd {
  font-size: 13px;
  background-image: url(image/ico01.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 6px 0px 6px 18px;
}
#need_item .left_c div {
  background-color: #FFF5CA;
  padding: 5px;
  font-size: 0.9em;
  margin-top: 5px;
}
#need_item .right_c {
  width: 200px;
  margin: 20px auto 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#need_item .right_c dl {
  width: 180px;
  overflow: hidden;
}
#need_item .right_c dl dt {
  text-align: center;
}
#need_item .right_c dl dd {
  text-align: center;
  font-size: 10px;
}
#need_item .right_c dl dd a {
  background-image: url(image/ico02.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 15px;
  overflow: hidden;
}
/*
入院の準備
----------------------------------------------------------------------*/
.nyuin_junbi {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}
.nyuin_junbi th {
  background-image: url(image/bg_kadomaru.jpg);
  line-height: 25px;
  width: 137px;
}
/*
入院費
----------------------------------------------------------------------*/
.price_block {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}
.price_block dt {
  background-image: url(image/icon_sub.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  font-size: 110%;
  font-weight: bold;
}
.price_block dd {
  width: 100%;
  margin-left: 15px;
  overflow: hidden;
  font-size: 0.9em;
}
.price_block dd table {
  width: 100%;
  border-top: 1px solid #B9B180;
  border-left: 1px solid #B9B180;
}
.price_block dd table th {
  border-bottom: 1px solid #B9B180;
  border-right: 1px solid #B9B180;
  padding: 5px;
  text-align: center;
  font-weight: normal;
}
.price_block dd table .col01 {
  background-color: #FFF4B1;
}
.price_block dd table .col02 {
  background-color: #FFFED7;
}
.price_block dd table td {
  border-bottom: 1px solid #B9B180;
  border-right: 1px solid #B9B180;
  width: 25%;
  padding: 5px;
  text-align: center;
}
/*
リンク
----------------------------------------------------------------------*/
.link_list {
  width: 100%;
  margin: 0px auto 1em auto;
  overflow: hidden;
}
.link_list li {
  list-style-type: none;
  float: right;
  display: inline;
  margin-right: 20px;
}
.link_list li a {
  background-image: url(image/ico_tri.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
}
/**/
.link_list2 {
  width: 100%;
  margin: 0px auto 1em auto;
  overflow: hidden;
}
.link_list2 li {
  list-style-type: none;
  float: left;
  display: inline;
  margin-right: 20px;
}
.link_list2 li a {
  background-image: url(image/ico_tri.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
}
/*
バナー
----------------------------------------------------------------------*/
.banner {
  clear: both;
  background-image: url(image/banner.jpg);
  background-size: contain;
	background-repeat: no-repeat;
  width: 100%;
  height: 80px;
  margin: 15px auto 0;
  overflow: hidden;
}
.banner address {
  display: none;
}