<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

#contents_area dl.float  { margin: 0.5em 0 2em 0;} 
#contents_area dl.float dt { width: 2em; margin-top: -2px;} 
#contents_area dl.float dd { margin-left: 2em; margin-bottom: 10px;} 

#contents_area dl.float2  { margin: 2em 0;} 
#contents_area dl.float2 dt { width: 7em; float: left; margin-top: -3px;} 
#contents_area dl.float2 dd { margin-left: 7em; margin-bottom: 10px;} 

#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;}

/*2022/08/16プレスリリースにて使用。*/
/*別紙用*/
#contents_area dl.float4  { margin-bottom: 0.5em;} 
#contents_area dl.float4 dt { width: 4em; float: left; } 
#contents_area dl.float4 dd { margin-left: 4em; margin-bottom: 5px;}

.text_rightb {
	font-weight: bold;
	text-align: right;
	padding-right: 1em;
	margin-bottom: 1em;
}
.bg_t {
	background-color: #9CF;
}
/*別紙用　ここまで*/
/*連番のリスト表示*/
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プレスリリースにて使用。ここまで*/


/*2023/11/01 以下を調整*/
#contents_area {
	line-height: 1.6;
	font-size: 1.05em;
	letter-spacing: 0.05em;
	color: #2e2e2e;
}
#contents_area &gt; h1 {
	text-align: left;
}
#contents_area h2 {
	padding: 1rem 0 0.5rem 0;
	font-size: 1.2em;
	line-height: normal;
	border-bottom: solid 1px lightgray;
}


#contents_area h4 {
	font-size:120%;
	margin-top:60px;
	margin-bottom:30px;
	font-weight:normal;
	border:2px solid #CCC;
	border-radius:15px;
	padding:15px 20px;
}



.press_text h4 {
	font-size: 1.4em;
}

.press_text a,a:valid {
	color: #0000ee;
}

.press_text a:hover {
	color: #0000ee;
	border-bottom: solid 1px #0000ee;
}

.press_text p {
	text-indent: inherit;
	margin: 0.5em 0 1em 0;
}

/*ページ内リンクの位置*/
.anchor {
	padding-top: 9.5em;
	margin-top: -9.5em;
	color: red;
}

/*用語解説に画像がある場合*/
#info_pic dd {
	width: 91%;
	display: flex
}
#info_pic_l {
	width: 70%;
}
#info_pic_r {
	width: 30%;
	margin: 0;
	padding: 0 1rem;
}
#info_pic_r img {
	width: 100%;
	max-width: 200px;
	padding: 13% 5% 0 10%;
}
#info_pic_r figcaption {
	font-size: 0.75em;
	padding: 0 5% 0 10%;
}

/*文献情報*/
.info_box {
	display: flex;
	width: 100%;
	margin: 0.5rem 0;
}
.info_box_left {
	width: 15%;
} 
.info_box_right {
	width: 85%;
	line-height: 1.3;
}
.info_box_right li {
	margin:  0 0 0.5rem 1.3rem;
	list-style: decimal;
}

/*上付き文字の位置*/
sup {
	vertical-align: 0.1em;
}

/*画像のサイズ*/
.press_img img {
	width: auto;
}
.press_img p {
	width: 85%;
	margin: -0.75rem auto 0;
	font-size: 0.85em;
}
.press_img dl {
	display: flex;
	width: 100%;
	padding-top: 1rem;
}
.press_img dt {
	width: 80px;
	margin: -1.7rem 0 0 0;
}
.press_img dd {
	width: 80%;
	margin: -1.7rem 0 0 1rem;
}

/*お問い合わせ*/
.press_contact h2 {
	text-align: center;
	margin: 0 0 0.5rem 0;
	font-size: 1.5em!important;
}
.press_contact dt {
	font-size: 120%;
	font-weight: bold;
}
.press_contact dd {
	position: relative;
	top: 0.2rem;
	left: -2.1rem;
	line-height: 1.3;
}

/*テーブル*/
table {
	width: 100%;
}

/*ユーチューブ動画*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
	border-radius: 1em;
}



@media screen and (min-width: 375px) and (max-width: 979px) {
#contents_area {
	line-height: 1.3;
	font-size: 1em;
	letter-spacing: 0.05em;
	color: #2e2e2e;
}

#contents_area h2 {
	padding: 1rem 0 0.3rem 0;
	font-size: 1.15em;
	line-height: normal;
	border-bottom: solid 1px lightgray;
}

.press_text h4 {
	font-size: 1.2em;
}

/*ページ内リンクの位置*/
.anchor {
	padding-top: 2.5em;
	margin-top: -2.5em;
	color: pink;
}

/*用語解説に画像がある場合*/
#info_pic dd {
	width: 85%;
	display: block;
}
#info_pic_l {
	width: 100%;
}
#info_pic_r {
	width: 100%;
	margin: 0;
	padding: 0 0;
}
#info_pic_r img {
	width: 100%;
	max-width: 200px;
	padding: 3% 0 0 0;
}
#info_pic_r figcaption {
	font-size: 0.75em;
	padding: 0 0 0 1rem;
}

/*文献情報*/
.info_box {
	display: block;
	width: 100%;
	margin: 0.5rem 0;
}
.info_box_left {
	width: 100%;
	padding-top: 0.7rem;
	font-size: 115%;
	font-weight: bold;
	border-bottom: solid 1px lightgray;
} 
.info_box_right {
	width: 100%;
	padding-top: 0.5rem;
	line-height: 1.3;
}
.info_box_right li {
	margin:  0 0 0.5rem 1.3rem;
	list-style: decimal;
}
	
/*画像のサイズ*/
.press_img img {
	width: 100%;
}
.press_img p {
	width: 100%;
	margin: -0.75rem auto 0;
	font-size: 0.85em;
}
.press_img dl {
	display: block;
	width: 100%;
	padding-top: 1rem;
}
.press_img dt {
	width: 100%;
	margin: -1.7rem 0 0 0;
}
.press_img dd {
	width: 100%;
	margin: 0.5rem 0 0 0;
}

/*お問い合わせ*/
.press_contact h2 {
	text-align: center;
	margin: -0.5rem 0 0.5rem 0;
	font-size: 1.3em!important;
}
.press_contact dt {
	font-size: 110%;
	font-weight: bold;
}
.press_contact dd {
	position: relative;
	left: -2rem;
	line-height: 1.2;
}

table {
	width: 100%;
	font-size: 0.8em;
}

/*ユーチューブ動画*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
	border-radius: 0.5em;
}
	}


</pre></body></html>