.bs-wrapper,
.lics-wrapper {
	width: 100%;
	margin: 0 auto;
}
.fs-l-page .bs-wrapper,
.fs-l-page .lics-wrapper,
.fs-l-page .bs-wrapper *,
.fs-l-page .lics-wrapper * {
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
	.bs-wrapper,
	.lics-wrapper {
		width: 1000px;
	}
	.bs-wrapper {
		padding: 0;
	}
}

@media only screen and (min-width: 600px) {
	.fs-l-page .bs-wrapper,
	.fs-l-page .lics-wrapper {
		width: 100%;
		max-width: 1000px;
	}
	.fs-l-page .bs-wrapper {
		padding: 0;
	}
}

@media not screen, (max-width: 599px) {
	.news-pc {
		display: none !important;
	}
}
@media only screen and (min-width: 600px) {
	.news-sp {
		display: none !important;
	}
}

.news,
.news::before,
.news::after,
.news *,
.news *::before,
.news *::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.news img {
	display: block;
	width: 100%;
	height: auto;
}

.news .news-title{
	padding-top: 45px;
	padding-bottom: 45px;
	color: #111;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.news .news-date {
	display: block;
	margin: 10px 2.5vw;
	font-size: 14px;
	font-weight: normal;
}
.news .articles {
	margin: 0;
	padding: 0;
	list-style: none;
}
.news .article{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	border: 1px solid #999;
	padding: 6px 1.5%;
	padding-right: 1.5vw;
	padding-left: 1.5vw;
}
.news .article::after{
	content: '';
	display: block;
	padding-right: 13px;
}
.news .article > a.article-link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news .article > a.article-link::after{
	content: '';
	display: block;
	position: absolute;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	right: 2.5vw;
	bottom: 0;
	width: 12px;
	height: 12px;
	margin-top: auto;
	margin-bottom: auto;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #444;
}
.news .article > a.article-link:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
.news .article > a.article-link:hover::after{
	border-color: #7c7c7c;
}
.news .article .thumbnail{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	width: 120px;
	margin-right: 1.0%;
	margin-left: 1.0%;
	margin-right: 1.0vw;
	margin-left: 1.0vw;
}
.news .article .thumbnail img{
	display: block;
	width: 100%;
}
.news .article .article-main{
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
	padding: 6px 1.0%;
	padding-right: 1.0vw;
	padding-left: 1.0vw;
	color: #444;
	font-size: 14px;
	line-height: 22px;
}
.news .article .article-title{
	color: #111;
	font-weight: bold;
}
.news .about-delivery{
	margin-bottom: 45px;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
}
.news .about-delivery a{
	text-decoration: none;
	color: #1197ff;
}
.news .about-delivery a:hover{
	opacity: 0.6;
}

@media only screen and (min-width: 600px) {
	.news,
	.fs-l-page .news.lics-wrapper {
		max-width: 760px;
	}
	.news .articles{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.news .article{
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
		width: 31.578947%;
		max-width: 240px;
		padding: 10px;
	}
	.news .article::after{
		width: 100%;
		padding-bottom: 24px;
	}
	.news .article > a.article-link::after{
		-moz-transform: rotate(135deg) skew(15deg, 15deg);
		-ms-transform: rotate(135deg) skew(15deg, 15deg);
		-webkit-transform: rotate(135deg) skew(15deg, 15deg);
		transform: rotate(135deg) skew(15deg, 15deg);
		top: unset;
		right: 0;
		bottom: 15px;
		left: 0;
		width: 24px;
		height: 24px;
		margin-top: unset;
		margin-right: auto;
		margin-bottom: unset;
		margin-left: auto;
		border-width: 4px 4px 0 0;
	}
	.news .article .thumbnail{
		width: 100%;
		max-width: 180px;
		max-width: 180px;
		margin: 5px auto;
	}
	.news .article .article-main{
		padding: 5px 10px;
	}

}
