@charset "utf-8";
/* CSS Document */

section {
	margin-top: 10rem;
	@media (max-width: 767.98px) {
		margin-top: 5rem;
	}
}

.factory_name {
	font-size: clamp(2rem,3vw,3rem);
	font-weight: bold;
	color: #000;
	@media (max-width: 767.98px) {
		font-size: 2rem;
	}
}

.factory_txt {
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	margin-top: 40px;
	line-height: 200%;
	@media (max-width: 767.98px) {
		margin-top: 20px;
		font-size: 1.4rem;
	}
}


.p-history-list__wrap:first-of-type {
	margin-top: 6rem;
	@media (max-width: 767.98px) {
		margin-top: 3rem;
	}
}

.p-history-list__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem 0px;
	@media (max-width: 767.98px) {
		gap: 1rem 0px;
	}
}

.p-history-list__wrap:nth-of-type(n+2) {
	@media (max-width: 767.98px) {
		margin-top: 0;
	}
}

.l-blue_txt_ttl {
	width: 20%;
	border-top: 3px solid #99CBE8;
	padding-top: clamp(10px,3vw,30px);
	@media (max-width: 767.98px) {
		width: 100%;
	}
}

.history_list {
	width: 100%;
	@media (max-width: 767.98px) {
		width: 100%;
	}
}

.history_list > dl {
	border-bottom: 1px solid #0075C2;
	padding: 1.5vw 0px;
	display: flex;
	flex-wrap: wrap;
}

.history_list--first > dl:first-of-type {
	border-top: 1px solid #0075C2;
}

.history_list > dl > * {
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	@media (max-width: 767.98px) {
		font-size: 1.4rem;
	}
}

.history_list > dl > dt {
	max-width: 160px;
	width: 100%;
	font-weight: bold;
}

.history_list > dl > dd {
	max-width: 630px;
	width: 100%;
	font-weight: 500;
}

.info_box_wrap {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 3rem 5rem;
	margin-top: 4rem;
	@media (max-width: 767.98px) {
		grid-template-columns: repeat(1,1fr);
		margin-top: 3rem;
	}
}

.info_box_wrap > dl {
	display: flex;
	flex-wrap: wrap;
	align-items: first baseline;
	padding-left: 35px;
	font-size: clamp(1.6rem,2.2vw,2.2rem);
	font-weight: bold;
	color: #0075C2;
	gap: 0px 10px;
	@media (max-width: 767.98px) {
		justify-content: flex-start;
		font-size: 1.6rem;
	}
}

.info_box_wrap > dl > dd > big {
	font-size: clamp(2rem,3vw,3rem);
	font-family: var(--ff-league-spartan);
	font-weight: bold;
	margin-right: 5px;
	@media (max-width: 767.98px) {
		font-size: 2rem;
	}
}


.info_box_wrap#ability > dl {
	border: 1px solid #0075C2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: first baseline;
	padding: 2vw 10px;
}

.equipment_wrap {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
	gap: 3rem;
	margin-top: 3rem;
}

.equipment_wrap > dl {
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	font-weight: bold;
	display: grid;
	row-gap: 2rem;
	place-items: center;
	@media (max-width: 767.98px) {
		row-gap: 10px;
		font-size: 1.4rem;
	}
}

.p-history {
	margin-top: 10rem;
	@media (max-width: 767.98px) {
		margin-top: 5rem;
	}
}

.p-ability {
	margin-top: 10rem;
	@media (max-width: 767.98px) {
		margin-top: 5rem;
	}
}

.p-equipment {
	margin-top: 10rem;
	@media (max-width: 767.98px) {
		margin-top: 5rem;
	}
}

.p-company-list {
	margin-top: 10rem;
	@media (max-width: 767.98px) {
		margin-top: 5rem;
	}
}


