@charset "utf-8";
.sds.main{
    width: 90%;
    margin: 0 auto;
}
.sds .inner{
    padding-bottom: 120px;
}
.sds h2 {
	letter-spacing: 5.2px;
}
.sds .table__wrap{
	max-width: 1100px;
    margin: 0 auto;
padding: 70px 0 0;
    overflow-x: auto;
}
.sds table{
	width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
}
.sds table th{
    background: #e5e5e5;
    padding: 18px;
    font-weight: 600;
}
.sds table td{
    text-align: center;
    padding: 14px 14px;
    background: #fafafa;
    border-bottom: solid 1px #d7d7d7;
}
.sds table td a{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 0px;
    box-sizing: border-box;
    text-align: left;
        text-decoration: underline;
    color: #0068b7;
        line-height: 30px;
}
.sds table td a svg{
	padding-left: 7px;
    fill: #000;
    width: 30px;
    height: 30px;
}

.pageBtnList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pageBtnList li {
    position: relative;
    flex: none;
    margin-right: 0;
    width: 48%;
}
.pageBtnList li:nth-child(2) span{
    display: block !important;
    top: 54%;
}
.pageBtnList li:nth-child(2) svg{
    width: 21px;
    height: 23px;
}
.pageBtnList li:nth-child(2) p::after {
     display: none !important;
}
.pageBtnList li:nth-child(2) p{
    margin-left: 0 !important;
}
.pageBtnList li span {
    left: 38px!important;
}
.noneContact .footCon {
    display: block !important;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.sds h2 {
		letter-spacing: 2.2px;
	}
	.sds table {
    width: 860px;
    font-size: 12px;
	}
    .pageBtnList li:nth-child(2) svg{
    width: 17px;
}
.pageBtnList li:nth-child(2) p{
    margin-left: 0 !important;
}
.pageBtnList li {
    width: 100%;
}
.sds table td a svg{
    width: 25px;
    height: 25px;
}
.sds table td a{
    line-height: 25px;
}
	
}
