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

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

======================*/
.r_kei {
	border: 1px solid #B7001F;
	padding: 5%;
	margin-top: 20px;
	box-sizing: border-box;
}
.red {
	color: #B7001F;
}
.r_kei .cap {
	text-align: center;
	font-size: 18px;
	letter-spacing: 10px;
}
.r_kei .wrap {
	margin-top: 20px;
	margin-bottom: 20px;
}
.r_kei dl {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.r_kei dt {
	border: 1px solid #B7001F;
	padding: 10px;
	color: #B7001F;
	text-align: center;
	font-size: 18px;
}
.r_kei dd {
	text-align: center;
}
.r_kei dd img {
	height: 30px;
	padding-top: 10px;
	/*画像回転*/
-moz-transform:    rotate( 90deg );  /* Firefox用 */
-webkit-transform: rotate( 90deg );  /* Chrome,Safari,新しいOpera用 */
-o-transform:      rotate( 90deg );  /* 古いOpera用 */
-ms-transform:     rotate( 90deg );  /* IE9用 */
transform:         rotate( 90deg );  /* CSS3の書き方 */
}
.be_af {
	margin-top: 10px;
}
.be_af table {
	overflow: hidden;
}
.be_af th {
	display: block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 160%;
}
.be_af td {
	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;
}