.underMv {
	max-width: none;
	height: 450px;
	background:url(../img/pc/mv.jpg) no-repeat center 24%;
	background-size: cover;
}
	.underMv .tips {
		max-width: 610px;
		height: 240px;
	}


.section {
    font-size: 92.857%;
    line-height: 1.692;
}
	.section.inner {
	    max-width: 1000px;
	    padding: 0 0 60px;
	}

.sec-ttl {
    margin: 60px auto 15px;
    text-align: center;
}

.sec-copy {
    text-align: center;
    margin: 0 0 60px;
}


.secTab {
	background: rgba(0,0,0,.8);
	padding: 37px 0;
}
.underMv .secTab {
	position: absolute;
	bottom: 0;
	width: 100%;
}
	.secTab ul {
		width: 70%;
		max-width: 700px;
		margin-right: auto;
		margin-left: auto;
	}
		.secTab li {
		  position: relative;
		  float: left;
		  width: 30%;
		  max-width: 210px;
		}
		.secTab li + li {
		  margin-left: 5%;
		}
			.secTab li img.tabActive {
			  position: absolute;
			  top: 0;
			  left: 0;
			  z-index: 1;
			  opacity: 0;
			}
			.secTab li:hover img.tabActive,
			.secTab li.current img.tabActive {
			  opacity: 1;
			}


.underSec-ttl {
	margin: 0 auto 30px;
	background: rgb(176,158,131);
	background: -moz-linear-gradient(left, rgb(176,158,131) 13%, rgb(192,179,165) 50%, rgb(176,158,131) 86%);
	background: -webkit-linear-gradient(left, rgb(176,158,131) 13%,rgb(192,179,165) 50%,rgb(176,158,131) 86%);
	background: linear-gradient(to right, rgb(176,158,131) 13%,rgb(192,179,165) 50%,rgb(176,158,131) 86%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b09e83', endColorstr='#b09e83',GradientType=1 );
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

#device ul li {
  width: 32%;
  max-width: 320px;
  float: left;
  margin-bottom: 30px;
}
#device ul li + li {
  margin-left: 2%;
}
#device ul li:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
	#device ul li h5 {
	  padding-top: 12px;
	  padding-bottom: 7px;
	  line-height: 100%;
	}

	#device02 {
	    margin-top: 20px;
	}


#security01 > div {
	float: left;
	width: 44%;
	max-width: 440px;
}
	#security01 h4.underSec-ttl{
		margin-bottom: 20px;
	}
	#security01 p.emergency24{
		margin-bottom: 30px;
	}
#security01 > figure {
	float: right;
	width: 51%;
	max-width: 510px;
}


#security03 {
    margin-top: 60px;
}

#security03 div.cf > figure {
	float: left;
	width: 21%;
	max-width: 210px;
}
#security03 div.cf > ul {
	float: right;
	width: 74%;
	max-width: 740px;
}
	#security03 ul li {
		margin-bottom: 40px;
	}
	#security03 ul li:nth-child(odd) {
		clear: both;
		float: left;
		width: 47.298%;
		max-width: 350px;
	}
	#security03 ul li:nth-child(even) {
		float: right;
		width: 48.65%;
		max-width: 360px;
	}
		#security03 ul li .photo {
			float: left;
			width: 45%;
			max-width: 160px;
		}
		#security03 ul li:nth-child(odd) h5,
		#security03 ul li:nth-child(odd) p {
			float: right;
			width: 48.571%;
			max-width: 170px;
		}
		#security03 ul li:nth-child(even) h5,
		#security03 ul li:nth-child(even) p {
			float: right;
			width: 50%;
			max-width: 180px;
		}


#security04 {
    margin-top: 20px;
    margin-bottom: 60px;
}
	#security04-list li {
		float: left;
	}
	#security04-list li:nth-child(1) {
		width: 27.8%;
		max-width: 278px;
		padding-right: 20px;
	}
		#security04-list li:nth-child(1) p {
			float: left;
			width: 46.762%;
			max-width: 130px;
		}
		#security04-list li:nth-child(1) .photo {
			float: right;
			width: 46.762%;
			max-width: 130px;
		}
	#security04-list li:nth-child(2) {
		border-left: 1px solid #dfdfdf;
		width: 27%;
		max-width: 269px;
		padding-right: 20px;
		padding-left: 20px;
	}
	#security04-list li:nth-child(3) {
		border-left: 1px solid #dfdfdf;
		width: 37%;
		max-width: 369px;
		padding-left: 20px;
	}
		#security04-list li:nth-child(3) #security04-cntxt3 p {
			float: left;
			width: 31.621%;
			max-width: 117px;
		}
		#security04-list li:nth-child(3) #security04-cntxt3 .photo {
			float: right;
			width: 60.27%;
			max-width: 223px;
			margin-top: 5px;
		}
		#security04-list h5 {
		    min-height: 60px;
		}


#construction ul li {
  float: left;
  width: 30.8%;
  max-width: 308px;
  margin-bottom: 30px;
}
#construction ul li + li {
  margin-left: 3.8%;
}
#construction ul li:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
	#construction h5 {
	  padding-bottom: 7px;
	  line-height: 100%;
	}
	#construction ul li h5 {
	  padding-top: 12px;
	}
	#construction ul li span {
	  display: block;
	  padding-top: 5px;
	  font-size: 85%;
	}


#construction01-cntxt7 {
    margin-top: 20px;
}
	#construction01-cntxt7 > div {
		float: left;
		width: 54.2%;
		max-width: 542px;
	}
	#construction01-cntxt7 > figure {
		float: right;
		width: 42%;
		max-width: 420px;
	}
#construction01-cntxt8,
#construction01-cntxt9 {
    margin-top: 40px;
}


#construction01-cntxt8 {
  float: left;
  width: 30.8%;
  max-width: 308px;
}
#construction01-cntxt9 {
  float: right;
  width: 65%;
  max-width: 650px;
}
	#construction01-cntxt9 figure {
	  float: left;
	  width: 27.692%;
	  max-width: 180px;
	}
	#construction01-cntxt9 p {
	  float: right;
	  width: 70.77%;
	  max-width: 460px;
	}


#construction02 {
    margin-top: 60px;
}
	ul li#construction02-cntxt6 h5 {
	    padding-top: 0;
	    padding-bottom: 25px;
	}
		ul li#construction02-cntxt6 h6{
			padding-bottom: 5px;
		}
		ul li#construction02-cntxt6 h6.kyuki{
			padding-top: 20px;
		}
	#construction02-cntxt7 {
	    margin-top: 40px;
	}
	#construction02-cntxt8 {
		float: left;
		width: 65.4%;
		max-width: 654px;
	    margin-top: 30px;
	}
		#construction02-cntxt8 .photo {
			float: left;
		}
		#construction02-cntxt8 h5,
		#construction02-cntxt8 p {
			float: right;
			width: 35.627%;
			max-width: 233px;
		}
	#construction02-cntxt9 {
		float: right;
		width: 30.8%;
		max-width: 308px;
		margin-top: 30px;
	}


#afterservice {
	background: #5d6e88;
	padding: 60px 0;
	line-height: 1.846;
	color: #fff;
}
	#afterservice .cf > div {
		float: left;
		max-width: 470px;
		width: 47%;
	}
	#afterservice .cf > div + div {
		float: right;
		border-left: 1px solid #7d889c;
		padding-left: 3%;
		padding-bottom: 30px;
	}
		#afterservice01 h4 {
			margin-bottom: 12px;
		}
		#afterservice h5 {
		    font-size: 123.077%;
		    margin-top: 12px;
		}


/* 注釈 */
#main p span:not(.pc):not(.sp-il),
#main .notes {
    font-size: 76.923%;
}
#afterservice + .notes {
    margin: 20px auto;
}


@media screen and (max-width: 768px) {
	.inner{
		width: 87.5%;
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
	.underMv {
		background:url(../img/pc/mv.jpg) no-repeat 38% top;
	    background-size: cover;
	}
		.underMv .tips {
			max-width: 640px;
			height: 300px;
		}

	.secTab {
	    padding: 3% 0;
	}
	.secTab ul {
	    width: 94%;
	    max-width: none;
	}
		.secTab li {
		    width: 33%;
		}
		.secTab li + li {
		    margin-left: 0.5%;
		}
		.secTab li.current img:first-child,
		.secTab li:hover img:first-child {
		    opacity: 0;
		}

	.sec-ttl {
	    margin: 10vw auto 3vw;
	}
	.sec-copy {
	    margin: auto;
	}
	.underSec-ttl {
	    margin: 10vw auto 5vw;
	    height: 10.625vw;
	    line-height: 10.625vw;
	}



	#device ul li {
	    width: 100%;
	    max-width: none;
	    float: none;
	}


	#security01 > div,
	#security01 > figure,
	#security03 div.cf > figure,
	#security03 div.cf > ul,
	#security03 ul li:nth-child(odd),
	#security03 ul li:nth-child(even),
	#security04-list li:nth-child(3) #security04-cntxt3 p,
	#security04-list li:nth-child(3) #security04-cntxt3 .photo,
	#construction ul li,
	#construction01-cntxt7 > div,
	#construction01-cntxt7 > figure,
	#construction01-cntxt8,
	#construction01-cntxt9,
	#construction01-cntxt9 figure,
	#construction01-cntxt9 p,
	#construction02-cntxt8,
	#construction02-cntxt8 .photo,
	#construction02-cntxt8 h5,
	#construction02-cntxt8 p,
	#construction02-cntxt9,
	#afterservice .cf > div,
	#afterservice .cf > div + div {
	    float: none;
	    width: auto;
	    max-width: none;
	}
	#device ul li + li,
	#construction ul li + li {
	    margin-left: auto;
	}

	#security02-photo1 {
	    margin: 7vw auto;
	}

	#security03 div.cf > figure {
	    text-align: center;
	}
	#security03 ul li {
	    margin-bottom: 7vw;
	    margin-top: 7vw;
	}
		#security03 ul li h5 {
		    margin-bottom: 4vw;
		}
	#security04-list li {
		margin-top: 7vw;
	}
	#security04-list li:nth-child(1),
	#security04-list li:nth-child(2),
	#security04-list li:nth-child(3) {
		float: none;
	    border-left: none;
	    width: auto;
	    max-width: none;
	    padding-right: 0;
	    padding-left: 0;
	}
	#security04-list h5 {
	    min-height: 0;
	    margin-bottom: 5vw;
	}
	#security04-list li:nth-child(1) p,
	#security04-list li:nth-child(1) .photo {
	    max-width: none;
	}
	#security04-list li:nth-child(2) .photo {
	    margin: 5vw auto;
	}
	#security04-list li:nth-child(3) #security04-cntxt3 .photo {
	    margin-top: 5vw;
	}

	#construction h5 {
	    padding-top: 12px;
	}
	#construction01-list li + li {
	    margin-top: 10vw;
	}
	#construction01-list li p + p {
	    margin-top: 5vw;
	}
	ul li#construction02-cntxt6 h6{
		padding-bottom: 2vw;
	}
	#construction02-cntxt9 {
	    margin-top: 10vw;
	}
	#construction01-cntxt9 figure {
	    width: 56.25vw;
	    margin: 5vw auto;
	}

	#afterservice {
	    padding: 7vw 0;
	}
	#afterservice .cf > div + div {
	    border-left: none;
	    padding-left: 0;
	    padding-bottom: 0;
	    border-top: 1px solid #7d889c;
	    padding-top: 7vw;
	    margin-top: 7vw;
	}






}

@media screen and (max-width: 420px) {
	/* .underMv {
		height: 300px;
	} */

}

@media screen and (max-width: 320px) {
}


































