@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;
}



.byouki1 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	display: block;
	padding-top: 25px;
	padding-bottom: 22px;
	border-radius: 5px;
	border:1px solid #999;
}

.byouki2 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	display: block;
	padding-top: 15px;
	padding-bottom: 13px;
	border-radius: 5px;
	border:1px solid #999;
}



@media screen and (max-width: 560px) {
 
.case2 {
	height: auto;
	padding-left: 80px;
	padding-top: 5px;
	line-height: 1.2;
	padding-bottom: 5px;
}

	
	
}