@charset "utf-8";
/* CSS Document */
.item_list article dt{
	text-align: left;
	padding:20px;
	background-color:#e3e3e3;
	color: #000000;
}
.item_list article dl{
	padding:0 0 25px 0;
}
.item_list dd.flexbox{
	padding:0 20px;
	display: flex;
	justify-content: space-between;
}
.item_list dd.flexbox .txt{
	width: 50%;
	margin-left: 30px;
	text-align: left;
	line-height: 2;
}
#page01_1{
	background-color: #d2eaf7;
}



@media screen and ( max-width: 1200px ){

	
}
@media screen and ( max-width: 1000px ){

}
@media screen and ( max-width: 767px ){

}