@charset "UTF-8";

#main_contents{
	margin-top: 30px;
}
.cmt {
	margin-bottom: 30px;
}
ul.list {
	margin-bottom: 2em;
	padding-left: 2em;
}
ul.list li {
	margin:0 0 1em 0;
	list-style-type:square;
}
.information-box{
	max-width: 70%;
	margin: 0 auto 40px;
	padding: 15px 20px;
	border: 1px solid #ccc;
}
.information-box ol {
	padding-left: 1em;
}
.information-box ol li {
	margin-top: 5px;
	list-style-type:decimal;
}
/* 重大製品事故情報一覧 */
table.info_list {
	width:100%;
	margin-top: 10px;
	border:1px solid #cccccc;
	border-collapse: collapse;
}
table.info_list th {
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	background-color: #E1E2E6;
	text-align: center;
	line-height: 1.3;
}
table.info_list td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	vertical-align:top;
}
table.info_list td:last-child{
	border-right: 0;
}
table.info_list td.prod {
	width:23%;
	padding-top:10px;
}
table.info_list td.prod .in {
	text-indent:-0.85em;
	padding:3px 0 0 0.85em;
}
table.info_list td.note {
	width: 100%;
	padding: 5px 10px;
}
table.info_list td.note a{
	position: relative;
	padding-left: 1em;
}
table.info_list td.note a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 10px;
	left: 0;
	margin-top: -0.4em;
}
table.info_list td.date01 {
	padding-top:10px;
	width:13%;
}
/* 事故に関する情報 */
.ico_oline {
	border:1px solid #99cc66;
	border-left:5px solid #99cc66;
	padding:3px;
	width:19%;
	margin:5px 0;
	background:#EEEEEE;
	float:left;
	font-size: 14px;
}
.ico_oline_02,.ico_ref_02{
	width:81%;
	float:left;
	padding:5px 0 10px 2%;
}
.clr::after{
	content: '';
	display: table;
	clear: both;
}
.ico_ref {
	border:1px solid #6699cc;
	border-left:5px solid #6699cc;
	padding:3px;
	width:19%;
	margin:5px 0;
	background:#EEEEEE;
	float:left;
	font-size: 14px;
}
.line {
	clear:both;
	margin:3px -10px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	height: 1px;
}
@media only screen and (max-width: 767px) {
	.base-width-sp, .base-width	{
		overflow: hidden;
    padding: 0 20px;
	}
	.information-box{
		max-width: 100%;
	}
	table.info_list{
		width: 100%;
		display: block;
		margin-top: 0;
		border-collapse: unset;
		border: none;
	}
	table.info_list tbody,
	table.info_list th,
	table.info_list tr,
	table.info_list td{
		display: block;
		width: 100%!important;
		border: none;
	}
	table.info_list tr{
		border: 1px solid #ccc;
		margin-top: 1em;
		padding: 10px;
	}
	table.info_list tr:first-child{
		display: none;
		border:none;
	}
	.line,
	.ico_oline,.ico_ref{display: none;}
	.ico_oline_02,
	.ico_ref_02{
		float: none;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 10px 0;
	}
	table.info_list td.date01,
	table.info_list td.prod,
	table.info_list td.note{
		width: 100%;
		padding: 0 0 10px 0;
		font-size: 85%;
		box-sizing: border-box;
	}
	table.info_list td.note,
	table.info_list td.note .ico_ref_02{
		padding-bottom: 0;
	}
	table.info_list td:before,
	table.info_list .ico_oline_02:before,
	table.info_list .ico_ref_02:before{
		display: block;
		background: #ddd;
    margin-bottom: 0.5em;
    padding: 0.5em 10px;
	}
	table.info_list td.date01:before{
		content: '発生日（発生場所）';
	}
	table.info_list td.prod:before{
		content: '製品名〔形名〕';
	}
	table.info_list td.note .ico_ref_02:before{
		content: '事故に関する情報：備考/参考情報';
		border: 2px solid #6699cc;
		background: #fff;
    padding: 0.4em 10px;
	}
	table.info_list td.note .ico_oline_02:before{
		content: '事故に関する情報：事故概要';
		border: 2px solid #99cc66;
		background: #fff;
    padding: 0.4em 10px;
	}
	table.info_list td.date01 br,
	table.info_list td.prod br{
		display: none;
	}
	.clr{
		display: none;
	}
}