@charset "utf-8";
/* CSS Document */
/*
ページタイトル
----------------------------------------------------------------------*/
#page_title {
  background-image: url(image/title.jpg)
}
/*
リスト
----------------------------------------------------------------------*/
.list_block {
  width: 100%;
  margin: 15px auto;
  overflow: hidden;
}
.list_block li {
  margin-left: 20px;
  margin-bottom: 0.75em;
}
/*
テキスト
----------------------------------------------------------------------*/
.text_block0 {
  width: 100%;
  margin: 15px auto;
  overflow: hidden;
}
.text_block {
  width: 100%;
  margin: 15px auto;
  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 0px 20px;
  overflow: hidden;
}
.price_block dt {
  background-image: url(image/sub.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  font-size: 125%;
  font-weight: bold;
}
.price_block dd {
  width: 100%;
  margin-left: 15px;
  overflow: hidden;
  font-size: 1em;
  line-height: 200%;
}
.price_block dd table {
  width: 100%;
  border-top: 1px solid #B9B180;
  border-left: 1px solid #B9B180;
  margin-top: 10px;
  margin-bottom: 10px;
}
.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;
  padding: 5px;
}
.price_block dd table td.right {
  text-align: right;
}
/*
お申込み方法
----------------------------------------------------------------------*/
.how_to {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}
.how_to .flow_img {
  background-image: url(image/flow2.jpg);
  background-image: url(../../zaitaku_shinryo/houmon_kango_station/image/flow2.jpg);
  width: 360px;
  height: 360px;
  float: left;
  overflow: hidden;
}
.how_to .flow_text {
  width: 330px;
  float: right;
  overflow: hidden;
}
.how_to .flow_text p {
  margin-bottom: 1.5em;
}
/*
バナー
----------------------------------------------------------------------*/
.banner {
  clear: both;
  background-image: url(../../zaitaku_shinryo/houmon_kango_station/image/banner.jpg);
	background-size: contain;
	background-repeat: no-repeat;
  width: 100%;
  height: 96px;
  margin: 30px auto;
  overflow: hidden;
}
.banner address {
  display: none;
}
.box001 {
  width: 100%;
  margin: 20px auto 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box001 .box001left {
  margin: 0px 3px 20px;
  padding: 0px;
  width: 300px;
  height: 191px;
  text-align: center;
}
.box001 .box001left span {
  display: none
}
.box001 .box001left .pic01 {
  margin: 0px;
  padding: 0px;
  background-image: url("image/photo01_1.png");
  background-repeat: no-repeat;
  background-position: center top;
  height: 269px;
  width: 300px;
}
.box001 .box001left .pic02 {
  margin: 0px;
  padding: 0px;
  background-image: url("image/photo02_2.png");
  background-repeat: no-repeat;
  background-position: center top;
  height: 269px;
  width: 300px;
}
/**/
.price_block .none_border {
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-top: 0px;
}
.price_block .none_border th, .price_block .none_border td {
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-top: 0px;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
/**/