@charset "utf-8";
/* CSS Document */

#about .content-inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#about .content-inner .photo01 {
	position: absolute;
	top: 38px;
	left: 60px;
}

#about .content-inner .photo02 {
	position: absolute;
	top: -65px;
	right: 90px;
}

#about .mv-area .content-inner .prevention {
	width: 680px;
	margin: 0 auto;
	font-weight: bold;
	text-align: left;
	margin-bottom: 55px;
}

#about h2.heading-center {
	font-size: 30px;
    font-weight: bold;
    color: #004da0;
    text-align: center;
    margin: 0 auto 25px;
}

#about h2.heading-center img.ttl01 {
	width: 442px;
	margin: 60px 0 30px;
}

#about h2.heading-center img.ttl02 {
	width: 404px;
	margin: 20px 0 30px;
}


#about .concept-wrap {
	position: relative;
}

#about .concept-wrap .content-inner .first {
	margin-top: -85px;
}

#about .concept-wrap .content-inner .prevention {
	width: 680px;
	margin: 0 auto;
	min-height: 214px;
	padding: 30px 0 0 240px;
	background: url(/about/_shared/images/img-cleaner.png) no-repeat 0 0;
}

#about .concept-wrap .content-inner .detail {
	margin-top: 30px;
}

#about .concept-wrap img.img-left {
	position: absolute;
	bottom: 0;
	left: -80px;
	z-index: 1;
	width: 340px;
}

#about .concept-wrap img.img-right {
	position: absolute;
	bottom: 0;
	right: -180px;
	z-index: 1;
	width: 480px;
}

#about.second-wrap {
    /* background-color: #fef8e9; */
    background: #fff url(../img/prevention_bg.png);
}

#about.second-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto 60px;
}

#about.second-wrap ul li {
	width: 31.3334%;
	border: 4px solid #f1b723;
	border-radius: 12px;
	background: #fff;
	margin-bottom: 3%;
	padding: 20px;
	text-align: center;
}

#about.second-wrap ul li h3 {
	display: block;
	background: #f1b723;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 7px 0 5px;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 1em;
}

#about.second-wrap ul li p {
	text-align: left;
}

#about .content-inner .bus {
    position: relative;
}

#about .content-inner .bus ol {
	padding-left: 1em;
	width: 640px;
}

#about .content-inner .bus ol li {
	text-indent: -1em;
	padding: 5px 0;
	font-weight: bold;
}

#about .content-inner .bus ol li::before {
	font-family: "Font Awesome 5 Free";
  	content: "\f054";
  	font-weight: 900;
  	color: #f1b723;
  	padding-right: 0.3em;
}

#about .content-inner .bus {
	padding-left: 380px;
	padding-bottom: 80px;
	position: relative;
}

#about .content-inner .img-bus {
	position: absolute;
	top: 110px;
	left: 0;
}

#about .sp {
	display: none;
}

@media screen and (max-width: 767px) {
	#about .sp {
		display: block;
	}
	#about .mv-area .content-inner .prevention {
		width: 100%;
	}
	#about .concept-wrap .content-inner .first {
		margin-top: -60px;
	}
	#about .concept-wrap .content-inner .prevention {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
		background: none;
	}
	#about .concept-wrap .content-inner .prevention .sp {
		margin: 1em auto;
		width: 55%;
	}
	#about .concept-wrap img.img-left {
		width: 30%;
		left: -5%;
	}
	#about .concept-wrap img.img-right {
		width: 40%;
		right: -12%;
	}
	#about h2.heading-center {
		font-size: 18px;
	}
	#about .concept-wrap .content-inner .detail {
		text-align: center;
		margin-bottom: 16vw;
	}
	/*
	#about .concept-wrap .content-inner a {
		margin: 0 0 1.5em;
		font-size: 18px;
		padding: 6px 20px;
	}
	*/
	#about.second-wrap ul li {
		width: 100%;
	}
	#about.second-wrap ul li img {
		height: 40vw;
	}
	#about.second-wrap ul li h3 {
		font-size: 16px;
	}
	#about .third-wrap .content-inner .bus {
		width: 100%;
		padding-left: 0;
		background: none;
	}
	#about .third-wrap ol {
		width: 100%;
	}
	#about .third-wrap .content-inner .img-bus {
		display: none;
	}
}

#acMenu dt{
	display:block;
	background: #004da0 url(/about/_shared/images/i_swich.png) 168px -73px no-repeat;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	width: 210px;
	padding: 7px 43px 5px;
	border-radius: 20px;
	cursor:pointer;
}
#acMenu dd{
	width:640px;
	height:180px;
	display:none;
	margin-left: -200px;
}
#acMenu dd p {
	margin-top: 2em;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}
#acMenu dd p span {
	display:block;
	margin-top: 0.5em;
	font-size: 13px;
	line-height: 1.4;
}
#acMenu dt.active{
	background: #004da0 url(/about/_shared/images/i_swich.png) 168px 10px no-repeat;
}

@media screen and (max-width: 767px) {
	#acMenu {
		width: 100%;
	}
	#acMenu dt {
		font-size: 16px;
		margin: 0 auto;
	}
	#acMenu dd{
		width: 100%;
		height:330px;
		margin-left: 0;
		padding: 0 0 45vw;
	}
}

.satisfaction .satisfaction_bg {
	background-color: #cfe9ef;
	padding: 60px 0 120px;
}

.satisfaction .satisfaction_ttl {
	text-align: center;
}

.satisfaction ul {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.satisfaction ul li {
	width: 33.333%;
	text-align: center;
}

.satisfaction ul li.fig_main {
	width: 100%;
	padding: 50px 0;
}