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

.nagare {
	background-color: #f3feff;
	width: auto;
	padding: 30px 20px;
}

.taisyou{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 8px;
	width: 20%;
	display: block;
	background-color: #cae4e8;
	float: left;
	margin-top: 5px;
	
}

.taisyou_jikan {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	width: 80%;
	display: block;
	background-color: #f4fafa;
	float: right;
	margin-top: 5px;
	
}


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

.case1 {
	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: 15px;
	padding-bottom: 12px;
	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: 5px;
	padding-bottom: 3px;
	border-radius: 5px;
	border:1px solid #999;
}

.w30per_f_left {
	width: 30%;
	padding-top: 20px;
}

.w60per_f_right {
	float: right;
	width: 60%;
}

@media screen and (max-width: 560px) {
 
.case2 {
	font-size: 18px;
	height: auto;
	padding-left: 70px;
	padding-top: 5px;
	line-height: 1.2;
	padding-bottom: 10px;
}
		
.case1 {
	font-size: 18px;
	padding-left: 70px;
	padding-bottom: 10px;
	height: auto;
	padding-left: 85px;
}

	
.case {
	font-size: 18px;
	padding-left: 70px;
	padding-bottom: 10px;
	height: auto;
}

	
.w30per_f_left {
	width: 40%;
}

.w60per_f_right {
	width: 55%;
}
	
}