@charset "UTF-8";

h2 {
	float: left;
}

@media screen and (max-width: 767px) {
	h2 {
		float: none;
	}
}

#category {
	float: right;
	margin-top: 0.4em;
}


#category li {
	display: inline-block;
	position: relative;
	padding-left: 10px;
	margin-right: 0.6em;
	cursor: pointer;
}

#category li:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid transparent;
}

#category li:last-child {
	margin-right: 0;
}

#category li:hover,
#category li.mixitup-control-active {
	color: #1e822d;
}

#category li.mixitup-control-active:after {
	border-left: 5px solid #1e822d;
}

#filter_content {
	padding: 1% 1% 0;
	text-align: justify;
}

#filter_content:after {
	content: '';
	display: inline-block;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#category {
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
		float: none;
		margin-block: 0 30px;
	}

	#category li:last-child {
		margin-right: 6px;
	}
}


.mix {
	display: inline-block;
	width: 47%;
	text-align: left;
	margin-bottom: 6%;
	vertical-align: top;
}

.mix img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.frame {
	display: inline-block;
	box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
	.mix {
		display: block;
		width: 100%;
	}
}

#wrapper #contents .Rcontents .mix h3 {
	margin-top: 0.8em;
	padding: 0 0.6em;
	color: #1e822d;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}


.text_company {
	margin-bottom: 10px;
	text-align: right;
	font-size: 10px;
}

@media screen and (max-width: 767px) {
	#wrapper #contents .Rcontents .mix h3 {
		margin-bottom: 40px;
	}

	.text_company {
		text-align: center;
	}
}