@charset "utf-8";



.imgbox {
	text-align: center;
}


.navi {
	padding: 4em 0;
}
.navi ul {
	display: flex;
	justify-content: space-between
}
.navi ul.single {
	display: block;
	justify-content: center;
}
.navi ul.single li {
	width: 100%;
}
@media screen and (min-width:481px) {
	.navi ul li.home a::before {
		content: "[";
		display: inline-block;
		padding-right: 1em;
	}
	.navi ul li.home a::after {
		content: "]";
		display: inline-block;
		padding-left: 1em;
	}
	.navi ul li.home span::before {
		content: "[";
		display: inline-block;
		padding-right: 1em;
	}
	.navi ul li.home span::after {
		content: "]";
		display: inline-block;
		padding-left: 1em;
	}
}
.navi ul.single li a {
	display: block;
	text-align: center;
}
.navi ul li span {
	color: #CCC;
}
@media screen and (max-width:480px) {
	.navi ul {
		margin-bottom: 1em;
	}
	.navi ul li span,
	.navi ul li a {
		font-size: 80%;
		border: 1px solid;
		padding: .8em 1em;
		border-radius: .3em;
	}
}



.newsbox {
	/*background-color: rgba(255,255,255,.5);*/
	border-radius: .3em;
	padding: 30px 20px 20px;
	margin-bottom: 20px;
	position: relative;
}
@media screen and (max-width:480px) {
	.newsbox {
		padding: 30px 15px 15px;
	}
}
.newsbox > .title {
	letter-spacing: -.01em;
	padding: .5em 1em;
	margin-bottom: 30px;
	line-height: 1.2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newsbox .cat {
}
.newsbox .cat a,
.newsbox .cat span{
	border: solid 1px;
	display: inline-block;
	background: #FFF;
	font-size: 10px;
	float: right;
	width: 12em;
	padding: .5em;
	text-align: center;
	border-radius: .3em;
}
.newsbox > .title > h5 {
	font-size: 140%;
	line-height: 1.3;
	color: #1855a6;
	width: 100%;
}
.newsbox > .title >  h6 {
	display: flex;
	align-items: center;
	order: -1;
	/*font-family: "Shadows Into Light", cursive;
	font-weight: 400;*/
	font-family: "ta-koigokoro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(26px, 5vw);
	color: #1855a6;
	font-style: italic;
	text-align: left;
	line-height: 1;
	position: relative;
	height: 1em;
	margin-bottom: .5em;
}
.newsbox > .title >  h6::after {
	content: '';
	display: block;
	background-color: rgba(0,255,255,.1);
	height: .5em;
	width: calc(100% + 1em);
	position: absolute;
	bottom: -.1em;
	left: -.5em;
}




.newsbox > .txt {
	margin: 20px 10px 20px;
	line-height: 1.8;
}
@media screen and (max-width:480px) {
	.newsbox > .txt {
		margin: 18px 5px 18px;
	}
}
.newsbox .txt img {
	display: block;
	margin: 5px auto;
}
/*.newsbox > .txt h6 {
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5;
	color: var(--news-color);
}*/
.newsbox > .txt a {
	letter-spacing: -.01em;
}
.newsbox > .txt span {
	font-size: 80%;
	letter-spacing: -.005em;
	line-height: 1.2;
}
