.nav__inner {
  width: 960px;
  margin: auto;
}

.nav__menus {
  margin: 0 auto;
  padding: 0 79px;
}

.nav__menus::after {
  content: "";
  display: block;
  clear: both;
}

.nav__item {
  float: left;
  width: 202px;
  height: 202px;
  background: url(/jmaji/pc/assets/img/get/howto_nav_btn_bg.png) no-repeat;
  background-size: contain;
}

.nav__item + .nav__item {
  margin-left: 98px;
}

.nav__item a {
  display: block;
  height: 100%;
}

.nav__image {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 200ms;
  transition: 200ms;
  text-indent: -9999px;
  position: relative;
}

.nav__image--advance {
  background: url(/jmaji/pc/assets/img/get/howto_nav_advance.png) no-repeat center/contain;
}

.nav__image--advance::before {
  background: url(/jmaji/pc/assets/img/get/howto_nav_advance_active.png);
}

.nav__image--do {
  background: url(/jmaji/pc/assets/img/get/howto_nav_do.png) no-repeat center/contain;
}

.nav__image--do::before {
  background: url(/jmaji/pc/assets/img/get/howto_nav_do_active.png);
}

.nav__image--bring {
  background: url(/jmaji/pc/assets/img/get/howto_nav_bring.png) no-repeat center/contain;
}

.nav__image--bring::before {
  background: url(/jmaji/pc/assets/img/get/howto_nav_bring_active.png);
}

.nav__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.nav__image:hover::before {
  opacity: 1;
}

.nav img {
  width: 100%;
}

.requirement__inner {
  width: 960px;
  margin: auto;
  padding: 44px 0 93px;
  text-align: center;
}

.requirement__note {
  font-size: 18px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-left: 42px;
}

.requirement__note::before {
  content: "";
  background: url(/jmaji/pc/assets/img/common/icon_attention.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 31px;
  margin: auto;
}

.requirement__list {
  padding: 17px 82.5px 0;
  text-align: left;
}

.requirement__item {
  width: 392.5px;
  display: inline-block;
  padding-left: 73px;
  position: relative;
  vertical-align: text-top;
}

.requirement__item:first-child {
  padding-right: 40px;
}

.requirement__item:first-child::before {
  background: url(/jmaji/pc/assets/img/get/number_01.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 50px;
  top: 6px;
  left: 5px;
}

.requirement__item:last-child {
  border-left: 2px solid #000000;
  padding-left: 124px;
}

.requirement__item:last-child::before {
  background: url(/jmaji/pc/assets/img/get/number_02.png) no-repeat;
  background-size: contain;
  width: 27px;
  height: 50px;
  left: 52px;
  top: 6px;
}

.requirement__item::before {
  content: "";
  position: absolute;
}

.requirement__heading {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 36px;
}

.requirement__description {
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}

.section-dl-app__list {
  text-align: center;
  font-size: 0;
}

.section-dl-app__item {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  display: inline-block;
  width: 272px;
}

.section-dl-app__item:hover {
  opacity: .7;
}

.section-dl-app__item:last-child {
  margin-left: 25px;
}

.section-links {
  padding-top: 30px;
}

.section-links__list {
  text-align: center;
}

.section-links__item {
  display: inline-block;
}

.section-links__item a {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.7px;
  border-bottom: solid 1px #000000;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.section-links__item a::before {
  content: "";
  background: url(/jmaji/pc/assets/img/common/icon_arrow_next.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: -35px;
  width: 24px;
  height: 24px;
}

.section-links__item a:hover {
  border-color: transparent;
}

.section-links__item:last-child {
  margin-left: 74px;
}

.section-note {
  font-size: 12px;
  line-height: 22px;
}

.section-note--attention {
  color: #FF0000;
  position: relative;
  padding-left: 64px;
  width: 707px;
  margin: 44px auto 0;
}

.section-note--attention::before {
  content: "";
  background: url(/jmaji/pc/assets/img/common/icon_attention.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: 0;
  width: 35px;
  height: 31px;
}

.howto-bring__inner {
  font-size: 0;
  padding-bottom: 55px;
  border-bottom: 2px solid #000000;
  margin-bottom: 44px;
}

.howto-bring__image {
  text-align: center;
  padding: 14px 60px 34px 38px;
}

.howto-bring__heading {
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  width: 50%;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
}

.howto-bring__heading:last-of-type {
  padding-left: 50px;
}

.howto-bring__description {
  font-size: 16px;
  line-height: 28px;
  width: 390px;
  display: inline-block;
  vertical-align: top;
}

.howto-bring__description:last-child {
  margin-left: 59px;
}

.howto-bring__note {
  font-size: 12px;
}

.howto-bring__note span {
  font-size: 18px;
}

.howto-bring__note--attention {
  color: #FF0000;
  padding-top: 48px;
  position: relative;
}

.howto-bring__note--attention::before {
  content: "";
  background: url(/jmaji/pc/assets/img/common/icon_attention.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 31px;
}

.howto-bring__note + .howto-bring__note {
  margin-top: 36px;
}
