@charset "UTF-8";

/*============================================================================================================
base
============================================================================================================*/


/*============================================================================================================
info_area
============================================================================================================*/

.info-area {
	margin: 5rem auto 0;
}

.info-area .inner {
	display: flex;
	justify-content: left;
	align-items: center;
}

.info-area__date {
	margin-right: 2rem;
	font-size: 1.6rem;
}

.info-area__categories {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
}

.info-area__office.post {
	background: #eee;
	padding: 1em 2em;
	margin: 0 1em;
	line-height: 1;
}

.info-area__category {
	background: #eee;
	padding: 1rem 1.5rem;
	line-height: 1;
}
@media screen and (max-width: 767px) {
.inner.l-inner {
    justify-content: flex-start;
}

.info-area__date {
    font-size: 1.6rem;
    margin-right: 1.5rem;
}

.info-area__categories {
    font-size: 1.4rem;
}

.info-area__category {
    padding: 1rem 1.5rem;
}

}