@charset "utf-8";
.news-img {
	text-align: center;
	margin-bottom: 40px;
}
.news-img p {
	line-height: 200%;
}
.news-return {
	text-align: center;
	margin-right: 40px;
	margin-left: 40px;
	padding-top: 41px;
	padding-bottom: 40px;
}
.article-box {
	padding-bottom: 40px;

}

.catlogs a{
	text-decoration: none;
	color: blue;
}

.catlogs{
	list-style: none;background: #eaeaea;
	border-radius: 8px;
	box-shadow: 0 0 16px rgb(145 145 145 / 50%);
	padding: 1.25em;
	margin-bottom: 2.5em;
}

.catlogs li{
	line-height: 2;
	border-left: 4px solid blue;
	border-bottom: 1px solid blue;
	padding-left: 1em;
}

.catlogs li:not(:last-of-type){
	margin-bottom: 2em;
}

.cautions ul{
	margin-top: .5em;
	padding-left: 1em;
}

.cautions ul li {
	line-height: 1.5;
}