@charset "utf-8";

/*--- トップイメージ ---*/
.top_img{
	background-image:url("../images/69919749.jpg");
	width: 100%;
	height: 250px;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.51);
	background-position: center;
	background-size: cover;
}

.red_BG2{
	background-color:#8C2C18;
	height: 50px;
}

/*--- 画像左 ---*/

.tanosimu_L {
	margin-right: auto;
	margin-left: 0px;
	width: 400px;
	height: 300px;
	position: relative;
}
.tanosimu_L img{
	width: 400px;
	height: 300px;
	position: relative;
	z-index: 2;
}

.tanosimu_L .p{	
	position: absolute;
	right: -650px;
	top:0;
	width: 600px;
}

.tanosimu_L p{
	font-size: 18px;
	color: #fff;
	text-align: justify;
	font-weight: normal;
}
.reg_sikaku_L{
	background-color:#8C2C18;
	width: 400px;
	height: 200px;
	position: absolute;
	bottom: -30px;
	left: -30px;
}

/*--- 画像右 ---*/
.tanosimu_R {
	margin-left: auto;
	margin-right: 0px;
	width: 400px;
	height: 300px;
	position: relative;
}
.tanosimu_R img{
	width: 400px;
	height: 300px;
	position: relative;
	z-index: 2;
}

.tanosimu_R .p{	
	position: absolute;
	left: -650px;
	top:0;
	width: 600px;
}

.tanosimu_R p{
	font-size: 18px;
	color: #fff;
	text-align: justify;
	font-weight: normal;
}
.reg_sikaku_R{
	background-color:#8C2C18;
	width: 400px;
	height: 200px;
	position: absolute;
	bottom: -30px;
	right: -30px;
}

/*左右に三角形をつける*/
.box31{
	margin: 1em auto;
	padding: 15px;/*内側余白*/
	position: relative;
	width: 100%;
}
.box31:before{
	border-bottom:30px solid transparent;
	border-left:30px solid #c6d4c6;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.box31:after{
	border-left:30px solid transparent;
	border-bottom:30px solid #c6d4c6;
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.box31 hr{
	width: 100px;
	border-left: none;
	border-right: none;
	margin: 0 10px;
}
.box31 p{
	color: #fff;
	width: 100%;
	margin-left: 30px
}
.box31 p span{
	font-size: 16px;
	display: block;
}

