@charset "UTF-8";
.archive_wrap {
}
.archive_cnt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px 40px;
}
.stock_article a {
	display: block;
}
.stock_article_img {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	aspect-ratio: 630 / 410;
}
.stock_article_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.stock_article_txt {
}
.stock_article_txt_ttl {
	font-size: 18px;
	margin-bottom: 15px;
}
.stock_article_txt_detail {
	color: #7e7e7e;
}
.stock_article_txt_detail_color {
}
.stock_article_txt_detail_cnt {
	display: flex;
	gap: 15px;
}
/* single */
.cmnpagehd_slide {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.cmnpagehd_slide_cnt {
	max-width: 750px;
	margin: auto;
	overflow: visible;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-slide {
	width: 750px;
	margin: 0 20px;
}
.swiper-slide_wrap {
	aspect-ratio: 3 / 2;
}
.swiper-slide_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single {
}
.single_wrap {
}
.single_hd {
	margin-bottom: 70px;
}
.single_hd_ttl {
	font-size: 24px;
	margin-bottom: 30px;
}
.single_hd_intro {
}
.single_cnt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 70px;
}
.single_cnt dl {
	display: flex;
	padding: 23px 25px;
	position: relative;
	z-index: 10;
	overflow: hidden;
	align-items: baseline;
	border-top: #5b5b5b 1px solid;
}
.single_cnt dl:last-child,
.single_cnt dl:nth-last-child(2) {
	border-bottom: #5b5b5b 1px solid;
}
.single_cnt dl dt {
	width: 190px;
	flex-shrink: 0;
}
.single_cnt dl dd {
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 768px) {
	.archive_wrap {
	}
	.archive_cnt {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.stock_article a {
	}
	.stock_article_img {
	}
	.stock_article_img img {
	}
	.stock_article_txt {
	}
	.stock_article_txt_ttl {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.stock_article_txt_detail {
	}
	.stock_article_txt_detail_color {
	}
	.stock_article_txt_detail_cnt {
	}
	/* single */
	.cmnpagehd_slide {
	}
	.cmnpagehd_slide_cnt {
	}
	.swiper-wrapper {
	}
	.swiper-slide {
		width: 90%;
	}
	.swiper-slide_wrap {
	}
	.swiper-slide_wrap img {
	}
	.single {
	}
	.single_wrap {
	}
	.single_hd {
		margin-bottom: 30px;
	}
	.single_hd_ttl {
	}
	.single_hd_intro {
	}
	.single_cnt {
		grid-template-columns: 1fr;
	}
	.single_cnt dl {
		gap: 20px;
		padding: 20px 15px;
	}
	.single_cnt dl:last-child,
	.single_cnt dl:nth-last-child(2) {
	}
	.single_cnt dl:nth-last-child(2) {
		border-bottom: none;
	}
	.single_cnt dl dt {
		width: 100px;
	}
	.single_cnt dl dd {
	}
}
