@charset "UTF-8";

/* safety
---------------------------------------------------------------------------*/
.sec-beige-wrap {
	position: relative;
	box-sizing: border-box;
	background: #FFFBF2;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 80px;
	padding: 26px;
}

.sec-beige-wrap .inner {
	background: #FFFDFA;
	border: 1px solid #F2E6D0;
	border-radius: 4px;
}

/* .sec-title
------------------------------------*/
.sec-title {
	margin-bottom: 125px;
}

.sec-title p {
	margin-top: 30px;
}

/* .title-set
------------------------------------*/
.title-set {
	position: relative;
}

.title-set h2 {
	color: #398BD9;
	font-size: 29px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.12em;
}

.title-set h3 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.25em;
}

/* .title-set - media query
-----------------------------------*/
@media (max-width: 1240px) {
	.sec-hygiene .title-set h2 { margin-bottom: 16px; font-size: 25px; letter-spacing: 0.1em; }
	.sec-hygiene .title-set h3 { font-size: 15px; letter-spacing: 0.15em; }
}

/* .sec-security
------------------------------------*/
.sec-security {
	box-sizing: border-box;
	width: 1040px;
	margin: 0 auto 200px;
}

.sec-security .title-set {
	margin-bottom: 65px;
	padding: 0 0 0 165px;
}

.sec-security .title-set .illust-security {
	position: absolute;
	top: 0;
	left: 14px;
	width: 113px;
	height: 84px;
}

.sec-security .title-set .illust-security img {
	display: block;
	position: absolute;
	opacity: 0;
}

.sec-security .title-set .illust-security .security1 {
	top: 0;
	left: 0;
	margin-left: -30px;
	transform-origin: left bottom;
}

.sec-security .title-set .illust-security .security2 {
	bottom: 0;
	right: 0;
	margin-right: -45px;
	transform-origin: right bottom;
}

.title-set h2 {
	margin-bottom: 10px;
}

.sec-security .title-set p {
	font-size: 18px;
}

.security-list {
	overflow: hidden;
}

.security-list li figure {
	margin-bottom: 30px;
}

.security-list li figure img {
	width: auto;
}

.security-list li h3 {
	margin-bottom: 15px;
	font-size: 22px;
}

.security-list li p {
	text-align: center;
	font-size: 16px;
}

/* .sec-hygiene
------------------------------------*/
.sec-hygiene {
	box-sizing: border-box;
	width: 100%;
	max-width: 1220px;
	margin: 0 auto 120px;
	padding: 0 40px;
}

.sec-hygiene .title-set {
	margin-bottom: 75px;
	padding: 0 20px 0 190px;
}

.sec-hygiene .title-set .inner {
	float: left;
	display: inline-block;
}

.sec-hygiene .title-set .illust-clean {
	position: absolute;
	top: -62px;
	left: 0;
}

.sec-hygiene .title-set .illust-clean img {
	display: block;
	width: 145px;
	height: 250px;
	opacity: 0;
}

.sec-hygiene .title-set .illust-clean .clean1 {
	position: absolute;
	top: 0;
	left: 0;
}

.sec-hygiene .title-set h2 {
	margin-bottom: 23px;
}

.sec-hygiene .title-set p {
	float: right;
	width: 460px;
	margin-top: 5px;
	font-size: 16px;
	text-align: justify;
	line-height: 2;
}

/* .sec-hygiene - media query
-----------------------------------*/
@media (max-width: 1240px) {
	.sec-hygiene .title-set { padding-right: 0; padding-left: 155px; }
	.sec-hygiene .title-set .illust-clean { width: 125px; height: auto; left: -10px; }
	.sec-hygiene .title-set .illust-clean img { width: 125px; height: 216px; }
	.sec-hygiene .title-set p { margin-top: 0; font-size: 14px; }
}

/* .hygiene-list
------------------------------------*/
.hygiene-list {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	border-left: 4px solid #D8EBFE;
}

.hygiene-list li {
	float: left;
	box-sizing: border-box;
	border-right: 4px solid #D8EBFE;
	width: calc(100% / 3);
	padding: 50px 32px 5px;
}

.hygiene-list li:nth-of-type(1),
.hygiene-list li:nth-of-type(2),
.hygiene-list li:nth-of-type(3) {
	padding-top: 5px;
}

.hygiene-list h3 {
	margin: 24px 0 18px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

.hygiene-list p {
	text-align: justify;
	letter-spacing: 0.08em;
}

@media all and (-ms-high-contrast:none){
	.hygiene-list li { width: 33%; }
}

/* .hygiene-list - media query
-----------------------------------*/
@media (max-width: 1220px) {
	.hygiene-list figure img { width: 100%; height: auto; }
}

/* .sec-water
------------------------------------*/
.sec-water {
	background: #F6FDFF;
	width: 100%;
	min-width: 1100px;
	padding: 85px 0 75px;
}

.sec-water .inner {
	position: relative;
	width: 1040px;
	margin: 0 auto;
}

.sec-water .illust-puddle2 {
	position: absolute;
	top: -80px;
	right: 50px;
	opacity: 0;
}

.sec-water h2 {
	margin: 0 0 20px 20px;
}

.sec-water h2 span {
	border-bottom: 1px solid #398BD9;
	padding-bottom: 5px;
	color: #398BD9;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.25em;
}

.sec-water dl {
	overflow: hidden;
	margin-bottom: 10px;
}

.sec-water dt {
	clear: both;
	float: left;
	margin: 32px 0 0 20px;
	color: #7C7C7C;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 1.6;
}

.sec-water dd {
	background: url(../img/share/line-dot.svg) repeat-x left bottom;
	padding: 32px 10px 35px 380px;
}

.sec-water dd:last-of-type {
	background: none;
}

.sec-water dd p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: 0.1em;
}

.sec-water dd p:last-of-type {
	margin-bottom: 0;
}

.sec-water h3 {
	margin: 0 0 20px 20px;
	color: #3576B3;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.sec-water .list-wrap {
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #ACC9D1;
	border-radius: 4px;
	width: 100%;
	padding: 25px 38px 18px;
}

.sec-water ul {
	display: inline-block;
	margin-right: 35px;
}

.sec-water ul:last-of-type {
	margin-right: 0;
}

.sec-water li {
	margin-bottom: 7px;
	padding-left: 20px;
	color: #3576B3;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

@media all and (-ms-high-contrast:none){
	.sec-water h2 span { padding-bottom: 0; }
}

/* .sec-cook
------------------------------------*/
.sec-cook-wrap {
	padding-top: 120px;
}

.sec-cook .inner {
	padding: 110px 30px 65px;
}

.sec-cook h2 {
	margin: 0 0 22px 23px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.25em;
}

.sec-cook h3 {
	margin: 0 0 25px 20px;
	color: #ED7700;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.sec-cook ul {
	width: calc(100% - 395px);
}

.sec-cook li {
	position: relative;
	background: url(../img/share/line-dot.svg) repeat-x left bottom;
	padding: 25px 20px 27px 85px;
	color: #444444;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.2em;
}

.sec-cook li .ico-num-s {
	position: absolute;
	top: 23px;
	left: 16px;
}

.sec-cook .akakurage-l {
	position: absolute;
/* 	top: 10px; */
	top: 600px;
	right: 52px;
}

@media all and (-ms-high-contrast:none){
	.sec-cook li .ico-num-s { top: 20px; }
}


/* .sec-counterplan
---------------------------------------------------------------------------*/
.sec-counterplan {
	margin-bottom: 100px;
}

.sec-counterplan .inner {
	padding: 80px 60px 60px;
}

.counterplan-lead {
	position: relative;
	display: -webkit-box;
	display: flex;
	margin-bottom: 20px;
}

.counterplan-lead .star {
	position: absolute;
	top: -45px;
	left: -78px;
}

.counterplan-lead .bird {
	position: absolute;
	bottom: -70px;
	right: -75px;
}

.counterplan-lead .title {
	padding: 0 0 0 15px;
}

.counterplan-lead h2 {
	margin-bottom: 16px;
	color: #ED7700;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.counterplan-lead h3 {
	color: #444444;
	font-size: 15px;
	font-weight: 600;
	line-height: 2.1;
	letter-spacing: 0.28em;
}

.counterplan-lead .txt {
	padding: 0 0 0 60px;
	transform: translateY(-2px);
}

.counterplan-lead p {
	margin-bottom: 12px;
	line-height: 1.9;
	letter-spacing: 0.08em;
}

.counterplan-lead p:last-of-type,
.counterplan p:last-of-type {
	margin-bottom: 0 !important;
}

.counterplan {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 35px 0 35px 15px;
}

.counterplan:last-of-type {
	padding-bottom: 0;
}

.counterplan:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/share/line-dot.svg) repeat-x left bottom;
	width: 100%;
	height: 2px;
	opacity: 0.8;
}

.counterplan:last-of-type:after {
	display: none;
}

.counterplan figure {
	width: 156px;
	min-width: 156px;
}

.counterplan .txt {
	padding: 5px 0 0 42px;
}

.counterplan h3 {
	margin-bottom: 20px;
	color: #ED7700;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.counterplan h3 i {
	display: inline-block;
	margin: 0 16px 0 1px;
	transform: translateY(1px);
}

.counterplan h3 i img {
	width: auto;
	height: 20px;
	-webkit-backface-visibility: hidden;
}

.counterplan p {
	margin-bottom: 10px;
	line-height: 2;
}