/*//////////////////////////////////////////////////////// */
/* エスカレーター清掃 */
/*//////////////////////////////////////////////////////// */

#header-img.service2{
	height:200px;
	background: url("../images/header-img_bg2.jpg") center 0 no-repeat !important;
	background-size:cover !important;/*印刷*/
}

/* escalator-box02　-------------*/
#main .escalator-box02 {
	padding: 50px 0;
}

#main .escalator-box02 .container {
	max-width: 1280px;
	width: 100%;
	padding: 0 auto;
}

/******************/
/* screen */
/******************/
@media only screen and (max-width : 767px) {
	#main .escalator-box02 {
		max-width: 100%;
		padding: 25px 0;
	}
}
/********/

/******************/
/* screen & print */
/******************/
@media print, screen and (min-width : 768px) {
	#main .escalator-box02 .tit-s1 {
		font-size: 24px;
		/*font-family: "Sawarabi Mincho";*/
		text-align: center;
		margin-bottom: 50px;
	}

	#main .escalator-box02 .tit-s1 span {
		margin-top: 15px;
		display: block;
		font-size: 16px;
	}
}
/********/

/******************/
/* screen */
/******************/
@media only screen and (max-width : 767px) {
	#main .escalator-box02 .tit-s1 {
		font-size: 18px;
		line-height: 1.4;
		/*font-family: "Sawarabi Mincho";*/
		text-align: center;
		margin-bottom: 25px;
	}

	#main .escalator-box02 .tit-s1 span {
		margin-top: 5px;
		display: block;
		font-size: 14px;
	}
}
/********/

#main .escalator-box02 .tit-s2 {
	position: relative;
	font-size: 18px;
	text-align: left;
	padding: 20px 0 20px 20px;
	margin-bottom: 25px;
}

#main .escalator-box02 .tit-s2:after {
	position: absolute;
	top: .5em;
	left: 0;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #005491 !important;
	/*印刷*/
	border-radius: 4px;
}

#main .escalator-box02 .tit-s2 a {
	background: url("../images/ico_01.png") right center no-repeat !important;
	/*印刷*/
	background-size: 11px 18px !important;
	/*印刷*/
	padding-right: 25px;
	display: inline-block;
	color: #333333 !important;
	/*印刷*/
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#main .escalator-box02 .tit-s2 a:hover {
	color: #0499cc !important;
	/*印刷*/
}

#main .escalator-box02 .tit-s2 strong em {
	font-weight: bold;
}

/******************/
/* screen */
/******************/
@media only screen and (max-width : 767px) {
	#main .escalator-box02 .tit-s2 {
		font-size: 14px;
		padding: 10px 2em;
	}
}
/********/

#main .escalator-box02 .box-s1 {
	/*margin: 0 0 60px 0; tri*/
	margin: 0 0 30px 0;
}
#main .escalator-box02 .box-s2 {
	/*margin: 0 0 60px 0; tri*/
	margin: 0 0 30px 0;
}

/******************/
/* screen & print */
/******************/
@media print, screen and (min-width : 768px) {
	#main .escalator-box02 .box-s1 {
		display: flex;
		flex-flow: row nowrap;
		align-items: stretch;
		justify-content: space-between;
		margin: 0 0 0 -20px;
	}

	#main .escalator-box02 .box-s1 div:nth-child(1) {
		flex-basis: calc(65% - 20px);
		margin: 0 0 0 20px;
	}

	#main .escalator-box02 .box-s1 div:nth-child(2) {
		flex-basis: calc(35% - 20px);
		margin: 0 0 0 20px;
	}
}
/********/

#main .escalator-box02 .box-s1 div:nth-child(2) - {
	max-width: 511px;
	width: 100%;
	height: auto;
}

#main .escalator-box02 .txt-s1 {
	text-align: left;
	margin-bottom: 60px;
}

#main .escalator-box02 .txt-s1.s1 {
	margin-bottom: 20px;
}

#main .escalator-box02 .txt-s1 strong.s1 {
	font-size: 120%;
	color: #0499cc !important;
	/*印刷*/
}

#main .escalator-box02 .txt-s1 strong em {
	font-weight: bold;
}

#main .escalator-box02 .txt-s1 em.s1 {
	font-size: 120%;
	font-weight: bold;
}

#main .escalator-box02 .txt-s1 em.s2 {
	font-weight: bold;
}

/******************/
/* screen */
/******************/
@media only screen and (max-width : 767px) {
	#main .escalator-box02 .lis-s1 {
		margin: 0 0 60px 0;
	}

	#main .escalator-box02 .lis-s1 li:nth-child(1) {
		margin: 0 0 80px 0;
		position: relative;
	}
}
/********/

/******************/
/* screen & print */
/******************/
@media print, screen and (min-width : 768px) {
	#main .escalator-box02 .lis-s1 {
		display: flex;
		flex-flow: row nowrap;
		align-items: stretch;
		justify-content: center;
		margin: 0 0 60px -80px;
	}

	#main .escalator-box02 .lis-s1 li {
		margin: 0 0 0 80px;
		position: relative;
	}
}
/********/

#main .escalator-box02 .lis-s1 li img {
	max-width: 439px;
	width: 100%;
	height: auto;
}

#main .escalator-box02 .txt-s2 {
	font-size: 140%;
	font-weight: bold;
	color: #0499cc !important;
	/*印刷*/
	text-align: left;
	margin: 0 0 60px 0;
}

#main .escalator-box02 .lis-s2 {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
	margin: 0 0 60px 0;
	position: relative;
}

#main .escalator-box02 .lis-s2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: auto;
	display: block;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #005491;
}

#main .escalator-box02 .lis-s2.s1 {
	align-items: center;
}

#main .escalator-box02 .lis-s2.s1::after {
	display: none;
}

#main .escalator-box02 .lis-s2 li {
	margin: 0 15px 30px 15px;
}

#main .escalator-box02 .lis-s2 li p {
	font-size: 16px;
	color: #ffffff !important;
	/*印刷*/
	text-align: center;
	background: #005491 !important;
	/*印刷*/
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
}

#main .escalator-box02 .lis-s2 li img {
	width: auto;
	max-height: 350px;
	height: 100%;
}

#main .escalator-box02 .lis-s2 li.escalator-box02_txt-01 img {
	max-width: 300px;
	width: 100%;
	height: auto;
}

#main .escalator-box02 .txt-s3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 40px 0;
}

#main .escalator-box02 .txt-s3 span {
	font-weight: bold;
	color: #0499cc !important;
	/*印刷*/
}

#main .escalator-box02 .tit-s3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #005491 !important;
	/*印刷*/
	margin-bottom: 10px;
	position: relative;
}

#main .escalator-box02 .tit-s3::before {
	content: '●';
}

/******************/
/* screen */
/******************/
@media only screen and (max-width : 767px) {
	#main .escalator-box02 .tit-s3 {
		font-size: 14px;
	}
}
/********/

#main .escalator-box02 .txt-s4 {
	font-size: 140%;
	font-weight: bold;
	color: #ff0000 !important;
	/*印刷*/
	text-align: left;
	margin: 0 0 60px 0;
}

#main .escalator-box02 .escalator-box02_img-13 img {
	max-width: 63px;
	width: 100%;
	height: auto;
}

#main .escalator-box02 .txt-s5 {
	text-align: left;
	margin: 0;
}

#main .escalator-box02 .txt-s5 strong {
	font-size: 120%;
}



/*********
*********/
#main .escalator-box02 .txt-ttl0010 {
	font-size: 160%;
	font-weight: bold;
	color: #0499cc !important;
	text-align: center;
}

.ttl-0010 {
	font-size: 18px;
	text-align: left;
	margin-bottom: 18px;
}

#main .escalator-box01 .btn a, a:hover {
	text-decoration: none !important;
	outline: none !important;
	color: #FFFFFF !important;
}

#main .escalator-box02 .p-20 {
	padding: 20px;
}

#main .escalator-box02 .img-01 {
	max-width: 439px;
	width: 100%;
	height: auto;
}
#main .escalator-box01 .img-02 {
	max-width: 1280px;
	width: 100%;
	height: auto;
}

#main .escalator-box02 .txt-01 {
	font-size: 16px;
}

.btn {
	padding: 12px 12px !important;
}
.text-black {
	color: #333333;
}
.text-red {
	color: #FF0000;
}

#main .escalator-box02 .al-0010 {
	text-align: left;
}

.m-0 {
	margin: 0 !important;
}
.m-5 {
	margin: 5px !important;
}
.m-10 {
	margin: 10px !important;
}
.m-20 {
	margin: 20px !important;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-20m {
	margin-top: 20px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-20m {
	margin-bottom: 20px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-60 {
	margin-bottom: 60px;
}
.p-5 {
	padding: 5px !important;
}
.p-10 {
	padding: 10px !important;
}
.p-20 {
	padding: 20px !important;
}

.border-0010 {
	border: 2px solid #286090;
}

.escalator-btn-01 {
	padding: 24px 12px !important;
	color: #fff;
	/*background: #337ab7; */
	background: linear-gradient( #337ab7, #5299d7, #337ab7 );
	border-color: #2e6da4;
}

.escalator-btn-01:hover {
	padding: 24px 12px !important;
	color: #fff;
	background: linear-gradient( #286090, #5299d7, #286090 );
	/*background: #286090;*/
	border-color: #204d74;
}

.escalator-btn-01 .arrow-01 {
	height: 8px;
	vertical-align: middle;
}

#main .escalator-box01 .lis-s3 {
	counter-reset: count;
	margin-bottom: 40px;
}

#main .escalator-box01 .lis-s3 li {
	text-align: left;
}

#main .escalator-box01 .lis-s3 li::before {
	content: counter(count) "";
	counter-increment: count;
	background: #005491;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	margin: 0 5px 0 0;
}
#main .escalator-box01 .befor_arrow01::after {
  content: "";
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #005491;
}

#main .escalator-box01 .txt-s5 {
  font-size: 120%;
  font-weight: bold;
  color: #0499cc !important;
  text-align: left;
  margin: 0 0 0 0;
}
#main .escalator-box01 .lis-s5 li::before {
  content: "●";
  color: #005491 !important;
  margin: 0 5px 0 0;
}
/******************/
/* screen */
/******************/
@media only screen and (max-width : 767px) {
	#main .escalator-box02 .txt-ttl0010 {
		text-align: left;
	}
	#main .escalator-box02 .al-0020 {
		text-align: left;
	}
	.mt-20m {
		margin-top: 0px;
	}
}
/********/

@media only screen and (max-width : 767px) {
	.escalator-img-0010 {
		width: 100%;
	}
}
@media print, screen and (min-width : 768px) {
	.escalator-img-0010 {
		width: 80%;
	}
}
