
/* NEWS */
.news .inner .info-block {
	margin-bottom: 2em;
	padding: 0 1em;
	width: 94%;
	border-radius: 0.4em;
}
/*
.inner img.lazyloaded{
	transform: scale(1);
	opacity: 1;
}

.inner img {
	transition: ease-in-out 1.5s;
	transform: scale(0.5);
	opacity: 0;
}
*/
.inner .inner-block {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	width: 100%;
}

.section-sub-title {
	width:auto;
	position: relative;
	margin: 0 auto 1em;
	padding: 0 4rem;
	display: inline-block;
	font-size: var(--font-size-l);
	line-height: 1.4;
	text-align: center;
}

.section-sub-title:before,
.section-sub-title:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 3rem;
	height: 0.5rem;
	background:none;
	border-top: solid 0.1rem #333;
	border-bottom: solid 0.1rem #333;
	content: '';
}

.section-sub-title:before { left:0;}
.section-sub-title:after { right: 0;}

.section-sub-title-open{
	position: relative;
	margin: 0;
	padding: 1em 1em 1em 3.5rem;
	width: 100%;
	display: block;
	color: #008fc2;
	font-size: var(--font-size-xl);
	line-height: 1;
	cursor: pointer;
}

.section-sub-title-open.accordion-trigger::before,
.section-sub-title-open.accordion-trigger::after {
  background-color: #00aeef;  
}

/*
.section-sub-title-open:before{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 50%;
	background: url(/common/img/icon_plus_w.svg) center center no-repeat #00aeef;
	background-size: 50%;
	transition: 0.3s ease-in-out;
	transform: rotate( 0deg );
	content: "";
}

.section-sub-title-open.active:before{
	background: url(/common/img/icon_minus_w.svg) center center no-repeat #00aeef;
	background-size: 50%;
	transform: rotate( -180deg );
}

.section-sub-title-open:after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	background: url(/common/img/icon_arrow.svg) center center no-repeat;
	background-size: contain;
	transition: 0.3s ease-in-out;
	transform: rotate(90deg);
	content: "";
}

.section-sub-title-open.active:after{ transform: rotate( -90deg );}
*/
.news-list,
.report-list{
	position: relative;
	margin: 0 0 1em;
	padding: 0.5em 1em 0;
	width: 100%;
    
    border-top: 0.4rem dotted #ccc;
	/*display: none;*/
}

.news-list.active,
.report-list.active{ display: block;}
/*
.news-list:before,
.report-list:before{
	position: absolute;
	top: -0.5em;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0.3rem;
	display: block;
	background: url(/common/img/dott.svg) left center repeat-x;
	background-size: contain;
	content: "";
	opacity: 0.5;
}
*/
.news-list li,
.report-list li{
	position: relative;
	margin: 0 0 0.5em 0;
	padding: 0.8em 0;
	display: block;
	border-bottom: 0.1rem dotted #ccc;
	list-style: none;
	font-size: var(--font-size-m);
	line-height: 1.5;
	text-align: left;
}

.report-list li{
	margin: 0 0 0.5em 0;
	padding: 1.5em 0 1em 0;
}

.news-list li:last-child,
.report-list li:last-child{ border-bottom: none;}

.news-list li time{
	position: relative;
	margin: 0.3em 0;
	padding: 0;
	display: block;
	font-size: var(--font-size-m);
	line-height: 1.6;
	letter-spacing: normal;
}

.news-list li .caption{
	position: relative;
	margin: 0 0 0.3rem 0;
	padding: 0;
	width: 100%;
	display: block;
	font-size: var(--font-size-s);
	line-height: 1.4;
	letter-spacing: normal;
}

.news-list li a,
.news-list li .news_title,
.news-list li .article{
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	font-size: var(--font-size-m);
	line-height: 1.6;
}

.news-time{
	margin: -1em auto 1em;
	padding: 0;
	width: 96%;
	display: block;
	font-size: var(--font-size-m);
	line-height: 1.6;
	text-align: right;
}

.news-detail{
	position: relative;
	clear: both;
	margin: 0 auto 4em;
	padding: 2em 0;
	width: 96%;
	display: block;
    border-top: 0.4rem dotted #ccc;
    border-bottom: 0.4rem dotted #ccc;
}

/*
.news-detail:before,
.news-detail:after{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0.3rem;
	display: block;
	background: url(/common/img/dott.svg) left center repeat-x;
	background-size: contain;
	content: "";
	opacity: 0.5;
}

.news-detail:after{
	position: absolute;
	top: inherit;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	opacity: 0.5;
}
*/
.news-detail .news-image-block{
	position: relative;
	margin: 0;
	padding: 0 0 1em;
	width: 100%;
}

.news-detail .news-image-block img{ margin-bottom: 1em;}

.news-detail .news-txt-block{
	position: relative;
	margin: 0;
	padding: 0;
}



/* NEWS(min-width: 640px) */
@media screen and (min-width: 640px) {

.news .inner .info-block { padding: 0 2em;}

.news-list li,
.report-list li{
  padding: 1.5em 0 0.8em;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-list li time{ margin: 0; width: 9em;}

.news-list li a,
.news-list li .news_title,
.news-list li .article{ width: calc(100% - 9em);}

.news-detail{
	padding: 2em 0 0;
	display: flex;
	justify-content: flex-start;
}

.news-detail .news-image-block{
	margin: 0;
	padding: 0 2em 1em 0;
	width: 45%;
	min-width: 45%;
}

.news-detail .news-txt-block{
	margin: 0;
	padding: 0 0 2em;
}

}/* 640 */



/* NEWS(min-width: 1000px) */
@media screen and (min-width: 1000px) {

.news-detail .news-image-block{
	width: 42%;
	min-width: 42%;
}

}/* 1000 */
