@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;
  }
}

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

.mainvisual {
  background: url(/assets/img/faq/mv_pc.jpg) no-repeat center bottom;
  height: 270px;
}

@media only screen and (max-width: 767px) {
  .mainvisual {
    background: url(/assets/img/faq/mv_sp.jpg) no-repeat center/contain;
    height: 26.66667vw;
  }
}

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

.mainvisual__body {
  position: absolute;
  top: 73%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

@media only screen and (max-width: 767px) {
  .mainvisual__body {
    top: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .mainvisual__title img {
    width: 21.06667vw;
  }
}

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

.faq {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.faq input[type="radio"] {
  display: none;
}

.faq .tab-panel {
  display: none;
}

@media only screen and (max-width: 767px) {
  .faq .tab-panel {
    position: fixed;
    top: 14.4vw;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 9.33333vw 6.66667vw;
    background-color: rgba(65, 84, 133, 0.85);
  }
}

.faq .tab-panel__inner {
  position: relative;
  padding: 5.33333vw 3.33333vw;
  background-color: #f8f8f8;
}

.faq .tab-panel__close {
  position: absolute;
  top: -5.33333vw;
  right: -4.26667vw;
  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;
  width: 10.66667vw;
  height: 10.66667vw;
  background-color: #415485;
  border: 0;
}

.faq .tab-panel__close::before, .faq .tab-panel__close::after {
  position: absolute;
  display: block;
  width: 0.26667vw;
  height: 4.26667vw;
  background-color: #fff;
  content: '';
}

.faq .tab-panel__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq .tab-panel__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq .tab-panel__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 20px;
  text-align: center;
  font-size: 3.46667vw;
}

.tab-list {
  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) {
  .tab-list {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .tab-list__item {
    width: 11.8%;
  }
  .tab-list__item--newaccount {
    width: 13%;
  }
  .tab-list__item--cardloan {
    width: 16%;
  }
  .tab-list__item--banking {
    width: 13%;
  }
}

@media only screen and (max-width: 767px) {
  .tab-list__item {
    width: 100%;
  }
}

.tab-list__item:first-child {
  width: 17.4%;
}

@media only screen and (max-width: 767px) {
  .tab-list__item:first-child {
    width: 100%;
  }
}

.tab-list__label {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #415485;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.3;
  padding: 10px 5px;
  position: relative;
  -webkit-transition: color .3s,background-color .3s;
  transition: color .3s,background-color .3s;
  cursor: pointer;
  border-left: 1px solid rgba(248, 248, 248, 0.3);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .tab-list__label {
    font-size: 3.2vw;
    line-height: 1.25;
    position: relative;
    font-size: 3.2vw;
    letter-spacing: normal;
    padding: 4vw;
    text-align: center;
    border-top: 1px solid rgba(248, 248, 248, 0.3);
    border-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tab-list__label::before, .tab-list__label::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #fff;
    content: '';
  }
}

@media only screen and (max-width: 767px) {
  .tab-list__label::before {
    right: 5.06667vw;
    width: 0.26667vw;
    height: 3.73333vw;
  }
}

@media only screen and (max-width: 767px) {
  .tab-list__label::after {
    right: calc(5.06667vw - (3.73333vw / 2));
    width: 3.73333vw;
    height: 0.26667vw;
  }
}

@media only screen and (min-width: 768px) {
  .tab-list__label:hover {
    color: #172854;
    background: #f8f8f8;
    border-left: 1px solid #f8f8f8;
  }
}

.tab-list .about_label {
  border-top: 0;
  border-left: 0;
}

.tab-contents {
  background: #f8f8f8;
  padding: 45px 50px 55px;
}

@media only screen and (max-width: 767px) {
  .tab-contents {
    margin-top: 1.46667vw;
    padding: 0.66667vw 5.33333vw 7.33333vw;
    background-color: transparent;
  }
}

@media only screen and (min-width: 768px) {
  #about:checked ~ .tab-list .about_label,
  #newaccount:checked ~ .tab-list .newaccount_label,
  #negotiate:checked ~ .tab-list .negotiate_label,
  #deposit:checked ~ .tab-list .deposit_label,
  #cardloan:checked ~ .tab-list .cardloan_label,
  #notification:checked ~ .tab-list .notification_label,
  #app:checked ~ .tab-list .app_label,
  #banking:checked ~ .tab-list .banking_label {
    color: #172854;
    background: #f8f8f8;
    border-left: 1px solid #f8f8f8;
  }
}

#about:checked ~ .tab-list .about_label::after,
#newaccount:checked ~ .tab-list .newaccount_label::after,
#negotiate:checked ~ .tab-list .negotiate_label::after,
#deposit:checked ~ .tab-list .deposit_label::after,
#cardloan:checked ~ .tab-list .cardloan_label::after,
#notification:checked ~ .tab-list .notification_label::after,
#app:checked ~ .tab-list .app_label::after,
#banking:checked ~ .tab-list .banking_label::after {
  opacity: 1;
}

#about:checked ~ .tab-contents #about-panel,
#newaccount:checked ~ .tab-contents #newaccount-panel,
#negotiate:checked ~ .tab-contents #negotiate-panel,
#deposit:checked ~ .tab-contents #deposit-panel,
#cardloan:checked ~ .tab-contents #cardloan-panel,
#notification:checked ~ .tab-contents #notification-panel,
#app:checked ~ .tab-contents #app-panel,
#banking:checked ~ .tab-contents #banking-panel {
  display: block;
}

@media only screen and (max-width: 767px) {
  #about:checked ~ .tab-contents #about-panel,
  #newaccount:checked ~ .tab-contents #newaccount-panel,
  #negotiate:checked ~ .tab-contents #negotiate-panel,
  #deposit:checked ~ .tab-contents #deposit-panel,
  #cardloan:checked ~ .tab-contents #cardloan-panel,
  #notification:checked ~ .tab-contents #notification-panel,
  #app:checked ~ .tab-contents #app-panel,
  #banking:checked ~ .tab-contents #banking-panel {
    display: none;
  }
}

.faq-box + .faq-box {
  margin-top: 35px;
}

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

.question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f0f4f8;
}

.question__term {
  width: 57px;
  min-height: 50px;
  background: #415485;
  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) {
  .question__term {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 10.66667vw;
    padding-top: 3.33333vw;
    width: 8.8vw;
  }
}

@media only screen and (max-width: 767px) {
  .question__term img {
    width: 2.93333vw;
    height: 4.26667vw;
  }
}

.question__description {
  width: calc(100% - 57px);
  color: #415485;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
  border-top: 1px solid #afc7d6;
  border-bottom: 1px solid #afc7d6;
  border-right: 1px solid #afc7d6;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .question__description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 3.2vw;
  }
}

.answer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #afc7d6;
  border-top: none;
  background: #fff;
}

.answer__term {
  width: 57px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .answer__term {
    width: 8.8vw;
    height: 6.66667vw;
  }
}

@media only screen and (max-width: 767px) {
  .answer__term img {
    width: 3.2vw;
    height: 3.46667vw;
  }
}

.answer__description {
  width: calc(100% - 57px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5625;
}

@media only screen and (max-width: 767px) {
  .answer__description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 10px 10px 0;
    font-size: 3.2vw;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

.answer__description a {
  text-decoration: underline;
  color: #415485;
}

.answer__description p, .answer__description ul {
  width: 100%;
}

.answer__description p + p, .answer__description ul + ul, .answer__description p + ul, .answer__description ul + p {
  margin-top: 20px;
}

.banking-box {
  max-width: 810px;
  margin: auto;
  background: #fff;
  border: 1px solid #afc7d6;
  padding: 50px 20px 45px;
}

.banking-box__title {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #415485;
}

.banking-box__btn {
  width: 206px;
  margin: 25px auto 0;
}

.banking-box__btn a {
  width: 100%;
  display: block;
  background: #415485;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 16px 10px;
  letter-spacing: 0.1em;
  border: 1px solid #415485;
  -webkit-transition: background-color .3s,color .3s;
  transition: background-color .3s,color .3s;
}

.banking-box__btn a span {
  position: relative;
  padding-left: 20px;
}

.banking-box__btn a span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 7px;
  margin-top: -3px;
  background: url(/assets/img/common/other_win.svg) no-repeat center top;
  background-size: 100% 100%;
  -webkit-transition: background-image .3s;
  transition: background-image .3s;
}

@media only screen and (max-width: 767px) {
  .banking-box__btn a span::before {
    width: 2vw;
    height: 1.73333vw;
    margin-top: -0.66667vw;
  }
}

.banking-box__btn a:hover {
  color: #415485;
  background: #fff;
}

.banking-box__btn a:hover span::before {
  background: url(/assets/img/common/other_win_blue.svg) no-repeat center top;
  background-size: 100% 100%;
}

.change {
  margin-top: 50px;
}

.change__title {
  font-size: 2.2rem;
  line-height: 1.81818;
  color: #415485;
  font-weight: bold;
}

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

.change__subtitle {
  font-size: 1.8rem;
  line-height: 1.66667;
  font-weight: bold;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .change__subtitle {
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
}

.change-table {
  width: 100%;
  background: #fff;
  border: 1px solid #afc7d6;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .change-table {
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
}

.change-table .bg-blue {
  background: #f0f4f8;
}

.change-table th {
  font-weight: bold;
}

.change-table th, .change-table td {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #afc7d6;
  border-bottom: 1px solid #afc7d6;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .change-table th, .change-table td {
    padding: 2.66667vw 1.33333vw;
  }
}
