main {
  margin: 0;
}

.content-size {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.block-reasons-select__line {
  width: 30px;
  margin: 16px auto 18px 0;
  border-top: 1px solid #de003f;
}

.block-reasons-select .image--video {
  padding: 0;
}

.block-reasons-select__card-footer {
  margin-top: auto;
  padding: 0 20px 20px;
}

.no-scroll .top-header-banner {
  display: none;
}

.top-header-banner {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #e8f1f9;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9900;
}

.top-header-banner--visible {
  display: flex;
}

.wrapper--header-banner-visible.wrapper--scroll {
  padding-top: 153px;
}

.wrapper--header-banner-visible.wrapper--scroll .header {
  top: 50px;
  left: 0;
}

.wrapper--header-banner-visible.wrapper--scroll .top-header-banner {
  position: fixed;
}

.top-header-banner__link {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-header-banner__link img {
  width: 100%;
}

.top-header-banner__close-btn {
  background: none;
  border: none;
  padding: 10px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
}

.top-header-banner__close-btn img {
  width: 100%;
}

.top-emergency-josetsu {
  background-color: #fff2f4;
  margin: 14px auto;
  padding: 20px;
  max-width: 960px;
  font-size: 13px !important;
}

.top-emergency-spot {
  background-color: #f6f8f9;
  margin: 14px auto;
  padding: 20px;
  max-width: 960px;
}

.top-emergency-josetsu p,
.top-emergency-spot p {
  font-size: 13px !important;
  line-height: 1.5;
  margin: 0 0 6px;
}

.top-emergency-josetsu p:last-child,
.top-emergency-spot p:last-child {
  margin-bottom: 0;
}

.top-emergency-josetsu ul,
.top-emergency-josetsu ol,
.top-emergency-spot ul,
.top-emergency-spot ol {
  list-style: none;
  padding: 0;
  margin: 0 0 6px;
}

.top-emergency-josetsu ol > li,
.top-emergency-spot ol > li {
  counter-increment: custom-counter;
}

.top-emergency-josetsu ol > li::before,
.top-emergency-spot ol > li::before {
  content: counter(custom-counter) ". ";
  font-weight: normal;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.top-emergency-josetsu ul:last-child,
.top-emergency-josetsu ol:last-child,
.top-emergency-spot ul:last-child,
.top-emergency-spot ol:last-child {
  margin-bottom: 0;
}

.top-emergency-josetsu li,
.top-emergency-spot li {
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
  font-size: 13px;
  margin: 0;
}

.top-emergency-josetsu ul > li::before,
.top-emergency-spot ul > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #222;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.4em;
}

.top-emergency-josetsu li:last-child,
.top-emergency-spot li:last-child {
  margin-bottom: 0;
}

.top-emergency-josetsu a,
.top-emergency-spot a {
  text-decoration: underline;
  color: #2071bd;
  font-size: 13px !important;
}

.top-emergency-josetsu a[target="_blank"]::after,
.top-emergency-josetsu a[href$=".pdf"]::after,
.top-emergency-spot a[target="_blank"]::after,
.top-emergency-spot a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  margin-right: 0.4em;
  transform: translateY(2px);
  background: url(/common21/imgs/icon-newtab-blue.svg) no-repeat center/contain;
}

.top-emergency-josetsu a[href$=".pdf"]::after,
.top-emergency-spot a[href$=".pdf"]::after {
  background: url(/common21/imgs/icon-pdf-blue.svg) no-repeat center/contain;
}

.top-account-opened {
  margin: 14px 0;
}

.top-margin-container {
  margin: 48px auto;
}

.top-h1 {
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  height: 0;
  overflow: hidden;
}

.top-h2 {
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 28px;
}

.top-description-text {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  margin: -24px 0 32px;
}

.top-keyvisual {
  margin: 14px auto;
  width: 100%;
  overflow: hidden;
}

.top-keyvisual__box {
  max-width: 1200px;
  position: relative;
  margin: auto;
  padding: 0 20px;
  box-sizing: content-box;
}

.top-keyvisual--carousel {
  margin: 0;
  position: relative;
}

.top-keyvisual--carousel::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 60%);
  z-index: 1;
  pointer-events: none;
}

.top-keyvisual--carousel::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 60%);
  z-index: 1;
  pointer-events: none;
}

.top-keyvisual__img {
  display: block;
  text-align: center;
}

.top-keyvisual__img img {
  margin: 0 auto;
}

.top-keyvisual__img .lazyload {
  height: 270px;
}

.top-keyvisual .slick-list {
  overflow: visible !important;
  margin-bottom: 15px;
}

.top-keyvisual .slider__list {
  margin: 0;
}

.top-keyvisual .slider__prev {
  left: -20px;
}

.top-keyvisual .slider__next {
  right: -20px;
}

.top-keyvisual__cta-new,
.top-keyvisual__cta-customer {
  background: rgb(255 255 255 / 95%);
  width: 264px;
  min-height: 230px;
  padding: 25px;
  position: absolute;
  top: calc(50% - 8px);
  right: calc(7.5% + 20px);
  z-index: 1;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
}

.top-keyvisual--single .top-keyvisual__cta-new,
.top-keyvisual--single .top-keyvisual__cta-customer {
  top: calc(50%);
  right: calc(7.5% + 2px);
}

.top-keyvisual--single .top-keyvisual__box {
  padding: 0;
}

.top-keyvisual--single .slick-list {
  margin-bottom: 0;
}

.top-cta-new,
.top-cta-customer {
  width: 100%;
}

.top-cta-customer__text-link {
  line-height: 1;
}

.sp-visible .top-cta-customer__text-link p {
  display: inline-block;
  margin-right: 20px;
}

.top-banner-slide {
  margin: 15px auto 40px;
  max-width: 1200px;
  width: 100%;
}

.top-banner-slide--carousel {
  margin: 0 -10px;
}

.top-banner-slide__img {
  display: block;
}

.top-banner-slide__img .lazyload {
  height: 116px;
}

.top-banner-slide__img .lazyloaded {
  height: auto;
}

.top-banner-slide__img img {
  margin: 0 auto;
}

.top-banner-slide .slider__item {
  margin-left: 10px;
  margin-right: 10px;
}

.top-banner-slide .slick-arrow {
  position: absolute;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
}

.top-banner-slide .slider__prev {
  left: -21px;
}

.top-banner-slide .slider__next {
  right: -21px;
}

.top-how-to-open {
  display: flex;
  padding-top: 30px;
  margin-bottom: 10px;
}

.top-how-to-open__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid #e0e5e9;
  border-radius: 4px;
}

.top-how-to-open__item:not(:last-child) {
  margin-right: 20px;
}

.top-how-to-open__item-body {
  position: relative;
}

.top-how-to-open__tip-text {
  margin: 0;
  padding: 0 14px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -3px);
  font-size: 20px;
  font-weight: bold;
  color: #e62c62;
  line-height: 1.4;
}

.top-how-to-open__tip-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  transform: rotate(346deg);
  width: 2px;
  height: 0.9em;
  background: #e62c62;
}

.top-how-to-open__tip-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 2px;
  transform: rotate(14deg);
  width: 2px;
  height: 0.9em;
  background: #e62c62;
}

.top-how-to-open__image-box {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: relative;
}

.top-how-to-open__image {
  text-align: center;
}

.top-how-to-open__image .lazyload {
  height: 240px;
}

.top-how-to-open__image-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background: rgb(255 255 255 / 80%);
  padding: 6px;
  margin: 0;
}

.top-how-to-open__title {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background: #f6f8f9;
  padding: 6px;
  margin: 0;
}

.top-how-to-open__term {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #036bbd;
  padding: 4px;
  margin: 0;
}

.top-how-to-open__appeal {
  padding: 13px 20px;
  background: #f6f8f9;
  display: flex;
  align-items: center;
}

.top-how-to-open__appeal .list-circle__item {
  font-weight: bold;
  color: #036bbd;
  margin-bottom: 0;
}

.top-how-to-open__explanation {
  padding: 14px 20px 0;
}

.top-how-to-open__explanation-text {
  line-height: 1.6;
  margin-bottom: 15px;
}

.top-how-to-open__explanation-sub-text {
  font-weight: bold;
  line-height: 1.4;
}

.top-how-to-open__explanation-match {
  margin-bottom: 18px;
}

.top-how-to-open__item-footer {
  margin-top: auto;
  padding: 20px;
}

.top-how-to-open__footer-link {
  text-decoration: underline;
  color: #2071bd;
}

.web-account-col {
  display: flex;
}

.web-account-col__image-box {
  width: 120px;
  margin-right: 10px;
}

.web-account-col__image-box .lazyload {
  height: 120px;
}

.web-account-col__text-box {
  flex: 1;
}

/* キャンペーン・プログラム */
.top-margin-container--campaign-program {
  padding: 80px 0;
  margin: 0 auto;
}

.top-campaign-program {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 0;
}

.top-campaign-program--carousel {
  margin: 0 -83px 40px;
  position: relative;
}

.top-campaign-program .slider__prev {
  left: 52px;
}

.top-campaign-program .slider__next {
  right: 52px;
}

.top-campaign-program .slick-track {
  display: flex;
  padding-bottom: 1px;
}

.top-campaign-program .block-reasons-select {
  height: 100%;
}

.top-campaign-program .slick-slide {
  height: auto;
}

.top-campaign-program .slider__list-item {
  padding-left: 10px;
  padding-right: 10px;
}

.top-campaign-program .campaign-title-box {
  margin-bottom: 9px;
  min-height: 54px;
}

.top-campaign-program .campaign-title {
  font-size: 14px;
  line-height: 1.7;
}

.top-campaign-program__card-content {
  padding: 15px 0;
}

.top-campaign-program__card-image-link {
  display: block;
}

.top-campaign-program__card .block-reasons-select__images img {
  border-radius: 0;
  box-shadow: 0 3px 7px #134e8633;
}

.top-campaign-program--carousel .slick-arrow {
  top: calc(50% - 65px);
}

@media screen and (max-width: 767px) {
  .top-margin-container--campaign-program {
    padding: 60px 0;
  }

  .top-campaign-program {
    margin: 50px auto 0;
  }
  .for-customer .top-campaign-program__bg {
    padding: 60px 0;
  }
  .top-campaign-program__card-content {
    padding-bottom: 23px;
  }
  .top-campaign-program__card .block-reasons-select__images img {
    box-shadow: 0 3px 7px #134e8633;
  }
  .top-campaign-program .campaign-title {
    font-size: 15px;
    line-height: 1.6;
  }
  .slider.top-campaign-program--carousel {
    margin-bottom: 30px;
  }
  .slider.top-campaign-program--carousel .slick-arrow {
    top: calc(50% - 80px);
  }
}

@media screen and (min-width: 767px) and (max-width: 1019px) {
  .top-campaign-program__card-content {
    width: calc(100% - 60px);
    margin: auto;
  }
}

/* 既存　キャンペーン・プログラム */
.for-customer.top-campaign-program__bg {
  background-color: #e8f1f9;
}

.for-customer.top-campaign-program--carousel .slick-dots li::before {
  background-color: #fff;
  width: 17px;
}

.top-app-download__device-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 5px;
}

.top-app-download__group {
  display: flex;
  justify-content: center;
}

.top-app-download__link {
  flex: 1;
}

.top-app-download__link:not(:last-child) {
  margin-right: 20px;
}

.top-app-download__qr-code {
  margin: 0 auto 10px;
  text-align: center;
}

.top-app-download__qr-code img {
  width: 100px;
}

.top-app-download__link-os {
  text-align: center;
}

.top-app-download__link-os img {
  width: 70%;
}

.top-recommend-item {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.top-recommend-item__container {
  display: flex;
  border: 1px solid #cdd6dd;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

a.top-recommend-item__container {
  box-shadow: 0 3px 7px rgb(0 0 0 / 15%);
  border: none;
}

.top-recommend-item__img {
  max-width: 500px;
  text-align: center;
}

.top-recommend-item__img img {
  margin: 0 auto;
}

.top-recommend-item__text {
  padding: 18px 20px;
  width: 100%;
  flex: 1;
}

.top-recommend-item__title-main {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 12px;
}

.top-recommend-item__title-sub {
  font-weight: 400;
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

.top-recommend-item .extra-group--tag {
  margin-bottom: 2px;
}

.top-feature__icon-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.top-feature__icon-list-item {
  width: 33.33%;
  padding: 5px;
}

.top-feature__icon-box {
  background: #f6f8f9;
  border-radius: 4px;
  padding: 10px 6px;
  height: 100%;
}

.top-feature__icon-img {
  width: 36px;
  text-align: center;
  margin: 0 auto 8px;
}

.top-feature__icon-text {
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
}

.top-market-information {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.top-market-information__iframe {
  margin: 0 -83px;
}

.top-market-information__carousel-iframe {
  margin: 0 auto;
  overflow: hidden;
  display: block;
  max-width: 1366px;
  width: 100%;
  height: 544px;
}

.top-latest-interest-rate {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.top-latest-interest-rate--carousel {
  margin: 0 -83px 40px;
  position: relative;
}

.top-latest-interest-rate .slider__prev {
  left: 52px;
}

.top-latest-interest-rate .slider__next {
  right: 52px;
}

.top-latest-interest-rate .slick-track {
  display: flex;
  padding-top: 4px;
  padding-bottom: 5px;
}

.top-latest-interest-rate__list-item {
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
}

.top-latest-interest-rate__list-item .ratebox__header {
  min-height: 62px;
}

.top-latest-interest-rate__subtitle {
  line-height: 1.4;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
}

.top-latest-interest-rate__tax {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 12px;
  margin-bottom: 4px;
}

.top-latest-interest-rate__date {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 34px;
}

.top-latest-interest-rate__date p {
  font-size: 12px;
  line-height: 1.4;
}

.top-latest-interest-rate__rate-em-title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  color: #2071bd;
  margin-bottom: -3px;
}

.top-recommended-info {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 30px;
}

.top-recommended-info--carousel {
  margin: 0 -83px;
  position: relative;
}

.top-recommended-info .slider__prev {
  left: 52px;
}

.top-recommended-info .slider__next {
  right: 52px;
}

.top-recommended-info .slick-track {
  display: flex;
}

.top-recommended-info .block-reasons-select {
  height: 100%;
}

.top-recommended-info .slick-slide {
  height: auto;
}

.top-recommended-info .slider__list-item {
  padding-left: 10px;
  padding-right: 10px;
}

.top-market-information__btn {
  margin-top: -60px;
}

.top-account-conversion {
  background: #f6f8f9;
  padding-top: 76px;
  padding-bottom: 80px;
}

.top-account-conversion__maintext {
  text-align: center;
  font-size: 20px;
  margin-bottom: 36px;
}

.top-cta-login {
  margin-bottom: 20px;
}

.new-acount-benefits {
  background: #e8f1f9;
  padding: 80px 0 118px;
}

.new-acount-benefits__list {
  max-width: 1060px;
  margin: 0 auto;
}

.new-acount-benefits__list-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #fff;
  margin: 0 15px;
  margin-bottom: 45px;
  padding: 60px 70px 40px 80px;
  border-radius: 5px;
}

.new-acount-benefits__list-item:nth-child(even) {
  flex-direction: row-reverse;
  padding: 60px 80px 40px 70px;
}

.new-acount-benefits__list-item:last-child {
  margin-bottom: 0;
}

.new-acount-benefits__text-box {
  max-width: 410px;
  width: 100%;
}

.new-acount-benefits__image-box {
  max-width: 460px;
  width: 100%;
}

.new-acount-benefits__line {
  width: 100%;
  margin: 18px 0;
  border-top: 1px solid #b9b9b9;
  border-bottom: 0;
}

.new-acount-benefits__title {
  margin-bottom: 20px;
  color: #2071bd;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
}

.new-acount-benefits__text-box .list-circle .list-circle__item {
  font-size: 16px;
  font-weight: bold;
}

.new-acount-benefits-atm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.new-acount-benefits-atm__text-box {
  width: 270px;
}

.new-acount-benefits-atm__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  line-height: 1.4;
}

.new-acount-benefits-atm__text {
  font-size: 13px;
  color: #222;
}

.point-tag {
  font-size: 15px;
  font-weight: bold;
  color: #de003f;
  line-height: 1.25;
}

.new-acount-benefits-atm__image-box {
  margin-top: 45px;
  width: 135px;
}

.new-acount-benefits__annotation {
  width: 900px;
  margin: 0 auto;
  margin-top: 26px;
}

.procedure-flow {
  padding: 80px 0 84px;
}

.top-h2__sub {
  display: block;
  color: #2071bd;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.procedure-flow__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 680px;
  margin: 40px auto 80px;
}

.procedure-flow__item {
  width: 200px;
}

.procedure-flow__image-box {
  width: 140px;
  margin: 0 auto;
}

.procedure-flow__step-tag {
  text-align: center;
  width: 80px;
  margin: 15px auto;
  background: #fff;
  border: 1px solid #2071bd;
  border-radius: 70px;
}

.procedure-flow__step-tag .step-label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2071bd;
  font-size: 14px;
  font-weight: bold;
}

.procedure-flow__text {
  color: #222;
  font-size: 14px;
  text-align: center;
}

.reasons-choose {
  background: #e8f1f9;
  padding: 60px 0 84px;
}

.reasons-choose__list {
  width: 1058px;
  margin: 40px auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reasons-choose__item {
  background: #fff;
  width: 168px;
  padding: 20px 14px 22px;
  border-radius: 5px;
}

.reasons-choose__image {
  width: 140px;
}

.reasons-choose__text {
  margin-top: 15px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}

.reasons-choose__text-line {
  background: linear-gradient(transparent 60%, #ffe6ee 0%);
}

.reasons-choose__annotation {
  width: 900px;
  margin: 0 auto 56px;
}

/* 新規　商品・サービス */
.products-and-services {
  background: #e8f1f9;
  padding: 48px 0;
}

.products-and-services__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.products-and-services__list-item {
  flex: 1 1 auto;
  width: 33%;
  margin: 50px 0 30px;
  padding: 0 10px;
  position: relative;
}

.products-and-services__list-box {
  border: 4px solid #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.products-and-services__img {
  background: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 0 auto 11px;
}

.products-and-services__img img {
  width: 58px;
}

.products-and-services__title {
  text-align: center;
  line-height: 1.4;
  min-height: 55px;
}

.products-and-services__title-main {
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 2px;
}

.products-and-services__title-sub {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

.products-and-services__btn {
  color: #222;
  background: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: -52px auto 17px;
  padding: 0;
  border: none;
  pointer-events: none;
}

.products-and-services__inside {
  padding: 0 26px;
}

.products-and-services__inside-list {
  margin-bottom: 52px;
}

.products-and-services__inside-list-item {
  margin-bottom: 19px;
}

.products-and-services__inside-list-item .text-link--icon {
  display: block;
  color: #222;
  position: relative;
  padding-right: 15px;
}

.products-and-services__inside-list-item [class^="icon-"] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  line-height: 1;
  width: 15px;
  text-align: center;
}

.products-and-services__sub-content {
  margin: 35px 0;
}

.products-and-services__sub-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -40px;
  margin-bottom: -22px;
}

.products-and-services__sub-list-item {
  margin-right: 40px;
  margin-bottom: 22px;
}

.products-and-services__btn-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.products-and-services__btn-list-item {
  width: 300px;
}

.products-and-services__btn-list-item:not(:last-child) {
  margin-right: 40px;
}

/* 既存　商品・サービス */
.for-customer .products-and-services {
  background: #f6f8f9;
  padding: 80px 0;
}

.for-customer .products-and-services__list-item {
  background-color: #fff;
}

/* PC タブ */
@media screen and (min-width: 1020px) {
  .for-customer .products-and-services {
    height: 656px;
  }

  .for-customer .products-and-services__list-item {
    display: none;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    background: none;
  }

  .for-customer .products-and-services__inside-list-item + .products-and-services__inside-list-item {
    margin-left: 2px;
  }

  .for-customer .products-and-services__inside-list-item:nth-child(7), .for-customer .products-and-services__inside-list-item.products-and-services__inside-list-item--line-head {
    margin-left: 0;
  }

  .for-customer .products-and-services__inside-list-item--indent {
    padding-left: 0;
  }

  .products-and-services__list-tab-title {
    margin: auto;
  }

  .for-customer .products-and-services__list-box {
    border: none;
  }

  .for-customer .products-and-services__inside {
    padding: 0;
  }

  .products-and-services__list-item.active {
    display: block;
    transition: all 0.2s ease;
  }

  .products-and-services__list-tab-item.active {
    background-color: #2071bd;
    color: #fff;
    transition: all 0.2s ease;
  }

  .products-and-services__list-tab-item.active::after {
    border-color: #2071bd transparent transparent transparent;
    transition: 0.2s;
  }

  .products-and-services__list-tab-item::after {
    content: "";
    position: absolute;
    border: transparent solid;
    border-width: 16px 15px 0;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 0;
  }

  .for-customer .products-and-services__list-content {
    display: flex;
    width: 100%;
  }

  .for-customer .products-and-services__inside-list {
    display: flex;
    flex-direction: row;
    text-align: center;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .products-and-services__list-tab-area {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .products-and-services__list-tab-item {
    width: 198px;
    height: 152px;
    padding: 15px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    box-shadow: 0 3px 6px #00000029;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .for-customer .products-and-services__inside-list-item {
    width: calc(100% / 6 - 2px);
    height: 100px;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .for-customer .products-and-services__inside-list-item a {
    text-align: center;
    font-size: 16px;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .products-and-services__list-tab-item:hover {
    cursor: pointer;
    opacity: 0.8;
  }

  .products-and-services__list-tab-item + .products-and-services__list-tab-item {
    margin-left: 2px;
  }

  .products-and-services__list-tab-item .products-and-services__img {
    width: 70px;
    height: 70px;
    background: none;
    margin: 0 auto;
  }

  .for-customer .products-and-services__list-tab-item.active .active-img,
  .for-customer .products-and-services__list-tab-item:not(.active) .not-active-img {
    display: block;
  }

  .for-customer .products-and-services__list-tab-item.active .not-active-img,
  .for-customer .products-and-services__list-tab-item:not(.active) .active-img {
    display: none;
  }
}

.for-customer .products-and-services__btn {
  box-shadow: 0 3px 6px #22222226;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

.top-contact-area {
  background: #f6f8f9;
  padding: 48px;
}

.top-contact-area__main-text {
  text-align: center;
  font-size: 20px;
  line-height: 1.75;
  margin-top: -24px;
  margin-bottom: 25px;
}

.top-contact-area__link-list {
  display: flex;
  max-width: 600px;
  margin: 26px auto 40px;
}

.top-contact-area__link-list-item {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 7px rgb(0 0 0 / 15%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
  padding: 20px 24px;
  line-height: 1;
}

.top-contact-area__link-list-item:not(:last-child) {
  margin-right: 20px;
}

.top-contact-area__link-img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}

.top-contact-area__text-icon {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}

.top-contact-area__text-icon [class^="icon-"],
.top-contact-area__text-icon [class*=" icon-"] {
  font-size: 14px;
  padding-left: 12px;
  display: inline-block;
  margin-top: -5px;
}

.notification-and-news .column--gap-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.notification-and-news .column--gap-40 > [class^="column__"] {
  padding-right: 20px;
  padding-left: 20px;
}

.top-group-company-service {
  padding: 48px 0;
}

.top-gray-border {
  border-top: 1px solid #dbe3e8;
  border-bottom: none;
  margin: 0;
}

.slider__prev,
.slider__next {
  border: none;
  padding: 0;
  background: none;
  z-index: 2;
}

.top-efforts-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -20px !important;
}

.top-efforts-list__item {
  font-size: 14px;
  line-height: 1.5;
  width: 33.33%;
  padding: 10px 20px;
}

.top-efforts-list__item-link {
  border: 1px solid #cdd6dd;
  display: flex;
  align-items: center;
  padding: 14px 30px 14px 14px;
  position: relative;
  height: 100%;
}

.top-efforts-list__item-link [class^="icon-"] {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 15px;
  line-height: 1;
  text-align: center;
  transform: translate(-50%, -50%);
}

.top-efforts-banner__col {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.top-efforts-banner__col-item:not(:last-child) {
  margin-right: 20px;
}

.products-and-services__inside-list-item--indent {
  padding-left: 13px;
}

/* グループ共通フッター */
.footer__groupservice {
  margin-bottom: 0;
}

.footer__groupservice .footer__groupservice__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}

.footer__groupservice__sub-title {
  min-width: 156px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
}

.footer__groupservice__link-list {
  line-height: 1.6;
}

@media (max-width: 1019px) {
  .footer__groupservice ul.footer__groupservice__link-list li a {
    padding-left: 40px;
  }
}

@media (min-width: 1020px) {
  .footer__groupservice .footer__groupservice__container.footer__container__column-group {
    margin: 0 75px 7px 30px;
    display: flex;
  }

  .footer__groupservice .footer__groupservice__link-list li {
    display: inline-block;
    margin-top: 0;
    border-right: 1px solid #707070;
    padding-right: 20px;
    margin-right: 20px;
    vertical-align: middle;
  }

  .footer__groupservice .footer__groupservice__link-list li:last-of-type {
    border: none;
  }

  .footer__groupservice ul.footer__groupservice__link-list li a {
    display: block;
    font-size: 12px;
    line-height: 1;
    padding-right: 0;
    color: #555;
  }
}

/* 既存　よく見られているコンテンツ */
.popular-content {
  background-color: #e8f1f9;
  padding: 80px 0;
  margin-top: 40px;
}

.popular-content__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  line-height: 1.5;
  justify-content: center;
}

.popular-content__list-item {
  width: calc(100% / 6 - 10px);
  background-color: #fff;
  box-shadow: 0 3px 7px #134e8633;
  border-radius: 6px;
  margin-bottom: 10px;
  text-align: center;
}

.popular-content__list-item + .popular-content__list-item {
  margin-left: 10px;
}

.popular-content__list-item:nth-child(7) {
  margin-left: 0;
}

.popular-content__list-item a {
  height: 191px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
}

@media (min-width: 1019px) and (max-width: 1070px) {
  .popular-content .popular-content__img {
    margin: 20px auto;
  }
}

.popular-content__list-item a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border-bottom: 12px solid #2071bd;
  border-left: 12px solid transparent;
}

.popular-content__img {
  width: 80px;
  margin: 30px auto;
}

.popular-content__img img {
  width: 65%;
}

.popular-content__list-title {
  margin: auto;
  font-feature-settings: "palt";
}

@media (max-width: 1019px) {
  .popular-content {
    padding: 40px 0 33px;
  }

  .popular-content_cpp-text-sp {
    font-size: 11px;
    letter-spacing: -0.5px;
  }

  .popular-content__list-item {
    width: calc(100% / 3 - 7px);
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 7px;
  }

  .popular-content__list .popular-content__list-item:nth-of-type(3n + 1) {
    margin-left: 0;
  }

  .popular-content__list-item + .popular-content__list-item {
    margin-left: 7px;
  }

  .popular-content__list-item a {
    height: 107px;
    padding: 10px;
  }

  .popular-content__list-item a::after {
    bottom: 5px;
    right: 5px;
    border-bottom: 7px solid #2071bd;
    border-left: 7px solid transparent;
  }

  .popular-content__img {
    width: 50px;
    height: 40px;
    margin: 7px auto 11px;
  }
}

@media (max-width: 1280px) {
  .top-keyvisual--image {
    margin: 0 auto;
  }

  .top-keyvisual--carousel {
    margin: auto;
  }

  .top-keyvisual__img .lazyload {
    height: auto;
  }

  .top-banner-slide {
    width: calc(100% - 160px);
  }

  .top-market-information__iframe {
    margin: 0 auto;
  }

  .top-market-information__carousel-iframe {
    max-width: 1200px;
    height: 558px;
  }

  .top-latest-interest-rate--carousel {
    margin: auto auto 40px;
  }

  .top-campaign-program--carousel {
    margin: auto auto 40px;
  }

  .top-campaign-program .slick__prev {
    left: 30px;
  }

  .top-campaign-program .slick__next {
    right: 30px;
  }

  .top-recommended-info--carousel {
    margin: auto auto 20px;
  }

  .top-recommended-info .slick__prev {
    left: 30px;
  }

  .top-recommended-info .slick__next {
    right: 30px;
  }
}

@media (min-width: 1020px) and (max-width: 1199px) {
  .content-size {
    width: calc(100% - 80px);
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .wrapper--header-banner-visible.wrapper--scroll {
    padding-top: 157px;
  }
}

@media screen and (min-width: 1020px) {
  .products-and-services__inside {
    display: block !important;
  }
}

@media screen and (max-width: 750px) {
  .top-h2__sub {
    font-size: 16px;
  }

  .procedure-flow {
    padding: 80px 30px;
  }

  .procedure-flow__list {
    display: block;
    width: 100%;
    margin: 40px auto;
  }

  .procedure-flow__item {
    max-width: 400px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .procedure-flow__item:last-child {
    margin-bottom: 0;
  }

  .procedure-flow__image-box {
    width: 37%;
    margin: 0;
  }

  .procedure-flow__text-box {
    width: 60%;
  }

  .procedure-flow__step-tag {
    margin: 20px 0 12px;
  }

  .procedure-flow__text {
    text-align: left;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1019px) {
  .wrapper--header-banner-visible.wrapper--scroll {
    padding-top: 0;
  }

  .wrapper--header-banner-visible.wrapper--scroll .header {
    top: 0;
  }

  .wrapper--header-banner-visible.wrapper--scroll .top-header-banner {
    position: relative;
  }

  .footer__row--product .footer__title {
    border-top: none;
  }

  .content-size {
    width: calc(100% - 40px);
  }

  .block-reasons-select__line {
    visibility: hidden;
    border: none;
    margin: 15px 0 0;
  }

  .top-emergency-josetsu__container {
    padding: 15px 0;
  }

  .top-h2 {
    font-size: 24px;
    margin: 0 0 30px;
  }

  .top-description-text {
    font-size: 14px;
    text-align: left;
    margin: -18px 0 25px;
  }

  .top-keyvisual__box {
    padding: 0;
  }

  .top-keyvisual--image {
    margin: 0 auto;
  }

  .top-keyvisual--carousel {
    margin: 0 auto;
  }

  .top-keyvisual .slider__item {
    margin-left: 0;
    margin-right: 0;
  }

  .top-keyvisual .slider__list {
    margin-left: 0;
    margin-right: 0;
  }

  .top-keyvisual__cta-new,
  .top-keyvisual__cta-customer {
    background: #fff;
    width: auto;
    min-height: auto;
    padding: 0;
    position: static;
    transform: translateY(0);
    margin: 20px 20px 0;
    box-shadow: none;
  }

  .top-banner-slide {
    width: calc(100% - 40px);
  }

  .top-banner-slide__img .lazyload {
    height: auto;
  }

  .top-banner-slide .slider__item {
    margin-left: 7px;
    margin-right: 7px;
  }

  .top-banner-slide .slider__prev {
    left: 5px;
    width: 30px;
    height: 30px;
  }

  .top-banner-slide .slider__next {
    right: 5px;
    width: 30px;
    height: 30px;
  }

  .top-how-to-open {
    display: block;
  }

  .top-how-to-open__item:last-child {
    width: auto;
  }

  .top-how-to-open__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .top-how-to-open__image img {
    width: 100%;
  }

  .web-account-col__image-box {
    width: 80px;
    margin-right: 10px;
  }

  .top-market-information__carousel-iframe {
    max-width: none;
    height: 558px;
  }

  .top-latest-interest-rate__list-item {
    margin-left: 7px;
    margin-right: 7px;
  }

  .top-latest-interest-rate .slider__list {
    margin: 0;
  }

  .top-latest-interest-rate .slider__prev {
    left: 15px;
    width: 30px;
    height: 30px;
  }

  .top-latest-interest-rate .slider__next {
    right: 15px;
    width: 30px;
    height: 30px;
  }

  .top-campaign-program .slider__list-item {
    padding-left: 7px;
    padding-right: 7px;
  }

  .top-campaign-program .slider__prev {
    left: 15px;
    width: 30px;
    height: 30px;
  }

  .top-campaign-program .slider__next {
    right: 15px;
    width: 30px;
    height: 30px;
  }

  .top-campaign-program .slider__list {
    margin: 0;
  }

  .top-campaign-program .campaign-description {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .top-recommended-info .slider__list-item {
    padding-left: 7px;
    padding-right: 7px;
  }

  .top-recommended-info .slider__prev {
    left: 15px;
  }

  .top-recommended-info .slider__next {
    right: 15px;
  }

  .top-recommended-info .slider__list {
    margin: 0;
  }

  .top-app-download__device-title {
    font-size: 12px;
  }

  .top-app-download__link {
    flex: 1;
    max-width: 50%;
  }

  .top-app-download__link:not(:last-child) {
    margin-right: 15px;
  }

  .top-app-download__qr-code {
    display: none;
  }

  .top-feature__icon-list-item {
    width: 50%;
    padding: 5px;
  }

  .top-market-information__btn {
    margin-top: 20px;
  }

  .top-app-download__link-os img {
    width: 100%;
  }

  .top-recommend-item {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
  }

  .top-recommend-item__container {
    display: block;
  }

  .top-recommend-item__img {
    max-width: none;
  }

  .top-account-conversion {
    padding-top: 56px;
    padding-bottom: 60px;
  }

  .top-account-conversion__maintext {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .account-opening-area {
    width: calc(100% - 40px);
    margin: 15px auto;
  }

  .app-acount-benefits {
    background: #2883d8;
    padding: 30px 0;
  }

  .app-acount-benefits__title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .app-acount-benefits-download__group {
    max-width: 316px;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 0 12px;
  }

  .app-acount-benefits-download__link {
    max-width: 140px;
    width: 100%;
    margin-right: 12px;
  }

  .app-acount-benefits-download__link:last-child {
    margin-right: 0;
  }

  .new-acount-benefits {
    padding: 60px 15px 80px;
  }

  .new-acount-benefits__list {
    max-width: 750px;
    width: 100%;
  }

  .new-acount-benefits__list-item {
    display: block;
    margin: 0;
    margin-bottom: 45px;
    padding: 40px 18px;
  }

  .new-acount-benefits__image-box, .new-acount-benefits__text-box .list-circle, .new-acount-benefits__text-box p, .new-acount-benefits-atm {
    max-width: 500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .new-acount-benefits__title {
    font-size: 20px;
    text-align: center;
  }

  .new-acount-benefits__text-box {
    max-width: 100%;
  }

  .new-acount-benefits__image-box {
    max-width: 500px;
    width: 100%;
    margin: 20px auto 11px;
  }

  .new-acount-benefits__text-box .list-circle .list-circle__item {
    font-size: 14px;
  }

  .new-acount-benefits__list-item:nth-child(even) {
    flex-direction: row;
    padding: 40px 18px;
  }

  .new-acount-benefits-atm {
    margin-top: 20px;
  }

  .new-acount-benefits-atm__text-box {
    width: 100%;
  }

  .new-acount-benefits-atm__text {
    margin-top: 19px;
  }

  .new-acount-benefits-atm__image-box {
    margin-top: 10px;
    width: 100%;
  }

  .new-acount-benefits__annotation {
    max-width: 750px;
    width: 100%;
    margin: auto;
    padding: 20px;
  }

  .reasons-choose {
    padding: 60px 15px 84px;
  }

  .reasons-choose__list {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }

  .reasons-choose__item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .reasons-choose__image {
    width: 100%;
  }

  .reasons-choose__item:nth-child(even) {
    margin-right: 0;
  }

  .reasons-choose__annotation {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 15px;
  }

  .products-and-services {
    padding: 60px 0;
  }

  .products-and-services__list {
    display: block;
    margin: 0 -20px;
  }

  .products-and-services__list-item {
    width: auto;
    margin: 0;
    padding: 0;
    display: block;
    position: static;
    border-bottom: 1px solid #dbe3e8;
    min-height: auto !important;
  }

  .products-and-services__list-item:first-child {
    border-top: 1px solid #dbe3e8;
  }

  .products-and-services__list-item.open .products-and-services__btn::before {
    content: "\e915";
  }

  .products-and-services__list-box {
    border: none;
    border-radius: 0;
    display: block;
  }

  .products-and-services__img {
    background: transparent;
    width: 28px;
    height: 28px;
    display: flex;
    flex-basis: 28px;
    border-radius: 0;
    margin: 0 20px 0 0;
  }

  .products-and-services__title {
    flex: 1;
    text-align: left;
    min-height: auto;
  }

  .products-and-services__title-main {
    display: inline;
    font-size: 14px;
  }

  .products-and-services__title-sub {
    display: inline;
    font-weight: bold;
    margin-left: -5px;
  }

  .products-and-services__title-sub::before {
    content: "（";
  }

  .products-and-services__title-sub::after {
    content: "）";
  }

  .products-and-services__btn {
    background: none;
    display: flex;
    width: 100%;
    flex-direction: row;
    margin: 0;
    padding: 16px 40px 16px 20px;
    position: relative;
    pointer-events: auto;
  }

  .products-and-services__btn::before {
    display: block;
    content: "\e904";
    color: #2071bd;
    font-family: icomoon;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(50%, -50%);
  }

  .products-and-services__inside {
    display: none;
    width: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    position: static;
    transform: none;
  }

  .products-and-services__inside-list {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }

  .products-and-services__inside-list-item {
    margin-right: 0;
    margin-bottom: 0;
    border-top: 1px solid #dbe3e8;
  }

  .products-and-services__inside-list-item .text-link--icon {
    color: #222;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 20px 40px 20px 20px;
    position: relative;
  }

  .products-and-services__inside-list-item [class^="icon-"] {
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(50%, -50%);
  }

  .products-and-services__sub-content {
    margin: 0 -20px;
  }

  .products-and-services__sub-list {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }

  .products-and-services__sub-list-item {
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #dbe3e8;
  }

  .products-and-services__sub-list-item .text-link--icon {
    color: #222;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 20px 40px 20px 20px;
    position: relative;
  }

  .products-and-services__sub-list-item [class^="icon-"] {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(50%, -50%);
    padding: 0;
    margin: 0;
    line-height: 1;
    width: 15px;
    text-align: center;
  }

  .products-and-services__btn-list {
    display: block;
  }

  .products-and-services__btn-list-item {
    width: auto;
    margin: 0 auto;
  }

  .products-and-services__btn-list-item:not(:last-child) {
    margin-right: auto;
    margin-bottom: 20px;
  }

  /* 既存　商品・サービス */
  .for-customer .products-and-services {
    padding: 40px 0;
  }

  .for-customer .products-and-services__list-box {
    font-weight: bold;
    line-height: 1.5;
  }

  .for-customer .products-and-services__list-item {
    border: none;
    margin-bottom: 10px;
  }

  .for-customer .products-and-services__list-item:last-child {
    margin-bottom: 0;
  }

  .for-customer .products-and-services__list {
    padding: 0 20px;
  }

  .for-customer .products-and-services__btn {
    padding: 20px 25px;
    font-size: 18px;
  }

  .for-customer .products-and-services__btn::before {
    font-weight: normal;
    right: 29px;
  }

  .for-customer .products-and-services__img {
    width: 40px;
    height: 40px;
  }

  .for-customer .products-and-services__img img {
    min-width: 40px;
  }

  .for-customer .products-and-services__inside {
    background-color: #f6f8f9;
  }

  .for-customer .products-and-services__inside-list-item {
    border: none;
    margin-bottom: 2px;
    background-color: #fff;
  }

  .top-contact-area {
    font-size: 14px;
    padding: 48px 0;
  }

  .top-contact-area__main-text {
    font-size: 16px;
  }

  .top-contact-area__link-list {
    display: block;
    max-width: 700px;
    margin: 26px auto 40px;
  }

  .top-contact-area__link-list-item {
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex: 1;
    padding: 29px 40px 28px;
  }

  .top-contact-area__link-list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 14px;
  }

  .top-contact-area__link-img {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .top-contact-area__link-img img {
    width: 45px;
    height: 45px;
  }

  .top-contact-area__link-text {
    flex: 1;
  }

  .notification-and-news .column > [class^="column__"] {
    margin-bottom: 80px;
  }

  .top-efforts-list {
    display: block;
    margin: 0 -20px !important;
  }

  .top-efforts-list__item {
    width: auto;
    padding: 0;
  }

  .top-efforts-list__item-link {
    border: none;
    border-top: 1px solid #cdd6dd;
    display: block;
    padding: 14px 45px 14px 20px;
    position: relative;
  }

  .top-efforts-list__item:last-child .top-efforts-list__item-link {
    border-bottom: 1px solid #cdd6dd;
  }

  .top-efforts-list__item-link [class^="icon-"] {
    right: 20px;
    transform: translate(0, -50%);
  }

  .top-efforts-banner__col {
    display: block;
    margin-top: 60px;
  }

  .top-efforts-banner__col-item {
    text-align: center;
  }

  .top-efforts-banner__col-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .top-efforts-banner__col-item img {
    width: 285px;
  }

  .top-group-company-service {
    background-color: #f6f8f9;
  }

  .top-group-company-service .top-h2 {
    font-size: 16px;
  }

  .app-acount-benefits__box .link--external::after {
    background: url(/common21/imgs/icon-newtab-white.svg) no-repeat center/contain;
  }

  .app-acount-benefits__box a {
    color: #fff;
  }
}

/* ヘッダー上バナー用メディアクエリ PC */
@media screen and (min-width: 768px) {
  .pc-header-banner-hidden {
    display: none;
  }
}

/* ヘッダー上バナー用メディアクエリ SP */
@media screen and (max-width: 767px) {
  .sp-header-banner-hidden {
    display: none;
  }

  .top-header-banner {
    height: auto;
    align-items: stretch;
  }

  .top-header-banner__link {
    justify-content: flex-start;
  }

  .top-header-banner__link a {
    width: 100%;
  }

  .top-header-banner__link img {
    max-height: none;
    width: 100%;
  }

  .top-header-banner__close-btn {
    padding: 0 8px;
    background: #2071bd;
    width: 40px;
    height: 100%;
  }
}

/* 既存「よく見られているコンテンツ」のキャッシュプレゼントプロラムの改行修正 */
@media screen and (max-width: 1019px), screen and (min-width: 1165px) {
  .contents-cashpresent-br {
    display: none;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1164.5px) {
  .popular-content__img.cashpresent-img {
    margin: 30px auto 10px;
  }
}
/* 既存「商品サービス」のサービスタブのキャッシュプレゼントプログラムの改行修正 */
@media screen and (max-width: 1051.5px) {
  .service-cashpresent-br {
    display: none;
  }
}

  /* カルーセル */
  div.slider__list > .slider__item:not(:first-child) {
    display: none;
  }


