@charset "utf-8";
/* maintenance CSS
------------------------------------ */
.sec-title .title {
	font-size: 8.0vw;
}
.section-maintenance {
  background:
  url(../img/products/maintenance/knife01.png) no-repeat left 390px,
  url(../img/products/maintenance/knife02.png) no-repeat right 280px;
  background-size: 25% auto, 39% auto;
}
.section-maintenance .container {
  position: relative;
  z-index: 5;
}

.section-maintenance .ttl-box{
	margin: 0 auto;
    height: auto;
    max-width: 400px;
    left: -7%;
	top: -50px;
    position: relative;
}

.section-maintenance .maintenance-title {
  width: auto;
  max-width: 550px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
.section-maintenance .sec-mnt01 {
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.15);*/
}

@media screen and (max-width: 768px) {
	.sec-title .title {
		font-size: 7.5vw;
	}
	.sec-title .title .f-sz50 {
		font-size: 3.0rem;
	}
  .section-maintenance {
    background-position: 0 240px, right 200px;
    background-size: 25% auto, 42% auto;
  }
  .section-maintenance .ttl-box {
	max-width: 300px;
    left: -5%;
    top: -20px;
  }
}
@media screen and (max-width: 650px) {
	.sec-title .title {
		font-size: 5.0rem;
	}
	.sec-title .title .f-sz50 {
		font-size: 2.5rem;
	}
  .section-maintenance {
    background-position: 0 240px, right 270px;
    background-size: 25% auto, 42% auto;
  }	
  .section-maintenance .ttl-box {
    left: -18%;
    top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .section-maintenance {
     background-position: 0 240px, right 320px;
    background-size: 25% auto, 50% auto;
  }	
  .section-maintenance .ttl-box {
    left: 0;
	max-width: 80%;

  }
  .section-maintenance .maintenance-title {
	line-height: 1.6;  
  }
}
@media screen and (max-width: 480px) {
	.sec-title .title {
		font-size: 4.0rem;
	}
	.sec-title .title .f-sz50 {
		font-size: 2.3rem;
		margin-top: 10px;
	}
	
  .section-maintenance .container {
	padding-right: 5px;
    padding-left: 5px;
  }
  .section-maintenance {
	background-position: 0 160px, right 220px;
    background-size: 25% auto, 40% auto;
  }
  .section-maintenance .ttl-box {
    margin-left: 0;
    max-width: 70%;
  }
}

@media screen and (max-width: 360px) {
  .section-maintenance {
	background-position: 0 160px, right 250px;
    background-size: 25% auto, 50% auto;
  }
  .section-maintenance .ttl-box {
	  top: 20px;
  }
}

/* .pttl2 */
.is-loaded .sec-title .title {
    letter-spacing: -0.025em;
}

.sec-title .pttl2 {
	letter-spacing: 0.075em;
}

/* .ico-ttl */
.section-maintenance .ico-ttl {
	text-align: center;
}
.section-maintenance .ico-ttl .fa {
    display: block;
    font-size: 6rem;
    height: 50px;
    text-align: center;
}
.section-maintenance .ico-ttl .ttl-txt {
    text-align: center;
}
.section-maintenance .ico-ttl span {
	display: block;
}
.section-maintenance .ico-ttl .bg-object {
	background-color: rgba(0, 0, 0, 0.85);
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 10px 25px;
	min-width: 250px;
}

/* .intro */
@media (max-width:480px) {
	.section-maintenance .intro .f-sz24 {
		font-size: 1.8rem;
	}
}
/* .sb-ttl */
.section-maintenance .sb-ttl {
	text-align: center;
}

.section-maintenance .sb-ttl span{
	display: inline-block;
	width: auto;
	margin: 0 auto;
	position: relative;
}
.section-maintenance .sb-ttl span:before {
	content: '';
	display: block;
	width: 52px;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: -70px;
	top: 50%;
}
.section-maintenance .sb-ttl span:after {
	content: '';
	display: block;
	width: 52px;
	height: 1px;
	background-color: #000;
	position: absolute;
	right: -70px;
	top: 50%;
}

@media (max-width: 480px) {
	.section-maintenance .sb-ttl span:before {
		width: 20px;
		left: -30px;
	}
	.section-maintenance .sb-ttl span:after {
		width: 20px;
		right: -30px;
	}
}

/* .ment-txt */
.section-maintenance .ment-txt {
	line-height: 2;
}
@media (max-width: 480px) {
	.section-maintenance .ment-txt {
		line-height: 1.6;
	}
}


/* .preread */
.section-maintenance .preread .preread-list li {
	padding-left: 1em;
	position: relative;
	line-height: 2;
}
.section-maintenance .preread .preread-list li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #000;
	position: absolute;
	top: 11px;
	left: 0;
}
@media (max-width: 480px) {
	.section-maintenance .preread .preread-list li {
		line-height: 1.6;
	}
	.section-maintenance .preread .preread-list li:before {
		top: 7px;
	}
}


/* .flow */
.section-maintenance .flow {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.section-maintenance .flow .flow-ttl {
	text-align: center;	
}

.section-maintenance .flow .flow-ttl .flow-num {
	opacity: 0.3;
}

.section-maintenance .flow .flow-notice {
	display: table;
	margin: 0 auto;
}
.section-maintenance .flow .flow-notice li {
	color: #665600;
	line-height: 2;
	padding-left: 1em;
	text-indent: -1em;
}

@media (max-width: 480px) {
	.section-maintenance .flow .flow-notice li {
		line-height: 1.6;
		font-size: 1.4rem;
	}
}

/* .shipping */
.section-maintenance .flow .shipping {
	background-color: rgba(0, 0, 0, 0.05);
	font-size: 0;
	display: table;
	table-layout: auto;
	width: 100%;
	padding: 25px 0;
}
.section-maintenance .flow .shipping dt,
.section-maintenance .flow .shipping dd {
	display: table-cell;
	vertical-align: middle;
}
.section-maintenance .flow .shipping dt {
	width: 15%;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.section-maintenance .flow .shipping dd {
	width: 85%;
	padding-left: 35px;
}
.section-maintenance .flow .shipping .sp-tel {
	display: block;
}

@media (max-width: 768px) {
	.section-maintenance .flow .shipping {
		padding: 0 15px;
	}
	.section-maintenance .flow .shipping dt,
	.section-maintenance .flow .shipping dd {
		display: block;
		width: 100%;
		padding: 15px 0;
	}
	.section-maintenance .flow .shipping dt {
		border-right: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
}

/* .knife-check */
.section-maintenance .flow .knife-check .balloon {
	text-align: center;
	width: 100%;
	background-color: rgba( 0, 0, 0, 0.75);
	color: #fff;
	padding: 10px 0;
	position: relative;
	margin-bottom: 25px;
	letter-spacing: 0.075em;
}
.section-maintenance .flow .knife-check .balloon:before {
	content:'';
	border-top: 8px solid rgba(0, 0, 0, 0.75);
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
}
.section-maintenance .flow .knife-check .balloon span {
	display: inline-block;
	position: relative;
	padding-left: 1em;
}
.section-maintenance .flow .knife-check .balloon span:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: absolute;
	left: -4px;
	top: 50%;
	margin-top: -6px;
	border: 3px solid #fff;
}

@media (max-width: 991px) {
	.section-maintenance .flow .knife-check .balloon span:before {
		left: 0px;
	}	
}

/* .term */
.section-maintenance .flow .knife-check .need-add .need-wrap {
	letter-spacing: -0.4em;
}

.section-maintenance .flow .knife-check .need-add .need-wrap .term {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0 1%;
	letter-spacing: 0.075em;	
}
.section-maintenance .flow .knife-check .term dt,
.section-maintenance .flow .knife-check .term dd {
	display: block;
	vertical-align: middle;
	width: 100%;
	line-height: 1.5;
}
.section-maintenance .flow .knife-check .term dt {
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.section-maintenance .flow .knife-check .term dt:before {
	content:'';
	border-top: 8px solid rgba(0, 0, 0, 0.2);
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -4px;
}
.section-maintenance .flow .knife-check .term dt span {
	display: block;
}

@media (max-width: 480px) {
	.section-maintenance .flow .knife-check .need-add .need-wrap .term {
		width: 100%;
		margin: 0;
	}
	.section-maintenance .flow .knife-check .term dd {
		padding-bottom: 20px;
	}
}

/* .price-table */
.section-maintenance .price-table .coupon {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	position: relative;
	padding-left: 1em;
	overflow: hidden;
}
.section-maintenance .price-table .coupon:before {
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 3px;
    width: 10px;
    margin-top: -2px;
    background: #000;
}
.section-maintenance .price-table .coupon span {
	float: right;
}
.section-maintenance .price-table .table-inner {
	letter-spacing: 0.025em;
}
.section-maintenance .price-table .table-inner dl {
	display: table;
	table-layout: auto;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.section-maintenance .price-table .table-inner dl dt,
.section-maintenance .price-table .table-inner dl dd {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	padding: 10px 0;
}
.section-maintenance .price-table .table-inner dl dt {
	padding-left: 1em;
}
.section-maintenance .price-table .table-inner dl dd {
	text-align: right;
	padding-right: 1em;
}

.section-maintenance .price-notice li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 2;
}

.section-maintenance .cm-btn {
	display: block;
	margin: 0 auto;
}


@media (max-width: 1199px) {
	.section-maintenance .price-table {
		width: 100%;
		max-width: none;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex :none;
	}		
}

@media (max-width: 991px) {
	.section-maintenance .price-table {
		width: 70%;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.section-maintenance .price-table {
		width: 95%;
		margin: 0 auto;
	}	
}

@media (max-width: 480px) {
	.section-maintenance .price-table {
		width: 100%;
	}
	.section-maintenance .price-table .table-inner dl dt {
		padding-left: 0;
		width: 25%;
		font-size: 1.5rem;
	}
	.section-maintenance .price-table .table-inner dl dd {
		padding-right: 0;
		width: 20%;
		font-size: 1.5rem;
	}
	.section-maintenance .price-notice li {
		line-height: 1.6;
	}
}

.section-maintenance .self-mnt01,
.section-maintenance .self-mnt02 {
	position: relative;
}
.section-maintenance .self-mnt01:before {
	width: 85%;
	content: "";
	display: block;
	height: 430px;
	position: absolute;
	left: -430px;
	top: -20px;
	background: url(../img/products/maintenance/knife03.png) no-repeat right top;
	background-size: 95% auto;
	z-index: -1;
}
.section-maintenance .self-mnt02:before {
	width: 70%;
	content: "";
	display: block;
	height: 350px;
	position: absolute;
	right: -460px;
	top: -180px;
	background: url(../img/products/maintenance/knife04.png) no-repeat left top;
	background-size: 80% auto;
	z-index: -1;
}
.section-maintenance .self-mnt02:after {
	width: 70%;
	content: "";
	display: block;
	height: 300px;
	position: absolute;
	left: -480px;
	top: 190px;
	background: url(../img/products/maintenance/knife05.png) no-repeat right center;
	background-size: 70% auto;
	z-index: -1;
}

@media (max-width:1199px) {
	.section-maintenance .self-mnt01:before {
		width: 65%;
		left: -260px;
	}
	.section-maintenance .self-mnt02:before {
		width: 60%;
		right: -310px;
		top: -110px;		
	}
	.section-maintenance .self-mnt02:after {
		left: -350px;
	}
}

@media (max-width: 991px) {
	.section-maintenance .self-mnt02:before {
		width: 56%;
		right: -210px;
		top: -100px;		
	}
	.section-maintenance .self-mnt02:after {
		left: -310px;
		top: -70px;
	}	
}

@media (max-width:768px) {
	.section-maintenance .self-mnt01:before {
		width: 70%;
		left: -170px;
		top: -35px;
	}
	.section-maintenance .self-mnt02:before {
		width: 55%;
		right: -146px;
		top: -87px;		
	}
	.section-maintenance .self-mnt02:after {
		left: -210px;
		top: -40px;
	}
}

@media (max-width:480px) {
	.section-maintenance .self-mnt01:before {
		left: -100px;
		top: -25px;	
	}
	.section-maintenance .self-mnt02:before {
		right: -80px;
		top: -50px;		
	}
	.section-maintenance .self-mnt02:after {
		left: -140px;
		top: -50px;
	}
}



/* .movie-wrap */
.section-maintenance .movie-wrap .movie-box {
	position: relative;
	width: 100%;
    padding-top: 56.25%;
    z-index: 10;
}

.section-maintenance .movie-wrap .movie-box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


