@charset "UTF-8";

.section-wrap {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.title-h2 {
  color: #014694;
  font-size: 22px;
  font-weight: bold;
  border-left: 5px solid #014694;
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .title-h2 {
    font-size: 31px;
  }
}

.title-h3 {
  color: #014694;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .title-h3 {
    font-size: 31px;
  }
}

.common-text {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .common-text {
    font-size: 18px;
    line-height: 1.67;
  }
}

.link-blank {
  color: #014694;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .link-blank {
    font-weight: normal;
  }
}

.link-blank:after {
  width: 18px;
  height: 18px;
  background: url(/img/icon_external.png) no-repeat;
  background-position-y: 1px;
  background-size: contain;
  content: '';
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .link-blank:after {
    width: 26px;
    height: 26px;
    background-position-y: 3px;
  }
}

.link-blank:hover {
  -webkit-text-decoration: underline #014694 solid 1px;
  text-decoration: underline #014694 solid 1px;
}

.link-pdf {
  color: #014694;
}

.link-pdf:after {
  width: 17px;
  height: 17px;
  background: url(/img/pdf.png) no-repeat;
  background-position-y: 1px;
  background-size: contain;
  content: '';
  display: inline-block;
}

.link-pdf:hover {
  -webkit-text-decoration: underline #014694 solid 1px;
  text-decoration: underline #014694 solid 1px;
}

.link-arrow {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #014694;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .link-arrow {
    font-size: 16px;
  }
}

.link-arrow:hover {
  -webkit-text-decoration: underline #014694 solid 1px;
  text-decoration: underline #014694 solid 1px;
}

.link-arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  transform: rotate(45deg);
}

.link-arrow-pdf {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #014694;
  left: 10px;
}

@media screen and (min-width: 768px) {
  .link-arrow-pdf {
    font-size: 16px;
  }
}

.link-arrow-pdf:hover {
  -webkit-text-decoration: underline #014694 solid 1px;
  text-decoration: underline #014694 solid 1px;
}

.link-arrow-pdf::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  transform: rotate(45deg);
}

.link-arrow-pdf:after {
  width: 17px;
  height: 17px;
  background: url(/img/pdf.png) no-repeat;
  background-position-y: 1px;
  background-size: contain;
  content: '';
  display: inline-block;
}

.mv {
  position: relative;
}

.mv-img {
  width: 100%;
  height: 20rem;
}

.mv-img-wrap {
  position: relative;
}

.mv-img-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #12437a, #12437a);
  opacity: 0.3;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  display: block;
}

.banner-title {
  text-shadow: 0 0 1rem rgba(5, 33, 64, 0.6);
  font-size: 2.4rem;
  font-weight: bold;
}

.banner-desc {
  text-shadow: 0 0 1rem rgba(5, 33, 64, 0.6);
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .mv-img {
    height: 32rem;
  }

  .banner-title {
    font-size: 4rem;
  }

  .banner-desc {
    font-size: 1.8rem;
    line-height: 1.67;
    margin-top: 2rem;
  }
}

.bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bread-link {
  color: #014694;
  font-size: 12px;
  line-height: 1.33;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .bread-link {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.71;
  }
}

.bread-link:hover {
  -webkit-text-decoration: underline #014694 solid 1px;
  text-decoration: underline #014694 solid 1px;
}

.bread-text {
  font-size: 12px;
  line-height: 1.33;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .bread-text {
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 0;
  }
}

.bread-arrow {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 5px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .bread-arrow {
    margin-bottom: 0;
  }
}

.border-light-grey {
  border: solid 2px #f2f2f2;
}

.col-2-list {
  display: flex;
  justify-content: space-between;
}

.col-2-list-item {
  width: calc(50% - 2.5px);
}

.col-4-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col-4-list-item {
  width: calc(50% - 10px);
}

@media screen and (min-width: 768px) {
  .col-4-list-item {
    width: calc(25% - 10px);
  }
}

.step-circle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #014694;
  top: 30px;
}

@media screen and (min-width: 768px) {
  .step-circle {
    width: 80px;
    height: 80px;
    top: 40px;
  }
}

.step-circle-text {
  position: absolute;
  width: 60px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .step-circle-text {
    font-size: 18px;
    width: 80px;
    top: 50%;
  }
}

.step-circle-number {
  font-size: 22px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .step-circle-number {
    font-size: 30px;
  }
}

.step-circle-wrap {
  text-align: center;
  margin-top: -10px;
}

@media screen and (min-width: 768px) {
  .step-circle-wrap {
    margin-top: 0;
  }
}

.step-box {
  background-color: #e9eff6;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 30px 15px 20px 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .step-box {
    padding: 20px;
    padding-top: 60px;
    min-height: 396px;
    height: calc(100% - 82px);
    display: block;
    flex-wrap: nowrap;
  }
}

.step-box-img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .step-box-img {
    margin: unset;
    width: 170px;
    height: 170px;
  }
}

.step-box-img-wrap {
  text-align: center;
}

.step-box-title {
  font-size: 18px;
  line-height: 1.56;
  color: #014694;
  text-align: left;
  font-weight: bold;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .step-box-title {
    text-align: center;
  }
}

.step-box-text {
  font-size: 16px;
  line-height: 1.5;
}

.step-box-text-caption {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
}

.step-box-left {
  width: 120px;
  display: flex;
}

@media screen and (min-width: 768px) {
  .step-box-left {
    display: block;
    width: 100%;
  }
}

.step-box-right {
  width: calc(100% - 120px);
}

@media screen and (min-width: 768px) {
  .step-box-right {
    width: 100%;
  }
}

.white-blue-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  background: #ffffff;
  color: #014694;
  border: solid 2px #014694;
  border-radius: 5px;
  max-width: 345px;
  margin: 0 auto;
}

.white-blue-btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #014694;
  border-right: solid 2px #014694;
  transform: rotate(45deg);
}

.white-blue-btn-wrap {
  text-align: center;
}

.white-blue-btn:hover {
  background: #014694;
  color: #ffffff;
}

.white-blue-btn:hover::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}

.faq-footer-box-list {
  background-color: #f2f2f2;
  padding: 20px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .faq-footer-box-list {
    padding: 40px;
    padding-bottom: 25px;
  }
}

.faq-footer-box-list-item {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .faq-footer-box-list-item {
    width: calc(33% - 10px);
  }
}

.faq-footer-box-list-item-link {
  left: 0;
  margin-left: 20px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .faq-footer-box-list-item-link {
    margin-top: 22px;
  }
}

.faq-footer-box-list-item-li {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .faq-footer-box-list-item-li {
    min-height: 50px;
  }
}

.faq-footer-box-list-item-li-a {
  position: relative;
  font-size: 14px;
  line-height: 1.36;
  color: #333333;
  padding-left: 50px;
  display: inline-block;
}

.faq-footer-box-list-item-li-a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .faq-footer-box-list-item-li-a {
    font-size: 16px;
    line-height: 1.56;
    padding-left: 60px;
  }
}

.faq-footer-box-list-item-li-a::before {
  content: '';
  position: absolute;
  background-image: url(/img/icon_FAQ.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  top: -10px;
  left: 0;
  width: 40px;
  height: 40px;
}

.faq-footer-box-list-item:nth-of-type(2) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .faq-footer-box-list-item:nth-of-type(2) {
    margin-top: 0;
  }
}

.contact-box {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .contact-box {
    margin-top: 40px;
  }
}

.contact-box-list {
  background-color: #e9eff6;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .contact-box-list {
    padding: 40px;
    padding-bottom: 25px;
  }
}

.contact-box-list-item {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contact-box-list-item {
    width: calc(33% - 10px);
  }
}

.contact-box-list-item-link {
  left: 0;
  margin-left: 20px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .contact-box-list-item-link {
    margin-top: 22px;
  }
}

.contact-box-list-item-title {
  font-size: 18px;
  line-height: 1.56;
  font-weight: bold;
  color: #014694;
  border-bottom: 1px solid #014694;
  padding-bottom: 5px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .contact-box-list-item-title {
    font-size: 21px;
    line-height: 1.33;
    margin-top: 0;
  }
}

.contact-box-list-item-title-sub {
  font-size: 16px;
  line-height: 1.69;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .contact-box-list-item-title-sub {
    font-size: 18px;
    line-height: 1.67;
    margin-top: 20px;
  }
}

.contact-box-list-item-tel {
  display: flex;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .contact-box-list-item-tel {
    margin-top: 15px;
  }
}

.contact-box-list-item-tel-img {
  width: auto;
}

.contact-box-list-item-tel-text {
  margin-left: 5px;
  font-size: 31px;
  font-weight: bold;
  color: #014694;
}

@media screen and (min-width: 768px) {
  .contact-box-list-item-tel-text {
    font-size: 26px;
  }
}

.contact-box-list-item-time {
  font-size: 14px;
  line-height: 1.56;
  margin-top: 8px;
}

.contact-box-list-item-caption {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .contact-box-list-item-caption {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.contact-box-list-item-btn {
  height: 50px;
  width: 100%;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .contact-box-list-item-btn {
    height: 60px;
  }
}

.method-open-title {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .method-open-title {
    margin-top: 80px;
  }
}

.method-open-text {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .method-open-text {
    margin-top: 20px;
  }
}

.method-list {
  margin-top: 40px;
  border: solid 2px #f2f2f2;
}

@media screen and (min-width: 768px) {
  .method-list {
    margin-top: 80px;
  }
}

.method-list-item {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  display: block;
  width: 50%;
  color: #333333;
}

@media screen and (min-width: 768px) {
  .method-list-item {
    height: 169px;
    margin-bottom: 0;
  }
}

.method-list-item-title {
  font-size: 18px;
  line-height: 1.67;
  font-weight: bold;
  margin-top: 5px;
  height: 51px;
}

@media screen and (min-width: 768px) {
  .method-list-item-title {
    font-size: 16px;
    line-height: 1.69;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.method-list-item-text {
  font-size: 12px;
  line-height: 1.33;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .method-list-item-text {
    font-size: 14px;
    line-height: normal;
  }
}

.method-list-item-arrow {
  margin-top: 10px;
  width: 2.5rem;
}

@media screen and (min-width: 768px) {
  .method-list-item-arrow {
    margin-top: 0;
    width: auto;
  }
}

.method-list-item-img {
  width: 40px;
}

@media screen and (min-width: 768px) {
  .method-list-item-img {
    width: 50px;
  }
}

.method-list-item:nth-of-type(1) {
  border-right: solid 1px #f2f2f2;
}

.method-list-item:nth-of-type(2) {
  border-left: solid 1px #f2f2f2;
}

.method-list-item:hover {
  color: #014694;
  cursor: pointer;
}

.method-list-item:hover .method-list-item-arrow {
  margin-top: 5px;
}

.method-title {
  text-align: center;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .method-title {
    margin-top: 60px;
  }
}

.method-title-h3 {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .method-title-h3 {
    margin-top: 10px;
  }
}

.method-title-img {
  height: auto;
  width: 40px;
}

@media screen and (min-width: 768px) {
  .method-title-img {
    width: 60px;
  }
}

.step-application-mobile {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .step-application-mobile {
    margin-top: 60px;
  }
}

.step-application-mobile-list-item {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .step-application-mobile-list-item {
    width: calc(25% - 10px);
  }
}

.app-info {
  background-color: #f2f2f2;
  padding-bottom: 40px;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .app-info {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}

.app-info-title {
  font-size: 18px;
  line-height: 1.56;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .app-info-title {
    margin-top: 40px;
    font-size: 21px;
    line-height: 1.33;
  }
}

.app-info-main-li {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .app-info-main-li {
    margin-bottom: 0;
  }
}

.app-info-main-li::before {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: '';
  border-radius: 100%;
  background: #014694;
  margin-right: 3px;
}

.app-info-main-li-text {
  font-size: 16px;
  line-height: 1.69;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 25px);
}

@media screen and (min-width: 768px) {
  .app-info-main-li-text {
    font-size: 18px;
    line-height: 1.67;
  }
}

.app-info-sub-ul {
  margin-left: 30px;
}

.app-info-sub-li::before {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 3px;
  height: 3px;
  content: '';
  border-radius: 100%;
  background: #333333;
  margin-right: 5px;
}

.app-info-sub-li-text {
  font-size: 16px;
  line-height: 1.56;
  display: inline-flex;
  width: calc(100% - 10px);
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .app-info-sub-li-text {
    width: initial;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .app-info-caption-ul {
    margin-top: 10px;
  }
}

.app-info-caption-li::before {
  position: relative;
  display: inline-block;
  content: '※';
  margin-right: 5px;
  font-size: 10px;
  top: 3px;
}

@media screen and (min-width: 768px) {
  .app-info-caption-li::before {
    margin-right: 0;
  }
}

.app-info-caption-li-text {
  font-size: 10px;
  line-height: normal;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 20px);
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .app-info-caption-li-text {
    width: initial;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
  }
}

.app-info-caption-li-text-pdf::after {
  width: 10px;
  height: 10px;
}

@media screen and (min-width: 768px) {
  .app-info-caption-li-text-pdf::after {
    width: 12px;
    height: 12px;
  }
}

.net-branch {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .net-branch {
    margin-top: 55px;
  }
}

.net-branch-title {
  font-size: 20px;
  font-weight: bold;
  color: #014694;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .net-branch-title {
    font-size: 24px;
  }
}

.net-branch-text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .net-branch-text {
    font-size: 18px;
    line-height: 1.67;
    margin-top: 40px;
  }
}

.net-branch-caption {
  font-size: 10px;
  line-height: normal;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .net-branch-caption {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 20px;
  }
}

.net-branch-img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .net-branch-img {
    margin-top: 20px;
  }
}

.net-branch-banner {
  position: relative;
  margin: auto;
}

.net-branch-banner-btn {
  position: absolute;
  bottom: 14%;
  left: 5%;
  box-sizing: border-box;
  width: 200px;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .net-branch-banner-btn {
    top: 61%;
    left: 8%;
    width: 100%;
    max-width: 38rem;
    height: 6rem;
  }
}

.application-shop {
  margin-top: 60px;
  background-color: #e9eff6;
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .application-shop {
    margin-top: 110px;
    padding: 60px 0;
  }
}

.application-shop-img {
  height: auto;
  width: 40px;
}

@media screen and (min-width: 768px) {
  .application-shop-img {
    width: 40px;
  }
}

.application-shop-img-wrap {
  text-align: center;
}

.application-shop-title {
  color: #014694;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .application-shop-title {
    font-size: 31px;
    margin-top: 10px;
  }
}

.application-shop-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .application-shop-text {
    font-size: 18px;
    line-height: 1.56;
  }
}

.application-shop-list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .application-shop-list {
    margin-top: 30px;
    justify-content: space-between;
  }
}

.application-shop-list-item {
  width: 100px;
  height: 147px;
  background-color: #ffffff;
  text-align: center;
  padding: 0 8px;
}

@media screen and (min-width: 768px) {
  .application-shop-list-item {
    width: 350px;
    height: 215px;
    padding: 0;
  }
}

.application-shop-list-item-title {
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .application-shop-list-item-title {
    font-size: 21px;
    line-height: 1.33;
  }
}

.application-shop-list-item-title-wrap {
  height: 55px;
}

@media screen and (min-width: 768px) {
  .application-shop-list-item-title-wrap {
    height: 55px;
  }
}

.application-shop-list-item-caption {
  font-size: 10px;
  line-height: normal;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .application-shop-list-item-caption {
    font-size: 16px;
    line-height: 1.56;
    font-weight: normal;
  }
}

.application-shop-list-item-img {
  margin-top: 7px;
  max-width: 100%;
  height: auto;
  width: 100px;
}

@media screen and (min-width: 768px) {
  .application-shop-list-item-img {
    width: 180px;
  }
}

.application-shop-list-symbol {
  margin: 0 5px;
}

@media screen and (min-width: 768px) {
  .application-shop-list-symbol {
    margin: 0;
    margin-top: 80px;
  }
}

.application-shop-list-symbol-img {
  height: auto;
  width: 12px;
}

@media screen and (min-width: 768px) {
  .application-shop-list-symbol-img {
    width: 26px;
  }
}

.application-shop-btn {
  margin-top: 20px;
  height: 60px;
  box-sizing: border-box;
  max-width: 380px;
}

@media screen and (min-width: 768px) {
  .application-shop-btn {
    margin-top: 44px;
  }
}

.link-arrow-wrap {
  text-align: center;
  margin-top: 10px;
}

.application-shop-link {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 10px;
}

.application-shop-link {
  display: inline;
}

@media screen and (min-width: 768px) {
  .application-shop-link {
    margin-top: 22px;
  }
}

.application-shop-link::after {
  margin-left: 5px;
}

.point-list {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .point-list {
    margin-top: 0;
  }
}

.point-list-item {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .point-list-item {
    margin-top: 40px;
    position: relative;
  }
}

.point-list-item-title-text {
  font-size: 20px;
  font-weight: bold;
  color: #014694;
}

@media screen and (min-width: 768px) {
  .point-list-item-title-text {
    font-size: 24px;
  }
}

.point-list-item-title-number {
  font-size: 40px;
  font-weight: 600;
  color: #014694;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .point-list-item-title-number {
    font-size: 60px;
  }
}

.point-list-item-title-main {
  font-size: 20px;
  font-weight: bold;
  color: #014694;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .point-list-item-title-main {
    font-size: 24px;
    width: 75%;
  }
}

.point-list-item-box {
  background-color: #e9eff6;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .point-list-item-box {
    flex-direction: initial;
    margin-top: 20px;
  }
}

.point-list-item-box-contents {
  width: 100%;
  max-width: 860px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .point-list-item-box-contents {
    width: 76%;
    margin-top: 0;
  }
}

.point-list-item-box-contents-text {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .point-list-item-box-contents-text {
    font-size: 18px;
    line-height: 1.67;
  }
}

.point-list-item-box-contents-link {
  margin-left: 20px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .point-list-item-box-contents-link {
    margin-left: 20px;
    margin-top: 43px;
  }
}

.point-list-item-box-contents-link::before {
  left: -20px;
}

.point-list-item-box-contents-link:nth-of-type(2) {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .point-list-item-box-contents-link:nth-of-type(2) {
    margin-top: 16px;
  }
}

.point-list-item-box-contents-caption {
  font-size: 10px;
  line-height: normal;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .point-list-item-box-contents-caption {
    font-size: 18px;
    line-height: 1.67;
    margin-top: 0;
  }
}

.point-list-item-box-img {
  height: auto;
  width: 140px;
}

@media screen and (min-width: 768px) {
  .point-list-item-box-img {
    width: 240px;
  }
}

.point-list-item-box-img-wrap {
  position: relative;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .point-list-item-box-img-wrap {
    width: 240px;
    height: 0;
    position: absolute;

    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .point-img-1 {
    top: 7.9rem;
  }
}

@media screen and (min-width: 768px) {
  .point-img-2 {
    top: 4.9rem;
  }
}

.point-img-3 {
  margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
  .point-img-3 {
    top: 2.9rem;
  }
}

.service-section {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .service-section {
    margin-top: 80px;
  }
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .service-list {
    margin-top: 20px;
  }
}

.service-list-item {
  width: 100%;
  border: solid 2px #e9eff6;
  border-radius: 5px;
  min-height: 262px;
  position: relative;
  padding: 18px;
  box-sizing: border-box;
  margin-top: 10px;
  color: #333333;
}

@media screen and (min-width: 768px) {
  .service-list-item {
    width: calc(33% - 10px);
    margin-top: 20px;
  }
}

.service-list-item-arrow {
  margin: auto;
  width: auto;
}

.service-list-item-arrow-wrap {
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  right: 0;
  top: calc(50% - 25px);
}

.service-list-item-thumbnail {
  max-width: 100%;
  height: auto;
}

.service-list-item-thumbnail-wrap {
  padding-right: 20px;
  text-align: center;
}

.service-list-item-contents {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .service-list-item-contents {
    margin-top: 40px;
  }
}

.service-list-item-title {
  font-size: 16px;
  line-height: 1.69;
  font-weight: bold;
  color: #014694;
}

@media screen and (min-width: 768px) {
  .service-list-item-title {
    font-size: 18px;
    line-height: 1.56;
  }
}

.service-list-item-text {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.36;
}

@media screen and (min-width: 768px) {
  .service-list-item-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.56;
  }
}

.service-list-item:hover {
  background-color: #e9eff6;
}

.service-thumbnail-1 {
  width: 255px;
}

@media screen and (min-width: 768px) {
  .service-thumbnail-1 {
    width: 250px;
  }
}

.footer-before {
  margin-bottom: -40px;
}

@media screen and (min-width: 768px) {
  .footer-before {
    margin-bottom: -70px;
  }
}

.store-banner {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .store-banner {
    margin-top: 60px;
    padding-top: 60px;
  }
}

.store-banner-img {
  width: 100%;
  height: auto;
}

.store-list {
  position: absolute;
  top: 73%;
  display: flex;
  left: 0;
  right: 0;
  width: 26.5rem;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .store-list {
    top: 46%;
    right: 9%;
    left: auto;
    width: 40rem;
  }
}

@media screen and (min-width: 1180px) {
  .store-list {
    right: 10%;
  }
}

.store-list-item {
  max-width: 140px;
  text-align: center;
}

.store-list-item:nth-of-type(1) {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .store-list-item:nth-of-type(1) {
    margin-right: 4rem;
  }
}

.store-list-item:nth-of-type(2) {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .store-list-item:nth-of-type(2) {
    margin-right: 4rem;
  }
}

.store-list-item-name {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}

.store-list-item-qr {
  width: 14rem;
  height: auto;
  margin-bottom: 8px;
}

.store-list-item-qr-bottom {
  width: 12rem;
  height: 3.8rem;
}

@media screen and (min-width: 768px) {
  .store-list-item-qr-bottom {
    width: auto;
    height: auto;
    max-height: 3.8rem;
  }
}
@media screen and (min-width: 768px) {
  .store-list-item-qr-bg {
    width: 100%;
    height: auto;
  }
}
.store-list-item-qr-bg {
  height: auto;
  max-height: 400px;
}
.object-fit-img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
