@charset "UTF-8";
/*-------------------------------------------------------

reset

-------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700;800;900&family=Noto+Sans+JP:wght@500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, main,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, dialog, figure, figcaption, footer, header, hgroup, nav, section, main {
  display: block;
}

ul, ol, li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  outline: 0;
}

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  font-weight: bold;
  color: #b60081;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

legend {
  display: none;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
}

input, select, button, textarea {
  vertical-align: middle;
  font-family: inherit;
  outline: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input::-ms-clear {
  visibility: hidden;
}

a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  opacity: inherit;
}

a {
  transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
/* ======================================================
 * base
 * ------------------------------------------------------
 * - Cascade Layers
 * - Normalize
 * - Base
 * Print
====================================================== */
/* ======================================================
 * Cascade Layers
====================================================== */
@layer reset, base, layout, module, custom;

#header {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: 0 !important;
}
#header.fixed {
  position: static !important;
}
#header.fixed + #common-header {
  margin-top: 0 !important;
}
.slide_selector .slick-dots li button:before,
.list-local-nav-inner li a::before,
#maincol .btn-link-loan a::after {
  box-sizing: content-box !important;
}

@layer base {
/* ======================================================
 * Normalize
====================================================== */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* ======================================================
 * Base
====================================================== */
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: -webkit-fill-available;
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #fff;
  color: #323232;
  word-break : break-word;
  word-wrap : break-word;
}
body *,
body *::before,
body *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ----- form ----- */
input,
select,
textarea,
button,
pre {
  border-radius: 0;
  box-shadow: none;
  color: #323232;
}
input[type="text"],
textarea {
  -webkit-appearance: none;
  appearance: none;
}
input[type="submit"],
button:not([disabled]) {
  cursor: pointer;
}
/* placeholder */
::-webkit-input-placeholder { color: #999!important; }
:-moz-placeholder { color: #999!important; }
::-moz-placeholder { color: #999!important; opacity: 1; }
:-ms-input-placeholder { color: #999!important; }
:placeholder-shown { color: #999!important; }

/* ---------------
 * PC
--------------- */
@media print,screen and (min-width:768px){
  body {
    max-width: 1920px;
    min-width: calc(1120px + 80px * 2);
    margin: 0 auto!important;
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  /* ----- a ----- */
  /* tel */
  a[href^="tel:"] {
    display: inline-block!important;
    color: #323232;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
  /* ----- form ----- */
  input,
  select,
  textarea,
  button,
  pre {
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
/* ---------------
 * SP
--------------- */
@media only screen and (max-width:767.98px){
  body {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  /* ----- form ----- */
  input,
  select,
  textarea,
  button,
  pre {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
/* ======================================================
 * Print
====================================================== */
@media print {
  body {
    page: print-width;
    width: 1260px !important;
    margin: 0 auto !important;
    zoom: .85 !important;
  }
}
}
/* ======================================================
 * navigation
 * ------------------------------------------------------
 * - Override
 * - Header
 * - Main
 * - Footer
 * Print
====================================================== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


/* ======================================================
 * 共通
====================================================== */
/* R1-34976 改修*/
.header-gnav__type--interest::after,
.header-gnav__type--campaign::after,
.header-gnav__type--support::after {
  content: none!important;
}
.header-chat__link::before {
  /* position: absolute; */
  left: -30px;
  top: 0;
  content: "";
  width: 30px;
  height: 30px;
  background: url("https://www.aeonbank.co.jp/app-files/img/chat-icon.svg") no-repeat 50% 50%;
}
/* R1-35267 */
.header-megamenu__link-list img.money,
.header-megamenu__link-list img.blank {
  display: none!important;
}
/* ======================================================
 * PC layout
====================================================== */
@media print,screen and (min-width:768px){
/* ======================================================
 * Override
====================================================== */
/* ======================================================
 * Header
====================================================== */
  p {
    margin-bottom: 20px;
 } 
  .header-pc-hidden {
    display: none !important;
  }
  .Header {
    position: relative;
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif !important;
    z-index: 1000;
    box-shadow: 0px 8px 36px 0px rgba(50, 50, 50, 0.08);
    min-width: calc(1200px + 40px * 2) !important;
    font-weight: 400;
  }
  .Header__inner {
  }
  .Header__head {
    background-color: #D82B90;
  }
  .Header__head__inner {
    display: flex;
    align-items: center;
    width: calc(1200px + 40px * 2);
    margin: 0 auto !important;
    padding: 24px 40px 24px !important;
    background-color: #D82B90;
  }
  .Header__body {
    background-color: #fff;
  }
  .Header__body__inner {
    padding: 8px 24px !important;
    margin: 0 auto !important;
    width: calc(1200px + 40px * 2) !important;
    background-color: #fff;
  }
  .Header__foot {
    display: none;
  }

  .header-logo {
    flex-shrink: 0;
    width: 156px;
    line-height: 1;
  }
  .header-logo__type {
    display: block;
  }
  .header-logo__type:hover {
    opacity: .7 !important;
  }
  .header-logo__type:hover img {
    opacity: 1 !important;
  }

  .header-utility {
    display: flex;
    align-items: center;
    gap: 0;
    margin-left:0 !important;
  }
  .jc-end {
    justify-content: end;
  }

  .header-snav__list {
    display: flex;
    gap: 0 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  [class*="header-snav__type"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 31px !important;
    min-height: 40px;
    border-radius: 999px;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
  }
  .header-snav__type--account {
    background-color: #fff !important;
    border: 2px solid #fff !important;
    color: #D82B90 !important;
  }
  .header-snav__type--account:hover {
    background-color: #EFAAD3 !important;
    border-color: #EFAAD3 !important;
    opacity: 1 !important;
  }
  .header-snav__type--login {
    background-color: #D82B90 !important;
    border: 2px solid #fff !important;
    color: #fff !important;
  }
  .header-snav__type--login:hover {
    background-color: #fff !important;
    color: #D82B90 !important;
    opacity: 1 !important;
  }

  .header-assist {
    display: flex;
    align-items: center;
    gap: 0 16px;
    line-height: 1.6;
  }

  .header-chat__link {
    font-size: 16px;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
  }
  .header-chat__link:hover {
    color: #EFAAD3 !important;
    opacity: 1 !important;
  }
  .header-support__link {
    font-size: 16px;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
  }
  .header-support__link:hover {
    color: #EFAAD3 !important;
    opacity: 1 !important;
  }
  .header-sp-item {
    display: none;
  }

  .header-search {
    margin-left: 16px !important;
    height: 48px !important;
    width: 256px !important;
  }


  .header-menu-trigger {
    display: none;
  }
   /* R1-33731 追加*/
 .header-toplink {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}
.header-toplink:hover {
  color: #EFAAD3 !important;
  opacity: 1 !important;
}
.header-toplist {
display: flex;
flex-direction: column;
}
.header-snav:has(.header-toplink) {
  line-height: 1.6;
}
.header-snav__list:has(.header-toplink),
.header-snav__list > li:has(.header-toplink) {
  font-size: 12px !important;
}
.Header__head__inner {
justify-content: space-between;
}
.mb15 {
margin-bottom: 15px!important;
}
/* R1-34976 改修*/
.header-gnav__type--support::before {
  background: url("https://www.aeonbank.co.jp/app-files/img/head-gnav_06.svg") no-repeat 50% 50%;
  background-size: 29.2px auto;
}
/* R1-34978 header */
a.header-chat__link {
  position: relative;
  display: flex;
  align-items: center;
}  
a.header-chat__link::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("https://www.aeonbank.co.jp/app-files/img/chat-icon.svg") no-repeat 50% 50%;
  display: flex;
  pointer-events: none;
}
.header-chat:hover {
  opacity: 0.7 !important;
  transition: all .25s cubic-bezier(.4,0,.2,1) 0s!important;
}
/* ======================================================
 * Gnav
====================================================== */
  .header-gnav {
  }
  .header-gnav__list {
    display: flex;
    gap: 0 32px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .header-gnav__list > li {
/*    position: relative;*/
    flex-grow: 1;
    width: calc(100% / 5);
  }
  .header-gnav__type-wrap {
    position: relative;
  }
  .header-gnav__list > li + li > .header-gnav__type-wrap::before {
    display: block;
    content: "";
    width: 1px;
    height: 32px;
    background-color: #D8D8D8;
    position: absolute;
    left: -16px;
    top: 12px;
  }
  .header-gnav__type,
  .header-gnav__type--toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 8px 12px 16px !important;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .header-gnav__type:hover,
  .header-gnav__type--toggle:hover {
    opacity: 1 !important;
    background-color: #F5F5F5 !important;
  }
  .is-active > .header-gnav__type,
  .is-active > .header-gnav__type--toggle {
    opacity: 1 !important;
    background-color: #F5F5F5 !important;
  }
  .header-gnav__type::before,
  .header-gnav__type--toggle::before {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    content: "";
    width: 32px;
    height: 32px;
    margin-right: 16px;
  }
  .header-gnav__type::after,
  .header-gnav__type--toggle::after {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    content: "";
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background: url("https://www.aeonbank.co.jp/app-files/img/arrow_05.svg") no-repeat 50% 50%;
    background-size: 7px auto;
  }
  .header-gnav__type--toggle::after {
    transform: rotate(90deg);
  }
  .header-gnav__type:hover::after,
  .header-gnav__type--toggle:hover::after,
  .is-active > .header-gnav__type::after,
  .is-active > .header-gnav__type--toggle::after {
    background: url("https://www.aeonbank.co.jp/app-files/img/arrow_01.svg") no-repeat 50% 50%;
    background-size: 7px auto;
    opacity: 1 !important;
  }
  .header-gnav__type--products {
    padding-left: 9.9px !important;
    padding-right: 0 !important;
  }
  .header-gnav__type--products::before {
    background: url("https://www.aeonbank.co.jp/app-files/img/head-gnav_01.svg") no-repeat 50% 50%;
    background-size: 25.6px auto;
  }
  .header-gnav__type--interest::before {
    background: url("https://www.aeonbank.co.jp/app-files/img/head-gnav_02.svg") no-repeat 50% 50%;
    background-size: 24.5px auto;
  }
  .header-gnav__type--campaign::before {
    background: url("https://www.aeonbank.co.jp/app-files/img/head-gnav_03.svg") no-repeat 50% 50%;
    background-size: 25.6px auto;
  }
  .header-gnav__type--bank::before {
    background: url("https://www.aeonbank.co.jp/app-files/img/head-gnav_04.svg") no-repeat 50% 50%;
    background-size: auto 25.6px;
  }
  .header-gnav__type--pamphlet::before {
    background: url("https://www.aeonbank.co.jp/app-files/img/head-gnav_05.svg") no-repeat 50% 50%;
    background-size: 27.7px auto;
  }
  .header-gnav__type__label {
    color: #323232 !important;
    font-size: 18px !important;
    font-weight: 700;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .header-gnav__type:hover .header-gnav__type__label,
  .header-gnav__type--toggle:hover .header-gnav__type__label,
  .is-active > .header-gnav__type .header-gnav__type__label,
  .is-active > .header-gnav__type--toggle .header-gnav__type__label {
    color: #AD2273 !important;
    opacity: 1 !important;
  }

  .header-megamenu {
    position: absolute;
    left: 0;
    top: 200px;
    width: 100%;
    background-color: #fff !important;
    z-index: 1;
    /* fadein init */
    opacity: 0;
    display: none;
    box-shadow: inset 0px 8px 36px 0px rgba(50, 50, 50, 0.08);
    min-width: calc(1200px + 40px * 2) !important;
  }
  .header-megamenu.is-visible {
    animation: fadeIn 0.3s ease-in-out forwards;
    display: block;
  }
  .header-megamenu.is-hidden {
    display: none;
  }
  .header-megamenu.is-fadeout {
    animation: fadeOut 0.3s ease-in-out forwards;
    opacity: 0;
  }
  .header-megamenu__inner {
    position: relative;
    width: calc(1200px + 40px * 2) !important;
    margin: 0 auto !important;
    padding: 52px 0 !important;
    text-align: left;
  }
  .header-megamenu__inner > *:first-child {
    margin-top: 0 !important;
  }
  .header-megamenu__heading {
    margin: 32px 0 0 0 !important;
    padding: 0 0 0 32px !important;
    width: 246px;
  }
  .header-megamenu__heading__title {
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1;
    color: #656565;
  }
  .header-megamenu__menu-list {
    margin: 16px 0 0 0 !important;
    padding: 0 !important;
    list-style: none;
    width: 246px;
  }
  .header-megamenu__menu-list > li:last-child .header-megamenu__menu-list__button,
  .header-megamenu__menu-list > li:last-child .header-megamenu__menu-list__button--blank {
    border-bottom: none !important;
  }
  .header-megamenu__menu-list__button,
  .header-megamenu__menu-list__button--products,
  .header-megamenu__menu-list__type {
    position: relative;
    display: flex;
    align-items: center;
    padding: 19px 48px 19px 24px !important;
    width: 100%;
    min-height: 64px;
    border-bottom: 1px solid #D8D8D8 !important;
    background-color: #fff;
    border: none;
    color: #323232 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 700;
    text-align: left;
    line-height: 1.6;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .header-megamenu__menu-list__button:hover,
  .header-megamenu__menu-list__button--products:hover,
  .header-megamenu__menu-list__type:hover {
    color: #AD2273 !important;
    border-bottom: 1px solid #FBEAF4 !important;
    opacity: 1 !important;
  }
  .is-active > .header-megamenu__menu-list__button,
  .is-active > .header-megamenu__menu-list__button--products,
  .is-active > .header-megamenu__menu-list__type {
    color: #AD2273 !important;
    border-bottom: 1px solid #FBEAF4 !important;
  }
  .header-megamenu__menu-list__button::after,
  .header-megamenu__menu-list__button--products::after,
  .header-megamenu__menu-list__type::after,
  .is-active > .header-megamenu__menu-list__button::after,
  .is-active > .header-megamenu__menu-list__button--products::after,
  .is-active > .header-megamenu__menu-list__type::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("https://www.aeonbank.co.jp/app-files/img/arrow_01.svg") no-repeat 50% 50%;
    background-size: 8px auto;
    content: "";
  }
  .no-accordion::after {
    content: none!important;
  }
  .header-megamenu__menu-list__button--blank::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("https://www.aeonbank.co.jp/app-files/img/new_blank_01.svg") no-repeat 50% 50%;
    background-size: 12px auto;
    content: "";
  }
  .header-megamenu__submenu {
    position: absolute;
    left: 286px;
    top: 52px;
    width: 954px;
    opacity: 0;
  }
  .header-megamenu__submenu.is-visible {
    animation: fadeIn 0.3s ease-in-out forwards;
    display: block;
  }
  .header-megamenu__submenu.is-hidden {
    display: none;
  }
  .header-megamenu__submenu.is-fadeout {
    animation: fadeOut 0.3s ease-in-out forwards;
    opacity: 0;
  }


  .header-megamenu__column {
    display: flex;
    gap: 0 16px;
  }
  .header-megamenu__column__item {
    width: calc((100% - 16px * 3) / 4);
  }
  /* R1-34796改修 */
  .header-megamenu__column[data-link-col="2"] .header-megamenu__column__item {
    width: calc((100% - 16px) / 2);
  }
  .header-megamenu__column[data-link-col="1"] .header-megamenu__link-list,
  .header-megamenu__column[data-link-col="2"] .header-megamenu__link-list {
    display: flex;
    gap: 16px;
  }
  .header-megamenu__column[data-link-col="2"] .header-megamenu__link-list li {
    width: calc((100% - 16px) / 2);
  }
  .header-megamenu__column[data-link-col="1"] .header-megamenu__column__item {
    width: 100%;
  }
  .header-megamenu__column[data-link-col="1"] .header-megamenu__link-list li {
    width: calc((100% - 16px * 3) / 4);
  }

  .header-megamenu__accordion,
  .header-megamenu__title {
    border-bottom: 1px solid #D8D8D8 !important;
    width: 100%;
    min-height: 48px;
    font-size: 1.6rem !important;
    font-weight: 700;
    line-height: 1.4;
  }
  .header-megamenu__accordion + * {
    margin-top: 32px !important;
  }
  .header-megamenu__title a.header-megamenu__menu-list__button__label {
    display: block;
    padding: 18px 0 24px!important;
    text-align: center;
    position: relative;
    font-size: 16px!important;
    color: #323232!important;
    text-decoration: underline!important;
  }
  .header-megamenu__title a.header-megamenu__menu-list__button__label span,
  .header-megamenu__title.link-none span {
    display: none;
  }
  .header-megamenu__title a.header-megamenu__menu-list__button__label:hover {
    text-decoration: none!important;
    opacity: 1!important;
  }
  .header-megamenu__title a.header-megamenu__menu-list__button__label::after {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 24px;
    height: 24px;
    margin-top: -14px;
    background: url("https://www.aeonbank.co.jp/app-files/img/arrow_02.svg") no-repeat 50% 50%;
    background-size: 8px auto;
    content: "";
  }
  .header-megamenu__title.link-none {
    padding: 18px 0 24px!important;
    text-align: center;
    font-size: 16px!important;
  }
  .header-megamenu__title {
    position: relative;
  }
  .header-megamenu__link-list {
    display: flex;
    flex-flow: row wrap;
    gap: 16px 16px;
    padding: 0 !important;
    list-style: none;
  }
  .header-megamenu__link-list > li {
    width: 100%;
  }
  .header-megamenu__link-list[data-link-col="4"] {
  }
  .header-megamenu__link-list[data-link-col="4"] > li {
    width: calc((100% - 16px * 3) / 4)
  }
  /* R1-35267*/
  .no-accordion-pc::after {
  content: none!important;
  }

  /* ----- button ----- */
  .header-megamenu__link-list [class*="__type"] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 38px !important;
    width: 100%;
    height: 100%;
    min-height: 64px;
    border: 2px solid #e880bc;
    border-radius: 12px;
    background-color: #fff;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
  }
  .header-megamenu__link-list a[class*="__type"]:hover {
    border-color: #d82b90;
    background-color: #FBEAF4 !important;
    opacity: 1 !important;
  }
  .header-megamenu__link-list__type::after {
    position: absolute;
    top: 50%;
    right: 13px;
    width: 24px;
    height: 24px;
    margin-top: -14px;
    background: url("https://www.aeonbank.co.jp/app-files/img/arrow_01.svg") no-repeat 50% 50%;
    background-size: 8px auto;
    content: "";
  }
  .header-megamenu__link-list__type--blank::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("https://www.aeonbank.co.jp/app-files/img/new_blank_01.svg") no-repeat 50% 50%;
    background-size: 12px auto;
    content: "";
  }
  .header-megamenu__link-list__type--blank img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    visibility: hidden !important;
  }
  .header-megamenu__link-list__label {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ad2273;
  }

  .main-overlay {
    opacity: 0;
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100vh !important;
    background: transparent;
    transition: background 0.3s ease-in-out 0s;
  }
  .main-overlay.is-visible {
    animation: fadeIn 0.6s ease-in-out forwards;
    display: block;
  }
  .main-overlay.is-hidden {
    display: none;
  }
  .main-overlay.is-fadeout {
    animation: fadeOut 0.1s ease-in-out forwards;
    opacity: 0;
  }

  .is-active-menu .main-overlay {
    background: rgba(25,25,25,.7);
  }
/* ======================================================
 * Main
====================================================== */
  .Main .Main__content {
    margin: 0 auto !important;
  }
  .Main .Main__content > *:first-child,
  .Main .Main__content > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .Main .Main__content {
    max-width: calc(1120px + 80px * 2);
    padding: 6.55em 80px 6.55em !important;
  }

  .main-breadcrumb-wrap {
    border-top: 1px solid #E5E5E5 !important;
    background-color: #fff;
    text-align: left;
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif !important;
    font-weight: 400;
  }

  .main-breadcrumb {
    display: flex;
    margin: 0 !important;
    margin: 0 auto !important;
    padding: 32px 80px 32px !important;
    width: calc(1200px + 40px * 2);
    list-style: none;
  }
  .main-breadcrumb > li {
    position: relative;
  }
  .main-breadcrumb > li + li {
    margin-left: 8px !important;
  }
  .main-breadcrumb > li + li::before {
    position: absolute;
    left: -2px;
    top: 11px;
    flex-shrink: 0;
    content: "";
    width: 7px;
    height: 7px;
    background: url("https://www.aeonbank.co.jp/app-files/img/arrow_04.svg") no-repeat 50% 50%;
    background-size: 7px auto;
  }
  .main-breadcrumb > li > * {
    font-size: 14px !important;
    padding-left: 11.5px !important;
    text-decoration: none !important;
    line-height: 1.3;
  }
  .main-breadcrumb > li:first-child > * {
    padding-left: 0 !important;
  }
  .main-breadcrumb > li > a {
    color: #AD2273 !important;
  }
  .main-breadcrumb > li > a:hover {
    text-decoration: underline !important;
    text-underline-position: from-font;
    opacity: 1 !important;
  }
}
/* ======================================================
 * SP layout
====================================================== */
@media only screen and (max-width:767.98px){
/* ======================================================
 * Override
====================================================== */
.d-inline {
  display: inline!important;
}
.d-inblo {
  display: inline-block!important;
}

/* ======================================================
 * Header
====================================================== */
  .header-sp-hidden {
    display: none !important;
  }
  body.is-active-menu {
    position: fixed !important;
    width: 100% !important;
  }

  .Header {
    position: relative;
    padding: 0 !important;
    height: auto !important;
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif !important;
    font-weight: 400;
    box-shadow: 0px 8px 36px 0px rgba(50, 50, 50, 0.08);
    z-index: 1000;
  }
  .Header__head {
    background-color: #D82B90;
  }
  .Header__head__inner {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto !important;
    padding: 22px 13px 22px !important;
    justify-content: space-between;
  }
  .Header__body {
    background-color: #fff;
  }
  .Header__body__inner {
    padding: 3px 8px !important;
  }

  .header-logo {
    flex-shrink: 0;
    width: 104px;
    line-height: 1;
  }
  .header-logo__type {
    display: block;
  }

  .header-utility {
    display: flex;
    align-items: center;
    gap: 0 24px;
    margin-left: auto !important;
  }

  .header-snav__list {
    display: flex;
    gap: 0 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header-snav__list > li {
    line-height: 1;
  }
  [class*="header-snav__type"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 11px !important;
    min-height: 29px;
    border-radius: 999px;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 700;
    text-decoration: none !important;
  }
  .header-snav__type--account {
    background-color: #fff !important;
    border: 2px solid #fff !important;
    color: #D82B90 !important;
  }
  .header-snav__type--login {
    background-color: #D82B90 !important;
    border: 2px solid #fff;
    color: #fff !important;
  }

  .header-assist {
    display: flex;
    align-items: center;
    gap: 0 13px;
  }

  .header-assist > .header-search {
    display: none;
  }

  .header-chat__link:hover {
    color: #EFAAD3 !important;
  }
  .header-assist > .header-support {
    display: none;
  }
  .header-support__link {
    font-size: 16px;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
  }
  .header-support__link:hover {
    color: #EFAAD3 !important;
  }
  .header-sp-item__link {
    font-size: 16px;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
  }
  .header-sp-item__link:hover {
    color: #EFAAD3 !important;
  }


  .header-menu-trigger {
  }
  .header-menu-trigger__button {
    position: relative;
    display: flex;
    padding: 6px 4px !important;
    width: 24px !important;
    height: 24px !important;
    overflow: hidden !important;
    background-color: #D82B90;
    border: none;
    font-size: 10px !important;
    text-indent: 200% !important;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .header-menu-trigger__button::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    content: "";
    width: 22px;
    height: 18px;
    background: url("https://www.aeonbank.co.jp/app-files/img/head-menu_01.svg") no-repeat 50% 50%;
    background-size: 22px auto;
  }
  .is-active .header-menu-trigger__button::before {
    background: url("https://www.aeonbank.co.jp/app-files/img/head-menu_02.svg") no-repeat 50% 50%;
    background-size: 14px auto;
  }

  /* R1-34978 header */
  .header-chat__link {
    font-size: 10px;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    text-align: center;
}
  a.header-chat__link {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}  
  a.header-chat__link::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("https://www.aeonbank.co.jp/app-files/img/chat-icon.svg") no-repeat 50% 50%;
    display: flex;
}
  .header-chat__link::after {
    content: none;
}
  .header-utility {
    gap: 0 10px;
}
  .header-assist {
    gap: 0 10px;
}
  .header-chat {
    flex-shrink: 0;
}
/* R1-34978 header */

/* ======================================================
 * Gnav
====================================================== */
  .header-gnav {
  }
  .header-gnav__list {
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .header-gnav__list > li {
/*    position: relative;*/
    flex-grow: 1;
    width: calc(100% / 5);
  }
  .header-gnav__type-wrap {
    position: relative;
  }
  .header-gnav__type,
  .header-gnav__type--toggle {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 4px 0;
    padding: 46px 2px 8px 2px !important;
    width: 100%;
    background-color: #fff;
    border: none;
    white-space: nowrap;
    text-decoration: none !important;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .is-active > .header-gnav__type,
  .is-active > .header-gnav__type--toggle {
    opacity: 1 !important;
    background-color: #F5F5F5 !important;
  }
  .header-gnav__type:hover,
  .header-gnav__type--toggle:hover,
  .header-gnav__type:active,
  .header-gnav__type--toggle:active,
  .header-gnav__type:focus,
  .header-gnav__type--toggle:focus {
    opacity: 1 !important;
  }
  .header-gnav__type::before,
  .header-gnav__type--toggle::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 8px auto 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    content: "";
    width: 30px;
    height: 30px;
  }
  .header-gnav__type::after,
  .header-gnav__type--toggle::after {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    content: "";
    width: 40px;
    height: 24px;
    background: url("https://www.aeonbank.co.jp/app-files/img/arrow_05.svg") no-repeat 50% 50%;
    background-size: 7px auto;
  }
  .header-gnav__type--toggle::after {
    transform: rotate(90deg);
  }
  .is-active > .header-gnav__type::after,
  .is-active > .header-gnav__type--toggle::after {
    background: url("https://www.aeonbank.co.jp/app-files/img/arrow_01.svg") no-repeat 50% 50%;
    background-size: 7px auto;
  }
  .header-gnav__type--products::before {
    background: url("https://www.aeonbank.co.jp/app-files/img/head-gnav_01.svg") no-repeat 50% 50%;
    background-size: 24px auto;
  }
  .header-gnav__type--interest::before {
    background: url("https://www.aeonbank.co.jp/app-files/img/head-gnav_02.svg") no-repeat 50% 50%;
    background-size: 23px auto;
  }
  .header-gnav__type--campaign::before {
    background: url("https://www.aeonbank.co.jp/app-files/img/head-gnav_03.svg") no-repeat 50% 50%;
    background-size: 24px auto;
  }
  .header-gnav__type--bank::before {
    background: url("https://www.aeonbank.co.jp/app-files/img/head-gnav_04.svg") no-repeat 50% 50%;
    background-size: auto 24px;
  }
  .header-gnav__type--pamphlet::before {
    background: url("https://www.aeonbank.co.jp/app-files/img/head-gnav_05.svg") no-repeat 50% 50%;
    background-size: 26px auto;
  }
  .header-gnav__type__label {
    color: #323232 !important;
    font-weight: 700;
    font-size: 10px !important;
    line-height: 1;
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif !important;
  }
  .is-active > .header-gnav__type .header-gnav__type__label,
  .is-active > .header-gnav__type--toggle .header-gnav__type__label {
    color: #AD2273 !important;
  }
  .header-megamenu {
    position: absolute;
    left: 0;
    top: 143px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    overflow-y: auto;
    box-shadow: inset 0px 8px 36px 0px rgba(50, 50, 50, 0.08);
    /* fadein init */
    opacity: 0;
    display: none;
  }
  .header-megamenu.is-visible {
    animation: fadeIn 0.3s ease-in-out forwards;
    display: block;
  }
  .header-megamenu.is-hidden {
    display: none;
  }
  .header-megamenu.is-fadeout {
    animation: fadeOut 0.3s ease-in-out forwards;
    opacity: 0;
  }
  .header-megamenu__inner {
    position: relative;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 27px 0 48px !important;
    text-align: left;
  }
  #nav-products .header-megamenu__inner {
    padding-top: 27px!important;
  }
  .header-megamenu__inner > *:first-child {
    margin-top: 0 !important;
  }
  .header-megamenu__heading {
    margin: 48px 0 0 0 !important;
    padding: 0 24px !important;
  }
  .header-megamenu__heading__title {
    font-size: 26px !important;
    font-weight: 700;
    line-height: 1;
    color: #323232;
  }
  .header-megamenu__menu-list {
    margin: 24px 0 0 0 !important;
    padding: 0 !important;
    list-style: none;
  }
  .header-megamenu__menu-list__button,
  .header-megamenu__menu-list__button--blank,
  .header-megamenu__menu-list__type,
  .header-megamenu__accordion {
    position: relative;
    display: flex;
    align-items: center;
    padding: 19px 48px 19px 24px !important;
    width: 100%;
    min-height: 64px;
    border-bottom: 1px solid #D8D8D8 !important;
    background-color: #fff;
    border: none;
    color: #323232 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 700;
    text-align: left;
    line-height: 1.6;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .header-megamenu__menu-list__button.is-active,
  .header-megamenu__menu-list__button--blank.is-active,
  .header-megamenu__menu-list__type.is-active,
  .header-megamenu__accordion.is-active {
    color: #AD2273 !important;
  }
  .header-megamenu__menu-list__button:hover,
  .header-megamenu__accordion:hover,
  .header-megamenu__menu-list__button:active,
  .header-megamenu__accordion:active,
  .header-megamenu__menu-list__button:focus,
  .header-megamenu__accordion:focus {
    opacity: 1 !important;
  }
  .header-megamenu__menu-list__button::after,
  .header-megamenu__accordion::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("https://www.aeonbank.co.jp/app-files/img/accordion_01.svg") no-repeat 50% 50%;
    background-size: 22px auto;
    content: "";
  }
  .header-megamenu__menu-list__button.is-active::after,
  .header-megamenu__accordion.is-active::after {
    background: url("https://www.aeonbank.co.jp/app-files/img/accordion_02.svg") no-repeat 50% 50%;
    background-size: 22px auto;
  }
  .header-megamenu__menu-list__type::after,
  .is-active > .header-megamenu__menu-list__type::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("https://www.aeonbank.co.jp/app-files/img/arrow_01.svg") no-repeat 50% 50%;
    background-size: 7px auto;
    content: "";
  }
  .no-accordion::after {
    content: none!important;
  }
  .header-megamenu__menu-list__button--blank::after,
  .is-active > .header-megamenu__menu-list__button--blank::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("https://www.aeonbank.co.jp/app-files/img/new_blank_01.svg") no-repeat 50% 50%;
    background-size: 12px auto;
    content: "";
  }
  .header-megamenu__menu-list__button--products {
    display: none;
  }
  .header-megamenu__menu-list__button--products + .header-megamenu__submenu {
    display: block !important;
  }
  .header-megamenu__menu-list__button__label {
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif !important;
  }
  .header-megamenu__submenu {
    display: none;
  }
  .header-megamenu__submenu.is-open {
    display: block;
  }
  .header-megamenu__submenu.is-visible {
    animation: fadeIn 0.3s ease-in-out forwards;
    display: block;
  }
  .header-megamenu__submenu.is-hidden {
    display: none;
  }
  .header-megamenu__submenu.is-fadeout {
    animation: fadeOut 0.3s ease-in-out forwards;
    opacity: 0;
  }

  .header-megamenu__link-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }
  .header-megamenu__menu-list__button--products + .header-megamenu__submenu .header-megamenu__link-list {
    display: none;
  }

  .header-megamenu__link-list.is-open {
    display: block !important;
  }
  .header-megamenu__title.link-none,
  .header-megamenu__title .header-megamenu__menu-list__button__label,
  .header-megamenu__link-list__type,
  .header-megamenu__link-list__type--blank {
    position: relative;
    display: flex;
    align-items: center;
    padding: 19px 48px 19px 40px !important;
    width: 100%;
    min-height: 64px;
    border-bottom: 1px solid #D8D8D8 !important;
    background-color: #fff;
    border: none;
    color: #323232 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    text-align: left;
    line-height: 1.6;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .header-megamenu__title.link-none,
  .header-megamenu__title .header-megamenu__menu-list__button__label {
    padding-left: 24px!important;
  }
  .header-megamenu__title .header-megamenu__menu-list__button__label::after,
  .header-megamenu__link-list__type::after,
  .header-megamenu__link-list__type.is-active::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("https://www.aeonbank.co.jp/app-files/img/arrow_01.svg") no-repeat 50% 50%;
    background-size: 8px auto;
    content: "";
  }
  .header-megamenu__link-list__type--blank::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("https://www.aeonbank.co.jp/app-files/img/new_blank_01.svg") no-repeat 50% 50%;
    background-size: 12px auto;
    content: "";
  }
  [class*="header-megamenu__link-list__type"] > img {
    visibility: hidden;
  }

  .header-menu-panel {
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    box-shadow: inset 0px 8px 36px 0px rgba(50, 50, 50, 0.08);
    /* fadein init */
    opacity: 0;
    display: none;
  }
  .header-menu-panel.is-visible {
    animation: fadeIn 0.3s ease-in-out forwards;
    display: block;
  }
  .header-menu-panel.is-hidden {
    display: none;
  }
  .header-menu-panel.is-fadeout {
    animation: fadeOut 0.3s ease-in-out forwards;
    opacity: 0;
  }
  .header-menu-panel__inner {
    position: relative;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 27px 0 48px !important;
    text-align: left;
  }
  .header-menu-panel__inner > *:first-child {
    margin-top: 0 !important;
  }
  .header-menu-panel .header-search {
    padding: 0 10px !important;
  }
  .header-sp-item__link,
  .header-support__link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 19px 48px 19px 24px !important;
    width: 100%;
    min-height: 64px;
    border-bottom: 1px solid #D8D8D8 !important;
    background-color: #fff;
    border: none;
    color: #323232 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    text-align: left;
    line-height: 1.6;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .header-sp-item__link:hover,
  .header-support__link:hover {
    opacity: 1 !important;
    color: #323232 !important;
  }
  .header-sp-item__link::after,
  .header-support__link::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("https://www.aeonbank.co.jp/app-files/img/arrow_01.svg") no-repeat 50% 50%;
    background-size: 7px auto;
    content: "";
  }
  .header-megamenu__title a.header-megamenu__menu-list__button__label span,
  .header-megamenu__title.link-none span {
    display: block;
  }


  .main-overlay {
    opacity: 0;
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100vh !important;
    background: transparent;
    transition: background 0.3s ease-in-out 0s;
  }
  .main-overlay.is-visible {
    animation: fadeIn 0.6s ease-in-out forwards;
    display: block;
  }
  .main-overlay.is-hidden {
    display: none;
  }
  .main-overlay.is-fadeout {
    animation: fadeOut 0.1s ease-in-out forwards;
    opacity: 0;
  }

  .is-active-menu .main-overlay {
    background: rgba(25,25,25,.7);
  }
/* R1-34976　改修 */
  .header-gnav__type--support::before {
    background: url("https://www.aeonbank.co.jp/app-files/img/head-gnav_06.svg") no-repeat 50% 50%;
    background-size: auto 29px;
}
  .header-gnav__type--products::after,
  .header-gnav__type--bank::after {
  content: none!important;
}


/* ======================================================
 * Main
====================================================== */
  .Main__content {
    margin: 0 auto;
  }
  .Main__content > *:first-child,
  .Main__content > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .Main__content {
    width: 100%;
    padding: 8rem 24px;
  }

  .main-breadcrumb-wrap {
    border-top: 1px solid #E5E5E5 !important;
    background-color: #fff;
    text-align: left;
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif !important;
    font-weight: 400;
  }

  .main-breadcrumb {
    display: flex;
    margin: 0 !important;
    margin: 0 auto !important;
    padding: 32px 24px 32px !important;
    width: 100%;
    list-style: none;
  }
  .main-breadcrumb > li {
    position: relative;
  }
  .main-breadcrumb > li + li {
    margin-left: 8px !important;
  }
  .main-breadcrumb > li + li::before {
    position: absolute;
    left: -2px;
    top: 11px;
    flex-shrink: 0;
    content: "";
    width: 7px;
    height: 7px;
    background: url("https://www.aeonbank.co.jp/app-files/img/arrow_04.svg") no-repeat 50% 50%;
    background-size: 7px auto;
  }
  .main-breadcrumb > li > * {
    font-size: 12px !important ;
    padding-left: 11.5px !important;
    text-decoration: none !important;
    line-height: 1.3;
  }
  .main-breadcrumb > li:first-child > * {
    padding-left: 0 !important;
  }
  .main-breadcrumb > li > a {
    color: #AD2273 !important;
  }
  .main-breadcrumb > li > a:hover {
    text-decoration: underline !important;
    text-underline-position: from-font;
  }
}

/*-------------------------------------------------------

footer

-------------------------------------------------------*/
#footer a:hover, a:active, a:focus {
  opacity: .6;
  transition: .2s;
}
#footer p {
  margin-bottom: 0;
}
#footer .footerLinkList li a {
  display: block;
  margin-bottom: 0;
  color: #fff;
  padding: 15px 20px;
  background-color: #adadad;
}
#footer #footerCopyright {
  padding: 15px 5px;
  background: #666666;
  font-size: 10px;
  color: #aaaaaa;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
#footer #footerLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
}
#footer #footerLogo p {
  margin: 0 5px;
}
#footer #footerLogo p > a {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer-wrap {
  margin-bottom: 0;
}

#footer-wrap .ft-link-list01 {
  border-top: 1px solid #dddddd;
}

#footer-wrap .ft-link-list01 > li {
  float: left;
  display: table;
  width: 50%;
  min-height: 48px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#footer-wrap .ft-link-list01 > li:nth-child(2n) {
  border-right: none;
}

#footer-wrap .ft-link-list01 > li > a {
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px 20px 8px 10px;
  font-size: 11px;
  color: #333333;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1.4;
}

#footer-wrap .ft-link-list01 > li > a .material-icons {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  color: #7f7f7f;
}

#footer-wrap .ft-link-for-pc {
  margin: 15px 40px 0;
}

#footer-wrap .ft-link-for-pc > a {
  display: block;
  padding: 10px 5px;
  background: #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #1f1f1f;
}

#footer-wrap .ft-link-for-pc > a .material-icons {
  margin-right: 12px;
  vertical-align: middle;
}

#footer-wrap #ft-copyright {
  margin: 30px 0 0;
  padding: 15px 5px;
  background: #666666;
  font-size: 10px;
  color: #aaaaaa;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

#footer-wrap #ft-logo {
  padding: 12px 10px 20px;
  text-align: center;
}

#footer-wrap #ft-logo a {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}