.news-wrap li {
	text-align: left;
	width: 100%;
	padding: 0 1rem;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 2.6rem;
	padding-top: 2.6rem;
	border-bottom: 1px solid #CDCDCD;
}

.news-wrap {
	text-align: center;
}
.news-wrap li > a {
	display: flex;
}

.news-wrap li:first-child {
	padding-top: 0;
}

.news-wrap li .imgbox {
	width: 220px;
	height: 140px;
	border: 1px solid #CDCDCD;
	position: relative;
	opacity: 1;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.news-wrap li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.news-wrap li figure:hover img {
	opacity: .5;
}

.news-wrap li .txtbox {
	width: 480px;
	margin-left: 20px;
}

.news-wrap li p.date {
	font-size: 12px;
	margin-bottom: 1.2rem;
}

a{
	transition-duration: 2s;
}
a:hover{
	opacity: 0.5;
}
.news-wrap li p.title {
	font-size: 14px;
	line-height: 2em;
	font-weight: bold;
}

.bottan-wrap__sec02 {
	float: right;
	margin-top: 26px;
}

@media screen and (max-width: 812px) {
	.news-wrap li {
		width: 100%;
		margin: 0;
		padding: 2rem 0;
	}

	.news-wrap li .imgbox {
		width: calc(100vw * 0.32);
		height: calc(100vw * 0.2036363636);
	}
	.news-wrap li .txtbox {
		width: calc(100vw * 0.55);
		margin-left: 10px;
	}

	.news-wrap li p.date {
		font-size: 12px;
		margin-bottom: 0.2rem;
	}

	.news-wrap li p.title {
		font-size: 14px;
		line-height: 1.3em;
		font-weight: normal;
	}

	.bottan-wrap__sec02 {
		margin-top: 10px;
	}
}

/*個別*/
.single-wrap {
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}

.single {
	padding: 0 0 78px;
	line-height: 2em;
}
.single p {
	font-size: 14px;
	padding-bottom: 2rem;
}

.single a {
	text-decoration: underline;
	color: #70cccb;
}

.single img {
	margin: 20px 0;
}

.single .center {
	text-align: center;
}

.single h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 2em;
	padding-bottom: 0;
	color: #666666;
}

.single h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	padding-bottom: 0;
	color: #666666;
}

.single h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
	padding-bottom: 0;
	color: #666666;
}

.single h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	padding-bottom: 0;
	color: #666666;
}

.single h5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
	padding-bottom: 0;
	color: #666666;
}

.single h6 {
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
	padding-bottom: 0;
	color: #666666;
}

.singlebtn {
	display: flex;
	justify-content: space-between;
}

.singlebtn p {
	width: auto;
}

.singlebtn a {
	color: #888;
	padding: 2rem;
	display: block;
	border: 1px solid #888;
	overflow: hidden;
	width: 340px;
}

.singlebtn .singlebtn_box p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	order: 1;
	line-height: 35px;
}


.singlebtn .b img {
	float: left;
	width: 35px;
	margin-right: 15px;
}

.singlebtn .a img {
	float: right;
	width: 35px;
	margin-left: 15px;
	order: 2;
}

@media screen and (max-width: 812px) {
	.single{
		padding: 10px 0;
	}
	.single img{
		height: auto!important;
	}
	.single p{
		padding-bottom: 0;
	}
	.singlebtn p {
		width: 48%;
	}
	.singlebtn .singlebtn_box p {
		width: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: initial;
		white-space: initial;
		line-height: normal;
	}

	.singlebtn a {
		padding: 1rem 0.5rem;
		height: 66px;
		font-size: 11px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.singlebtn a img {
		width: 20px;
	}

	.singlebtn .b,
	.singlebtn .a {
		width: 48%;
	}

	.singlebtn .b img,
	.singlebtn .a img {
		width: 17px;
	}
}

/*hover*/
.list-news a:hover::after,
.list-news:hover::after {
	opacity: 1
}

.list-news a:hover span,
.list-news:hover span {
	color: #fff
}

.list-news a:hover span::after,
.list-news .list-inner:hover span::after {
	background: #fff
}
