.presiBox{
	margin-top: 110px;
	margin-bottom: 100px;
}
.presiBox h2{
	margin-bottom: 60px;
}

.presiBox .imgBox{
	margin-left: 40px;
	float: right;
}
@media screen and (max-width: 750px){
	.presiBox .imgBox{
		margin-left: 0px;
		margin-bottom: 60px;
		float: none;
		width: 100%;
		height: 450px;
		overflow: hidden;
		position: relative;
	}
	.presiBox .imgBox img{
		top: 0;
		bottom: 0;
		margin: auto;
		position: absolute;
		width: 100%;
	}
}

.aboutBox {
	margin-bottom: 120px;
}
.aboutBox dl{
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 1px #f1f1f1;
	padding: 12px 0;
}
.aboutBox dl:first-child{
	border-top: solid 1px #f1f1f1;
}

.aboutBox dd,
.aboutBox dt{
	font-weight: 200;
	font-size: 1.6rem;
	line-height: 2;
}
.aboutBox dt{
	color: #00aa94;
	width: 200px;
}
.aboutBox dd{
	width: calc(100% - 200px);
}
@media screen and (max-width: 750px){
	.aboutBox dd,
	.aboutBox dt{
		font-size: 2.4rem;
	}
	.aboutBox dt{
		width: 260px;
	}
	.aboutBox dd{
		width: calc(100% - 260px);
	}
}


@media screen and (max-width: 750px){


/*======================
display_size_noen
======================*/
.sp_none{
	display: none !important;
}
.pc_none{
	display: block !important;
}

/* ======================
header
====================== */

/*======================
.cl { clearfix }
======================*/
.cl::after {
	content: "";
	display: table;
	clear: both;
}

}
