@charset "utf-8";

/* =============================== */
/* サイトマップ */
/* =============================== */

/* メインビジュアル */
/* -------------------------------------------------- */

#pageTitle {
	background-image: url(../../img/sitemap/head_sp.jpg);
}



/* サイトマップ */
/* -------------------------------------------------- */

a.sitemapLink {
	display: block;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.075em;
	color: #222222;
	background: url(../../img/common/arrow_blue_r1_sp.png) no-repeat right center;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;
	padding: 18px 0;
	border-bottom: solid 1px #cfcfcf;
}

#sitemapBodyService a.sitemapLink {
	border-bottom: solid 0.5px #cfcfcf;
}

#sitemapBodyServiceItem {
	width: 100%;
}

#sitemapBodyServiceItem ul {
	width: 100%;
	margin-top: 30px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-wrap: -webkit-wrap;
}

#sitemapBodyServiceItem ul li {
	width: 32%;
	padding-top: 32%;
	margin-bottom: 10px;
	margin: 0 2% 10px 0;
	letter-spacing: normal;
	position: relative;
}

#sitemapBodyServiceItem ul li:nth-child(3n) {
	margin: 0 0 10px 0;
}

#sitemapBodyServiceItem ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: solid 2px #004098;
	border-radius: 50%;
	z-index: -1;
	display: block;
}

#sitemapBodyServiceItem ul li a {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.sitemapBodyServiceItemtxt {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.050em;
	color: #004098;
}

/* 各サービスの固有値 */
#sitemapBodyPlanning {
	width: 50%;
	margin: 0 auto 3px;
}

#sitemapBodyProduction {
	width: 38%;
	margin: 0 auto 3px;
}

#sitemapBodyPrinting {
	width: 46%;
	margin: 0 auto 3px;
}

#sitemapBodyDigital {
	width: 48%;
	margin: 0 auto 3px;
}

.sitemapBodyServiceItemtxt {
	letter-spacing: -0.1em;
}

#sitemapBodyAssembly {
	width: 36%;
	margin: 0 auto 3px;
}

#sitemapBodyEvent {
	width: 50%;
	margin: 0 auto 3px;
}


.sitemapBodyElse {
	margin-bottom: 50px;
}

.sitemapBodyElse ul {
	letter-spacing: -.4em;
}

.sitemapBodyElse ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.sitemapBodyElse ul li:nth-child(odd) a.sitemapLink {
	background-position: right 18px center;
}

