@charset "utf-8";

/* page-terms style --------------------------------------------------*/

#terms {
	margin-top: -20px;
}
#terms .termsList li:not(:last-child) {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #ddd;
}
#terms .termsList li .termsTtl {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: .1em;
	display: flex;
	margin-bottom: 5px;
}
#terms .termsList li .termsTtl .en {
	display: inline-block;
	font-size: 28px;
	letter-spacing: .05em;
	margin-top: -3px;
}
#terms .termsList li .termsTtl .outline {
	font-weight: normal;
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.7;
}

#company {
	position: relative;
	padding: 60px 0;
}
#company .companyInner {
	background: #fff;
	padding: 30px 20px;
}
#company .secTtl {
	font-size: 20px;
	color: #e95404;
	margin-bottom: 10px;
}
#company .companyTxt {
	margin-bottom: 20px;
}
#company dl {
	line-height: 1.5;
}
#company dt {
	font-weight: 600;
}
#company dd {
	margin-bottom: 10px;
}