
/** *********************** **/

/*
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
 font-family: "Oswald", serif;
  	font-weight: 400;
*/

/** *********************** **/

.main-contents {
	width: 100%;
	padding-top: 165px;
}

/** *********************** **/

.company_wrap {
	width: 1060px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.company_wrap h2 {
	width: 1060px;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	border-top: 2px solid #e3d6c4;
	border-bottom: 1px solid #eee6dc;
	margin: 0 auto 40px auto;
	padding: 12px 20px 15px 20px;
	position: relative;
}
.company_wrap h2::after {
	content: "";
	width: 1060px;
	height: 1px;
	background: #eee6dc;
	position: absolute;
	top: 2px;
	left: 0;
}

/** *********************** **/

.company_wrap p {
	font-size: 16px;
	line-height: 26px;
	padding: 0 20px;
	margin-bottom: 30px;
}
.company_wrap table {
	width: 1000px;
	margin: 0 auto;
	border-top: 1px solid #c9c1b5;
	border-left: 1px solid #c9c1b5;
}
.company_wrap th {
	width: 150px;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 25px;
	font-weight: 700;
	text-align: center;
	border-right: 1px solid #c9c1b5;
	border-bottom: 1px solid #c9c1b5;
}
.company_wrap td {
	padding: 10px 20px;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	border-right: 1px solid #c9c1b5;
	border-bottom: 1px solid #c9c1b5;
}

/** *********************** **/