@charset "UTF-8";

a{
	color: #723756;
	text-decoration: underline;
}



.acc_box1{
	width: 100%;
	height: auto;
	margin: auto;
}
.acc_fl1{
	width: 100%;
	height: auto;
	margin: auto;
	text-align: justify;
}
.acc_fr1{
	width: 100%;
	height: auto;
	margin: auto;
	text-align: justify;
}
.acc_fl2{
	width: 49.5%;
	max-width: 495px;
	height: auto;
	float: left;
	border-right: 1px solid #595757;
}
.acc_fr2{
	width: 49.5%;
	max-width: 495px;
	height: auto;
	float: right;
}


.acc_lead_cap1{
	font-size: 14px;
}
.acc_title1{
	font-size: 16px;
	text-align: center;
}
.acc_title2{
	font-size: 20px;
}
.acc_cap1{
	font-size: 12px;
}
.acc_txt1{
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}
.acc_txt2{
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}



@media print, screen and (min-width: 641px) {
.acc_box1{
	width: 50%;
	width: 56%;
	height: auto;
	margin: auto;
}
.acc_fl1{
	width: 48%;
	max-width: 480px;
	height: auto;
	float: left;
}
.acc_fr1{
	width: 48%;
	max-width: 480px;
	height: auto;
	float: right;
}
.acc_fl2{
	width: 49.5%;
	max-width: 495px;
	height: auto;
	float: left;
	border-right: 1px solid #595757;
}
.acc_fr2{
	width: 49.5%;
	max-width: 495px;
	height: auto;
	float: right;
}
}






.acc_btn_center1{
	width: 50%;
	height: auto;
	margin: 50px auto 30px;
	background: #723756;
}
.acc_btn_center1 a{
	color: #fff;
	line-height: 2.5;
	display: block;
	text-decoration: none;
	text-align: center;
}
@media print, screen and (min-width: 641px) {
.acc_btn_center1{
	width: 24%;
	height: auto;
	margin: 40px auto 50px;
	background: #723756;
}
}
