/*==================================================
  help
==================================================*/
.p-help_grid {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%; }

.p-help_primNav {
  margin: 0 1.5% 4.8rem;
  flex-basis: 30%; }
  .p-help_primNav.last {
    width: 97%;
    flex-basis: 97%; }

.p-help_primNav_hdg {
  margin-bottom: 1.2rem;
  font-size: 2.2rem;
  font-weight: bold; }

.p-help_primNav_item {
  line-height: 2; }

.p-help_primNav_item_innerBox {
  margin-right: 2.4rem; }

.p-help_primNav_sub-cat dt {
  font-weight: bold; }
.p-help_primNav_sub-cat dd {
  padding-left: 1em; }

.p-help_primNav_list {
  line-height: 1.5;
  margin-bottom: .8rem; }

.p-help_utilNav_item {
  display: inline-block;
  margin-right: 4rem; }

@media screen and (max-width: 1080px) {
  .p-help_grid {
    flex-wrap: wrap; } }
@media screen and (max-width: 768px) {
  .p-help_primNav {
    width: 30%;
    flex-basis: 30%; } }
@media screen and (max-width: 568px) {
  .p-help_primNav {
    width: 100%;
    flex-basis: 100%;
    margin: 0 0 2rem; }
    .p-help_primNav:last-child {
      margin-bottom: 4.8rem; } }

/*# sourceMappingURL=help.css.map */
