@charset "UTF-8";
/* CSS Document */

.about_fv{
	background-image: url("../images/essimage.jpg");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 35vh;
	margin-bottom: 80px;
}

.about-section{
	max-width: 860px;
	margin: 80px auto 100px;
	padding: 0 20px;
}

.about-section h3{
	font-size: 1.8rem;
	color: #555555;
	text-align: left;
	margin: 50px 0;
}

.about-table{
	border-collapse: collapse;
}

.about-table tr{
	line-height: 2rem;
	border-bottom: 1px solid #ddd;
}
.about-table td{
	padding: 10px;
	text-align: left;	
}

.column-1{
	min-width: 100px;
}


/* プライバシーポリシー */

.pp_fv{
	background-image: url("../images/hero-pp.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	height: 35vh;
	margin-bottom: 80px;
}

.sec-pp{
	margin-top: 60px;
}

.sec-pp h5{
	font-size: 1.3rem;
	margin-bottom: 10px;
}
.li-disc{
	list-style: disc;
}

.ess-contact{
	margin-top: 50px;
}

@media(max-width: 768px){
	.about_fv{
		height: 35vh;
		background-position: center 40%;
	}

	.about-section{
		padding: 0 40px;
	}
	
	.about-section h3{
	font-size: 1.6rem;
	margin: 50px 0;
}
}