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

section:nth-child(even){
	background-color:#edf9fd;
}
.data_box .name{
	color: #000;
}
.list_wrap .list_box.none li {
	text-indent: initial;
	padding-left: inherit;
}
.list_wrap .list_box.none li:before{
	content: unset;
}
.list_wrap{
	overflow: hidden;
	clear: both;
	width: 100%;
}
table th.blue{
	background-color:#caedf9;
}
.btn_wrap{
	margin: 30px 0 0 0;
	flex-wrap: wrap;
}
.list_btn{
	margin-right: 30px;
}
.txt_bottom{
	margin-bottom: 40px;
}
.large{
	font-size: 134%;
}
#page06_2{
	background-color:#d2eaf7;
}
.item_list article.data {
	background-color: transparent;
	width: 100%;
	padding: 0 0 0 0;
	border: none;
	margin-bottom: 50px;
	justify-content: flex-end;
}

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

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

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

}

@media print {
.list_wrap{
	clear: both;
	}
}