/* MEDIA START **********************************************/
@media screen and (min-width:480px){}
@media screen and (min-width: 990px) {}
@media screen and (min-width: 1120px) {}
/* MEDIA END **********************************************/

/********************************************** バリアバルズ ***********************************************/
/********************************************** バリアバルズ ***********************************************/
/********************************************** バリアバルズ ***********************************************/


.border-t {
	border-top: 1px solid #939393;
}
.border-b {
	border-bottom: 1px solid #939393;
}

.spacer{
	width: 500px;
	height: 500px;
}

.link {
	text-decoration: none;
}

/************************************************* メインコンテンツ *************************************************/
/************************************************* メインコンテンツ *************************************************/
/************************************************* メインコンテンツ *************************************************/

.company-info__wrapper {
	height: 100%;
	background-image: url(../img/company-back.jpg);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 50px;
}	/* MEDIA START **********************************************/
@media screen and (min-width:480px){}
@media screen and (min-width: 990px) {
	.company-info__wrapper {	
		padding-top: 70px;
	}
}
@media screen and (min-width: 1120px) {}
/* MEDIA END **********************************************/

.company-info__container {
	margin: 0 auto;
	color: white;
	padding: 20px;
}	/* MEDIA START **********************************************/
@media screen and (min-width:480px){}
@media screen and (min-width: 990px) {}
@media screen and (min-width: 1120px) {}
	/* MEDIA END **********************************************/

.company-info__headline {
	font-size: 24px;
	padding: 10px;
	text-align: center;
}	/* MEDIA START **********************************************/
@media screen and (min-width:480px){}
@media screen and (min-width: 990px) {
	.company-info__headline {
		font-size: 32px;
		padding: 15px;
	}
}
@media screen and (min-width: 1120px) {}
	/* MEDIA END ************************************************/


.company-info__table {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	/* background-color: rgba(255, 255, 255, 0.3); */
}	/* MEDIA START **********************************************/
@media screen and (min-width:480px){
	.company-info__table {
		width: 60%;
		padding: 15px;
		/* background-color: rgba(255, 255, 255, 0.3); */
	}
}
@media screen and (min-width: 990px) {}
@media screen and (min-width: 1120px) {}
	/* MEDIA END **********************************************/


.company-info__table th {
	width: 30%;
	padding: 20px 10px 16px 16px;
	text-align: right;
	font-weight: 300;
	border-bottom: solid 1px #e9e9e9;
}	/* MEDIA START **********************************************/
@media screen and (min-width:480px){}
@media screen and (min-width: 990px) {
	.company-info__table th {
		width: 30%;
		padding: 30px 16px 20px 16px;
		text-align: right;
		font-weight: 300;
		border-bottom: solid 1px #e9e9e9;
	}
}
@media screen and (min-width: 1120px) {}
/* MEDIA END **********************************************/


.company-info__table td {
	width: 70%;
	padding: 20px 10px 16px 16px;
	text-align: left;
	font-weight: 300;
	border-bottom: solid 1px #e9e9e9;
}	/* MEDIA START **********************************************/
@media screen and (min-width:480px){}
@media screen and (min-width: 990px) {
	.company-info__table td {
		width: 70%;
		padding: 30px 16px 20px 16px;
		text-align: left;
		font-weight: 300;
		border-bottom: solid 1px #e9e9e9;
	}
}
@media screen and (min-width: 1120px) {}
/* MEDIA END **********************************************/


.companyoutline_jp {
	font-size: 16px;
	line-height: 20px;
}	/* MEDIA START **********************************************/
@media screen and (min-width:480px){}
@media screen and (min-width: 990px) {}
@media screen and (min-width: 1120px) {
	.companyoutline_jp {
		font-size: 20px;
		line-height: 26px;
	}
}
/* MEDIA END **********************************************/


.companyoutline_en {
	font-size: 10px;
	line-height: 16px;
}	/* MEDIA START **********************************************/
@media screen and (min-width:480px){}
@media screen and (min-width: 990px) {}
@media screen and (min-width: 1120px) {
	.companyoutline_en {
		font-size: 14px;
		line-height: 20px;
	}	
}
	/* MEDIA END **********************************************/


td p a {
    text-decoration: none;
    color: white;
}
