@charset "UTF-8";

/*メインイメージ▼*/

.mainImg {
	background-image: url("../../img/news/news-main.png");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	max-width: 100%;
	height: 200px;
	object-fit: contain;
}

.mainImg-title {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%);
	color: #F3F3F3;
	font-size: 1.8rem;
	padding-bottom: 5px;
}

.subtitle {
	display: block;
	color: #fff;
	font-size: 0.8rem;
	border-top: 1px solid #1131C4;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
}

/*コンテンツ▼*/

#inner {
	min-width: 360px;
	margin: 50px auto;
	width: 96%;
}

/*お知らせここから▼*/

.news-fixed {
	display: flex;
	justify-content: center;
	align-items: center;
}

.list-post {
	width: 90%;
	margin: 10px auto 100px auto;
}

.news-fixed ul li {
	border-bottom: 1px solid #666666;
	list-style: none;
}

.news-fixed ul li:not(:last-child) {
	margin: 0 0 36px;
}

.news-fixed ul li a {
	color: #222222;
	text-decoration: none;
	transition: 0.3s;
}

.news-fixed ul li a:hover {
	color: #CCCCCC;
}

.news-fixed ul li a .post {
	display: flex;
	justify-content: space-between;
/*	align-items: center;*/
	flex-direction: column-reverse;
	margin-top: 10px;
}

.news-fixed ul li a .post .news-title,
.news-fixed ul li a .post .date {
	width: 100%;
/*	margin-left: 15px;*/
	padding-bottom: 15px;
}

.news-fixed ul li a .post .news-title {
	max-width: 80%;
	margin: 0;
	font-size: 0.8rem;
}

.news-fixed ul li a .post .date {
	max-width: 15%;
	font-size: 0.8rem;
}

.readmore {
	position: relative;
	justify-content: center;
	width: auto;
}

.readmore a {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 0.8rem;
	text-decoration: none;
	color: #161616;
	border-bottom: 1px solid #161616;
	transition: 0.3s;
}

.readmore a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background: url("../../img/index/icon_arr.png");
	background-size:cover;
	vertical-align: -20%;
}

.readmore a:hover {
	opacity: 0.6;
}
