@charset "UTF-8";
/* CSS Document */

#contents_area dl.float  { margin-bottom: 2em;} 
#contents_area dl.float dt { width: 2em; } 
#contents_area dl.float dd { margin-left: 2em; margin-bottom: 5px;} 

#contents_area dl.float2  { margin: 2em 0;} 
#contents_area dl.float2 dt { width: 7em; float: left; } 
#contents_area dl.float2 dd { margin-left: 7em; margin-bottom: 5px;} 

#contents_area dl.float3  { margin-bottom: 0.5em;} 
#contents_area dl.float3 dt { width: 3em; float: left; } 
#contents_area dl.float3 dd { margin-left: 3em; margin-bottom: 5px;}

/*連番のリスト表示*/
ul.numlt {
	padding-left: 0;
}

.numlt li{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 0;
	counter-increment: numl;
}

.numlt li:before {
	content: "["counter(numl)"]";
	margin-right: 5px;
}
/*連番のリスト表示　ここまで*/
/*2022/08/16プレスリリースにて使用。ここまで*/
/*sp pc br*/

sup {
	font-size: 60%;
	font-weight: 500;
	vertical-align: 0.25em;
}
sub {
	font-size: 70%;
	font-weight: 500;
	vertical-align: 0.25em;
}

/*ギリシャ文字の設定*/
.and {
	display: inline-block;
	font-family: 'kome', 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	font-size: 100%;
	margin-bottom: -0.3em;
	vertical-align: bottom;
}

.nr_captionImage_caption p {
	line-height: 1.35;
	margin-top: -0.35em;
}

.nr_newsReferencesCardItem_content ol {
	margin-top: 0.5rem;
}

.nr_newsReferencesCardItem_content li {
	margin: 0 0 0.8rem 2rem;
	line-height: 1.35;
	list-style: decimal;
}

@media screen and (max-width: 480px) {
	br.br-pc{
		display: none;
	}
	
/*ギリシャ文字の設定*/
	.and {
		display: inline-block;
		font-family: 'kome', 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
		font-size: 100%;
		margin-bottom: -0.3em;
		vertical-align: bottom;
	}
		.nr_newsReferencesCardItem_content ol {
		margin-top: 0.5rem;
	}

		.nr_newsReferencesCardItem_content li {
		margin: 0 0 0.8rem 1.8rem;
		line-height: 1.35;
		list-style: decimal;
	}
}
@media screen and (min-width: 481px) {
	br.br-sp{
		display:none;
	}
}

	p.f_caption{
		font-size: 26px;
		line-height:24px;
	}

@media screen and (min-width:481px) {
	p.f_caption{
		font-size: 88%;
		line-height:18px;}
}