@charset "EUC-JP";

/* CSS Document */

.app-sec article {
  padding: 40px 0;
  font-size: 16px;
  line-height: 1.8;
}

.app-inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}

.app-sec-header h3 {
  text-align: center;
}

.app-sec-header p {
  margin-top: 40px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (min-width: 768px) {
  #app.lower a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }
}

@media screen and (max-width: 767px) {
  .app-sec article {
    padding: 30px 0;
    font-size: 14px;
    line-height: 1.8;
  }

  .app-sec-header p {
    margin-top: 20px;
    text-align: left;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media screen and (min-width: 1040px) {
  .app-inner {
    max-width: 1040px;
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1039px) {
  .app-inner {
    max-width: 1039px;
    padding: 0 25px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .app-inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 575px) {
  .app-inner {
    padding: 0 14px;
  }
}

/* Breadcrumbs
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media screen and (min-width: 768px) {
  .nav-app-breadcrumbs {
    margin-top: 25px;
    font-family: "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN",
      Meiryo, sans-serif;
  }

  .nav-app-breadcrumbs ul {
    font-size: 0;
  }

  .nav-app-breadcrumbs li {
    display: inline;
    font-size: 14px;
  }

  .nav-app-breadcrumbs li::after {
    display: inline;
    padding: 0 6px 0 7px;
    font-size: 14px;
    line-height: 1.8;
    content: ">";
  }

  .nav-app-breadcrumbs li:last-child::after {
    display: none;
  }

  .nav-app-breadcrumbs li a {
    line-height: 1.8;
    color: #203d95;
  }

  .nav-app-breadcrumbs li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .nav-app-breadcrumbs {
    margin-top: 18px;
    font-family: "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN",
      Meiryo, sans-serif;
  }

  .nav-app-breadcrumbs ul {
    font-size: 0;
  }

  .nav-app-breadcrumbs li {
    display: inline;
    font-size: 12px;
  }

  .nav-app-breadcrumbs li::after {
    display: inline;
    padding: 0 4px 0 6px;
    font-size: 12px;
    line-height: 1.8;
    content: ">";
  }

  .nav-app-breadcrumbs li:last-child::after {
    display: none;
  }

  .nav-app-breadcrumbs li a {
    line-height: 1.8;
    color: #203d95;
  }

  .nav-app-breadcrumbs li a:hover {
    text-decoration: underline;
  }
}

/* Headline
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media screen and (min-width: 768px) {
  .app-sec-header h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    color: #003f98;
    text-align: center;
  }

  .app-sec-header h4 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    color: #003f98;
    text-align: center;
  }

  .app-sec-header h3 i {
    font-size: 24px;
    font-weight: bold;
    color: #333;
  }

  .app-sec-header h3 strong.marker {
    position: relative;
    font-weight: bold;
  }

  .app-sec-header h3 strong.marker::after {
    position: absolute;
    bottom: 0;
    z-index: 5;
    display: block;
    width: 100%;
    height: 5px;
    content: "";
    background: #fff200;
  }

  .app-sec-header h3 strong.marker em {
    position: relative;
    z-index: 10;
    font-weight: bold;
  }

  .app-sec-header + .app-sec-inner {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .app-sec-header h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    color: #003f98;
  }

  .app-sec-header h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #003f98;
    text-align: center;
  }

  .app-sec-header h3 i {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }

  .app-sec-header h3 strong.marker {
    position: relative;
    font-weight: bold;
  }

  .app-sec-header h3 strong.marker::after {
    position: absolute;
    bottom: 0;
    z-index: 5;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    background: #fff200;
  }

  .app-sec-header h3 strong.marker em {
    position: relative;
    z-index: 10;
    font-weight: bold;
  }

  .app-sec-header + .app-sec-inner {
    margin-top: 20px;
  }
}

/* app / sub page / head
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.app-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0 40px;
}

.app-head__image {
  display: flex;
  justify-content: center;
  width: 420px;
}

.app-head__image img {
  width: 50%;
}

.app-head__content {
  width: 100%;
  max-width: 480px;
  margin-left: 20px;
}

.app-head__content p {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .app-head {
    display: block;
    margin: 25px 0 40px;
  }

  .app-head__image {
    max-width: 260px;
    margin: 0 auto 30px;
  }

  .app-head__content {
    max-width: 100%;
    margin-left: 0;
  }
}

/* app / sub page / download
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.app-download__inner a {
  display: block;
}

.app-download__detail {
  margin: 15px 0 0;
  font-size: 14px;
  text-align: center;
}

.app-download__detail a {
  color: #003f98;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .app-download {
    margin: 0 0 50px;
  }

  .app-download__inner {
    display: flex;
    justify-content: center;
  }

  .app-download__inner p {
    display: none;
  }

  .app-download__inner > div:nth-of-type(2) {
    margin-left: 15px;
  }

  .app-download__inner img {
    width: initial;
    height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .app-download {
    margin: 0 0 30px;
  }

  .app-download__inner img {
    display: none;
  }

  .app-download__inner a {
    position: relative;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 54px;
    color: #fff;
    text-align: center;
    background: #003f98;
    border-radius: 5px;
  }

  .app-download__inner a::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(/assets/img/common/arrow_r_wh.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}

/* app / sub page / detail
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.app-detail {
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #eee;
}

.app-head + .app-detail {
  border-bottom: 0;
}

.app-detail__title {
  padding: 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  color: #003f98;
}

.app-detail p {
  font-size: 14px;
}

.app-detail__note {
  margin: 40px 0 0;
}

.app-detail__note p {
  font-size: 12px;
}

.app-detail__button {
  margin: 40px auto 0;
  text-align: center;
}

.app-detail__button a {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  height: 54px;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
  color: #203d95;
  text-align: center;
  background: #fff;
  border: 2px solid #203d95;
  border-radius: 5px;
}

.app-detail__button a::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 12px;
  margin: auto;
  content: "";
  background: url(/assets/img/common/arrow_r_bl.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

/* app / sub page / detail - feature
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.app-detail.feature {
  padding: 0;
}

.app-detail .feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.app-detail .feature-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 12px;
  border-top: 1px solid #eee;
}

.app-detail .feature-item p {
  font-size: 13px;
}

.app-detail .feature-item img {
  width: 30px;
  margin-right: 10px;
}

.app-detail .feature-item__help {
  width: 20px;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .app-detail .feature-item {
    border-bottom: 1px solid #eee;
  }

  .app-detail .feature-item:nth-of-type(n + 4) {
    border-top: 0;
  }

  .app-detail .feature-item::after {
    position: absolute;
    right: 0;
    width: 1px;
    height: 36px;
    content: "";
    border-right: 1px solid #eee;
  }

  .app-detail .feature-item:nth-of-type(3n)::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .app-detail .feature-list {
    grid-template-columns: 1fr;
  }

  .app-detail .feature-item:nth-last-of-type(1) {
    border-bottom: 1px solid #eee;
  }
}

/* app / sub page / back
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.app-link__back {
  text-align: center;
}

.app-link__back a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #003f98;
}

.app-link__back a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  display: block;
  width: 8px;
  height: 12px;
  margin: auto;
  content: "";
  background: url(/assets/img/common/arrow_r_bl.png) 0 0 no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .app-link__back a {
    font-size: 16px;
  }
}
