@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: 664px;
		}
		img.spnone.float_right_pc {
			width: 42%;
			margin-left: 500px;
			margin-bottom: 80px;
		}
		img.float_right {
			display: none;
		}
		#seibun_area{
			background-image: url(../images/img11.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{
			/*float:left;*/
			text-align: left;
			margin-top: 60px;
		}
		div#seibun_box {
			width: 100%;
			display: flex;
			height: auto;
			align-items: center;
			justify-content: center;
		}

		div#seibun_box img {
			width: 25%;
			padding-left: 30px;
			padding-right: 30px;
		}

		p.seibun_text_asterisk {
    font-family: serif;
    text-align: initial;
    margin-top: 50px;
}
		#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;
		}
		p.seibun_text {
			margin: 25px 0 50px;
		}
		#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用 */
		}
		img.seibun_text_asterisk_inner_img {
			width: 5%;
			height: auto;
		}

		p.seibun_text_asterisk_inner_text {
			width: 41%;
			text-align: initial;
			padding: 0 15px;
		}

		.seibun_text_asterisk_inner {
			display: flex;
			width: 100%;
			height: auto;
			align-items: center;
			margin-top: 15px;
		}
		#youtube {
			position: relative;
			width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
			height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
			padding-top: 56.25%; /* 高さを指定(16:9) */
		}

		/* YouTube埋め込み用のiframe */
		#youtube iframe{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		#setumei_box p{
			font-family:"hannari",sans-serif;
			display: table-cell;
			text-align: center;
			vertical-align: middle;
			font-size: 1.6em;
			line-height: 160%;
		}
		p.seibun_text {
			line-height: 35px;
			border: solid 1px;
			font-size: 18px;
			margin-top: 60px;
			padding: 10px 0px;
		}
		.step_box img {
			width: 65%;
		}
		img.sp_none {
			width: 100%;
		}
		img.chart {
		    display: none;
		}
}

	/* SmartPhone
	--------------------------------------------
	-------------------------------------------- */
	@media screen and (max-width:979px) {
		.background{
			background-image: url(../../images/back_img.png);
			background-repeat: repeat-x;
			background-position-y: 608px;
		}
		img.main_ing {
			margin-top: -30px;
		}
		img.spnone.float_right_pc {
			display: none;
		}
		img.float_right {
			margin-top: 20px;
			margin-bottom: 70px;
			width: 100%;
			height: auto;
		}
		#seibun_area{
			width: 100%;
			background-repeat: no-repeat;
			margin-bottom: 30px;
		}
		#seibun_area img{
			/*float: none;*/
		}
		
		#seibun_box{
			/* width: 100%; */
			/* height: 150px; */
			/*float:left;*/
			/* text-align: left; */
			/* margin-top: 60px; */
			margin-bottom: 30px;
			display: flex;
			align-items: center;
			justify-content: center;
			margin-top: 32px;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
		}
		
		#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: 0 10px;
			width: 28%;
		}
		.step_box img {
			width: 65%;
		}
		#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%;
		}
		p.seibun_text {
			line-height: 27px;
			margin-top: 30px;
			border: solid 1px;
			padding: 4px 0;
		}
		p.seibun_text_asterisk {
			text-align: initial;
			font-family: serif;
		}
		#youtube {
			position: relative;
			width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
			height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
			padding-top: 56.25%; /* 高さを指定(16:9) */
		}

		/* YouTube埋め込み用のiframe */
		#youtube iframe{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		.seibun_text_asterisk_inner {
			display: flex;
			align-items: center;
			margin-top: 20px;
		}

		img.seibun_text_asterisk_inner_img {
			width: 12%;
			height: auto;
		}

		p.seibun_text_asterisk_inner_text {
			width: 90%;
			text-align: initial;
			padding: 0 15px;
		}	
	}

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