table{width:100%;}
table tr:nth-child(2n-1){background:#eee}
table th,td{white-space:nowrap;padding:5px;}
table td:nth-child(2){white-space:normal;}
.gaiyou ul{display:flex;flex-wrap:wrap;}
.gaiyou ul li{width:calc(100%/2 - 20px);margin:0 10px;}
#sub_main tr td:nth-child(1),
#sub_main tr td:nth-child(2),
#sub_main tr td:nth-child(3){text-align:center;}
#sub_main tr td:nth-child(4) a{background:url(sub_img/icon01.png) no-repeat #e7091a 2px 2px;padding:5px;border-radius:5px;background-size:20px;height:14px;width:14px;display:block;margin:0 auto;}
#sub_main tr td:nth-child(5) a{background:url(sub_img/icon02.png) no-repeat #e7091a 2px 2px;padding:5px;border-radius:5px;background-size:20px;height:14px;width:14px;display:block;margin:0 auto;}
#sub_main tr td:nth-child(6) a{background:url(sub_img/icon03.png) no-repeat #e7091a 2px 2px;padding:5px;border-radius:5px;background-size:20px;height:14px;width:14px;display:block;margin:0 auto;}



@media all and (min-width: 0px) and (max-width: 767px) {
table td:nth-child(2){white-space:nowrap;}
#sub_main tr td{line-height:2em;}
}