@charset "UTF-8";
.kasaNews2021{
	position: relative;
}
.kasaNews2021-breadcrumb{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.kasaNews2021-visual{
	background: url(../images/kasanews/visual-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 355px;
}
.kasaNews2021-visual h2 {
	padding-top: 75px;
	text-align: center;
}
.kasaNews2021-visual h2 img{
	width: 235px;
	height: auto;
}
.kasaNews2021-visual p{
	margin-top: 50px;
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-align: center;
}
.kasaNews2021-news__list{
	display: flex;
	flex-wrap:wrap;
	max-width: 930px;
	width: 100%;
	margin: 0 auto;
}
.kasaNews2021-news__list ._items{
	max-width: 290px;
	width: 100%;
	margin: 40px 30px 40px 0;
}
.kasaNews2021-news__list ._items:nth-child(3n){
	margin-right: 0;
}
.kasaNews2021-news__list ._items-img {
	margin: 30px 0 0px 0;
}
.kasaNews2021-news__list ._items-img img{
	width: 100%;
	height: auto;
}
.kasaNews2021-news__list ._items-tlt{
	display: flex;
	align-items: center;
	flex-wrap:wrap;
}
.kasaNews2021-news__list ._items-tlt span{
	width: 55px;
	height: 55px;
	background: #074B9E;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
}
.kasaNews2021-news__list ._items-tlt h3{
	font-size: 1.6rem;
	line-height: 23px;
	letter-spacing: 0.05em;
	color: #074B9E;
	margin-left: 10px;
	flex:1;
}
.kasaNews2021-news__list ._items-date p{
	font-size: 1.4rem;
	line-height: 23px;
	letter-spacing: 0.05em;
	color: #074B9E;
	font-weight: bold;
	margin-top: 10px;
	text-align: right;
}
.kasaNews2021-news__list ._items-btn {
	margin-top: 20px;
}
.kasaNews2021-news__list ._items-btn a{
	font-size: 1.6rem;
	line-height: 38px;
	border: 3px solid #004B9E;
	color: #004B9E;
	height: 48px;
	width: 100%;
	display: flex;
	align-items: center;
	border-radius: 10px;
	font-weight: bold;
	text-decoration: inherit;
	padding-left: 20px;
	position: relative;
}
.kasaNews2021-news__list ._items-btn a:hover{
	opacity: .7;
}
.kasaNews2021-news__list ._items-btn a img{
	position: absolute;
	width: 22px;
	height: 22px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.kasaNews2021-news__note p{
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 80px;
}
@media only screen and (max-width: 992px){
	.kasaNews2021-visual{
		background: url(../images/kasanews/visual-bg.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center
		height: auto;
		padding: 40px 0;
	}
	.kasaNews2021-visual h2 {
		padding-top: 75px;
		text-align: center;
	}
	.kasaNews2021-visual h2 img{
		width: 180px;
	}
	.kasaNews2021-visual p{
		margin-top: 30px;
	}
	.kasaNews2021-news__list{
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	.kasaNews2021-news__list ._items{
		max-width: inherit;
		width: 48%;
		margin: 40px 0;
	}
}

@media only screen and (max-width: 639px){
	.kasaNews2021-news__list ._items{
		max-width: inherit;
		width: 100%;
		margin: 20px 0;
	}
	.kasaNews2021-news__note p{
		margin-top: 20px;
		margin-bottom: 40px;
		text-align: left;
	}
}

.kasaNews2021-news .lightBox__inner .contents img {
	width: 1200px;
	max-width: none;
	height: auto;
}
@media only screen and (max-width: 639px){
	.kasaNews2021-news .lightBox__inner .contents img {
		width: 100%;
		max-width: none;
		height: auto;
	}
}