@charset "utf-8";
/* --------------------------------------
   コンテンツ最大幅1160px（PC）
--------------------------------------*/
.bodyarea {
  width: 100%;
  background-color: #fff;
}
.bodyarea img {
  max-width: 100%;
  height: auto;
}
.bodyarea .pcOnly {
  display: block;
}
.bodyarea .spOnly {
  display: none;
}
#np01-howto {
  width: 100%;
  margin: 0 auto;
}
#np01-howto .maincontents {
  width: 100%;
  margin: 0 auto 100px;
}
#np01-howto .inner {
  width: 1160px;
  margin: 0 auto;
}
#np01-howto .flex_box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 1160px;
  margin-bottom: 10px;
}
#np01-howto dl.sub_sec {
  margin: 40px 0;
}
#np01-howto dl.sub_sec dt {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 6px;
  position: relative;
}
#np01-howto dl.sub_sec dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #4394d0;
  width: 5px;
  height: 26px;
  left: 25px;
  top: 2px;
}
#np01-howto p, #np01-howto dl dd {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 6px 0 6px 18px;
}
#np01-howto .red {
  color: #e60012;
}
#np01-howto small {
  font-size: 88%;
}
#np01-howto a {
  color: #0a60bc;
}
#np01-howto a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#np01-howto .h_wrapper {
  width: 100%;
  background-color: #174187;
}
#np01-howto h1 {
  max-width: 1160px;
  color: #fff;
  font-size: 4.6rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
  padding: 35px 70px 30px;
  margin: 0 auto 10px;
}
#np01-howto h2, #np01-howto #sec01 dl dt {
  color: #fff;
  background-color: #4394d0;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 12px 30px 10px 60px;
  margin: 30px 0 12px;
}
#np01-howto h2 {
  position: relative;
}
#np01-howto h2::before {
  content: "1";
  display: inline-block;
  position: absolute;
  color: #4394d0;
  background-color: #fff;
  border-radius: 50%;
  padding: 2px;
  line-height: 1.4;
  font-size: 80%;
  text-align: center;
  align-content: center;
  width: 26px;
  height: 26px;
  top: 14px;
  left: 23px;
}
#np01-howto #sec03 h2::before {
  content: "2";
}
#np01-howto #sec04 h2::before {
  content: "3";
}
#np01-howto #sec05 h2::before {
  content: "4";
}
#np01-howto #sec01 dl dt i {
  padding-right: 8px;
}
#np01-howto #sec01 {
  background-color: #dfeaf7;
}
#np01-howto #sec01 dl dd {
  padding: 6px 10px 12px;
}
#np01-howto #sec01 ol {
  width: 670px;
  margin: 0 auto;
}
#np01-howto #sec01 ol li a {
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
  color: #555;
  background-color: #fff;
  padding: 8px 30px 4px;
}
#np01-howto #sec01 ol li {
  text-align: center;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
#np01-howto #sec01 ol li::before {
  content: "1";
  display: inline-block;
  position: absolute;
  color: #fff;
  background-color: #4394d0;
  border-radius: 50%;
  padding: 2px;
  line-height: 1.6;
  font-size: 92%;
  text-align: center;
  align-content: center;
  width: 22px;
  height: 22px;
  top: 8px;
  left: 12px;
}
#np01-howto #sec01 ol li:nth-of-type(2)::before {
  content: "2";
}
#np01-howto #sec01 ol li:nth-of-type(3)::before {
  content: "3";
}
#np01-howto #sec01 ol li:nth-of-type(4)::before {
  content: "4";
}
#np01-howto #sec03 dl.info {
  background-color: #eff4fa;
  padding: 20px;
  margin-top: 16px;
}
#np01-howto #sec03 dl.info dt {
  color: #2d87ca;
  font-size: 2.4rem;
  font-weight: bold;
}
#np01-howto #sec03 dl.info dd {
  color: #2d87ca;
  margin: 6px 0 4px 6px;
  padding: 0;
}
#np01-howto #sec03 dl.sub_sec01, #np01-howto #sec03 dl.sub_sec01 > dd:nth-of-type(2) {
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px dashed #4394d0;
}
#np01-howto #sec03 dl.sub_sec01 > dd:nth-of-type(1) {
  font-size: 1.5rem;
}
#np01-howto #sec03 dl.sub_sec01 > dd:nth-of-type(3) {
  align-items: center;
  margin: 30px 0 0;
}
#np01-howto #sec03 dl.sub_sec01 > dd:nth-of-type(2) figure {
  width: 712px;
}
#np01-howto #sec03 dl.sub_sec01 > dd:nth-of-type(2) p {
  width: 410px;
}
#np01-howto #sec03 dl.sub_sec01 > dd:nth-of-type(3) figure {
  width: 502px;
}
#np01-howto #sec03 dl.sub_sec01 > dd:nth-of-type(3) p {
  width: 620px;
}
#np01-howto #sec03 dl.sub_sec02 > dd {
  width: 1166px;
  padding: 0;
}
#np01-howto #sec03 dl.sub_sec02 > dd figure {
  position: relative;
  z-index: 1;
}
#np01-howto #sec03 dl.sub_sec02 > dd figure::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 24px;
  border-color: transparent transparent transparent #e60012;
  top: 50%;
  right: -10px;
  z-index: 2;
}
#np01-howto #sec03 dl.sub_sec02 > dd figure:last-of-type::before {
  display: none;
}
#np01-howto #sec04 > p {
  margin: 16px 0;
}
#np01-howto #sec04 .flex_box .col1 {
  width: 670px;
}
#np01-howto #sec04 .flex_box .col2 {
  width: 458px;
  background-color: #dfeaf7;
  padding: 20px;
}
#np01-howto #sec04 .flex_box .col2 p {
  font-size: 1.5rem;
  margin-top: 8px;
}
#np01-howto #sec05 > p {
  margin: 16px 0;
}
/* ↓以下SP
-------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* common */
  #course .pcOnly {
    display: none;
  }
  #course .spOnly {
    display: block;
  }
  .mainImg.fmvTop img {
    width: 100%;
    height: auto;
  }
  #np01-howto .maincontents {
    padding: 0 10px;
    margin: 0 auto;
  }
  #np01-howto .inner {
    width: 100%;
  }
  #np01-howto .flex_box {
    display: block;
    width: 100%;
  }
  #np01-howto dl.sub_sec {
    margin: 30px 0;
  }
  #np01-howto dl.sub_sec dt {
    font-size: 2.2rem;
    padding-left: 5px;
  }
  #np01-howto dl.sub_sec dt::before {
    left: 0;
  }
  #np01-howto p, #np01-howto dl dd {
    font-size: 1.5rem;
    padding: 6px 0 6px 0;
  }
  #np01-howto h1 {
    font-size: 2.5rem;
    padding: 14px 18px 12px;
    margin: 20px auto 10px;
  }
  #np01-howto h2, #np01-howto #sec01 dl dt {
    font-size: 2.2rem;
    padding: 10px 20px 8px 40px;
    margin: 18px 0 12px;
  }
  #np01-howto h2::before {
    line-height: 1.4;
    width: 20px;
    height: 20px;
    top: 12px;
    left: 12px;
  }
  #np01-howto #sec01 dl dd {
    padding: 6px 10px 12px;
  }
  #np01-howto #sec01 ol {
    width: 100%;
  }
  #np01-howto #sec01 ol li {
    text-align: left;
  }
  #np01-howto #sec01 ol li a {
    font-size: 1.6rem;
    padding: 8px 15px 4px 35px;
  }
  #np01-howto #sec01 ol li::before {
    font-size: 88%;
    width: 18px;
    height: 18px;
    left: 8px;
    top: 8px;
  }
  #np01-howto #sec03 dl.info {
    padding: 20px;
    margin-top: 16px;
  }
  #np01-howto #sec03 dl.info dt {
    font-size: 2.4rem;
  }
  #np01-howto #sec03 dl.info dd {
    margin: 0 0 4px 6px;
  }
  #np01-howto #sec03 dl.sub_sec01, #np01-howto #sec03 dl.sub_sec01 > dd:nth-of-type(2) {
    padding-bottom: 40px;
  }
  #np01-howto #sec03 dl.sub_sec01 > dd:nth-of-type(3) {
    align-items: center;
    margin: 30px 0 0;
  }
  #np01-howto #sec03 dl.sub_sec01 > dd:nth-of-type(2) figure {
    width: 100%;
  }
  #np01-howto #sec03 dl.sub_sec01 > dd:nth-of-type(2) p {
    width: 100%;
  }
  #np01-howto #sec03 dl.sub_sec01 > dd:nth-of-type(3) figure {
    width: 100%;
  }
  #np01-howto #sec03 dl.sub_sec01 > dd:nth-of-type(3) p {
    width: 100%;
  }
  #np01-howto #sec03 dl.sub_sec02 > dd {
    width: 100%;
  }
  #np01-howto #sec03 dl.sub_sec02 > dd figure {
    margin-bottom: 20px;
  }
  #np01-howto #sec03 dl.sub_sec02 > dd figure::before {
    border-width: 12px 18px 0 18px;
    border-color: #e60012 transparent transparent transparent;
    top: inherit;
    bottom: -22px;
    right: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  #np01-howto #sec04 .flex_box .col1 {
    width: 100%;
    margin-bottom: 14px;
  }
  #np01-howto #sec04 .flex_box .col2 {
    width: 100%;
  }
}