@charset "UTF-8";

.companyprofile {
	margin-bottom: 70px;
}

.companyprofile__heading-1 {
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	letter-spacing: 0.1em;
	font-weight: 600;
	line-height: 1.4;
}

.companyprofile__table {
	margin-top: 35px;
}

.companyprofile__table:not(:last-child) {
	margin-bottom: 110px;
}

.companyprofile__tr {
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
}

.companyprofile__th,
.companyprofile__td {
	padding: 25px 0;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.1em;
}

.companyprofile__th {
	font-weight: 600;
	width: 25%;
	vertical-align: top;
}

.companyprofile__td {
	text-align: justify;
}

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

.companyprofile { /* sp */
	margin-bottom: 54px;
}

.companyprofile__heading-1 { /* sp */
	font-size: 20px;
}

.companyprofile__table:not(:last-child) { /* sp */
	margin-bottom: 52px;
}

.companyprofile__table { /* sp */
	margin-top: 20px;
}

.companyprofile__th,
.companyprofile__td { /* sp */
	font-size: 13px;
	padding: 15px 0;
	line-height: 1.75;
}

.companyprofile__th { /* sp */
	width: 37.4%;
	padding-right: 30px;
}

}

