@charset "UTF-8";
/* CSS Document */

.case {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 20px;
	font-weight: 500;
	display: block;
	padding-left: 80px;
	padding-top: 20px;
	height: 65px;
	background-repeat: no-repeat;
	border-bottom: #e58fa7 dotted 2px;
	margin-bottom: 30px;
}
.case2 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 20px;
	font-weight: 500;
	display: block;
	padding-left: 80px;
	padding-top: 20px;
	height: 65px;
	background-repeat: no-repeat;
	border-bottom: #e58fa7 dotted 2px;
	margin-bottom: 30px;
}


.nurse_header {
	background-image: url(../img/base1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	overflow: hidden;
	width: 100%;
}

.nurse_catch_wrap {
	width: 48%;
	float: right;
}


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

.nurse_header {
	background-image: none;
}
.nurse_catch_wrap {
	width: 100%;
	float: right;
}

	
	
}