@charset "UTF-8";

.vis-sp {
	display: none;
}

.cnt_header .ttl span {
	font-size: 13px;
}

.cnt_header .ttl strong {
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 5px;
}

/* セクション共通 */
.hygiene_sec {
	padding: 45px 0;
	border-top: dashed 1px #000;
}

.hygiene_sec:first-of-type {
	border-top: none;
	padding-top: 0;
}

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

.hygiene_ttl {
	text-align: center;
	font-size: 18px;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 20px;
}

.hygiene_ttl:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 90px;
	height: 2px;
	margin-left: -45px;
	background: #34261F;
}

.hygiene_row {
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	max-width: 600px;
}

.hygiene_col {
	width: 173px;
	margin-left: 40px;
}

.hygiene_col:nth-child(3n+1) {
	margin-left: 0;
}

.hygiene_col:nth-child(n+4) {
	margin-top: 36px;
}

.hygiene_col_img {}

.hygiene_col_txt {
	text-align: center;
}


.intro {
	
}

.intro_catch {
	text-align: center;
	font-size: 20px;
	margin-bottom: 45px;
}

.intro_catch span {
	display: inline-block;
	background: linear-gradient(to bottom, transparent 60%, #EFE8E5 60%);
}

.intro_list {
	
}

.intro_list > li {
	position: relative;
	padding-left: 1.5em;
}

.intro_list > li:before {
	position: absolute;
	content: "";
	top: 0.5em;
	left: 0;
	background: #34261F;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}

.about_txt {}

.about_row {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.about_col {
}

.about_col img {
	max-width: 100%;
	height: auto;
}

.customers_txt {
	margin-top: 30px;
}

.customers_olist {
	margin-top: 20px;
}

.customers_olist > li {
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  font-weight: bold;
}

.customers_olist > li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}


.initiative_txt {
	margin-top: 30px;
}

.initiative_suspension {
	margin-top: 45px;
	border: 4px solid #D8D8D8;
	padding: 25px;
}

.initiative_suspension dt {
	font-weight: bold;
}

.initiative_suspension dd {
	margin-top: 16px;
}

/* All SP & Tablet */
@media screen and (max-width:1000px) {
	.hygiene_sec {
		text-align: center;
	}

	.hygiene_sec.intro {
		text-align: left;
	}

	.customers_txt,
	.customers_olist {
		display: inline-block;
		text-align: left;
	}

	.initiative_suspension {
		text-align: left;
	}
}

/* All SP */
@media screen and (max-width:640px) {
	.vis-sp {
		display: inline-block;
	}

	.hygiene_sec {
		text-align: left;
	}

	.hygiene_row {
		width: 290px;
		justify-content: space-between;
	}

	.hygiene_col {
	    width: 49%;
	    margin: 0;
	}

	.hygiene_col_img img {
		max-width: 100%;
		height: auto;
	}

	.hygiene_col:nth-child(n+3) {
		margin-top: 25px;
	}

	.initiative_suspension {
		padding: 15px;
	}

	.initiative_suspension dd {
	    margin-top: 10px;
	}
}
@media screen and (max-width:480px) {
}
@media screen and (max-width:320px) {
}