@charset "UTF-8";

section.service {
	padding: 40px 0;
	border-bottom: solid 1px rgba(238,238,238,1.00);
	background-color: rgba(254,254,254,1.00);
	background-image: url(../../images/common/visual/shadow.png);
	background-repeat: repeat-x;
	background-position: top;
}

/* section.service > div.body {
	margin: 0 auto;
	width: 1000px;
} */

section.service > div.body > ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 40px;
	@media screen and (max-width: 600px) {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
	&>li {
		&>a {
			display: block;
			color: rgba(68,68,68,1.00);
			background-repeat: no-repeat;
			background-position: 0 5px;
			text-decoration: none;
			&:hover {
				opacity: 0.7;
			}
			&>dl {
				padding-left: 110px;
				@media screen and (max-width: 600px) {
					text-align: center;
				}
				&>dt {
					margin-bottom: 10px;
					text-align: left;
					font-weight: bold;
					@media screen and (max-width: 600px) {
						margin-bottom: 6px;
					}
				}
				&>dd {
					&.excerpt {
						margin-bottom: 8px;
						line-height: 1.5;
						font-size: 86.7%;
						text-align: left;
					}
					&.link {
						padding: 4px 20px 4px 10px;
						border: solid 1px rgba(139,141,152,1.00);
						display: inline-block;
						line-height: 1.5;
						color: rgba(64,64,81,1.00);
						background-image: url(../../images/security/top/arrow.png);
						background-position: center right 10px;
						background-repeat: no-repeat;
						font-size: 80%;
					}
				}
			}
		}
	}
}

section.service > div.body > ul > li.inspection > a {
	background-image: url(../../images/security/top/icon1.png);
}

section.service > div.body > ul > li.inspection > a > dl > dt {
	color: rgba(246,171,0,1.00);
}

section.service > div.body > ul > li.diagnosis > a {
	background-image: url(../../images/security/top/icon2.png);
}

section.service > div.body > ul > li.diagnosis > a > dl > dt {
	color: rgba(20,113,23,1.00);
}

section.service > div.body > ul > li.penetration > a {
	background-image: url(../../images/security/top/icon3.png);
}

section.service > div.body > ul > li.penetration > a > dl > dt {
	color: rgba(48,146,197,1.00);
}

section.service > div.body > ul > li.nist > a {
	background-image: url(../../images/security/top/icon4.png);
}

section.service > div.body > ul > li.nist > a > dl > dt {
	color: rgba(16,90,146,1.00);
}


section.service > div.body > ul > li.gdpr > a {
	background-image: url(../../images/security/top/icon5.png);
}

section.service > div.body > ul > li.gdpr > a > dl > dt {
	color: rgba(131,98,146,1.00);
}

section.service > div.body > ul > li.pcidss > a {
	background-image: url(../../images/security/top/icon6.png);
}

section.service > div.body > ul > li.risk > a {
	background-image: url(../../images/security/top/icon-ismap.png);
}

section.service > div.body > ul > li.pcidss > a > dl > dt,
section.service > div.body > ul > li.risk > a > dl > dt {
	color: rgba(20,121,122,1.00);
}

body > div.common-content > div.wrapper > section.news > div.body p.index-link > a {
	/* background-image: url(../../images/security/top/marker-index.png); */
	padding-left: 13px;
	position: relative;
	background-image: none;
	display: inline-block;
	&::before {
		content: "";
		display: block;
		width: 7px;
		height: 7px;
		border-right: solid 2px var(--colorMain);
		border-bottom: solid 2px var(--colorMain);
		position: absolute;
		top: 0;
		left: 0;
		transform: rotate(-45deg);
	}
}
body > div.common-content > div.wrapper > section.news > div.body div.jspVerticalBar div.jspDrag {
	background-color: var(--colorMain);
}

/* section.consultant {
	padding: 35px 0 35px;
	border-bottom: solid 1px rgba(238,238,238,1.00);
	background-color: rgba(254,254,254,1.00);
	background-image: url("../../images/consult/top/consul-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

section.consultant > h2 {
	margin-bottom: 15px;
	color: rgba(255,255,255,1.00);
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

section.consultant > div.body {
	margin: 0 auto;
	width: 1000px;
	color: rgba(255,255,255,1.00);
}

section.consultant > div.body > p {
	margin-bottom: 1.4em;
	text-align: center;
	line-height: 1.6;
}

section.consultant > div.body > p.button {
	margin-bottom: 0;
}

section.consultant > div.body > p.button > a {
	padding: 10px 30px;
	line-height: 1.0;
	color: rgba(255,255,255,1.00);
	background-color: rgba(242,81,20,1.00);
	text-decoration: none;
}

section.consultant > div.body > p.button > a:hover {
	opacity: 0.8;
} */

@media screen and (max-width: 600px) {	
	section.service > div.body > ul > li,
	section.service > div.body > ul > li:nth-child(3n+1) {
		/* margin: 0 0 30px; */
		padding: 0 20px;
		display: block;
		box-sizing: border-box;
		width: 100%
	}
	
	section.service > div.body > ul > li > a {
		width: 100%;
	}
	
	section.service > div.body > ul > li > a > dl > dd.excerpt {
		margin-bottom: 5px;
	}
}