@charset "UTF-8";







.res_head1{
	font-size: 23px;
	padding: 15px 0 15px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.res_head2{
	font-size: 23px;
	padding: 15px 0 15px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.res_lead1{
	font-size: 15px;
	text-align: justify;
}
.res_cap1{
	font-size: 13px;
	padding: 15px 0 0;
}
@media print, screen and (min-width: 641px) {
.res_head2{
	font-size: 23px;
	padding: 40px 0 15px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
}


.res_fl1{
	width: 100%;
	height: auto;
	margin: auto;
}
.res_fr1{
	width: 100%;
	height: auto;
	margin: auto;
}
.res_fl2{
	width: 100%;
	height: auto;
	margin: auto;
}
.res_fr2{
	width: 100%;
	height: auto;
	margin: auto;
}
@media print, screen and (min-width: 641px) {
.res_fl1{
	width: 51.5%;
	max-width: 515px;
	height: auto;
	float: left;
}
.res_fr1{
	width: 44%;
	max-width: 440px;
	height: auto;
	float: right;
}
.res_fl2{
	width: 44%;
	max-width: 440px;
	height: auto;
	float: left;
}
.res_fr2{
	width: 51.5%;
	max-width: 515px;
	height: auto;
	float: right;
}
}


