@charset "UTF-8";

#tab {
	margin: 20px 0 10px;
	border-bottom: 2px solid #1FA4C7;
}

#tab li {
	float: left;
	margin-left: 8px;
	font-size: 14px;
}

#tab li a {
	display: block;
	text-decoration: none;
	background-color: #EDF9FC;
	padding: 10px 15px;
	text-align: center;}

#tab .current a {
	background-color: #1FA4C7;
}

#tab .current a {
	color: #fff;
}

section ol li {
	list-style: decimal;
	margin: 0 0 5px 2em;
}

#procedure .box {
	border: 1px solid #eee;
	padding: 15px 20px;
	margin-top: 5px;
}
#procedure ul.nest li {
	list-style: none;
	margin-left: 1em;
}

#procedure ul.nest li:before {
	content: "・";
	margin-left: -1em;
}


section .list li {
	margin: 0 0 5px 1em;
	text-indent:-1em;
}

section .list li:before {
	content: "・";
}

section .list .Kome:before {
	content: "※";
}

section .att {
	padding: 15px;
	background-color: #f5f5f5;
	margin-top: 30px;
}

#procedure .box ul li {
	margin-left: 0.5em;
}

#procedure .box ul li:before {
	content: "・";
	margin-left: -1em;
}

#procedure .note {
	border: 1px solid #1FA4C7;
	background-color: #EDF9FC;
	padding: 20px 25px;
	margin-top: 40px;
}
#procedure .note h2 {
	font-size: 1em;
}
#procedure .note ol li {
	list-style: decimal;
	margin: 5px 0 0  1.5em;
}
#procedure .note ol li span {
	color: #f04642;
}

#inpatientsUl02 .box {
	background-color: #f5f5f5;
	padding: 15px 20px;
	margin-top: 1em;
}

#inpatientsUl02 .red {
	color: #f04642;
}

#inpatientsUl02 .wrap + .wrap {
	margin-top: 2em;
}

/* 面会について
------------------------------------------------------*/
.inpatients article #content .attention {
	background-color: #fff3f2;
	padding: 0.5em;
	border: 1px solid #f04642;
	text-align: center;
	/* font-size: 16px;
	font-weight: bold; */
	color: #f04642;
	margin-bottom: 1em;
}

.inpatients article #content .attention a {
	font-size: 14px;
	display: inline;
	padding: 0 0 0 20px;
	text-decoration: underline;
	background-color: transparent;
	position: relative;
}

.inpatients article #content .attention a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #f03232;
	border-right: 2px solid #f03232;
	position: absolute;
	top: 50%;left: 0;
	margin: -4px 0 0 0;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -ms-transform: rotate(45deg);
	        -o-transform: rotate(45deg);
	            transform: rotate(45deg);
}

.inpatients article #content .attention a:after {
	content: none;
}

.inpatients article #content .attention a:hover {
	text-decoration: none;
	background-color: transparent;
}

