@charset "UTF-8";

.event_cont {}
#cateNav ul {
	border-bottom: solid 1px #cf0f28;
	margin-bottom: 50px;
}
#cateNav ul li{
	display: inline-block;
	padding: 3px 20px;
}
#cateNav ul li.cur {
	background: #fdf3f4;
}
#cateNav ul li a {
	color: #cf0f28;
}
.article_wrap {
	overflow: hidden;
	/*border-bottom: solid 1px #cf0f28;*/
}
.article_block {
	width: 434px;
	letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
}
.article_block:nth-of-type(even){
	margin-left: 17px;
	/*float: right;*/
}
.article_block a:hover .article_date svg path {
	fill: #cf0f28;
}

.article_img {
	position: relative;
	height: 200px;
	overflow: hidden;
	margin-bottom: 25px;
}
.article_img a img {
	transition: 0.3s;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.article_img a:hover > img {
	opacity: 0.8;
	transition: 0.3s;
}
.article_status {
	position: absolute;
	padding: 5px 16px;
	color: #FFF;
	letter-spacing: 0.1em;
	font-size: 15px;
	text-align: center;
	
}
.article_status.stu-red {
	background: #cf0f28;

}
.article_status.stu-gray {
	background: #5b5b5b;
	opacity: 0.9;

}
.article_subtitle {
	color: #888;
	font-weight: normal;
}
.article_title {
	line-height: 1.5;
	/*font-size: 18px;*/
	margin-bottom: 5px;
	/*height: 40px;*/
	font-family:Koburina Gothic W6 JIS2004, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.article_title a {
	transition : 0.3s;
	}
.article_title a:hover {
	transition : 0.3s;
	}
.article_date {
	font-size: 12px;
	padding-bottom: 10px;
	line-height: 1;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family:"Robot","Koburina Gothic W6 JIS2004", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.article_date svg {
	position: relative;
	top: 1px;
}
.article_tags {
	/*border-bottom: solid 1px #ccc;*/
	padding-bottom: 8px;
}
.article_tags li {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 7px;
	margin-right: 7px;
}
.article_tags li:hover {

	}
.article_tags li a {
		color: #cf0f28;
		background: #fdf3f4;
		padding: 3px 5px;
		transition: 0.3s;
	}
	.article_tags li a:hover {
			color:  #fdf3f4;
			background: #cf0f28;
			transition: 0.3s;
		}
 .article_text {
 	margin-top: 10px;
 	position: relative;
 	color: #888;
 	line-height: 1.8;
 }
 .article_block .more {
  color: #cf0f28;
  /*border-left: solid 1px #ccc;*/
  line-height: 1;
  background: url(/wp-content/themes/mimt/assets/img/common/arrow_right.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 10px;
  margin: 15px 0;
  display: inline-block;
}
.article_block .more a {
	color:#cf0f28;
}
.event_tag {
	border-top: solid 1px #cf0f28;
	margin-top: 5px;
	padding-top: 12px;
	letter-spacing: 0.1em;
}
.event_tag p {
	color: #cf0f28;
	margin-bottom: 7px;
}
.event_tag ul li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 7px;
	font-size: 12px;
}
.event_tag ul li a {
	color: #cf0f28;
	background: #fdf3f4;
	padding: 3px 5px;
	transition: 0.3s;

}
.event_tag ul li a:hover {
	color: #fdf3f4;
	background: #cf0f28;
	transition: 0.3s;

}

.event_archive {
	border-top: solid 1px #cf0f28;
	border-bottom: solid 1px #cf0f28;
	margin-top: 20px;
	padding: 12px 0;
	letter-spacing: 0.1em;
}
.event_archive p {
		color: #cf0f28;
}
.event_archive ul li {
	display: inline-block;
	margin-right: 30px;
}
.event_archive ul li a {
	color: #cf0f28;
}
.event_back {
	margin-top: 40px;
}
.event_back a {
		color: #cf0f28;
		background: url(/wp-content/themes/mimt/assets/img/common/arrow_right.png);
		background-repeat: no-repeat;
		background-position: left;
		padding-left: 15px;
}
#content section.event {
	border-top: none;
}
.pageTitle {
	letter-spacing: 0.1em;
}
.no-category {
	text-align: center;
	padding: 140px 0 190px 0;
	letter-spacing: 0.1em;
}
.sp-br {
	display: none;
}