/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
.newsline_list > *:not(:last-child) {
	border-bottom: solid 1px rgba(57, 187, 69, 0.7);
}

.newsline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	text-decoration: none;
	color: #333;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: 0.2s background-color;
	-o-transition: 0.2s background-color;
	transition: 0.2s background-color;
}
@media screen and (min-width: 768px), print {
	.newsline {
		padding: 10px 0;
	}
}
@media screen and (max-width: 767px) {
	.newsline {
		padding: 5px 0;
	}
}
.newsline:hover {
	background-color: rgba(253, 244, 100, 0.2);
}

.newsline__head {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (min-width: 768px), print {
	.newsline__head {
		padding: 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.newsline__head {
		padding: 0 5px;
	}
}

@media screen and (min-width: 768px), print {
	.newsline__thumb {
		width: 100px;
	}
}
@media screen and (max-width: 767px) {
	.newsline__thumb {
		width: 80px;
	}
}

.newsline__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 0.2em;
}

.newsline__date {
	font-size: 0.875rem;
	font-family: "Roboto", sans-serif;
	width: 9em;
}
.newsline__category_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.newsline__category_list > * {
		margin-bottom: 5px;
	}
}
.newsline__category_list > *:not(:last-child) {
	margin-right: 5px;
}

.newsline__category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 10px;
	height: 15px;
	font-size: 11px;
	letter-spacing: -0.1em;
	font-weight: bold;
	background-color: #ce48fa;
	color: #fff;
}
.newsline__category-all {
	background-color: #ce48fa;
}
.newsline__category-news {
	background-color: #279ffa;
}
.newsline__category-event {
	background-color: #fca222;
}
.newsline__category-campaign {
	background-color: #39bb45;
}
.newsline__category-important {
	background-color: #fc4b22;
}
.newsline__category-einou {
	background-color: #435596;
}

.new {
	position: relative;
	top: -0.2ex;
	left: 0;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0.5em;
	color: #e95835;
	border: solid 1px #e95835;
	background-color: #fff;
	padding: 0.1ex 0.5ex;
	line-height: 1;
}

.topics__category_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.topics__category_list > * {
		margin-bottom: 5px;
	}
}
.topics__category_list > *:not(:last-child) {
	margin-right: 5px;
}

.topics__category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 10px;
	height: 15px;
	font-size: 11px;
	letter-spacing: -0.1em;
	font-weight: bold;
	background-color: #ce48fa;
	color: #fff;
}

.article {
	padding-bottom: 5em;
}

.article__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
	.article__head {
		margin-bottom: 5em;
	}
}
@media screen and (max-width: 767px) {
	.article__head {
		margin-bottom: 2em;
	}
}

.article__date {
	font-weight: bold;
	font-size: 0.875rem;
	margin-bottom: 0.2em;
	margin-right: 0.5em;
}

.article__category_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.article__category_list > * {
		margin-bottom: 5px;
	}
}
.article__category_list > *:not(:last-child) {
	margin-right: 5px;
}

.article__category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 10px;
	height: 15px;
	font-size: 11px;
	letter-spacing: -0.1em;
	font-weight: bold;
	background-color: #ce48fa;
	color: #fff;
}
.article__category-all {
	background-color: #ce48fa;
}
.article__category-news {
	background-color: #279ffa;
}
.article__category-event {
	background-color: #fca222;
}
.article__category-campaign {
	background-color: #39bb45;
}
.article__category-important {
	background-color: #fc4b22;
}
.article__category-einou {
	background-color: #435596;
}

.article__body img {
	max-width: 100%;
	height: auto;
}

.tab_list_wrapper {
	overflow: hidden;
	padding: 10px 0;
}
.tab_list_wrapper .tab_list .tab._selected::before {
	outline: 5px solid #fdf464;
}

.tab_list {
	margin-left: 15px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}
.tab_list::before, .tab_list::after {
	content: "";
	display: table;
}
.tab_list::after {
	clear: both;
}
@media screen and (min-width: 768px), print {
	.tab_list {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.tab_list li:not(:last-child) {
	margin-right: 14px;
}
@media screen and (max-width: 767px) {
	.tab_list li {
		margin-right: auto;
		margin-left: auto;
	}
}
.tab_list-map {
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.tab_list-map {
		margin-bottom: 10px;
	}
}
.tab_list-map li {
	float: none;
}
.tab_list-map li:not(:last-child) {
	margin-right: 20px;
}
.tab_list .tab {
	color: #fff;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	padding-left: 8px;
	padding-right: 8px;
	outline: 0px solid #fff;
}
@media screen and (max-width: 767px) {
	.tab_list .tab {
		margin-bottom: 15px;
	}
}
.tab_list .tab._selected::before, .tab_list .tab:hover::before {
	outline: 5px solid #fff;
}
.tab_list .tab .text {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}
.tab_list .tab .text img {
	display: block;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 7px;
}
.tab_list .tab .text-bg {
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.tab_list .tab .text-bg-farmstand {
	width: 120px;
	height: 20px;
	background: url("../img/map_category/farmstand.png") 0 0/120px 40px no-repeat transparent;
}
.tab_list .tab .text-bg-store {
	width: 96px;
	height: 20px;
	background: url("../img/map_category/store.png") 0 0/96px 40px no-repeat transparent;
}
.tab_list .tab::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: skew(-2deg, -2deg);
	    -ms-transform: skew(-2deg, -2deg);
	        transform: skew(-2deg, -2deg);
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
	        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
}
.tab_list .tab._all::before {
	background-color: #ce48fa;
}
.tab_list .tab._news::before {
	background-color: #279ffa;
}
.tab_list .tab._event::before {
	background-color: #fca222;
}
.tab_list .tab._campaign::before {
	background-color: #39bb45;
}
.tab_list .tab._important::before {
	background-color: #fc4b22;
}
.tab_list .tab._einou::before {
	background-color: #435596;
}
.tab_list .tab._map {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-top: 3px;
	padding-bottom: 3px;
}
@media screen and (min-width: 768px), print {
	.tab_list .tab._map {
		width: 160px;
	}
}
@media screen and (max-width: 767px) {
	.tab_list .tab._map {
		width: 134px;
	}
}
.tab_list .tab._map::before {
	background-color: #fff;
	-webkit-transform: skew(-2deg, -1deg);
	    -ms-transform: skew(-2deg, -1deg);
	        transform: skew(-2deg, -1deg);
}
.tab_list .tab._selected._map .text-bg, .tab_list .tab:hover._map .text-bg {
	background-position: 0 -20px;
}
.tab_list .tab._selected._map::before, .tab_list .tab:hover._map::before {
	background-color: #fc4b22;
}

.newscard_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
	.newscard_list {
		width: 600px;
	}
}
@media screen and (max-width: 767px) {
	.newscard_list {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media screen and (min-width: 768px), print {
	.newscard_list li {
		margin-right: 20px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.newscard_list li {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
}

.newscard {
	text-decoration: none;
	display: block;
	overflow: hidden;
	background-color: #fff;
	color: #000;
}
.newscard:hover {
	text-decoration: none;
	opacity: 0.6;
	-webkit-transition: 0.2s opacity;
	-o-transition: 0.2s opacity;
	transition: 0.2s opacity;
}
@media screen and (min-width: 768px), print {
	.newscard {
		width: 180px;
		height: 230px;
	}
}
@media screen and (max-width: 767px) {
	.newscard {
		width: 270px;
		height: 300px;
	}
}
.newscard__head {
	overflow: hidden;
}
@media screen and (min-width: 768px), print {
	.newscard__head {
		width: 180px;
		height: 120px;
	}
}
@media screen and (max-width: 767px) {
	.newscard__head {
		width: 270px;
		height: 180px;
	}
}
.newscard__head img {
	display: block;
	width: 100%;
}
.newscard__body {
	padding: 13px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.newscard__body__1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 7px;
}
.newscard__body__2 {
	font-size: 0.875rem;
	line-height: 1.5;
}
.newscard__body .date {
	font-size: 0.813rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 15px;
}
.newscard__body .cate_area {
	-ms-flex-preferred-size: 75px;
	    flex-basis: 75px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	font-size: 0.625rem;
}
.newscard__body .cate {
	width: 100%;
	height: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
}
.newscard__body .cate._all {
	background-color: #ce48fa;
}
.newscard__body .cate._news {
	background-color: #279ffa;
}
.newscard__body .cate._event {
	background-color: #fca222;
}
.newscard__body .cate._campaign {
	background-color: #39bb45;
}
.newscard__body .cate._important {
	background-color: #fc4b22;
}
.newscard__body .cate._einou {
	background-color: #435596;
}
/*# sourceMappingURL=topics.css.map */