@charset "UTF-8";
/*============================================================


  utility.css


============================================================*/
/*========================================
  guide
========================================*/
#guide #content-guide .blc-intro {
  margin: 6.4rem 0;
}

#guide #content-guide .blc-list > .list-tbl {
  border-bottom: none;
}

#guide #content-guide .list-browser > li:nth-of-type(odd) {
  padding-right: 2%;
}

#guide #content-guide .list-browser > li:nth-of-type(even) {
  padding-left: 2%;
}

@media (max-width: 480px) and (orientation: portrait) {
  #guide #content-guide .blc-intro {
    margin: 2.4rem 0;
  }

  #guide #content-guide .list-browser > li:nth-of-type(odd) {
    padding-right: 0;
  }

  #guide #content-guide .list-browser > li:nth-of-type(even) {
    padding-left: 0;
  }
}



/*========================================
  privacy
========================================*/
#privacy #content-privacy .blc-intro {
  margin: 6.4rem 0;
}

#privacy #content-privacy .blc-list > .list-tbl {
  border-bottom: none;
}

@media (max-width: 480px) and (orientation: portrait) {
  #privacy #content-privacy .blc-intro {
    margin: 2.4rem 0;
  }
}