/* ----------------------------------------
  /business/provision/
---------------------------------------- */
.List-number__layout.C-List-provision .List-number__marker {
  position: relative;
  width: 2.75em;
}
.List-number__layout.C-List-provision .List-number__marker sup {
  position: absolute;
  top: 0;
  font-size: 11px;
}

/* ----------------------------------------
  /business/atm/
---------------------------------------- */
.C-Container-atm {
  overflow: hidden;
}
.C-Container-atm ul {
  padding: 0;
}
.C-Container-atm li {
  list-style: none;
}

.C-MainContents-atm .MainContents__inner {
  margin-top: 0;
  padding-top: 0;
}

.C-Main-atm {
  padding: 26px 0;
  background: #f9f9f9;
}
.C-Main-atm .C-Main-atm__inner {
  position: relative;
  margin: 0 auto;
}
.C-Main-atm .Main__inner {
  margin-top: 0;
  padding-top: 26px;
}
.C-Main-atm .Heading__module01 {
  margin-bottom: 0;
  text-align: center;
}
.C-Main-atm__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 6px 10px;
  background: #e60012;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.C-Main-atm__heading-title--sub {
  color: #07a32b;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.C-Main-atm__main-img {
  display: block;
  width: 227px;
  margin: 0 auto;
  transform: translate(-10px, -12px);

  -webkit-transform: translate(-10px, -12px);
}
.C-Main-atm__place-list {
  display: flex;

  gap: 0 8px;
}
.C-Main-atm__place-list li {
  position: relative;
}
.C-Main-atm__place-list li img {
  width: 100%;
}
.C-Main-atm__place-list li p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2px 0;
  background: #4b6168;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.C-Contents-atm-problem {
  position: relative;
  z-index: 10;
  background-image: url(/shared2022/images/business/atm/bg_feature.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 770px;
}
.C-Contents-atm-problem__title {
  margin-bottom: 32px;
  color: #cc0200;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.C-Contents-atm-problem__list {
  display: flex;
  width: 325px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;

  gap: 0 24px;
}
.C-Contents-atm-problem__item {
  position: relative;
  height: 150px;
  width: 150px;
  background: #fff;
  border-radius: 50%;
}
.C-Contents-atm-problem__item:last-child {
  margin-top: -8px;
}
.C-Contents-atm-problem__item img {
  display: block;
  width: 48px;
  margin: 0 auto;
  transform: translateY(-14px);

  -webkit-transform: translateY(-14px);
}
.C-Contents-atm-problem__item p {
  display: flex;
  height: 6.4em;
  width: 100%;
  justify-content: center;
  color: #cc0200;
  font-size: 12px;
  font-weight: 700;
  align-items: center;
  text-align: center;
  transform: translateY(-8px);

  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -webkit-transform: translateY(-8px);
}
.C-Contents-atm-problem__end {
  padding: 20px 0 36px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
}

.C-Contents-atm-merit {
  margin-top: -40px;
  padding: 64px 0 28px;
  background: #fefaef;
}
.C-Contents-atm-merit__title {
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #00a32b;
  color: #00a32b;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.C-Contents-atm-merit__list {
  display: flex;
  flex-wrap: wrap;
}
.C-Contents-atm-merit__list > li {
  margin-bottom: 20px;
}
.C-Contents-atm-merit__list > li:nth-child(odd) {
  width: 51.5%;
}
.C-Contents-atm-merit__list > li:nth-child(even) {
  width: 48.5%;
}

.C-Contents-atm-location__title {
  margin: 20px 0;
  color: #00a32b;
  font-size: 17px;
  text-align: center;
}
.C-Contents-atm-location__list {
  display: flex;
  flex-wrap: wrap;

  gap: 24px 0;
}
.C-Contents-atm-location__item {
  width: 25%;
}
.C-Contents-atm-location__item img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.C-Contents-atm-location__item:nth-child(-n+4) {
  width: 50%;
}
.C-Contents-atm-location__item:nth-child(-n+4) .C-Contents-atm-location__item-title {
  font-size: 13px;
}
.C-Contents-atm-location__item.--other {
  position: relative;
}
.C-Contents-atm-location__item.--other .C-Contents-atm-location__item-title, .C-Contents-atm-location__item.--other img {
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 11px;
  transform: translate(0, -50%);

  -webkit-transform: translate(0, -50%);
}
.C-Contents-atm-location__item.--other .C-Contents-atm-location__item-title {
  padding-bottom: 4px;
}
.C-Contents-atm-location__item.--other img {
  padding-top: 16px;
}
.C-Contents-atm-location__item-title {
  display: flex;
  min-height: 3.2em;
  justify-content: center;
  color: #00a32b;
  font-size: 10px;
  font-weight: 700;
  align-items: center;
  text-align: center;

  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
.C-Contents-atm-location__item-txt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px auto 0;
  padding-left: 11px;
  color: #5a5a5a;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
}
.C-Contents-atm-location__item-txt::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: '';
  display: block;
  height: 9px;
  width: 9px;
  background: #00a32b;
  border-radius: 50%;
}

.C-Contents-atm-case {
  margin-top: 24px;
  padding: 20px 0 4px;
  background: #fefaef;
}
.C-Contents-atm-case__list {
  padding: 0 12px !important;
}
.C-Contents-atm-case__item {
  margin-bottom: 40px;
  color: #5a5a5a;
}
.C-Contents-atm-case__title {
  margin-bottom: 16px;
  padding-bottom: 24px;
  background: url(/shared2022/images/business/atm/img_case_arrow_sp.svg) no-repeat;
  background-position: center bottom;
  background-size: 100%;
  text-align: center;
}
.C-Contents-atm-case__title h3 {
  font-size: 17px;
  font-weight: 500;
}
.C-Contents-atm-case__title span {
  margin-left: 0.1em;
  font-size: 12px;
}
.C-Contents-atm-case__txt {
  margin-bottom: 16px;
  font-size: 14px;
}

.C-Contents-atm-flow {
  margin-bottom: 24px;
}
.C-Contents-atm-flow__list {
  display: flex;
  margin: 20px 0 12px;
  color: #5a5a5a;
}
.C-Contents-atm-flow__item {
  position: relative;
  width: 25%;
}
.C-Contents-atm-flow__item:nth-child(1) {
  z-index: 3;
}
.C-Contents-atm-flow__item:nth-child(2) {
  z-index: 2;
}
.C-Contents-atm-flow__item:nth-child(2) .C-Contents-atm-flow__step {
  margin-left: -11px;
}
.C-Contents-atm-flow__item:nth-child(3) {
  z-index: 1;
}
.C-Contents-atm-flow__item:nth-child(3) .C-Contents-atm-flow__step {
  margin-left: -9px;
}
.C-Contents-atm-flow__item:nth-child(4) {
  z-index: 0;
}
.C-Contents-atm-flow__item:nth-child(4) .C-Contents-atm-flow__step {
  margin-left: -7px;
}
.C-Contents-atm-flow__item:nth-child(4) .C-Contents-atm-flow__title {
  height: 22px;
  color: #00a32b;
  font-size: 16px;
  transform: translate(4px, 0);

  -webkit-transform: translate(4px, 0);
}
.C-Contents-atm-flow__item:nth-child(4) .C-Contents-atm-flow__icon {
  width: 80%;
  transform: translate(4px, 0);

  -webkit-transform: translate(4px, 0);
}
.C-Contents-atm-flow__step {
  display: block;
  height: 24px;
  max-width: none;
}
.C-Contents-atm-flow__title {
  display: flex;
  height: 2.5em;
  width: 100%;
  margin: 8px 0;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  align-items: center;
  line-height: 1.25;
  text-align: center;

  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
.C-Contents-atm-flow__icon {
  display: block;
  width: 52%;
  margin: 0 auto;
}

.C-Contents-atm-contact {
  padding: 16px 0;
  background: #778c9a;
  color: #fff;
}
.C-Contents-atm-contact__title {
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}
.C-Contents-atm-contact__target {
  margin: 14px 0;
  padding: 4px 0;
  border: solid #fff;
  border-width: 1px 0;
  font-size: 12px;
  text-align: center;
}
.C-Contents-atm-contact__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;

  gap: 0 10px;
}
.C-Contents-atm-contact__item {
  text-align: center;
}
.C-Contents-atm-contact__item h4 {
  font-size: 10px;
  font-weight: 400;
}
.C-Contents-atm-contact__item a {
  color: inherit;
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 24px;
  text-decoration: none;
}
.C-Contents-atm-contact__or {
  padding-bottom: 10px;
  font-size: 10px;
  font-weight: 700;
}
.C-Contents-atm-contact__txt {
  margin: 8px 0;
  font-size: 10px;
  text-align: center;
}
.C-Contents-atm-contact__datetime {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.C-Contents-atm-contact__datetime span {
  display: block;
  font-size: 12px;
}

.C-AtmCar-Kv img {
  max-width: 675px;
  margin: 0 auto;
}

/* ----------------------------------------
  /business/service_deposit/
---------------------------------------- */
.C-ServiceDeposit-main {
  padding-top: 26px;
  background: #f9f9f9;
  text-align: center;
}
.C-ServiceDeposit-main__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 6px 10px;
  background: #07a32b;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.C-ServiceDeposit-main__txt {
  margin: 10px 0 16px;
  color: #07a32b;
  font-weight: 700;
}
.C-ServiceDeposit-main__img-main {
  margin-bottom: 10px;
}

.C-ServiceDeposit-about__section {
  margin-bottom: 30px;
}
.C-ServiceDeposit-about__icon {
  display: flex;
  height: 115px;
  width: 115px;
  margin: 0 auto;
  justify-content: center;
  border: 1px solid #07a32b;
  border-radius: 50%;
  color: #07a32b;
  font-size: 14px;
  align-items: center;
  text-align: center;
}
.C-ServiceDeposit-about__icon img {
  width: 48px;
}

/* ----------------------------------------
  /business/service_deposit/voice.html
---------------------------------------- */
.C-Voice-item_icon {
  height: 100px;
  width: 100px;
}
.C-Voice-item_icon > img {
  margin: 0;
}

.C-Voice-item_description {
  position: relative;
  margin-top: 32px;
  padding: 24px;
  border: 2px solid #07a32b;
}
.C-Voice-item_description::before {
  position: absolute;
  left: 38px;
  top: -24.5px;
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  background: url(/shared2022/images/business/service_deposit/voice/img_voice_arrow.svg) no-repeat right center;
  background-size: contain;
  transform: rotate(90deg);

  -webkit-transform: rotate(90deg);
}

.C-Voice-item_head {
  padding-bottom: 12px;
  border-bottom: 2px solid #07a32b;
}
.C-Voice-item_head > * {
  flex-shrink: 0;
}

.C-Voice-item_customer {
  margin-top: 8px;
  font-size: 14px;
  text-align: right;
}

.C-Voice-item_img {
  margin: 16px auto 0;
  flex-shrink: 0;
  align-self: center;

  -ms-grid-row-align: center;
}
.C-Voice-item_img > img {
  display: block;
  max-height: 160px;
  max-width: 160px;
  margin: auto;
}
@media all and (min-width: 641px) {
  .C-Contents-atm-merit {
    max-width: 1000px;
    margin: -80px auto 0;
    padding: 120px 0 28px;
  }
  .C-Contents-atm-location__item:nth-child(-n+4) .C-Contents-atm-location__item-title {
    font-size: 16px;
  }
  .C-Contents-atm-location__item.--other .C-Contents-atm-location__item-title, .C-Contents-atm-location__item.--other img {
    font-size: 16px;
  }
  .C-Contents-atm-location__item-title {
    font-size: 16px;
  }
  .C-Contents-atm-flow__item:nth-child(2) .C-Contents-atm-flow__step, .C-Contents-atm-flow__item:nth-child(3) .C-Contents-atm-flow__step {
    margin-left: -16px;
  }
  .C-Contents-atm-flow__item:nth-child(4) .C-Contents-atm-flow__step {
    margin-left: -12px;
  }
  .C-Contents-atm-flow__step {
    height: 37px;
  }
}
@media all and (min-width: 769px) {
  .C-Main-atm {
    padding: 40px 0;
  }
  .C-Main-atm .C-Main-atm__inner {
    max-width: 760px;
  }
  .C-Main-atm .Heading__module01 {
    text-align: left;
  }
  .C-Main-atm__head {
    margin: 0 0 16px;
  }
  .C-Main-atm__heading-title--sub {
    margin-top: 12px;
    font-size: 16px;
    text-align: left;
  }
  .C-Main-atm__main-img {
    position: absolute;
    right: 0;
    top: 36px;
    width: 300px;
  }
  .C-Main-atm__place-list {
    margin-top: 32px;
  }
  .C-Main-atm__place-list li {
    width: 140px;
  }
  .C-Main-atm__place-list li p {
    padding: 4px 0;
    font-size: 14px;
  }
  .C-Contents-atm-problem {
    background-size: 1280px;
  }
  .C-Contents-atm-problem__title {
    margin-bottom: 72px;
    padding-top: 16px;
    font-size: 44px;
  }
  .C-Contents-atm-problem__list {
    width: 592px;
  }
  .C-Contents-atm-problem__item {
    height: 284px;
    width: 284px;
  }
  .C-Contents-atm-problem__item img {
    width: 88px;
    transform: translateY(-28px);

    -webkit-transform: translateY(-28px);
  }
  .C-Contents-atm-problem__item p {
    font-size: 20px;
    transform: translateY(-2px);

    -webkit-transform: translateY(-2px);
  }
  .C-Contents-atm-problem__end {
    padding: 40px 0 68px;
    font-size: 40px;
    font-weight: 700;
  }
  .C-Contents-atm-merit__title {
    max-width: 875px;
    margin: 0 auto 56px;
    padding-bottom: 20px;
    font-size: 44px;
  }
  .C-Contents-atm-merit__list {
    max-width: 875px;
    margin: 0 auto;
  }
  .C-Contents-atm-merit__list > li {
    margin-bottom: 36px;
  }
  .C-Contents-atm-location__title {
    margin: 32px 0;
    font-size: 44px;
  }
  .C-Contents-atm-location__item:nth-child(-n+4) {
    width: 25%;
  }
  .C-Contents-atm-location__item:nth-child(-n+4) .C-Contents-atm-location__item-title {
    font-size: 20px;
  }
  .C-Contents-atm-location__item.--other .C-Contents-atm-location__item-title, .C-Contents-atm-location__item.--other img {
    font-size: 26px;
  }
  .C-Contents-atm-location__item.--other .C-Contents-atm-location__item-title {
    padding-bottom: 24px;
  }
  .C-Contents-atm-location__item-title {
    font-size: 24px;
  }
  .C-Contents-atm-location__item-txt {
    padding-left: 20px;
    font-size: 14px;
  }
  .C-Contents-atm-location__item-txt::before {
    height: 16px;
    width: 16px;
  }
  .C-Contents-atm-case__list {
    display: flex;

    gap: 0 48px;
  }
  .C-Contents-atm-case__item {
    width: 50%;
  }
  .C-Contents-atm-case__title {
    position: relative;
    display: flex;
    height: 160px;
    padding-bottom: 30px;
    justify-content: center;
    background-image: url(/shared2022/images/business/atm/img_case_arrow_pc.svg);
    align-items: center;
  }
  .C-Contents-atm-case__title h3 {
    font-size: 32px;
  }
  .C-Contents-atm-case__title span {
    font-size: 22px;
  }
  .C-Contents-atm-case__txt {
    min-height: 250px;
    font-size: 18px;
  }
  .C-Contents-atm-flow {
    margin-bottom: 72px;
  }
  .C-Contents-atm-flow__list {
    max-width: 732px;
    margin: 36px auto;
  }
  .C-Contents-atm-flow__item:nth-child(2) .C-Contents-atm-flow__step, .C-Contents-atm-flow__item:nth-child(3) .C-Contents-atm-flow__step {
    margin-left: -34px;
  }
  .C-Contents-atm-flow__item:nth-child(4) .C-Contents-atm-flow__step {
    margin-left: -28px;
  }
  .C-Contents-atm-flow__item:nth-child(4) .C-Contents-atm-flow__title {
    height: 55px;
    font-size: 28px;
    transform: translate(16px, 0);

    -webkit-transform: translate(16px, 0);
  }
  .C-Contents-atm-flow__item:nth-child(4) .C-Contents-atm-flow__icon {
    transform: translate(16px, 0);

    -webkit-transform: translate(16px, 0);
  }
  .C-Contents-atm-flow__step {
    height: 55px;
  }
  .C-Contents-atm-flow__title {
    font-size: 18px;
  }
  .C-Contents-atm-contact {
    padding: 44px 0 52px;
  }
  .C-Contents-atm-contact .Section__inner {
    max-width: 900px;
  }
  .C-Contents-atm-contact__title {
    font-size: 40px;
  }
  .C-Contents-atm-contact__target {
    margin: 48px 0 32px;
    padding: 6px 0;
    font-size: 28px;
  }
  .C-Contents-atm-contact__list {
    gap: 0 32px;
  }
  .C-Contents-atm-contact__item h4 {
    font-size: 22px;
  }
  .C-Contents-atm-contact__item a {
    font-size: 54px;
  }
  .C-Contents-atm-contact__or {
    padding-bottom: 26px;
    font-size: 20px;
  }
  .C-Contents-atm-contact__txt {
    margin: 20px 0 12px;
    font-size: 16px;
  }
  .C-Contents-atm-contact__datetime {
    font-size: 20px;
  }
  .C-Contents-atm-contact__datetime span {
    display: inline;
    font-size: 20px;
  }
  .C-ServiceDeposit-main {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    padding: 36px 0;
    text-align: left;
  }
  .C-ServiceDeposit-main__inner {
    max-width: 1116px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .C-ServiceDeposit-main__head {
    margin: 0 0 16px;
    font-size: 20px;
  }
  .C-ServiceDeposit-main__txt {
    margin: 20px 0 30px;
  }
  .C-ServiceDeposit-main__img-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
    height: 100%;
    width: 100%;
  }
  .C-ServiceDeposit-main__img-main img {
    height: 100%;
    width: 100%;

    -o-object-fit: cover;
    object-fit: cover;
  }
  .C-ServiceDeposit-main__img-sub {
    width: 520px;
  }
  .C-ServiceDeposit-about__section {
    display: flex;
    align-items: center;
  }
  .C-ServiceDeposit-about__icon {
    margin: 0 40px 0 0;
    flex-shrink: 0;
  }
  .C-Voice-item_icon {
    height: 120px;
    width: 120px;
  }
  .C-Voice-item_description {
    margin-top: 0;
  }
  .C-Voice-item_description::before {
    left: -24px;
    top: 48px;
    transform: none;

    -webkit-transform: none;
  }
  .C-Voice-item_head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .C-Voice-item_content {
    display: flex;
    justify-content: space-between;

    gap: 0 24px;
  }
  .C-Voice-item_img {
    width: 25%;
    margin: 0;
  }
}
@media all and (min-width: 1025px) {
  .C-Main-atm .C-Main-atm__inner {
    max-width: 1000px;
  }
  .C-Main-atm__main-img {
    right: -28px;
    top: -48px;
    width: 409px;
  }
  .C-Main-atm__place-list {
    gap: 30px;
  }
  .C-Main-atm__place-list li {
    width: 170px;
  }
  .C-Contents-atm-problem {
    background-size: 1000px;
  }
  .C-Contents-atm-problem__list {
    width: 903px;
  }
  .C-Contents-atm-location__item:nth-child(-n+4) .C-Contents-atm-location__item-title {
    font-size: 24px;
  }
  .C-Contents-atm-case {
    max-width: 1000px;
    margin: 28px auto 0;
    padding: 20px 36px 24px;
  }
  .C-Contents-atm-case__list {
    gap: 0 98px;
  }
  .C-Contents-atm-case__txt {
    min-height: 220px;
  }
  .C-Contents-atm-flow__list {
    max-width: 1000px;
  }
  .C-Contents-atm-flow__step {
    height: 74px;
  }
  .C-Contents-atm-flow__title {
    font-size: 22px;
  }
  .C-Contents-atm-contact__list {
    gap: 0 80px;
  }
  .C-ServiceDeposit-main__img-sub {
    width: 630px;
  }
}

