@charset "utf-8";
/* CSS Document */
.main {
	display: block;
	width: 100%;
	background: linear-gradient(140deg, rgba(138, 35, 135, 0.1) 0, rgba(240, 34, 0, 0.1) 20%, rgba(252, 176, 69, 0.1) 80%, rgba(30, 150, 0, 0.1) 100%);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 48px 20px;
	text-align: center;}
.page-title{
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 2px;
	position: relative;}
.page-title::before {
	content: attr(data-title);
	display: block;
	margin-bottom: 17px;
	color: #020e2e;
	line-height: 0.8;
	letter-spacing: 5px;
	text-transform: uppercase;}
.page-title {
	margin-bottom: 20px;}
.page-title::before {
	font-size: 50px;
	font-weight: 600;}
.box-white-c{
	width: 80%;
	padding: 60px 6.551% 92px;
	margin:30px auto 74px;
	background-color: #fff;
	border-radius: 10px;}
.is-page_company{
	padding-top: 56px;
	padding-bottom: 56px;}
#company_area{
	width: 100%;}
.company-table{
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;}	
.company-table,th,td{
	border-bottom: 1px solid #b5b1b1;}
.company-table th,
.company-table td {
	text-align: left;
	padding: 24px 10px;}
.company-table th {
	font-weight: 600;
	width: 30%;}
@media screen and (max-width: 950px) {
.company-table{
	width: 90%;}
}
@media only screen and (max-width: 640px) {
.company-table th,
.company-table td {
    width: 100%;
    display: block;
	text-align: left;}
.company-table th {
    width: 100%;
	border:0;
	padding: 10px;
	font-weight: bold;}
.company-table td {
	padding: 0 10px 10px;}
.company-table:last-child {
    border-bottom: 0;}
}
@media screen and (max-width:550px){
.box-white-c{
	width: 100%;}	
}
