﻿@charset "utf-8";
/* CSS Document */
.main {
	padding-bottom: 70px;
}
.bg-gray {
	position: relative;
}
/* .bg-gray::after {
	content: '';
	display: block;
	width: 200%;
	height: 2px;
	background: url(/parts/img/line_horizontal.png) repeat-x;
	background-size: 6px 2px;
	position: absolute;
	top: 110px;
	right: -100%;
	z-index: -1;
} */
.title-wrap {
	position: relative;
}
.title-wrap::after {
	content: '';
	display: block;
	width: 168px;
	height: 82px;
	background: #f8f8f8 url(/parts/img/spoon_icon.png) no-repeat;
	position: absolute;
	right: -110px;
	top: -13px;
}

/* ---------------------------------------
	index
--------------------------------------- */
.bg-gray {
	margin-bottom: 100px;
	position: relative;
}
.top .bg-gray::after {
	content: '';
	display: block;
	width: 200%;
	height: 2px;
	background: url(/parts/img/line_horizontal.png) repeat-x;
	background-size: 6px 2px;
	position: absolute;
	top: 110px;
	right: -100%;
	z-index: -1;
}
.news-list-wrap dl {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #eaeaea;
	/* background: url(/parts/img/arrow_black.png) right center /6px 10px no-repeat; */
	/* リンクついたら消す */
	cursor: default;
}
.news-list-wrap dl:first-of-type {
	border-top: 1px solid #eaeaea;
}
.news-list-wrap dt,
.news-list-wrap dd {
	box-sizing: border-box;
	padding: 25px 0;
}
.news-list-wrap dt {
	width: 100px;
	color: #727272;
	font-size: 12px;
}
.news-list-wrap dd {
	width: calc(100% - 100px);
	padding-right: 26px;
}

@media screen and (max-width: 1080px) {
	.title-wrap::after {
		right: -4%;
	}
	/* ---------------------------------------
		index
	--------------------------------------- */

	/* ---------------------------------------
		詳細
	--------------------------------------- */

}

@media screen and (max-width: 767px) {
	.title-wrap::after {
		display: none;
	}
	.bg-gray {
		margin-bottom: 80px;
		position: relative;
	}
	/* ---------------------------------------
		index
	--------------------------------------- */
	.news-list-wrap dl {
		display: block;
	}
	.news-list-wrap dt {
		width: 100%;
		padding-bottom: 0;
	}
	.news-list-wrap dd {
		width: 100%;
		padding-top: 0;
	}

	/* ---------------------------------------
		詳細
	--------------------------------------- */
	
}
