@charset "utf-8";
/* ============================================================ */
/* contents */
/* ============================================================ */

/*----- .block -----*/

.block00{
	margin: 0 0 20px;
	overflow:hidden;
}

/*----- .note -----*/

.note01 {
	padding: 0 0 0 1em;
	font-size: 14px;
	font-size: 1.4rem;
	text-indent: -1em;
}
.list_note01 {
	margin: 20px 0 0;
}
.list_note01 li {
	margin: 0 0 5px;
	padding: 0 0 0 1em;
	font-size: 14px;
	font-size: 1.4rem;
	text-indent: -1em;
}

/*----- .list_news -----*/

.list_news li{
	margin:0 0 10px;
}
.list_news li time{
	float: left;
	margin: 0 25px 0 0;
}
.list_news li p{
	margin: 0;
}

/*----- .ttl01 -----*/
.ttl01 span{
	display: block;
	width: 100%;
	margin-top: 0px;
	font-size: 70%;
	line-height: 1.2;
}

/*----- .ttl_btn -----*/

.ttl_btn {
	position: absolute;
	top: 0;
	right: 0;
}
.ttl_btn ul {
	overflow: hidden;
}
.ttl_btn ul li {
	float: left;
	margin: 0 0 0 10px;
	border: 1px solid #503764;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1;
}
.ttl_btn ul li a {
	display: table;
}
.ttl_btn ul li i,
.ttl_btn ul li span {
	display: table-cell;
	vertical-align: middle;
}
.ttl_btn ul li i {
	padding: 5px;
	background: #503764;
	color: #fff;
}
.ttl_btn ul li span {
	padding: 6px 10px;
}

/*----- .event -----*/
.event{
	position: relative;
}
.event table .pic_area{
	width: 238px;
	vertical-align: middle;
}
.event table .detail{
	position: relative;
	padding: 20px 14px 10px;
}
.event table .detail a{
	font-size: 2rem;
}
.event table .detail a i{
	font-size: 2rem;
}
.event table .detail p{
	margin: 15px 0 56px;
}
.event table .detail ul{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 56px;
	margin: 0 -14px 0;
	padding: 0 10px 0 30px;
	border-top: 1px dotted #dcdcdc;
	overflow: hidden;
	box-sizing: border-box;
}
.event table .detail ul li{
	float: left;
	min-width: 115px;
	height: 22px;
	margin: 17px 21px 0 0;
	color: #ffffff;
	text-align: center;
	border-radius: 3px;
}
.event table .detail ul li.pink{
	background-color: #c84b4b;
}
.event table .detail ul li.green{
	background-color: #3c965a;
}
.event table .detail ul li.clinic{
	float: right;
	min-width: 222px;
	height: 32px;
	line-height: 32px;
	margin: 12px 0 0;
	background-color: #503764;
	border-radius: 0;
}
/*----- .pic -----*/
figure img {max-width: 100%;}


/*----- .box01 .column_b02 -----*/
#about_disease .box01,
#patient_first .box01,
#concerned_doctor .box01,
#concerned_system .box01{
	margin: 0 0 40px;
}
#about_disease .box01 .column_layout .column_b02,
#patient_first .box01 .column_layout .column_b02,
#concerned_doctor .box01 .column_layout .column_b02,
#concerned_system .box01 .column_layout .column_b02{
	width: 100%;
	margin: 0;
}
#about_disease .box01 .column_layout .column_b02 > li,
#patient_first .box01 .column_layout .column_b02 > li,
#concerned_doctor .box01 .column_layout .column_b02 > li,
#concerned_system .box01 .column_layout .column_b02 > li{
	width: 304px;
	margin: 0 30px 0 0;
	text-align: center;
}
#about_disease .box01 .column_layout .column_b02 > li > span,
#patient_first .box01 .column_layout .column_b02 > li > span,
#concerned_doctor .box01 .column_layout .column_b02 > li > span,
#concerned_system .box01 .column_layout .column_b02 > li > span{
	display: inline-block;
	margin: 0 0 10px 0;
}
#about_disease .box01 .column_layout .column_b02 > li:nth-of-type(2),
#patient_first .box01 .column_layout .column_b02 > li:nth-of-type(2),
#concerned_doctor .box01 .column_layout .column_b02 > li:nth-of-type(2),
#concerned_system .box01 .column_layout .column_b02 > li:nth-of-type(2){
	margin: 0;
}
#about_disease .box01 .column_layout .column_b02 > li a,
#patient_first .box01 .column_layout .column_b02 > li a,
#concerned_doctor .box01 .column_layout .column_b02 > li a,
#concerned_system .box01 .column_layout .column_b02 > li a{
	width: 100%;
	box-sizing: border-box;
}
