#page-top .MainContents {
  overflow-x: hidden;
}

#page-top .FollowingMenu__block {
  bottom: 98px;
}

html[lang=en] #page-top #T-ATMLocator .Search__text::-webkit-input-placeholder {
  font-size: 1rem;
}

html[lang=en] #page-top #T-ATMLocator .Search__text::-moz-placeholder {
  font-size: 1rem;
}

html[lang=en] #page-top #T-ATMLocator .Search__text:-ms-input-placeholder {
  font-size: 1rem;
}

html[lang=en] #page-top #T-ATMLocator .Search__text::-ms-input-placeholder {
  font-size: 1rem;
}

html[lang=en] #page-top #T-ATMLocator .Search__text::placeholder {
  font-size: 1rem;
}

#T-ATMLocator {
  overflow-x: hidden;
}

._hov05:hover video {
  opacity: 0.8;
}

.T-MainVisual__layout {
  position: relative;
  height: auto;
  width: 100%;
  padding-top: 116%;
  background-image: url('/shared2022/images/img_main_visual_sm.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.T-MainVisual__layout__campaign video {
  margin: auto;
  width: 100%;
}


.T-MainVisual__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.T-Heading__module01 {
  height: auto;
  width: 100%;
  padding: 10vw 6.9vw 0;
  /* margin-left: 3vw;
  margin-top: 7vw; */
}

.T-Heading__module01 img {
  width: 301px;
}

.en .T-Heading__module01 img {
  width: 100%;
}

.T-SPMenu__layout {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.T-SPMenu__list {
  display: flex;
}

.T-SPMenu__item {
  position: relative;
  width: 25%;
  min-height: 80px;
  background-color: #fdfbf0;
}

.T-SPMenu__item:nth-child(n+2)::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  height: 61px;
  width: 1px;
  background-color: #d9d9d9;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}

.T-SPMenu__link {
  display: flex;
  height: 100%;
  width: 100%;
  padding-bottom: 6px;
  padding-top: 9px;
  flex-direction: column;
  color: #07a32b;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.T-SPMenu__link::before {
  content: '';
  display: block;
  height: 28px;
  width: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;

  margin-inline: auto;
}

.T-SPMenu__link.-linkA::before {
  background-image: url('/shared2022/images/common/ico_76x76_09.svg');
}

.T-SPMenu__link.-linkB::before {
  background-image: url('/shared2022/images/common/ico_76x76_04.svg');
}

.T-SPMenu__link.-linkC::before {
  background-image: url('/shared2022/images/common/ico_76x76_21.svg');
}

.T-SPMenu__link.-linkD::before {
  background-image: url('/shared2022/images/common/ico_76x76_29.svg');
}

.T-SPMenu__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}

.T-SPMenu__small {
  display: block;
  font-size: 1rem;
  line-height: 1.1;
}

.T-Search__block {
  max-width: 325px;
  padding-bottom: 42px;
  padding-top: 41px;

  margin-inline: auto;
}

.T-Section.-colorOrangeA {
  background-color: #fff9d9;
}

.T-Section.-colorGreenA {
  background-color: #e5f6e9;
}

.T-Section .Heading__moduleEN02 {
  margin-top: 0;
}

.T-Section .Button__layout {
  margin-bottom: 0;
}

.T-Section__inner {
  padding: 50px 20px 60px;
}

.T-Section.-colorOrangeA .T-Section__inner {
  padding-bottom: 60px;
  padding-top: 60px;
}

.T-Section.-colorGreenA .T-Section__inner {
  padding-bottom: 60px;
  padding-top: 50px;
}

#T-ATMLocator .T-Section__inner {
  position: relative;
}

.T-Search__wrapper {
  margin-top: 20px;
  padding: 20px 18px;
  background-color: #fff;
}

.T-Search__item:nth-child(1) {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

.T-Search__item:nth-child(1) .ColorButton__layoutA {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 20px;
}

.T-Search__item:nth-child(2) .ColorButton__layoutA {
  margin-bottom: 20px;
}

.T-Search__item .Text__module {
  margin-bottom: 10px;
  text-align: center;
}

.T-ColorButton__layout {
  display: flex;
  padding-bottom: 21px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px #ccc;

  row-gap: 15px;
}

.T-ColorButton__item {
  height: auto;
  width: 47.6923076923%;
}

.T-ColorButton__item.-sizeLarge {
  width: 100%;
  max-width: initial;
}

.T-ColorButton__link {
  display: flex;
  height: 100%;
  padding: 9px 5px 15px;
  flex-direction: column;
  border-radius: 8px;
  color: #fff;
  align-items: center;
  text-decoration: none;
}

.T-ColorButton__item.-colorGreenA .T-ColorButton__link {
  background-color: #07a32b;
  border: solid 1px #07a32b;
}

.T-ColorButton__item.-colorGreenB .T-ColorButton__link {
  background-color: #07a32b;
  border: solid 1px #02a860;
}

.T-ColorButton__item.-colorOrangeA .T-ColorButton__link {
  background-color: #f99427;
  border: solid 1px #f99427;
}

.T-ColorButton__item.-colorOrangeB .T-ColorButton__link {
  background-color: #f99427;
  border: solid 1px #f99427;
}

.T-ColorButton__item.-colorRedA .T-ColorButton__link {
  background-color: #ff7639;
  border: solid 1px #ff7639;
}

.T-ColorButton__icon {
  display: block;
  height: 33px;
  width: 33px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.T-ColorButton__item.-colorGreenA .T-ColorButton__icon {
  background-image: url('/shared2022/images/common/ico_76x76_20_white.svg');
}

.T-ColorButton__item.-colorGreenB .T-ColorButton__icon {
  background-image: url('/shared2022/images/common/ico_76x76_11_white.svg');
}

.T-ColorButton__item.-colorOrangeA .T-ColorButton__icon {
  background-image: url('/shared2022/images/common/ico_76x76_04_white.svg');
}

.T-ColorButton__item.-colorOrangeB .T-ColorButton__icon {
  background-image: url('/shared2022/images/common/ico_76x76_29_white.svg');
}

.T-ColorButton__item.-colorRedA .T-ColorButton__icon {
  background-image: url('/shared2022/images/common/ico_76x76_52.svg');
}

.T-ColorButton__text {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  /* line-height: 1; */
  text-align: center;
}

.T-ColorButton__text::after {
  content: attr(data-text);
  display: block;
  margin-top: 0.2em;
  font-size: 1.4rem;
  font-weight: 400;
}

.T-ImageWraparound__layout::before {
  clear: both;
  content: '';
  display: block;
}

.T-SocialMedia__column {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  justify-content: space-between;

  -ms-grid-columns: (43px)[6];
  grid-template-columns: repeat(6, 43px);
}

.T-ImportantNotice__title {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: solid 3px #e60012;
  color: #e60012;
  font-size: 1.6rem;
  font-weight: 600;
}

.T-ImportantNotice__item:nth-child(n+2) {
  margin-top: 15px;
}

.T-ImportantNotice__link {
  display: inline-flex;
  color: #e60012;
  text-decoration: none;
}

.T-ImportantNotice__icon {
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
}

.T-ImportantNotice__text {
  margin-top: 0.2em;
}

@media all and (max-width: 768px) {
  .T-ImageWraparound__layout .T-ImageWraparound__image {
    float: right;
    margin-left: 10px;
    margin-top: -15px;
  }

  .T-ImageWraparound__layout .T-ImageWraparound__image>img {
    height: 145px;
    width: 116px;
  }
}

@media all and (min-width: 641px) {
  .T-Heading__module01 {
    padding: 52px 34px 0;
  }

  .en .T-Heading__module01 img {
    width: 78vw;
  }

  .T-Search__block {
    max-width: 500px;
  }

  .T-Section__inner {
    max-width: 500px;

    margin-inline: auto;
  }
}

@media all and (min-width: 769px) {
  #page-top .FollowingMenu__block {
    bottom: 0;
  }

  #T-ATMLocator .T-Heading__columnArea {
    width: 89%;
  }

  .T-MainVisual__layout {
    padding-top: 40.4099560761%;
    background-image: url('/shared2022/images/img_main_visual.jpg');
  }

  .T-MainVisual__inner {
    left: 50%;
    max-width: 1000px;
    transform: translateX(-50%);

    -webkit-transform: translateX(-50%);
  }

  .T-Heading__module01 {
    padding: 30px 34px 0;
  }

  .T-Heading__module01 img {
    width: 35vw;
    max-width: 301px;
  }

  .T-SPMenu__layout {
    display: none;
  }

  .T-Search__block {
    max-width: 1000px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;

    margin-inline: auto;
  }

  .T-Section__inner {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .T-Section.-colorOrangeA .T-Section__inner {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .T-Section.-colorGreenA .T-Section__inner {
    padding-bottom: 80px;
    padding-top: 70px;
  }

  .T-Section__inner {
    max-width: 1000px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;

    margin-inline: auto;
  }

  .T-Section__inner.-column02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .T-Section__inner.-column02>* {
    width: 49%;
  }

  .T-Search__wrapper {
    display: flex;
    padding: 46px 39px 39px;
  }

  .T-Search__item {
    width: 50%;
  }

  .T-Search__item:nth-child(1) {
    display: flex;
    margin-bottom: 0;
    padding-right: 40px;
    justify-content: center;
    border-bottom: none;
    border-right: solid 1px #ccc;
    align-items: center;
  }

  .T-Search__item:nth-child(1) .ColorButton__layoutA {
    width: 100%;
    padding-bottom: 30px;
  }

  .T-Search__item:nth-child(2) {
    padding-left: 40px;
  }

  .T-Search__item:nth-child(2) .ColorButton__layoutA {
    margin-bottom: 30px;
    margin-top: 10px;
  }

  #T-ATMLocator .T-Search__item:nth-child(2) .ColorButton__layoutA {
    margin-top: 10px;
  }

  .T-Search__item:nth-child(2) .Search__moduleB {
    -ms-grid-columns: 1fr 116px;
    grid-template-columns: 1fr 116px;
  }

  .T-Search__item:nth-child(2) .Search__moduleB .Search__text {
    padding: 22px 16px 23.5px 30px;
    background-position: 14px 26px;
    font-size: 1.3rem;
  }

  .T-Search__item .Text__module {
    text-align: left;
  }

  .T-ColorButton__layout {
    padding-bottom: 31px;
    row-gap: 30px;
  }

  .T-ColorButton__layout::after {
    content: "";
    display: block;
    width: calc((100% - 6%) / 3);
    max-width: initial;
  }

  .T-ColorButton__item {
    width: calc((100% - 6%) / 3);
    max-width: initial;
  }

  .T-ColorButton__item._2column {
    width: calc((100% - 6%) / 2);
    max-width: initial;
  }



  .T-ColorButton__link {
    min-height: 170px;
    padding-bottom: 17px;
    padding-top: 30px;
  }

  .T-ColorButton__icon {
    height: 60px;
    width: 60px;
  }

  .T-ColorButton__text {
    margin-top: 22px;
    font-size: 1.8rem;
    font-weight: 600;
  }

  .T-ColorButton__text::after {
    margin-top: 0.4em;
  }

  .T-ImageWraparound__layout .T-ImageWraparound__image {
    position: absolute;
    right: 0;
    top: 29px;
    transform: translateX(60%);

    -webkit-transform: translateX(60%);
  }

  .T-SocialMedia__column {
    -ms-grid-columns: (63px)[6];
    grid-template-columns: repeat(6, 63px);
  }

  .T-ImportantNotice__item:nth-child(n+2) {
    margin-top: 20px;
  }

  .T-ImportantNotice__text {
    margin-top: 0;
  }

  .T-Heading__columnArea {
    display: flex;
    column-gap: 50px;

    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
  }

  .T-Heading__columnArea .Heading__moduleEN02 {
    flex-shrink: 0;
  }

  .T-Group__block {
    display: -ms-grid;
    display: grid;

    -ms-grid-columns: 1fr 48%;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 48%;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .T-Group__block .Heading__moduleEN02 {
    margin-bottom: 25px;
    margin-top: 30px;

    -ms-grid-column: 2;
    grid-column: 2/3;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    grid-row: 1/2;
    -ms-grid-row-span: 1;
  }

  .T-Group__block .Text__module {
    margin-bottom: 35px;

    -ms-grid-column: 2;
    grid-column: 2/3;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    grid-row: 2/3;
    -ms-grid-row-span: 1;
  }

  .T-Group__block .Image__moduleA {
    margin: 0;

    -ms-grid-column: 1;
    grid-column: 1/2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    grid-row: 1/4;
    -ms-grid-row-span: 3;
  }

  .T-Group__block .Button__layout {
    -ms-grid-column: 2;
    grid-column: 2/3;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    grid-row: 3/4;
    -ms-grid-row-span: 1;
  }

  #T-Group .T-Group__block .Button__layout {
    margin-top: 0;
  }

  .T-Group__block .Button__layout .Button__moduleA {
    height: 60px;
  }
}

@media all and (min-width: 1025px) {
  .T-Heading__module01 {
    padding: 90px 0 0;
  }

  .en .T-Heading__module01 img {
    max-width: 350px;
  }

  .T-Search__block {
    padding-left: 0;
    padding-right: 0;
  }

  .T-Section__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .T-Heading__columnArea {
    column-gap: 110px;

    -webkit-column-gap: 110px;
    -moz-column-gap: 110px;
  }
}

@media all and (min-width: 1366px) {
  .T-MainVisual__inner {
    max-width: 1200px;
  }

  .en .T-Heading__module01 img {
    max-width: 438px;
  }

}

@media (hover: hover) and (pointer: fine) {
  .T-ColorButton__item.-colorGreenA .T-ColorButton__link:hover {
    background-color: #fff;
    border-color: #07a32b;
    color: #07a32b;
  }

  .T-ColorButton__item.-colorGreenB .T-ColorButton__link:hover {
    background-color: #fff;
    border-color: #02a860;
    color: #02a860;
  }

  .T-ColorButton__item.-colorGreenA .T-ColorButton__link:hover::before {
    background: url('/shared2022/images/common/ico_arrow_right_green.svg');
  }

  .T-ColorButton__item.-colorOrangeA .T-ColorButton__link:hover {
    background-color: #fff;
    border-color: #f99427;
    color: #f99427;
  }

  .T-ColorButton__item.-colorOrangeA .T-ColorButton__link:hover::before {
    background: url('/shared2022/images/common/ico_arrow_right_green.svg');
  }

  .T-ColorButton__item.-colorOrangeB .T-ColorButton__link:hover {
    background-color: #fff;
    border-color: #f99427;
    color: #f99427;
  }

  .T-ColorButton__item.-colorRedA .T-ColorButton__link:hover {
    background-color: #fff;
    border-color: #ff7639;
    color: #ff7639;
  }


  .T-ColorButton__item.-colorGreenA .T-ColorButton__link:hover .T-ColorButton__icon {
    background-image: url('/shared2022/images/common/ico_76x76_20.svg');
  }

  .T-ColorButton__item.-colorGreenB .T-ColorButton__link:hover .T-ColorButton__icon {
    background-image: url('/shared2022/images/common/ico_76x76_11.svg');
  }

  .T-ColorButton__item.-colorOrangeA .T-ColorButton__link:hover .T-ColorButton__icon {
    background-image: url('/shared2022/images/common/ico_76x76_04_paleorange.svg');
  }

  .T-ColorButton__item.-colorOrangeB .T-ColorButton__link:hover .T-ColorButton__icon {
    background-image: url('/shared2022/images/common/ico_76x76_29_paleorange.svg');
  }

  .T-ColorButton__item.-colorRedA .T-ColorButton__link:hover .T-ColorButton__icon {
    background-image: url('/shared2022/images/common/ico_76x76_52_darkorange.svg');
  }

  .T-SocialMedia__link:hover {
    opacity: 0.5;
  }

  .T-ImportantNotice__link:hover .T-ImportantNotice__text {
    text-decoration: underline;
  }
}

.TimeList__moduleA:nth-child(n+8) {
  display: none;
}

.LineList__item:nth-child(n+8) {
  display: none;
}

.Link__arrow {
  color: #333;
  padding-left: 0;
}

.Link__arrow::before {
  content: none;
}