@charset "UTF-8";
/* =======================================

	servicec　Elements

======================================= */

.preparation {
	overflow: hidden;
}

.preparation div {
	float: left;
}

.preparation div:first-child {
	margin-right: 60px;
}

@media only screen and (max-width: 720px) {

	.preparation div {
		width: 100% !important;
		float: none;
	}

	.preparation div:first-child {
		margin-right: 0 !important;
	}

}


/* ------------------------------------
	SERVICE agm WizLabo SR.QA
------------------------------------ */
.pgService.sr_qa .proposal dl {
	margin: 0 0 50px;
	position: relative;
}
.pgService.sr_qa .proposal dl dt {
	margin: 0 auto .3em;
	padding: .2em;
	text-align: center;
	width: 100%;
	max-width: 18em;
	font-size: 1.3em;
	font-weight: bold;
	border-radius: .3em;
	background: #ccc;
}
.pgService.sr_qa .proposal dl dd {
	background: #eee;
	padding: 1em;
	display: flex;
	align-items: center;
	gap: 20px;
}
.pgService.sr_qa .proposal dl dd figure {
	max-width: 200px;
}
.pgService.sr_qa .proposal dl dd figure img {
	max-width: 100%;
}
.pgService.sr_qa .proposal dl dd ul {
	margin: 10px 0 0;
}
.pgService.sr_qa .proposal dl.assignment dt { background: #c2e0b3;	}
.pgService.sr_qa .proposal dl.assignment dd { background: #e3fcd7;	}
.pgService.sr_qa .proposal dl.solution dt { background: #24aed3; color: #fff;	}
.pgService.sr_qa .proposal dl.solution dd { background: #d6ecfd;	}
.pgService.sr_qa .proposal dl.assignment::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	border-top: 30px solid #ff0000;
	border-bottom: 0;
	position: absolute;
	left: calc(50% - 50px);
	bottom: -40px;
}
.pgService.sr_qa .proposal dl.solution dd {
	font-size: 1.3em;
}
.pgService.sr_qa .proposal dl.solution dd figure {
	max-width: 120px;
}

@media only screen and (max-width: 720px) {
	.pgService.sr_qa .proposal dl dd {
		flex-direction: column;
		align-items: center;
	}
	.pgService.sr_qa .proposal dl.solution dd figure {
		width: auto;
	}
}

/* ------------------------------------
	SERVICE agm integrated reporting
------------------------------------ */
.pgService.integrated .read {
	font-size: 1.3em;
}

.medalUl li {
	min-height: 48px;
	background: transparent url(/service/img/ir/ico_medal.png) center left no-repeat;
	background-size: 31px;
	padding-left: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.btn.contact {
	background: #d82c4d;
}
.btn.mini.textL {
	font-size: 1.3em;
}
.btn.mini.textL::before {
	top: 16px;
}
@media only screen and (max-width: 720px) {
	.ofVisible {
		overflow: visible !important;
	}
	figure.spFull {
		width: 100vw;
		max-width: none !important;
		margin-left: -6vw !important;
	}
}
