@charset "utf-8";

#gnav ul li#gnav_know > a{
	background-position: -260px -36px;
}

/* PC */
@media screen and (min-width: 1020px) {

#mvSub {
	background: #0168b7 url(/about/img/pc/mv_bg.jpg) no-repeat center top;
}
#mvSub h2 span.small {
	display: inline;
	font-size: 2.1rem;
}
#main section {
	margin: 0 0 50px;
}
#main section > p {
	margin-bottom: 30px;
}
#main section > ul li {
	float: left;
	margin-left: 25px;
}
#main section > ul li:first-child {
	/*margin-left: 0;*/
}
#main section .wBox {
	background: #fff;
	padding: 30px 30px 0;
}
#main section .wBox h4 {
	background: url(/about/img/pc/bg_ttl.png) no-repeat left top;
	height: 55px;
	color: #fff;
	padding: 0 20px 0 30px;
	line-height: 55px;
	margin: -30px 0 30px -30px;
}
#main section .wBox h5 {
	border-left: 4px solid #0168b7;
	padding-left: 10px;
	line-height: 1.2;
	font-size: 1.6rem;
	margin-bottom: 15px;
}
#main section .wBox p {
	margin-bottom: 30px;
}
#main section .wBox ul li {
	width: 440px;
	float: left;
	margin-bottom: 50px;
}
#main section .wBox ul li:nth-child(1),
#main section .wBox ul li:nth-child(2) {
	height: 290px;
}
#main section .wBox ul li:nth-child(3),
#main section .wBox ul li:nth-child(4) {
	height: 200px;
}
#main section .wBox ul li:nth-child(2n) {
	margin-left: 40px;
}
#main section .wBox ul li dl {
	float: left;
	width: 230px;
}
#main section .wBox ul li dt {
	border-left: 4px solid #0168b7;
	padding-left: 10px;
	line-height: 1.2;
	font-size: 1.6rem;
	margin-bottom: 15px;
	font-weight: bold;
}
#main section .wBox ul li img {
	float: right;
}
#main section.quality ul li {
	float: none;
	width: 460px;
	margin-left: 0;
}
#main section.quality ul li:nth-child(n+3) {
	margin-top: 40px;
}
#main section.quality ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main section.quality ul li:first-child {
	margin-left: 0;
}
#main section.quality ul li dt {
	border-left: 4px solid #0168b7;
	padding-left: 10px;
	line-height: 1.2;
	font-size: 1.6rem;
	margin-bottom: 15px;
	font-weight: bold;
}
#main section.quality ul li img {
	margin-bottom: 10px;
}
#main section.quality ul li p span {
	font-size: 1.2rem;
	line-height: 1.8;
	display: inline-block;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
#main section.restoration ul li {
	width: 237px;
	float: left;
	margin-left: 10px;
}
#main section.restoration ul li:first-child {
	margin-left: 0px;
}

}



/* SP */
@media screen and (max-width: 1019px) {

#sp_gnav_about > a {
	color: #0068b7;
}

#main section {
	margin: 0 0 50px;
}
#main > p.leader {
	font-size: 1.6rem;
	margin: 0 0 20px;
	font-weight: bold;
}
#main section > p {
	margin-bottom: 20px;
}
#main section ul li {
	margin-bottom: 25px;
}
#main section .wBox {
	background: #fff;
	padding: 3%;
}
#main section .wBox h4 {
	background: url(/about/img/pc/bg_ttl.png) no-repeat left top;
	background-size: 150px;
	height: 47px;
	color: #fff;
	padding: 0 20px 0 20px;
	line-height: 47px;
	margin: -3% 0 4% -3%;
	border: none;
}
#main section .wBox h5 {
	border-left: 4px solid #0168b7;
	padding-left: 10px;
	line-height: 1.2;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
#main section .wBox p {
	margin-bottom: 20px;
}
#main section .wBox ul li {
	overflow: hidden;
	margin-bottom: 30px;
}
#main section .wBox ul li dl {
	float: left;
	width: 50%;
}
#main section .wBox ul li dt {
	border-left: 4px solid #0168b7;
	padding-left: 10px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.6rem;
}
#main section .wBox ul li img {
	float: right;
	width: 45%;
	margin-top: 30px;
}
/*#main section .wBox ul li.full img {
	width: 100%;
	margin: 0;
}*/
#main section .wBox ul li:nth-child(1) img,
#main section .wBox ul li:nth-child(2) img {
	width: 100%;
	margin: 0;
}
#main section.message > p.full {
	margin: 0 -10px 20px;
}
#main section.quality dt {
	border-left: 4px solid #0168b7;
	padding-left: 10px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.6rem;
}
#main section.quality dd img {
	margin-bottom: 10px;
}
#main section.quality ul li p span {
	font-size: 1.3rem;
	display: inline-block;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
#main section.restoration ul li {
	width: 49%;
	float: left;
	margin-bottom: 2%;
}
#main section.restoration ul li:nth-child(2n) {
	margin-left: 2%;
}

}