@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: 690px;
		}
		#seibun_area{
			background-image: url(../images/img14.png);
			background-position: right center;
			background-position-y: 150px;
			width: 100%;
			background-repeat: no-repeat;
			
		}
		#seibun_area img{
			float: left;
		}
		
		.seibun_name {
	        font-size: 1.5em;
	    }
		
		#seibun_box{
			width: 700px;
			height: 210px;
			text-align: left;
		}
		
		#seibun_box hr{
			 border-color: #e1dcd6;
			 border-style: solid;
			 width: 510px;
		}
		
		#seibun_box p{
			line-height: 180%;
			padding-top: 10px;
			margin-left: 156px;
			width: 535px;
			text-align: justify;
		}
		
		
		#seibun_box2{
			width: 970px;
			height: 210px;
			text-align: left;
		}
		
		#seibun_box2 hr{
			 border-color: #e1dcd6;
			 border-style: solid;
			 padding-left: 18px;
			 margin-left: 155px;
		}
		
		#seibun_box2 p{
			line-height: 180%;
			padding-top: 10px;
			margin-left: 156px;
			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%;
		}
		
	}
	/* SmartPhone
	--------------------------------------------
	-------------------------------------------- */
	@media screen and (max-width:979px) {
		.background{
			background-image: url(../../images/back_img.png);
			background-repeat: repeat-x;
			background-position-y: 640px;
		}
		
		#seibun_area{
			width: 100%;
			background-repeat: no-repeat;
			margin-bottom: 30px;
			
		}
		#seibun_area img{
			/*float: none;*/
		}
		
		#seibun_box{
			width: 100%;
			height: 150px;
			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: 145%;
			padding-top: 10px;
			margin-left: 0px;
			width: 100%;
			text-align: justify;
		}
		
		#seibun_box img{
			padding-right: 15px;
			width: 110px;
		}
		
		
		
		#seibun_box2{
			width: 100%;
			height: 150px;
			float:left;
			text-align: left;
			/* margin-top: 60px; */
			margin-bottom: 80px;
		}
		
		#seibun_box2 hr{
			 border-color: #e1dcd6;
			 border-style: solid;
			 padding-left: 18px;
			 /*margin-left: 155px;*/
		}
		
		#seibun_box2 p{
			line-height: 145%;
			padding-top: 10px;
			margin-left: 0px;
			width: 100%;
			text-align: justify;
		}
		
		#seibun_box2 img{
			padding-right: 15px;
			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: 1.2em;
			line-height: 125%;
		}
		
	}

	/*製品によって境界線の位置を変える　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;
	}