#news-content {
	padding-bottom: 120px;
}
.list-news {
	max-width: 920px;
	margin: auto;
	display: block;
}
.date {
	font-size: 16px;
	font-weight: bold;
	margin-right: 16px;
	font-family: 'Hiragino Kaku Gothic Pro W6';
	display: block;
	line-height: 1.2;
	-webkit-transition: 0.3s linear 0s;
	-moz-transition: 0.3s linear 0s;
	-ms-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
}
.list-news .news-title {
	font-size: 16px;
    padding-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
	display: block;
	line-height: 1.2;
	-webkit-transition: 0.3s linear 0s;
	-moz-transition: 0.3s linear 0s;
	-ms-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
	font-family: 'Hiragino Kaku Gothic Pro W3';
}
.list-news .categories {
    padding: 8px 12px;
    font-size: 12px;
    background: #14375B;
    color: #fff;
    line-height: 1;
}
.list-news a {
	color: #333333;
	cursor: pointer;
	padding: 17px 0 12px;
	border-top: 1px solid #14375B;
}
.list-news li:last-child a {
	border-bottom: 1px solid #14375B;
}
.single-news.show-list {
	display: flex;
}
#load-more {
	background-color: #fff;
    border-color: #14375B;
    color: #14375B;
    border-width: 2px;
}

/*details*/
#news-detail-content {
	color: #333;
}
.detail-title {
    font-size: 24px;
    line-height: 1.2;
    /* overflow: hidden;
    text-overflow: ellipsis; */
    width: 100%;
    display: inline-block;
	/* white-space: nowrap; */
	font-weight: bold;
	color: #14375B;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 18px;
	font-family: 'Hiragino Kaku Gothic Pro W6';
	word-break: break-all;
}
.detail-title:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #14375B;
	bottom: 0;
	left: 0;

}
.news-img {
	display: block;
	width: 100%;
	margin-top: 18px;
	margin-bottom: 32px;
}
.sub-detail-tiltle {
    font-weight: bold;
    line-height: 1.2;
}
h3.sub-detail-tiltle {
    font-size: 20px;
	color: #14375B;
    margin-bottom: 24px;
}
h4.sub-detail-tiltle {
    font-size: 16px;
	color: #707070;
    margin-bottom: 16px;
}
.detail-content p {
	padding: 0;
}
#news-detail-content ul {
	padding-left: 16px;
}
#news-detail-content li {
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
}
#news-detail-content li:last-child {
	margin-bottom: 0;
}
#news-detail-content li:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #14375B;
	top: calc(50% - 5px);
	left: 0;
}
.quote {
    padding: 32px 24px;
	border: 1px solid #707070;
	font-size: 14px;
    color: #14375B;
}
.detail-content .quote .quote-author {
    text-align: center;
    margin-top: 8px;
    font-size: 17px;
    color: #333333;
    font-weight: bold;
}
.text-orange {
    color: #ED774D;
}
.table-content {
    max-width: 100%;
    overflow: auto;
}
.table-content .table {
    min-width: 920px;
}
.table th, .table tr {
	width: 125px;
    line-height: 1.2;
}
.table thead th {
    background: #14375b;
    color: #fff;
    position: relative;
    border-right: 1px solid #fff;
}
.table-striped tbody tr {
	background: #e9e9e9;
}
.related-news {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 14px;
    padding-left: 27px;
    justify-content: flex-end;
	border-top: 1px solid #14375B;
	border-left: 1px solid #14375B;
	border-bottom: 1px solid #14375B;
	border-right: 0;
    background: #F6F6F6;
}
.text-related {
	position: relative;
    line-height: 1.2;
    font-size: 14px;
    width: calc(100% - 141px);
    float: right;
    height: 57px;
    overflow: hidden;
    white-space: normal;
    max-width: calc(100% - 141px);
}
.related-news .image-wrapper {
    position: absolute;
	left: 39px;
	top: calc(50% - 35.5px);
    width: 117px;
	height: 71px;
	z-index: 1;
	overflow: hidden;
}
.related-news .image-wrapper img {
    height: 100%;
    max-width: none;
}
.related-news:before {
    content: '';
    position: absolute;
    width: 27px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #14375b;
    background-image: url(../../../imgs/news/arrow-left.svg);
    background-repeat: no-repeat;
    background-size: 8px;
	background-position: center center;
	z-index: 1;
}
.related-news:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 62px;
    background: #14375B;
    right: -1px;
	top: calc(50% - 31px);
	z-index: 1;
}

.related-news-wrapper .col-md-6:nth-child(2n+0) .related-news {
    padding-right: 27px;
    padding-left: 14px;
	justify-content: flex-start;
	border-top: 1px solid #14375B;
	border-left: 0;
	border-bottom: 1px solid #14375B;
	border-right: 1px solid #14375B;
}
.related-news-wrapper .col-md-6:nth-child(2n+0) .related-news:before {
    left: unset;
    right: 0;
    background-color: #14375b;
    background-image: url(../../../imgs/news/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center center;
}
.related-news-wrapper .col-md-6:nth-child(2n+0) .related-news:after {
	display: none;
}
.related-news-wrapper .col-md-6:nth-child(2n+0) .related-news .image-wrapper {
    left: unset;
    right: 39px;
}

.related-news-wrapper a {
	position: relative;
}
.related-news-wrapper a:before {
	content: '前の記事へ';
    color: #fff;
    position: absolute;
    background-color: rgba(20, 55, 91, .95);
    background-image: url(../../../imgs/news/arrow-left.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: calc(50% - 50px) calc(50% - 2px);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 2;
	transition: .3s ease;
	opacity: 0;
	visibility: hidden;
}
.related-news-wrapper .col-md-6:nth-child(2n+0) a:before {
	content: '次の記事へ';
    color: #fff;
    position: absolute;
    background-color: rgba(20, 55, 91, .95);
    background-image: url(../../../imgs/news/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: calc(50% - -50px) calc(50% - 2px);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 2;
	transition: .3s ease;
}
.related-news-wrapper a:hover:before, .related-news-wrapper .col-md-6:nth-child(2n+0) a:hover:before {
	opacity: 1;
	visibility: visible;
}
.disable {
    opacity: .65;
}

@media (min-width: 768px) {
	.list-news a:hover .news-title {
		color: #698FFC;
	}
	.list-news a:hover .date {
		opacity: .65;
	}
}

@media (max-width:767px) {
	.date {
		font-size: 14px;
		/* margin-right: 12px;
		width: 105px; */
	}
	.list-news .categories {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.list-news .news-title {
		font-size: 14px;
	}
	.list-news a:hover{
		color: #333333;
	}
	#news-content {
		padding-top: 64px;
		padding-bottom: 80px;
	}
	.related-news {
		border: 1px solid #14375B;
	}
	.related-news:after {
		display: none;
	}
	.related-news-wrapper .col-md-6:nth-child(2n+0) .related-news {
		border: 1px solid #14375B;
		margin-top: 12px;
	}
	.related-news .image-wrapper {
		width: 110px;
	}
	.text-related {
		width: calc(100% - 134px);
		height: 52px;
	}
	.news-img {
		margin-bottom: 0;
		margin-top: 24px;
	}
	.detail-title {
		padding-bottom: 13px;
    	margin-bottom: 12px;
	}
}
@media (max-width:370px) {
	.date {
		/* margin-right: 8px; */
	}
	.list-news .categories {
		width: calc(100% - 116px);
	}
}