@charset "UTF-8";

* {
	word-break: normal;
}
a {
	word-break: break-all;
}

.PageTitleStyle1 h1 {
	line-height: 1.2;
}

.PageTitleStyle1 h1 span {
	display: block;
	font-size: 0.7em;
}

#ocNewsLetterArchivesArticle {
	margin: 0 0 200px;
}

#ocNewsLetterArchivesArticle h2 {
	margin: 60px 0 20px;
	padding: 0;
	background: none;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
}
@media screen and ( max-width: 767px ) {
	#ocNewsLetterArchivesArticle h2 {
		font-size: 1.4em;
	}
}
#ocNewsLetterArchivesArticle h2.h2docDL {
	border-color: transparent transparent #000000 #000000;
	border-style: solid;
	border-width: 0 0 1px 7px;
	padding: 5px 10px;
}

#ocNewsLetterArchivesArticle h3 {
	margin: 30px 0 15px;
	padding: 0;
	border-left: none;
	font-size: 1.5em;
	font-weight: bold;
}
#ocNewsLetterArchivesArticle h2 + h3 {
	margin-top: 0;
}
@media screen and ( max-width: 767px ) {
	#ocNewsLetterArchivesArticle h3 {
		font-size: 1.25em;
	}
}
#ocNewsLetterArchivesArticle h3.vlc {
	color: #ff7800;
	font-family: 'Verdana',sans-serif;
}

#ocNewsLetterArchivesArticle p,
#ocNewsLetterArchivesArticle dl.onlaReferences,
#ocNewsLetterArchivesArticle ul {
	margin: 0 0 15px;
}



#ocNewsLetterArchivesArticle ul.onlaList-disc li {
	text-indent: -8px;
	padding-left: 20px;
}
#ocNewsLetterArchivesArticle ul.onlaList-disc li::before {
	content: "●";
	display: inline-block;
	font-size: 4px;
	vertical-align: text-bottom;
	margin: 0 5px 0 0;
}


#ocNewsLetterArchivesArticle dl.onlaReferences {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#ocNewsLetterArchivesArticle dl.onlaReferences dt {
	width: 2.5em;
}
#ocNewsLetterArchivesArticle dl.onlaReferences dd {
	width: calc( 100% - 2.5em );
}


#ocNewsLetterArchivesArticle .ta_c {
	text-align: center;
}

#ocNewsLetterArchivesArticle #archivesFooter {
	margin-top: 60px;
	border-top: #aaaaaa solid 1px;
}

#ocNewsLetterArchivesArticle .ocNewsLetterArchivesSummary {
	margin: 40px 0;
}


#ocNewsLetterArchivesArticle .VLC-header {
	margin: 60px 0 0;
	height: 155px;
	text-indent: -9999px;
	overflow: hidden;
	box-sizing: border-box;
	border: transparent solid 1px;
	border-image-slice: 0 calc( 100% * 150 / 633 ) 0 calc( 100% * 204 / 633 ) fill;
	border-image-width: 0 150px 0 204px;
	border-image-repeat: stretch;
}
@media screen and ( max-width: 600px ) {
	#ocNewsLetterArchivesArticle .VLC-header {
		height: 25vw;
		border-image-width: 0 25vw 0 34vw;
	}
}
#ocNewsLetterArchivesArticle .VLC-header + * {
	margin-top: 30px!important;
}

#ocNewsLetterArchivesArticle .VLC-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 15px;
	margin: 0 0 50px;
	background: #ff7800;
	color: #ffffff;
	line-height: 1.2;
}
#ocNewsLetterArchivesArticle .VLC-footer > * > * {
	display: inline-block;
}
@media screen and ( max-width: 800px ) {
	#ocNewsLetterArchivesArticle .VLC-footer {
		padding: 10px 0px;
	}
	#ocNewsLetterArchivesArticle .VLC-footer > * {
		width: 100%;
		text-align: center;
	}
}
@media screen and ( max-width: 550px ) {
	#ocNewsLetterArchivesArticle .VLC-footer > * {
		font-size: 2.8vw;
	}
}


#Contents .documentsDL {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 1275px;
	margin: 20px auto 0px;
}

#Contents .documentsDL > * {
	display: flex;
	align-items: flex-end;
	width: 239px;
	height: 300px;
	margin: 0px 20px 20px 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	text-decoration: none;
	box-shadow: 4px 4px 6px 1px rgba(0,0,0,0.4);
	color: #ffffff;
	text-decoration: none;
}

#Contents .documentsDL > a:hover {
	opacity: 0.8;
}

#Contents .documentsDL > * > p {
	width: 100%;
	background: rgba(0,0,0,0.6);
	padding: 5px 10px;
	margin: 0;
	font-size: 14px;
}

#Contents .documentsDL > * > p > * {
	display: block;
	color: #ffffff;
}

#Contents .documentsDL > * > p > strong {
	font-size: 1em;
	font-weight: bold;
}

#Contents .documentsDL > * > p > em {
	font-size: 0.88em;
	font-style: normal;
}

@media screen and ( min-width : 1305px ) {
	#Contents .documentsDL > *:nth-child(5n) {
		margin-right: 0;
	}
}

@media screen and ( max-width : 1304px ) {
	#Contents .documentsDL {
		width: 1016px;
	}
	#Contents .documentsDL > *:nth-child(5n) {
		margin-right: 20px;
	}
	#Contents .documentsDL > *:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and ( max-width : 1045px ) {
	#Contents .documentsDL {
		width: 757px;
	}
	#Contents .documentsDL > *:nth-child(4n) {
		margin-right: 20px;
	}
	#Contents .documentsDL > *:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and ( max-width : 786px ) {
	#Contents .documentsDL {
		width: 498px;
	}
	#Contents .documentsDL > *:nth-child(3n) {
		margin-right: 20px;
	}
	#Contents .documentsDL > *:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and ( max-width : 527px ) {
	#Contents .documentsDL {
		display: block;
		width: 100%;
	}
	#Contents .documentsDL > * {
		box-sizing: border-box;
		width: 100%;
		height: auto;
		min-height: 80px;
		padding: 0 0 0 80px;
		margin: 0 0 15px;
		background-position: left top!important;
		background-size: 80px auto;
	}
	#Contents .documentsDL > * > p {
		box-sizing: border-box;
		height: 80px;
	}
}


.tableList {
	display: table;
}

.tableList > * {
	display: table-row;
}

.tableList > * > * {
	display: table-cell;
}

@media screen and ( max-width: 767px ) {
	.tableList,
	.tableList > *,
	.tableList > * > * {
		display: block;
	}
}