@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;
	}
	
	div.page_title {
		padding: 50px 0 40px;
	}
	
	article section {
		width: 900px;
		margin: 0 auto;
		background: #FFF;
		padding: 60px;
	}
	
	article section 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 ul li{
		width: 48%;
		margin-bottom: 15px;
	}
	
	article section ul li a{
		color: #333;
		display: block;
	}
	
	article section ul li a i{
		display: inline-block;
		margin-left: 1em;
	}



}

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

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

	
	article {
		padding-bottom: 50px;
		background:#f7f7f8;
	}
	
	article section {
		width: 95%;
		margin: 0 auto;
		background: #FFF;
		padding: 25px 10%;
	}
	
	article section 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 ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	
	article section ul li a{
		color: #333;
		display: block;
	}
	
	article section ul li a i{
		display: inline-block;
		margin-left: 1em;
	}

}

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

}
