@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;
}

/*関連部分*/
#list_no ol {
	margin: -1.5em 0 0 2.5rem;
}


#list_no ol li {
	position: relative;
	list-style-type: none;
	line-height: 1.8;
	margin-bottom: 1.75rem;
	padding-left: 1em;
}

#list_no ol li:before {
  position: absolute;
  right: calc(100% + 0.2rem);  /* 0.5remは連番とテキストとの余白 */
  content: "(" counter(list-item) ")";
}

#list_no ol li > span {
	display: inline-block;
	padding: 0;
	margin: 1em 0 0 0;
}

.el_contactDescription {
	line-height: 1.5;
	padding: 0.2em 0;
}

/* タイトル */
.page_newsroom_pageHeading {
	font-size: 3rem;
	line-height: 1.5;
}

/* サブタイトル */
.page_newsroom_pageSubHeading {
	font-size: 2.3rem;
	line-height: 1.5;
}

/* 図のキャプション調整 */
.nr_imageCaption p {
	line-height: 1.5;
}

@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;
	}
	
	/*関連部分*/
	#list_no ol {
		margin-left: 1.5rem;
		font-size: 87%;
	}
	
	#list_no ol li {
		position: relative;
		list-style-type: none;
		line-height: 1.5;
		margin-bottom: 1.75rem;
		padding-left: 1em;
	}

	#list_no ol li:before {
		position: absolute;
		right: calc(100% - 0.5rem);  /* 0.5remは連番とテキストとの余白 */
		content: "(" counter(list-item) ")";
	}
	
	/* タイトル */
	.page_newsroom_pageHeading {
		font-size: 60%;
		line-height: 1.35;
	}
	
	/* サブタイトル */
	.page_newsroom_pageSubHeading {
		font-size: 1.65rem;
		line-height: 1.35;
		margin: 0.8em 0 0 0;
	}
}
@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;}
}