@charset "utf-8";

.h450{
	height:450px;
}
.h495{
	height:495px;
}
.h525{
	height:525px;
}

@media screen and (max-width: 767px){
	.h450{
		height:auto;
	}
	.h495{
		height:auto;
	}
	.h525{
		height:auto;
	}
}



.about_box{}
.about_box ul{
	padding: 0 0 10px 0;
	background-color: #FBF3F3;
}
.about_box ul:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.about_box ul li{
	position: relative;
	width: 50%;
	max-height: 530px;
	float: left;
	margin: 0;
	padding: 10px 5px 0px 10px;
	background-image: none;
	background-color: #FBF3F3;
}
.about_box ul li a{
	display: block;
	background-color: #FFF;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
}
.about_box ul li a:hover .title{
	text-decoration: none;
}
.about_box ul li a span {
	margin: 0 0 20px 0;
	padding: 0 30px;
	font-size: 1.142857em;
	display: block;
}
.about_box ul li:nth-child(even){
	padding: 10px 10px 0px 5px;
}
.about_box ul li:after{
	content: "";
	position: absolute;
	width: 96%;
	height: 4px;
	bottom: 0;
	border-bottom: 4px solid #AD0000;
}
.about_box ul li .photo{
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}
.about_box ul li .photo img{
	width: 100%;
	margin: 0;
}
.about_box ul li .text{
	display: block;
	padding: 25px 0 30px 0;
}
.about_box ul li .text .title{
	font-size: 0.98437495em;
	text-align: left;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.about_box ul li .text .detail{
	font-size: 0.87499996em;
	text-align: left;
	font-weight: normal;
	color: #000;
}
@media screen and (max-width: 767px){
	.about_box ul li{
		float: none;
		width: 100%;
		padding: 10px 10px 0px;
	}
	.about_box ul li:nth-child(even){
		padding: 10px 10px 0px;
	}
}