/* ---------------------------------------------------------------
start guarantee CSS
--------------------------------------------------------------- */



/* --------------- guarantee --------------- */

.bg_white.guarantee {
	padding: 18px 0 15px;
}

.col_pankuzu.guarantee {
	padding: 0 3% 0;
	}

.ttl.guarantee {
	margin: 50px 0 40px;
}

.wrap_menu_guarantee {
	max-width: 590px;
	margin: 0 auto;
	width: 100%;
}

ul.menu_guarantee {
	margin: 0 0 35px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.menu_guarantee li {
	margin: 0 0 17px;
	padding: 0;
}

a.btn_menu_guarantee {
	width: 280px;
	height: 48px;
	margin: 0 auto;
	padding: 0 ;
	color: #404040;
	border: solid 2px #404040;
	outline: none;
	font-size: 14px;
	border-radius: 24px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	-webkit-appearance: none;
	transition: all .2s;
}

a.btn_menu_guarantee span {
	margin: 0;
	padding: 0 0 0 20px;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.cleaning a.btn_menu_guarantee span {
	padding: 0 0 0 12px;
}

.cleaning a.btn_menu_guarantee span span {
	padding: 0;
}

a.btn_menu_guarantee span:before {
	content: "";
	width: 5px;
	height: 5px;
	margin: -4px 0 0 0;
	padding: 0;
	border-right: solid 1.5px #404040;
	border-bottom: solid 1.5px #404040;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	transition: all .2s;
}

.mds_guarantee1 {
	max-width: 1075px;
	width: 90%;
	margin: 0 auto 35px;
	padding: 0 0 30px;
	line-height: 1.5;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	border-bottom: solid 1px #414141;
}

.lead_guarantee1 {
	width: 90%;
	margin: 0 auto 110px;
	text-align: center;
	line-height: 1.8;
}

.lead_guarantee1 h4 {
	color: #F3B000;
	font-size: 19px;
}

.lead_guarantee1.cleaning {
	margin: 0 auto 60px;
}

.col_cleaning1 {
	max-width: 950px;
	width: 90%;
	margin: 0 auto 65px;
	display: flex;
}

.col_cleaning1.sanitize {
	margin: 0 auto 90px;
}

.mds_cleaning1 {
	width: 225px;
	margin: 0;
	padding: 12px 40px 0 22px;
	font-size: 20px;
	line-height: 30px;
	position: relative;
}

.mds_cleaning1::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: #f3b000;
	position: absolute;
	top: 19px;
	left: 0;
}

.box_cleaning1 {
	margin: 0;
	padding: 12px 0 12px 40px;
	border-left: 1px solid #404040;
	flex: 1;
}

ol.list_cleaning {
	margin: 0 0 40px;
	padding: 0;
	counter-reset: num;
	list-style-type: none!important;
}

ol.list_cleaning li {
	position: relative;
	line-height: 1.5em;
	padding: 0 0 15px 25px;
}

ol.list_cleaning li:last-of-type {
	padding: 0 0 0 25px;
}

ol.list_cleaning li:before {
	position: absolute;
	counter-increment: num;
	content: counter(num);
	display: inline-block;
	background: #f3b000;
	color: #FFF;
	border-radius: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	top: 4px;
}

.box_cleaning1 video {
	width: 100%;
	max-width: 360px;
	height: auto;
}

ul.note_cleaning {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.note_cleaning li {
	margin: 0 0 7px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 13px;
	line-height: 1.5em;
}

ul.note_cleaning li:last-of-type {
	margin: 0;
}

.img_guarantee1 {
	max-width: 900px;
	width: 90%;
	margin: 0 auto 90px;
}

.img_guarantee2 {
	max-width: 335px;
	width: 90%;
	margin: 40px auto 0;
}

.col_prohibition {
	max-width: 930px;
	width: 90%;
	margin: 0 auto;
}

.mds_prohibition {
	margin: 0 0 25px;
	padding: 12px 40px 0 22px;
	font-size: 20px;
	line-height: 30px;
	position: relative;
}

.mds_prohibition::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: #f3b000;
	position: absolute;
	top: 19px;
	left: 0;
}

.box_prohibition {
	margin: 0 0 75px 22px;
	padding: 0;
}

.box_prohibition:last-of-type {
	margin: 0 0 120px 22px;
}

dl.list_prohibition {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.5em;
	display: flex;
	align-items: center;
}

dl.list_prohibition:last-of-type {
	margin: 0;
}

dl.list_prohibition dt {
	width: 60px;
	margin: 0 15px 0 0;
	padding: 0;
}

dl.list_prohibition dd {
	margin: 0;
	padding: 0;
	flex: 1;
}



/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {


	a.btn_menu_guarantee:hover {
		color: #fff;
		background-color: #404040;
	}

	a.btn_menu_guarantee:hover span:before {
		border-right: solid 1.5px #fff;
		border-bottom: solid 1.5px #fff;
	}



}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */



/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {

	.ttl.guarantee {
		margin: 20px 0 25px;
		font-size: 25px;
	}

	.wrap_menu_guarantee {
		max-width: none;
		width: 90%;
	}

	ul.menu_guarantee {
		margin: 0 0 20px;
	}
	
	ul.menu_guarantee li {
		width: 48%;
		margin: 0 0 10px;
		padding: 0;
	}

	a.btn_menu_guarantee {
		width: 100%;
		height: 48px;
		font-size: 15px;
		line-height:1.2;
		text-align: center;
	}

	a.btn_menu_guarantee span {
		padding: 0 0 0 11px;
	}

	.cleaning a.btn_menu_guarantee span {
		padding: 0 0 0 11px;
	}
	
	.cleaning a.btn_menu_guarantee span span {
		display: none;
	}
	
	a.btn_menu_guarantee span:before {
		width: 5px;
		height: 5px;
		left: 0;
	}

	.mds_guarantee1 {
		width: 94%;
		margin: 0 auto 13px;
		padding: 0 0 14px;
		font-size: 20px;
	}

	.lead_guarantee1 {
		width: 90%;
		margin: 0 auto 45px;
		text-align: center;
		line-height: 1.8;
	}

	.lead_guarantee1.cleaning {
		margin: 0 auto 30px;
	}
	
	.lead_guarantee1 h4 {
		margin: 0 0 15px;
		font-size: 20px;
		line-height: 1.5em;
	}
	
	.col_cleaning1 {
		margin: 0 auto 50px;
		display: block;
	}
	
	.col_cleaning1.sanitize {
		margin: 0 auto 30px;
	}
	
	.mds_cleaning1 {
		width: 100%;
		padding: 0 0 10px 20px;
		font-size: 18px;
	}
	
	.mds_cleaning1::before {
		width: 14px;
		height: 14px;
		top: 10px;
	}
	
	.box_cleaning1 {
		padding: 0 0 0 20px;
		border-left: none;
	}
	
	ol.list_cleaning {
		margin: 0 0 30px;
	}
	
	ol.list_cleaning li {
		padding: 0 0 15px 22px;
	}
	
	ol.list_cleaning li:last-of-type {
		padding: 0 0 0 22px;
	}
	
	.img_guarantee1 {
		width: 85%;
		margin: 0 auto 50px;
	}
	
	.img_guarantee2 {
		width: 85%;
		margin: 20px auto 0;
	}
	
	.mds_prohibition {
		margin: 0 0 20px;
		padding: 0 0 0 20px;
		font-size: 18px;
	}
	
	.mds_prohibition::before {
		width: 14px;
		height: 14px;
		top: 9px;
	}
	
	.box_prohibition {
		margin: 0 0 50px 20px;
	}
	
	.box_prohibition:last-of-type {
		margin: 0 0 70px 20px;
	}
	
	dl.list_prohibition {
		margin: 0 0 20px;
	}
	
	dl.list_prohibition:last-of-type {
		margin: 0;
	}
	
	dl.list_prohibition dt {
		width: 50px;
	}
	
	
	
}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */



/* ---------------------------------------------------------------
	start max 360px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 360px ) {

	.wrap_menu_guarantee {
		width: 94%;
	}

	ul.menu_guarantee {
		justify-content: space-around;
	}

	a.btn_menu_guarantee {
		width: 142px;
		height: 48px;
		font-size: 14px;
	}



}

/* ---------------------------------------------------------------
	end max 360px
--------------------------------------------------------------- */


