@charset "utf-8";

/*-----

   etc

-----------------------------*/

@media screen and (max-width: 799px) {

		.sitemap_box {
		display: flex;
		width: calc(100% - 24px);
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sitemap_box_link:first-child, .sitemap_box_link:nth-child(3), .sitemap_box_link {
		width: calc(50% - 6px);
		margin: 0 0 20px 0;
	}
	.sitemap_box::after {
		display: block;
		width: calc(50% - 6px);
		content: '';
	}
	.sitemap_box_link_ttl {
		font-size: 15px;
		position: relative;
		margin: 0 0 10px 0;
		padding: 10px 0 10px 0;
		background-position: bottom left;
	}
	.sitemap_box_link_ttl::before {
		position: absolute;
		z-index: -1;
		bottom: 0;
		display: block;
		width: 100%;
		height: 1px;
		content: '';
		background: #d5d5d8;
	}
	.sitemap_box_link li {
		font-size: 14px;
		margin: 0 0 6px 0;
		background-position: 12px 9px;
	}
	
	.content_inner {
		width: calc(100% - 24px);
		margin: 0 auto 38px auto;
	}
	
}
@media screen and (max-width: 639px) {
	.sitemap_box_link:first-child, .sitemap_box_link:nth-child(3), .sitemap_box_link {
		width: 100%;
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 320px) {

}

