@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;} 

/*2023/03/22　記載*/
#contents_area div.press_ref p {
	text-indent: 1em;
	margin-bottom: 0px;
}
/*2023/03/22　記載ここまで*/


/*2023/11 リニューアル対応*/

/*文献情報*/
.info_box {
	display: flex;
	width: 100%;
	margin: 0.5rem 0;
}
.info_box_left {
	width: 15%;
	padding-bottom: 0.5rem;
	min-width: 100px;
	line-height: 1.3;
} 
.info_box_right {
	width: 85%;
	padding-bottom: 0.5rem;
	line-height: 1.3;
}
.info_box_right li {
	margin:  0 0 0.5rem 1.3rem;
	list-style: decimal;
}

sup {
	vertical-align: top;
	position: relative;
	top: 0.7em;
}
.press_text p {
	margin-bottom: 1rem;
}

a.url_br{
	word-break: break-all;	
}

#contents_area > h1 {
	line-height: 1.3;
}
#contents_area > h1 span {
	margin-top: 0.2em;
	font-size: 85%;
}
#contents_area h4 {
	padding-bottom: 0.5rem;
}

.anchor {
	padding-top: 12.5rem;
	margin-top: -12.5rem;
}

/*テーブル*/
table {
	width: 100%;
	margin: 0.5rem 0 2rem 0!important;
}

/*用語解説に画像がある場合*/
#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%;
}

/*IODPの設定*/
#schedule {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 80%;
	margin: -0.5rem auto 1rem;
}
#schedule .schedule_date{
	width: 30%;
}
#schedule .schedule_port{
	width: 70%;
}
#kusaku {
	width: 100%;
}
#kusaku tr td {
	width: 25%;
	text-align: center;
}
#kusaku caption {
	padding: 1% 0;
	text-align: left;
}
#kusaku + p {
	margin: -1rem 0 0 3rem 0;
	text-indent: inherit;
}

/*ユーチューブ動画*/
.img_flex {
	width: 100%;
	justify-content: center;
	display: flex;
}

@media screen and (max-width: 979px) {
#contents_area > h1 {
	text-align: left;
}
.anchor {
	padding-top: 9.5rem;
	margin-top: -9.5rem;
}
#date_org {
	font-size: 80%;
}
#contents_area h4 {
	padding-bottom: 0.2rem;
}

/*テーブル*/
table {
	width: 100%;
	font-size: 0.8em;
}

/*用語解説に画像がある場合*/
#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;
}

/*IODPの設定*/
#schedule {
	display: block;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: -0.5rem auto 0.5rem;
}
#schedule .schedule_date{
	width: 100%;
	padding: 0.3rem 0 0 2rem;
}
#schedule .schedule_port{
	width: 100%;
	padding: 0 0 0.3rem 3rem;
}

/*ユーチューブ動画*/
.img_flex{
    flex-direction: column;
}
}