@charset "UTF-8";
/*------------------------------------------------------------common*/
#pagetitle{
	background: url(../img/title_img/about.png) top center no-repeat;
	background-size: cover;
	min-height: 300px;
}
.pagetitle{
	position: relative;
}
.pagetitle h2{
	position: absolute;
	top: 115px;
	left: 10px;
	font-size: 48px;
	line-height: 90%;
}
.pagetitle p{
	font-size: 30px;
	font-weight: 700;
}
section {
	width: 100%;
	min-width: 1140px;
	padding: 60px 0;
}
h3 {
	font-family: "NotoSansBold";
	font-size: 30px;
	color: #B80032;
	margin-bottom: 30px;
}
h4 {
	font-family: "NotoSansBold";
	font-size: 18px;
	margin-bottom: 10px;
}
h5 {
	font-family: "NotoSansBold";
	font-size: 22px;
	margin-bottom: 20px;
}
.sec01, .sec02 {
	margin-bottom: 35px;
}
section p {
	margin-bottom: 6px;
}
/*------------------------------------------------------------company*/
.company{
	margin-bottom: 30px;
}
#company table{
	width: 100%;
	font-family: "NotoSansRegular";
	font-size: 16px;
	border-top: 1px #fff solid;
	border-left: 1px #fff solid;
}
#company table th{
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	color: #171c20;
	background: #dfdfdf;
	padding: 12px 20px;
}
#company table td{
	text-align: left;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	background: #171c20;
	padding: 12px 20px;
}
/*------------------------------------------------------------policy*/
#policy{
	font-family: "NotoSansRegular";
}
#policy_list{
	text-align: left;
}
#policy_list ol li{
	margin-bottom: 5px;
}