section ul{display:flex;flex-wrap:wrap;}
section ul li{width:calc(100%/2 - 40px);margin:0px 20px;padding:5px 0 ;background:#ad1823;text-align:center;}
section ul li a{color:white;display:block}
section h3{margin-top:100px!important;}
img.fuku{width:auto;height:auto;display:inline-block;vertical-align:top;}

@media all and (min-width: 0px) and (max-width: 767px) {
section ul li{width:calc(90% - 0px);margin:0vw 5% 2vw;font-size:3.5vw;}
section h3{margin-top:15vw!important;}
img.fuku{width:40px;}
a.btn{font-size:3.5vw;}
section table th,section table td {padding: 5px 1px;}
}