@charset "EUC-JP";

/* -------------------- general -------------------- */

html {
  font-size: 62.5%;
}

html .pcView {
  display: block;
}

html .spView {
  display: none;
}

br.sp {
  display: none;
}

br.pc {
  display: block;
}

@media all and (max-width: 767px) {
  br.sp {
    display: block;
  }

  br.pc {
    display: none;
  }

  html .pcView {
    display: none;
  }

  html .spView {
    display: block;
  }
}

img {
  width: 100%;
}

html #footer {
  border-top: 0;
}

/* -------------------- reshitame -------------------- */

.tpoint-register {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
}

.tpoint-register a {
  color: #004697;
}

.tpoint-register h2 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: left;
}

.tpoint-register {
  background: #f1f1f1;
}

.tpoint-register header {
  padding: 0;
  text-align: inherit;
  background: none;
}

a:link,
a:visited,
a:active {
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.4rem;
    color: #333;
  }

  /* register-info
  --------------------------------------------------------------- */
  .register-info {
    padding: 40px 0;
    text-align: center;
    background: #fff;
  }

  .register-info .info-header {
    padding: 0 14px;
  }

  .register-info-inner {
    max-width: 960px;
    margin: auto;
  }

  .register-info h1,
  .register-info h2 {
    font-weight: bold;
  }

  .register-info h1 strong,
  .register-info h2 strong {
    display: block;
    font-size: 3rem;
    color: #004098;
  }

  .register-info h1 span,
  .register-info h2 span {
    display: block;
    margin: 30px 0 0;
    font-size: 2.5rem;
  }

  .register-info p {
    margin: 30px 0 0;
  }

  .register-info p a {
    font-weight: bold;
    color: #00428b;
    text-decoration: underline;
  }

  /* register-step
  --------------------------------------------------------------- */

  .register-step {
    max-width: 960px;
    padding: 50px 0;
    margin: auto;
  }

  .register-step .step-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .register-step .step-item {
    width: calc(50% - 17px);
    padding: 30px;
    background: #fff;
    border-radius: 10px;
  }

  .register-step .step-item:nth-child(n+3) {
    margin-top: 34px;
  }

  .register-step h2 {
    line-height: 1.8;
  }

  .register-step h2.textcenter {
    text-align: center;
  }

  .register-step h2 span {
    display: inline-block;
    width: 67px;
    margin: 0 20px 0 0;
  }

  .register-step h2 i {
    font-size: 3rem;
    font-weight: bold;
  }

  .register-step .step-item p {
    max-width: 330px;
    margin: 30px auto 0;
    text-align: left;
  }

  .register-step .step-item .text-center {
    display: block;
    text-align: center;
  }

  .register-step .step-item p {
    font-weight: bold;
    text-align: center;
  }

  .register-step .step-item p a {
    font-weight: bold;
    color: #00428b;
  }

  .register-step figure {
    width: 322px;
    margin: 30px auto 0;
  }

  .register-step figure.border {
    border: 1px solid #888;
  }
}

@media screen and (max-width: 768px) {
  .tpoint-register {
    font-size: 1.3rem;
    line-height: 1.7;
  }

  /* register-info
  --------------------------------------------------------------- */

  .register-info {
    padding: 20px 25px;
    text-align: center;
    background: #fff;
  }

  .register-info .info-header {
    text-align: center;
  }

  .register-info h1 {
    font-weight: bold;
  }

  .register-info h1 strong {
    display: block;
    font-size: 2.3rem;
    color: #004098;
  }

  .register-info h1 span {
    display: block;
    margin: 15px 0 0;
    font-size: 1.6rem;
  }

  .register-info p {
    margin: 20px 0 0;
  }

  .register-step + .register-info p br {
    display: none;
  }

  .register-step + .register-info p {
    margin: 20px 0 0;
    text-align: left;
  }

  .register-info p a {
    font-weight: bold;
    color: #00428b;
    text-decoration: underline;
  }

  /* register-step
  --------------------------------------------------------------- */

  .register-step {
    padding: 15px 15px 25px;
    margin: auto;
  }

  .register-step .step-item {
    padding: 20px 20px 25px;
    background: #fff;
    border-radius: 10px;
  }

  .register-step .step-item + .step-item {
    margin-top: 15px;
  }

  .register-step h2 {
    line-height: 1.8;
  }

  .register-step h2.textcenter {
    text-align: center;
  }

  .register-step h2 span {
    display: inline-block;
    width: 50px;
    margin: 0 18px 0 0;
  }

  .register-step h2 i {
    font-size: 1.6rem;
    font-weight: bold;
    vertical-align: middle;
  }

  .register-step .step-item p {
    max-width: 304px;
    margin: 20px auto 0;
    font-weight: bold;
    text-align: center;
  }

  .register-step .step-item .text-center {
    display: block;
    margin: 1.5em auto 0;
    text-align: center;
  }

  .register-step .step-item p a {
    font-weight: bold;
    color: #00428b;
  }

  .register-step figure {
    width: 278px;
    margin: 25px auto 0;
  }

  .register-step figure.border {
    border: 1px solid #888;
  }
}

@media screen and (min-width: 768px) {
  .newt-get-btn-link {
    width: 500px;
    margin: 40px auto 0;
  }

  .newt-get-btn-link p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .newt-get-btn-link {
    max-width: 500px;
    margin: 60px auto 0;
  }

  .newt-get-btn-link p {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px) {
  .newt-get-btn-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #003f98;
    border: 2px solid #203d95;
    border-radius: 5px;
  }

  .newt-get-btn-link a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }
}

@media screen and (max-width: 767px) {
  .newt-get-btn-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #003f98;
    border: 2px solid #203d95;
    border-radius: 5px;
  }
}

@media screen and (min-width: 768px) {
  .newt-get-btn-link a::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(../img/arrow_r_wh.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 767px) {
  .newt-get-btn-link a::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(../img/arrow_r_wh.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}

/* CSS Document */

.app-list__lead {
  font-size: 14px;
  text-align: center;
}

.app-list__lead a {
  color: #203d95;
  text-decoration: underline;
}

.app-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 40px 0 0;
}

.app-list.v-point-app-list {
  margin-top: 0;
}

.app-item {
  display: flex;
  width: calc((100% - 30px) / 2);
  padding: 20px;
  margin-top: 30px;
  border-radius: 5px;
  box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}

.app-item .mobile-app-list .app-item:nth-child(even),
.v-point-app-list .app-item:nth-child(odd) {
  margin-right: 30px;
}

.app-item__logo {
  width: 87px;
}

.app-item__content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 87px);
  padding-left: 20px;
}

.app-item__name {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.app-item__text {
  margin: 0 0 20px;
  font-size: 14px;
}

.app-item__download {
  display: flex;
  margin: auto 0 25px;
}

.app-item__download img {
  width: initial;
  max-height: 51px;
}

.app-item__download__appstore {
  margin-right: 10px;
}

.app-item__download__default {
  display: none;
}

.app-item__note {
  display: flex;
  align-items: center;
}

.app-item__note--label {
  width: 140px;
  padding: 2px 0 0;
  margin-right: 10px !important;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  color: #003f98;
  text-align: center;
  border: 2px solid #003f98;
  border-radius: 99px;
}

.app-item__note--text {
  font-size: 14px;
  text-align: left !important;
}

.app-item__note--label + .app-item__note--text {
  width: calc(100% - 140px);
}

.app-item__note--text a {
  color: #203d95;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .app-item__note--text a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }
}

.app-item__note--text img {
  width: 12px;
  margin: 0 0 2px 5px;
  vertical-align: middle;
}

.mobile-app-list .app-item:nth-of-type(1) {
  display: flex;
  width: 100%;
  padding: 0;
  margin-top: 0;
}

.mobile-app-list .app-item:nth-of-type(1) .app-item__logo {
  border-radius: 5px 0 0 5px;
}

.mobile-app-list .app-item:nth-of-type(1) .app-item__logo,
.mobile-app-list .app-item:nth-of-type(1) .app-item__content {
  width: 50%;
}

.mobile-app-list .app-item:nth-of-type(1) .app-item__content {
  padding: 30px;
}

.app-list__note {
  margin-top: 20px;
}

.app-list__note p {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .mobile-app-list .app-item:nth-of-type(1) {
    height: 270px;
  }
}

@media screen and (max-width: 767px) {
  .app-item {
    width: 100%;
    min-height: 240px;
    margin-top: 15px;
  }

  .mobile-app-list .app-item:nth-child(even),
  .v-point-app-list .app-item:nth-child(odd) {
    margin-right: initial;
  }

  .app-item__download {
    position: relative;
    left: -107px;
    width: calc(100% + 107px);
    margin: auto 0 15px;
  }

  .app-item__download__appstore {
    display: none;
  }

  .app-item__download__googleplay {
    display: none;
  }

  .app-item__download__default {
    display: block;
    width: 100%;
  }

  .app-item__download__default a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
    color: #fff;
    text-align: center;
    background: #003f98;
    border-radius: 99px;
  }

  .app-item__note {
    position: relative;
    left: -107px;
    width: calc(100% + 107px);
  }

  .app-item__note--text {
    font-size: 12px;
  }

  .mobile-app-list .app-item:nth-of-type(1) {
    display: block;
  }

  .mobile-app-list .app-item:nth-of-type(1) .app-item__logo {
    border-radius: 5px 5px 0 0;
  }

  .mobile-app-list .app-item:nth-of-type(1) .app-item__logo,
  .mobile-app-list .app-item:nth-of-type(1) .app-item__content {
    width: 100%;
  }

  .mobile-app-list .app-item:nth-of-type(1) .app-item__content {
    padding: 20px;
  }

  .mobile-app-list .app-item:nth-of-type(1) .app-item__download {
    left: initial;
    width: 100%;
  }

  .mobile-app-list .app-item:nth-of-type(1) .app-item__note {
    left: initial;
    width: 100%;
  }
}
