.container {
	min-width: 375px;
}

.content {
	max-width: 1000px;
	width: 95%;
	margin-top: 42px;
	margin-right: auto;
	margin-left: auto;
}

main.main_container {
	padding-top: 132px;
	padding-bottom: 100px;
}

.sitemap-list {
	width: 69%;
	height: 327.5px;
	margin-right: auto;
	font-weight: var(--xdBold);
}

.sitemap-list ul {
	display: flex;
	height: inherit;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: space-between;
	align-items: flex-start;
}

.sitemap-list ul li.page-title.page-element {
	margin-bottom: 32px;
}
.content .sitemap-list a {
	display: grid;
	height: 1em;
	line-height: calc(25/17);
}
.content .sitemap-list a {
	text-decoration: underline;

	text-underline-offset: 5px;
}

.jp_blue {
	color: #0027ff;
}

.bg-image {
	position: relative;
	bottom: 0;
	transform: translateY(-100%);
	width: 100%;
}

.bg-image img {
	position: absolute;
	opacity: 0.3;
}

main.main_container {
	width: 100%;
}

.bg-image img:nth-child(1) {
	bottom: -80px;
	left: calc(50% - 584px);
	transform: translateX(-100%);
}

.bg-image img:nth-child(2) {
	right: calc(50% - 584px);
	bottom: -80px;
	transform: translateX(100%);
}

.bg-image img:nth-child(3) {
	right: calc(50% - 424px);
	bottom: -80px;
	transform: translateX(100%);
}
.sitemap-list ul li {
	margin-left: 12px;
}
.sitemap-list ul li {
	list-style-type: disc;
	padding-left: 8px;
}
.sitemap-list ul li::marker {
	content: url(../img/list-mark-cofeebean.png);
}
@media screen and (max-width:767px) {
	main.main_container {
		padding-bottom: 0px;
	}
	.content {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding: 0 20px;
	}
	.sitemap-list {
		height: 375px;
		font-weight: var(--xdBold);
		font-size: clamp(15px,2.21vw,17px);
	}
	body.font-large .sitemap-list {
		font-size: calc(clamp(15px,2.21vw,17px) + 2px);
	}
	body.font-extra-large .sitemap-list {
		font-size: calc(clamp(15px,2.21vw,17px) + 6px);
	}
	.sitemap-list li {
		max-width: 75.28%;
	}

	.sitemap-list ul {
		width: inherit;
	}

	.sitemap-list {
		width: 100%;
	}

	.sitemap-list ul li {
		min-width: 156.5px;

/* height: 48px; */
		width: 46.1%;
		margin-right: 0;
		margin-bottom: 30px !important;
		padding-left: 6.6px;
		box-sizing: border-box;
	}

	.content .sitemap-list a {
		height: auto;
	}

	span.page-title_jp {
		height: min-content;
	}

	.sitemap-list ul li::marker {
		display: inline-block;
		width: 11.19px;
		height: 12.95px;
	}
}
