@charset "UTF-8";
/* CSS Document */

article {
	width: 100%;
	background: url(../images/common/ob_line_gr.png) repeat;
	background-size: 14px 14px;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 769px){
	
	article {
		padding-bottom: 100px;
		background:#f7f7f8;
	}
	
	article section {
		width: 712px;
		font-size: 18px;
		margin: 0 auto;
	}
	
	article section.block01 {
		width: 600px;
		margin: 0 auto;
	}
	
	article section.block01 h3{
		width: 100%;
		font-size: 22px;
		font-weight: 700;
		color: #FFF;
		padding: 7px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		background: #51b64c;
		text-align: center;
		margin-bottom: 8px;
		
	}
	
	article section.block01 p{
		text-align: center;
		color: #51b64c;
		margin-bottom: 8px;
	}
	
	article section.block01 p strong{
		font-size: 20px;
		font-weight: 700;
	}
	
	article section.block02 {
		margin: 60px auto 40px;
		border-bottom: 1px solid #666;
		padding-bottom: 25px;
	}
	
	article section p.process{
		font-size: 14px;
		color: #51b64c;
		margin-bottom: 12px;
	}
	
	article section.block02 ul,
	article section.block03 ul{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	article section.block02 ul li{
		/*width: 394px;*/
		width: 445px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		align-items: center;
		line-height: 1.2;
	}
	
	article section.block02 ul li:first-child{
		/*width: 286px;*/
		width: 245px;
	}
	
	article section.block03 {
		margin: 0 auto 40px;
		border-bottom: 1px solid #666;
		padding-bottom: 25px;
	}
	
	article section.block03 ul li{
		width: 445px;
	}
	
	article section.block03 ul li:first-child{
		width: 245px;
	}
	
	article section.block03 ul li div.box{
		width: 100%;
		margin-top: 20px;
		background: #e6e6e6;
		padding: 10px;
	}
	
	article section.block04 {
		margin: 0 auto 40px;
	}
	
	article section.block04 div.box{
		width: 100%;
		margin-bottom: 10px;
		background: #FFF;
		padding: 10px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
	}
	
	article section.block04 div.box ul{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
	}
	
	article section.block04 div.box ul li{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
	}
	
	article section.block04 div.box ul li:nth-child(odd) p{
		margin: 0 0.5em;
	}
	
	article section.block04 p{
		font-size: 16px;
	}
	
	article section.block04 p.frame{
		border: 1px solid #333;
		padding: 2px 10px;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media print, screen and (max-width: 768px){
	
	article {
		padding-bottom: 50px;
	}
	
	article section {
		width: 95%;
		font-size: 18px;
		font-size: 1.8rem;
		margin: 0 auto;
	}
	
	article section.block01 h3{
		width: 100%;
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: 700;
		color: #FFF;
		padding: 7px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		background: #51b64c;
		text-align: center;
		margin-bottom: 8px;
		
	}
	
	article section.block01 p{
		text-align: center;
		color: #51b64c;
		margin-bottom: 8px;
	}
	
	article section.block01 p strong{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: 700;
	}
	
	article section.block02 {
		margin: 40px auto 25px;
		border-bottom: 1px solid #666;
		padding-bottom: 25px;
	}
	
	article section p.process{
		font-size: 14px;
		font-size: 1.4rem;
		color: #51b64c;
		margin-bottom: 12px;
	}
	
	article section.block02 ul,
	article section.block03 ul{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	article section.block02 ul li{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		align-items: center;
		line-height: 1.2;
	}
	
	article section.block02 ul li:first-child{
		/*width: 286px;*/
		width: 245px;
		margin: 0 auto 10px;
	}
	
	article section.block03 {
		margin: 0 auto 25px;
		border-bottom: 1px solid #666;
		padding-bottom: 25px;
	}
	
	article section.block03 ul li{
		width: 100%;
	}
	
	article section.block03 ul li:first-child{
		width: 245px;
		margin: 0 auto 10px;
	}
	
	article section.block03 ul li div.box{
		width: 100%;
		margin-top: 20px;
		background: #e6e6e6;
		padding: 10px;
	}
	
	article section.block04 {
		margin: 0 auto 40px;
	}
	
	article section.block04 div.box{
		width: 100%;
		margin-bottom: 10px;
		background: #FFF;
		padding: 10px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		padding: 20px 0;
	}
	
	article section.block04 div.box ul{
		width: 100%;
		text-align: center;
	}
	
	article section.block04 div.box ul li{
		display: block;
	}
	
	article section.block04 div.box ul li p{
		display: inline-block;
		padding: 0 0.5em;
	}
	
	article section.block04 p{
		font-size: 16px;
	}
	
	article section.block04 p.frame{
		border: 1px solid #333;
		padding: 2px 10px;
	}
	

}

@media print, screen and (max-width: 480px){

}
