@charset "UTF-8";
.breadcrumb-list {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list {
    padding: 3.33333vw 0;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list {
    width: 92%;
    white-space: nowrap;
    overflow-x: scroll;
  }
}

.breadcrumb-list__item {
  font-size: 1.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list__item {
    font-size: 2.66667vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.breadcrumb-list__item a {
  color: #363636;
}

.breadcrumb-list__item:nth-child(n+2) {
  position: relative;
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list__item:nth-child(n+2) {
    padding-left: 7.33333vw;
  }
}

.breadcrumb-list__item:nth-child(n+2)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-bottom: 1px solid #363636;
  border-right: 1px solid #363636;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list__item:nth-child(n+2)::before {
    width: 1.33333vw;
    height: 1.33333vw;
    left: 2vw;
  }
}

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

.section-title__ja {
  font-size: 3rem;
  line-height: 1.33333;
  letter-spacing: 0.1em;
  padding-bottom: 22px;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .section-title__ja {
    padding-bottom: 4vw;
    font-size: 5.33333vw;
    line-height: 1.25;
    letter-spacing: 0;
  }
}

.section-title__ja::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #3f6ebd;
}

@media only screen and (max-width: 767px) {
  .section-title__ja::after {
    width: 5.33333vw;
  }
}

.section-title__en {
  color: #abb2c6;
  font-size: 1.1rem;
  letter-spacing: 0.4em;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .section-title__en {
    font-size: 2.66667vw;
    margin-top: 4vw;
  }
}

.application-detail, .install-detail, .card-detail, .other-detail, .complaint-detail {
  background: #f0f4f8;
  padding: 30px 40px 50px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .application-detail, .install-detail, .card-detail, .other-detail, .complaint-detail {
    padding: 5.33333vw 4vw;
    margin-top: 6vw;
  }
}

.application-detail__body, .install-detail__body, .card-detail__body, .other-detail__body, .complaint-detail__body {
  padding: 20px;
  border-top: 1px dashed #cfcfcf;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .application-detail__body, .install-detail__body, .card-detail__body, .other-detail__body, .complaint-detail__body {
    padding: 3.33333vw 4vw;
  }
}

.step__lead-text, .install-detail__list, .card-detail__list, .other-detail__list {
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .step__lead-text, .install-detail__list, .card-detail__list, .other-detail__list {
    padding: 0 0 0 4vw;
  }
}

.step__lead-text li, .install-detail__list li, .card-detail__list li, .other-detail__list li {
  font-size: 1.5rem;
  line-height: 1.8;
  position: relative;
  text-indent: -0.5em;
}

@media only screen and (max-width: 767px) {
  .step__lead-text li, .install-detail__list li, .card-detail__list li, .other-detail__list li {
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.step__lead-text li::before, .install-detail__list li::before, .card-detail__list li::before, .other-detail__list li::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -8px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .step__lead-text li::before, .install-detail__list li::before, .card-detail__list li::before, .other-detail__list li::before {
    left: -2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

.page-contents {
  margin: 70px 0 135px;
}

@media only screen and (max-width: 767px) {
  .page-contents {
    margin: 8vw 0 16vw;
  }
}

.page-contents .inner {
  max-width: 1000px;
}

.page-contents .section-title__ja {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.mainvisual {
  background: url(/assets/img/account/mv.jpg) no-repeat center bottom;
  height: 330px;
}

@media only screen and (max-width: 767px) {
  .mainvisual {
    background-size: 100% auto;
    height: 26.66667vw;
  }
}

.mainvisual .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.mainvisual__body {
  position: absolute;
  top: 60%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 430px;
}

@media only screen and (max-width: 767px) {
  .mainvisual__body {
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
  }
}

.mainvisual__title {
  font-size: 2.6rem;
  color: #071332;
}

@media only screen and (max-width: 767px) {
  .mainvisual__title {
    font-size: 5.33333vw;
    text-align: center;
  }
}

.mainvisual__title span {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .mainvisual__title span {
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
}

.mainvisual__entitle {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .mainvisual__entitle {
    width: 29.06667vw;
    margin: 2vw auto 0;
  }
}

.breadcrumb-list {
  max-width: 1240px;
}

.open-account__lead-text {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .open-account__lead-text {
    font-size: 3.46667vw;
    line-height: 1.53846;
    margin-top: 4.66667vw;
    text-align: left;
  }
}

.open-account__image {
  text-align: center;
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .open-account__image {
    margin-top: 7.33333vw;
  }
}

.open-account__btn {
  width: 360px;
  margin: 43px auto 0;
}

@media only screen and (max-width: 767px) {
  .open-account__btn {
    width: 72vw;
    margin-top: 10vw;
  }
}

.open-account__btn a {
  display: block;
  width: 100%;
  color: #fff;
  background: #425486;
  text-align: center;
  line-height: 1.2;
  font-size: 2rem;
  letter-spacing: 0.02em;
  padding: 25px 10px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media only screen and (max-width: 767px) {
  .open-account__btn a {
    font-size: 4vw;
    padding: 4.93333vw;
  }
}

.open-account__btn a span {
  position: relative;
  padding-left: 48px;
}

@media only screen and (max-width: 767px) {
  .open-account__btn a span {
    padding-left: 9.33333vw;
  }
}

.open-account__btn a span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 27px;
  background: url(/assets/img/account/open-account_btn.png) no-repeat center top;
  background-size: 100% 100%;
  margin-top: -18px;
}

@media only screen and (max-width: 767px) {
  .open-account__btn a span::before {
    width: 6.93333vw;
    height: 5.6vw;
    margin-top: -3.33333vw;
  }
}

.open-account__btn a:hover {
  opacity: .8;
}

.merit {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .merit {
    margin-top: 10vw;
  }
}

.merit__title {
  width: 100%;
  font-size: 2.7rem;
  line-height: 1.2037;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #142143;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .merit__title {
    font-size: 5.06667vw;
    line-height: 1.21053;
  }
}

.merit__title span {
  position: relative;
}

.merit__title span::before {
  content: '';
  position: absolute;
  bottom: 7px;
  left: -37px;
  width: 17px;
  height: 12px;
  background: url(/assets/img/account/merit_title_deco.png) no-repeat center top;
  background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
  .merit__title span::before {
    width: 3.2vw;
    height: 2.26667vw;
    bottom: 1.33333vw;
    left: -7.2vw;
  }
}

.merit__title span::after {
  content: '';
  position: absolute;
  bottom: 7px;
  right: -37px;
  width: 17px;
  height: 12px;
  background: url(/assets/img/account/merit_title_deco.png) no-repeat center top;
  background-size: 100% 100%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media only screen and (max-width: 767px) {
  .merit__title span::after {
    width: 3.2vw;
    height: 2.26667vw;
    bottom: 1.33333vw;
    right: -7.2vw;
  }
}

.merit__item {
  width: 48%;
  border: 1px solid #d5dced;
  margin-top: 20px;
  position: relative;
  padding-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .merit__item {
    width: 100%;
    margin-top: 4.66667vw;
    padding-bottom: 6.4vw;
  }
}

.merit__thumb img {
  width: 100%;
}

.merit__detail {
  padding: 22px 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .merit__detail {
    padding: 5.33333vw 4vw;
  }
}

.merit__subtitle {
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #071332;
  text-align: center;
  padding: 0 20px;
  margin-top: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .merit__subtitle {
    font-size: 4vw;
    line-height: 1.53333;
    padding: 0 4vw;
    margin-top: 6vw;
  }
}

.merit__dot-list {
  margin-top: 15px;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .merit__dot-list {
    margin-top: 3.33333vw;
    padding: 0 4vw;
  }
}

.merit__dot-list li {
  padding: 0 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.86667;
  position: relative;
  text-indent: -0.5em;
}

@media only screen and (max-width: 767px) {
  .merit__dot-list li {
    padding: 0 0 0 4vw;
    font-size: 3.2vw;
    line-height: 1.625;
  }
}

.merit__dot-list li::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -8px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .merit__dot-list li::before {
    left: -2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

.merit__asterisk-list {
  margin-top: 15px;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .merit__asterisk-list {
    margin-top: 2.66667vw;
    padding: 0 4vw;
  }
}

.merit__asterisk-list li {
  padding: 0 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.66667;
  position: relative;
  text-indent: -0.5em;
}

@media only screen and (max-width: 767px) {
  .merit__asterisk-list li {
    padding: 0 0 0 4vw;
    font-size: 3.2vw;
    line-height: 1.625;
  }
}

.merit__asterisk-list li::before {
  content: '※';
  display: inline-block;
  position: relative;
  left: -2px;
  width: 8px;
  height: 8px;
}

@media only screen and (max-width: 767px) {
  .merit__asterisk-list li::before {
    left: -0.66667vw;
    width: 1.33333vw;
    height: 1.33333vw;
  }
}

.merit__asterisk-list--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.merit__image {
  margin-top: 35px;
  text-align: center;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .merit__image {
    width: 73.33333vw;
    margin: 3.33333vw auto 0;
    padding: 0 4vw;
  }
}

.merit__image img {
  max-width: 100%;
}

.merit__btn {
  width: 138px;
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .merit__btn {
    width: 25.73333vw;
    margin: 4vw auto 0;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}

.merit__btn a {
  width: 100%;
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #071332;
  background: #e3edf9;
  border-radius: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .merit__btn a {
    padding-left: 4.8vw;
    font-size: 2.66667vw;
    line-height: 1.9;
    border-radius: 2.66667vw;
  }
}

.merit__btn a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 13px;
  width: 7px;
  height: 5px;
  margin-top: -3px;
  background: url(/assets/img/common/arrow.svg) no-repeat center top;
  background-size: 100% 100%;
  -webkit-transition: left .3s;
  transition: left .3s;
}

@media only screen and (max-width: 767px) {
  .merit__btn a::before {
    left: 2.66667vw;
    width: 1.2vw;
    height: 0.93333vw;
    margin-top: -0.53333vw;
  }
}

@media only screen and (min-width: 768px) {
  .merit__btn a:hover::before {
    left: 15px;
  }
}

.application {
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  .application {
    margin-top: 10vw;
  }
}

.application-detail__item + .application-detail__item {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .application-detail__item + .application-detail__item {
    margin-top: 8vw;
  }
}

.application-detail__title {
  font-size: 2.2rem;
  line-height: 1.81818;
  text-align: center;
  color: #415485;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .application-detail__title {
    font-size: 4vw;
    line-height: 1.33333;
  }
}

.application-detail__body {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .application-detail__body {
    margin-top: 2vw;
  }
}

.application-detail__list {
  padding: 0 0 0 25px;
}

@media only screen and (max-width: 767px) {
  .application-detail__list {
    padding: 0 0 0 4vw;
  }
}

.application-detail__list-item {
  font-size: 1.5rem;
  line-height: 1.66667;
  position: relative;
  text-indent: -0.5em;
}

@media only screen and (max-width: 767px) {
  .application-detail__list-item {
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.application-detail__list-item + .application-detail__list-item {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .application-detail__list-item + .application-detail__list-item {
    margin-top: 1.33333vw;
  }
}

.application-detail__list-item--bold {
  font-weight: bold;
}

.application-detail__list-item::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -8px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .application-detail__list-item::before {
    left: -2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

.pdf-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .pdf-link {
    display: block;
    margin-top: 5.33333vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdf-link__item {
    font-size: 3.73333vw;
    line-height: 1.14286;
  }
}

.pdf-link__item + .pdf-link__item {
  margin-left: 60px;
}

@media only screen and (max-width: 767px) {
  .pdf-link__item + .pdf-link__item {
    margin-left: 0;
    margin-top: 3.33333vw;
  }
}

.pdf-link__item a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pdf-link__item a:hover {
  opacity: .8;
}

.pdf-link__icon {
  color: #071332;
  text-decoration: underline;
  position: relative;
}

.pdf-link__icon::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 21px;
  background: url(/assets/img/common/icon_pdf.png) no-repeat center top;
  background-size: 100% 100%;
  margin-bottom: -4px;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .pdf-link__icon::before {
    width: 3.33333vw;
    height: 4.13333vw;
    margin-bottom: -0.93333vw;
    margin-right: 2.66667vw;
  }
}

.pdf-link__note {
  width: 100%;
  color: #ff0000;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 1em;
  text-indent: -1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .pdf-link__note {
    font-size: 3.2vw;
    line-height: 1.41667;
    margin-bottom: 4vw;
    text-align: left;
  }
}

.preparation {
  margin-top: 85px;
}

@media only screen and (max-width: 767px) {
  .preparation {
    margin-top: 12vw;
  }
}

.preparation-detail {
  background: #f0f4f8;
  padding: 30px 40px 50px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .preparation-detail {
    padding: 5.33333vw 4vw;
    margin-top: 6vw;
  }
}

.preparation-detail__body {
  padding: 20px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .preparation-detail__body {
    padding: 3.33333vw 2.66667vw;
  }
}

.preparation-detail__text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .preparation-detail__text {
    font-size: 3.73333vw;
    line-height: 1.96429;
    text-align: left;
  }
}

.step {
  margin-top: 50px;
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .step {
    margin-top: -6.66667vw;
    padding-top: 20vw;
  }
}

.step__lead-text {
  width: 530px;
  margin: 30px auto 0;
  font-size: 1.5rem;
  line-height: 1.66667;
  background: #f6f6f6;
  padding: 13px 20px;
}

@media only screen and (max-width: 767px) {
  .step__lead-text {
    width: 100%;
    margin-top: 4vw;
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.step__lead-text li {
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .step__lead-text li {
    padding-left: 3.33333vw;
  }
  .step__lead-text li::before {
    left: -1.33333vw;
  }
}

.step__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .step__list {
    margin-top: 8.66667vw;
  }
}

.step-item {
  width: 31%;
  background: #f0f4f8;
  border-radius: 10px;
  padding: 27px 22px;
}

@media only screen and (max-width: 767px) {
  .step-item {
    width: 100%;
    border-radius: 1.33333vw;
    padding: 4.26667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .step-item:nth-child(n+2) {
    margin-top: 4.93333vw;
  }
}

@media only screen and (min-width: 768px) {
  .step-item:nth-child(n+5) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .step-item__heading {
    width: 23.33333vw;
  }
}

.step-item__title {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  color: #071332;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .step-item__title {
    font-size: 3.73333vw;
    line-height: 2;
  }
}

.step-item__icon {
  text-align: center;
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .step-item__icon {
    margin-top: 2vw;
  }
}

.step-item__detail {
  background: #fff;
  padding: 15px 15px 20px;
  height: calc(100% - 130px);
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  .step-item__detail {
    width: 54.26667vw;
    padding: 3.33333vw 4vw 4.66667vw;
    height: auto;
    margin-top: 0;
  }
}

.step-item__term {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  color: #142143;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .step-item__term {
    font-size: 3.73333vw;
    line-height: 1.21429;
    min-height: 1px;
    display: block;
    text-align: left;
  }
}

.step-item__description {
  color: #071332;
  font-size: 1.5rem;
  line-height: 1.66667;
  letter-spacing: -0.01em;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .step-item__description {
    font-size: 3.2vw;
    line-height: 1.45833;
    margin-top: 2vw;
  }
}

.step-item__link-text {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .step-item__link-text {
    margin-top: 2vw;
  }
}

.step-item__link-text a {
  color: #071332;
  text-decoration: underline;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.step-item__link-text a:hover {
  opacity: .8;
}

.step-item__required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .step-item__required {
    margin-top: 2vw;
  }
}

.step-item__required dt {
  background: #142143;
  color: #fff;
  padding: 0 6px;
  font-size: 1.4rem;
  line-height: 1.64286;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .step-item__required dt {
    font-size: 2.66667vw;
    line-height: 1.75;
  }
}

.step-item__required dd {
  font-size: 1.5rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .step-item__required dd {
    font-size: 3.2vw;
    line-height: 1.45833;
  }
}

.install {
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .install {
    margin-top: 14.66667vw;
  }
}

.install__text {
  font-size: 1.5rem;
  line-height: 1.66667;
  text-align: center;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .install__text {
    font-size: 3.46667vw;
    line-height: 1.53846;
    margin-top: 7.33333vw;
    text-align: left;
  }
}

.install__list {
  width: 794px;
  margin: 20px auto 0;
  background: #f6f6f6;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .install__list {
    width: 100%;
    margin-top: 6.66667vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6vw 4vw 8vw;
  }
}

.install-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 47.11816%;
}

@media only screen and (max-width: 767px) {
  .install-item {
    width: 49.33333vw;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .install-item + .install-item {
    margin-top: 5.33333vw;
  }
}

.install-item__title {
  width: 100%;
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  .install-item__title {
    font-size: 3.2vw;
  }
}

.install-item a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.install-item a:hover {
  opacity: .8;
}

.install-detail__item + .install-detail__item {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .install-detail__item + .install-detail__item {
    margin-top: 8vw;
  }
}

.install-detail__title {
  font-size: 2.2rem;
  line-height: 1.81818;
  text-align: center;
  color: #415485;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .install-detail__title {
    font-size: 4vw;
    line-height: 1.33333;
  }
}

.install-detail__body {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .install-detail__body {
    margin-top: 2vw;
  }
}

.install-detail__body--twocolumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .install-detail__body--twocolumn {
    display: block;
  }
}

.install-detail__text {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .install-detail__text {
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.install-detail__text--center {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.66667;
}

@media only screen and (max-width: 767px) {
  .install-detail__text--center {
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.install-detail__definition {
  margin: 0 0 0 20px;
  width: 420px;
}

@media only screen and (max-width: 767px) {
  .install-detail__definition {
    width: auto;
    margin: 0 0 0 4vw;
  }
  .install-detail__definition + .install-detail__definition {
    margin-top: 4vw;
  }
}

.install-detail__term {
  font-size: 1.8rem;
  position: relative;
  text-indent: -0.5em;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .install-detail__term {
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.install-detail__term::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -8px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .install-detail__term::before {
    left: -2vw;
    width: 1.6vw;
    height: 1.6vw;
    margin-bottom: 2px;
  }
}

.install-detail__description {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .install-detail__description {
    margin-top: 0;
  }
}

.install-detail__description-text {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .install-detail__description-text {
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.card {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .card {
    margin-top: 13.33333vw;
  }
}

.card__lead-text {
  margin-top: 30px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .card__lead-text {
    margin-top: 4.66667vw;
    font-size: 3.73333vw;
    line-height: 1.96429;
    text-align: left;
  }
}

.card-detail {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .card-detail {
    margin-top: 4vw;
  }
}

.card-detail__title {
  font-size: 2.2rem;
  line-height: 1.81818;
  text-align: center;
  color: #415485;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .card-detail__title {
    font-size: 4vw;
    line-height: 1.33333;
  }
}

.card-detail__link-text {
  margin-top: 7px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .card-detail__link-text {
    margin-top: 1.33333vw;
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.card-detail__link-text a {
  color: #071332;
  text-decoration: underline;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.card-detail__link-text a:hover {
  opacity: .8;
}

.other {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .other {
    margin-top: 13.33333vw;
  }
}

.other-detail__link-text {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .other-detail__link-text {
    margin-top: 2.66667vw;
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.other-detail__link-text a {
  color: #071332;
  text-decoration: underline;
}

.complaint {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .complaint {
    margin-top: 13.33333vw;
  }
}

.complaint-detail__text {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .complaint-detail__text {
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.complaint-detail__text--center {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.66667;
}

@media only screen and (max-width: 767px) {
  .complaint-detail__text--center {
    text-align: left;
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.complaint-detail__btn {
  width: 138px;
  margin: 15px auto 0;
}

@media only screen and (max-width: 767px) {
  .complaint-detail__btn {
    width: 33.33333vw;
    margin: 4vw auto 0;
  }
}

.complaint-detail__btn a {
  width: 100%;
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #071332;
  background: #e3edf9;
  border-radius: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .complaint-detail__btn a {
    padding-left: 6.66667vw;
    font-size: 3.73333vw;
    line-height: 1.96429;
    border-radius: 4vw;
  }
}

.complaint-detail__btn a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 13px;
  width: 7px;
  height: 5px;
  margin-top: -3px;
  background: url(/assets/img/common/arrow.svg) no-repeat center top;
  background-size: 100% 100%;
  -webkit-transition: left .3s;
  transition: left .3s;
}

@media only screen and (max-width: 767px) {
  .complaint-detail__btn a::before {
    left: 3.2vw;
    width: 2vw;
    height: 1.86667vw;
    margin-top: -0.8vw;
  }
}

@media only screen and (min-width: 768px) {
  .complaint-detail__btn a:hover::before {
    left: 15px;
  }
}

.contact {
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .contact {
    margin-top: 13.33333vw;
  }
}

.contact-detail {
  background: #f0f4f8;
  padding: 30px 40px 50px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .contact-detail {
    padding: 5.33333vw 4vw;
    margin-top: 6vw;
  }
}

.contact-detail__item + .contact-detail__item {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .contact-detail__item + .contact-detail__item {
    margin-top: 8vw;
  }
}

.contact-detail__title {
  font-size: 2.2rem;
  line-height: 1.81818;
  text-align: center;
  color: #415485;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .contact-detail__title {
    font-size: 4vw;
    line-height: 1.33333;
  }
}

.contact-detail__body {
  margin-top: 5px;
  padding: 20px;
  border-top: 1px dashed #cfcfcf;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .contact-detail__body {
    padding: 3.33333vw 0.66667vw 3.33333vw 2.66667vw;
  }
}

.contact-detail__definition + .contact-detail__definition {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .contact-detail__definition + .contact-detail__definition {
    margin-top: 5.33333vw;
  }
}

.contact-detail__term {
  padding: 0 0 0 20px;
  font-size: 1.8rem;
  line-height: 1.66667;
  position: relative;
  text-indent: -0.5em;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .contact-detail__term {
    font-size: 3.73333vw;
    line-height: 1.96429;
  }
}

.contact-detail__term::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -8px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .contact-detail__term::before {
    left: -2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

.contact-detail__description {
  margin-top: 5px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .contact-detail__description {
    font-size: 3.33333vw;
    line-height: 1.8;
    margin-top: 0;
    margin-left: 1.33333vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contact-detail__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-detail__tel--02 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-detail__note--02 {
  margin-left: 0.5em;
}

.contact-detail .tel-icon {
  color: #000;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .contact-detail .tel-icon {
    cursor: default;
    pointer-events: none;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .contact-detail .tel-icon {
    padding-left: 5.33333vw;
    margin-right: 3.33333vw;
  }
}

.contact-detail .tel-icon_second {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .contact-detail .tel-icon_second {
    margin-right: 0;
  }
}

.contact-detail .tel-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(/assets/img/common/icon_tel.png) no-repeat center top;
  background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
  .contact-detail .tel-icon::before {
    width: 3.46667vw;
    height: 3.46667vw;
    margin-top: -1.86667vw;
  }
}

.account-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 4000;
  display: none;
}

.account-dialog__inner {
  width: 1000px;
  padding: 40px;
  background-color: #f0f4f8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .account-dialog__inner {
    width: calc(100% - 40px);
    padding: 6.66667vw;
  }
}

.account-dialog__list {
  padding: 15px;
  background-color: #fff;
  border-top: 1px dashed #cfcfcf;
}

@media only screen and (max-width: 767px) {
  .account-dialog__list {
    padding: 2.66667vw;
  }
}

.account-dialog__list li {
  line-height: 1.8;
  margin-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 767px) {
  .account-dialog__list li {
    font-size: 3.2vw;
    line-height: 1.666;
  }
}

.account-dialog__link-wrapper {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .account-dialog__link-wrapper {
    margin-top: 5.33333vw;
  }
}

.account-dialog__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  background-color: #142143;
  border-radius: 9999px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 767px) {
  .account-dialog__link {
    font-size: 3.46667vw;
  }
}

.account-dialog__link::before {
  width: 12px;
  margin-right: 8px;
  content: url("/assets/img/common/other_win.svg");
}

@media only screen and (max-width: 767px) {
  .account-dialog__link::before {
    width: 2.4vw;
  }
}

.account-dialog__link:hover {
  opacity: 0.8;
}

.account-dialog__close-wrapper {
  margin-top: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .account-dialog__close-wrapper {
    margin-top: 4vw;
  }
}

.account-dialog__close {
  cursor: pointer;
  font-size: 1.4rem;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  color: #071332;
}

@media only screen and (max-width: 767px) {
  .account-dialog__close {
    font-size: 3.2vw;
  }
}
