.news-detail {
	margin-bottom: 2.2rem;
}

.news-detail__item-category {
	margin-bottom: 0.6rem;
}

.news-detail__item-title {
	color: #00205c !important;
	margin-bottom: 0.4rem;
}

.news-detail__item-date {
	margin-bottom: 1.4rem;
}

.news-detail__item-summary {
	margin-bottom: 1.4rem;
}

.news-detail__item-image {
	margin-bottom: 10px;
}

.news-detail__item-image img {
	cursor: zoom-in;
}

.news-detail__item-images {
	margin-left: -5px !important;
	margin-right: -5px !important;
}

.news-detail .news-detail__item-images .column {
	padding-bottom: 25%;
	position: relative;
	margin-bottom: 10px;
}

.news-detail__item-images img {
	padding: 0 5px;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	cursor: zoom-in;
}


.news-detail__item-youtube {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 1.4rem;
}

.news-detail__item-youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}

.news-detail__notfall {
	margin-top: 1.4rem;
}

.news-detail__notfall-header {
	margin-bottom: 1.4rem;
}

.swReset .news-detail__notfall-title.h2 {
	font-size: 28px;
	line-height: normal;
	color: #00205c !important;
}


.news-detail__notfall-source {
	font-family: 'Helvetica Neue LT W05_56 Italic', serif;
}

.swReset .news-detail__notfall-behavior-title.h3 {
	font-size: 24px;
	line-height: normal;
	color: #00205c !important;
	margin-bottom: 0.4rem;
}

.news-detail__notfall-map {
	width: 100%;
	height: 350px;
	margin-bottom: 1.6rem;
}


.news-detail__loader {
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #00205c;
	width: 50px;
	height: 50px;
	-webkit-animation: cardLoaderSpin 2s linear infinite; /* Safari */
	animation: cardLoaderSpin 2s linear infinite;
	margin: 4rem auto;
}

.lp-card {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 #d8d8d8;
	-moz-box-shadow: 0 0 10px 0 #d8d8d8;
	box-shadow: 0 0 10px 0 #d8d8d8;
	padding: 20px;
}


@-webkit-keyframes cardLoaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes cardLoaderSpin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}



.ccm-block-share-this-page ul.list-inline{display:inline-block;margin:0;padding:0}.ccm-block-share-this-page ul.list-inline li{display:inline-block;list-style-type:none;margin-right:10px;padding:0}.ccm-block-share-this-page svg{max-height:13px}.ccm-block-social-links ul.list-inline{display:inline-block;margin:0;padding:0}.ccm-block-social-links ul.list-inline li{display:inline-block;list-style-type:none;margin-right:10px;padding:0}.ccm-block-social-links svg{max-height:13px}


