@charset "utf-8";
/* CSS Document */


.content__space p{line-height: 24px;margin-bottom: 12px;}

.table_iso{border-collapse:collapse;width:100%;margin:auto;}
.table_iso th,.table_iso td{border:1px solid #e0e0e0;padding:10px;text-align:center;}
.table_iso th{min-width: 160px;background: #fafbf8;font-size:15px;letter-spacing:1px;vertical-align: middle;}
.table_iso th br{line-height:30px;}
.table_iso td{font-size:14px;}
.table_iso td img{width:auto;margin-right:6px;}
.table_iso td img.icon_n_2{display:none;}
.table_iso td a:hover img.icon_n_1{display:none;}
.table_iso td a:hover img.icon_n_2{display:inline;}
.table_iso td a:hover{color:#aace39;}

.iso_h{overflow:hidden;background:#e9eae7;margin-top:30px;padding:20px 0 20px 20px}
.iso_h img{width:auto;float:left;}
.iso_h dl{float:left;border-left:1px solid #383842;margin-left:20px;padding-left: 10px;}
.iso_h dl dt{font-size:24px;margin-bottom:10px;}
.iso_h dl dd{font-size:16px;padding-left:10px;}

.iso_p{margin-top: 30px;font-size: 16px;}
.iso_p p{margin-bottom: 15px;line-height: 24px;font-size: 15px;}
.iso_p ul li{border-bottom:1px dotted #e0e0e0;margin: 5px 0;line-height:20px;padding: 8px 0;}
.iso_p ul li a{font-size:15px;}
.iso_p ul li a:before{ content:"";width:4px;border-radius:2px;height:14px;margin-right:10px;background:#6d6d6d;display:inline-block;}
.iso_p ul li:hover a{color:#aace39;}
.iso_p ul li:hover a:before{background:#aace39;}

@media screen and (max-width:639px){
    .table_iso tbody tr{display:block;border:1px solid #e0e0e0;margin-bottom:10px;}
    .table_iso tbody td,.table_iso tbody th{display:inline-block;width:100%;border: none;border-top: 1px solid #e0e0e0;}
    .table_iso tbody td:before{content:attr(data-label);float:left;}
    .table_iso tbody .td_r td{text-align:right;}
    .table_iso th br,.m_none{display:none !important;}
    .m_title{text-align: center !important;font-size: 15px !important;font-weight: bold;background:#fafbf8;}
	.iso_p p {font-size: 15px;}
}