@charset "UTF-8";
/*-----------------------------------

	history_block

-----------------------------------*/
#history_block {
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 3%, rgba(239, 239, 239, 1) 100%);
	padding: 0 0 72px;
	margin-top: 75px;
}
#history_block h3 {
	width: 174px;
	margin: 0 auto 48px;
}
#history_block .history_wrapper {
	align-items: flex-end;
}
#history_block .history01 {
	margin-bottom: 12px;
}
#history_block .history_wrapper table {
	width: 100%;
}
#history_block .history_wrapper th,
#history_block .history_wrapper td {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6875;
	letter-spacing: 0.005em;
	text-align: left;
	background: #ffffff;
	padding: 13px 10px;
}
#history_block .history_wrapper tr:not(:last-child) th,
#history_block .history_wrapper tr:not(:last-child) td {
	border-bottom: 12px solid #efefef;
}
#history_block .history_wrapper th {
	width: 282px;
	padding-left: 88px;
}
#history_block .history_wrapper td {
	width: calc(100% - 282px);
	padding-left: 0;
}
#history_block .history_wrapper td .branch {
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(35, 24, 21, 0.3);
	margin-right: 152px;
	margin-bottom: 14px;
}
#history_block .history_wrapper td .branch:first-of-type {
	padding-top: 2.5px;
}
#history_block .history_wrapper td .branch_detail {
	margin-bottom: 33px;
}
#history_block .history_wrapper td .branch_other {
	margin: 32px 0 14.5px;
}
#history_block .history_wrapper .gallery_box {
	width: 253px;
}
#history_block .history01 .gallery_box {
	margin-bottom: 18px;
}
#history_block .history02 .gallery_box {
	margin-bottom: 6px;
}
#history_block .history_wrapper .gallery_box img:not(:last-of-type) {
	margin-bottom: 35px;
}
#history_block .history_wrapper td .img_box {
	width: max-content;
	max-width: 100%;
	margin: 10px 0;
	gap: 10px 10px;
	flex-wrap: wrap;
}
#history_block .history_wrapper td .img_box img {
	max-width: 252px;
}
@media screen and (max-width: 840px) {
	#history_block .history01 {
		margin-bottom: 20px;
	}
	#history_block .history_wrapper table,
	#history_block .history_wrapper .gallery_box {
		width: 100%;
	}
	#history_block .history_wrapper th {
		width: 182px;
		padding-left: 48px;
	}
	#history_block .history_wrapper td {
		width: calc(100% - 182px);
	}
	#history_block .history_wrapper .gallery_box {
		align-items: flex-start;
		gap: 20px 0;
		margin-top: 20px;
	}
	#history_block .history01 .gallery_box,
	#history_block .history02 .gallery_box {
		margin-bottom: 0;
	}
	#history_block .history_wrapper .gallery_box img {
		width: calc((100% - 20px) / 2);
		margin-bottom: 0 !important;
	}
}
@media screen and (max-width: 640px) {
	#history_block {
		padding: 0 0 62px;
		margin-top: 48px;
	}
	#history_block h3 {
		width: 144px;
		margin: 0 auto 28px;
	}
	#history_block .history01 {
		margin-bottom: 10px;
	}
	#history_block .history_wrapper th,
	#history_block .history_wrapper td {
		display: block;
		font-size: 15px;
		width: 100%;
		padding: 10px 10px;
	}
	#history_block .history_wrapper th {
		padding-left: 10px;
		padding-bottom: 0;
	}
	#history_block .history_wrapper td {
		padding-left: 25px;
	}
	#history_block .history_wrapper tr:not(:last-child) th {
		border-bottom: none;
	}
	#history_block .history_wrapper tr:not(:last-child) td {
		border-width: 6px;
	}
	#history_block .history_wrapper td .branch {
		margin-right: 0;
	}
	#history_block .history_wrapper .gallery_box {
		gap: 10px 0;
		margin-top: 10px;
	}
	#history_block .history_wrapper .gallery_box img {
		width: calc((100% - 10px) / 2);
	}
	#history_block .history_wrapper td .img_box {
		width: 100%;
	}
}
