@charset "UTF-8";

.content_list_chn td:nth-child(2n) {
  text-align:right;
  width:15%;
  font-size:1.28rem;
}

@media screen and (max-width:768px) {
  .content_list_title_jpn {
    margin-top:-30px!important;
  }
  .content_list_chn {
    padding-top:0!important;
  }
  .content_list_chn .ly_cont_visible__slg {
    display:none!important;
  }
  .content_list_chn td:nth-child(2n) {
    text-align:left;
    width:100%;
  }
  .content_externalLink {
    margin-bottom:15px!important;
  }
  .content_externalLink:last-of-type {
    margin-bottom:0!important;
  }
}