@charset "UTF-8";

.content-table dt {
	font-weight: 600;
}
.history .content-table dd {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding: 1vw 0 2vw;
	margin-bottom: 2vw;
}
.history .content-table dd:last-of-type {
	margin-bottom: 0;
}
.over .content-table dt,
.over .content-table dd {
	border-left: 5px solid #00866d;
	padding: 0 1.3vw;
}
.over .content-table dt {
	padding-bottom: 1vw;
	padding-top: 1vw;
}
.over .content-table dd {
	margin-bottom: 5vw;
	padding-bottom: 1.5vw;
	border-bottom: 1px solid #00866d;
}
.over .content-table dd:last-of-type {
	margin-bottom: 0;
}

/***** FOR MOBILE *****/
@media screen and (max-width: 768px) {
	body.company-page #wrapper #main-visual {
		display: flex;
		flex-direction: column;
		height: auto;
	}
	
	body.company-page #wrapper #main-visual img {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		object-fit: contain;
		width: 100%;
		height: auto;
		min-height: auto;
	}
	
	body.company-page #wrapper #main-visual .main-v-tagline {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		padding-top: 25vw;
		order: -1;
	}
	
	body.company-page #wrapper #main-visual .sc-down {
		display: none;
	}
}
/***** FOR TABLET *****/
@media screen and (min-width: 769px) {
	
	.content-table {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	
	.content-table dt,
	.content-table dd {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.content-table dt {
		width: 23%;
	}
	
	.content-table dd {
		width: 77%;
	}
	
	.history .content-table dt {
		border-bottom: 1px solid rgba(0, 0, 0, .2);
		padding: 1vw 0 2vw;
		margin-bottom: 2vw;
	}
	.history .content-table dt:last-of-type {
		margin-bottom: 0;
	}	
	
	.over .content-table dt {
		border-right: none;
	}	
	.over .content-table dd {
		border-right: 1px solid #00866d;
	}	
	.over .content-table dd:first-of-type {
		border-top: 1px solid #00866d;
	}
	
}

/***** FOR PC *****/
@media screen and (min-width: 961px) {
	
	.content-table {
		width: 60%;
	}
}