@charset "UTF-8";

.pc-mb70 {
	margin-bottom: 70px;
}
.quality-catch {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
}
h3.quality {
  margin-bottom: 20px;
  color: #0d43a0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.process {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 70%;
}
.process li {
	width: 49%;
}
.marker {
	background: linear-gradient(transparent 75%, #FDE67C 75%);
}
@media screen and (max-width: 499px) {
	.pc-mb70 {
		margin-bottom: 40px;
	}
	.quality-catch {
		margin-bottom: 5%;
		font-size: 24px;
	}
	h3.quality {
	  margin-bottom: 4%;
	  font-size: 20px;
	  line-height: 1.2;
	}
	.process {
		max-width: 100%;
	}
	.process li {
		width: 100%;
	}
	.process li:first-child {
		margin-bottom: 4%;
	}
	.sp-mt {
		margin-top: 5%;
	}
}













