@charset "utf-8";
/*======================

======================*/
/*下層共通タイトル帯*/
.tit {
	background-image: url(image/tit_bg.jpg);
}
/*======================

======================*/
.r_kei {
	border: 1px solid #B7001F;
	padding: 20px;
	margin-top: 20px;
}
.r_kei p {
	color: #B7001F;
}
.customer {
	margin-top: 20px;
	margin-bottom: 20px;
}
.customer ul {
	overflow: hidden;
	margin-right: -1%;
	margin-bottom: 10px;
	/*高さあわせる*/
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.customer li {
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-bottom: 10px;
}
.customer li .image {
	width: 100%;
}
.customer li .image img {
	width: 100%;
}
.customer li p {
	font-size: 12px;
	line-height: 160%;
}
.be_af {
}
.be_af table {
	margin-bottom: 50px;
	overflow: hidden;
}
.be_af th {
	display: block;
	width: 100%;
	font-size: 18px;
}
.be_af td {
	border-bottom: 1px dotted #333333;
	display: block;
	width: 100%;
}
.be_af td ul {
	overflow: hidden;
	background-image: url(../commonImage/arrow.png);
	background-position: 45% center;
	background-size: 35px auto;
	margin-bottom: 20px;
	margin-right: -10%;
}
.be_af td ul li {
	float: left;
	width: 40%;
	margin-right: 10%;
	margin-bottom: 10px;
}
.be_af td ul li .image {
	width: 100%;
}
.be_af td ul li .image img {
	width: 100%;
}

.bt {
	width: 80% !important;
}