@charset "utf-8";
	/* CSS Document */
	
	/* PC
	--------------------------------------------
	-------------------------------------------- */
	@media screen and (min-width:980px) {
		.background{
			background-image: url(../../images/back_img.png);
			background-repeat: repeat-x;
			background-position-y: 617px;
		}
		#seibun_area{
			background-image: url(../images/img10.png);
			background-position: right center;
			background-position-y: 150px;
			width: 100%;
			height: 650px;
			background-repeat: no-repeat;
			padding-top: 50px;
		}
		
		#seibun_box{
			width: 700px;
			height: 125px;
			float:left;
			text-align: left;
			margin-top: 60px;
		}
		
		#seibun_box hr{
			 border-color: #e1dcd6;
			 border-style: solid;
			 width: 510px;
			 padding-left: 18px;
			 margin-left: 155px;
		}
		
		#seibun_box p{
			line-height: 180%;
			padding-top: 10px;
			margin-left: 156px;
			width: 535px;
			text-align: justify;
		}
		
		#setumei_box{
			display: table;
			width: 100%;
			padding: 15px 0 15px 0px;
			vertical-align: middle;
			text-align: center;
			background-image: url(../../../shared/images/back.png);
			border-radius: 20px;/* CSS3草案 */
			-webkit-border-radius: 20px;/* Safari,Google Chrome用 */
			-moz-border-radius: 20px;/* Firefox用 */
		}
		
		#setumei_box p{
			font-family:"hannari",sans-serif;
			display: table-cell;
			text-align: center;
			vertical-align: middle;
			font-size: 1.6em;
			line-height: 160%;
		}
		.movie-wrap{
			
		display: flex;align-items: center;flex-direction: row;flex-wrap: nowrap;justify-content: space-around;align-content: center;margin-top: 50px;margin-bottom: 100px;}
		.movie-wrap iframe{
			
		width: 400px;height: 220px;}
		.movie-p{
			
		font-size: 1.1em;margin-bottom: 10px;font-weight: 800;}
		.movie{}
		.movie iframe{width: 540px;height: 300px;}
	}
	/* SmartPhone
	--------------------------------------------
	-------------------------------------------- */
	@media screen and (max-width:979px) {
		.background{
			background-image: url(../../images/back_img.png);
			background-repeat: repeat-x;
			background-position-y: 581px;
		}
		
		#seibun_area{
			width: 100%;
			background-repeat: no-repeat;
			margin-bottom: 30px;
			
		}
		
		#seibun_box{
			width: 100%;
			height: 125px;
			float:left;
			text-align: left;
			/* margin-top: 60px; */
			margin-bottom: 80px;
		}
		
		#seibun_box hr{
			 border-color: #e1dcd6;
			 border-style: solid;
			 padding-left: 18px;
			 margin-left: 155px;
		}
		
		#seibun_box p{
			line-height: 180%;
			padding-top: 10px;
			margin-left: 0px;
			width: 100%;
			text-align: justify;
		}
		
		#seibun_box img{
			padding-right: 20px;
			width: 110px;
		}
		
		#setumei_box{
			display: table;
		    width: 100%;
		    height: 50px;
		    margin-bottom: 10px;
		    vertical-align: middle;
		    text-align: center;
			background-image: url(../../../shared/images/back.png);
			border-radius: 20px;/* CSS3草案 */
			-webkit-border-radius: 20px;/* Safari,Google Chrome用 */
			-moz-border-radius: 20px;/* Firefox用 */
		}
		
		#setumei_box p{
			font-family:"hannari",sans-serif;
			display: table-cell;
			text-align: center;
			vertical-align: middle;
			font-size: 1em;
			line-height: 140%;
		}
		.movie-wrap{
			
		margin-top: 50px;margin-bottom: 100px;}
		.movie-wrap iframe{
			
		width: 100%;
    height: 50vw;margin-bottom: 40px;}
		.movie-p{
			
		font-size: 1.1em;font-weight: 800;margin-bottom: 20px;}
		.movie{}
		.movie iframe{width: 100%;height: 50vw;}
	}

	/*製品によって境界線の位置を変える　background-position-y　*/
	

	
	
	.step{
		
	}
	
	.step li{
		display: inline-block;
		width: 300px;
		height:200px;
		
	}
	
	.step li p{
		line-height: 180%;
		padding: 30px;
		text-align: justify;
		float: left;
	}