@media (min-width: 768px){
ul.ul_1 {width: 48%;float:left;}
ul.ul_2 {width: 48%;float:right;padding: 50px 0 82px 0;border:0;margin:0 auto;}

ul.ul_1 li {width: 100%;line-height: 32px;height: 32px;border-bottom: 1px solid #ccc;height:3em; line-height:3em;}
ul.ul_1 li dt {float: left;width: 74%;line-height: 3em;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
ul.ul_1 li dd {float: left;width: 25%;line-height: 3em;text-align: end;}
ul.ul_2 li {width: 100%;line-height: 32px;height: 32px;border-bottom: 1px solid #ccc;height:3em; line-height:3em;}
ul.ul_2 li dt {float: left;width: 74%;line-height: 3em;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
ul.ul_2 li dd {float: left;width: 25%;line-height: 3em;text-align: end;}
}

a.ablock {width: 100%;margin: 0 auto;}
a.ablocks {width: 100%;margin: 0 auto;display:block;}
.ablock span {display: block;padding: 0.875em;border: 1px solid #ccc;border-radius: 8px;clear: both;width: 30%;text-align: center;margin: 11% auto 0 69%;}
.ablocks span {display: block;padding: 0.875em;border: 1px solid #ccc;border-radius: 8px;clear: both;width: 30%;text-align: center;margin: 11% auto 0 69%;}
@media (max-width: 767px){
ul.ul_1 li {width: 100%;line-height: 32px;height: 32px;border-bottom: 1px solid #ccc;height:3em; line-height:3em;float:left;}
ul.ul_1 li dt {float: left;width: 74%;line-height: 3em;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;text-indent: .1em;}
ul.ul_1 li dd {float: left;width: 25%;line-height: 3em;text-align: end;}
ul.ul_2 li {width: 100%;line-height: 32px;height: 32px;border-bottom: 1px solid #ccc;height:3em; line-height:3em;float:left;text-indent: .5em;}
ul.ul_2 li dt {float: left;width: 74%;line-height: 3em;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
ul.ul_2 li dd {float: left;width: 25%;line-height: 3em;text-align: end;}
ul.ul_1 .ablock span { display: block;padding: 0.875em;border: 1px solid #ccc;border-radius: 8px;clear: both;width: 30%;text-align: center;margin: 0% auto 0 69%;}
ul.ul_2 .ablocks span {display: block;padding: 0.875em;border: 1px solid #ccc;border-radius: 8px;clear: both;width: 30%;text-align: center;margin: 11% auto 0 69%;}
a.ablocks {width: 100%;margin: 34% auto 0 auto;display: block;}
}