@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: 692px;
		}
		#seibun_area{
			/* background-image: url(../images/img10.png); */
			/* background-position: right center; */
			/* background-position-y: 150px; */
			width: 800px;
			/* height: 1000px; */
			background-repeat: no-repeat;
			display: flex;
			flex-wrap: nowrap;
			justify-content: space-between;
			margin: auto;
		}
		
		.seibun_area-3-setumei{
		    display: flex;
		    flex-direction: column;
		    justify-content: center;
		    align-items: center;
		    align-content: center;
		    height: 400px;
		    width: 440px;
		}
		
		.seibun_area-3-setumei p{
		    background-color: #fff!important;
		    color: #5d5d5d!important;
		    padding: 0!important;
		    margin: 0!important;
		}
		
		#seibun_area img{
			/* float: left; */
			width: 160px;
		}
		
		.seibun_name {
	        font-size: 1.6em;
	        padding-bottom: 10px;
	        border-bottom: 1px solid;
	        margin-bottom: 10px;
	    }
		
		#seibun_box{
			width: 28%;
			/* height: 135px; */
			/* float:left; */
			text-align: left;
			margin-top: 60px;
			padding: 10px;
			display: flex;
			flex-direction: column;
			align-items: center;
		}
		
		#seibun_box hr{
			 border-color: #e1dcd6;
			 border-style: solid;
			 width: 510px;
			 display: none;
		}
		
		#seibun_box p{
			line-height: 180%;
			padding-top: 10px;
			/* margin-left: 156px; */
			width: 100%;
			text-align: justify;
			/* border-bottom: 1px solid; */
		}
		
		#setumei_box{
			display: table;
			width: 100%;
			padding: 25px 0 25px 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: 135%;
		}
		.seibun1{
			width: 800px;
			margin: auto;
			padding-top: 90px;
		}
		.seibun1-title{
			font-size: 1.6em;
			padding-bottom: 10px;
			border-bottom: 1px solid;
			text-align: justify;
			margin-bottom: 20px;
		}
		.seibun1 p{
			/* text-align: justify; */
		}
		.seibun1-img{
		    display: flex;
		    flex-wrap: wrap;
		    justify-content: center;
		    margin-top: 50px;
		}
		.seibun1-img img{
			display: inline;
			text-align: center;
		}
		.seibun1-img p{
			
		}
		.seibun_area-2{
		    margin-top: 50px;
		    padding: 70px;
		    display: flex;
		    flex-direction: column;
		    align-items: center;
		    width: 461px;
		    margin: auto;
		}
		.seibun_area-2 p{
		    font-size: 1.4em;
		    margin: 50px 0;
		    background-color: #e8815a;
		    color: #fff;
		    padding: 20px;
		    width: 600px;
		}
		.seibun_area-2 img{
	
		}
		.seibun_area-3{
		    display: flex;
		    justify-content: space-around;
		}
		.seibun_area-3 img{
		    width: 340px;
		    height: auto;
		    padding: 20px 42px 0;
		}
		p.title_20.float_left.title_br {
			margin-top: 30px;
		}
		img.chart {
		    width: 100%;
		    height: auto;
		}
		}
	/* SmartPhone
	--------------------------------------------
	-------------------------------------------- */
	@media screen and (max-width:979px) {
		.background{
			background-image: url(../../images/back_img.png);
			background-repeat: repeat-x;
			background-position-y: 630px;
		}
		
		#seibun_area{
			width: 100%;
			/* height:850px; */
			background-repeat: no-repeat;
			margin-bottom: 0px;
			display: flex;
			flex-direction: column;
		}
		#seibun_area img{
			
		}
		
		#seibun_box{
			width: 100%;
			/* height: 125px; */
			/* float:left; */
			/* text-align: left; */
			/* margin-top: 60px; */
			margin-bottom: 80px;
		}
		.seibun_name {
	        font-size: 1.3em;
	        padding-bottom: 10px;
	        border-bottom: 1px solid;
	        margin-bottom: 10px;
	    }

		#seibun_box hr{
			 border-color: #e1dcd6;
			 border-style: solid;
			 padding-left: 18px;
			 margin-left: 155px;
			 display: none;
		}
		
		#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%;
		}
		.seibun1{
			/* width: 800px; */
			margin: auto;
			padding-top: 50px;
		}
		.seibun1-title{
			font-size: 1.3em;
			padding-bottom: 10px;
			border-bottom: 1px solid;
			text-align: justify;
			margin-bottom: 20px;
		}
		.seibun1 p{
			text-align: justify;
		}
		.seibun1-img{
		    display: flex;
		    flex-wrap: wrap;
		    justify-content: center;
		    margin-top: 20px;
		}
		.seibun1-img img{
			/* display: inline; */
			/* text-align: center; */
			width: 100vw;
		}
		.seibun1-img p{
			
		}
		.seibun_area-2{
		    /* margin-top: 50px; */
		    /* padding: 110px; */
		    display: flex;
		    flex-direction: column;
		    align-items: center;
		    width: 100vw;
		    margin: auto;
		}
		.seibun_area-2 p{
		    font-size: 1.4em;
		    margin: 50px 0;
		}
		.seibun_area-2 img{
		width: 80vw;
		height: auto;
		}
		.seibun_area-3{
		    display: flex;
		    justify-content: space-between;
		    flex-direction: column;
		}
		.seibun_area-3 img{
		    width: 48%;
		    height: auto;
		    padding: 5px;
		    margin-top: 30px;
		}
		.seibun_area-3-setumei{
		    display: flex;
		    flex-direction: column;
		    justify-content: center;
		    align-items: center;
		    align-content: center;
		    /* height: 400px; */
		    /* width: 440px; */
		    margin-top: 30px;
		}
		
		.seibun_area-3-setumei p{
		    background-color: #fff!important;
		    color: #5d5d5d!important;
		    padding: 0!important;
		    margin: 0!important;
		}
		img.chart {
		    display: none;
		}
	}

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