@charset "utf-8";
	/* CSS Document */
	
	/* PC
	--------------------------------------------
	-------------------------------------------- */
	.youtube {
	  position: relative;
	  width: 100%;
	  padding-top: 56.25%;
	  margin: 24px 0;
	}
	.youtube iframe {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
	}
	@media screen and (min-width:980px) {
		.background{
			background-image: url(../../images/back_img.png);
			background-repeat: repeat-x;
			background-position-y: 670px;
		}
		#seibun_area{
			background-image: url(../images/img09.png);
			background-position: right center;
			background-position-y: 190px;
			width: 100%;
			height: 1300px;
			background-repeat: no-repeat;
		}
		
		#seibun_area img{
			float: left;
			position: absolute;
			margin-top: -62px;
		}		
		.seibun_name {
	        font-size: 1.5em;
	        font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
	    }
		
		#seibun_box{
			width: 700px;
			height: 135px;
			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用 */
			font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
		}
		
		#setumei_box p{
			font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
			display: table-cell;
			text-align: center;
			vertical-align: middle;
			font-size: 1.6em;
			line-height: 135%;
		}
		
		.tokutyo{
			height:300px;
		}
		
	}
	/* SmartPhone
	--------------------------------------------
	-------------------------------------------- */
	@media screen and (max-width:979px) {
		.background{
			background-image: url(../../images/back_img.png);
			background-repeat: repeat-x;
			background-position-y: 651px;
		}
		
		#seibun_area{
			width: 100%;
			height:850px;
			background-repeat: no-repeat;
			margin-bottom: 0px;
			
		}
		#seibun_area img{
			
		}
		
		#seibun_area hr{
			display: none;	
		}
		
		#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;
		    margin-top: 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%;
		}
		.seibun_name {
	        font-size: 1.2em;
	        padding-bottom: 5px;
	        font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
	    }
	}

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

	.images_wrap{display: flex;flex-direction: column;flex-wrap: nowrap;align-content: center;justify-content: center;align-items: center;}

	.images_wrap img{
		padding: 0;
		margin: 0;
		width: 100%;
		height: auto;
		margin: 30px 0;
	}
