@charset "UTF-8";
:root {
  /* color */
  --color-main: #009943;
  --color-sub: #0994df;
  --color-sub02: #00692e;
  --color-base: #fdfbf0;
  --color-base02: #e5f5e9;
  --color-base03: #e9f7ff;
  --color-font: #333333;
  --color-font-opa80: #333333cc;
  --color-white: #ffffff;
  /* font family */
  --font-family-Noto: "Noto Sans JP"; /* 和文 */
  --font-family-en: "Jost"; /* 欧文 */
  /* font weight */
  --font-weight-normal: 400; /* Regular */
  --font-weight-medium: 500; /* Medium */
  --font-weight-bold: 900; /* Black */
  /* type scale */
  --font-size-h1: 3.2rem; /* 32px */
  --font-size-h1-sub: 1.6rem; /* 16px */
  --font-size-h2: 3.2rem; /* 32px */
  --font-size-h3: 2.4rem; /* 24px */
  --font-size-h5: 2rem; /* 20px */
  --font-size-btn: 1.8rem; /* 18px */
  --font-size-p: 1.4rem; /* 14px */
  --font-size-caption: 1.2rem; /* 12px */
  --font-size-nav: 1.4rem; /* 14px */
  --line-height-tight: 1.4;
  --line-height-base: 1.8;
  --letter-spacing-base: 0.04em;
  /* heading margins */
  --margin-h2: 3.2rem; /* 32px */
  --margin-h3: 2.4rem; /* 24px */
  --margin-p: 1.4rem; /* 14px */
  /* content width */
  --content-width-full: 144rem; /* 1440px */
  --content-width-sp: 39rem; /* 390px */
  --content-width-inner: 33rem; /* 330px（SP内幅） */
  /* button */
  --btn-width-md: 30.4rem; /* 304px */
  --btn-space-lr: 2.4rem; /* 24px */
  --btn-space-tb: 1.6rem; /* 16px */
  --btn-margin: 1.6rem; /* 16px */
  /* spacing */
  --space-tb-md: 6.4rem; /* 64px */
  --space-tb-sm: 3.2rem; /* 32px */
  --space-tb-xs: 1.6rem; /* 16px */
  /* border radius */
  --radius-md: 0.8rem; /* 8px */
  --radius-full: 40rem; /* 400px */
  /* static size tokens */
  --size-4: 0.4rem; /* 4px */
  --size-8: 0.8rem; /* 8px */
  --size-12: 1.2rem; /* 12px */
  --size-40: 4rem; /* 40px */
  --size-64: 6.4rem; /* 64px */
  --size-80: 8rem; /* 80px */
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img, picture, video, canvas, svg {
  display: block;
  height: auto;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

ul[class],
ol[class] {
  padding-left: 0;
}

ul[class] > li[class],
ol[class] > li[class] {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

button {
  appearance: none;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.clickable,
button,
input[type=button],
input[type=submit],
label {
  cursor: pointer;
}

button,
input,
select,
textarea {
  appearance: none;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.Container .closeBlock01 a,
.Container .closeBlock02 a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

html {
  font-size: 62.5%;
}

.Header__body {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-grid-columns: 60px 60px 60px;
  grid-template-columns: 60px 60px 60px;
  height: 60px;
}


.Header__loginArea {
  position: relative;
  height: 60px !important;
  width: 100%;
}

.Header__toolArea {
  display: none;
  height: 60px !important;
}

.Header__searchArea {
  height: 60px !important;
  width: 100%
}

._forSP {
  display: none !important;
}

.Search__moduleA .Search__submit {
  border: none;
  display: none;
}



@media screen and (max-width:768px ) {
  html {
    font-size: 2.5641025641vw;
  }

    ._forSP {
      display: inherit !important;
    }
}

body {
  color: #1a1a1a;
  background-color: #ffffff;
  font-family: var(--font-family-Noto, "Noto Sans JP", sans-serif);
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.128em;
}

.Drawer__inner{
    letter-spacing: 0em !important;
    color: #333333;
}


@media screen and (max-width:768px ) {
  body {
    font-size: 1.4rem;
  }
}
body.active {
  overflow: hidden;
}

body.hidden {
  overflow: hidden;
}

.u-skip-link {
  display: none;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("/personal/atm/features/260601/font/notosansjp-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/personal/atm/features/260601/font/notosansjp-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/personal/atm/features/260601/font/notosansjp-black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("/personal/atm/features/260601/font/jost-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("/personal/atm/features/260601/font/jost-black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

ul[class],
ol[class] {
  padding-left: 0;
}

ul[class] > li[class],
ol[class] > li[class] {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

button {
  appearance: none;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.clickable,
button,
input[type=button],
input[type=submit],
label {
  cursor: pointer;
}

button,
input,
select,
textarea {
  appearance: none;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.Container .closeBlock01 a,
.Container .closeBlock02 a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

._hov05:hover img {
  opacity: 0.5;
}

._justify__start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

._justify__end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

._justify__center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

._justify__between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

._justify__around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

._justify__evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

._items__stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

._items__start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

._items__center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

._items__end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

._items__baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

._color__green {
  color: #07a32b !important;
}

._color__black {
  color: #333 !important;
}

._border__gray {
  border: solid 2px #ccc !important;
}

._bg__white {
  background-color: #fff !important;
}

._hidden {
  display: none !important;
}

._lineBreak {
  display: inline-block !important;
}

._block {
  display: block !important;
}

._inlineBlock {
  display: inline-block !important;
}

._inline {
  display: inline !important;
}

._fz10 {
  font-size: 1rem !important;
}

._fz11 {
  font-size: 1.1rem !important;
}

._fz12 {
  font-size: 1.2rem !important;
}

._fz13 {
  font-size: 1.3rem !important;
}

._fz14 {
  font-size: 1.4rem !important;
}

._fz15 {
  font-size: 1.5rem !important;
}

._fz16 {
  font-size: 1.6rem !important;
}

._fz17 {
  font-size: 1.7rem !important;
}

._fz18 {
  font-size: 1.8rem !important;
}

._fz19 {
  font-size: 1.9rem !important;
}

._fz20 {
  font-size: 2rem !important;
}

._fz21 {
  font-size: 2.1rem !important;
}

._fz22 {
  font-size: 2.2rem !important;
}

._fz23 {
  font-size: 2.3rem !important;
}

._fz24 {
  font-size: 2.4rem !important;
}

._fz25 {
  font-size: 2.5rem !important;
}

._fz26 {
  font-size: 2.6rem !important;
}

._fz27 {
  font-size: 2.7rem !important;
}

._fz28 {
  font-size: 2.8rem !important;
}

._fz29 {
  font-size: 2.9rem !important;
}

._fz30 {
  font-size: 3rem !important;
}

._fz31 {
  font-size: 3.1rem !important;
}

._fz32 {
  font-size: 3.2rem !important;
}

._fz33 {
  font-size: 3.3rem !important;
}

._fz34 {
  font-size: 3.4rem !important;
}

._fz35 {
  font-size: 3.5rem !important;
}

._fz36 {
  font-size: 3.6rem !important;
}

._fz37 {
  font-size: 3.7rem !important;
}

._fz38 {
  font-size: 3.8rem !important;
}

._fz39 {
  font-size: 3.9rem !important;
}

._fz40 {
  font-size: 4rem !important;
}

._fz41 {
  font-size: 4.1rem !important;
}

._fz42 {
  font-size: 4.2rem !important;
}

._fz43 {
  font-size: 4.3rem !important;
}

._fz44 {
  font-size: 4.4rem !important;
}

._fz45 {
  font-size: 4.5rem !important;
}

._fz46 {
  font-size: 4.6rem !important;
}

._fz47 {
  font-size: 4.7rem !important;
}

._fz48 {
  font-size: 4.8rem !important;
}

._fz49 {
  font-size: 4.9rem !important;
}

._fz50 {
  font-size: 5rem !important;
}

._fw400 {
  font-weight: 400 !important;
}

._fw500 {
  font-weight: 500 !important;
}

._fw600 {
  font-weight: 600 !important;
}

._gap0 {
  gap: 0 !important;
}

._gap1 {
  gap: 1px !important;
}

._gap2 {
  gap: 2px !important;
}

._gap3 {
  gap: 3px !important;
}

._gap4 {
  gap: 4px !important;
}

._gap5 {
  gap: 5px !important;
}

._gap6 {
  gap: 6px !important;
}

._gap7 {
  gap: 7px !important;
}

._gap8 {
  gap: 8px !important;
}

._gap9 {
  gap: 9px !important;
}

._gap10 {
  gap: 10px !important;
}

._gap11 {
  gap: 11px !important;
}

._gap12 {
  gap: 12px !important;
}

._gap13 {
  gap: 13px !important;
}

._gap14 {
  gap: 14px !important;
}

._gap15 {
  gap: 15px !important;
}

._gap16 {
  gap: 16px !important;
}

._gap17 {
  gap: 17px !important;
}

._gap18 {
  gap: 18px !important;
}

._gap19 {
  gap: 19px !important;
}

._gap20 {
  gap: 20px !important;
}

._gap21 {
  gap: 21px !important;
}

._gap22 {
  gap: 22px !important;
}

._gap23 {
  gap: 23px !important;
}

._gap24 {
  gap: 24px !important;
}

._gap25 {
  gap: 25px !important;
}

._gap26 {
  gap: 26px !important;
}

._gap27 {
  gap: 27px !important;
}

._gap28 {
  gap: 28px !important;
}

._gap29 {
  gap: 29px !important;
}

._gap30 {
  gap: 30px !important;
}

._gap31 {
  gap: 31px !important;
}

._gap32 {
  gap: 32px !important;
}

._gap33 {
  gap: 33px !important;
}

._gap34 {
  gap: 34px !important;
}

._gap35 {
  gap: 35px !important;
}

._gap36 {
  gap: 36px !important;
}

._gap37 {
  gap: 37px !important;
}

._gap38 {
  gap: 38px !important;
}

._gap39 {
  gap: 39px !important;
}

._gap40 {
  gap: 40px !important;
}

._gap41 {
  gap: 41px !important;
}

._gap42 {
  gap: 42px !important;
}

._gap43 {
  gap: 43px !important;
}

._gap44 {
  gap: 44px !important;
}

._gap45 {
  gap: 45px !important;
}

._gap46 {
  gap: 46px !important;
}

._gap47 {
  gap: 47px !important;
}

._gap48 {
  gap: 48px !important;
}

._gap49 {
  gap: 49px !important;
}

._gap50 {
  gap: 50px !important;
}

._gap51 {
  gap: 51px !important;
}

._gap52 {
  gap: 52px !important;
}

._gap53 {
  gap: 53px !important;
}

._gap54 {
  gap: 54px !important;
}

._gap55 {
  gap: 55px !important;
}

._gap56 {
  gap: 56px !important;
}

._gap57 {
  gap: 57px !important;
}

._gap58 {
  gap: 58px !important;
}

._gap59 {
  gap: 59px !important;
}

._gap60 {
  gap: 60px !important;
}

._gap61 {
  gap: 61px !important;
}

._gap62 {
  gap: 62px !important;
}

._gap63 {
  gap: 63px !important;
}

._gap64 {
  gap: 64px !important;
}

._gap65 {
  gap: 65px !important;
}

._gap66 {
  gap: 66px !important;
}

._gap67 {
  gap: 67px !important;
}

._gap68 {
  gap: 68px !important;
}

._gap69 {
  gap: 69px !important;
}

._gap70 {
  gap: 70px !important;
}

._gap71 {
  gap: 71px !important;
}

._gap72 {
  gap: 72px !important;
}

._gap73 {
  gap: 73px !important;
}

._gap74 {
  gap: 74px !important;
}

._gap75 {
  gap: 75px !important;
}

._gap76 {
  gap: 76px !important;
}

._gap77 {
  gap: 77px !important;
}

._gap78 {
  gap: 78px !important;
}

._gap79 {
  gap: 79px !important;
}

._gap80 {
  gap: 80px !important;
}

._gap81 {
  gap: 81px !important;
}

._gap82 {
  gap: 82px !important;
}

._gap83 {
  gap: 83px !important;
}

._gap84 {
  gap: 84px !important;
}

._gap85 {
  gap: 85px !important;
}

._gap86 {
  gap: 86px !important;
}

._gap87 {
  gap: 87px !important;
}

._gap88 {
  gap: 88px !important;
}

._gap89 {
  gap: 89px !important;
}

._gap90 {
  gap: 90px !important;
}

._gap91 {
  gap: 91px !important;
}

._gap92 {
  gap: 92px !important;
}

._gap93 {
  gap: 93px !important;
}

._gap94 {
  gap: 94px !important;
}

._gap95 {
  gap: 95px !important;
}

._gap96 {
  gap: 96px !important;
}

._gap97 {
  gap: 97px !important;
}

._gap98 {
  gap: 98px !important;
}

._gap99 {
  gap: 99px !important;
}

._gap100 {
  gap: 100px !important;
}

._gapy0 {
  row-gap: 0 !important;
}

._gapy1 {
  row-gap: 1px !important;
}

._gapy2 {
  row-gap: 2px !important;
}

._gapy3 {
  row-gap: 3px !important;
}

._gapy4 {
  row-gap: 4px !important;
}

._gapy5 {
  row-gap: 5px !important;
}

._gapy6 {
  row-gap: 6px !important;
}

._gapy7 {
  row-gap: 7px !important;
}

._gapy8 {
  row-gap: 8px !important;
}

._gapy9 {
  row-gap: 9px !important;
}

._gapy10 {
  row-gap: 10px !important;
}

._gapy11 {
  row-gap: 11px !important;
}

._gapy12 {
  row-gap: 12px !important;
}

._gapy13 {
  row-gap: 13px !important;
}

._gapy14 {
  row-gap: 14px !important;
}

._gapy15 {
  row-gap: 15px !important;
}

._gapy16 {
  row-gap: 16px !important;
}

._gapy17 {
  row-gap: 17px !important;
}

._gapy18 {
  row-gap: 18px !important;
}

._gapy19 {
  row-gap: 19px !important;
}

._gapy20 {
  row-gap: 20px !important;
}

._gapy21 {
  row-gap: 21px !important;
}

._gapy22 {
  row-gap: 22px !important;
}

._gapy23 {
  row-gap: 23px !important;
}

._gapy24 {
  row-gap: 24px !important;
}

._gapy25 {
  row-gap: 25px !important;
}

._gapy26 {
  row-gap: 26px !important;
}

._gapy27 {
  row-gap: 27px !important;
}

._gapy28 {
  row-gap: 28px !important;
}

._gapy29 {
  row-gap: 29px !important;
}

._gapy30 {
  row-gap: 30px !important;
}

._gapy31 {
  row-gap: 31px !important;
}

._gapy32 {
  row-gap: 32px !important;
}

._gapy33 {
  row-gap: 33px !important;
}

._gapy34 {
  row-gap: 34px !important;
}

._gapy35 {
  row-gap: 35px !important;
}

._gapy36 {
  row-gap: 36px !important;
}

._gapy37 {
  row-gap: 37px !important;
}

._gapy38 {
  row-gap: 38px !important;
}

._gapy39 {
  row-gap: 39px !important;
}

._gapy40 {
  row-gap: 40px !important;
}

._gapy41 {
  row-gap: 41px !important;
}

._gapy42 {
  row-gap: 42px !important;
}

._gapy43 {
  row-gap: 43px !important;
}

._gapy44 {
  row-gap: 44px !important;
}

._gapy45 {
  row-gap: 45px !important;
}

._gapy46 {
  row-gap: 46px !important;
}

._gapy47 {
  row-gap: 47px !important;
}

._gapy48 {
  row-gap: 48px !important;
}

._gapy49 {
  row-gap: 49px !important;
}

._gapy50 {
  row-gap: 50px !important;
}

._gapy51 {
  row-gap: 51px !important;
}

._gapy52 {
  row-gap: 52px !important;
}

._gapy53 {
  row-gap: 53px !important;
}

._gapy54 {
  row-gap: 54px !important;
}

._gapy55 {
  row-gap: 55px !important;
}

._gapy56 {
  row-gap: 56px !important;
}

._gapy57 {
  row-gap: 57px !important;
}

._gapy58 {
  row-gap: 58px !important;
}

._gapy59 {
  row-gap: 59px !important;
}

._gapy60 {
  row-gap: 60px !important;
}

._gapy61 {
  row-gap: 61px !important;
}

._gapy62 {
  row-gap: 62px !important;
}

._gapy63 {
  row-gap: 63px !important;
}

._gapy64 {
  row-gap: 64px !important;
}

._gapy65 {
  row-gap: 65px !important;
}

._gapy66 {
  row-gap: 66px !important;
}

._gapy67 {
  row-gap: 67px !important;
}

._gapy68 {
  row-gap: 68px !important;
}

._gapy69 {
  row-gap: 69px !important;
}

._gapy70 {
  row-gap: 70px !important;
}

._gapy71 {
  row-gap: 71px !important;
}

._gapy72 {
  row-gap: 72px !important;
}

._gapy73 {
  row-gap: 73px !important;
}

._gapy74 {
  row-gap: 74px !important;
}

._gapy75 {
  row-gap: 75px !important;
}

._gapy76 {
  row-gap: 76px !important;
}

._gapy77 {
  row-gap: 77px !important;
}

._gapy78 {
  row-gap: 78px !important;
}

._gapy79 {
  row-gap: 79px !important;
}

._gapy80 {
  row-gap: 80px !important;
}

._gapy81 {
  row-gap: 81px !important;
}

._gapy82 {
  row-gap: 82px !important;
}

._gapy83 {
  row-gap: 83px !important;
}

._gapy84 {
  row-gap: 84px !important;
}

._gapy85 {
  row-gap: 85px !important;
}

._gapy86 {
  row-gap: 86px !important;
}

._gapy87 {
  row-gap: 87px !important;
}

._gapy88 {
  row-gap: 88px !important;
}

._gapy89 {
  row-gap: 89px !important;
}

._gapy90 {
  row-gap: 90px !important;
}

._gapy91 {
  row-gap: 91px !important;
}

._gapy92 {
  row-gap: 92px !important;
}

._gapy93 {
  row-gap: 93px !important;
}

._gapy94 {
  row-gap: 94px !important;
}

._gapy95 {
  row-gap: 95px !important;
}

._gapy96 {
  row-gap: 96px !important;
}

._gapy97 {
  row-gap: 97px !important;
}

._gapy98 {
  row-gap: 98px !important;
}

._gapy99 {
  row-gap: 99px !important;
}

._gapy100 {
  row-gap: 100px !important;
}

._gapx0 {
  column-gap: 0 !important;
  -webkit-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
}

._gapx1 {
  column-gap: 1px !important;
  -webkit-column-gap: 1px !important;
  -moz-column-gap: 1px !important;
}

._gapx2 {
  column-gap: 2px !important;
  -webkit-column-gap: 2px !important;
  -moz-column-gap: 2px !important;
}

._gapx3 {
  column-gap: 3px !important;
  -webkit-column-gap: 3px !important;
  -moz-column-gap: 3px !important;
}

._gapx4 {
  column-gap: 4px !important;
  -webkit-column-gap: 4px !important;
  -moz-column-gap: 4px !important;
}

._gapx5 {
  column-gap: 5px !important;
  -webkit-column-gap: 5px !important;
  -moz-column-gap: 5px !important;
}

._gapx6 {
  column-gap: 6px !important;
  -webkit-column-gap: 6px !important;
  -moz-column-gap: 6px !important;
}

._gapx7 {
  column-gap: 7px !important;
  -webkit-column-gap: 7px !important;
  -moz-column-gap: 7px !important;
}

._gapx8 {
  column-gap: 8px !important;
  -webkit-column-gap: 8px !important;
  -moz-column-gap: 8px !important;
}

._gapx9 {
  column-gap: 9px !important;
  -webkit-column-gap: 9px !important;
  -moz-column-gap: 9px !important;
}

._gapx10 {
  column-gap: 10px !important;
  -webkit-column-gap: 10px !important;
  -moz-column-gap: 10px !important;
}

._gapx11 {
  column-gap: 11px !important;
  -webkit-column-gap: 11px !important;
  -moz-column-gap: 11px !important;
}

._gapx12 {
  column-gap: 12px !important;
  -webkit-column-gap: 12px !important;
  -moz-column-gap: 12px !important;
}

._gapx13 {
  column-gap: 13px !important;
  -webkit-column-gap: 13px !important;
  -moz-column-gap: 13px !important;
}

._gapx14 {
  column-gap: 14px !important;
  -webkit-column-gap: 14px !important;
  -moz-column-gap: 14px !important;
}

._gapx15 {
  column-gap: 15px !important;
  -webkit-column-gap: 15px !important;
  -moz-column-gap: 15px !important;
}

._gapx16 {
  column-gap: 16px !important;
  -webkit-column-gap: 16px !important;
  -moz-column-gap: 16px !important;
}

._gapx17 {
  column-gap: 17px !important;
  -webkit-column-gap: 17px !important;
  -moz-column-gap: 17px !important;
}

._gapx18 {
  column-gap: 18px !important;
  -webkit-column-gap: 18px !important;
  -moz-column-gap: 18px !important;
}

._gapx19 {
  column-gap: 19px !important;
  -webkit-column-gap: 19px !important;
  -moz-column-gap: 19px !important;
}

._gapx20 {
  column-gap: 20px !important;
  -webkit-column-gap: 20px !important;
  -moz-column-gap: 20px !important;
}

._gapx21 {
  column-gap: 21px !important;
  -webkit-column-gap: 21px !important;
  -moz-column-gap: 21px !important;
}

._gapx22 {
  column-gap: 22px !important;
  -webkit-column-gap: 22px !important;
  -moz-column-gap: 22px !important;
}

._gapx23 {
  column-gap: 23px !important;
  -webkit-column-gap: 23px !important;
  -moz-column-gap: 23px !important;
}

._gapx24 {
  column-gap: 24px !important;
  -webkit-column-gap: 24px !important;
  -moz-column-gap: 24px !important;
}

._gapx25 {
  column-gap: 25px !important;
  -webkit-column-gap: 25px !important;
  -moz-column-gap: 25px !important;
}

._gapx26 {
  column-gap: 26px !important;
  -webkit-column-gap: 26px !important;
  -moz-column-gap: 26px !important;
}

._gapx27 {
  column-gap: 27px !important;
  -webkit-column-gap: 27px !important;
  -moz-column-gap: 27px !important;
}

._gapx28 {
  column-gap: 28px !important;
  -webkit-column-gap: 28px !important;
  -moz-column-gap: 28px !important;
}

._gapx29 {
  column-gap: 29px !important;
  -webkit-column-gap: 29px !important;
  -moz-column-gap: 29px !important;
}

._gapx30 {
  column-gap: 30px !important;
  -webkit-column-gap: 30px !important;
  -moz-column-gap: 30px !important;
}

._gapx31 {
  column-gap: 31px !important;
  -webkit-column-gap: 31px !important;
  -moz-column-gap: 31px !important;
}

._gapx32 {
  column-gap: 32px !important;
  -webkit-column-gap: 32px !important;
  -moz-column-gap: 32px !important;
}

._gapx33 {
  column-gap: 33px !important;
  -webkit-column-gap: 33px !important;
  -moz-column-gap: 33px !important;
}

._gapx34 {
  column-gap: 34px !important;
  -webkit-column-gap: 34px !important;
  -moz-column-gap: 34px !important;
}

._gapx35 {
  column-gap: 35px !important;
  -webkit-column-gap: 35px !important;
  -moz-column-gap: 35px !important;
}

._gapx36 {
  column-gap: 36px !important;
  -webkit-column-gap: 36px !important;
  -moz-column-gap: 36px !important;
}

._gapx37 {
  column-gap: 37px !important;
  -webkit-column-gap: 37px !important;
  -moz-column-gap: 37px !important;
}

._gapx38 {
  column-gap: 38px !important;
  -webkit-column-gap: 38px !important;
  -moz-column-gap: 38px !important;
}

._gapx39 {
  column-gap: 39px !important;
  -webkit-column-gap: 39px !important;
  -moz-column-gap: 39px !important;
}

._gapx40 {
  column-gap: 40px !important;
  -webkit-column-gap: 40px !important;
  -moz-column-gap: 40px !important;
}

._gapx41 {
  column-gap: 41px !important;
  -webkit-column-gap: 41px !important;
  -moz-column-gap: 41px !important;
}

._gapx42 {
  column-gap: 42px !important;
  -webkit-column-gap: 42px !important;
  -moz-column-gap: 42px !important;
}

._gapx43 {
  column-gap: 43px !important;
  -webkit-column-gap: 43px !important;
  -moz-column-gap: 43px !important;
}

._gapx44 {
  column-gap: 44px !important;
  -webkit-column-gap: 44px !important;
  -moz-column-gap: 44px !important;
}

._gapx45 {
  column-gap: 45px !important;
  -webkit-column-gap: 45px !important;
  -moz-column-gap: 45px !important;
}

._gapx46 {
  column-gap: 46px !important;
  -webkit-column-gap: 46px !important;
  -moz-column-gap: 46px !important;
}

._gapx47 {
  column-gap: 47px !important;
  -webkit-column-gap: 47px !important;
  -moz-column-gap: 47px !important;
}

._gapx48 {
  column-gap: 48px !important;
  -webkit-column-gap: 48px !important;
  -moz-column-gap: 48px !important;
}

._gapx49 {
  column-gap: 49px !important;
  -webkit-column-gap: 49px !important;
  -moz-column-gap: 49px !important;
}

._gapx50 {
  column-gap: 50px !important;
  -webkit-column-gap: 50px !important;
  -moz-column-gap: 50px !important;
}

._gapx51 {
  column-gap: 51px !important;
  -webkit-column-gap: 51px !important;
  -moz-column-gap: 51px !important;
}

._gapx52 {
  column-gap: 52px !important;
  -webkit-column-gap: 52px !important;
  -moz-column-gap: 52px !important;
}

._gapx53 {
  column-gap: 53px !important;
  -webkit-column-gap: 53px !important;
  -moz-column-gap: 53px !important;
}

._gapx54 {
  column-gap: 54px !important;
  -webkit-column-gap: 54px !important;
  -moz-column-gap: 54px !important;
}

._gapx55 {
  column-gap: 55px !important;
  -webkit-column-gap: 55px !important;
  -moz-column-gap: 55px !important;
}

._gapx56 {
  column-gap: 56px !important;
  -webkit-column-gap: 56px !important;
  -moz-column-gap: 56px !important;
}

._gapx57 {
  column-gap: 57px !important;
  -webkit-column-gap: 57px !important;
  -moz-column-gap: 57px !important;
}

._gapx58 {
  column-gap: 58px !important;
  -webkit-column-gap: 58px !important;
  -moz-column-gap: 58px !important;
}

._gapx59 {
  column-gap: 59px !important;
  -webkit-column-gap: 59px !important;
  -moz-column-gap: 59px !important;
}

._gapx60 {
  column-gap: 60px !important;
  -webkit-column-gap: 60px !important;
  -moz-column-gap: 60px !important;
}

._gapx61 {
  column-gap: 61px !important;
  -webkit-column-gap: 61px !important;
  -moz-column-gap: 61px !important;
}

._gapx62 {
  column-gap: 62px !important;
  -webkit-column-gap: 62px !important;
  -moz-column-gap: 62px !important;
}

._gapx63 {
  column-gap: 63px !important;
  -webkit-column-gap: 63px !important;
  -moz-column-gap: 63px !important;
}

._gapx64 {
  column-gap: 64px !important;
  -webkit-column-gap: 64px !important;
  -moz-column-gap: 64px !important;
}

._gapx65 {
  column-gap: 65px !important;
  -webkit-column-gap: 65px !important;
  -moz-column-gap: 65px !important;
}

._gapx66 {
  column-gap: 66px !important;
  -webkit-column-gap: 66px !important;
  -moz-column-gap: 66px !important;
}

._gapx67 {
  column-gap: 67px !important;
  -webkit-column-gap: 67px !important;
  -moz-column-gap: 67px !important;
}

._gapx68 {
  column-gap: 68px !important;
  -webkit-column-gap: 68px !important;
  -moz-column-gap: 68px !important;
}

._gapx69 {
  column-gap: 69px !important;
  -webkit-column-gap: 69px !important;
  -moz-column-gap: 69px !important;
}

._gapx70 {
  column-gap: 70px !important;
  -webkit-column-gap: 70px !important;
  -moz-column-gap: 70px !important;
}

._gapx71 {
  column-gap: 71px !important;
  -webkit-column-gap: 71px !important;
  -moz-column-gap: 71px !important;
}

._gapx72 {
  column-gap: 72px !important;
  -webkit-column-gap: 72px !important;
  -moz-column-gap: 72px !important;
}

._gapx73 {
  column-gap: 73px !important;
  -webkit-column-gap: 73px !important;
  -moz-column-gap: 73px !important;
}

._gapx74 {
  column-gap: 74px !important;
  -webkit-column-gap: 74px !important;
  -moz-column-gap: 74px !important;
}

._gapx75 {
  column-gap: 75px !important;
  -webkit-column-gap: 75px !important;
  -moz-column-gap: 75px !important;
}

._gapx76 {
  column-gap: 76px !important;
  -webkit-column-gap: 76px !important;
  -moz-column-gap: 76px !important;
}

._gapx77 {
  column-gap: 77px !important;
  -webkit-column-gap: 77px !important;
  -moz-column-gap: 77px !important;
}

._gapx78 {
  column-gap: 78px !important;
  -webkit-column-gap: 78px !important;
  -moz-column-gap: 78px !important;
}

._gapx79 {
  column-gap: 79px !important;
  -webkit-column-gap: 79px !important;
  -moz-column-gap: 79px !important;
}

._gapx80 {
  column-gap: 80px !important;
  -webkit-column-gap: 80px !important;
  -moz-column-gap: 80px !important;
}

._gapx81 {
  column-gap: 81px !important;
  -webkit-column-gap: 81px !important;
  -moz-column-gap: 81px !important;
}

._gapx82 {
  column-gap: 82px !important;
  -webkit-column-gap: 82px !important;
  -moz-column-gap: 82px !important;
}

._gapx83 {
  column-gap: 83px !important;
  -webkit-column-gap: 83px !important;
  -moz-column-gap: 83px !important;
}

._gapx84 {
  column-gap: 84px !important;
  -webkit-column-gap: 84px !important;
  -moz-column-gap: 84px !important;
}

._gapx85 {
  column-gap: 85px !important;
  -webkit-column-gap: 85px !important;
  -moz-column-gap: 85px !important;
}

._gapx86 {
  column-gap: 86px !important;
  -webkit-column-gap: 86px !important;
  -moz-column-gap: 86px !important;
}

._gapx87 {
  column-gap: 87px !important;
  -webkit-column-gap: 87px !important;
  -moz-column-gap: 87px !important;
}

._gapx88 {
  column-gap: 88px !important;
  -webkit-column-gap: 88px !important;
  -moz-column-gap: 88px !important;
}

._gapx89 {
  column-gap: 89px !important;
  -webkit-column-gap: 89px !important;
  -moz-column-gap: 89px !important;
}

._gapx90 {
  column-gap: 90px !important;
  -webkit-column-gap: 90px !important;
  -moz-column-gap: 90px !important;
}

._gapx91 {
  column-gap: 91px !important;
  -webkit-column-gap: 91px !important;
  -moz-column-gap: 91px !important;
}

._gapx92 {
  column-gap: 92px !important;
  -webkit-column-gap: 92px !important;
  -moz-column-gap: 92px !important;
}

._gapx93 {
  column-gap: 93px !important;
  -webkit-column-gap: 93px !important;
  -moz-column-gap: 93px !important;
}

._gapx94 {
  column-gap: 94px !important;
  -webkit-column-gap: 94px !important;
  -moz-column-gap: 94px !important;
}

._gapx95 {
  column-gap: 95px !important;
  -webkit-column-gap: 95px !important;
  -moz-column-gap: 95px !important;
}

._gapx96 {
  column-gap: 96px !important;
  -webkit-column-gap: 96px !important;
  -moz-column-gap: 96px !important;
}

._gapx97 {
  column-gap: 97px !important;
  -webkit-column-gap: 97px !important;
  -moz-column-gap: 97px !important;
}

._gapx98 {
  column-gap: 98px !important;
  -webkit-column-gap: 98px !important;
  -moz-column-gap: 98px !important;
}

._gapx99 {
  column-gap: 99px !important;
  -webkit-column-gap: 99px !important;
  -moz-column-gap: 99px !important;
}

._gapx100 {
  column-gap: 100px !important;
  -webkit-column-gap: 100px !important;
  -moz-column-gap: 100px !important;
}

._h-auto {
  height: auto !important;
}

._h1 {
  height: 1% !important;
}

._h2 {
  height: 2% !important;
}

._h3 {
  height: 3% !important;
}

._h4 {
  height: 4% !important;
}

._h5 {
  height: 5% !important;
}

._h6 {
  height: 6% !important;
}

._h7 {
  height: 7% !important;
}

._h8 {
  height: 8% !important;
}

._h9 {
  height: 9% !important;
}

._h10 {
  height: 10% !important;
}

._h11 {
  height: 11% !important;
}

._h12 {
  height: 12% !important;
}

._h13 {
  height: 13% !important;
}

._h14 {
  height: 14% !important;
}

._h15 {
  height: 15% !important;
}

._h16 {
  height: 16% !important;
}

._h17 {
  height: 17% !important;
}

._h18 {
  height: 18% !important;
}

._h19 {
  height: 19% !important;
}

._h20 {
  height: 20% !important;
}

._h21 {
  height: 21% !important;
}

._h22 {
  height: 22% !important;
}

._h23 {
  height: 23% !important;
}

._h24 {
  height: 24% !important;
}

._h25 {
  height: 25% !important;
}

._h26 {
  height: 26% !important;
}

._h27 {
  height: 27% !important;
}

._h28 {
  height: 28% !important;
}

._h29 {
  height: 29% !important;
}

._h30 {
  height: 30% !important;
}

._h31 {
  height: 31% !important;
}

._h32 {
  height: 32% !important;
}

._h33 {
  height: 33% !important;
}

._h34 {
  height: 34% !important;
}

._h35 {
  height: 35% !important;
}

._h36 {
  height: 36% !important;
}

._h37 {
  height: 37% !important;
}

._h38 {
  height: 38% !important;
}

._h39 {
  height: 39% !important;
}

._h40 {
  height: 40% !important;
}

._h41 {
  height: 41% !important;
}

._h42 {
  height: 42% !important;
}

._h43 {
  height: 43% !important;
}

._h44 {
  height: 44% !important;
}

._h45 {
  height: 45% !important;
}

._h46 {
  height: 46% !important;
}

._h47 {
  height: 47% !important;
}

._h48 {
  height: 48% !important;
}

._h49 {
  height: 49% !important;
}

._h50 {
  height: 50% !important;
}

._h51 {
  height: 51% !important;
}

._h52 {
  height: 52% !important;
}

._h53 {
  height: 53% !important;
}

._h54 {
  height: 54% !important;
}

._h55 {
  height: 55% !important;
}

._h56 {
  height: 56% !important;
}

._h57 {
  height: 57% !important;
}

._h58 {
  height: 58% !important;
}

._h59 {
  height: 59% !important;
}

._h60 {
  height: 60% !important;
}

._h61 {
  height: 61% !important;
}

._h62 {
  height: 62% !important;
}

._h63 {
  height: 63% !important;
}

._h64 {
  height: 64% !important;
}

._h65 {
  height: 65% !important;
}

._h66 {
  height: 66% !important;
}

._h67 {
  height: 67% !important;
}

._h68 {
  height: 68% !important;
}

._h69 {
  height: 69% !important;
}

._h70 {
  height: 70% !important;
}

._h71 {
  height: 71% !important;
}

._h72 {
  height: 72% !important;
}

._h73 {
  height: 73% !important;
}

._h74 {
  height: 74% !important;
}

._h75 {
  height: 75% !important;
}

._h76 {
  height: 76% !important;
}

._h77 {
  height: 77% !important;
}

._h78 {
  height: 78% !important;
}

._h79 {
  height: 79% !important;
}

._h80 {
  height: 80% !important;
}

._h81 {
  height: 81% !important;
}

._h82 {
  height: 82% !important;
}

._h83 {
  height: 83% !important;
}

._h84 {
  height: 84% !important;
}

._h85 {
  height: 85% !important;
}

._h86 {
  height: 86% !important;
}

._h87 {
  height: 87% !important;
}

._h88 {
  height: 88% !important;
}

._h89 {
  height: 89% !important;
}

._h90 {
  height: 90% !important;
}

._h91 {
  height: 91% !important;
}

._h92 {
  height: 92% !important;
}

._h93 {
  height: 93% !important;
}

._h94 {
  height: 94% !important;
}

._h95 {
  height: 95% !important;
}

._h96 {
  height: 96% !important;
}

._h97 {
  height: 97% !important;
}

._h98 {
  height: 98% !important;
}

._h99 {
  height: 99% !important;
}

._h100 {
  height: 100% !important;
}

._flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

._inlineFlex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

._flex__row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

._flex__rowReverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

._flex__column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

._flex__columnReverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

._flex__wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

._flex__wrapReverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

._flex__nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

._flex__shrink01 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

._flex__shrink00 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

._flex__grow {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

._flex__grow0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

._mauto {
  margin-inline: auto !important;
}

._mlauto {
  margin-left: auto !important;
}

._mrauto {
  margin-right: auto !important;
}

._m0 {
  margin: 0 !important;
}

._m1 {
  margin: 1px !important;
}

._m2 {
  margin: 2px !important;
}

._m3 {
  margin: 3px !important;
}

._m4 {
  margin: 4px !important;
}

._m5 {
  margin: 5px !important;
}

._m6 {
  margin: 6px !important;
}

._m7 {
  margin: 7px !important;
}

._m8 {
  margin: 8px !important;
}

._m9 {
  margin: 9px !important;
}

._m10 {
  margin: 10px !important;
}

._m11 {
  margin: 11px !important;
}

._m12 {
  margin: 12px !important;
}

._m13 {
  margin: 13px !important;
}

._m14 {
  margin: 14px !important;
}

._m15 {
  margin: 15px !important;
}

._m16 {
  margin: 16px !important;
}

._m17 {
  margin: 17px !important;
}

._m18 {
  margin: 18px !important;
}

._m19 {
  margin: 19px !important;
}

._m20 {
  margin: 20px !important;
}

._m21 {
  margin: 21px !important;
}

._m22 {
  margin: 22px !important;
}

._m23 {
  margin: 23px !important;
}

._m24 {
  margin: 24px !important;
}

._m25 {
  margin: 25px !important;
}

._m26 {
  margin: 26px !important;
}

._m27 {
  margin: 27px !important;
}

._m28 {
  margin: 28px !important;
}

._m29 {
  margin: 29px !important;
}

._m30 {
  margin: 30px !important;
}

._m31 {
  margin: 31px !important;
}

._m32 {
  margin: 32px !important;
}

._m33 {
  margin: 33px !important;
}

._m34 {
  margin: 34px !important;
}

._m35 {
  margin: 35px !important;
}

._m36 {
  margin: 36px !important;
}

._m37 {
  margin: 37px !important;
}

._m38 {
  margin: 38px !important;
}

._m39 {
  margin: 39px !important;
}

._m40 {
  margin: 40px !important;
}

._m41 {
  margin: 41px !important;
}

._m42 {
  margin: 42px !important;
}

._m43 {
  margin: 43px !important;
}

._m44 {
  margin: 44px !important;
}

._m45 {
  margin: 45px !important;
}

._m46 {
  margin: 46px !important;
}

._m47 {
  margin: 47px !important;
}

._m48 {
  margin: 48px !important;
}

._m49 {
  margin: 49px !important;
}

._m50 {
  margin: 50px !important;
}

._m51 {
  margin: 51px !important;
}

._m52 {
  margin: 52px !important;
}

._m53 {
  margin: 53px !important;
}

._m54 {
  margin: 54px !important;
}

._m55 {
  margin: 55px !important;
}

._m56 {
  margin: 56px !important;
}

._m57 {
  margin: 57px !important;
}

._m58 {
  margin: 58px !important;
}

._m59 {
  margin: 59px !important;
}

._m60 {
  margin: 60px !important;
}

._m61 {
  margin: 61px !important;
}

._m62 {
  margin: 62px !important;
}

._m63 {
  margin: 63px !important;
}

._m64 {
  margin: 64px !important;
}

._m65 {
  margin: 65px !important;
}

._m66 {
  margin: 66px !important;
}

._m67 {
  margin: 67px !important;
}

._m68 {
  margin: 68px !important;
}

._m69 {
  margin: 69px !important;
}

._m70 {
  margin: 70px !important;
}

._m71 {
  margin: 71px !important;
}

._m72 {
  margin: 72px !important;
}

._m73 {
  margin: 73px !important;
}

._m74 {
  margin: 74px !important;
}

._m75 {
  margin: 75px !important;
}

._m76 {
  margin: 76px !important;
}

._m77 {
  margin: 77px !important;
}

._m78 {
  margin: 78px !important;
}

._m79 {
  margin: 79px !important;
}

._m80 {
  margin: 80px !important;
}

._m81 {
  margin: 81px !important;
}

._m82 {
  margin: 82px !important;
}

._m83 {
  margin: 83px !important;
}

._m84 {
  margin: 84px !important;
}

._m85 {
  margin: 85px !important;
}

._m86 {
  margin: 86px !important;
}

._m87 {
  margin: 87px !important;
}

._m88 {
  margin: 88px !important;
}

._m89 {
  margin: 89px !important;
}

._m90 {
  margin: 90px !important;
}

._m91 {
  margin: 91px !important;
}

._m92 {
  margin: 92px !important;
}

._m93 {
  margin: 93px !important;
}

._m94 {
  margin: 94px !important;
}

._m95 {
  margin: 95px !important;
}

._m96 {
  margin: 96px !important;
}

._m97 {
  margin: 97px !important;
}

._m98 {
  margin: 98px !important;
}

._m99 {
  margin: 99px !important;
}

._m100 {
  margin: 100px !important;
}

._my0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

._my1 {
  margin-bottom: 1px !important;
  margin-top: 1px !important;
}

._my2 {
  margin-bottom: 2px !important;
  margin-top: 2px !important;
}

._my3 {
  margin-bottom: 3px !important;
  margin-top: 3px !important;
}

._my4 {
  margin-bottom: 4px !important;
  margin-top: 4px !important;
}

._my5 {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

._my6 {
  margin-bottom: 6px !important;
  margin-top: 6px !important;
}

._my7 {
  margin-bottom: 7px !important;
  margin-top: 7px !important;
}

._my8 {
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}

._my9 {
  margin-bottom: 9px !important;
  margin-top: 9px !important;
}

._my10 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

._my11 {
  margin-bottom: 11px !important;
  margin-top: 11px !important;
}

._my12 {
  margin-bottom: 12px !important;
  margin-top: 12px !important;
}

._my13 {
  margin-bottom: 13px !important;
  margin-top: 13px !important;
}

._my14 {
  margin-bottom: 14px !important;
  margin-top: 14px !important;
}

._my15 {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}

._my16 {
  margin-bottom: 16px !important;
  margin-top: 16px !important;
}

._my17 {
  margin-bottom: 17px !important;
  margin-top: 17px !important;
}

._my18 {
  margin-bottom: 18px !important;
  margin-top: 18px !important;
}

._my19 {
  margin-bottom: 19px !important;
  margin-top: 19px !important;
}

._my20 {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

._my21 {
  margin-bottom: 21px !important;
  margin-top: 21px !important;
}

._my22 {
  margin-bottom: 22px !important;
  margin-top: 22px !important;
}

._my23 {
  margin-bottom: 23px !important;
  margin-top: 23px !important;
}

._my24 {
  margin-bottom: 24px !important;
  margin-top: 24px !important;
}

._my25 {
  margin-bottom: 25px !important;
  margin-top: 25px !important;
}

._my26 {
  margin-bottom: 26px !important;
  margin-top: 26px !important;
}

._my27 {
  margin-bottom: 27px !important;
  margin-top: 27px !important;
}

._my28 {
  margin-bottom: 28px !important;
  margin-top: 28px !important;
}

._my29 {
  margin-bottom: 29px !important;
  margin-top: 29px !important;
}

._my30 {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

._my31 {
  margin-bottom: 31px !important;
  margin-top: 31px !important;
}

._my32 {
  margin-bottom: 32px !important;
  margin-top: 32px !important;
}

._my33 {
  margin-bottom: 33px !important;
  margin-top: 33px !important;
}

._my34 {
  margin-bottom: 34px !important;
  margin-top: 34px !important;
}

._my35 {
  margin-bottom: 35px !important;
  margin-top: 35px !important;
}

._my36 {
  margin-bottom: 36px !important;
  margin-top: 36px !important;
}

._my37 {
  margin-bottom: 37px !important;
  margin-top: 37px !important;
}

._my38 {
  margin-bottom: 38px !important;
  margin-top: 38px !important;
}

._my39 {
  margin-bottom: 39px !important;
  margin-top: 39px !important;
}

._my40 {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}

._my41 {
  margin-bottom: 41px !important;
  margin-top: 41px !important;
}

._my42 {
  margin-bottom: 42px !important;
  margin-top: 42px !important;
}

._my43 {
  margin-bottom: 43px !important;
  margin-top: 43px !important;
}

._my44 {
  margin-bottom: 44px !important;
  margin-top: 44px !important;
}

._my45 {
  margin-bottom: 45px !important;
  margin-top: 45px !important;
}

._my46 {
  margin-bottom: 46px !important;
  margin-top: 46px !important;
}

._my47 {
  margin-bottom: 47px !important;
  margin-top: 47px !important;
}

._my48 {
  margin-bottom: 48px !important;
  margin-top: 48px !important;
}

._my49 {
  margin-bottom: 49px !important;
  margin-top: 49px !important;
}

._my50 {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}

._my51 {
  margin-bottom: 51px !important;
  margin-top: 51px !important;
}

._my52 {
  margin-bottom: 52px !important;
  margin-top: 52px !important;
}

._my53 {
  margin-bottom: 53px !important;
  margin-top: 53px !important;
}

._my54 {
  margin-bottom: 54px !important;
  margin-top: 54px !important;
}

._my55 {
  margin-bottom: 55px !important;
  margin-top: 55px !important;
}

._my56 {
  margin-bottom: 56px !important;
  margin-top: 56px !important;
}

._my57 {
  margin-bottom: 57px !important;
  margin-top: 57px !important;
}

._my58 {
  margin-bottom: 58px !important;
  margin-top: 58px !important;
}

._my59 {
  margin-bottom: 59px !important;
  margin-top: 59px !important;
}

._my60 {
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}

._my61 {
  margin-bottom: 61px !important;
  margin-top: 61px !important;
}

._my62 {
  margin-bottom: 62px !important;
  margin-top: 62px !important;
}

._my63 {
  margin-bottom: 63px !important;
  margin-top: 63px !important;
}

._my64 {
  margin-bottom: 64px !important;
  margin-top: 64px !important;
}

._my65 {
  margin-bottom: 65px !important;
  margin-top: 65px !important;
}

._my66 {
  margin-bottom: 66px !important;
  margin-top: 66px !important;
}

._my67 {
  margin-bottom: 67px !important;
  margin-top: 67px !important;
}

._my68 {
  margin-bottom: 68px !important;
  margin-top: 68px !important;
}

._my69 {
  margin-bottom: 69px !important;
  margin-top: 69px !important;
}

._my70 {
  margin-bottom: 70px !important;
  margin-top: 70px !important;
}

._my71 {
  margin-bottom: 71px !important;
  margin-top: 71px !important;
}

._my72 {
  margin-bottom: 72px !important;
  margin-top: 72px !important;
}

._my73 {
  margin-bottom: 73px !important;
  margin-top: 73px !important;
}

._my74 {
  margin-bottom: 74px !important;
  margin-top: 74px !important;
}

._my75 {
  margin-bottom: 75px !important;
  margin-top: 75px !important;
}

._my76 {
  margin-bottom: 76px !important;
  margin-top: 76px !important;
}

._my77 {
  margin-bottom: 77px !important;
  margin-top: 77px !important;
}

._my78 {
  margin-bottom: 78px !important;
  margin-top: 78px !important;
}

._my79 {
  margin-bottom: 79px !important;
  margin-top: 79px !important;
}

._my80 {
  margin-bottom: 80px !important;
  margin-top: 80px !important;
}

._my81 {
  margin-bottom: 81px !important;
  margin-top: 81px !important;
}

._my82 {
  margin-bottom: 82px !important;
  margin-top: 82px !important;
}

._my83 {
  margin-bottom: 83px !important;
  margin-top: 83px !important;
}

._my84 {
  margin-bottom: 84px !important;
  margin-top: 84px !important;
}

._my85 {
  margin-bottom: 85px !important;
  margin-top: 85px !important;
}

._my86 {
  margin-bottom: 86px !important;
  margin-top: 86px !important;
}

._my87 {
  margin-bottom: 87px !important;
  margin-top: 87px !important;
}

._my88 {
  margin-bottom: 88px !important;
  margin-top: 88px !important;
}

._my89 {
  margin-bottom: 89px !important;
  margin-top: 89px !important;
}

._my90 {
  margin-bottom: 90px !important;
  margin-top: 90px !important;
}

._my91 {
  margin-bottom: 91px !important;
  margin-top: 91px !important;
}

._my92 {
  margin-bottom: 92px !important;
  margin-top: 92px !important;
}

._my93 {
  margin-bottom: 93px !important;
  margin-top: 93px !important;
}

._my94 {
  margin-bottom: 94px !important;
  margin-top: 94px !important;
}

._my95 {
  margin-bottom: 95px !important;
  margin-top: 95px !important;
}

._my96 {
  margin-bottom: 96px !important;
  margin-top: 96px !important;
}

._my97 {
  margin-bottom: 97px !important;
  margin-top: 97px !important;
}

._my98 {
  margin-bottom: 98px !important;
  margin-top: 98px !important;
}

._my99 {
  margin-bottom: 99px !important;
  margin-top: 99px !important;
}

._my100 {
  margin-bottom: 100px !important;
  margin-top: 100px !important;
}

._mx0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

._mx1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

._mx2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

._mx3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

._mx4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

._mx5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

._mx6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

._mx7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

._mx8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

._mx9 {
  margin-left: 9px !important;
  margin-right: 9px !important;
}

._mx10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

._mx11 {
  margin-left: 11px !important;
  margin-right: 11px !important;
}

._mx12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

._mx13 {
  margin-left: 13px !important;
  margin-right: 13px !important;
}

._mx14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

._mx15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

._mx16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

._mx17 {
  margin-left: 17px !important;
  margin-right: 17px !important;
}

._mx18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

._mx19 {
  margin-left: 19px !important;
  margin-right: 19px !important;
}

._mx20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

._mx21 {
  margin-left: 21px !important;
  margin-right: 21px !important;
}

._mx22 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}

._mx23 {
  margin-left: 23px !important;
  margin-right: 23px !important;
}

._mx24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

._mx25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

._mx26 {
  margin-left: 26px !important;
  margin-right: 26px !important;
}

._mx27 {
  margin-left: 27px !important;
  margin-right: 27px !important;
}

._mx28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

._mx29 {
  margin-left: 29px !important;
  margin-right: 29px !important;
}

._mx30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

._mx31 {
  margin-left: 31px !important;
  margin-right: 31px !important;
}

._mx32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

._mx33 {
  margin-left: 33px !important;
  margin-right: 33px !important;
}

._mx34 {
  margin-left: 34px !important;
  margin-right: 34px !important;
}

._mx35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

._mx36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

._mx37 {
  margin-left: 37px !important;
  margin-right: 37px !important;
}

._mx38 {
  margin-left: 38px !important;
  margin-right: 38px !important;
}

._mx39 {
  margin-left: 39px !important;
  margin-right: 39px !important;
}

._mx40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

._mx41 {
  margin-left: 41px !important;
  margin-right: 41px !important;
}

._mx42 {
  margin-left: 42px !important;
  margin-right: 42px !important;
}

._mx43 {
  margin-left: 43px !important;
  margin-right: 43px !important;
}

._mx44 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}

._mx45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

._mx46 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}

._mx47 {
  margin-left: 47px !important;
  margin-right: 47px !important;
}

._mx48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

._mx49 {
  margin-left: 49px !important;
  margin-right: 49px !important;
}

._mx50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

._mx51 {
  margin-left: 51px !important;
  margin-right: 51px !important;
}

._mx52 {
  margin-left: 52px !important;
  margin-right: 52px !important;
}

._mx53 {
  margin-left: 53px !important;
  margin-right: 53px !important;
}

._mx54 {
  margin-left: 54px !important;
  margin-right: 54px !important;
}

._mx55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

._mx56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

._mx57 {
  margin-left: 57px !important;
  margin-right: 57px !important;
}

._mx58 {
  margin-left: 58px !important;
  margin-right: 58px !important;
}

._mx59 {
  margin-left: 59px !important;
  margin-right: 59px !important;
}

._mx60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

._mx61 {
  margin-left: 61px !important;
  margin-right: 61px !important;
}

._mx62 {
  margin-left: 62px !important;
  margin-right: 62px !important;
}

._mx63 {
  margin-left: 63px !important;
  margin-right: 63px !important;
}

._mx64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

._mx65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

._mx66 {
  margin-left: 66px !important;
  margin-right: 66px !important;
}

._mx67 {
  margin-left: 67px !important;
  margin-right: 67px !important;
}

._mx68 {
  margin-left: 68px !important;
  margin-right: 68px !important;
}

._mx69 {
  margin-left: 69px !important;
  margin-right: 69px !important;
}

._mx70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

._mx71 {
  margin-left: 71px !important;
  margin-right: 71px !important;
}

._mx72 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

._mx73 {
  margin-left: 73px !important;
  margin-right: 73px !important;
}

._mx74 {
  margin-left: 74px !important;
  margin-right: 74px !important;
}

._mx75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

._mx76 {
  margin-left: 76px !important;
  margin-right: 76px !important;
}

._mx77 {
  margin-left: 77px !important;
  margin-right: 77px !important;
}

._mx78 {
  margin-left: 78px !important;
  margin-right: 78px !important;
}

._mx79 {
  margin-left: 79px !important;
  margin-right: 79px !important;
}

._mx80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

._mx81 {
  margin-left: 81px !important;
  margin-right: 81px !important;
}

._mx82 {
  margin-left: 82px !important;
  margin-right: 82px !important;
}

._mx83 {
  margin-left: 83px !important;
  margin-right: 83px !important;
}

._mx84 {
  margin-left: 84px !important;
  margin-right: 84px !important;
}

._mx85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

._mx86 {
  margin-left: 86px !important;
  margin-right: 86px !important;
}

._mx87 {
  margin-left: 87px !important;
  margin-right: 87px !important;
}

._mx88 {
  margin-left: 88px !important;
  margin-right: 88px !important;
}

._mx89 {
  margin-left: 89px !important;
  margin-right: 89px !important;
}

._mx90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

._mx91 {
  margin-left: 91px !important;
  margin-right: 91px !important;
}

._mx92 {
  margin-left: 92px !important;
  margin-right: 92px !important;
}

._mx93 {
  margin-left: 93px !important;
  margin-right: 93px !important;
}

._mx94 {
  margin-left: 94px !important;
  margin-right: 94px !important;
}

._mx95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

._mx96 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

._mx97 {
  margin-left: 97px !important;
  margin-right: 97px !important;
}

._mx98 {
  margin-left: 98px !important;
  margin-right: 98px !important;
}

._mx99 {
  margin-left: 99px !important;
  margin-right: 99px !important;
}

._mx100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

._mt0 {
  margin-top: 0 !important;
}

._mt1 {
  margin-top: 1px !important;
}

._mt2 {
  margin-top: 2px !important;
}

._mt3 {
  margin-top: 3px !important;
}

._mt4 {
  margin-top: 4px !important;
}

._mt5 {
  margin-top: 5px !important;
}

._mt6 {
  margin-top: 6px !important;
}

._mt7 {
  margin-top: 7px !important;
}

._mt8 {
  margin-top: 8px !important;
}

._mt9 {
  margin-top: 9px !important;
}

._mt10 {
  margin-top: 10px !important;
}

._mt11 {
  margin-top: 11px !important;
}

._mt12 {
  margin-top: 12px !important;
}

._mt13 {
  margin-top: 13px !important;
}

._mt14 {
  margin-top: 14px !important;
}

._mt15 {
  margin-top: 15px !important;
}

._mt16 {
  margin-top: 16px !important;
}

._mt17 {
  margin-top: 17px !important;
}

._mt18 {
  margin-top: 18px !important;
}

._mt19 {
  margin-top: 19px !important;
}

._mt20 {
  margin-top: 20px !important;
}

._mt21 {
  margin-top: 21px !important;
}

._mt22 {
  margin-top: 22px !important;
}

._mt23 {
  margin-top: 23px !important;
}

._mt24 {
  margin-top: 24px !important;
}

._mt25 {
  margin-top: 25px !important;
}

._mt26 {
  margin-top: 26px !important;
}

._mt27 {
  margin-top: 27px !important;
}

._mt28 {
  margin-top: 28px !important;
}

._mt29 {
  margin-top: 29px !important;
}

._mt30 {
  margin-top: 30px !important;
}

._mt31 {
  margin-top: 31px !important;
}

._mt32 {
  margin-top: 32px !important;
}

._mt33 {
  margin-top: 33px !important;
}

._mt34 {
  margin-top: 34px !important;
}

._mt35 {
  margin-top: 35px !important;
}

._mt36 {
  margin-top: 36px !important;
}

._mt37 {
  margin-top: 37px !important;
}

._mt38 {
  margin-top: 38px !important;
}

._mt39 {
  margin-top: 39px !important;
}

._mt40 {
  margin-top: 40px !important;
}

._mt41 {
  margin-top: 41px !important;
}

._mt42 {
  margin-top: 42px !important;
}

._mt43 {
  margin-top: 43px !important;
}

._mt44 {
  margin-top: 44px !important;
}

._mt45 {
  margin-top: 45px !important;
}

._mt46 {
  margin-top: 46px !important;
}

._mt47 {
  margin-top: 47px !important;
}

._mt48 {
  margin-top: 48px !important;
}

._mt49 {
  margin-top: 49px !important;
}

._mt50 {
  margin-top: 50px !important;
}

._mt51 {
  margin-top: 51px !important;
}

._mt52 {
  margin-top: 52px !important;
}

._mt53 {
  margin-top: 53px !important;
}

._mt54 {
  margin-top: 54px !important;
}

._mt55 {
  margin-top: 55px !important;
}

._mt56 {
  margin-top: 56px !important;
}

._mt57 {
  margin-top: 57px !important;
}

._mt58 {
  margin-top: 58px !important;
}

._mt59 {
  margin-top: 59px !important;
}

._mt60 {
  margin-top: 60px !important;
}

._mt61 {
  margin-top: 61px !important;
}

._mt62 {
  margin-top: 62px !important;
}

._mt63 {
  margin-top: 63px !important;
}

._mt64 {
  margin-top: 64px !important;
}

._mt65 {
  margin-top: 65px !important;
}

._mt66 {
  margin-top: 66px !important;
}

._mt67 {
  margin-top: 67px !important;
}

._mt68 {
  margin-top: 68px !important;
}

._mt69 {
  margin-top: 69px !important;
}

._mt70 {
  margin-top: 70px !important;
}

._mt71 {
  margin-top: 71px !important;
}

._mt72 {
  margin-top: 72px !important;
}

._mt73 {
  margin-top: 73px !important;
}

._mt74 {
  margin-top: 74px !important;
}

._mt75 {
  margin-top: 75px !important;
}

._mt76 {
  margin-top: 76px !important;
}

._mt77 {
  margin-top: 77px !important;
}

._mt78 {
  margin-top: 78px !important;
}

._mt79 {
  margin-top: 79px !important;
}

._mt80 {
  margin-top: 80px !important;
}

._mt81 {
  margin-top: 81px !important;
}

._mt82 {
  margin-top: 82px !important;
}

._mt83 {
  margin-top: 83px !important;
}

._mt84 {
  margin-top: 84px !important;
}

._mt85 {
  margin-top: 85px !important;
}

._mt86 {
  margin-top: 86px !important;
}

._mt87 {
  margin-top: 87px !important;
}

._mt88 {
  margin-top: 88px !important;
}

._mt89 {
  margin-top: 89px !important;
}

._mt90 {
  margin-top: 90px !important;
}

._mt91 {
  margin-top: 91px !important;
}

._mt92 {
  margin-top: 92px !important;
}

._mt93 {
  margin-top: 93px !important;
}

._mt94 {
  margin-top: 94px !important;
}

._mt95 {
  margin-top: 95px !important;
}

._mt96 {
  margin-top: 96px !important;
}

._mt97 {
  margin-top: 97px !important;
}

._mt98 {
  margin-top: 98px !important;
}

._mt99 {
  margin-top: 99px !important;
}

._mt100 {
  margin-top: 100px !important;
}

._mb0 {
  margin-bottom: 0 !important;
}

._mb1 {
  margin-bottom: 1px !important;
}

._mb2 {
  margin-bottom: 2px !important;
}

._mb3 {
  margin-bottom: 3px !important;
}

._mb4 {
  margin-bottom: 4px !important;
}

._mb5 {
  margin-bottom: 5px !important;
}

._mb6 {
  margin-bottom: 6px !important;
}

._mb7 {
  margin-bottom: 7px !important;
}

._mb8 {
  margin-bottom: 8px !important;
}

._mb9 {
  margin-bottom: 9px !important;
}

._mb10 {
  margin-bottom: 10px !important;
}

._mb11 {
  margin-bottom: 11px !important;
}

._mb12 {
  margin-bottom: 12px !important;
}

._mb13 {
  margin-bottom: 13px !important;
}

._mb14 {
  margin-bottom: 14px !important;
}

._mb15 {
  margin-bottom: 15px !important;
}

._mb16 {
  margin-bottom: 16px !important;
}

._mb17 {
  margin-bottom: 17px !important;
}

._mb18 {
  margin-bottom: 18px !important;
}

._mb19 {
  margin-bottom: 19px !important;
}

._mb20 {
  margin-bottom: 20px !important;
}

._mb21 {
  margin-bottom: 21px !important;
}

._mb22 {
  margin-bottom: 22px !important;
}

._mb23 {
  margin-bottom: 23px !important;
}

._mb24 {
  margin-bottom: 24px !important;
}

._mb25 {
  margin-bottom: 25px !important;
}

._mb26 {
  margin-bottom: 26px !important;
}

._mb27 {
  margin-bottom: 27px !important;
}

._mb28 {
  margin-bottom: 28px !important;
}

._mb29 {
  margin-bottom: 29px !important;
}

._mb30 {
  margin-bottom: 30px !important;
}

._mb31 {
  margin-bottom: 31px !important;
}

._mb32 {
  margin-bottom: 32px !important;
}

._mb33 {
  margin-bottom: 33px !important;
}

._mb34 {
  margin-bottom: 34px !important;
}

._mb35 {
  margin-bottom: 35px !important;
}

._mb36 {
  margin-bottom: 36px !important;
}

._mb37 {
  margin-bottom: 37px !important;
}

._mb38 {
  margin-bottom: 38px !important;
}

._mb39 {
  margin-bottom: 39px !important;
}

._mb40 {
  margin-bottom: 40px !important;
}

._mb41 {
  margin-bottom: 41px !important;
}

._mb42 {
  margin-bottom: 42px !important;
}

._mb43 {
  margin-bottom: 43px !important;
}

._mb44 {
  margin-bottom: 44px !important;
}

._mb45 {
  margin-bottom: 45px !important;
}

._mb46 {
  margin-bottom: 46px !important;
}

._mb47 {
  margin-bottom: 47px !important;
}

._mb48 {
  margin-bottom: 48px !important;
}

._mb49 {
  margin-bottom: 49px !important;
}

._mb50 {
  margin-bottom: 50px !important;
}

._mb51 {
  margin-bottom: 51px !important;
}

._mb52 {
  margin-bottom: 52px !important;
}

._mb53 {
  margin-bottom: 53px !important;
}

._mb54 {
  margin-bottom: 54px !important;
}

._mb55 {
  margin-bottom: 55px !important;
}

._mb56 {
  margin-bottom: 56px !important;
}

._mb57 {
  margin-bottom: 57px !important;
}

._mb58 {
  margin-bottom: 58px !important;
}

._mb59 {
  margin-bottom: 59px !important;
}

._mb60 {
  margin-bottom: 60px !important;
}

._mb61 {
  margin-bottom: 61px !important;
}

._mb62 {
  margin-bottom: 62px !important;
}

._mb63 {
  margin-bottom: 63px !important;
}

._mb64 {
  margin-bottom: 64px !important;
}

._mb65 {
  margin-bottom: 65px !important;
}

._mb66 {
  margin-bottom: 66px !important;
}

._mb67 {
  margin-bottom: 67px !important;
}

._mb68 {
  margin-bottom: 68px !important;
}

._mb69 {
  margin-bottom: 69px !important;
}

._mb70 {
  margin-bottom: 70px !important;
}

._mb71 {
  margin-bottom: 71px !important;
}

._mb72 {
  margin-bottom: 72px !important;
}

._mb73 {
  margin-bottom: 73px !important;
}

._mb74 {
  margin-bottom: 74px !important;
}

._mb75 {
  margin-bottom: 75px !important;
}

._mb76 {
  margin-bottom: 76px !important;
}

._mb77 {
  margin-bottom: 77px !important;
}

._mb78 {
  margin-bottom: 78px !important;
}

._mb79 {
  margin-bottom: 79px !important;
}

._mb80 {
  margin-bottom: 80px !important;
}

._mb81 {
  margin-bottom: 81px !important;
}

._mb82 {
  margin-bottom: 82px !important;
}

._mb83 {
  margin-bottom: 83px !important;
}

._mb84 {
  margin-bottom: 84px !important;
}

._mb85 {
  margin-bottom: 85px !important;
}

._mb86 {
  margin-bottom: 86px !important;
}

._mb87 {
  margin-bottom: 87px !important;
}

._mb88 {
  margin-bottom: 88px !important;
}

._mb89 {
  margin-bottom: 89px !important;
}

._mb90 {
  margin-bottom: 90px !important;
}

._mb91 {
  margin-bottom: 91px !important;
}

._mb92 {
  margin-bottom: 92px !important;
}

._mb93 {
  margin-bottom: 93px !important;
}

._mb94 {
  margin-bottom: 94px !important;
}

._mb95 {
  margin-bottom: 95px !important;
}

._mb96 {
  margin-bottom: 96px !important;
}

._mb97 {
  margin-bottom: 97px !important;
}

._mb98 {
  margin-bottom: 98px !important;
}

._mb99 {
  margin-bottom: 99px !important;
}

._mb100 {
  margin-bottom: 100px !important;
}

._mr0 {
  margin-right: 0 !important;
}

._mr1 {
  margin-right: 1px !important;
}

._mr2 {
  margin-right: 2px !important;
}

._mr3 {
  margin-right: 3px !important;
}

._mr4 {
  margin-right: 4px !important;
}

._mr5 {
  margin-right: 5px !important;
}

._mr6 {
  margin-right: 6px !important;
}

._mr7 {
  margin-right: 7px !important;
}

._mr8 {
  margin-right: 8px !important;
}

._mr9 {
  margin-right: 9px !important;
}

._mr10 {
  margin-right: 10px !important;
}

._mr11 {
  margin-right: 11px !important;
}

._mr12 {
  margin-right: 12px !important;
}

._mr13 {
  margin-right: 13px !important;
}

._mr14 {
  margin-right: 14px !important;
}

._mr15 {
  margin-right: 15px !important;
}

._mr16 {
  margin-right: 16px !important;
}

._mr17 {
  margin-right: 17px !important;
}

._mr18 {
  margin-right: 18px !important;
}

._mr19 {
  margin-right: 19px !important;
}

._mr20 {
  margin-right: 20px !important;
}

._mr21 {
  margin-right: 21px !important;
}

._mr22 {
  margin-right: 22px !important;
}

._mr23 {
  margin-right: 23px !important;
}

._mr24 {
  margin-right: 24px !important;
}

._mr25 {
  margin-right: 25px !important;
}

._mr26 {
  margin-right: 26px !important;
}

._mr27 {
  margin-right: 27px !important;
}

._mr28 {
  margin-right: 28px !important;
}

._mr29 {
  margin-right: 29px !important;
}

._mr30 {
  margin-right: 30px !important;
}

._mr31 {
  margin-right: 31px !important;
}

._mr32 {
  margin-right: 32px !important;
}

._mr33 {
  margin-right: 33px !important;
}

._mr34 {
  margin-right: 34px !important;
}

._mr35 {
  margin-right: 35px !important;
}

._mr36 {
  margin-right: 36px !important;
}

._mr37 {
  margin-right: 37px !important;
}

._mr38 {
  margin-right: 38px !important;
}

._mr39 {
  margin-right: 39px !important;
}

._mr40 {
  margin-right: 40px !important;
}

._mr41 {
  margin-right: 41px !important;
}

._mr42 {
  margin-right: 42px !important;
}

._mr43 {
  margin-right: 43px !important;
}

._mr44 {
  margin-right: 44px !important;
}

._mr45 {
  margin-right: 45px !important;
}

._mr46 {
  margin-right: 46px !important;
}

._mr47 {
  margin-right: 47px !important;
}

._mr48 {
  margin-right: 48px !important;
}

._mr49 {
  margin-right: 49px !important;
}

._mr50 {
  margin-right: 50px !important;
}

._mr51 {
  margin-right: 51px !important;
}

._mr52 {
  margin-right: 52px !important;
}

._mr53 {
  margin-right: 53px !important;
}

._mr54 {
  margin-right: 54px !important;
}

._mr55 {
  margin-right: 55px !important;
}

._mr56 {
  margin-right: 56px !important;
}

._mr57 {
  margin-right: 57px !important;
}

._mr58 {
  margin-right: 58px !important;
}

._mr59 {
  margin-right: 59px !important;
}

._mr60 {
  margin-right: 60px !important;
}

._mr61 {
  margin-right: 61px !important;
}

._mr62 {
  margin-right: 62px !important;
}

._mr63 {
  margin-right: 63px !important;
}

._mr64 {
  margin-right: 64px !important;
}

._mr65 {
  margin-right: 65px !important;
}

._mr66 {
  margin-right: 66px !important;
}

._mr67 {
  margin-right: 67px !important;
}

._mr68 {
  margin-right: 68px !important;
}

._mr69 {
  margin-right: 69px !important;
}

._mr70 {
  margin-right: 70px !important;
}

._mr71 {
  margin-right: 71px !important;
}

._mr72 {
  margin-right: 72px !important;
}

._mr73 {
  margin-right: 73px !important;
}

._mr74 {
  margin-right: 74px !important;
}

._mr75 {
  margin-right: 75px !important;
}

._mr76 {
  margin-right: 76px !important;
}

._mr77 {
  margin-right: 77px !important;
}

._mr78 {
  margin-right: 78px !important;
}

._mr79 {
  margin-right: 79px !important;
}

._mr80 {
  margin-right: 80px !important;
}

._mr81 {
  margin-right: 81px !important;
}

._mr82 {
  margin-right: 82px !important;
}

._mr83 {
  margin-right: 83px !important;
}

._mr84 {
  margin-right: 84px !important;
}

._mr85 {
  margin-right: 85px !important;
}

._mr86 {
  margin-right: 86px !important;
}

._mr87 {
  margin-right: 87px !important;
}

._mr88 {
  margin-right: 88px !important;
}

._mr89 {
  margin-right: 89px !important;
}

._mr90 {
  margin-right: 90px !important;
}

._mr91 {
  margin-right: 91px !important;
}

._mr92 {
  margin-right: 92px !important;
}

._mr93 {
  margin-right: 93px !important;
}

._mr94 {
  margin-right: 94px !important;
}

._mr95 {
  margin-right: 95px !important;
}

._mr96 {
  margin-right: 96px !important;
}

._mr97 {
  margin-right: 97px !important;
}

._mr98 {
  margin-right: 98px !important;
}

._mr99 {
  margin-right: 99px !important;
}

._mr100 {
  margin-right: 100px !important;
}

._ml0 {
  margin-left: 0 !important;
}

._ml1 {
  margin-left: 1px !important;
}

._ml2 {
  margin-left: 2px !important;
}

._ml3 {
  margin-left: 3px !important;
}

._ml4 {
  margin-left: 4px !important;
}

._ml5 {
  margin-left: 5px !important;
}

._ml6 {
  margin-left: 6px !important;
}

._ml7 {
  margin-left: 7px !important;
}

._ml8 {
  margin-left: 8px !important;
}

._ml9 {
  margin-left: 9px !important;
}

._ml10 {
  margin-left: 10px !important;
}

._ml11 {
  margin-left: 11px !important;
}

._ml12 {
  margin-left: 12px !important;
}

._ml13 {
  margin-left: 13px !important;
}

._ml14 {
  margin-left: 14px !important;
}

._ml15 {
  margin-left: 15px !important;
}

._ml16 {
  margin-left: 16px !important;
}

._ml17 {
  margin-left: 17px !important;
}

._ml18 {
  margin-left: 18px !important;
}

._ml19 {
  margin-left: 19px !important;
}

._ml20 {
  margin-left: 20px !important;
}

._ml21 {
  margin-left: 21px !important;
}

._ml22 {
  margin-left: 22px !important;
}

._ml23 {
  margin-left: 23px !important;
}

._ml24 {
  margin-left: 24px !important;
}

._ml25 {
  margin-left: 25px !important;
}

._ml26 {
  margin-left: 26px !important;
}

._ml27 {
  margin-left: 27px !important;
}

._ml28 {
  margin-left: 28px !important;
}

._ml29 {
  margin-left: 29px !important;
}

._ml30 {
  margin-left: 30px !important;
}

._ml31 {
  margin-left: 31px !important;
}

._ml32 {
  margin-left: 32px !important;
}

._ml33 {
  margin-left: 33px !important;
}

._ml34 {
  margin-left: 34px !important;
}

._ml35 {
  margin-left: 35px !important;
}

._ml36 {
  margin-left: 36px !important;
}

._ml37 {
  margin-left: 37px !important;
}

._ml38 {
  margin-left: 38px !important;
}

._ml39 {
  margin-left: 39px !important;
}

._ml40 {
  margin-left: 40px !important;
}

._ml41 {
  margin-left: 41px !important;
}

._ml42 {
  margin-left: 42px !important;
}

._ml43 {
  margin-left: 43px !important;
}

._ml44 {
  margin-left: 44px !important;
}

._ml45 {
  margin-left: 45px !important;
}

._ml46 {
  margin-left: 46px !important;
}

._ml47 {
  margin-left: 47px !important;
}

._ml48 {
  margin-left: 48px !important;
}

._ml49 {
  margin-left: 49px !important;
}

._ml50 {
  margin-left: 50px !important;
}

._ml51 {
  margin-left: 51px !important;
}

._ml52 {
  margin-left: 52px !important;
}

._ml53 {
  margin-left: 53px !important;
}

._ml54 {
  margin-left: 54px !important;
}

._ml55 {
  margin-left: 55px !important;
}

._ml56 {
  margin-left: 56px !important;
}

._ml57 {
  margin-left: 57px !important;
}

._ml58 {
  margin-left: 58px !important;
}

._ml59 {
  margin-left: 59px !important;
}

._ml60 {
  margin-left: 60px !important;
}

._ml61 {
  margin-left: 61px !important;
}

._ml62 {
  margin-left: 62px !important;
}

._ml63 {
  margin-left: 63px !important;
}

._ml64 {
  margin-left: 64px !important;
}

._ml65 {
  margin-left: 65px !important;
}

._ml66 {
  margin-left: 66px !important;
}

._ml67 {
  margin-left: 67px !important;
}

._ml68 {
  margin-left: 68px !important;
}

._ml69 {
  margin-left: 69px !important;
}

._ml70 {
  margin-left: 70px !important;
}

._ml71 {
  margin-left: 71px !important;
}

._ml72 {
  margin-left: 72px !important;
}

._ml73 {
  margin-left: 73px !important;
}

._ml74 {
  margin-left: 74px !important;
}

._ml75 {
  margin-left: 75px !important;
}

._ml76 {
  margin-left: 76px !important;
}

._ml77 {
  margin-left: 77px !important;
}

._ml78 {
  margin-left: 78px !important;
}

._ml79 {
  margin-left: 79px !important;
}

._ml80 {
  margin-left: 80px !important;
}

._ml81 {
  margin-left: 81px !important;
}

._ml82 {
  margin-left: 82px !important;
}

._ml83 {
  margin-left: 83px !important;
}

._ml84 {
  margin-left: 84px !important;
}

._ml85 {
  margin-left: 85px !important;
}

._ml86 {
  margin-left: 86px !important;
}

._ml87 {
  margin-left: 87px !important;
}

._ml88 {
  margin-left: 88px !important;
}

._ml89 {
  margin-left: 89px !important;
}

._ml90 {
  margin-left: 90px !important;
}

._ml91 {
  margin-left: 91px !important;
}

._ml92 {
  margin-left: 92px !important;
}

._ml93 {
  margin-left: 93px !important;
}

._ml94 {
  margin-left: 94px !important;
}

._ml95 {
  margin-left: 95px !important;
}

._ml96 {
  margin-left: 96px !important;
}

._ml97 {
  margin-left: 97px !important;
}

._ml98 {
  margin-left: 98px !important;
}

._ml99 {
  margin-left: 99px !important;
}

._ml100 {
  margin-left: 100px !important;
}

._pt10 {
  padding-top: 10px !important;
}

._p0 {
  padding: 0 !important;
}

._p4 {
  padding: 4px !important;
}

._p8 {
  padding: 8px !important;
}

._p12 {
  padding: 12px !important;
}

._p16 {
  padding: 16px !important;
}

._p20 {
  padding: 20px !important;
}

._p24 {
  padding: 24px !important;
}

._p28 {
  padding: 28px !important;
}

._p32 {
  padding: 32px !important;
}

._p36 {
  padding: 36px !important;
}

._p40 {
  padding: 40px !important;
}

._p44 {
  padding: 44px !important;
}

._p48 {
  padding: 48px !important;
}

._p52 {
  padding: 52px !important;
}

._p56 {
  padding: 56px !important;
}

._p60 {
  padding: 60px !important;
}

._p64 {
  padding: 64px !important;
}

._p68 {
  padding: 68px !important;
}

._p72 {
  padding: 72px !important;
}

._p76 {
  padding: 76px !important;
}

._p80 {
  padding: 80px !important;
}

._p84 {
  padding: 84px !important;
}

._p88 {
  padding: 88px !important;
}

._p92 {
  padding: 92px !important;
}

._p96 {
  padding: 96px !important;
}

._p100 {
  padding: 100px !important;
}

._py0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

._py4 {
  padding-bottom: 4px !important;
  padding-top: 4px !important;
}

._py8 {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}

._py12 {
  padding-bottom: 12px !important;
  padding-top: 12px !important;
}

._py16 {
  padding-bottom: 16px !important;
  padding-top: 16px !important;
}

._py20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

._py24 {
  padding-bottom: 24px !important;
  padding-top: 24px !important;
}

._py28 {
  padding-bottom: 28px !important;
  padding-top: 28px !important;
}

._py32 {
  padding-bottom: 32px !important;
  padding-top: 32px !important;
}

._py36 {
  padding-bottom: 36px !important;
  padding-top: 36px !important;
}

._py40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}

._py44 {
  padding-bottom: 44px !important;
  padding-top: 44px !important;
}

._py48 {
  padding-bottom: 48px !important;
  padding-top: 48px !important;
}

._py52 {
  padding-bottom: 52px !important;
  padding-top: 52px !important;
}

._py56 {
  padding-bottom: 56px !important;
  padding-top: 56px !important;
}

._py60 {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}

._py64 {
  padding-bottom: 64px !important;
  padding-top: 64px !important;
}

._py68 {
  padding-bottom: 68px !important;
  padding-top: 68px !important;
}

._py72 {
  padding-bottom: 72px !important;
  padding-top: 72px !important;
}

._py76 {
  padding-bottom: 76px !important;
  padding-top: 76px !important;
}

._py80 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}

._py84 {
  padding-bottom: 84px !important;
  padding-top: 84px !important;
}

._py88 {
  padding-bottom: 88px !important;
  padding-top: 88px !important;
}

._py92 {
  padding-bottom: 92px !important;
  padding-top: 92px !important;
}

._py96 {
  padding-bottom: 96px !important;
  padding-top: 96px !important;
}

._py100 {
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}

._px0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

._px4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

._px8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

._px12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

._px16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

._px20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

._px24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

._px28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

._px32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

._px36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

._px40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

._px44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

._px48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

._px52 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}

._px56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

._px60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

._px64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

._px68 {
  padding-left: 68px !important;
  padding-right: 68px !important;
}

._px72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

._px76 {
  padding-left: 76px !important;
  padding-right: 76px !important;
}

._px80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

._px84 {
  padding-left: 84px !important;
  padding-right: 84px !important;
}

._px88 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}

._px92 {
  padding-left: 92px !important;
  padding-right: 92px !important;
}

._px96 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

._px100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

._pt0 {
  padding-top: 0 !important;
}

._pt4 {
  padding-top: 4px !important;
}

._pt8 {
  padding-top: 8px !important;
}

._pt12 {
  padding-top: 12px !important;
}

._pt16 {
  padding-top: 16px !important;
}

._pt20 {
  padding-top: 20px !important;
}

._pt24 {
  padding-top: 24px !important;
}

._pt28 {
  padding-top: 28px !important;
}

._pt32 {
  padding-top: 32px !important;
}

._pt36 {
  padding-top: 36px !important;
}

._pt40 {
  padding-top: 40px !important;
}

._pt44 {
  padding-top: 44px !important;
}

._pt48 {
  padding-top: 48px !important;
}

._pt52 {
  padding-top: 52px !important;
}

._pt56 {
  padding-top: 56px !important;
}

._pt60 {
  padding-top: 60px !important;
}

._pt64 {
  padding-top: 64px !important;
}

._pt68 {
  padding-top: 68px !important;
}

._pt72 {
  padding-top: 72px !important;
}

._pt76 {
  padding-top: 76px !important;
}

._pt80 {
  padding-top: 80px !important;
}

._pt84 {
  padding-top: 84px !important;
}

._pt88 {
  padding-top: 88px !important;
}

._pt92 {
  padding-top: 92px !important;
}

._pt96 {
  padding-top: 96px !important;
}

._pt100 {
  padding-top: 100px !important;
}

._pb0 {
  padding-bottom: 0 !important;
}

._pb4 {
  padding-bottom: 4px !important;
}

._pb8 {
  padding-bottom: 8px !important;
}

._pb12 {
  padding-bottom: 12px !important;
}

._pb16 {
  padding-bottom: 16px !important;
}

._pb20 {
  padding-bottom: 20px !important;
}

._pb24 {
  padding-bottom: 24px !important;
}

._pb28 {
  padding-bottom: 28px !important;
}

._pb32 {
  padding-bottom: 32px !important;
}

._pb36 {
  padding-bottom: 36px !important;
}

._pb40 {
  padding-bottom: 40px !important;
}

._pb44 {
  padding-bottom: 44px !important;
}

._pb48 {
  padding-bottom: 48px !important;
}

._pb52 {
  padding-bottom: 52px !important;
}

._pb56 {
  padding-bottom: 56px !important;
}

._pb60 {
  padding-bottom: 60px !important;
}

._pb64 {
  padding-bottom: 64px !important;
}

._pb68 {
  padding-bottom: 68px !important;
}

._pb72 {
  padding-bottom: 72px !important;
}

._pb76 {
  padding-bottom: 76px !important;
}

._pb80 {
  padding-bottom: 80px !important;
}

._pb84 {
  padding-bottom: 84px !important;
}

._pb88 {
  padding-bottom: 88px !important;
}

._pb92 {
  padding-bottom: 92px !important;
}

._pb96 {
  padding-bottom: 96px !important;
}

._pb100 {
  padding-bottom: 100px !important;
}

._pr0 {
  padding-right: 0 !important;
}

._pr4 {
  padding-right: 4px !important;
}

._pr8 {
  padding-right: 8px !important;
}

._pr12 {
  padding-right: 12px !important;
}

._pr16 {
  padding-right: 16px !important;
}

._pr20 {
  padding-right: 20px !important;
}

._pr24 {
  padding-right: 24px !important;
}

._pr28 {
  padding-right: 28px !important;
}

._pr32 {
  padding-right: 32px !important;
}

._pr36 {
  padding-right: 36px !important;
}

._pr40 {
  padding-right: 40px !important;
}

._pr44 {
  padding-right: 44px !important;
}

._pr48 {
  padding-right: 48px !important;
}

._pr52 {
  padding-right: 52px !important;
}

._pr56 {
  padding-right: 56px !important;
}

._pr60 {
  padding-right: 60px !important;
}

._pr64 {
  padding-right: 64px !important;
}

._pr68 {
  padding-right: 68px !important;
}

._pr72 {
  padding-right: 72px !important;
}

._pr76 {
  padding-right: 76px !important;
}

._pr80 {
  padding-right: 80px !important;
}

._pr84 {
  padding-right: 84px !important;
}

._pr88 {
  padding-right: 88px !important;
}

._pr92 {
  padding-right: 92px !important;
}

._pr96 {
  padding-right: 96px !important;
}

._pr100 {
  padding-right: 100px !important;
}

._pl0 {
  padding-left: 0 !important;
}

._pl4 {
  padding-left: 4px !important;
}

._pl8 {
  padding-left: 8px !important;
}

._pl12 {
  padding-left: 12px !important;
}

._pl16 {
  padding-left: 16px !important;
}

._pl20 {
  padding-left: 20px !important;
}

._pl24 {
  padding-left: 24px !important;
}

._pl28 {
  padding-left: 28px !important;
}

._pl32 {
  padding-left: 32px !important;
}

._pl36 {
  padding-left: 36px !important;
}

._pl40 {
  padding-left: 40px !important;
}

._pl44 {
  padding-left: 44px !important;
}

._pl48 {
  padding-left: 48px !important;
}

._pl52 {
  padding-left: 52px !important;
}

._pl56 {
  padding-left: 56px !important;
}

._pl60 {
  padding-left: 60px !important;
}

._pl64 {
  padding-left: 64px !important;
}

._pl68 {
  padding-left: 68px !important;
}

._pl72 {
  padding-left: 72px !important;
}

._pl76 {
  padding-left: 76px !important;
}

._pl80 {
  padding-left: 80px !important;
}

._pl84 {
  padding-left: 84px !important;
}

._pl88 {
  padding-left: 88px !important;
}

._pl92 {
  padding-left: 92px !important;
}

._pl96 {
  padding-left: 96px !important;
}

._pl100 {
  padding-left: 100px !important;
}

._text__left {
  text-align: left !important;
}

._text__center {
  text-align: center !important;
}

._text__right {
  text-align: right !important;
}

._shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

._underline {
  text-decoration: underline;
}

._line-through {
  text-decoration: line-through;
}

._noUnderline {
  text-decoration: none !important;
}

._align__baseline {
  vertical-align: baseline;
}

._align__top {
  vertical-align: top;
}

._align__middle {
  vertical-align: middle;
}

._align__bottom {
  vertical-align: bottom;
}

._align__textTop {
  vertical-align: text-top;
}

._align__textBottom {
  vertical-align: text-bottom;
}

._align__sub {
  vertical-align: sub;
}

._w-auto {
  width: auto !important;
}

._w1 {
  width: 1% !important;
}

._w2 {
  width: 2% !important;
}

._w3 {
  width: 3% !important;
}

._w4 {
  width: 4% !important;
}

._w5 {
  width: 5% !important;
}

._w6 {
  width: 6% !important;
}

._w7 {
  width: 7% !important;
}

._w8 {
  width: 8% !important;
}

._w9 {
  width: 9% !important;
}

._w10 {
  width: 10% !important;
}

._w11 {
  width: 11% !important;
}

._w12 {
  width: 12% !important;
}

._w13 {
  width: 13% !important;
}

._w14 {
  width: 14% !important;
}

._w15 {
  width: 15% !important;
}

._w16 {
  width: 16% !important;
}

._w17 {
  width: 17% !important;
}

._w18 {
  width: 18% !important;
}

._w19 {
  width: 19% !important;
}

._w20 {
  width: 20% !important;
}

._w21 {
  width: 21% !important;
}

._w22 {
  width: 22% !important;
}

._w23 {
  width: 23% !important;
}

._w24 {
  width: 24% !important;
}

._w25 {
  width: 25% !important;
}

._w26 {
  width: 26% !important;
}

._w27 {
  width: 27% !important;
}

._w28 {
  width: 28% !important;
}

._w29 {
  width: 29% !important;
}

._w30 {
  width: 30% !important;
}

._w31 {
  width: 31% !important;
}

._w32 {
  width: 32% !important;
}

._w33 {
  width: 33% !important;
}

._w34 {
  width: 34% !important;
}

._w35 {
  width: 35% !important;
}

._w36 {
  width: 36% !important;
}

._w37 {
  width: 37% !important;
}

._w38 {
  width: 38% !important;
}

._w39 {
  width: 39% !important;
}

._w40 {
  width: 40% !important;
}

._w41 {
  width: 41% !important;
}

._w42 {
  width: 42% !important;
}

._w43 {
  width: 43% !important;
}

._w44 {
  width: 44% !important;
}

._w45 {
  width: 45% !important;
}

._w46 {
  width: 46% !important;
}

._w47 {
  width: 47% !important;
}

._w48 {
  width: 48% !important;
}

._w49 {
  width: 49% !important;
}

._w50 {
  width: 50% !important;
}

._w51 {
  width: 51% !important;
}

._w52 {
  width: 52% !important;
}

._w53 {
  width: 53% !important;
}

._w54 {
  width: 54% !important;
}

._w55 {
  width: 55% !important;
}

._w56 {
  width: 56% !important;
}

._w57 {
  width: 57% !important;
}

._w58 {
  width: 58% !important;
}

._w59 {
  width: 59% !important;
}

._w60 {
  width: 60% !important;
}

._w61 {
  width: 61% !important;
}

._w62 {
  width: 62% !important;
}

._w63 {
  width: 63% !important;
}

._w64 {
  width: 64% !important;
}

._w65 {
  width: 65% !important;
}

._w66 {
  width: 66% !important;
}

._w67 {
  width: 67% !important;
}

._w68 {
  width: 68% !important;
}

._w69 {
  width: 69% !important;
}

._w70 {
  width: 70% !important;
}

._w71 {
  width: 71% !important;
}

._w72 {
  width: 72% !important;
}

._w73 {
  width: 73% !important;
}

._w74 {
  width: 74% !important;
}

._w75 {
  width: 75% !important;
}

._w76 {
  width: 76% !important;
}

._w77 {
  width: 77% !important;
}

._w78 {
  width: 78% !important;
}

._w79 {
  width: 79% !important;
}

._w80 {
  width: 80% !important;
}

._w81 {
  width: 81% !important;
}

._w82 {
  width: 82% !important;
}

._w83 {
  width: 83% !important;
}

._w84 {
  width: 84% !important;
}

._w85 {
  width: 85% !important;
}

._w86 {
  width: 86% !important;
}

._w87 {
  width: 87% !important;
}

._w88 {
  width: 88% !important;
}

._w89 {
  width: 89% !important;
}

._w90 {
  width: 90% !important;
}

._w91 {
  width: 91% !important;
}

._w92 {
  width: 92% !important;
}

._w93 {
  width: 93% !important;
}

._w94 {
  width: 94% !important;
}

._w95 {
  width: 95% !important;
}

._w96 {
  width: 96% !important;
}

._w97 {
  width: 97% !important;
}

._w98 {
  width: 98% !important;
}

._w99 {
  width: 99% !important;
}

._w100 {
  width: 100% !important;
}

._truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

._break__normal {
  word-break: normal !important;
  overflow-wrap: normal !important;
}

._break__words {
  overflow-wrap: break-word !important;
}

._break__all {
  word-break: break-all !important;
}

.Drawer__layout {
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 50px;
  opacity: 0;
  overflow: auto;
  visibility: hidden;
  z-index: 20000;
  height: 100svh;
  width: 100%;
  padding: 85px 30px 65px;
  background-color: #fdfbf0;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
  scrollbar-width: none;
}

.Drawer__layout::-webkit-scrollbar {
  display: none;
}

.Drawer__layout.is-open {
  pointer-events: all;
  top: 0;
  opacity: 1;
  visibility: visible;
}

.Drawer__close {
  position: absolute;
  right: 20px;
  top: 14px;
  display: block;
  height: 40px;
  width: 36px;
  background-image: url("/personal/atm/features/260601/images/ico_close_text_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Drawer__columnList {
  display: -ms-grid;
  display: grid;
  column-gap: 25px;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  -ms-grid-columns: 145px [2];
  grid-template-columns: repeat(2, 145px);
}

.Drawer__columnList2 {
  display: -ms-grid;
  display: grid;
  column-gap: 25px;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 315px;
}

.Drawer__buttonA {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: auto;
  width: 100%;
  padding: 15px 16px 13px 16px;
  background-color: #fff;
  border: solid 1px #07a32b;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #07a32b;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  place-content: center;
}

.Drawer__buttonA::before {
  position: absolute;
  right: 9px;
  top: 50%;
  content: "";
  height: 12px;
  width: 8px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.Drawer__buttonB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 20px 16px 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #07a32b;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  column-gap: 12px;
  text-decoration: none;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
}

.Drawer__buttonB::before {
  content: "";
  display: inline-block;
  height: 21px;
  width: 18px;
  background-image: url("/personal/atm/features/260601/images/ico_logon_white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Drawer__buttonText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 6px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
}

.Drawer__buttonSmallText {
  font-size: 1.2rem;
}

.Drawer__content {
  height: auto;
  width: 100%;
  margin-top: 30px;
}

.Drawer__list {
  border-top: solid 1px #333;
}

.Drawer__item {
  border-bottom: solid 1px #333;
}

.Drawer__link,
.Drawer__switch {
  display: block;
  width: 100%;
  padding: 18px 12px 18px 4px;
  text-decoration: none;
}

.Drawer-accordion__module .Drawer__link {
  padding: 8px 12px 8px 4px;
}

.Drawer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333;
  font-size: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Drawer__text::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Drawer__switch .Drawer__text::after {
  background-image: url("/personal/atm/features/260601/images/ico_arrow_bottom_black.svg");
}

.Drawer__switch.is-open .Drawer__text::after {
  background-image: url("/personal/atm/features/260601/images/ico_arrow_top_black.svg");
}

.Drawer-accordion__layout {
  display: none;
  margin-bottom: 10px;
}

.Drawer-accordion__module {
  padding-left: 1.5rem;
}

.Drawer-accordion__module .Drawer-accordion__module {
  margin-top: 10px;
}

.Drawer-accordion__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 12px 8px 4px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
   justify-content: space-between;
  -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   color: #333;         
}

.Drawer-accordion__text {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  text-align: left;
}

.Drawer-accordion__categoryLink {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 8px 12px 8px 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333;
  font-size: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3333333333;
  text-decoration: none;
  -ms-grid-columns: 1fr 12px;
  grid-template-columns: 1fr 12px;
}

.Drawer-accordion__categoryLink::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Drawer-accordion__icon {
  position: relative;
  display: block;
  height: 12px;
  width: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.Drawer-accordion__icon::before,
.Drawer-accordion__icon:after {
  position: absolute;
  content: "";
  background-color: #000;
  border-radius: 5px;
}

.Drawer-accordion__icon::before {
  left: 0;
  top: 50%;
  height: 2px;
  width: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.Drawer-accordion__icon::after {
  left: 50%;
  top: 0;
  height: 100%;
  width: 2px;
  transform: translate(-50%, 0);
  transition: -webkit-transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform: translate(-50%, 0);
}

.Drawer-accordion__switch.is-open .Drawer-accordion__icon::after {
  transform: translate(-50%, 0) rotate(90deg);
  -webkit-transform: translate(-50%, 0) rotate(90deg);
}

.Drawer-accordion__list {
  display: none;
  width: calc(100% - 2.2rem - 3.5rem);
  margin-left: 2.2rem;
  margin-top: 5px;
  border-top: solid 1px #ccc;
}

.Drawer-accordion__link {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 6px 12px 6px 0;
  border-bottom: solid 1px #ccc;
  column-gap: 10px;
  color: #07a32b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  -ms-grid-columns: 8px 1fr;
  grid-template-columns: 8px 1fr;
}

.Drawer-accordion__link::before {
  content: "";
  display: block;
  height: 12px;
  width: 8px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Drawer__switch.is-current .Drawer__text {
  color: #07a32b;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.Footer__wrapper {
  height: auto;
  width: 100%;
  padding-bottom: 0;
  padding-top: 4px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f00), color-stop(50%, #f08324));
  background-image: linear-gradient(90deg, #f00 0 50%, #f08324 50%);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 4px;
}

.Breadcrumb__list + .Footer__wrapper {
  margin-top: 20px;
}

.Footer__content {
  padding: 30px;
  background-color: #1aa362;
}

.Footer__layoutB .Footer__content {
  padding-bottom: 20px;
  padding-top: 20px;
}

.Footer__inner {
  height: auto;
  width: 100%;
}

.Footer__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
}

.Footer__logo {
  height: 44px;
  width: 154px;
  margin-inline: auto;
}

.Footer__layoutA .Footer__logo {
  display: none;
}

.Footer__text {
  display: none;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.Footer__navigation {
  margin-top: 24px;
}

.Footer__navigationItem:nth-child(n+2) {
  border-top: solid 1px #fff;
}

.Footer__navigationItem:last-child {
  border-bottom: solid 1px #fff;
}

.Footer__category:nth-child(n+2) {
  padding-left: 15px;
}

.Footer__category.-topOnly > .Footer__categoryContent > .Footer__linkList {
  display: none;
}

.Footer__categoryContent {
  padding-left: 15px;
}

.Footer__categoryContent:nth-child(n+2) {
  display: none;
  padding-bottom: 11px;
  padding-left: 0;
}

.Footer__category.-topOnly > .Footer__categoryContent {
  padding-bottom: 1px;
}

.Footer__linkLevel01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 13px 11px 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  text-decoration: none;
}

.Footer__linkLevel01.-linkHome {
  padding: 10px 13px 18px 5px;
}

.Footer__linkLevel01::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Footer__linkLevel02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 13px 11px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
}

.Footer__category:nth-child(n+3) .Footer__linkLevel02 {
  border-top: solid 1px #fff;
}

.Footer__linkLevel02.-iconArrow::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Footer__accordionIcon {
  position: relative;
  display: block;
  height: 12px;
  width: 12px;
}

.Footer__accordionIcon::before,
.Footer__accordionIcon::after {
  position: absolute;
  content: "";
  background-color: #fff;
  border-radius: 5px;
}

.Footer__accordionIcon::before {
  left: 0;
  top: 50%;
  height: 2px;
  width: 100%;
  -webkit-transform: translate(0, -50%);
}

.Footer__accordionIcon::after {
  left: 50%;
  top: 0;
  height: 100%;
  width: 2px;
  transform: translate(-50%, 0);
  transition: -webkit-transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform: translate(-50%, 0);
}

.Footer__linkLevel02.is-open .Footer__accordionIcon::after {
  transform: translate(-50%, 0) rotate(90deg);
  -webkit-transform: translate(-50%, 0) rotate(90deg);
}

.Footer__linkLevel03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3px;
  padding-right: 25px;
  padding-top: 2px;
  column-gap: 4px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  text-decoration: none;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
}

.Footer__linkLevel03::before {
  content: "";
  display: block;
  height: 12px;
  width: 10px;
  margin-top: 0.25em;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Footer__navigationLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 24px 18px 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.Footer__navigationLink::after {
  content: "";
  display: block;
  height: 16px;
  width: 12px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Footer__layoutA .Footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Footer__layoutA .Footer__item:nth-child(n+2):not(.-borderNone)::before {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
}

.Footer__layoutA .Footer__item.-borderNone {
  text-align: center;
}

.Footer__layoutC .Footer__links .Footer__item:nth-child(n+2):not(.-borderNone)::before {
  content: "|";
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #fff;
}

.Footer__layoutC .Footer__links .Footer__item:nth-child(n+2).-borderNone {
  text-align: center;
}

.Footer__link {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  text-decoration: none;
}

.Footer__financialCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.Footer__layoutB .Footer__financialCode {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Footer__layoutC .Footer__financialCode {
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Footer__financialNumber + .Footer__financialName {
  margin-left: 5px;
}

.Footer__financialName::after {
  content: "：";
}

.Footer__bottom {
  padding: 14px 0;
  background-color: var(--color-white);
}
@media screen and (max-width:768px ) {
  .Footer__bottom {
    padding: 14px 0 28px;
  }
}

.Footer__copyright {
  margin-inline: auto;
}

.Footer__subNavigation .Footer__item {
  border-bottom: solid 1px #fff;
}

.Footer__subNavigation .Footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 13px 16px 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  text-decoration: none;
}

.Footer__subNavigation .Footer__link::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  padding: 0 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.GlobalNavigation__layout {
  display: none;
}

.GlobalNavigation__list {
  display: -ms-grid;
  display: grid;
}

.GlobalNavigation__list.-column03 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.GlobalNavigation__list.-column04 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.GlobalNavigation__list.-column05 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.GlobalNavigation__list.-column06 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.GlobalNavigation__item.is-current .GlobalNavigation__button {
  color: #07a32b;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.GlobalNavigation__button {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 60px;
  padding: 8px 30px;
  -webkit-box-shadow: 0 11px 16px -8px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 11px 16px -8px rgba(0, 0, 0, 0.1) inset;
  color: #333;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  place-content: center;
}

.GlobalNavigation__button.-dropMenuArrow::before {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  height: 10px;
  width: 10px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_bottom_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.GlobalNavigation__button.is-open.-dropMenuArrow {
  background-color: #fdfbf0;
  color: #07a32b;
}

.GlobalNavigation__button.is-open.-dropMenuArrow::before {
  background-image: url("/personal/atm/features/260601/images/ico_arrow_top_black.svg");
}

.GlobalNavigation__item + .GlobalNavigation__item .GlobalNavigation__button::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  height: 36px;
  width: 1px;
  background-color: #999;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.GlobalNavigation-drop__content {
  position: absolute;
  left: 0;
  top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  z-index: 9999;
  height: 0;
  width: 100%;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.GlobalNavigation-drop__panel {
  width: 100%;
  padding: 0 60px;
  background-color: #fdfbf0;
}

.GlobalNavigation-drop__inner {
  display: -ms-grid;
  display: grid;
  height: auto;
  width: 100%;
  max-width: 1080px;
  padding: 60px 0;
  column-gap: 4%;
  -webkit-column-gap: 4%;
  -moz-column-gap: 4%;
  -ms-grid-columns: 22% [4];
  grid-template-columns: repeat(4, 22%);
  margin-inline: auto;
  row-gap: 50px;
}

.GlobalNavigation-drop__title {
  color: #333;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4705882353;
}

.GlobalNavigation-drop__listArea {
  margin-top: 34px;
}

.GlobalNavigation-drop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.GlobalNavigation-drop__link {
  position: relative;
  display: block;
  margin-left: 1em;
  padding-left: 1.5em;
  color: #07a32b;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
}

.GlobalNavigation-drop__link::before {
  position: absolute;
  left: 0;
  top: 0.4em;
  content: "";
  display: block;
  height: 0.8em;
  width: 0.8em;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.GlobalNavigation-drop__category > .GlobalNavigation-drop__link,
.GlobalNavigation-drop__category > dt .GlobalNavigation-drop__link {
  margin-left: 0;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4705882353;
}

.Header__wrapper {
  height: auto;
  width: 39rem;
  height: 6rem;
  position: fixed;
  z-index: 3;
}

.Header__inner {
  width: 100%;
}

.Header__layout {
  position: relative;
  height: auto;
  width: 100%;
  padding: 0 4px;
  background-color: #fdfbf0;
}

.Header__content {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 133px 1fr;
  grid-template-columns: 133px 1fr;
}

.Header__logo {
  width: 133px;
  padding: 10px 0;
}

.Header__logo > img {
  height: auto;
}

.Header__body {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-grid-columns: 60px 60px 60px;
  grid-template-columns: 60px 60px 60px;
}

.-simple .Header__body {
  -ms-grid-columns: 62px;
  grid-template-columns: 62px;
}

.Header__body.-spColumn02 {
  -ms-grid-columns: 62px 62px;
  grid-template-columns: 62px 62px;
}

.Header__listArea {
  display: none;
}

.Header__categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 18px;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
}

.Header__categoryLink {
  color: #059944;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.0666666667;
  text-decoration: none;
}

.Header__informationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 18px;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
}

.Header__informationLink {
  color: #059944;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  text-decoration: none;
}

.Header__toolArea {
  display: none;
}

.Header__toolList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 18px;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
}

.Header__toolLink {
  color: #059944;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  text-decoration: none;
}

.Header__searchArea {
  height: auto;
  width: 100%;
}

.Header__searchIcon {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 100%;
  width: 100%;
  padding: 12px 12px 8px 12px;
  font-size: 0;
  place-content: center;
}

.Header__searchIcon::before {
  content: "";
  display: block;
  height: 40px;
  width: 36px;
  background-image: url("/personal/atm/features/260601/images/ico_search_text_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.-englishHeader .Header__searchIcon::before {
  width: 42px;
  background-image: url("/personal/atm/features/260601/images/ico_search_text_green_en.svg");
}

.Header__searchIcon::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  height: 40px;
  width: 1px;
  background-color: #d9d9d9;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.Header__searchInput form {
  width: 100%;
}

.Header__searchInput .Search__moduleA {
  border: none;
}

.Header__searchClose {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 100%;
  width: 36px;
  font-size: 0;
  place-content: center;
}

.Header__searchClose::before {
  content: "";
  display: block;
  height: 40px;
  width: 36px;
  background-image: url("/personal/atm/features/260601/images/ico_close_text_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.-englishHeader .Header__searchClose::before {
  width: 42px;
  background-image: url("/personal/atm/features/260601/images/ico_close_text_green_en.svg");
}

.Header__loginArea {
  position: relative;
  height: auto;
  width: 100%;
}

.Header__loginArea::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  height: 40px;
  width: 1px;
  background-color: #d9d9d9;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.Header__loginButton {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 100%;
  width: 100%;
  padding: 12px 12px 8px 12px;
  font-size: 0;
  text-decoration: none;
  place-content: center;
}

.Header__loginButton::before {
  content: "";
  display: block;
  height: 40px;
  width: 36px;
  background-image: url("/personal/atm/features/260601/images/ico_logon_text_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.-englishHeader .Header__loginButton::before {
  width: 42px;
  background-image: url("/personal/atm/features/260601/images/ico_logon_text_green_en.svg");
}

.-loginButtonNone .Header__loginButton.-businessButton,
.-loginButtonService .Header__loginButton.-businessButton {
  display: none;
}

.-loginButtonBusiness .Header__loginButton.-serviceButton {
  display: none;
}

.Header__loginTitle {
  display: none;
}

.Header__logonText {
  font-size: 0;
}

.Header__loginText {
  display: none;
}

.Header__hamburgerArea {
  position: relative;
  height: auto;
  width: 100%;
}

.Header__hamburgerArea::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  height: 40px;
  width: 1px;
  background-color: #d9d9d9;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.-simple .Header__hamburgerArea::before {
  content: none;
}

.Header__hamburgerButton {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 100%;
  width: 100%;
  padding: 12px 12px 8px 12px;
  font-size: 0;
  place-content: center;
}

.Header__hamburgerButton::before {
  content: "";
  display: block;
  height: 40px;
  width: 36px;
  background-image: url("/personal/atm/features/260601/images/ico_menu_text_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.-englishHeader .Header__hamburgerButton::before {
  width: 42px;
  background-image: url("/personal/atm/features/260601/images/ico_menu_text_green_en.svg");
}

.Header__financialCode {
  display: none;
}

/* 3.2. Language Nav
 * ------------------------------*/
.Header__language {
  position: absolute;
  left: 20px;
  top: 20px;
  width: auto;
  margin: 0;
}

.Header__language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.Header__language ul li {
  margin: 0;
  padding: 0 0.4rem 0.2rem;
  border-right: 1px solid #094;
  list-style: none;
  font-size: 1.4rem;
  font-weight: 600;
}

.Header__language ul li:last-of-type {
  border-right: none;
}

.Header__language ul li a {
  display: block;
  color: #094;
  text-decoration: none;
}

.Header__language ul li a:hover {
  text-decoration: none;
}

.Header__language ul li:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.Header__language ul li span {
  display: block;
  padding: 0.1rem 0.4rem 0;
}

.Header__language ul li a:hover span,
.Header__language ul li.is-active span {
  background-color: #094;
  color: #fff;
}

.MainContents__inner {
  overflow-x: hidden;
  width: 100%;
  margin-top: 60px;
}

@-webkit-keyframes close-before {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
}
@keyframes close-before {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
}
@-webkit-keyframes open-before {
  0% {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@keyframes open-before {
  0% {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes close-after {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
@keyframes close-after {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
@-webkit-keyframes open-after {
  0% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@keyframes open-after {
  0% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
.Accordion__moduleA {
  border: solid 1px #f99427;
  border-radius: 10px;
}

.Accordion__moduleA:not(:first-child) {
  margin-top: 15px;
}

.Text__module + .Accordion__moduleA {
  margin-top: 30px;
}

.Accordion__title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 68px;
  padding: 14px 31px 15px 21px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.Accordion__indent > span:nth-child(1) {
  display: block;
  min-width: 3em;
  margin-right: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.Accordion__icon {
  position: relative;
  height: 14px;
  width: 30px;
  text-align: right;
}

.Accordion__icon::before,
.Accordion__icon::after {
  position: absolute;
  top: 50%;
  content: "";
  height: 2px;
  width: 14px;
  background-color: #f99427;
  border-radius: 1px;
}

.Accordion__icon::before {
  animation: 0.4s close-before;
  transform: translateY(-50%);
  -webkit-animation: 0.4s close-before;
  -webkit-transform: translateY(-50%);
}

.Accordion__moduleA[open] .Accordion__icon::before {
  animation: 0.4s open-before forwards;
  -webkit-animation: 0.4s open-before forwards;
}

.Accordion__icon::after {
  animation: 0.4s close-after;
  transform: translateY(-50%) rotate(90deg);
  -webkit-animation: 0.4s close-after;
  -webkit-transform: translateY(-50%) rotate(90deg);
}

.Accordion__moduleA[open] .Accordion__icon::after {
  animation: 0.4s open-after forwards;
  -webkit-animation: 0.4s open-after forwards;
}

.Accordion__content {
  overflow: hidden;
}

.Accordion__inner {
  padding: 0 22px 15px;
}

.Accordion__inner > * + * {
  margin-top: 30px;
}

.Alert__content_test {
  border: 2px #e60012;
  border-style: solid none solid none;
}

.Alert__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px 21px 25px;
  column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
}

.Alert__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.Alert__text {
  color: #e60012;
  font-size: 1.2rem;
  font-weight: 600;
}

#em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
  min-height: 60px;
  margin: 0 20px;
  padding: 9.5px 11px 10.5px 10px;
  padding-right: 11px;
  background-color: #fff2f3;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#em + #em {
  margin-top: 10px;
}

.Alert__content #em:first-of-type {
  margin-top: 40px;
}

.Alert__content #em:last-of-type {
  margin-bottom: 40px;
}

#em .em_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  margin-inline: auto;
}

#em .em_box::before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("/personal/atm/features/260601/images/ico_40x40_01.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#em .em_box p {
  color: #e60012;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8;
  word-break: break-all;
}

#em .em_box p a {
  display: block;
  padding-left: 15px;
  color: #e60012;
  text-decoration: none;
  text-indent: -14px;
}

#em .em_box p a::before {
  content: "";
  display: inline-block;
  height: 9px;
  width: 9px;
  margin-right: 5px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_red.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#em .em_box p a[target=_blank]::after {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url("/personal/atm/features/260601/images/ico_15x15_01_red.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
}

.AnchorLink__layout {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-left: 0;
  gap: 20px 16px;
}

.AnchorLink__item {
  list-style-type: none;
}

.AnchorLink__moduleA {
  width: 100%;
  max-width: 325px;
  border: solid 1px #f60;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin-inline: auto;
}

.AnchorLink__text {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  color: #f60;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  place-content: center;
}

.AnchorLink__text::before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_bottom_darkorange.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.-blank .AnchorLink__text::before {
  content: none;
}

.Annotation__layout:not(:first-child) {
  margin-top: 10px;
}

.Card__moduleB .Annotation__layout {
  margin-top: 4px;
}

.Annotation__moduleA {
  display: -ms-grid;
  display: grid;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  gap: 5px;
  -ms-grid-columns: 1em 1fr;
  grid-template-columns: 1em 1fr;
}

.Annotation__moduleA.-textLarge {
  font-size: 1.4rem;
}

.ConversionArea__text .Annotation__moduleA {
  margin-left: 22px;
}

.Box__layoutA .Annotation__moduleA {
  margin-top: 10px;
}

.Annotation__moduleB {
  display: -ms-grid;
  display: grid;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  gap: 5px;
  -ms-grid-columns: 2em 1fr;
  grid-template-columns: 2em 1fr;
}

.Annotation__moduleB:not(:first-child) {
  margin-top: 10px;
}

.Annotation__moduleB.-textLarge {
  font-size: 1.4rem;
}

html[lang=en] .Annotation__moduleB.notes {
  -ms-grid-columns: 4em 1fr;
  grid-template-columns: 4em 1fr;
}

.Annotation__text .Link__arrow {
  padding-left: 1em;
}

.BackToTop__moduleA {
  height: 0;
  width: 100%;
}

.BackToTop__inner {
  position: relative;
  height: auto;
  width: 100%;
}

.BackToTop__button {
  position: absolute;
  bottom: 20px;
  right: 5px;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("/personal/atm/features/260601/images/ico_backtop_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.2);
          box-shadow: 0 0 3px rgba(51, 51, 51, 0.2);
  font-size: 0;
  place-content: center;
}

.Breadcrumb__list {
  max-width: 325px;
  margin-top: 80px;
  margin-inline: auto;
}

.Breadcrumb__item {
  display: inline;
  font-size: 1.3rem;
}

.Breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 3px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.Breadcrumb__link {
  color: #07a32b;
  font-size: 1.3rem;
  text-decoration: none;
}

.Button__layout {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  margin-top: 20px;
  gap: 16px;
}

.Button__layout.-smColumn02 {
  column-gap: 4%;
  -webkit-column-gap: 4%;
  -moz-column-gap: 4%;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
}

.Button__item {
  width: 100%;
}

.Button__moduleA {
  width: 100%;
  max-width: 325px;
  margin-inline: auto;
}

.Button__item > .Button__moduleA {
  height: 100%;
}

.Button__item > .Button__moduleA > .Button__text {
  height: 100%;
}

.Button__moduleA.-sizeSmall {
  width: 194px;
}

.Button__moduleA.-sizeSmall .Button__text {
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.Button__moduleA.-sizeSmall .Button__text::before {
  right: 15px;
}

.Button__moduleA.-blank .Button__text::before {
  content: none;
}

.Button__moduleA.-blank .Button__icon {
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.Button__moduleA .Button__text {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 50px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  place-content: center;
}

.Button__moduleA .Button__text::before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.Button__moduleA.-blank .Button__text {
  padding-left: 45px;
  padding-right: 45px;
}

.Button__moduleA.-blank .Button__text::before {
  content: none;
}

.Button__moduleA.-strong .Button__text {
  border-color: #e60012;
  color: #e60012;
}

.Button__moduleA.-strong .Button__text::before {
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_red.svg");
}

.Carousel__blockA .Button__moduleA {
  margin-top: 15px;
}

.Button__moduleB {
  height: 100%;
  max-width: 155px;
  margin-inline: auto;
}

.Button__moduleB .Button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #333;
  text-decoration: none;
}

.Button__moduleB .Button__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  height: 60px;
  width: 100%;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #ccc;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._noshadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.Button__moduleB .Button__image img {
  max-height: 100%;
}

.Button__moduleB .Button__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  column-gap: 5px;
  font-size: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
}

.Button__moduleB .Button__text > span + span {
  display: block;
  width: 54px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.BankName__layoutA {
  margin-top: 20px;
}

.BankName__layoutA .BankName__logo > img {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}

.BankName__layoutA .BankName__tagArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  column-gap: 5px;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  row-gap: 5px;
}

.BankName__layoutA .BankName__tagItem {
  padding: 6px 10px 10px;
  background-color: #07a32b;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

.Blowing_layoutA {
  display: -ms-grid;
  display: grid;
  row-gap: 15px;
}

.Blowing_layoutA:not(:first-child) {
  margin-bottom: 30px;
  margin-top: 30px;
}

.Blowing__moduleA .Blowing__balloon {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 9px 10px 10px 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-image: url("/personal/atm/features/260601/images/bg_blowing_color_blue.svg");
  border-radius: 50px;
}

.Blowing__moduleA .Blowing__balloon::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  height: 17px;
  width: 22px;
  background-image: url("/personal/atm/features/260601/images/bg_blowing_arrow_blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, 45%);
  -webkit-transform: translate(-50%, 45%);
}

.Blowing__moduleA .Blowing__title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

.Blowing__moduleA .Blowing__content {
  width: 100%;
  padding: 19px;
  border: solid 1px #ccc;
  border-radius: 8px;
}

.Blowing__moduleA .Blowing__text {
  font-size: 1.6rem;
}

.Blowing__moduleB {
  position: relative;
  background: #fff;
  padding: 20px;
  border: 2px solid #999999;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.Blowing__moduleB:after,
.Blowing__moduleB:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
}

.Blowing__moduleB:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 13px;
  border-right-width: 13px;
  margin-left: -13px;
  border-bottom-color: #ffffff;
}

.Blowing__moduleB:before {
  border-color: rgba(153, 153, 153, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-left: -15px;
  margin-bottom: 2px;
  border-bottom-color: #999999;
}

.Box__layout .Box__inner {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 1500px;
  padding: 20px;
  background-color: #f5f5f5;
  border: solid 1px #707070;
  margin-inline: auto;
}

.Box__layout .Box__icon {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  place-content: center;
}

.Box__layoutA {
  margin-bottom: 20px;
  margin-top: 30px;
}

.Box__layoutA .Box__inner {
  height: auto;
  width: 100%;
  padding: 30px 14px;
  border: solid 1px #d9d9d9;
  border-radius: 8px;
}

.Box__layoutA .Box__title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.Box__layoutA .Box__title + .Box__detail {
  margin-top: 17.5px;
}

.Box__layoutA .Box__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* font-size: 1.4rem; */
  line-height: 1.5;
  row-gap: 20px;
}

.Box__layoutB {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Box__layoutB::before,
.Box__layoutB::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  background-color: #f99427;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.Box__layoutB::before {
  height: 13px;
  width: 3px;
}

.Box__layoutB::after {
  height: 3px;
  width: 13px;
}

.Box__layoutB .Box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  padding: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 2px #f99427;
}

.Box__layoutB .Box__title {
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 600;
}

.Box__layoutB .Box__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.Box__layoutB .Box__content + .Box__title {
  margin-top: 30px;
}

.Box__layoutB .Box__content .Image__moduleA {
  height: 100%;
}

.Box__layoutC {
  padding: 4px;
  background-color: #fff9d9;
}

.Box__layoutC .Box__inner {
  padding: 6px;
  background-color: #fffdf2;
}

.Box__layoutC .Box__content {
  padding: 2px;
  background-color: #fff;
  border: solid 1px #fbd3d4;
}

.Box__layoutC .Box__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Box__layoutC .Box__item {
  display: -ms-grid;
  display: grid;
  width: 50%;
  place-content: center;
}

.Box__layoutC .Box__icon {
  width: 75px;
  margin-bottom: 16px;
  margin-top: 16px;
  margin-inline: auto;
}

.Box__layoutC .Box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 8px;
  color: #07a32b;
  font-size: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  text-decoration: none;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
}

.Box__layoutC .Box__link::before {
  content: "";
  display: block;
  height: 13px;
  width: 8px;
  background-image: url("/shared2022/images/personal/netbank/services/furikomi/ico_arrow_green_01.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Box__layoutC .Box__description {
  width: 100%;
  margin-top: 15px;
  padding: 12px 8px 12px 18px;
  background-color: #fff5f5;
  font-size: 1rem;
  text-indent: -10px;
}

.Box__layoutC .Box__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  margin-top: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Box__layoutC .Box__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  column-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
}

.Box__layoutC .Box__image > img {
  width: calc(50% - 5px);
}

.Box__layoutC .Box__image > img:first-child {
  -webkit-box-shadow: 0 2px 15px rgba(206, 187, 82, 0.3);
          box-shadow: 0 2px 15px rgba(206, 187, 82, 0.3);
}

.Card__layoutA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.Card__layoutA .Card__item {
  width: 100%;
}

.Card__moduleA {
  width: 325px;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 12.5px 14px 12px;
  border: solid 1px #bababa;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  margin-inline: auto;
}

.Card__moduleA .Card__heading {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.Card__moduleA .Card__contents {
  margin-top: 10px;
}

.Card__moduleA .Card__image {
  margin-top: 26px;
  text-align: center;
}

.Card__moduleB {
  display: block;
  height: 100%;
  padding: 15px;
  border: solid 1px #e4e5e5;
  color: initial;
  text-decoration: none;
  background-color: #fff;
}

.Story_module_listContainer .Card__moduleB {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.Card__moduleB .Card__label {
  margin-top: 10px;
}

.Card__moduleB .Card__label p {
  display: inline-block;
  padding: 5px 22px;
  background: #ffb400;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}

.Card__moduleB .Card__label.-colorBlue p {
  background: #5ebdff;
}

.Card__moduleB .Card__description {
  margin-top: 20px;
}

.Card__moduleB .Card__link {
  margin-top: 28px;
  text-align: right;
}

.Card__moduleC {
  height: 100%;
  padding: 15px;
  border: solid 2px #c3dea5;
}

.Card__moduleC .Card__inner {
  height: 100%;
  padding: 15px;
  background-color: #ecf6e1;
}

.Card__moduleC .Card__title {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: dotted 2px #666;
  font-size: 2rem;
  font-weight: 600;
}

.Card__moduleC .Card__title.-columnImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Card__moduleC .Card__title .Card__strong {
  color: #07a32b;
}

.Card__moduleC .Card__title .Card__titleImage {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.CardButton__layoutA {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  margin-top: 20px;
}

.CardButton__layoutA.-column04 {
  column-gap: 15px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  -ms-grid-columns: 47.7% [2];
  grid-template-columns: repeat(2, 47.7%);
  row-gap: 20px;
}

.CardButton__moduleA {
  max-width: 254px;
  margin-inline: auto;
}

.CardButton__moduleA:not(:first-child) {
  margin-bottom: 30px;
  margin-top: 20px;
}

.CardButton__moduleA .CardButton__inner {
  display: block;
  width: 100%;
  text-decoration: none;
}

.CardButton__moduleA .CardButton__card {
  display: -ms-grid;
  display: grid;
  min-height: 131px;
  border: solid 1px #ccc;
  border-radius: 4px;
  place-content: center;
}

.CardButton__moduleA .CardButton__card img {
  border-radius: 4px;
}

.CardButton__moduleA .CardButton__textarea {
  display: inline-block;
}

.CardButton__moduleA .CardButton__text {
  margin-left: 14px;
  margin-top: 10px;
  color: #07a32b;
  font-size: 1.6rem;
}

.CardButton__moduleA .CardButton__text::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 6px;
  background: url("/personal/atm/features/260601/images/ico_arrow_right_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.CardButton__moduleB {
  width: 100%;
  max-width: 306px;
  margin-bottom: 30px;
  margin-top: 20px;
  margin-inline: auto;
}

.CardButton__moduleB .CardButton__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  min-height: 117px;
  padding: 8px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #ccc;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  row-gap: 14px;
}

.CardButton__moduleB .CardButton__text {
  color: #333;
}

.CardButton__moduleC {
  width: 100%;
  max-width: 325px;
  margin-inline: auto;
}

.CardButton__moduleC .CardButton__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  min-height: 60px;
  padding: 9px 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.CardButton__item .CardButton__moduleC {
  height: 100%;
}

.CardLink__layout {
  margin-bottom: 40px;
  margin-top: 40px;
}

.CardLink__item {
  max-width: 325px;
  padding: 16.7px 10px 16px;
  border: solid 1px #d9d9d9;
  border-radius: 8px;
  background-color: #fff;
  margin-inline: auto;
}

.CardLink__item + .CardLink__item {
  margin-top: 20px;
}

.CardLink__textarea {
  margin-bottom: 20px;
}

.CardLink__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4666666667;
  text-align: center;
}

.CardLink__description {
  margin-top: 9px;
  font-size: 1.4rem;
}

.CardLink__list {
  margin-top: 13px;
}

.CardLink__annotation {
  display: -ms-grid;
  display: grid;
  font-size: 1rem;
  gap: 5px;
  -ms-grid-columns: 1em 1fr;
  grid-template-columns: 1em 1fr;
}

.CardLink__image {
  width: 100%;
  margin-bottom: 20.21px;
  padding-left: 4px;
  padding-right: 4px;
}

.CardLink__image > img {
  height: auto;
  width: 100%;
}

.CardList__layoutA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.CardList__layoutA .CardList__item {
  width: 100%;
  padding: 15px;
  border: solid 1px #07a32b;
  border-radius: 8px;
}

.CardList__layoutA .CardList__item .CardList__image > img {
  width: 100%;
  margin-inline: auto;
}

.CardList__layoutA .CardList__inner {
  width: 100%;
}

.CardList__layoutA .CardList__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
}

.CardList__layoutA .CardList__number {
  display: -ms-grid;
  display: grid;
  height: 39px;
  width: 39px;
  background-color: #07a32b;
  border-radius: 3px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  place-content: center;
}

.CardList__layoutA .CardList__title {
  margin-top: 8px;
  color: #07a32b;
  font-size: 1.5rem;
  font-weight: 600;
}

.CardList__layoutA .CardList__content {
  margin-top: 20px;
}

.CardList__layoutA .CardList__description {
  margin-top: 20px;
}

.CardList__layoutA .CardList__description p + .Annotation__moduleA {
  margin-top: 7px;
}

.Carousel__blockA:not(:first-child) {
  margin-top: 40px;
}

.Carousel__moduleA {
  margin: 0 calc(50% - 50vw);
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #fff9d9;
}

.Carousel__moduleA:not(:first-child) {
  margin-top: 40px;
}

.Carousel__moduleA .Carousel__controller {
  width: 100%;
  max-width: 295px;
  margin-top: 22px;
  margin-inline: auto;
}

.Carousel__moduleA .splide__arrows {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24px 1fr 24px;
  -ms-grid-rows: 24px;
  grid-template-columns: 24px 1fr 24px;
  grid-template-rows: 24px;
}

.Carousel__moduleA .splide__pagination {
  -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;
}

.Carousel__moduleA .splide__pagination > li:nth-child(n+2) {
  margin-left: 12px;
}

.Carousel__moduleA .splide__pagination .splide__pagination__page {
  height: 5px;
  width: 5px;
  background-color: #bababa;
  border-radius: 50%;
}

.Carousel__moduleA .splide__pagination .splide__pagination__page.is-active {
  background-color: #18a362;
}

.Carousel__moduleA .splide__arrow {
  height: 24px;
  width: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Carousel__moduleA .splide__arrow.splide__arrow--prev {
  background-image: url("/personal/atm/features/260601/images/ico_carousel_prev_button.svg");
  -ms-grid-column: 1;
  grid-column: 1/2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-row: 1/2;
  -ms-grid-row-span: 1;
}

.Carousel__moduleA .splide__arrow.splide__arrow--next {
  background-image: url("/personal/atm/features/260601/images/ico_carousel_next_button.svg");
  -ms-grid-column: 3;
  grid-column: 3/4;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-row: 1/2;
  -ms-grid-row-span: 1;
}

.Carousel__moduleA .splide__arrow > svg {
  display: none;
}

.Carousel__moduleB {
  position: relative;
  margin: 0 calc(50% - 50vw);
}

.Carousel__moduleB .Carousel__item {
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 68px;
  border: solid 1px #ccc;
  border-radius: 8px;
}

.Carousel__moduleB .Carousel__heading {
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: center;
}

.Carousel__moduleB .Carousel__textarea {
  margin-bottom: 20px;
}

.Carousel__moduleB .Carousel__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.5em;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
}

.Carousel__moduleB .Carousel__image > img {
  margin-inline: auto;
}

.Carousel__moduleB .splide__pagination {
  position: absolute;
  top: 20px;
  z-index: 1;
  width: 100%;
  column-gap: 12px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
}

.Carousel__moduleB .splide__pagination__page {
  height: 18px;
  width: 18px;
  border: solid 1px #094;
  border-radius: 50%;
  color: #07a32b;
  font-size: 1rem;
  font-weight: 600;
}

.Carousel__moduleB .splide__pagination__page.is-active {
  background-color: #094;
  color: #fff;
}

.Carousel__moduleB .Carousel__arrows {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 100%;
  max-width: 800px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.Carousel__moduleB .Carousel__arrow {
  position: absolute;
  top: 0;
  display: block;
  height: 30px;
  width: 30px;
  background-color: #07a32b;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 50%;
}

.Carousel__moduleB .Carousel__arrow.-prev {
  left: 10px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_left_white.svg");
  background-position: left 59% center;
}

.Carousel__moduleB .Carousel__arrow.-next {
  right: 10px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_left_white.svg");
  background-position: left 59% center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.Checkbox__moduleA {
  position: relative;
  display: inline-block;
}

.Checkbox__moduleA .Checkbox__hidden {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 1px;
  width: 1px;
}

.Checkbox__moduleA .Checkbox__column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  column-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
}

.Checkbox__moduleA .Checkbox__input {
  position: relative;
  display: block;
  height: 24px;
  width: 24px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 4px;
}

.Checkbox__moduleA .Checkbox__input::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  display: block;
  height: 16px;
  width: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.Checkbox__moduleA .Checkbox__text {
  font-size: 1.6rem;
}

.Checkbox__moduleA .Checkbox__hidden:checked + * > .Checkbox__input:after {
  background-image: url("/personal/atm/features/260601/images/ico_check_green.svg");
}

.ColorButton__layoutA {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  margin-top: 20px;
  -ms-grid-columns: 100% [1];
  grid-template-columns: repeat(1, 100%);
  row-gap: 20px;
}

.ColorButton__layoutB {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  margin-top: 20px;
  -ms-grid-columns: 100% [1];
  grid-template-columns: repeat(1, 100%);
  row-gap: 20px;
}

.ColorButton__moduleA {
  width: 91%;
  max-width: 305px;
  margin-inline: auto;
}

.CardLink__layout .ColorButton__moduleA {
  width: 100%;
}

.ColorButton__moduleA > .ColorButton__text {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 50px;
  padding: 6px 36px;
  border: solid 1px #ccc;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.1);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.1);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2307692308;
  text-align: center;
  text-decoration: none;
  place-content: center;
}

.ColorButton__moduleA > .ColorButton__text::before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: url("/personal/atm/features/260601/images/ico_arrow_right_white.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.ColorButton__moduleA.-colorGreen > .ColorButton__text {
  background-color: #07a32b;
}

.ColorButton__moduleB {
  width: 100%;
  max-width: 325px;
  margin-inline: auto;
}

.ColorButton__moduleB > .ColorButton__text {
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 116px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.06em;
  line-height: 1.1111111111;
  text-align: center;
  text-decoration: none;
  place-content: center;
}

.ColorButton__moduleB > .ColorButton__text::before {
  content: "";
  display: block;
  height: 32px;
  width: 48px;
  margin-bottom: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-inline: auto;
}

.ColorButton__moduleB > .ColorButton__text::after {
  content: attr(data-text);
  display: block;
  margin-top: 4px;
  font-size: 1.4rem;
  font-weight: 400;
}

.StepRow__layoutB .ColorButton__moduleB > .ColorButton__text {
  min-height: 92px;
}

.ColorButton__moduleB.-colorPaleOrange > .ColorButton__text {
  background-color: #f99427;
  border: solid 1px #f99427;
}

.ColorButton__moduleB.-colorPaleOrange > .ColorButton__text::before {
  background-image: url("/personal/atm/features/260601/images/ico_bank_mark02.svg");
}

.ColorButton__moduleB.-colorDarkOrange > .ColorButton__text {
  background-color: #f60;
  border: solid 1px #f60;
}

.ColorButton__moduleB.-colorDarkOrange > .ColorButton__text::before {
  background-image: url("/personal/atm/features/260601/images/ico_bank_mark01.svg");
}

.ColorButton__moduleB.-typeDirectBankingLogon > .ColorButton__text::before {
  background-image: url("/personal/atm/features/260601/images/ico_login_01_white.svg");
}

.ColorButton__moduleB.-noIcon > .ColorButton__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 76px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ColorButton__moduleB.-noIcon > .ColorButton__text::before {
  content: none;
}

.ColorButton__moduleB.-typeBlank > .ColorButton__text {
  position: relative;
  padding: 5px 30px 4px;
}

.ColorButton__moduleB.-typeBlank > .ColorButton__text::before {
  position: absolute;
  right: 10px;
  top: 50%;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("/personal/atm/features/260601/images/ico_blank_white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.ColorButton__moduleC {
  width: 100%;
  max-width: 325px;
  margin-inline: auto;
}

.ColorButton__moduleC > .ColorButton__text {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 61px;
  padding: 10px 20px;
  background-color: #f99427;
  border: solid 1px #f99427;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.1);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.1);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: center;
  text-decoration: none;
  place-content: center;
}

.ColorButton__moduleC > .ColorButton__text::before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.ColorButton__moduleD {
  width: 100%;
  max-width: 325px;
  margin-inline: auto;
}

.ColorButton__moduleD > .ColorButton__text {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 61px;
  padding: 10px 30px;
  background-color: #f99427;
  border: solid 1px #f99427;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.1);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.1);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  place-content: center;
}

.ColorButton__moduleD > .ColorButton__text::before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_white.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.ColorButton__moduleD.-colorPaleOrange > .ColorButton__text {
  background-color: #f99427;
}

.ColorButton__moduleD.-colorDarkOrange > .ColorButton__text {
  background-color: #f60;
}

.ColorButton__moduleD.-blank > .ColorButton__text::before {
  height: 16px;
  width: 16px;
}

.ColorButton__moduleD.-blank > .ColorButton__text::before,
.ColorButton__moduleD.-blank.-colorPaleOrange > .ColorButton__text::before {
  background-image: url("/personal/atm/features/260601/images/ico_blank_white.svg");
}

.ColorButton__moduleD.-blank.-colorDarkOrange > .ColorButton__text::before {
  background-image: url("/personal/atm/features/260601/images/ico_blank_white.svg");
}

.ColorButton__moduleD.-colorGreen > .ColorButton__text {
  background-color: #07a32b;
  border-color: #07a32b;
}

.ColorButton__moduleE,
.ColorButton__moduleF {
  width: 100%;
  max-width: 325px;
  margin-inline: auto;
}

.ColorButton__moduleE > .ColorButton__text,
.ColorButton__moduleF > .ColorButton__text {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 50px;
  padding: 5px 30px 4px;
  background-color: #f99427;
  border: solid 1px #f99427;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.1);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.1);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  place-content: center;
}

.ColorButton__moduleE > .ColorButton__text::before,
.ColorButton__moduleF > .ColorButton__text::before {
  position: absolute;
  right: 16px;
  top: 50%;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_white.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.ColorButton__moduleE.-colorDarkOrange > .ColorButton__text,
.ColorButton__moduleF.-colorDarkOrange > .ColorButton__text {
  background-color: #f60;
  border-color: #f60;
}

.ColorButton__moduleE.-blank > .ColorButton__text::before,
.ColorButton__moduleF.-blank > .ColorButton__text::before {
  height: 16px;
  width: 16px;
  background-image: url("/personal/atm/features/260601/images/ico_blank_white.svg");
}

.ColorButton__moduleE.-blank.-colorDarkOrange > .ColorButton__text::before,
.ColorButton__moduleF.-blank.-colorDarkOrange > .ColorButton__text::before {
  background-image: url("/personal/atm/features/260601/images/ico_blank_white.svg");
}

.ColorButton__moduleE.-disable > .ColorButton__text,
.ColorButton__moduleF.-disable > .ColorButton__text {
  pointer-events: none;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
}

.ColorButton__moduleE.-disable > .ColorButton__text::before,
.ColorButton__moduleF.-disable > .ColorButton__text::before {
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_gray.svg");
}

.ColorButton__moduleE.-disable.-blank > .ColorButton__text,
.ColorButton__moduleF.-disable.-blank > .ColorButton__text {
  pointer-events: none;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
}

.ColorButton__moduleE.-disable.-blank > .ColorButton__text::before,
.ColorButton__moduleF.-disable.-blank > .ColorButton__text::before {
  background-image: url("/personal/atm/features/260601/images/ico_blank_gray.svg");
}

.ColorButton__moduleE.-colorGreen > .ColorButton__text,
.ColorButton__moduleF.-colorGreen > .ColorButton__text {
  background-color: #07a32b;
  border-color: #07a32b;
}

.ColorButton__moduleF {
  max-width: 305px;
}

.ColorButton__moduleF > .ColorButton__text {
  height: 100%;
  line-height: 1.3333333333;
}

.ColorButton__moduleF.-colorWhite > .ColorButton__text {
  background-color: #fff;
  border: solid 1px #ccc;
  color: #333 !important;
  font-weight: 500 !important;
}

.ColorButton__moduleF.-colorWhite > .ColorButton__text::before {
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_black.svg") !important;
}

.ColorButton__moduleG {
  width: 100%;
  max-width: 305px;
  margin-inline: auto;
}

.ColorButton__moduleG > .ColorButton__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  padding: 8px 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: solid 1px #07a32b;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.1);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.1);
  color: #07a32b;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3333333333;
  text-align: center;
  text-decoration: none;
}

.ColorButton__moduleG > .ColorButton__text::before {
  content: "";
  display: block;
  height: 21px;
  width: 18px;
  margin-right: 11px;
  background-image: url("/personal/atm/features/260601/images/ico_login_01_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Tab__moduleA .ColorButton__moduleG .ColorButton__text {
  padding: 8px 20px;
}

.ColorButton__smallText {
  font-size: 1.2rem;
  font-weight: 500;
}

.ColorButton__moduleG .ColorButton__smallText {
  margin-right: 5px;
}

.ColorButton_notice_text {
  text-align: left;
}

.notice {
  row-gap: 10px;
}

.Column__layoutA {
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}

.Column__layoutA:not(:first-child) {
  margin-top: 20px;
}

.Column__layoutA.-spColumn02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 48% [2];
  grid-template-columns: repeat(2, 48%);
  row-gap: 10px;
}

.Column__layoutA.-spColumn05 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 18% [5];
  grid-template-columns: repeat(5, 18%);
  row-gap: 10px;
}

.Column__layoutB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
}

.Column__layoutB:not(:first-child) {
  margin-top: 20px;
}

.Column__layoutC {
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}

.Column__layoutC .Column__box {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  height: 80px;
  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;
  margin-bottom: 5px;
  padding: 0 10px;
  border-radius: 4px;
}

.Column__layoutC .Column__item {
  text-align: center;
}

.Column__layoutC:not(:first-child) {
  margin-top: 20px;
}

.Column__layoutC .Column__text {
  font-size: 1.4rem;
}

.Column__layoutC.-spColumn02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 4% 48%;
  grid-template-columns: repeat(2, 48%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  row-gap: 15px;
}

.Column__layoutC.-spColumn02-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 4% 48%;
  grid-template-columns: repeat(2, 48%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  row-gap: 15px;
}

.Column__layoutC.-spColumn05 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18% 2.5% 18% 2.5% 18% 2.5% 18% 2.5% 18%;
  grid-template-columns: repeat(5, 18%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 15px;
}

.ConsentCheckForm__layoutA .ConsentCheckForm__block + .ConsentCheckForm__block {
  margin-top: 20px;
}

.ConsentCheckForm__layoutA .ConsentCheckForm__heading {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.ConsentCheckForm__layoutA .ConsentCheckForm__title {
  font-size: 1.5rem;
  font-weight: 600;
}

.ConsentCheckForm__layoutA .ConsentCheckForm__content {
  margin-top: 8px;
  padding-left: 1.2em;
}

.ConsentCheckForm__layoutA .ConsentCheckForm__content .ConsentCheckForm__checkArea {
  width: calc(100% + 1.2em);
  margin-left: -1.2em;
}

.ConsentCheckForm__layoutA .ConsentCheckForm__checkArea {
  margin-top: 10px;
  padding: 20px 20px 14px;
  background: #f0f0f0;
}

.ConversionApp__block {
  z-index: 1000;
  margin-bottom: 40px;
  background-color: #fdfbf0;
}

.Important__block {
  margin: 0 calc(50% - 50vw);
  background-color: #fff9d9;
  padding-bottom: 30px;
  padding-top: 30px;
}

.ConversionApp__block:not(:first-child) {
  margin-top: 40px;
}

.ConversionApp__content {
  max-width: 770px;
  padding: 20px;
  margin-inline: auto;
}

.ConversionApp__title {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.ConversionApp__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
}

.ConversionApp__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ConversionApp__item:nth-child(1) .FollowingBanner__button {
  height: 52px;
}

.ConversionApp__item:nth-child(1) .FollowingBanner__button img {
  height: 52px;
  width: 168px;
}

.ConversionApp__item:nth-child(2) .FollowingBanner__button img {
  height: 54px;
  width: 177px;
}

.ConversionApp__qr {
  display: none;
}

.ConversionArea__block {
  margin: 40px calc(50% - 50vw);
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #e5f6e9;
}

.Carousel__blockA + .ConversionArea__block {
  margin: 0 calc(50% - 50vw) 40px;
}

.ConversionArea__inner {
  padding-left: 20px;
  padding-right: 20px;
}

.ConversionArea__leadText {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.ConversionArea__layout {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.ConversionArea__text {
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.ConversionArea__smallText {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}

.ConversionArea__following {
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  height: auto;
  width: 100%;
  -webkit-transition: opacity 1s, visibility 1s, pointer-events 1s;
  transition: opacity 1s, visibility 1s, pointer-events 1s;
}

.ConversionArea__following.is-active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

.ConversionArea__following .ConversionArea__block {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}

.ConversionArea__following .ColorButton__text {
  min-height: 56px;
}

.ConversionArea__following .ColorButton__text::before,
.ConversionArea__following .ColorButton__text::after {
  content: none;
}

.ConversionArea__close {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  height: 40px;
  width: 40px;
  background-color: #fff;
  background-image: url("/personal/atm/features/260601/images/ico_close_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  border: solid 2px #07a32b;
  border-radius: 50%;
  font-size: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.FollowingBanner__block {
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  height: auto;
  width: 100%;
  background-color: #fdfbf0;
  -webkit-transition: opacity 0.3s, visibility 0.3s, pointer-events 0.3s;
  transition: opacity 0.3s, visibility 0.3s, pointer-events 0.3s;
}

.FollowingBanner__block.is-active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

.FollowingBanner__inner {
  position: relative;
  width: 100%;
}

.FollowingBanner__close {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  height: 40px;
  width: 40px;
  background-color: #fff;
  background-image: url("/personal/atm/features/260601/images/ico_close_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  border: solid 2px #07a32b;
  border-radius: 50%;
  font-size: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.FollowingBanner__content {
  max-width: 770px;
  padding: 32px 28px 25px 28px;
  margin-inline: auto;
}

.FollowingBanner__title {
  margin-bottom: 35px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.FollowingBanner__body {
  display: -ms-grid;
  display: grid;
  column-gap: 17px;
  -webkit-column-gap: 17px;
  -moz-column-gap: 17px;
  -ms-grid-columns: 48% [2];
  grid-template-columns: repeat(2, 48%);
}

.FollowingBanner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.FollowingBanner__item:nth-child(1) .FollowingBanner__button {
  height: 52px;
}

.FollowingBanner__item:nth-child(1) .FollowingBanner__button img {
  height: 52px;
  width: 168px;
}

.FollowingBanner__item:nth-child(2) .FollowingBanner__button img {
  height: 54px;
  width: 177px;
}

.FollowingBanner__qr {
  display: none;
}

.FollowingInquiry__block {
  height: 0;
  width: 100%;
}

.FollowingInquiry__inner {
  position: relative;
  height: auto;
  width: 100%;
}

.FollowingInquiry__button {
  cursor: pointer;
  position: absolute;
  bottom: 90px;
  right: 5px;
  overflow: hidden;
  z-index: 9999;
  height: 75px;
  width: 75px;
  background-color: rgba(7, 163, 43, 0.8);
  background-image: url("/personal/atm/features/260601/images/ico_inquiry_white.svg");
  background-position: center top 8px;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
          box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.FollowingInquiry__button.is-active {
  background-color: #07a32b;
}

.FollowingInquiry__text {
  display: block;
  margin-top: 25px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.FollowingInquiry__content {
  position: absolute;
  bottom: 102px;
  right: 50px;
  overflow: hidden;
  height: 50px;
  width: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 500px;
  -webkit-box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
          box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.FollowingInquiry__content.is-show {
  width: 262px;
}

.FollowingInquiry__english .FollowingInquiry__content.is-show {
  width: 300px;
}

.FollowingInquiry__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 262px;
  padding-bottom: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.FollowingInquiry__item:first-child {
  position: relative;
  margin-left: 25px;
  margin-right: 20px;
  padding-right: 20px;
}

.FollowingInquiry__item:first-child::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  display: block;
  height: 15px;
  width: 2px;
  background-color: #ccc;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.FollowingInquiry__link {
  color: #07a32b;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}

.FollowingMenu__block {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 0;
  width: 100%;
}

.FollowingMenu__block.is-bannerShow {
  bottom: 264px;
}

.FollowingMenu__block.is-conversionShow {
  bottom: 270px;
}

.FollowingMenu__block.is-fixedPosition {
  bottom: 0 !important;
}

.FormList__layoutA .FormList___item + .FormList___item {
  margin-top: 8px;
}

.Box__inner > [class^=Heading__module]:first-child {
  margin-top: 0;
}

.Heading__labelA {
  margin-bottom: 11px;
  text-align: center;
}

.Heading__labelA .Heading__labelText {
  display: inline-block;
  padding: 5px 10px;
  background-color: #07a32b;
  border-radius: 8px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}

.Heading__leadA {
  color: #07a32b;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.Heading__title {
  color: #07a32b;
  font-weight: 600;
}

.Heading__title.-strong {
  color: #e60012;
}

.Heading__supplementary {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

.Heading__moduleEN01 {
  margin-bottom: 60px;
}

.Heading__moduleEN01 .Heading__title {
  font-family: "Cabin Condensed", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.Heading__moduleEN01 .Heading__supplementary {
  margin-top: 3px;
  font-size: 1.6rem;
}

.Heading__moduleEN02 {
  margin-bottom: 25px;
  margin-top: 60px;
}

.Heading__moduleEN02.-spaceTypeQaLink {
  margin-bottom: 10px;
}

.Heading__moduleEN02 .Heading__title {
  font-family: "Cabin Condensed", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.Heading__moduleEN02 .Heading__supplementary {
  margin-top: 2px;
  font-size: 1.5rem;
}

#page-top .Heading__moduleEN02 .Heading__title {
  font-size: 4rem;
}

#page-top .Heading__moduleEN02 .Heading__supplementary {
  font-size: 1.6rem;
}

.Heading__module01 {
  margin-bottom: 60px;
}

.Heading__module01.-spaceTypeLanguageSwitch {
  margin-bottom: 30px;
}

.ImageColumn__layoutA .Heading__module01 {
  margin-bottom: 30px;
}

.Heading__module01 .Heading__title {
  font-size: 3.6rem;
  font-weight: 600;
}

.Heading__module01.-sizeSmall .Heading__title {
  font-size: 2.8rem;
  font-weight: 600;
}

.Heading__module01 .Heading__head {
  display: block;
  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;
}

.Heading__module01 .Heading__head.-colorRed {
  background: #e60012;
}

.Heading__module01 .Heading__head + .Heading__inner {
  display: inline-block;
  line-height: 1.25;
}

.Heading__module02 {
  margin-bottom: 25px;
  margin-top: 60px;
}

.Heading__module02.-spaceTypeQaLink {
  margin-bottom: 10px;
}

.Heading__module02 .Heading__title {
  padding-bottom: 11px;
  background-image: linear-gradient(90deg, #07a32b 0 124px, #e5f6e9 124px);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.Heading__module03 {
  margin-bottom: 20px;
  margin-top: 25px;
}

.Heading__module03 .Heading__title {
  font-size: 1.8rem;
  font-weight: 600;
}

.Heading__module04 {
  margin-bottom: 10px;
  margin-top: 20px;
}

.Heading__module04 .Heading__title {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
}

.Heading__moduleSimple02 {
  margin-bottom: 20px;
  margin-top: 30px;
}

.Heading__moduleSimple02 .Heading__title {
  font-size: 1.5rem;
}

.Icon__moduleA.-size76 {
  height: 70px;
  width: 70px;
}

.Icon__moduleA.-size64 {
  height: 47px;
  width: 47px;
}

.Icon__moduleA.-size55 {
  height: 41px;
  width: 41px;
}

.Icon__moduleA.-size58 {
  height: 34px;
  width: 34px;
}

.Icon__moduleA.-size50 {
  height: 34px;
  width: 34px;
}

.Icon__moduleA.-size47 {
  height: 32px;
  width: 32px;
}

.Icon__moduleA.-size40 {
  height: 20px;
  width: 20px;
}

.Icon__moduleA.-size35 {
  height: 35px;
  width: 35px;
}

.Icon__moduleA.-size25 {
  height: 25px;
  width: 25px;
}

.Icon__moduleA.-size18 {
  height: 22px;
  width: 18px;
}

.Icon__moduleA.-size15 {
  height: 13px;
  width: 13px;
}

.Icon__moduleA.-size13 {
  height: 11px;
  width: 11px;
}

.Icon__moduleA.-size11 {
  height: 11px;
  width: 11px;
}

.Icon__moduleA > img {
  display: inline-block;
  max-height: 100%;
}

.IconBlowing__moduleA {
  position: relative;
  display: inline-block;
  min-width: 92px;
  margin-bottom: 10px;
  padding: 4px 4px 6px;
  background-image: url("/personal/atm/features/260601/images/bg_blowing_color_blue.svg");
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.IconBlowing__moduleA::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  height: 14px;
  width: 20px;
  background-image: url("/personal/atm/features/260601/images/bg_blowing_arrow_blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-50%, 45%);
  -webkit-transform: translate(-50%, 45%);
}

.IconBlowing__moduleB {
  position: relative;
  display: inline-block;
  min-width: 92px;
  margin-bottom: 10px;
  padding: 4px 4px 6px;
  border: solid 2px #f60;
  border-radius: 50px;
  color: #f60;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
}

.IconBlowing__moduleB::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("/personal/atm/features/260601/images/bg_blowing_arrow_orange.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, 57%);
  -webkit-transform: translate(-50%, 57%);
}

.IconButton__block {
  margin: 0 calc(50% - 50vw);
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #e5f6e9;
}

.IconButton__block + .IconButton__block {
  margin-top: 20px;
}

.IconButton__inner {
  padding-left: 20px;
  padding-right: 20px;
}

.IconButton__layoutA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 31px;
}

.IconButton__layoutA::after {
  content: "";
  height: auto;
  width: 36.9%;
  max-width: 120px;
}

.IconButton__layoutA.-spColumn03 {
  gap: 20px;
}

.IconButton__layoutA.-spColumn03::after {
  width: 29.2%;
  max-width: 95px;
}

.IconButton__item {
  height: auto;
  width: 126px;
}

.-spColumn03 .IconButton__item {
  width: 29.2%;
  max-width: 95px;
}

.IconButton__moduleA {
  display: block;
  height: 100%;
  width: 100%;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.IconButton__icon {
  display: -ms-grid;
  display: grid;
  height: auto;
  width: 100%;
  min-height: 126px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border: solid 1px #ccc;
  place-content: center;
}

.-spColumn03 .IconButton__icon {
  min-height: 95px;
}

.IconButton__icon::before {
  content: "";
  display: block;
  height: 76px;
  width: 76px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.IconButton__icon.-type01::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_01.svg");
}

.IconButton__icon.-type02::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_02.svg");
}

.IconButton__icon.-type03::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_03.svg");
}

.IconButton__icon.-type04::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_04.svg");
}

.IconButton__icon.-type05::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_05.svg");
}

.IconButton__icon.-type06::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_06.svg");
}

.IconButton__icon.-type07::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_07.svg");
}

.IconButton__icon.-type08::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_08.svg");
}

.IconButton__icon.-type09::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_09.svg");
}

.IconButton__icon.-type10::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_10.svg");
}

.IconButton__icon.-type11::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_11.svg");
}

.IconButton__icon.-type12::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_12.svg");
}

.IconButton__icon.-type13::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_13.svg");
}

.IconButton__icon.-type14::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_14.svg");
}

.IconButton__icon.-type15::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_15.svg");
}

.IconButton__icon.-type16::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_16.svg");
}

.IconButton__icon.-type17::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_17.svg");
}

.IconButton__icon.-type18::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_18.svg");
}

.IconButton__icon.-type19::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_19.svg");
}

.IconButton__icon.-type20::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_20.svg");
}

.IconButton__icon.-type21::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_21.svg");
}

.IconButton__icon.-type22::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_22.svg");
}

.IconButton__icon.-type23::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_23.svg");
}

.IconButton__icon.-type24::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_24.svg");
}

.IconButton__icon.-type25::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_25.svg");
}

.IconButton__icon.-type26::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_26.svg");
}

.IconButton__icon.-type27::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_27.svg");
}

.IconButton__icon.-type28::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_28.svg");
}

.IconButton__icon.-type29::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_29.svg");
}

.IconButton__icon.-type30::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_30.svg");
}

.IconButton__icon.-type31::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_31.svg");
}

.IconButton__icon.-type32::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_32.svg");
}

.IconButton__icon.-type33::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_33.svg");
}

.IconButton__icon.-type34::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_34.svg");
}

.IconButton__icon.-type35::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_35.svg");
}

.IconButton__icon.-type36::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_36.svg");
}

.IconButton__icon.-type37::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_37.svg");
}

.IconButton__icon.-type38::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_38.svg");
}

.IconButton__icon.-type39::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_39.svg");
}

.IconButton__icon.-type40::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_40.svg");
}

.IconButton__icon.-type41::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_41.svg");
}

.IconButton__icon.-type42::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_42.svg");
}

.IconButton__icon.-type43::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_43.svg");
}

.IconButton__icon.-type44::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_44.svg");
}

.IconButton__icon.-type45::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_45.svg");
}

.IconButton__icon.-type46::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_46.svg");
}

.IconButton__icon.-type47::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_47.svg");
}

.IconButton__icon.-type48::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_48.svg");
}

.IconButton__icon.-type49::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_49.svg");
}

.IconButton__icon.-type50::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_50.svg");
}

.IconButton__icon.-type51::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_51.svg");
}

.IconButton__icon.-type53::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_53.svg");
}

.IconButton__icon.-type61::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_61.svg");
}

.IconButton__icon.-type62::before {
  background-image: url("/personal/atm/features/260601/images/ico_76x76_62.svg");
}

.IconButton__icon.-type63::before {
  background-image: url("/personal/atm/features/260601/images/ico_convini.svg");
}

.IconButton__icon.-typeKozakaisetsu::before {
  height: 44px;
  width: 67px;
  background-image: url("/personal/atm/features/260601/images/ico_icon_button_type_01_green.svg");
}

.IconButton__icon.-typeMySevenBank::before {
  height: 64px;
  width: 40px;
  background-image: url("/personal/atm/features/260601/images/ico_icon_button_type_02_green.svg");
}

.IconButton__icon.-typeDebitService::before {
  height: 49px;
  width: 65px;
  background-image: url("/personal/atm/features/260601/images/ico_icon_button_type_03_green.svg");
}

.IconButton__icon.-typeLoanService::before {
  height: 61px;
  width: 61px;
  background-image: url("/personal/atm/features/260601/images/ico_icon_button_type_04_green.svg");
}

.IconButton__icon.-typeKaigaisokin::before {
  height: 60px;
  width: 60px;
  background-image: url("/personal/atm/features/260601/images/ico_icon_button_type_05_green.svg");
}

.IconButton__icon.-typeFee::before {
  height: 35px;
  width: 88px;
  background-image: url("/personal/atm/features/260601/images/ico_icon_button_type_06_green.svg");
}

.IconButton__icon.-typeSosa::before {
  height: 69px;
  width: 43px;
  background-image: url("/personal/atm/features/260601/images/ico_icon_button_type_07_green.svg");
}

.IconButton__icon.-typeTokucho::before {
  height: 80px;
  width: 34px;
  background-image: url("/personal/atm/features/260601/images/ico_icon_button_type_08_green.svg");
}

.IconButton__icon.-typeUketori::before {
  height: 68px;
  width: 60px;
  background-image: url("/personal/atm/features/260601/images/ico_icon_button_type_09_green.svg");
}

.IconButton__icon.-typeUriagekin::before {
  height: 59px;
  width: 64px;
  background-image: url("/personal/atm/features/260601/images/ico_icon_button_type_10_green.svg");
}

.IconButton__icon.-typeSyukin::before {
  height: 75px;
  width: 59px;
  background-image: url("/personal/atm/features/260601/images/ico_icon_button_type_11_green.svg");
}

.IconButton__icon.-typeFurikomi::before {
  height: 75px;
  width: 79px;
  background-image: url("/personal/atm/features/260601/images/ico_icon_button_type_12_green.svg");
}

.IconButton__name {
  display: block;
  margin-top: 10px;
  color: #333;
  font-size: 1.4rem;
}

.Carousel__moduleA .Image__moduleA {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.Image__moduleA:not(:first-child) {
  margin-bottom: 20px;
  margin-top: 20px;
}

.Image__moduleA > img {
  height: auto;
  max-width: 100%;
}

.Image__moduleA.-alignCenter {
  display: -ms-grid;
  display: grid;
  height: 100%;
  width: 100%;
  place-items: center;
}

.Image__moduleA.-spaceLarge {
  margin-bottom: 60px;
  margin-top: 60px;
}

.ImageColumn__layoutA:not(:first-child) {
  margin-bottom: 20px;
  margin-top: 20px;
}

.ImageColumn__layoutA > * + * {
  margin-top: 20px;
}

.ImageColumn__image img {
  margin-inline: auto;
}

.ImageColumn__description > * + * {
  margin-top: 1em;
}

.ImageLink__moduleA {
  height: auto;
  width: 100%;
}

.ImageLink__moduleA .ImageLink__inner {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.ImageLink__moduleA .ImageLink__textarea {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  padding: 15px;
  background: rgb(64, 64, 64);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(78, 78, 78, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(78, 78, 78, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.ImageLink__moduleA .ImageLink__date {
  font-family: "Cabin Condensed", sans-serif;
}

.ImageLink__moduleA .ImageLink__title {
  margin-top: 4px;
  font-size: 1.5rem;
  font-weight: 600;
}

.LanguageSwitch__layoutA {
  position: relative;
  z-index: 500;
  height: 50px;
  width: 194px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-top: 30px;
}

.Heading__module01 .LanguageSwitch__layoutA {
  margin-bottom: 0;
}

.LanguageSwitch__content {
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.LanguageSwitch__button {
  border: solid 1px #ccc;
  border-radius: 8px 8px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.LanguageSwitch__layoutA.is-opened .LanguageSwitch__link {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-top: solid 1px #ccc;
}

.LanguageSwitch__layoutA.is-opened .LanguageSwitch__item:first-child .LanguageSwitch__link {
  border-top: none;
}

.LanguageSwitch__layoutA.is-opened .LanguageSwitch__item:last-child .LanguageSwitch__link {
  border-bottom: solid 1px #ccc;
  border-radius: 0 0 8px 8px;
}

.LanguageSwitch__button,
.LanguageSwitch__link {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
  padding: 10px;
  padding-right: 30px;
  background-color: #fff;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.LanguageSwitch__button.-isDisabled,
.LanguageSwitch__link.-isDisabled {
  pointer-events: none;
}

.LanguageSwitch__button.-isDisabled::after,
.LanguageSwitch__link.-isDisabled::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  background-color: #bababa;
}

.LanguageSwitch__button {
  border-radius: 8px;
}

.LanguageSwitch__layoutA[open] .LanguageSwitch__button {
  border-radius: 8px 8px 0 0;
}

.LanguageSwitch__button::before {
  position: absolute;
  right: 8px;
  top: 50%;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_bottom_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.LanguageSwitch__layoutA[open] .LanguageSwitch__button::before {
  background-image: url("/personal/atm/features/260601/images/ico_arrow_top_black.svg");
}

.LanguageSwitch__icon {
  height: 30px;
  width: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
}

.LanguageSwitch__language {
  margin-left: 10px;
  margin-right: 6px;
}

.LanguageSwitch__name {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.LanguageSwitch__content {
  overflow: hidden;
}

.LineList__layoutA:not(:first-child) {
  margin-top: 20px;
}

.LineList__layoutA .LineList__item {
  border-bottom-style: solid;
  border-color: #ccc;
  border-width: 1px;
}

.LineList__layoutA .LineList__item:first-child {
  border-top-style: solid;
}

.LineList__layoutA .LineList__item > *:first-child {
  padding-top: 18px;
}

.LineList__layoutA .LineList__item > *:last-child {
  padding-bottom: 18px;
}

.Link {
  color: initial;
  text-decoration: none;
}

.Link__arrow {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  color: #07a32b;
  text-decoration: none;
  margin: 0 5px;
}

.Link__arrow::before {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Link__arrow.-anchor::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.Link__blank {
  vertical-align: middle;
}

.Link__blank > img {
  display: inline-block;
  height: 17px;
  width: 17px;
}

.Annotation__moduleA .Link__blank > img {
  height: calc(1em + 2px);
  width: calc(1em + 2px);
}

.Link__pdf {
  vertical-align: middle;
}

.Link__pdf > img {
  margin-left: 4px;
  display: inline-block;
}

.Link__text {
  display: inline-block;
  color: #07a32b;
  text-decoration: none;
}

.Link__text::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-left: 2px;
  margin-right: 2px;
  background-image: url("/personal/atm/features/260601/images/ico_arrow_right_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Link__text.-noArrow {
  padding-left: 0;
}

.Link__text.-noArrow::before {
  content: unset;
  display: none;
}

.Annotation__text .Link__text::before {
  height: 10px;
  width: 10px;
}

.Link__tel {
  color: initial;
  text-decoration: none;
}

.Link__inner {
  word-break: break-all;
}

/* 注釈内のサイズ調整は _Annnotaition.scss に記述. */
.List-normal__layout:not(:first-child),
.List-number__layout:not(:first-child),
.List-check__layout:not(:first-child),
.List-icon__layoutA:not(:first-child),
.List-caution__layout:not(:first-child),
.List-indent__list:not(:first-child) {
  margin-top: 20px;
}

.Box__layoutB .List-normal__layout:not(:first-child),
.Box__layoutB .List-number__layout:not(:first-child),
.Box__layoutB .List-check__layout:not(:first-child),
.Box__layoutB .List-icon__layoutA:not(:first-child),
.Box__layoutB .List-caution__layout:not(:first-child),
.Box__layoutB .List-indent__list:not(:first-child) {
  margin-top: 10px;
}

.List-normal__layout,
.List-number__layout {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}

.Box__layoutB .List-normal__layout,
.Box__layoutB .List-number__layout {
  gap: 0;
}

.List-normal__text > .List-normal__layout,
.List-number__text > .List-normal__layout,
.List-normal__text > .List-number__layout,
.List-number__text > .List-number__layout {
  margin-top: 10px;
}

.List-normal__item {
  display: -ms-grid;
  display: grid;
  gap: 5px;
  -ms-grid-columns: 1em 1fr;
  grid-template-columns: 1em 1fr;
}

.List-normal__marker {
  display: inline-block;
  text-align: center;
}

.List-normal__text {
  display: inline-block;
  line-height: 1.44;
}

.List-number__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.List-number__item > .List-number__layout {
  padding-left: 2em;
}

.List-number__marker {
  display: inline-block;
  width: 2.2em;
}

.List-number__text {
  display: inline-block;
  width: calc(100% - 2.2em);
}

.List-number__text > .List-number__layout {
  margin-top: 10px;
}

.List-icon__layoutA {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}

.List-icon__moduleA {
  display: -ms-grid;
  display: grid;
  gap: 5px;
  -ms-grid-columns: 15px 1fr;
  grid-template-columns: 15px 1fr;
}

.List-icon__moduleA .List-icon__marker {
  margin-top: 3px;
}

.List-icon__moduleA .List-icon__marker > img {
  height: 15px;
  width: 15px;
}

.List-icon__moduleA .List-icon__text {
  padding-top: 0.3em;
  font-size: 1rem;
}

.List-icon__moduleA.-textLarge .List-icon__text {
  padding-top: 0.06em;
  font-size: 1.4rem;
}

.List-icon__moduleB {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.5px;
  -ms-grid-columns: 25px 1fr;
  grid-template-columns: 25px 1fr;
}

.List-icon__moduleB .List-icon__marker {
  margin-top: 0.25em;
}

.List-icon__moduleB .List-icon__marker > img {
  height: 20px;
  width: 20px;
}

.List-icon__moduleB .List-icon__text {
  color: #f50b0b;
  font-size: 1.5rem;
  font-weight: 600;
}

.List-icon__layoutB {
  width: 100%;
  max-width: 325px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 20px;
  border: solid 1px #07a32b;
  border-radius: 6px;
  margin-inline: auto;
}

.List-icon__layoutB > .List-icon__marker > img {
  height: 35px;
  width: 35px;
  margin-bottom: 13.39px;
  margin-inline: auto;
}

.List-caution__layout {
  width: 100%;
  max-width: 325px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 22px 20px;
  border: solid 1px #f50b0b;
  border-radius: 6px;
  margin-inline: auto;
}

.List-caution__layout > .List-caution__marker > img {
  margin-bottom: 20px;
  margin-inline: auto;
}

.List-check__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.List-check__item {
  display: -ms-grid;
  display: grid;
  column-gap: 5px;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  -ms-grid-columns: 20px 1fr;
  grid-template-columns: 20px 1fr;
}

.List-check__item::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-top: 0.25em;
  background-image: url("/personal/atm/features/260601/images/ico_check_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.List-check__text {
  font-size: 1.4rem;
}

.List-indent__item + .List-indent__item {
  margin-top: 5px;
}

.List-indent__item > .List-indent__list {
  margin-top: 5px;
  padding-left: 1em;
}

.MainVisual__electronicmoneyHowto {
  margin-bottom: 60px;
  padding-top: 60px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #e5f6e9), color-stop(70%, #fff));
  background: linear-gradient(to right, #e5f6e9 30%, #fff 70%);
}

.MainVisual__electronicmoneyHowto .MainVisual__mainImage {
  max-width: 440px;
  margin: 0 auto;
}

.MainVisual__type4-info {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #e5f6e9), color-stop(70%, #fff));
  background: linear-gradient(to right, #e5f6e9 30%, #fff 70%);
  padding-top: 60px;
  margin-bottom: 60px;
}

.Column__layoutC .Column__box {
  height: 60px;
  max-width: 150px;
}

.MainVisual__type4-info .MainVisual__mainImage {
  max-width: 440px;
  margin: 0 auto;
}

.MenuList__layoutA,
.MenuList__layoutB {
  margin-bottom: 20px;
  margin-top: 20px;
}

.MenuList__title {
  color: #07a32b;
  font-size: 1.8rem;
  font-weight: 600;
}

.MenuList__wrapper {
  margin-top: 20px;
}

.MenuList__contents + .MenuList__contents {
  margin-top: 15px;
}

.MenuList__categoryTitle {
  font-size: 1.5rem;
  font-weight: 600;
}

.MenuList__detail {
  margin-top: 10px;
}

.MenuList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.MenuList__layoutB .MenuList__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.MenuList__layoutB .MenuList__item {
  width: 48%;
}

.Movie__moduleA {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}

.Movie__moduleA:not(:first-child) {
  margin-bottom: 20px;
  margin-top: 20px;
}

.Movie__moduleA iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.Note__module {
  margin-top: 5px;
}

.Note__text {
  font-size: 1rem;
}

.QaAccordion {
  margin-bottom: 20px;
  margin-top: 20px;
}

.QaAccordion__wrapper {
  margin-top: 5px;
}

.QaAccordion__moduleA {
  border-bottom: solid 1px #e6e6e6;
}

.QaAccordion__heading {
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  padding: 15px;
  column-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  -ms-grid-columns: 25px 1fr 14px;
  grid-template-columns: 25px 1fr 14px;
}

.QaAccordion__heading::before {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background-image: url("/personal/atm/features/260601/images/ico_question_mark.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.QaAccordion__iconArea {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.QaAccordion__icon {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.QaAccordion__icon::before,
.QaAccordion__icon::after {
  position: absolute;
  top: 50%;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #07a32b;
  border-radius: 1px;
}

.QaAccordion__icon::before {
  animation: 0.4s close-before;
  transform: translateY(-50%);
  -webkit-animation: 0.4s close-before;
  -webkit-transform: translateY(-50%);
}

.QaAccordion__moduleA[open] .QaAccordion__icon::before {
  animation: 0.4s open-before forwards;
  -webkit-animation: 0.4s open-before forwards;
}

.QaAccordion__icon::after {
  animation: 0.4s close-after;
  transform: translateY(-50%) rotate(90deg);
  -webkit-animation: 0.4s close-after;
  -webkit-transform: translateY(-50%) rotate(90deg);
}

.QaAccordion__moduleA[open] .QaAccordion__icon::after {
  animation: 0.4s open-after forwards;
  -webkit-animation: 0.4s open-after forwards;
}

.QaAccordion__content {
  overflow: hidden;
}

.QaAccordion__inner {
  display: -ms-grid;
  display: grid;
  padding: 10px 30px 30px 15px;
  gap: 10px;
  -ms-grid-columns: 25px 1fr;
  grid-template-columns: 25px 1fr;
}

.QaAccordion__inner::before {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background-image: url("/personal/atm/features/260601/images/ico_answer_mark.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.QaAccordion__inner > div > * + * {
  margin-top: 10px;
}

.QaArea {
  margin-bottom: 20px;
  margin-top: 20px;
}

.QaArea__wrapper {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
}

.QaArea__question {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  gap: 10px;
  -ms-grid-columns: 25px 1fr;
  grid-template-columns: 25px 1fr;
}

.QaArea__question::before {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background-image: url("/personal/atm/features/260601/images/ico_question_mark.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.QaArea__answer {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 25px 1fr;
  grid-template-columns: 25px 1fr;
}

.QaArea__answer::before {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background-image: url("/personal/atm/features/260601/images/ico_answer_mark.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.QaArea__answer > div > * + * {
  margin-top: 10px;
}

.QaLink {
  margin-bottom: 20px;
}

.QaLink__title {
  color: #07a32b;
  font-size: 3.4rem;
  font-weight: 600;
}

.QaLink__title::after {
  content: attr(data-title);
  display: block;
  margin-top: 4px;
  color: #07a32b;
  font-size: 1.5rem;
  font-weight: 600;
}

.QaLink__content {
  margin-top: 10px;
}

.QaLink li,
.QaLink__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
  border-bottom: solid 1px #ccc;
  list-style-type: none;
}

.QaLink li.-noBorder,
.QaLink__item.-noBorder {
  border: none;
}

.QaLink li.-noBorder > a,
.QaLink li.-noBorder .QaLink__link,
.QaLink__item.-noBorder > a,
.QaLink__item.-noBorder .QaLink__link {
  padding: 8px 0;
}

.QaLink li.-noBorder::before,
.QaLink__item.-noBorder::before {
  margin-top: 10px;
}

.QaLink li::before,
.QaLink__item::before {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  margin-top: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("/personal/atm/features/260601/images/ico_question_mark.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.QaLink li > a,
.QaLink__link {
  display: block;
  width: 100%;
  padding-bottom: 18px;
  padding-top: 20px;
  color: #333;
  text-decoration: none;
}

.QaLink li > a img,
.QaLink__link img {
  display: none;
}

.QaLink li > a::after,
.QaLink__link::after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url("/personal/atm/features/260601/images/ico_15x15_01.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.QuestionSelect__moduleA {
  margin-bottom: 30px;
}

.QuestionSelect__moduleA:not(.fnFlowFirst) {
  position: relative;
  display: none;
  padding-top: 57px;
}

.QuestionSelect__moduleA:not(.fnFlowFirst)::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #07a32b transparent transparent transparent;
  border-style: solid;
  border-width: 27px 46px 0 46px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.QuestionSelect__moduleA.active {
  display: block;
}

.QuestionSelect__moduleA .QuestionSelect__title {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  gap: 10px;
  -ms-grid-columns: 25px 1fr;
  grid-template-columns: 25px 1fr;
}

.QuestionSelect__moduleA .QuestionSelect__title::before {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.QuestionSelect__moduleA .QuestionSelect__title.-typeQuestion::before {
  background-image: url("/personal/atm/features/260601/images/ico_question_mark.svg");
}

.QuestionSelect__moduleA .QuestionSelect__title.-typeAnswer {
  color: #07a32b;
}

.QuestionSelect__moduleA .QuestionSelect__title.-typeAnswer::before {
  background-image: url("/personal/atm/features/260601/images/ico_answer_mark.svg");
}

.QuestionSelect__moduleA .QuestionSelect__title.-typeAnswer.-patternB::before {
  background-image: url("/personal/atm/features/260601/images/ico_answer_mark_b.svg");
}

.QuestionSelect__moduleA .QuestionSelect__title.-typeAnswer.-patternC::before {
  background-image: url("/personal/atm/features/260601/images/ico_answer_mark_c.svg");
}

.QuestionSelect__moduleA .QuestionSelect__title.-typeAnswer.-patternD::before {
  background-image: url("/personal/atm/features/260601/images/ico_answer_mark_d.svg");
}

.QuestionSelect__moduleA .QuestionSelect__button {
  display: block;
  width: 100%;
  min-height: 50px;
  height: 100%;
  padding: 10px;
  background-color: #fff;
  border: solid 1px #07a32b;
  border-radius: 8px;
  color: #07a32b;
  font-size: 1.5rem;
  font-weight: 500;
}

.QuestionSelect__moduleA .QuestionSelect__button.active {
  background-color: #07a32b;
  color: #fff;
}

.RadioButton__moduleA {
  position: relative;
  display: inline-block;
}

.RadioButton__moduleA .RadioButton__hidden {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 1px;
  width: 1px;
}

.RadioButton__moduleA .RadioButton__column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  column-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
}

.RadioButton__moduleA .RadioButton__input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  width: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #999;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.RadioButton__moduleA .RadioButton__input::after {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}

.RadioButton__moduleA .RadioButton__text {
  font-size: 1.6rem;
}

.RadioButton__moduleA .RadioButton__hidden:checked + * > .RadioButton__input:after {
  background-color: #07a32b;
}

.RadioButton__moduleA .RadioButton__hidden:disabled + * > .RadioButton__input {
  background: #f0f0f0;
  border: 1px solid #ccc;
}

.Ranking__layoutA {
  margin-bottom: 10px;
  margin-top: 20px;
}

.Ranking__layoutA .Ranking__footContent {
  margin-top: 10px;
}

.Ranking__layoutA .Ranking__comment {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 8px;
}

.Ranking__layoutA .Ranking__comment::before {
  position: absolute;
  bottom: 0;
  right: 50%;
  content: "";
  height: 24px;
  width: 26px;
  background-image: url("/personal/atm/features/260601/images/ico_balloon_white_gray.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(50%, 75%);
  -webkit-transform: translate(50%, 75%);
}

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

.Ranking__listA .Ranking__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
}

.Ranking__listA .Ranking__item:not(:first-child) {
  padding-top: 10px;
}

.Ranking__listA .Ranking__item:not(:nth-child(n+4)) .Ranking__text {
  font-weight: 600;
}

.Ranking__listA .Ranking__item:not(:nth-child(n+4)) .Ranking__text {
  font-weight: 600;
}

.Ranking__listA .Ranking__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 53px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ScaleUp__moduleA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
}

.ScaleUp__moduleA .ScaleUp__text {
  color: #07a32b;
  font-size: 1.2rem;
  font-weight: 600;
}

.Search__moduleA {
  position: relative;
  height: auto;
  width: 100%;
  border: solid 1px #d9d9d9;
  border-radius: 6px;
}

.Search__moduleA .Search__text {
  width: 100%;
  padding: 10px 10px 12px 30px;
  background-color: #fff;
  background-image: url("/personal/atm/features/260601/images/ico_search_01.svg");
  background-position: 12px 12px;
  background-repeat: no-repeat;
  background-size: 14px;
  border: none;
  border-radius: 6px;
  color: #808080;
  font-size: 1.1rem;
}

.Search__moduleA .Search__submit {
  border: none;
}

.Search__moduleB {
  display: -ms-grid;
  display: grid;
  height: auto;
  width: 100%;
  border: solid 1px #d9d9d9;
  border-radius: 6px;
  -ms-grid-columns: 1fr 70px;
  grid-template-columns: 1fr 70px;
}

.Search__moduleB .Search__text {
  width: 100%;
  padding: 11px 10px 12.5px 30px;
  background-color: #fff;
  background-image: url("/personal/atm/features/260601/images/ico_search_01.svg");
  background-position: 12px 12px;
  background-repeat: no-repeat;
  background-size: 14px;
  border: none;
  border-radius: 6px;
  color: #808080;
  font-size: 1.1rem;
}

.Search__moduleB .Search__submit {
  width: 100%;
  background-color: #f99427;
  border: none;
  border-radius: 0 6px 6px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}

.Section {
  width: 100%;
}

.Section__inner {
  max-width: 325px;
  margin-inline: auto;
}

.StepColumn__layoutA {
  margin-bottom: 20px;
  margin-top: 20px;
}

.StepColumn__item {
  position: relative;
  margin-top: 30px;
}

.StepColumn__item + .StepColumn__item {
  margin-top: 36px;
}

.StepColumn__item:not(:last-child) {
  padding-bottom: 32px;
}

.StepColumn__item:not(:last-child)::before {
  position: absolute;
  bottom: 0;
  right: 50%;
  content: "";
  display: block;
  height: 22px;
  width: 28px;
  background-image: url("/personal/atm/features/260601/images/ico_triangle_bottom_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
}

.StepColumn__inner {
  position: relative;
  padding: 48px 20px 20px;
  background-color: #e5f6e9;
  border-radius: 8px;
}

.StepColumn__icon {
  position: absolute;
  left: 50%;
  top: 0;
  display: -ms-grid;
  display: grid;
  height: 52px;
  width: 52px;
  background-color: #07a32b;
  border-radius: 50%;
  color: #fff;
  font-family: "Cabin Condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  transform: translate(-50%, -50%);
  place-content: center;
  -webkit-transform: translate(-50%, -50%);
}

.StepColumn__number {
  display: block;
  font-size: 2.3rem;
}

.StepColumn__image {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.StepColumn__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.StepColumn__description > p {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.StepRow__layoutA:not(:first-child),
.StepRow__layoutB:not(:first-child),
.StepRow__layoutC:not(:first-child),
.StepRow__layoutD:not(:first-child) {
  margin-bottom: 20px;
  margin-top: 20px;
}

.StepRow__layoutC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.StepRow__layoutA .StepRow__item:not(:last-child) {
  position: relative;
  padding-bottom: 32px;
}

.StepRow__layoutA .StepRow__item:not(:last-child)::before {
  position: absolute;
  left: 18px;
  top: 0;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #07a32b;
  transform: translateY(18px);
  -webkit-transform: translateY(18px);
}

.StepRow__layoutD .StepRow__item:not(:last-child) {
  position: relative;
  padding-bottom: 32px;
}

.StepRow__layoutD .StepRow__item:not(:last-child)::before {
  position: absolute;
  left: 18px;
  top: 0;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #07a32b;
  transform: translateY(19px);
  -webkit-transform: translateY(19px);
}

.StepRow__layoutB .StepRow__item:not(:last-child) {
  margin-bottom: 30px;
}

.StepRow__inner {
  position: relative;
}

.StepRow__heading {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 38px 1fr;
  grid-template-columns: 38px 1fr;
}

.StepRow__layoutC .StepRow__heading {
  -ms-grid-columns: 28px 1fr;
  grid-template-columns: 28px 1fr;
}

.StepRow__icon {
  display: -ms-grid;
  display: grid;
  height: 38px;
  width: 38px;
  background-color: #07a32b;
  border-radius: 50%;
  color: #fff;
  font-family: "Cabin Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  place-content: center;
}

.StepRow__layoutC .StepRow__icon {
  height: 28px;
  width: 28px;
}

.StepRow__layoutD .StepRow__icon {
  height: 38px;
  width: 38px;
}

.StepRow__number {
  display: block;
  font-size: 1.6rem;
}

.StepRow__layoutC .StepRow__number,
.StepRow__layoutD .StepRow__number {
  font-size: 1.9rem;
}

.StepRow__title {
  font-size: 1.8rem;
  font-weight: 600;
}

.StepRow__layoutA .StepRow__title {
  margin-top: 0.2em;
  color: #07a32b;
}

.StepRow__layoutB .StepRow__title {
  padding-top: 0.4em;
  color: #07a32b;
}

.StepRow__layoutC .StepRow__title {
  color: #07a32b;
  font-size: 2rem;
}

.StepRow__layoutD .StepRow__title {
  margin-top: 0.3em;
  color: #07a32b;
}

.StepRow__content {
  margin-left: 48px;
  margin-top: 10px;
}

.StepRow__layoutC .StepRow__content {
  margin-left: 38px;
}

.StepRow__description {
  font-size: 1.4rem;
}

.StepRow__button {
  margin-top: 15px;
}

.StepRow__layoutD .StepRow__block {
  width: 100%;
}

.StepRow__layoutD .StepRow__block:nth-child(n+2) {
  margin-top: 20px;
}

.StepRow__layoutD .StepRow__block.-widthLarge {
  width: 100%;
}

.StepRow__layoutD .StepRow__block.-widthLarge + .StepRow__block {
  margin-top: 10px;
}

.StepRow__block > img {
  height: auto;
}

.StepRow__subTitle {
  font-size: 1.5rem;
  font-weight: 600;
}

.StepRow__image > img {
  height: auto;
  margin-left: auto;
}

.StepRow__text {
  margin-top: 10px;
}

.Story_module_listContainer.-hideCategory .Story-module-list__thumb {
  margin-bottom: 0;
}

.Story_module_listContainer.-hideCategory .Story-module-list ul {
  display: none;
}

.Story_module_listContainer.-max0 .Story-module-list li:nth-child(n+1) {
  display: none;
}

.Story_module_listContainer.-max1 .Story-module-list li:nth-child(n+2) {
  display: none;
}

.Story_module_listContainer.-max2 .Story-module-list li:nth-child(n+3) {
  display: none;
}

.Story_module_listContainer.-max3 .Story-module-list li:nth-child(n+4) {
  display: none;
}

.Story_module_listContainer.-max4 .Story-module-list li:nth-child(n+5) {
  display: none;
}

.Story_module_listContainer.-max5 .Story-module-list li:nth-child(n+6) {
  display: none;
}

.Story_module_listContainer.-max6 .Story-module-list li:nth-child(n+7) {
  display: none;
}

.Story_module_listContainer.-max7 .Story-module-list li:nth-child(n+8) {
  display: none;
}

.Story_module_listContainer.-max8 .Story-module-list li:nth-child(n+9) {
  display: none;
}

.Story_module_listContainer.-max9 .Story-module-list li:nth-child(n+10) {
  display: none;
}

.Story_module_listContainer.-max10 .Story-module-list li:nth-child(n+11) {
  display: none;
}

.Story-module-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 0;
}

.Story-module-list a {
  text-decoration: none;
}

.Story-module-list__item {
  width: 100%;
}

.Story-module-list__main {
  position: relative;
}

.Story-module-list__main::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  background: #404040;
  -webkit-transition: opacity 0.24s ease-out;
  transition: opacity 0.24s ease-out;
  mix-blend-mode: multiply;
}

.Story-module-list__txt-container {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 10px 14px;
  color: #fff;
}

.Story-module-list__date {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
}

.Story-module-list__title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.Story-module-list__thumb {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 44%;
}

.Story-module-list__thumb img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.Story-module-list.--pickup .Story-module-list__item,
.Story-module-list.--pickup .Story-module-list__thumb {
  margin-bottom: 0;
}

.Story-module-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}

.Story-module-category li {
  height: 44px;
  padding: 0 11px;
  border: 1px solid #07a32b;
  border-radius: 4px;
  list-style: none;
  color: #07a32b;
  font-size: 14px;
  font-weight: 500;
  line-height: 44px;
}

.Story-module-category li::before {
  content: "#";
}

.Tab__list {
  display: -ms-grid;
  display: grid;
}

.Tab__item {
  height: auto;
  width: 100%;
}

.Tab__button {
  display: -ms-grid;
  display: grid;
  height: 100%;
  width: 100%;
  min-height: 61.87px;
  padding: 10px;
  font-size: 1.5rem;
  text-align: center;
  place-content: center;
}

.Tab__button.is-active {
  pointer-events: none;
  font-weight: 600;
}

.Tab__panel {
  display: none;
}

.Tab__panel.is-active {
  display: block;
}

.Tab__inner {
  height: auto;
  width: 100%;
}

.Tab__inner > div > *:not(:first-child) {
  margin-top: 30px;
}

.Tab__moduleA {
  margin-bottom: 40px;
  margin-top: 40px;
}

.Tab__moduleA .Tab__list {
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
}

.Tab__moduleA .Tab__list.-column02 {
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
}

.Tab__moduleA .Tab__item:not(:first-child) {
  position: relative;
}

.Tab__moduleA .Tab__list .Tab__item .Tab__button {
  border-top: solid 1px #ccc;
}

.Tab__moduleA .Tab__list .Tab__item:first-child .Tab__button {
  border-left: solid 1px #ccc;
}

.Tab__moduleA .Tab__list .Tab__item:last-child .Tab__button {
  border-right: solid 1px #ccc;
}

.Tab__moduleA .Tab__item:not(:first-child)::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  height: 40px;
  width: 1px;
  background-color: #999;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
}

.Tab__moduleA .Tab__button {
  background-color: #f0f0f0;
  border-radius: 8px 8px 0 0;
  color: #999;
  line-height: 1.3;
}

.Tab__moduleA .Tab__button.is-active {
  background-color: #e5f6e9;
  color: #059944;
}

.Tab__moduleA .Tab__inner {
  display: -ms-grid;
  display: grid;
  min-height: 400px;
  padding: 30px 15px;
  border: solid 1px #ccc;
  background-color: #fff;
  border-top: none;
  -ms-grid-columns: 100% [1];
  grid-template-columns: repeat(1, 100%);
  place-content: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.Tab__moduleB {
  margin-bottom: 40px;
  margin-top: 40px;
}

.Tab__moduleB .Tab__list {
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
}

.Tab__moduleB .Tab__list.-column01 {
  -ms-grid-columns: 1fr [1];
  grid-template-columns: repeat(1, 1fr);
}

.Tab__moduleB .Tab__button {
  min-height: 48px;
  padding: 12px;
  border-bottom: solid 3px #ccc;
  color: #707070;
  font-size: 1.5rem;
  text-align: center;
}

.Tab__moduleB .Tab__button.is-active {
  pointer-events: none;
  border-bottom-color: #333;
  color: #333;
  font-weight: 600;
}

[class^=Table__module]:not(:first-child) {
  margin-bottom: 10px;
  margin-top: 20px;
}

.Table__moduleA.fn-scrollable .scroll-hint-icon,
.Table__moduleB.fn-scrollable .scroll-hint-icon,
.Table__moduleC.fn-scrollable .scroll-hint-icon,
.Table__moduleD.fn-scrollable .scroll-hint-icon,
.Table__moduleG.fn-scrollable .scroll-hint-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  height: 119px;
  width: 224px;
  padding: 0;
  background: transparent;
  background-image: url("/personal/atm/features/260601/images/img_table_scroll_hint.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate(-50%, -50%);
}

.Table__moduleA.fn-scrollable .scroll-hint-icon::before,
.Table__moduleA.fn-scrollable .scroll-hint-icon::after,
.Table__moduleB.fn-scrollable .scroll-hint-icon::before,
.Table__moduleB.fn-scrollable .scroll-hint-icon::after,
.Table__moduleC.fn-scrollable .scroll-hint-icon::before,
.Table__moduleC.fn-scrollable .scroll-hint-icon::after,
.Table__moduleD.fn-scrollable .scroll-hint-icon::before,
.Table__moduleD.fn-scrollable .scroll-hint-icon::after,
.Table__moduleG.fn-scrollable .scroll-hint-icon::before,
.Table__moduleG.fn-scrollable .scroll-hint-icon::after {
  content: none;
}

.Table__moduleA.fn-scrollable .scroll-hint-icon .scroll-hint-text,
.Table__moduleB.fn-scrollable .scroll-hint-icon .scroll-hint-text,
.Table__moduleC.fn-scrollable .scroll-hint-icon .scroll-hint-text,
.Table__moduleD.fn-scrollable .scroll-hint-icon .scroll-hint-text,
.Table__moduleG.fn-scrollable .scroll-hint-icon .scroll-hint-text {
  opacity: 0;
  visibility: hidden;
  font-size: 0;
}

.Table__moduleA.fn-scrollable .scroll-hint-icon-wrap.is-active .scroll-hint-icon,
.Table__moduleB.fn-scrollable .scroll-hint-icon-wrap.is-active .scroll-hint-icon,
.Table__moduleC.fn-scrollable .scroll-hint-icon-wrap.is-active .scroll-hint-icon,
.Table__moduleD.fn-scrollable .scroll-hint-icon-wrap.is-active .scroll-hint-icon,
.Table__moduleG.fn-scrollable .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}

.Table__wrapper {
  width: 100%;
  table-layout: fixed;
}

.Table__wrapper + .Table__wrapper {
  margin-top: 20px;
}

.fn-scrollable .Table__wrapper {
  width: 766px;
}

.Table__wrapper th,
.Table__wrapper td {
  padding: 10px;
  border: solid 1px #ccc;
}

.Table__wrapper th.-sizeSmall,
.Table__wrapper td.-sizeSmall {
  padding: 15px;
}

.Table__column.-borderNoneTop > .Table__header01 {
  border-bottom: none;
}

.Table__column.-borderNone > .Table__header01 {
  border-top: none;
}

.Table__column:not(:last-child).-borderNone > .Table__header01 {
  border-bottom: none;
}

.Table__column.-secondBorderNoneTop > .Table__header02 {
  border-bottom: none;
}

.Table__column.-secondBorderNone > .Table__header02:first-of-type {
  border-top: none;
}

.Table__column:not(:last-child).-secondBorderNone > .Table__header02:first-of-type {
  border-bottom: none;
}

.Table__column.-thirdBorderNoneTop > .Table__header02 {
  border-bottom: none;
}

.Table__column.-thirdBorderNone > .Table__header02:nth-child(2) {
  border-top: none;
}

.Table__column:not(:last-child).-thirdBorderNone > .Table__header02:nth-child(2) {
  border-bottom: none;
}

.Table__header01 {
  padding: 18px 12px 16px 12px;
  background-color: #e5f6e9;
  font-size: 1.4rem;
  line-height: 1.3125;
}

.Table__header02 {
  padding: 36px 16px 34px;
  background-color: #f8fffa;
  text-align: left;
}

.Table__header02.-borderNoneTop {
  border-top: none;
}

.Table__data {
  padding: 16px;
  text-align: left;
}

.Table__data.-sizeSmall {
  padding: 15px;
}

.Table__data.-colorGray {
  background-color: #f0f0f0;
}

.Table__data.-colorBlue {
  background-color: #5ebdff;
}

.Table__data.-colorRed {
  background-color: #fcd0d4;
}

.Table__smallText {
  font-size: 1.2rem;
}

.Table__moduleA .Table__data {
  text-align: center;
}

.Table__moduleA .Table__dataFeeA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 78%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-inline: auto;
  row-gap: 10px;
}

.Table__moduleB .Table__header02 {
  padding: 16px;
}

.Table__moduleD .Table__header01 {
  text-align: left;
}

.Table__moduleE .Table__header01 {
  text-align: left;
}

.Table__moduleF colgroup col {
  display: none;
}

.Table__moduleF .Table__header02 {
  padding: 28px 10px;
}

.Table__moduleF .Table__data {
  padding: 28px 10px;
}

.Table__moduleG {
  overflow-x: auto;
}

.Table__moduleG .Table__wrapper {
  width: 766px;
}

.Table__moduleG .Table__header01 {
  padding: 10px;
}

.Table__moduleG .Table__header02 {
  padding: 10px;
}

.Table__moduleG .Table__data {
  height: 100%;
  padding: 0;
  vertical-align: top;
  vertical-align: middle;
}

.Table__moduleG .Table__dataInner {
  display: -ms-grid;
  display: grid;
  height: 100%;
  min-height: 60px;
  padding: 10px;
  place-content: center;
}

.Table__moduleFee {
  margin-top: 40px;
}

.Table__moduleFee .Table__wrapper {
  width: 311px;
}

.Table__moduleFee th,
.Table__moduleFee td {
  padding: 15px 15px 14px;
}

.Table__moduleFee .Table__timeTable {
  position: relative;
}

.Table__moduleFee [class^=Table__time] {
  position: absolute;
  top: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.Table__moduleFee [class^=Table__time]::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: 5px;
  margin-top: 3px;
  border-color: #033333 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 3px 0 3px;
}

.Table__moduleFee .Table__time01 {
  left: 0;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
}

.Table__moduleFee .Table__time01::after {
  margin-inline: auto;
}

.Table__moduleFee .Table__time02 {
  right: 0;
  transform: translate(50%, -100%);
  -webkit-transform: translate(50%, -100%);
}

.Table__moduleFee .Table__time02::after {
  margin-inline: auto;
}

.Table__moduleFee .Table__time03 {
  left: 0;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
}

.Table__moduleFee .Table__time03::after {
  margin-inline: auto;
}

.Table__moduleFee .Table__time04 {
  right: 0;
  transform: translate(50%, -100%);
  -webkit-transform: translate(50%, -100%);
}

.Table__moduleFee .Table__time04::after {
  margin-left: auto;
}

.Tag__layoutA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
}

.Tag__moduleA {
  padding: 5px 10px;
  background-color: #07a32b;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
}

.Text__module:not(:first-child) {
  margin-top: 0.8em;
}

.Text__module > *:not(:first-child) {
  margin-top: 0.4em;
}

.Text__small {
  font-size: 1.2rem;
}

.Text__strong {
  color: #e60012;
}

.Text__underLine {
  text-decoration: underline;
}

.TimeList__layoutA {
  height: auto;
  width: 100%;
}

.TimeList__moduleA {
  border-bottom: solid 1px #e6e6e6;
}

.TimeList__link {
  display: block;
  padding: 16px 0;
  color: #333;
  text-decoration: none;
}

.TimeList__date {
  display: block;
}

.TimeList__description {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 3px;
}

.TimeList__tag {
  display: inline-block;
  width: 35px;
  margin-right: 5px;
  border-radius: 2px;
  font-size: 1.1rem;
  text-align: center;
}

.TimeList__tag.-tagNew {
  background-color: #07a32b;
  color: #fff;
  font-weight: 600;
}

.TimeList__tag.-tagImportant {
  background-color: #fff;
  border: solid 1px #e60012;
  color: #e60012;
}

.Header__searchInput {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  overflow: hidden;
  z-index: 10;
  height: 0;
  width: 100%;
  padding: 10px 13px 10px 25px;
  background-color: #fdfbf0;
  column-gap: 27px;
  -webkit-transition: height 0.3s, opacity 0.3s;
  transition: height 0.3s, opacity 0.3s;
  -webkit-column-gap: 27px;
  -moz-column-gap: 27px;
}

.Header__searchInput.is-open {
  pointer-events: all;
  opacity: 1;
  height: 70px;
}

.Header__searchArea .Header__language {
  display: none;
}

@media all and (max-width: 768px) {
  ._forPC {
    display: none !important;
  }
  ._fz10__sp {
    font-size: 1rem !important;
  }
  ._fz11__sp {
    font-size: 1.1rem !important;
  }
  ._fz12__sp {
    font-size: 1.2rem !important;
  }
  ._fz13__sp {
    font-size: 1.3rem !important;
  }
  ._fz14__sp {
    font-size: 1.4rem !important;
  }
  ._fz15__sp {
    font-size: 1.5rem !important;
  }
  ._fz16__sp {
    font-size: 1.6rem !important;
  }
  ._fz17__sp {
    font-size: 1.7rem !important;
  }
  ._fz18__sp {
    font-size: 1.8rem !important;
  }
  ._fz19__sp {
    font-size: 1.9rem !important;
  }
  ._fz20__sp {
    font-size: 2rem !important;
  }
  ._fz21__sp {
    font-size: 2.1rem !important;
  }
  ._fz22__sp {
    font-size: 2.2rem !important;
  }
  ._fz23__sp {
    font-size: 2.3rem !important;
  }
  ._fz24__sp {
    font-size: 2.4rem !important;
  }
  ._fz25__sp {
    font-size: 2.5rem !important;
  }
  ._fz26__sp {
    font-size: 2.6rem !important;
  }
  ._fz27__sp {
    font-size: 2.7rem !important;
  }
  ._fz28__sp {
    font-size: 2.8rem !important;
  }
  ._fz29__sp {
    font-size: 2.9rem !important;
  }
  ._fz30__sp {
    font-size: 3rem !important;
  }
  ._fz31__sp {
    font-size: 3.1rem !important;
  }
  ._fz32__sp {
    font-size: 3.2rem !important;
  }
  ._fz33__sp {
    font-size: 3.3rem !important;
  }
  ._fz34__sp {
    font-size: 3.4rem !important;
  }
  ._fz35__sp {
    font-size: 3.5rem !important;
  }
  ._fz36__sp {
    font-size: 3.6rem !important;
  }
  ._fz37__sp {
    font-size: 3.7rem !important;
  }
  ._fz38__sp {
    font-size: 3.8rem !important;
  }
  ._fz39__sp {
    font-size: 3.9rem !important;
  }
  ._fz40__sp {
    font-size: 4rem !important;
  }
  ._fz41__sp {
    font-size: 4.1rem !important;
  }
  ._fz42__sp {
    font-size: 4.2rem !important;
  }
  ._fz43__sp {
    font-size: 4.3rem !important;
  }
  ._fz44__sp {
    font-size: 4.4rem !important;
  }
  ._fz45__sp {
    font-size: 4.5rem !important;
  }
  ._fz46__sp {
    font-size: 4.6rem !important;
  }
  ._fz47__sp {
    font-size: 4.7rem !important;
  }
  ._fz48__sp {
    font-size: 4.8rem !important;
  }
  ._fz49__sp {
    font-size: 4.9rem !important;
  }
  ._fz50__sp {
    font-size: 5rem !important;
  }
  .Footer__layoutB .Footer__financialCode {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .Footer__layoutC .Footer__financialCode {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .Footer__financialName {
    width: calc(100% - 100px);
    text-align: right;
    letter-spacing: initial;
  }
  .Header__searchInput.is-open {
    height: 60px;
  }
  .Card__layoutA.-largeCard .Card__thumbnail {
    max-width: 240px;
    margin: 0 auto;
  }
  .CardList__layoutA .CardList__item:nth-child(1) .CardList__image > img {
    max-width: 235px;
  }
  .Link__pdf > img {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
  }
  .Search__moduleA .Search__submit {
    position: absolute;
    right: 10px;
    top: 50%;
    opacity: 0;
    height: 40px;
    width: 40px;
    background-color: transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .Table__moduleF .Table__column {
    display: block;
  }
  .Table__moduleF .Table__column + .Table__column {
    margin-top: 20px;
  }
  .Table__moduleF .Table__column > * {
    display: block;
  }
  .Table__moduleFee .Table__time04::after {
    margin-inline: auto;
  }
}
/* 追記: 2025/08/01 口座開設のサービス改修対応 */
.IdentityDocuments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin-block: 40px;
}

.IdentityDocuments__item {
  position: relative;
  width: 100%;
  margin: 0;
}

.IdentityDocuments__item:not(:first-child)::before,
.IdentityDocuments__item:not(:first-child)::after {
  position: absolute;
  top: calc(50% - 13px);
  left: -40px;
  content: "";
  width: 2px;
  height: 26px;
  background-color: #07a32b;
}

.IdentityDocuments__item:not(:first-child)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.IdentityDocuments__title {
  margin-bottom: 15px;
}

.IdentityDocuments__id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.IdentityDocuments__important {
  margin-bottom: 10px;
  font-weight: 700;
}

.IdentityDocuments__idName {
  margin-bottom: 5px;
}

.IdentityDocuments__or {
  text-align: center;
}

.IdentityDocuments {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  margin-block: 30px;
}

.IdentityDocuments__item {
  position: relative;
  width: 100%;
  margin: 0;
}

.IdentityDocuments__item:not(:first-child)::before,
.IdentityDocuments__item:not(:first-child)::after {
  top: -44px;
  left: calc(50% - 13px);
}

.IdentityDocuments__id {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.IdentityDocuments__or {
  -ms-flex-item-align: center;
      align-self: center;
}

/*
 * header
 * -------------------------------------------------------------------
 */
body.is-drawer-open {
  overflow: hidden;
}

.Drawer__layout {
  right: 31.3rem;
  left: auto;
  width: var(--content-width-sp);
}

@media screen and (max-width: 1100px) {
  .Drawer__layout {
    right: 3rem;
  }
}
@media screen and (max-width: 900px) {
  .Drawer__layout {
    right: auto;
    left: calc((100vw - var(--content-width-sp)) / 2);
  }
}
@media screen and (max-width:768px ) {
  .Drawer__layout {
    left: 0;
    width: 100%;
  }
}
.FollowingMenu__block {
  right: 31.3rem;
  left: auto;
  width: var(--content-width-sp);
}

@media screen and (max-width: 1160px) {
  .FollowingMenu__block {
    right: 3rem;
  }
}
@media screen and (max-width: 900px) {
  .FollowingMenu__block {
    right: auto;
    left: calc((100vw - var(--content-width-sp)) / 2);
  }
}
@media screen and (max-width:768px ) {
  .FollowingMenu__block {
    left: 0;
    width: 100%;
  }
}
.l-inner {
  width: 100%;
  max-width: var(--content-width-full);
  padding: 0 4rem;
  margin: 0 auto;
  background-color: var(--color-base);
}
@media screen and (max-width:1024px ) {
  .l-inner {
    padding: 0 2.4rem;
  }
}
@media screen and (max-width:768px ) {
  .l-inner {
    padding: 0 var(--size-12);
  }
}

.l-page-body {
  margin: 0 auto;
  min-height: 100dvh;
  position: relative;
  z-index: 1;
  background-color: var(--color-base02);
}
@media screen and (max-width:1024px ) {
  .l-page-body {
    min-height: auto;
  }
}

.l-page-deco-circle {
  position: fixed;
  top: -74px;
  right: 0;
  width: 50rem;
  height: 50rem;
  margin: 0;
  pointer-events: none;
  z-index: -1;
}
.l-page-deco-circle img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .l-page-deco-circle {
    display: none;
  }
}
.l-main {
  width: 100%;
  max-width: var(--content-width-sp);
  min-width: 0;
  margin-left: auto;
  margin-right: 31.3rem;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 900px) {
  .l-main {
    margin: 0 auto;
  }
}

.l-aside {
  position: fixed;
  top: 0;
  left: max((100vw - var(--content-width-full)) / 2, 0px);
  width: 100%;
  max-width: 73.7rem;
  height: 100dvh;
  pointer-events: none;
  z-index: 20;
}

.l-aside__fixed {
  position: absolute;
  top: 50%;
  left: clamp(0px, 17.15rem, 100vw - 120.7rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--size-12);
  width: 39.4rem;
  max-width: 39.4rem;
  pointer-events: none;
}

.l-aside__atm {
  margin: 0;
  width: 13.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-filter: drop-shadow(0 0 1.6rem rgba(0, 153, 67, 0.24));
          filter: drop-shadow(0 0 1.6rem rgba(0, 153, 67, 0.24));
}
.l-aside__atm img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 17/57;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-aside__menu {
  width: var(--btn-width-md);
  pointer-events: auto;
}

.l-aside__title {
  margin: 0 0 var(--size-12);
  font-family: var(--font-family-en);
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-bold);
  line-height: 1;
  letter-spacing: var(--letter-spacing-base);
  color: var(--color-main);
}

.l-aside__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-aside__item + .l-aside__item {
  margin-top: var(--size-12);
}

.l-aside__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: var(--btn-width-md);
  padding: var(--btn-space-tb) var(--btn-space-lr);
  background-color: var(--color-main);
  border: 2px solid var(--color-white);
  border-radius: var(--radius-md);
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 153, 67, 0.24);
          box-shadow: 0 0 0.8rem rgba(0, 153, 67, 0.24);
  color: var(--color-white);
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-aside__btn:hover {
  opacity: 0.8;
}
.l-aside__btn:focus-visible {
  outline: 3px solid var(--color-main);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .l-aside__btn {
    -webkit-transition: none;
    transition: none;
  }
}

.l-aside__btn-text {
  font-family: var(--font-family-Noto);
  font-size: var(--font-size-btn);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-base);
}

.l-aside__btn-arrow {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-aside__btn-arrow::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.3rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-aside__btn-search {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-aside__bg {
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  width: 100vw;
  max-width: none;
  margin: 0;
  z-index: -1;
  pointer-events: none;
}
.l-aside__bg img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1160px) {
  .l-aside {
    margin-left: 3rem;
  }
  .l-main {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 920px) {
  .l-aside {
    display: none;
  }
  .l-main {
    margin: auto;
  }
}
.c-btn {
  display: inline-grid;
  grid-template-columns: 2.4rem 1fr 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: var(--size-12);
     -moz-column-gap: var(--size-12);
          column-gap: var(--size-12);
  width: 100%;
  padding: var(--btn-space-tb) var(--btn-space-lr);
  border: 2px solid var(--color-white);
  border-radius: var(--radius-md);
  font-family: var(--font-family-Noto);
  font-size: var(--font-size-btn);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-base);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 153, 67, 0.24);
          box-shadow: 0 0 0.8rem rgba(0, 153, 67, 0.24);
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn:focus-visible {
  outline: 3px solid var(--color-main);
  outline-offset: 3px;
}
.c-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .c-btn {
    -webkit-transition: none;
    transition: none;
  }
}
.c-btn--normal {
  background-color: var(--color-main);
  color: var(--color-white);
}
.c-btn--dark {
  background-color: var(--color-sub02);
  color: var(--color-white);
}
.c-btn__text {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: center;
}
.c-btn__icon-search {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}
.c-btn__icon-search::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid var(--color-white);
  border-radius: 50%;
}
.c-btn__icon-search::after {
  content: "";
  position: absolute;
  right: 0.3rem;
  bottom: 0.4rem;
  width: 0.8rem;
  height: 0.2rem;
  border-radius: 0.2rem;
  background-color: var(--color-white);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.c-btn__icon-arrow {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}
.c-btn__icon-arrow::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.3rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-anchor-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: var(--size-8);
  width: 100%;
  max-width: var(--content-width-inner);
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-anchor-card--col2 .c-anchor-card__item {
  width: 16rem;
  min-height: 14.8rem;
}
.c-anchor-card--col3 .c-anchor-card__item {
  width: 10.4rem;
  min-height: 10.4rem;
}
.c-anchor-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-anchor-card__link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  padding: var(--size-12) var(--size-8);
  background-color: var(--color-white);
  border: 2px solid var(--color-main);
  border-radius: var(--radius-md);
  color: var(--color-main);
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-anchor-card__link:hover {
  opacity: 0.7;
}
.c-anchor-card__link:focus-visible {
  outline: 3px solid var(--color-main);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .c-anchor-card__link {
    -webkit-transition: none;
    transition: none;
  }
}
.c-anchor-card__num {
  display: block;
  font-family: var(--font-family-en);
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color-main);
  margin-bottom: -4px;
}
.c-anchor-card__title {
  font-family: var(--font-family-Noto);
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: 0.04em;
  text-align: center;
}
.c-anchor-card__arrow {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}
.c-anchor-card__arrow::before, .c-anchor-card__arrow::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  width: 0.8rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: var(--color-main);
}
.c-anchor-card__arrow::before {
  left: 0.28rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.c-anchor-card__arrow::after {
  right: 0.28rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.c-h3-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: var(--margin-h3);
  color: var(--color-main);
}
.c-h3-title__num {
  display: block;
  font-family: var(--font-family-en);
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-bold);
  line-height: 1;
  letter-spacing: var(--letter-spacing-base);
  color: var(--color-main);
  margin-bottom: -5px;
}
.c-h3-title__heading {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--size-4);
}
.c-h3-title__label {
  display: inline-block;
  padding: var(--size-4) var(--size-8);
  background-color: var(--color-main);
  font-family: var(--font-family-Noto);
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-base);
  color: var(--color-white);
  white-space: nowrap;
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--size-4);
  margin: 0;
  color: var(--color-main);
  font-family: var(--font-family-Noto);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-base);
}
.c-section-title__ja {
  display: block;
  font-size: var(--font-size-h2);
}
.c-section-title__en {
  display: block;
  opacity: 0.8;
  font-size: var(--font-size-h1-sub);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-base);
}

.u-marA0 {
  margin: 0 !important;
}

.u-marA5 {
  margin: 5px !important;
}

.u-marA10 {
  margin: 10px !important;
}

.u-marA15 {
  margin: 15px !important;
}

.u-marA20 {
  margin: 20px !important;
}

.u-marA25 {
  margin: 25px !important;
}

.u-marA30 {
  margin: 30px !important;
}

.u-marA40 {
  margin: 40px !important;
}

.u-marA50 {
  margin: 50px !important;
}

.u-marA60 {
  margin: 60px !important;
}

.u-marA70 {
  margin: 70px !important;
}

.u-marA80 {
  margin: 80px !important;
}

.u-marA90 {
  margin: 90px !important;
}

.u-marT0 {
  margin-top: 0 !important;
}

.u-marT5 {
  margin-top: 5px !important;
}

.u-marT10 {
  margin-top: 10px !important;
}

.u-marT15 {
  margin-top: 15px !important;
}

.u-marT20 {
  margin-top: 20px !important;
}

.u-marT25 {
  margin-top: 25px !important;
}

.u-marT30 {
  margin-top: 30px !important;
}

.u-marT40 {
  margin-top: 40px !important;
}

.u-marT50 {
  margin-top: 50px !important;
}

.u-marT60 {
  margin-top: 60px !important;
}

.u-marT70 {
  margin-top: 70px !important;
}

.u-marT80 {
  margin-top: 80px !important;
}

.u-marT90 {
  margin-top: 90px !important;
}

.u-marT120 {
  margin-top: 120px !important;
}

.u-marT180 {
  margin-top: 180px !important;
}

.u-marB0 {
  margin-bottom: 0 !important;
}

.u-marB5 {
  margin-bottom: 5px !important;
}

.u-marB10 {
  margin-bottom: 10px !important;
}

.u-marB15 {
  margin-bottom: 15px !important;
}

.u-marB20 {
  margin-bottom: 20px !important;
}

.u-marB25 {
  margin-bottom: 25px !important;
}

.u-marB30 {
  margin-bottom: 30px !important;
}

.u-marB40 {
  margin-bottom: 40px !important;
}

.u-marB50 {
  margin-bottom: 50px !important;
}

.u-marB60 {
  margin-bottom: 60px !important;
}

.u-marB70 {
  margin-bottom: 70px !important;
}

.u-marB80 {
  margin-bottom: 80px !important;
}

.u-marB90 {
  margin-bottom: 90px !important;
}

.u-marL0 {
  margin-left: 0 !important;
}

.u-marL5 {
  margin-left: 5px !important;
}

.u-marL10 {
  margin-left: 10px !important;
}

.u-marL15 {
  margin-left: 15px !important;
}

.u-marL20 {
  margin-left: 20px !important;
}

.u-marL25 {
  margin-left: 25px !important;
}

.u-marL30 {
  margin-left: 30px !important;
}

.u-marL40 {
  margin-left: 40px !important;
}

.u-marL50 {
  margin-left: 50px !important;
}

.u-marL60 {
  margin-left: 60px !important;
}

.u-marL70 {
  margin-left: 70px !important;
}

.u-marL80 {
  margin-left: 80px !important;
}

.u-marL90 {
  margin-left: 90px !important;
}

.u-marR0 {
  margin-right: 0 !important;
}

.u-marR5 {
  margin-right: 5px !important;
}

.u-marR10 {
  margin-right: 10px !important;
}

.u-marR15 {
  margin-right: 15px !important;
}

.u-marR20 {
  margin-right: 20px !important;
}

.u-marR25 {
  margin-right: 25px !important;
}

.u-marR30 {
  margin-right: 30px !important;
}

.u-marR40 {
  margin-right: 40px !important;
}

.u-marR50 {
  margin-right: 50px !important;
}

.u-marR60 {
  margin-right: 60px !important;
}

.u-marR70 {
  margin-right: 70px !important;
}

.u-marR80 {
  margin-right: 80px !important;
}

.u-marR90 {
  margin-right: 90px !important;
}

@media print, screen and (min-width: 768px) {
  .u-marT0_pc {
    margin-top: 0 !important;
  }
  .u-marT5_pc {
    margin-top: 5px !important;
  }
  .u-marT10_pc {
    margin-top: 10px !important;
  }
  .u-marT15_pc {
    margin-top: 15px !important;
  }
  .u-marT20_pc {
    margin-top: 20px !important;
  }
  .u-marT25_pc {
    margin-top: 25px !important;
  }
  .u-marT30_pc {
    margin-top: 30px !important;
  }
  .u-marT40_pc {
    margin-top: 40px !important;
  }
  .u-marT50_pc {
    margin-top: 50px !important;
  }
  .u-marT60_pc {
    margin-top: 60px !important;
  }
  .u-marT70_pc {
    margin-top: 70px !important;
  }
  .u-marT80_pc {
    margin-top: 80px !important;
  }
  .u-marT90_pc {
    margin-top: 90px !important;
  }
  .u-marT120_pc {
    margin-top: 120px !important;
  }
  .u-marT180_pc {
    margin-top: 180px !important;
  }
  .u-marB0_pc {
    margin-bottom: 0 !important;
  }
  .u-marB5_pc {
    margin-bottom: 5px !important;
  }
  .u-marB10_pc {
    margin-bottom: 10px !important;
  }
  .u-marB15_pc {
    margin-bottom: 15px !important;
  }
  .u-marB20_pc {
    margin-bottom: 20px !important;
  }
  .u-marB25_pc {
    margin-bottom: 25px !important;
  }
  .u-marB30_pc {
    margin-bottom: 30px !important;
  }
  .u-marB40_pc {
    margin-bottom: 40px !important;
  }
  .u-marB50_pc {
    margin-bottom: 50px !important;
  }
  .u-marB60_pc {
    margin-bottom: 60px !important;
  }
  .u-marB70_pc {
    margin-bottom: 70px !important;
  }
  .u-marB80_pc {
    margin-bottom: 80px !important;
  }
  .u-marB90_pc {
    margin-bottom: 90px !important;
  }
  .u-marL0_pc {
    margin-left: 0 !important;
  }
  .u-marL5_pc {
    margin-left: 5px !important;
  }
  .u-marL10_pc {
    margin-left: 10px !important;
  }
  .u-marL15_pc {
    margin-left: 15px !important;
  }
  .u-marL20_pc {
    margin-left: 20px !important;
  }
  .u-marL25_pc {
    margin-left: 25px !important;
  }
  .u-marL30_pc {
    margin-left: 30px !important;
  }
  .u-marL40_pc {
    margin-left: 40px !important;
  }
  .u-marL50_pc {
    margin-left: 50px !important;
  }
  .u-marL60_pc {
    margin-left: 60px !important;
  }
  .u-marL70_pc {
    margin-left: 70px !important;
  }
  .u-marL80_pc {
    margin-left: 80px !important;
  }
  .u-marL90_pc {
    margin-left: 90px !important;
  }
  .u-marR0_pc {
    margin-right: 0 !important;
  }
  .u-marR5_pc {
    margin-right: 5px !important;
  }
  .u-marR10_pc {
    margin-right: 10px !important;
  }
  .u-marR15_pc {
    margin-right: 15px !important;
  }
  .u-marR20_pc {
    margin-right: 20px !important;
  }
  .u-marR25_pc {
    margin-right: 25px !important;
  }
  .u-marR30_pc {
    margin-right: 30px !important;
  }
  .u-marR40_pc {
    margin-right: 40px !important;
  }
  .u-marR50_pc {
    margin-right: 50px !important;
  }
  .u-marR60_pc {
    margin-right: 60px !important;
  }
  .u-marR70_pc {
    margin-right: 70px !important;
  }
  .u-marR80_pc {
    margin-right: 80px !important;
  }
  .u-marR90_pc {
    margin-right: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-marA0_sp {
    margin: 0 !important;
  }
  .u-marA5_sp {
    margin: 5px !important;
  }
  .u-marA10_sp {
    margin: 10px !important;
  }
  .u-marA15_sp {
    margin: 15px !important;
  }
  .u-marA20_sp {
    margin: 20px !important;
  }
  .u-marA25_sp {
    margin: 25px !important;
  }
  .u-marA30_sp {
    margin: 30px !important;
  }
  .u-marA40_sp {
    margin: 40px !important;
  }
  .u-marA50_sp {
    margin: 50px !important;
  }
  .u-marA60_sp {
    margin: 60px !important;
  }
  .u-marA70_sp {
    margin: 70px !important;
  }
  .u-marA80_sp {
    margin: 80px !important;
  }
  .u-marA90_sp {
    margin: 90px !important;
  }
  .u-marT0_sp {
    margin-top: 0 !important;
  }
  .u-marT5_sp {
    margin-top: 5px !important;
  }
  .u-marT10_sp {
    margin-top: 10px !important;
  }
  .u-marT15_sp {
    margin-top: 15px !important;
  }
  .u-marT20_sp {
    margin-top: 20px !important;
  }
  .u-marT25_sp {
    margin-top: 25px !important;
  }
  .u-marT30_sp {
    margin-top: 30px !important;
  }
  .u-marT40_sp {
    margin-top: 40px !important;
  }
  .u-marT50_sp {
    margin-top: 50px !important;
  }
  .u-marT60_sp {
    margin-top: 60px !important;
  }
  .u-marT70_sp {
    margin-top: 70px !important;
  }
  .u-marT80_sp {
    margin-top: 80px !important;
  }
  .u-marT90_sp {
    margin-top: 90px !important;
  }
  .u-marT120_sp {
    margin-top: 120px !important;
  }
  .u-marT180_sp {
    margin-top: 180px !important;
  }
  .u-marB0_sp {
    margin-bottom: 0 !important;
  }
  .u-marB5_sp {
    margin-bottom: 5px !important;
  }
  .u-marB10_sp {
    margin-bottom: 10px !important;
  }
  .u-marB15_sp {
    margin-bottom: 15px !important;
  }
  .u-marB20_sp {
    margin-bottom: 20px !important;
  }
  .u-marB25_sp {
    margin-bottom: 25px !important;
  }
  .u-marB30_sp {
    margin-bottom: 30px !important;
  }
  .u-marB40_sp {
    margin-bottom: 40px !important;
  }
  .u-marB50_sp {
    margin-bottom: 50px !important;
  }
  .u-marB60_sp {
    margin-bottom: 60px !important;
  }
  .u-marB70_sp {
    margin-bottom: 70px !important;
  }
  .u-marB80_sp {
    margin-bottom: 80px !important;
  }
  .u-marB90_sp {
    margin-bottom: 90px !important;
  }
  .u-marL0_sp {
    margin-left: 0 !important;
  }
  .u-marL5_sp {
    margin-left: 5px !important;
  }
  .u-marL10_sp {
    margin-left: 10px !important;
  }
  .u-marL15_sp {
    margin-left: 15px !important;
  }
  .u-marL20_sp {
    margin-left: 20px !important;
  }
  .u-marL25_sp {
    margin-left: 25px !important;
  }
  .u-marL30_sp {
    margin-left: 30px !important;
  }
  .u-marL40_sp {
    margin-left: 40px !important;
  }
  .u-marL50_sp {
    margin-left: 50px !important;
  }
  .u-marL60_sp {
    margin-left: 60px !important;
  }
  .u-marL70_sp {
    margin-left: 70px !important;
  }
  .u-marL80_sp {
    margin-left: 80px !important;
  }
  .u-marL90_sp {
    margin-left: 90px !important;
  }
  .u-marR0_sp {
    margin-right: 0 !important;
  }
  .u-marR5_sp {
    margin-right: 5px !important;
  }
  .u-marR10_sp {
    margin-right: 10px !important;
  }
  .u-marR15_sp {
    margin-right: 15px !important;
  }
  .u-marR20_sp {
    margin-right: 20px !important;
  }
  .u-marR25_sp {
    margin-right: 25px !important;
  }
  .u-marR30_sp {
    margin-right: 30px !important;
  }
  .u-marR40_sp {
    margin-right: 40px !important;
  }
  .u-marR50_sp {
    margin-right: 50px !important;
  }
  .u-marR60_sp {
    margin-right: 60px !important;
  }
  .u-marR70_sp {
    margin-right: 70px !important;
  }
  .u-marR80_sp {
    margin-right: 80px !important;
  }
  .u-marR90_sp {
    margin-right: 90px !important;
  }
}
.u-padA0 {
  padding: 0 !important;
}

.u-padA5 {
  padding: 5px !important;
}

.u-padA10 {
  padding: 10px !important;
}

.u-padA15 {
  padding: 15px !important;
}

.u-padA20 {
  padding: 20px !important;
}

.u-padA25 {
  padding: 25px !important;
}

.u-padA30 {
  padding: 30px !important;
}

.u-padA40 {
  padding: 40px !important;
}

.u-padA50 {
  padding: 50px !important;
}

.u-padA60 {
  padding: 60px !important;
}

.u-padA70 {
  padding: 70px !important;
}

.u-padA80 {
  padding: 80px !important;
}

.u-padA90 {
  padding: 90px !important;
}

.u-padT0 {
  padding-top: 0 !important;
}

.u-padT5 {
  padding-top: 5px !important;
}

.u-padT10 {
  padding-top: 10px !important;
}

.u-padT15 {
  padding-top: 15px !important;
}

.u-padT20 {
  padding-top: 20px !important;
}

.u-padT25 {
  padding-top: 25px !important;
}

.u-padT30 {
  padding-top: 30px !important;
}

.u-padT40 {
  padding-top: 40px !important;
}

.u-padT50 {
  padding-top: 50px !important;
}

.u-padT60 {
  padding-top: 60px !important;
}

.u-padT70 {
  padding-top: 70px !important;
}

.u-padT80 {
  padding-top: 80px !important;
}

.u-padT90 {
  padding-top: 90px !important;
}

.u-padB0 {
  padding-bottom: 0 !important;
}

.u-padB5 {
  padding-bottom: 5px !important;
}

.u-padB10 {
  padding-bottom: 10px !important;
}

.u-padB15 {
  padding-bottom: 15px !important;
}

.u-padB20 {
  padding-bottom: 20px !important;
}

.u-padB25 {
  padding-bottom: 25px !important;
}

.u-padB30 {
  padding-bottom: 30px !important;
}

.u-padB40 {
  padding-bottom: 40px !important;
}

.u-padB50 {
  padding-bottom: 50px !important;
}

.u-padB60 {
  padding-bottom: 60px !important;
}

.u-padB70 {
  padding-bottom: 70px !important;
}

.u-padB80 {
  padding-bottom: 80px !important;
}

.u-padB90 {
  padding-bottom: 90px !important;
}

.u-padL0 {
  padding-left: 0 !important;
}

.u-padL5 {
  padding-left: 5px !important;
}

.u-padL10 {
  padding-left: 10px !important;
}

.u-padL15 {
  padding-left: 15px !important;
}

.u-padL20 {
  padding-left: 20px !important;
}

.u-padL25 {
  padding-left: 25px !important;
}

.u-padL30 {
  padding-left: 30px !important;
}

.u-padL40 {
  padding-left: 40px !important;
}

.u-padL50 {
  padding-left: 50px !important;
}

.u-padL60 {
  padding-left: 60px !important;
}

.u-padL70 {
  padding-left: 70px !important;
}

.u-padL80 {
  padding-left: 80px !important;
}

.u-padL90 {
  padding-left: 90px !important;
}

.u-padR0 {
  padding-right: 0 !important;
}

.u-padR5 {
  padding-right: 5px !important;
}

.u-padR10 {
  padding-right: 10px !important;
}

.u-padR15 {
  padding-right: 15px !important;
}

.u-padR20 {
  padding-right: 20px !important;
}

.u-padR25 {
  padding-right: 25px !important;
}

.u-padR30 {
  padding-right: 30px !important;
}

.u-padR40 {
  padding-right: 40px !important;
}

.u-padR50 {
  padding-right: 50px !important;
}

.u-padR60 {
  padding-right: 60px !important;
}

.u-padR70 {
  padding-right: 70px !important;
}

.u-padR80 {
  padding-right: 80px !important;
}

.u-padR90 {
  padding-right: 90px !important;
}

@media print, screen and (min-width: 768px) {
  .u-padA0_pc {
    padding: 0 !important;
  }
  .u-padA5_pc {
    padding: 5px !important;
  }
  .u-padA10_pc {
    padding: 10px !important;
  }
  .u-padA15_pc {
    padding: 15px !important;
  }
  .u-padA20_pc {
    padding: 20px !important;
  }
  .u-padA25_pc {
    padding: 25px !important;
  }
  .u-padA30_pc {
    padding: 30px !important;
  }
  .u-padA40_pc {
    padding: 40px !important;
  }
  .u-padA50_pc {
    padding: 50px !important;
  }
  .u-padA60_pc {
    padding: 60px !important;
  }
  .u-padA70_pc {
    padding: 70px !important;
  }
  .u-padA80_pc {
    padding: 80px !important;
  }
  .u-padA90_pc {
    padding: 90px !important;
  }
  .u-padT0_pc {
    padding-top: 0 !important;
  }
  .u-padT5_pc {
    padding-top: 5px !important;
  }
  .u-padT10_pc {
    padding-top: 10px !important;
  }
  .u-padT15_pc {
    padding-top: 15px !important;
  }
  .u-padT20_pc {
    padding-top: 20px !important;
  }
  .u-padT25_pc {
    padding-top: 25px !important;
  }
  .u-padT30_pc {
    padding-top: 30px !important;
  }
  .u-padT40_pc {
    padding-top: 40px !important;
  }
  .u-padT50_pc {
    padding-top: 50px !important;
  }
  .u-padT60_pc {
    padding-top: 60px !important;
  }
  .u-padT70_pc {
    padding-top: 70px !important;
  }
  .u-padT80_pc {
    padding-top: 80px !important;
  }
  .u-padT90_pc {
    padding-top: 90px !important;
  }
  .u-padB0_pc {
    padding-bottom: 0 !important;
  }
  .u-padB5_pc {
    padding-bottom: 5px !important;
  }
  .u-padB10_pc {
    padding-bottom: 10px !important;
  }
  .u-padB15_pc {
    padding-bottom: 15px !important;
  }
  .u-padB20_pc {
    padding-bottom: 20px !important;
  }
  .u-padB25_pc {
    padding-bottom: 25px !important;
  }
  .u-padB30_pc {
    padding-bottom: 30px !important;
  }
  .u-padB40_pc {
    padding-bottom: 40px !important;
  }
  .u-padB50_pc {
    padding-bottom: 50px !important;
  }
  .u-padB60_pc {
    padding-bottom: 60px !important;
  }
  .u-padB70_pc {
    padding-bottom: 70px !important;
  }
  .u-padB80_pc {
    padding-bottom: 80px !important;
  }
  .u-padB90_pc {
    padding-bottom: 90px !important;
  }
  .u-padL0_pc {
    padding-left: 0 !important;
  }
  .u-padL5_pc {
    padding-left: 5px !important;
  }
  .u-padL10_pc {
    padding-left: 10px !important;
  }
  .u-padL15_pc {
    padding-left: 15px !important;
  }
  .u-padL20_pc {
    padding-left: 20px !important;
  }
  .u-padL25_pc {
    padding-left: 25px !important;
  }
  .u-padL30_pc {
    padding-left: 30px !important;
  }
  .u-padL40_pc {
    padding-left: 40px !important;
  }
  .u-padL50_pc {
    padding-left: 50px !important;
  }
  .u-padL60_pc {
    padding-left: 60px !important;
  }
  .u-padL70_pc {
    padding-left: 70px !important;
  }
  .u-padL80_pc {
    padding-left: 80px !important;
  }
  .u-padL90_pc {
    padding-left: 90px !important;
  }
  .u-padR0_pc {
    padding-right: 0 !important;
  }
  .u-padR5_pc {
    padding-right: 5px !important;
  }
  .u-padR10_pc {
    padding-right: 10px !important;
  }
  .u-padR15_pc {
    padding-right: 15px !important;
  }
  .u-padR20_pc {
    padding-right: 20px !important;
  }
  .u-padR25_pc {
    padding-right: 25px !important;
  }
  .u-padR30_pc {
    padding-right: 30px !important;
  }
  .u-padR40_pc {
    padding-right: 40px !important;
  }
  .u-padR50_pc {
    padding-right: 50px !important;
  }
  .u-padR60_pc {
    padding-right: 60px !important;
  }
  .u-padR70_pc {
    padding-right: 70px !important;
  }
  .u-padR80_pc {
    padding-right: 80px !important;
  }
  .u-padR90_pc {
    padding-right: 90px !important;
  }
}
@media screen and (max-width:768px ) {
  .u-padA0_sp {
    padding: 0 !important;
  }
  .u-padA5_sp {
    padding: 5px !important;
  }
  .u-padA10_sp {
    padding: 10px !important;
  }
  .u-padA15_sp {
    padding: 15px !important;
  }
  .u-padA20_sp {
    padding: 20px !important;
  }
  .u-padA25_sp {
    padding: 25px !important;
  }
  .u-padA30_sp {
    padding: 30px !important;
  }
  .u-padA40_sp {
    padding: 40px !important;
  }
  .u-padA50_sp {
    padding: 50px !important;
  }
  .u-padA60_sp {
    padding: 60px !important;
  }
  .u-padA70_sp {
    padding: 70px !important;
  }
  .u-padA80_sp {
    padding: 80px !important;
  }
  .u-padA90_sp {
    padding: 90px !important;
  }
  .u-padT0_sp {
    padding-top: 0 !important;
  }
  .u-padT5_sp {
    padding-top: 5px !important;
  }
  .u-padT10_sp {
    padding-top: 10px !important;
  }
  .u-padT15_sp {
    padding-top: 15px !important;
  }
  .u-padT20_sp {
    padding-top: 20px !important;
  }
  .u-padT25_sp {
    padding-top: 25px !important;
  }
  .u-padT30_sp {
    padding-top: 30px !important;
  }
  .u-padT40_sp {
    padding-top: 40px !important;
  }
  .u-padT50_sp {
    padding-top: 50px !important;
  }
  .u-padT60_sp {
    padding-top: 60px !important;
  }
  .u-padT70_sp {
    padding-top: 70px !important;
  }
  .u-padT80_sp {
    padding-top: 80px !important;
  }
  .u-padT90_sp {
    padding-top: 90px !important;
  }
  .u-padB0_sp {
    padding-bottom: 0 !important;
  }
  .u-padB5_sp {
    padding-bottom: 5px !important;
  }
  .u-padB10_sp {
    padding-bottom: 10px !important;
  }
  .u-padB15_sp {
    padding-bottom: 15px !important;
  }
  .u-padB20_sp {
    padding-bottom: 20px !important;
  }
  .u-padB25_sp {
    padding-bottom: 25px !important;
  }
  .u-padB30_sp {
    padding-bottom: 30px !important;
  }
  .u-padB40_sp {
    padding-bottom: 40px !important;
  }
  .u-padB50_sp {
    padding-bottom: 50px !important;
  }
  .u-padB60_sp {
    padding-bottom: 60px !important;
  }
  .u-padB70_sp {
    padding-bottom: 70px !important;
  }
  .u-padB80_sp {
    padding-bottom: 80px !important;
  }
  .u-padB90_sp {
    padding-bottom: 90px !important;
  }
  .u-padL0_sp {
    padding-left: 0 !important;
  }
  .u-padL5_sp {
    padding-left: 5px !important;
  }
  .u-padL10_sp {
    padding-left: 10px !important;
  }
  .u-padL15_sp {
    padding-left: 15px !important;
  }
  .u-padL20_sp {
    padding-left: 20px !important;
  }
  .u-padL25_sp {
    padding-left: 25px !important;
  }
  .u-padL30_sp {
    padding-left: 30px !important;
  }
  .u-padL40_sp {
    padding-left: 40px !important;
  }
  .u-padL50_sp {
    padding-left: 50px !important;
  }
  .u-padL60_sp {
    padding-left: 60px !important;
  }
  .u-padL70_sp {
    padding-left: 70px !important;
  }
  .u-padL80_sp {
    padding-left: 80px !important;
  }
  .u-padL90_sp {
    padding-left: 90px !important;
  }
  .u-padR0_sp {
    padding-right: 0 !important;
  }
  .u-padR5_sp {
    padding-right: 5px !important;
  }
  .u-padR10_sp {
    padding-right: 10px !important;
  }
  .u-padR15_sp {
    padding-right: 15px !important;
  }
  .u-padR20_sp {
    padding-right: 20px !important;
  }
  .u-padR25_sp {
    padding-right: 25px !important;
  }
  .u-padR30_sp {
    padding-right: 30px !important;
  }
  .u-padR40_sp {
    padding-right: 40px !important;
  }
  .u-padR50_sp {
    padding-right: 50px !important;
  }
  .u-padR60_sp {
    padding-right: 60px !important;
  }
  .u-padR70_sp {
    padding-right: 70px !important;
  }
  .u-padR80_sp {
    padding-right: 80px !important;
  }
  .u-padR90_sp {
    padding-right: 90px !important;
  }
}
.u-wid10Per {
  width: 10% !important;
}

.u-wid15Per {
  width: 15% !important;
}

.u-wid20Per {
  width: 20% !important;
}

.u-wid25Per {
  width: 25% !important;
}

.u-wid30Per {
  width: 30% !important;
}

.u-wid35Per {
  width: 35% !important;
}

.u-wid40Per {
  width: 40% !important;
}

.u-wid45Per {
  width: 45% !important;
}

.u-wid50Per {
  width: 50% !important;
}

.u-wid55Per {
  width: 55% !important;
}

.u-wid60Per {
  width: 60% !important;
}

.u-wid65Per {
  width: 65% !important;
}

.u-wid70Per {
  width: 70% !important;
}

.u-wid75Per {
  width: 75% !important;
}

.u-wid80Per {
  width: 80% !important;
}

.u-wid85Per {
  width: 85% !important;
}

.u-wid90Per {
  width: 90% !important;
}

.u-wid95Per {
  width: 95% !important;
}

.u-wid100Per {
  width: 100% !important;
}

.u-wid50 {
  max-width: 50px !important;
  width: 100%;
}

.u-wid100 {
  max-width: 100px !important;
  width: 100%;
}

.u-wid150 {
  max-width: 150px !important;
  width: 100%;
}

.u-wid200 {
  max-width: 200px !important;
  width: 100%;
}

.u-wid250 {
  max-width: 250px !important;
  width: 100%;
}

.u-wid300 {
  max-width: 300px !important;
  width: 100%;
}

.u-wid350 {
  max-width: 350px !important;
  width: 100%;
}

.u-wid400 {
  max-width: 400px !important;
  width: 100%;
}

.u-wid450 {
  max-width: 450px !important;
  width: 100%;
}

.u-wid500 {
  max-width: 500px !important;
  width: 100%;
}

.u-wid550 {
  max-width: 550px !important;
  width: 100%;
}

.u-wid600 {
  max-width: 600px !important;
  width: 100%;
}

.u-wid650 {
  max-width: 650px !important;
  width: 100%;
}

.u-wid700 {
  max-width: 700px !important;
  width: 100%;
}

.u-wid750 {
  max-width: 750px !important;
  width: 100%;
}

.u-wid800 {
  max-width: 800px !important;
  width: 100%;
}

.u-wid850 {
  max-width: 850px !important;
  width: 100%;
}

.u-wid900 {
  max-width: 900px !important;
  width: 100%;
}

.u-wid950 {
  max-width: 950px !important;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .u-wid10Per_pc {
    width: 10% !important;
  }
  .u-wid15Per_pc {
    width: 15% !important;
  }
  .u-wid20Per_pc {
    width: 20% !important;
  }
  .u-wid25Per_pc {
    width: 25% !important;
  }
  .u-wid30Per_pc {
    width: 30% !important;
  }
  .u-wid35Per_pc {
    width: 35% !important;
  }
  .u-wid40Per_pc {
    width: 40% !important;
  }
  .u-wid45Per_pc {
    width: 45% !important;
  }
  .u-wid50Per_pc {
    width: 50% !important;
  }
  .u-wid55Per_pc {
    width: 55% !important;
  }
  .u-wid60Per_pc {
    width: 60% !important;
  }
  .u-wid65Per_pc {
    width: 65% !important;
  }
  .u-wid70Per_pc {
    width: 70% !important;
  }
  .u-wid75Per_pc {
    width: 75% !important;
  }
  .u-wid80Per_pc {
    width: 80% !important;
  }
  .u-wid85Per_pc {
    width: 85% !important;
  }
  .u-wid90Per_pc {
    width: 90% !important;
  }
  .u-wid95Per_pc {
    width: 95% !important;
  }
  .u-wid100Per_pc {
    width: 100% !important;
  }
  .u-wid50_pc {
    max-width: 50px !important;
    width: 100%;
  }
  .u-wid100_pc {
    max-width: 100px !important;
    width: 100%;
  }
  .u-wid150_pc {
    max-width: 150px !important;
    width: 100%;
  }
  .u-wid200_pc {
    max-width: 200px !important;
    width: 100%;
  }
  .u-wid250_pc {
    max-width: 250px !important;
    width: 100%;
  }
  .u-wid300_pc {
    max-width: 300px !important;
    width: 100%;
  }
  .u-wid350_pc {
    max-width: 350px !important;
    width: 100%;
  }
  .u-wid400_pc {
    max-width: 400px !important;
    width: 100%;
  }
  .u-wid450_pc {
    max-width: 450px !important;
    width: 100%;
  }
  .u-wid500_pc {
    max-width: 500px !important;
    width: 100%;
  }
  .u-wid550_pc {
    max-width: 550px !important;
    width: 100%;
  }
  .u-wid600_pc {
    max-width: 600px !important;
    width: 100%;
  }
  .u-wid650_pc {
    max-width: 650px !important;
    width: 100%;
  }
  .u-wid700_pc {
    max-width: 700px !important;
    width: 100%;
  }
  .u-wid750_pc {
    max-width: 750px !important;
    width: 100%;
  }
  .u-wid800_pc {
    max-width: 800px !important;
    width: 100%;
  }
  .u-wid850_pc {
    max-width: 850px !important;
    width: 100%;
  }
  .u-wid900_pc {
    max-width: 900px !important;
    width: 100%;
  }
  .u-wid950_pc {
    max-width: 950px !important;
    width: 100%;
  }
}
@media screen and (max-width:768px ) {
  .u-wid10Per_sp {
    width: 10% !important;
  }
  .u-wid15Per_sp {
    width: 15% !important;
  }
  .u-wid20Per_sp {
    width: 20% !important;
  }
  .u-wid25Per_sp {
    width: 25% !important;
  }
  .u-wid30Per_sp {
    width: 30% !important;
  }
  .u-wid35Per_sp {
    width: 35% !important;
  }
  .u-wid40Per_sp {
    width: 40% !important;
  }
  .u-wid45Per_sp {
    width: 45% !important;
  }
  .u-wid50Per_sp {
    width: 50% !important;
  }
  .u-wid55Per_sp {
    width: 55% !important;
  }
  .u-wid60Per_sp {
    width: 60% !important;
  }
  .u-wid65Per_sp {
    width: 65% !important;
  }
  .u-wid70Per_sp {
    width: 70% !important;
  }
  .u-wid75Per_sp {
    width: 75% !important;
  }
  .u-wid80Per_sp {
    width: 80% !important;
  }
  .u-wid85Per_sp {
    width: 85% !important;
  }
  .u-wid90Per_sp {
    width: 90% !important;
  }
  .u-wid95Per_sp {
    width: 95% !important;
  }
  .u-wid100Per_sp {
    width: 100% !important;
  }
  .u-wid50_sp {
    max-width: 50px !important;
    width: 100%;
  }
  .u-wid100_sp {
    max-width: 100px !important;
    width: 100%;
  }
  .u-wid150_sp {
    max-width: 150px !important;
    width: 100%;
  }
  .u-wid200_sp {
    max-width: 200px !important;
    width: 100%;
  }
  .u-wid250_sp {
    max-width: 250px !important;
    width: 100%;
  }
  .u-wid300_sp {
    max-width: 300px !important;
    width: 100%;
  }
  .u-wid350_sp {
    max-width: 350px !important;
    width: 100%;
  }
  .u-wid400_sp {
    max-width: 400px !important;
    width: 100%;
  }
  .u-wid450_sp {
    max-width: 450px !important;
    width: 100%;
  }
  .u-wid500_sp {
    max-width: 500px !important;
    width: 100%;
  }
  .u-wid550_sp {
    max-width: 550px !important;
    width: 100%;
  }
  .u-wid600_sp {
    max-width: 600px !important;
    width: 100%;
  }
  .u-wid650_sp {
    max-width: 650px !important;
    width: 100%;
  }
  .u-wid700_sp {
    max-width: 700px !important;
    width: 100%;
  }
  .u-wid750_sp {
    max-width: 750px !important;
    width: 100%;
  }
  .u-wid800_sp {
    max-width: 800px !important;
    width: 100%;
  }
  .u-wid850_sp {
    max-width: 850px !important;
    width: 100%;
  }
  .u-wid900_sp {
    max-width: 900px !important;
    width: 100%;
  }
  .u-wid950_sp {
    max-width: 950px !important;
    width: 100%;
  }
}
.u-flex__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex__block--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex__justify--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-flex__justify--spween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-flex__justify--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.u-flex__align--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width:768px ) {
  .u-flex__block--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-flex__block--pc {
    display: block;
  }
}
.u-sp {
  display: none !important;
}

@media screen and (max-width:768px ) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
}
.u-hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.u-hover:hover {
  opacity: 0.7;
}

.u-aliC {
  text-align: center;
}

.u-aliL {
  text-align: left;
}

.u-aliR {
  text-align: right;
}

.u-contC {
  margin: 0 auto;
}

.u-contL {
  margin-left: 0;
  margin-right: auto;
}

.u-contR {
  margin-left: auto;
  margin-right: 0;
}

@media print, screen and (min-width: 768px) {
  .u-aliC_pc {
    text-align: center;
  }
  .u-aliL_pc {
    text-align: left;
  }
  .u-aliR_pc {
    text-align: right;
  }
  .u-contC_pc {
    margin: 0 auto;
  }
  .u-contL_pc {
    margin-left: 0;
    margin-right: auto;
  }
  .u-contR_pc {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width:768px ) {
  .u-aliC_sp {
    text-align: center;
  }
  .u-aliL_sp {
    text-align: left;
  }
  .u-aliR_sp {
    text-align: right;
  }
  .u-contC_sp {
    margin: 0 auto;
  }
  .u-contL_sp {
    margin-left: 0;
    margin-right: auto;
  }
  .u-contR_sp {
    margin-left: auto;
    margin-right: 0;
  }
}
.u-sp {
  display: none !important;
}

.u-sp-01 {
  display: none !important;
}

@media screen and (max-width:768px ) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
}
@media screen and (max-width:600px ) {
  .u-pc-01 {
    display: none !important;
  }
  .u-sp-01 {
    display: block !important;
  }
}
.u-anker-point {
  opacity: 0;
  position: relative;
  top: -6rem;
}
.u-anker-point#info {
  top: 180px;
}
@media screen and (max-width:1024px ) {
  .u-anker-point#info {
    top: 150px;
  }
}
.u-anker-point#info-submit {
  top: 4px;
}
@media screen and (max-width:768px ) {
  .u-anker-point#info-submit {
    top: 60px;
  }
}
.u-anker-point#entry-submit {
  top: 4px;
}
@media screen and (max-width:768px ) {
  .u-anker-point#entry-submit {
    top: 60px;
  }
}

.u-scroll {
  color: var(--color-white, #FFF);
  font-family: var(--font-family-Noto, sans-serif);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  position: fixed;
  left: 120px;
  bottom: 89px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width:768px ) {
  .u-scroll {
    bottom: -55px;
    right: calc(100% - 28px);
    left: initial;
  }
}
.u-scroll::before {
  -webkit-animation: scroll 5s infinite;
          animation: scroll 5s infinite;
  background-color: var(--color-white, #FFF);
  bottom: -45px;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
.u-scroll::after {
  background-color: var(--color-white, #FFF);
  bottom: -45px;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  opacity: 0.5;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.p-about {
  background-color: var(--color-white);
}
.p-about__inner {
  max-width: var(--content-width-sp);
  margin: 0 auto;
  padding: var(--size-80) 3rem 0;
  text-align: center;
}
.p-about__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--size-4);
  margin-bottom: var(--margin-h2);
}
.p-about__title {
  width: 33rem;
  margin: 0;
  font-family: var(--font-family-Noto);
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-base);
  color: var(--color-main);
}
.p-about__title span {
  display: block;
}
.p-about__note {
  margin: 0;
  font-size: var(--font-size-caption);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  color: var(--color-font-opa80);
}
.p-about__lead {
  margin-top: 0;
  padding-bottom: var(--margin-p);
}
.p-about__lead p {
  margin: 0;
  font-size: 1.4rem;
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  color: var(--color-font);
  -webkit-font-feature-settings: "halt" 1;
          font-feature-settings: "halt" 1;
}
.p-about__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  padding-top: var(--btn-margin);
}
.p-about__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--btn-space-tb) var(--btn-space-lr);
  background-color: var(--color-sub02);
  border: 2px solid var(--color-white);
  border-radius: var(--radius-md);
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 153, 67, 0.24);
          box-shadow: 0 0 0.8rem rgba(0, 153, 67, 0.24);
  color: var(--color-white);
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-about__btn:hover {
  opacity: 0.8;
}
.p-about__btn:focus-visible {
  outline: 3px solid var(--color-sub02);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .p-about__btn {
    -webkit-transition: none;
    transition: none;
  }
}
.p-about__btn-text {
  font-family: var(--font-family-Noto);
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-base);
  text-align: left;
}
.p-about__btn-arrow {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-about__btn-arrow::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.3rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-about__bg-deco {
  width: 100%;
  margin: var(--size-64) 0 0;
  pointer-events: none;
}
.p-about__bg-deco img {
  display: block;
  width: 100%;
  height: auto;
}

.p-fv {
  position: relative;
  max-width: var(--content-width-sp);
  margin: 0 auto;
  padding-top: 6rem;
}
.p-fv__visual {
  margin: 0;
  width: 100%;
}
.p-fv__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.p-fv__cta {
  position: absolute;
  bottom: 37px;
  left: 24px;
  width: 18.4rem;
  height: 6.9rem;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-fv__cta:hover {
  opacity: 0.7;
}
.p-fv__cta.is-hidden {
  display: none;
}
.p-fv__cta-link {
  display: block;
  width: 100%;
  height: 100%;
}
.p-fv__cta-link img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 0 16px rgba(9, 148, 223, 0.24));
          filter: drop-shadow(0 0 16px rgba(9, 148, 223, 0.24));
}
.p-fv__cta-close {
  position: absolute;
  top: 2px;
  right: 2px;
  display: grid;
  place-content: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: 1px solid #0994df;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.p-fv__cta-close-line {
  position: absolute;
  width: 1.1rem;
  height: 1px;
  border-radius: 1px;
  background-color: #0994df;
  top: 50%;
  left: 50%;
}
.p-fv__cta-close-line--first {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-fv__cta-close-line--second {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.p-fv__cta-link:focus-visible, .p-fv__cta-close:focus-visible {
  outline: 0.2rem solid #fff;
  outline-offset: 0.2rem;
}

.p-features {
  background-color: var(--color-base02);
}
.p-features__inner {
  width: 100%;
  max-width: var(--content-width-inner);
  margin: 0 auto;
  padding: var(--size-80) 0 0;
}
.p-features__heading {
  margin-bottom: var(--margin-h2);
}
.p-features__heading .c-section-title__ja {
  font-size: var(--font-size-h2);
}
.p-features__heading .c-section-title__en {
  font-size: var(--font-size-h1-sub);
}
.p-features__anchor {
  margin-bottom: var(--size-80);
}
.p-features__group {
  margin-bottom: var(--size-40);
}
.p-features__group:last-of-type {
  margin-bottom: 0;
}
.p-features__group:first-of-type {
  margin-top: var(--space-tb-md);
}
.p-features .c-h3-title {
  padding-bottom: var(--margin-h3);
}
.p-features__item {
  margin-bottom: var(--space-tb-sm);
}
.p-features__item:last-child {
  margin-bottom: 0;
}
.p-features__media {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.p-features__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-features__text {
  margin: var(--margin-p) 0 0;
  font-size: var(--font-size-p);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  color: var(--color-font);
  -webkit-font-feature-settings: "halt" 1;
          font-feature-settings: "halt" 1;
}
.p-features__mark {
  font-size: 1.032rem;
  vertical-align: super;
}
.p-features__caption {
  margin: var(--size-8) 0 0;
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  color: var(--color-font);
}
.p-features__caption--opa80 {
  color: var(--color-font-opa80);
}
.p-features__bg-deco {
  margin: var(--size-64) 0 0;
  width: 100%;
  pointer-events: none;
}
.p-features__bg-deco img {
  display: block;
  width: 100%;
  height: auto;
}

.p-merit {
  background-color: var(--color-base);
}
.p-merit__inner {
  width: 100%;
  max-width: var(--content-width-inner);
  margin: 0 auto;
  padding: var(--size-80) 0 0;
}
.p-merit__heading {
  margin-bottom: var(--margin-h2);
}
.p-merit__heading .c-section-title__ja {
  font-size: var(--font-size-h2);
}
.p-merit__heading .c-section-title__en {
  font-size: var(--font-size-h1-sub);
}
.p-merit__anchor {
  margin-bottom: var(--size-80);
}
.p-merit__group {
  margin-bottom: var(--space-tb-md);
}
.p-merit__group:last-of-type {
  margin-bottom: 0;
}
.p-merit__group:first-of-type {
  margin-top: var(--space-tb-md);
}
.p-merit .c-h3-title {
  padding-bottom: var(--margin-h3);
}
.p-merit__item {
  margin-bottom: var(--size-16);
}
.p-merit__item:last-child {
  margin-bottom: 0;
}
.p-merit__media {
  margin: 0;
  width: 100%;
  height: 22rem;
  overflow: hidden;
}
.p-merit__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-merit__text {
  margin: var(--margin-p) 0 0;
  font-size: var(--font-size-p);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  color: var(--color-font);
  -webkit-font-feature-settings: "halt" 1;
          font-feature-settings: "halt" 1;
}
.p-merit__mark {
  font-size: 1.032rem;
  vertical-align: super;
}
.p-merit__caption {
  margin: var(--size-8) 0 0;
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  color: var(--color-font-opa80);
  -webkit-font-feature-settings: "halt" 1;
          font-feature-settings: "halt" 1;
}
.p-merit__caption--multiline {
  white-space: pre-wrap;
}
.p-merit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: var(--btn-margin);
  padding: var(--btn-space-tb) var(--btn-space-lr);
  background-color: var(--color-sub02);
  border: 2px solid var(--color-white);
  border-radius: var(--radius-md);
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 153, 67, 0.24);
          box-shadow: 0 0 0.8rem rgba(0, 153, 67, 0.24);
  color: var(--color-white);
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-merit__btn:hover {
  opacity: 0.8;
}
.p-merit__btn:focus-visible {
  outline: 3px solid var(--color-sub02);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .p-merit__btn {
    -webkit-transition: none;
    transition: none;
  }
}
.p-merit__btn-text {
  font-family: var(--font-family-Noto);
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-base);
  text-align: left;
  white-space: nowrap;
}
.p-merit__btn-arrow {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-merit__btn-arrow::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.3rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-merit__bg-deco {
  margin: var(--size-64) 0 0;
  width: 100%;
  pointer-events: none;
}
.p-merit__bg-deco img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-merit .c-anchor-card__title {
  white-space: pre-line;
}

.p-qa {
  background-color: var(--color-white);
}
.p-qa__inner {
  max-width: var(--content-width-inner);
  margin: 0 auto;
  padding: var(--size-80) 0 0;
}
.p-qa__heading {
  margin-bottom: var(--margin-h2);
}
.p-qa__heading .c-section-title__ja {
  font-size: var(--font-size-h2);
}
.p-qa__heading .c-section-title__en {
  font-size: var(--font-size-h1-sub);
}
.p-qa__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--btn-space-tb) var(--btn-space-lr);
  background-color: var(--color-sub02);
  border: 2px solid var(--color-white);
  border-radius: var(--radius-md);
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 153, 67, 0.24);
          box-shadow: 0 0 0.8rem rgba(0, 153, 67, 0.24);
  color: var(--color-white);
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-qa__btn:hover {
  opacity: 0.8;
}
.p-qa__btn:focus-visible {
  outline: 3px solid var(--color-sub02);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .p-qa__btn {
    -webkit-transition: none;
    transition: none;
  }
}
.p-qa__btn-text {
  font-family: var(--font-family-Noto);
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-base);
}
.p-qa__btn-arrow {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-qa__bg-deco {
  margin: var(--size-64) 0 0;
  width: 100%;
  pointer-events: none;
}
.p-qa__bg-deco img {
  display: block;
  width: 100%;
  height: auto;
}
.p-qa__breadcrumb {
  margin: 0;
  padding: 1.6rem 0;
  background-color: var(--color-base);
}
.p-qa__breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--size-4);
  width: 100%;
  max-width: var(--content-width-inner);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.p-qa__breadcrumb-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--size-8);
}
.p-qa__breadcrumb-item:not(:first-child)::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-qa__breadcrumb-link, .p-qa__breadcrumb-current {
  font-family: var(--font-family-Noto);
  font-size: var(--font-size-nav);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-base);
  text-decoration: none;
  white-space: nowrap;
}
.p-qa__breadcrumb-link {
  color: var(--color-main);
}
.p-qa__breadcrumb-current {
  color: var(--color-font);
}
.p-qa__footer {
  width: 100%;
  aspect-ratio: 390/327;
  background-color: var(--color-base);
}

.p-cta {
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: var(--size-8);
  padding: var(--size-12);
}
@media screen and (max-width:1024px ) {
  .p-cta {
    padding: 0;
  }
}
.p-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--size-8);
  width: 8rem;
  padding: var(--size-12) var(--size-8);
  background-color: var(--color-sub);
  border: 2px solid var(--color-white);
  border-radius: var(--radius-md);
  -webkit-box-shadow: 0 0 8px 0 rgba(9, 148, 223, 0.24);
          box-shadow: 0 0 8px 0 rgba(9, 148, 223, 0.24);
  color: var(--color-white);
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-cta__btn:hover {
  opacity: 0.8;
}
.p-cta__btn:focus-visible {
  outline: 3px solid var(--color-sub);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .p-cta__btn {
    -webkit-transition: none;
    transition: none;
  }
}
.p-cta__atm-img {
  width: 4.8rem;
  height: auto;
}
.p-cta__btn-text {
  font-family: var(--font-family-Noto);
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-base);
  color: var(--color-white);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width:1024px ) {
  .p-cta__btn-text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.p-cta__close {
  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: 3.2rem;
  height: 3.2rem;
  background-color: var(--color-main);
  border: none;
  border-radius: 50%;
  color: var(--color-white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-cta__close:hover {
  opacity: 0.7;
}
.p-cta__close:focus-visible {
  outline: 3px solid var(--color-main);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .p-cta__close {
    -webkit-transition: none;
    transition: none;
  }
}

.p-floating-sp {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 35;
  pointer-events: none;
}
.p-floating-sp__cta {
  position: relative;
  width: 8rem;
  height: 8rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}
.p-floating-sp__cta.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.p-floating-sp__cta.is-hidden {
  display: none;
}
.p-floating-sp__cta-link {
  display: block;
  width: 100%;
  height: 100%;
}
.p-floating-sp__cta-link img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 0 16px rgba(9, 148, 223, 0.24));
          filter: drop-shadow(0 0 16px rgba(9, 148, 223, 0.24));
}
.p-floating-sp__cta-close {
  position: absolute;
  top: 5px;
  right: -2px;
  display: grid;
  place-content: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: 1px solid #0994df;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.p-floating-sp__cta-close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 2px;
  border-radius: 1px;
  background-color: #0994df;
}
.p-floating-sp__cta-close-line--first {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-floating-sp__cta-close-line--second {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.p-floating-sp__cta-link:focus-visible, .p-floating-sp__cta-close:focus-visible {
  outline: 0.125rem solid #fff;
  outline-offset: 0.125rem;
}
@media (prefers-reduced-motion: reduce) {
  .p-floating-sp__cta {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 769px) {
  .p-floating-sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
