@charset "UTF-8";
@import "../common/main.css";

.mainImg {
	background-image: url(mainImg.jpg);
}

.mainImg h3 {
	letter-spacing: 2px;
	text-indent: 2px;
}

/* 患者さま相談窓口
-------------------------------------------------------------------------*/
ul.list-nomal{
	width: 100%;
	margin: 0 auto;
}
ul.list-nomal li{
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}
ul.list-nomal li:last-of-type{
	margin-bottom: 0;
}
ul.list-nomal li::before{
	content: "●";
	color:#30479e;
	position: absolute;
	left: 0;
}

@media screen and (max-width: 768px) {

}


/* 患者さまの声
-------------------------------------------------------------------------*/
table.purple.voice{
	width: 100%;
	max-width: 900px;
}
table.purple.voice th,
table.purple.voice td{
	padding: 30px;
	box-sizing: border-box;
	vertical-align: middle;
}
table.purple.voice th{
	width: 30%;
	text-align: center;
	font-weight: bold;
}
table.purple.voice th.voice_c{
	background-color: #fffac7;
}
table.purple.voice th.voice_h{
	background-color: #d6f0ff;
}


@media screen and (max-width: 768px) {

}


p.btn-voice{
	width: 100%;
	margin: 30px auto 0;
}
p.btn-voice a{
	width: 100%;
	max-width: 300px;
	display: block;
	text-align: center;
	background-color: #30479e;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
p.btn-voice a:hover{
	background-color: #ffc800;
	color: #333;
	transition: all .2s ease-in;
}
p.btn-voice a::after{
	content: ">";
	position: absolute;
	right: 15px;
}

