@charset "utf-8";
/* =====================================================
  ・ #secheader
======================================================== */
#secheader .headerImg {
	background: url("../images/quality/img_header_sp.png") center no-repeat;
	background-size: cover;
}

.secContents {
	text-align: center;
}

.secContents h2 {
	margin-bottom: 60px;
}

/* =====================================================
  ・ #secServices01
======================================================== */

#secServices01 {
	position: relative;
	background-color: rgba(245, 245, 245, 0.7);
}

#secServices01 .boxInner {
	position: relative;
}

#secServices01 p {
	text-align: right;
}

/* =====================================================
  ・ #secServices02
======================================================== */

#secServices02 {
	position: relative;
	background-color: rgba(245, 245, 245, 0.7);
}

#secServices02 p {
	font-size: 110%;
	margin: 0 auto 60px;
	width: 100%;
}

@media screen and (min-width: 480px) {
}
@media screen and (min-width: 660px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 960px) {
	/* =====================================================
    ・ #secheader (min-width:960px)
  ======================================================== */
	#secheader .headerImg {
		background: url("../images/quality/img_header_pc.png") center no-repeat;
		background-size: cover;
	}

	/* =====================================================
  ・ #secServices01
======================================================== */

	#secServices01 p {
		position: absolute;
		bottom: 0;
		right: 30px;
	}

	/* =====================================================
    ・ #secServices02
  ======================================================== */

	#secServices02 p {
		font-size: 150%;
		width: 960px;
	}
}

/* =====================================================
    inner
  ======================================================== */

.inner {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.w1000 {
	max-width: 1000px;
	margin: 0 auto;
}

.left-aligned {
	text-align: left;
}

.text-right {
	margin-top: 60px;
	margin-bottom: 90px;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.text-right {
		margin-top: 40px;
		margin-bottom: 60px;
		font-size: 16px;
		line-height: 22px;
	}
}

.block {
	text-align: left;
	margin-bottom: 90px;
	@media screen and (max-width: 767px) {
		margin-bottom: 50px;
	}
}

.block .chart {
	max-width: 982px;
	width: 80%;
	margin: 0 auto;
}

.block .gray-box {
	margin-top: 16px;
	background-color: rgba(245, 245, 245, 0.7);
	padding: 38px 30px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	section.secContents {
		width: 100%;
		height: auto;
		padding: 0;
	}
	.block .gray-box {
		margin-top: 10px;
		padding: 30px 20px;
	}

	.block .chart {
		width: 100%;
	}
}

@media screen and (min-width: 960px) {
    .borderBottomL {
        font-size: 125%;
        text-align: left;
        margin: 0;
        margin-bottom: 65px;
    }
}

.borderBottomL {
    color: #282e33;
    font-size: 125%;
    text-align: center;
    /* margin: 0 auto; */
    margin-bottom: 45px;
	display: table;
}

.borderBottomL::after {
    position: absolute;
    bottom: 4px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 8px;
    border-radius: 2px;
    background-color: rgba(99, 189, 212, 0.3);
    z-index: 1;
}