@charset "UTF-8";

.list-group.all .list-group-item.oshirase, .list-group.all .list-group-item.saiyou{display:flex;}
.list-group.oshirase .list-group-item.oshirase {display:flex;}
.list-group.oshirase .list-group-item.saiyou {display:none;}
.list-group.saiyou .list-group-item.saiyou {display:flex;}
.list-group.saiyou .list-group-item.oshirase {display:none;}
.pagination{
	display: none;
}
#Cate_change button {
	margin-right: .5em;
}

.all button#btn1 {
	background: #0066cc;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.oshirase button#btn2 {
	background: #0066cc;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.saiyou button#btn3 {
	background: #0066cc;
	color: #fff;
	transition: all 0.3s ease 0s;
}

.list-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 20px 0;
	list-style: none;
	text-align: center;
	border-bottom: 2px #ececec solid;
	margin-bottom: 5px;
}
ul.list-group li span:nth-child(2) {
	display: none;
}
.blue_g {
	background-color: #3bb1ce;
	background-image: linear-gradient(90deg, #3bb1ce 0%, #2b83b0 50%, #1a5391 100%);
	margin-top: -200px;
	padding-top: 200px;
	width: 100%;
	color: #fff;
}
.blue_g .contents h3 span {
	display: block;
	color: #fff;
}
.blue_g .contents h3 span::before {
	color: #fff;
}
.blue_g .contents h3 {
	color: #fff;
}
.blue_g .contents p {
	line-height: 3;
}


@media only screen and (max-width: 767px) {
.contents h2 {
	margin-top: 50px;
}

}
