.section_header_ac{
	background-color: #F48119;
	padding: 30px 10px 40px;
	text-align: center;
}
.section_header_ac h2{
color: #FFF;
	font-size: 2.4rem;
	position: relative;
}
.section_header_ac h2:after{
	position: absolute;
	content:"";
	width: 100px;
	height: 2px;
	left: 50%;
	bottom: -12px;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);

	background-color: #FFF;
}

.section_header_ac2{
	background-color: #661F06;
	padding: 30px 10px 40px;
	text-align: center;
}
.section_header_ac2 h2{
color: #FFF;
	font-size: 2.4rem;
	position: relative;
}
.section_header_ac2 h2:after{
	position: absolute;
	content:"";
	width: 100px;
	height: 2px;
	left: 50%;
	bottom: -12px;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	background-color: #FFF;
}



.attention{
border: #EA1B1B solid 1px;
padding: 20px 0 20px 180px;
margin: 40px 0;
background: #FFFFAA url(../images/accident/attention.svg) no-repeat;
color:#EA1B1B;
}

@media all and (-ms-high-contrast:none){ /* IE11ハック */
.attention{
	background: #FFFFAA url(../images/accident/attention.png) no-repeat;
}
}




.attention h3 {
text-align: left;
font-size: 3rem;
margin: 0;
padding: 0;
}
.attention ul {
text-align: left;
font-size: 2rem;
}

@media only screen and (max-width: 767px) {
.attention{
background:#FFFFAA;
padding: 10px;
}



.attention h3::before{

margin:0 0px 0 0;
		content:" ";
		display:inline-block;
		width:50px;
		height:50px;
		background:url(../images/accident/attention.svg);
		background-size:contain;
		vertical-align:middle;
}
.attention h3 {
font-size: 2.5rem;
}
.attention ul {
font-size: 1.5rem;
}




}












#accident table.table1 {
	border-collapse: collapse;
	border:#999 solid 1px;
	width:100%;
	margin:7px 0;
	font-size: 1.5rem;
}
#accident table.table1 thead tr {
	background:#D3DFFC;
}
#accident table.table1 thead tr th {
	background:#D3DFFC;
	text-align:center !important;
}
#accident table.table1 th {
	text-align:left;

	border:#999 solid 1px;
	font-weight:normal;
	padding:6px 10px;
}

#accident table.table1 td {
	text-align:center;
	border:#999 solid 1px;
	width:28%;
	letter-spacing:0.1em;
}

#accident table.table1 caption {
	margin-bottom: 1rem;
	font-size: 2rem;
}
#accident a{
	font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
#accident table.table1 {
	font-size: 1rem;
}

#accident table.table1 caption {
	font-size: 1rem;
}
#accident table.table1 td {
	width:30%;
}
#accident a{
	font-size: 1rem;
}
}













#company ul {
	list-style: none;
	font-size: 1.5rem;
}
#company ul li {
	text-indent: -1em;
	padding-left: 1em;

}
#company h3 {
	font-size: 2rem;
}
#company ul.kanyu li {
margin-bottom: 1rem;

}
#company h4 ,#company h5 {
	font-size: 1.5rem;
}


#company dl.table {
	width: 100%;
	overflow: hidden;
	background: #eee;
	border: 1px solid #999;
	border-top: 0;
	box-sizing: border-box;
}
#company dl.table dt {
	font-size: 1.5rem;
	float: left;
	width: 20%;
	border-top: 1px solid #999;
	padding: 10px;
	box-sizing: border-box;
}
#company dl.table dd {
	font-size: 1.5rem;
	background: #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	padding: 10px;
	box-sizing: border-box;
	margin-left: 20%;
}
#company dl.table h4 {
	font-weight: normal;
}

#company dl.table ul li {
	display: inline-block;
	width: 45%;
}

#company dl.table h4 {
	font-weight: normal;
}
#company dl.table h4:nth-of-type(2) {
	margin-top: 1rem;
}

#company ul.teikei li {
	display: inline-block;
	width: 30%;
}


@media only screen and (max-width: 767px) {

#company ul {
	list-style: none;
	font-size: 1.3rem;
	padding: 0;
}
#company ul li {
	text-indent: -1em;
	padding-left: 1em;

}
#company h3 {
	font-size: 1.5rem;
}

#company dl.table {
	width: 100%;
}
#company dl.table dt {
	font-size: 1.3rem;
	float: none;
	width: 100%;
}
#company dl.table dd {
	font-size: 1.3rem;
	margin-left: 0;
	border-left: none;
}
#company dl.table ul li {
	font-size: 1.3rem;
	width: 100%;
}
#company ul.teikei li {
	font-size: 1.3rem;
	width: 100%;
}

}