@charset "UTF-8";
/*-------------------------------------------------------

reset

-------------------------------------------------------*/
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;
}

/*-------------------------------------------------------

base

-------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  line-height: 1.5384;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

p {
  margin-bottom: 20px;
}

a {
  color: #1f1f1f;
  transition: .2s;
}
a:hover, a:active, a:focus {
  opacity: .6;
  transition: .2s;
}
a:hover img, a:active img, a:focus img {
  opacity: .7;
}
a img {
  transition: .2s;
}
a img:hover, a img:active, a img:focus {
  opacity: .7;
  text-decoration: none;
  text-decoration: underline;
  color: #c5339a;
}

button {
  transition: .2s;
}
button:hover, button:active, button:focus {
  opacity: .7;
  transition: .2s;
}

/*-------------------------------------------------------

header

-------------------------------------------------------*/
#siteHeader {
  height: 150px;
  border-bottom: 1px solid #ddd;
}
#siteHeader .siteHeader__inner {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  width: 1000px;
  height: 100px;
}
#siteHeader .siteHeader__logo {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 12px;
  margin-bottom: 10px;
  width: calc(100% / 3);
  text-align: center;
}
#siteHeader .siteHeader__search {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-top: 4px;
  width: calc(100% / 3);
}
#siteHeader .siteHeader__search .search__inner {
  border: 1px solid #e5e5e5;
  border-right: 1px solid #ddd;
  position: relative;
  box-sizing: border-box;
  padding: 5px 5px 4px;
  width: 230px;
}
#siteHeader .siteHeader__search .search__inner.active {
  transition: .5s;
}
#siteHeader .siteHeader__search .search__inner .searchAreaButton {
  z-index: 2;
  margin-bottom: 1px;
  padding: 0;
  border: none;
  background: none;
}
#siteHeader .siteHeader__search .search__inner .searchAreaButton:hover, #siteHeader .siteHeader__search .search__inner .searchAreaButton:active, #siteHeader .siteHeader__search .search__inner .searchAreaButton:focus {
  opacity: 1;
}
#siteHeader .siteHeader__search .search__inner .searchArea {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 35px;
  padding: 9px 0 8px;
  width: 150px;
  border: none;
  background: none;
  transition: .5s;
}
#siteHeader .siteHeader__search .search__inner .sbumitButton {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 5px 5px;
  border: none;
  color: #a20073;
  background: none;
  cursor: pointer;
}
#siteHeader .siteHeader__utility {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  position: relative;
  top: -12px;
  width: calc(100% / 3);
  text-align: right;
}
#siteHeader .siteHeader__utility .utility__userSelect {
  display: inline-block;
}
#siteHeader .siteHeader__utility .utility__userSelect:hover .userSelectArea__userSelectList, #siteHeader .siteHeader__utility .utility__userSelect:active .userSelectArea__userSelectList, #siteHeader .siteHeader__utility .utility__userSelect:focus .userSelectArea__userSelectList {
  display: inline-block;
}
#siteHeader .siteHeader__utility .utility__userSelect .userSelectArea__selectedUser {
  position: relative;
  margin-bottom: 10px;
  padding-right: 24px;
  font-size: 1.1rem;
  color: #666;
  cursor: pointer;
}
#siteHeader .siteHeader__utility .utility__userSelect .userSelectArea__selectedUser::after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  right: 6px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #c5339a;
  border-bottom: 1px solid #c5339a;
  transform: rotate(45deg);
}
#siteHeader .siteHeader__utility .utility__userSelect .userSelectArea__userSelectList {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
}
#siteHeader .siteHeader__utility .utility__userSelect .userSelectArea__userSelectList:hover, #siteHeader .siteHeader__utility .utility__userSelect .userSelectArea__userSelectList:active, #siteHeader .siteHeader__utility .utility__userSelect .userSelectArea__userSelectList:focus {
  display: inline-block;
}
#siteHeader .siteHeader__utility .utility__userSelect .userSelectArea__userSelectList li {
  margin-bottom: 0;
}
#siteHeader .siteHeader__utility .utility__userSelect .userSelectArea__userSelectList li a {
  display: block;
  box-sizing: border-box;
  padding: 6px 23px 5px;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 1.1rem;
  background-color: #fff;
}
#siteHeader .siteHeader__utility .utility__userSelect .userSelectArea__userSelectList li a:hover, #siteHeader .siteHeader__utility .utility__userSelect .userSelectArea__userSelectList li a:active, #siteHeader .siteHeader__utility .utility__userSelect .userSelectArea__userSelectList li a:focus {
  opacity: 1;
  color: #a20073;
  background-color: #ffe5f4;
}
#siteHeader .siteHeader__utility .utility__userSelect .userSelectArea__userSelectList li + li a {
  border-top: none;
}
#siteHeader .siteHeader__utility .utility__userSelect .userSelectArea__userSelectList li:first-child a {
  border-radius: 6px 6px 0 0;
}
#siteHeader .siteHeader__utility .utility__userSelect .userSelectArea__userSelectList li:last-child a {
  padding-bottom: 4px;
  border-radius: 0 0 6px 6px;
}
#siteHeader .siteHeader__utility .utility__selectWrap {
  display: inline-block;
  position: relative;
}
#siteHeader .siteHeader__utility .utility__selectWrap .userSelectArea__selectedUser {
  padding-right: 6px;
  padding-left: 24px;
}
#siteHeader .siteHeader__utility .utility__selectWrap .userSelectArea__selectedUser::after {
  right: auto;
  left: 6px;
}
#siteHeader .siteHeader__utility .utility__selectWrap .userSelectArea__userSelectList {
  right: auto;
  left: 0;
}
#siteHeader .siteHeader__utility .utility__selectWrap .utility__externalLink {
  border-left: 1px solid #ddd;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#siteHeader .siteHeader__utility .utility__selectWrap .utility__externalLink a {
  color: #666;
  padding: 5px 18px 5px 10px;
  position: relative;
}
#siteHeader .siteHeader__utility .utility__selectWrap .utility__externalLink a .blank {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#siteHeader .siteHeader__utility .utility__btnList {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 0;
}
#siteHeader .siteHeader__utility .utility__btnList li {
  margin-left: 8px;
}
#siteHeader .siteHeader__utility .utility__btnList li a {
  display: block;
  padding: 5px 17px 3px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  background-color: #fff;
}
#siteHeader .siteHeader__utility .utility__btnList li a.account {
  border-color: #e9b9d2;
  color: #c5339a;
}
#siteHeader .siteHeader__utility .utility__btnList li a.account:hover, #siteHeader .siteHeader__utility .utility__btnList li a.account:active, #siteHeader .siteHeader__utility .utility__btnList li a.account:focus {
  opacity: 1;
  border-color: #c5339a;
  color: #fff;
  background-color: #c5339a;
}
#siteHeader .siteHeader__utility .utility__btnList li a .blank {
  display: none;
}
#siteHeader .siteHeader__utility .utility__btnList li a.login {
  border-color: #ffaa80;
  color: #ff5300;
}
#siteHeader .siteHeader__utility .utility__btnList li a.login:hover, #siteHeader .siteHeader__utility .utility__btnList li a.login:active, #siteHeader .siteHeader__utility .utility__btnList li a.login:focus {
  opacity: 1;
  border-color: #ff5300;
  color: #fff;
  background-color: #ff5300;
}
#siteHeader .siteHeader__navigation {
  position: relative;
}
#siteHeader .globalNav {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto 0;
  width: 1000px;
}
#siteHeader .globalNav > li {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}
#siteHeader .globalNav > li:hover > a, #siteHeader .globalNav > li:active > a, #siteHeader .globalNav > li:focus > a {
  opacity: 1;
  color: #b60081;
  box-shadow: 0 -5px 0 0 #b60081 inset;
}
#siteHeader .globalNav > li > a {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 6px 0 11px;
  line-height: 1.2307;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  transition: none;
  position: relative;
}
#siteHeader .globalNav > li > a .salesTalkLabel {
  position: absolute;
  top: -15px;
  left: calc(50% - 45px);
  width: 90px;
  font-size: 10px;
  color: #c5339a;
  background-color: #ffeffb;
  padding: 3px 9px 4px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #e9b2d9;
}
#siteHeader .globalNav > li > a .salesTalkLabel::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: calc(50% - 2px);
  border: 3px solid transparent;
  border-top: 5px solid #ffeffb;
  z-index: 2;
}
#siteHeader .globalNav > li > a .salesTalkLabel::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: calc(50% - 3px);
  border: 4px solid transparent;
  border-top: 6px solid #e9b2d9;
  z-index: 1;
}
#siteHeader .globalNav #submenu-yen_deposit li:first-child {
  width: 100%;
}
#siteHeader .subNav {
  display: none;
  z-index: 1;
  position: absolute;
  top: 50px;
  left: 0;
  padding-top: 10px;
  width: 100%;
  z-index: 2;
}
#siteHeader .subNav:hover, #siteHeader .subNav:active, #siteHeader .subNav:focus {
  display: block;
}
#siteHeader .subNav .subNav__inner {
  margin: 0 auto;
  padding: 24px 40px 14px 40px;
  width: 1000px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 5px 10px 16px rgba(0, 0, 0, 0.15);
}
#siteHeader .subNav .subNav__inner .navigationList {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#siteHeader .subNav .subNav__inner .navigationList li {
  margin-bottom: 10px;
  width: calc(100% / 4);
}
#siteHeader .subNav .subNav__inner .navigationList li a {
  position: relative;
  padding-right: 10px;
  padding-left: 25px;
  font-size: 1.4rem;
}
#siteHeader .subNav .subNav__inner .navigationList li a::before {
  content: "";
  position: absolute;
  font-family: 'Material Icons';
  line-height: 1;
  top: -2px;
  left: 0;
  font-size: 24px;
  color: #b60081;
}
#siteHeader .subNav .subNav__inner .navigationList li a .blank {
  position: relative;
  top: 4px;
  left: 5px;
}
#siteHeader .subNav li a {
  color: #000;
}

#index #siteHeader .siteHeader__inner {
  position: relative;
}
#index #siteHeader .siteHeader__inner #js-tamaruBnr {
  position: absolute;
  right: 189px;
  top: 9px;
  z-index: 2;
}
#index #siteHeader .siteHeader__inner .headerBnr {
  position: absolute;
  right: 189px;
  top: 6px;
  z-index: 2;
}

/*-------------------------------------------------------

main

-------------------------------------------------------*/
#siteMain {
  margin: 0 auto;
  padding: 24px 0 0;
  width: 1000px;
}

/*-------------------------------------------------------

footer

-------------------------------------------------------*/
#siteFooter {
  padding: 35px 0 0;
  min-width: 1000px;
  background-color: #ffeffb;
}
#siteFooter .siteFooter__linkGroup {
  margin: 0 auto;
  max-width: 1000px;
}
#siteFooter .siteFooter__logo {
  margin-bottom: 20px;
  width: 120px;
}
#siteFooter .siteFooter__bankCode {
  font-size: 1.2rem;
  color: #999;
}
#siteFooter p {
  margin-bottom: 0;
}
#siteFooter .siteFooter__footerLinks {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#siteFooter .siteFooter__footerLinks .footerLink__list.col3 {
  width: calc(100% / 3);
}
#siteFooter .siteFooter__footerLinks .footerLink__list > li {
  margin-bottom: 11px;
}
#siteFooter .siteFooter__footerLinks .footerLink__list > li a {
  padding-right: 10px;
  font-size: 1.2rem;
  color: #333;
}
#siteFooter .siteFooter__copyright {
  display: block;
  margin-bottom: 30px;
  margin-left: 0;
  font-size: 11px;
  color: #7f7f7f;
}
#siteFooter .siteFooter__branding {
  background: #fff;
}
#siteFooter .siteFooter__branding .branding__inner {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  padding: 30px 0;
  width: 1000px;
}
#siteFooter .siteFooter__branding .branding__inner .branding__banner,
#siteFooter .siteFooter__branding .branding__inner .branding__link {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0;
}
#siteFooter .siteFooter__branding .branding__inner .branding__banner li {
  margin-left: 10px;
}
#siteFooter .siteFooter__branding .branding__inner .branding__banner li:first-child {
  margin-left: 0;
}
#siteFooter .siteFooter__branding .branding__inner .branding__link li {
  line-height: 1;
}
#siteFooter .siteFooter__branding .branding__inner .branding__link li a {
  font-size: 1.0rem;
  color: #4c4c4c;
}
#siteFooter .siteFooter__branding .branding__inner .branding__link li a .blank {
  display: none;
}
#siteFooter .siteFooter__branding .branding__inner .branding__link li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #4c4c4c;
}

/* Slider */
.slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/content/dam/abk/shared/css/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot?1505191685');
  src: url(/content/dam/abk/shared/css/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/content/dam/abk/shared/css/fonts/slick.woff) format("woff"), url(/content/dam/abk/shared/css/fonts/slick.ttf) format("truetype"), url('/fonts/slick.svg?1505191685#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*-------------------------------------------------------

index

-------------------------------------------------------*/
/*-------------------------------------------------------

hdg

-------------------------------------------------------*/
.tm-hdg_title2 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 2.2rem;
  color: #a20073;
}
.tm-hdg_title2 .tm-hdg_link {
  display: block;
  float: right;
  padding-right: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  top: 5px;
}
.tm-hdg_title2 .tm-hdg_link::after {
  content: "";
  position: absolute;
  font-family: 'Material Icons';
  line-height: 1;
  top: calc(50% - 12px);
  right: -5px;
  font-size: 24px;
  color: #c5339a;
}
.tm-hdg_title2::after {
  content: "";
  display: block;
  clear: both;
}

.tm-layout_column01 .col > .tm-hdg_title2 {
  margin-top: 0;
}

.tm-hdg_title3 {
  font-size: 2.2rem;
  color: #a30073;
}

/*-------------------------------------------------------

text

-------------------------------------------------------*/
/*-------------------------------------------------------

ul

-------------------------------------------------------*/
.tm-ul_btnList01 + .tm-ul_btnList01 {
  margin-top: 12px;
}
.tm-ul_btnList01 li {
  margin-bottom: 12px;
}
.tm-ul_btnList01.col2, .tm-ul_btnList01.col3, .tm-ul_btnList01.col4 {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tm-ul_btnList01.col2 li, .tm-ul_btnList01.col3 li, .tm-ul_btnList01.col4 li {
  margin-left: 12px;
}
.tm-ul_btnList01.col2 {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tm-ul_btnList01.col2 li {
  margin-left: 0;
  width: calc((100% / 2) - 6px);
}
.tm-ul_btnList01.col3 li {
  width: calc((100% / 3) - 8px);
}
.tm-ul_btnList01.col3 li:nth-child(3n+1) {
  margin-left: 0;
}
.tm-ul_btnList01.col4 li {
  width: calc((100% / 4) - 9px);
}
.tm-ul_btnList01.col4 li:nth-child(4n+1) {
  margin-left: 0;
}

/*-------------------------------------------------------

oldecimal

-------------------------------------------------------*/
/*-------------------------------------------------------

dl

-------------------------------------------------------*/
/*-------------------------------------------------------

note

-------------------------------------------------------*/
/*-------------------------------------------------------

link

-------------------------------------------------------*/
.tm-link_panelList01 {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tm-link_panelList01 > li {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 12px;
  margin-left: 12px;
}
.tm-link_panelList01 > li:hover, .tm-link_panelList01 > li:active, .tm-link_panelList01 > li:focus {
  background-color: #fefefe;
}
.tm-link_panelList01 > li a {
  display: block;
  box-sizing: border-box;
  padding: 24px 0 23px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ddd;
  text-align: center;
}
.tm-link_panelList01 > li a:hover, .tm-link_panelList01 > li a:active, .tm-link_panelList01 > li a:focus {
  opacity: 1;
  border: 1px solid #f3f3f3;
}
.tm-link_panelList01 > li a:hover span.icon img, .tm-link_panelList01 > li a:active span.icon img, .tm-link_panelList01 > li a:focus span.icon img {
  opacity: 1;
}
.tm-link_panelList01 > li a span.icon {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  min-height: 38px;
}
.tm-link_panelList01 > li a span.icon img {
  flex-shrink: 0;
}
.tm-link_panelList01.col2 > li {
  width: calc((100% / 2) - 12px);
}
.tm-link_panelList01.col3 > li {
  width: calc((100% / 3) - 8px);
}
.tm-link_panelList01.col3 > li:nth-child(3n+1) {
  margin-left: 0;
}
.tm-link_panelList01.col4 > li {
  width: calc((100% / 4) - 12px);
}
.tm-link_panelList01 .label {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.3rem;
}
.tm-link_panelList01 .label > .subText {
  font-size: 1.2rem;
}

.tm-link_iconList01 {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -13px;
  padding: 0 16px;
}
.tm-link_iconList01 > li {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 13px;
  min-height: 133px;
}
.tm-link_iconList01 > li a {
  display: block;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
.tm-link_iconList01 > li a span.icon {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  min-height: 38px;
}
.tm-link_iconList01 > li a img {
  flex-shrink: 0;
}
.tm-link_iconList01.col2 > li {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc((100% / 2) - 13px);
}
.tm-link_iconList01.col3 > li {
  width: calc((100% / 3) - 13px);
}
.tm-link_iconList01.col4 > li {
  width: calc((100% / 4) - 13px);
}
.tm-link_iconList01 .label {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.3rem;
}

.tm-link_targetNews01 {
  margin-top: 24px;
  margin-bottom: 23px !important;
}
.tm-link_targetNews01 li {
  margin-bottom: 15px;
}
.tm-link_targetNews01 li a {
  display: block;
  position: relative;
  box-sizing: border-box;
  font-size: 1.4rem;
}
.tm-link_targetNews01 li a .blank {
  position: relative;
  top: 4px;
  right: -3px;
}
.tm-link_targetNews01 li a::after {
  top: calc(50% - 12px);
  right: -5px;
  font-size: 24px;
  color: #c5339a;
}
.tm-link_targetNews01 li a > .label {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 4px 1px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 1.0rem;
}
.tm-link_targetNews01 li a > .label.type01 {
  border-color: #21a2dd;
  color: #21a2dd;
  background-color: #f6fbfe;
}
.tm-link_targetNews01 li a > .label.type02 {
  border-color: #43a628;
  color: #43a628;
  background-color: #f7fcf6;
}
.tm-link_targetNews01 li a > .label.type03 {
  border-color: #ef3300;
  color: #ef3300;
  background-color: #fef7f5;
}
.tm-link_targetNews01 li a > .label.type04 {
  border-color: #eb4181;
  color: #eb4181;
  background-color: #fef8fa;
}
.tm-link_targetNews01 li a > .label.type05 {
  border-color: #753799;
  color: #753799;
  background-color: #faf7fb;
}

.tm-link_news01 {
  margin-bottom: 20px;
}
.tm-link_news01 li {
  margin-bottom: 12px;
}
.tm-link_news01 li a {
  display: block;
  position: relative;
  padding-right: 15px;
}
.tm-link_news01 li a:hover, .tm-link_news01 li a:active, .tm-link_news01 li a:focus {
  opacity: 1;
  text-decoration: underline;
  color: #a20073;
}
.tm-link_news01 li a:hover .date, .tm-link_news01 li a:active .date, .tm-link_news01 li a:focus .date {
  color: #a20073;
  transition: .2s;
}
.tm-link_news01 li a .pdf {
  position: relative;
  top: 2px;
  left: 4px;
}
.tm-link_news01 li a strong.important {
  display: inline-block;
  margin-left: 5px;
  padding: 1px 10px 2px;
  border-radius: 3px;
  line-height: 1;
  color: #fff;
  background: #d90000;
}
.tm-link_news01 li a::after {
  content: "";
  position: absolute;
  font-family: 'Material Icons';
  line-height: 1;
  top: calc(50% - 12px);
  right: -5px;
  font-size: 24px;
  color: #c5339a;
}
.tm-link_news01 li a .date {
  display: block;
  font-size: 1.3rem;
  color: #999;
}

.tm-link_news02 li {
  margin-bottom: 8px;
}
.tm-link_news02 li a {
  display: block;
  position: relative;
  padding-left: 80px;
  font-size: 1.3rem;
}
.tm-link_news02 li a:hover, .tm-link_news02 li a:active, .tm-link_news02 li a:focus {
  opacity: 1;
  text-decoration: underline;
  color: #a20073;
}
.tm-link_news02 li a > .date {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
}

.tm-link_app01 {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tm-link_app01 > .col {
  margin-left: 20px;
  text-align: center;
  width: 184px;
}
.tm-link_app01 > .col:first-child {
  margin-left: 0;
}
.tm-link_app01 > .col a {
  display: block;
}
.tm-link_app01 > .col a .appIcon {
  margin-bottom: 32px;
}
.tm-link_app01 > .col a .appTitle {
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.8rem;
}

.tm-hdg_title2 + .tm-link_app01 {
  margin-top: 40px;
}

/*-------------------------------------------------------

box

-------------------------------------------------------*/
.tm-box_single01 {
  margin-bottom: 40px;
  padding: 20px 16px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
}
.tm-box_single01 > p:last-child, .tm-box_single01 div:last-child, .tm-box_single01 ul:last-child, .tm-box_single01 ol:last-child, .tm-box_single01 dl:last-child {
  margin-bottom: 0;
}

.tm-box_layout01 {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.tm-box_layout01 .col {
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 20px 16px;
  border-radius: 6px;
  border: 1px solid #ddd;
}
.tm-box_layout01 .col > p:last-child, .tm-box_layout01 .col div:last-child, .tm-box_layout01 .col ul:last-child, .tm-box_layout01 .col ol:last-child, .tm-box_layout01 .col dl:last-child {
  margin-bottom: 0;
}
.tm-box_layout01 .col a {
  display: block;
}
.tm-box_layout01.col2 .col {
  width: calc((100% / 2) - 10px);
}
.tm-box_layout01.col2 .col:nth-child(2n+1) {
  margin-left: 0;
}
.tm-box_layout01.col3 .col {
  width: calc((100% / 3) - 13.4px);
}
.tm-box_layout01.col3 .col:nth-child(3n+1) {
  margin-left: 0;
}
.tm-box_layout01.col4 .col {
  width: calc((100% / 4) - 15px);
}
.tm-box_layout01.col4 .col:nth-child(4n+1) {
  margin-left: 0;
}

.tm-box_headlineNews {
  margin-top: 25px;
  margin-bottom: 16px;
  padding: 17px 17px 12px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  background-color: #f2f2f2;
}
.tm-box_headlineNews .title {
  margin-bottom: 11px;
  font-size: 1.6rem;
  text-align: center;
}
.tm-box_headlineNews .title strong {
  color: #1f1f1f;
}

.emergencyList__item + .emergencyList__item {
  margin-top: 10px;
}

.emergencyList__anchor {
  background: linear-gradient(transparent 97%, #d90000 50%);
  color: #d90000;
  font-size: 17px;
}
.emergencyList__anchor em, .emergencyList__anchor strong {
  color: inherit;
}
.emergencyList__anchor:focus, .emergencyList__anchor:hover {
  background: none;
}

.emergencyList__label {
  background: #ffff00;
  border-color: #d11919;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  color: #e91a00;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.04em;
  margin-right: 10px;
  margin-top: 4px;
  padding: 0 5px;
  vertical-align: top;
}

/*-------------------------------------------------------

layout

-------------------------------------------------------*/
.tm-layout_column01 {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.tm-layout_column01 > .col {
  box-sizing: border-box;
  margin-bottom: 30px;
}
.tm-layout_column01 > .col > p:last-child, .tm-layout_column01 > .col div:last-child, .tm-layout_column01 > .col ul:last-child, .tm-layout_column01 > .col ol:last-child, .tm-layout_column01 > .col dl:last-child {
  margin-bottom: 0;
}
.tm-layout_column01 > .col + .col {
  box-shadow: 1px 0 0 #ddd inset;
}
.tm-layout_column01 > .col .title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.tm-layout_column01 > .col .title.left {
  text-align: left;
}
.tm-layout_column01.col3 > .col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 21.25px;
  width: 347.5px;
}
.tm-layout_column01.col3 > .col:nth-child(3n+1) {
  padding-left: 0;
  width: 326.25px;
  box-shadow: none;
}
.tm-layout_column01.col3 > .col:nth-child(3n+3) {
  padding-right: 0;
  width: 326.25px;
}
.tm-layout_column01.col3 > .col > .col__button:last-child {
  margin-top: auto;
}
.tm-layout_column01.col4 > .col {
  padding: 0 16px;
  width: 258px;
}
.tm-layout_column01.col4 > .col:nth-child(4n+1) {
  padding-left: 0;
  width: 242px;
  box-shadow: none;
}
.tm-layout_column01.col4 > .col:nth-child(4n+4) {
  padding-right: 0;
  width: 242px;
}
.tm-layout_column01.col2-1 > .col {
  padding: 0 21.25px;
  width: 327px;
}
.tm-layout_column01.col2-1 > .col:first-child {
  padding-left: 0;
  width: 673px;
  box-shadow: none;
}
.tm-layout_column01.col2-1 > .col:last-child {
  padding-right: 0;
}
.tm-layout_column01.col2-1 > .col .title {
  margin-bottom: 10px;
  text-align: left;
}
.tm-layout_column01.type_noBorder .col {
  box-shadow: none;
}
.tm-layout_column01 .cardImg {
  margin-bottom: 10px;
  text-align: center;
}
.tm-layout_column01 .cardFunctionsList {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.tm-layout_column01 .cardFunctionsList li {
  box-sizing: border-box;
  width: calc(100% / 4);
  border-left: 1px solid #ddd;
  text-align: center;
  font-size: 1.05rem;
}
.tm-layout_column01 .cardFunctionsList li:first-child {
  border-left: none;
}
.tm-layout_column01 .cardFunctionsList li > img {
  margin-bottom: 10px;
}
.tm-layout_column01 .categoryList li {
  margin-bottom: 6px;
}
.tm-layout_column01 .categoryList li a {
  display: block;
  position: relative;
}
.tm-layout_column01 .categoryList li a .blank,
.tm-layout_column01 .categoryList li a .money {
  position: relative;
  top: 5px;
  left: 4px;
}
.tm-layout_column01 .categoryList li a:hover, .tm-layout_column01 .categoryList li a:active, .tm-layout_column01 .categoryList li a:focus {
  opacity: 1;
  text-decoration: underline;
  color: #a20073;
}
.tm-layout_column01 .categoryList li a::after {
  content: "";
  position: absolute;
  font-family: 'Material Icons';
  line-height: 1;
  top: calc(50% - 12px);
  right: -5px;
  font-size: 24px;
  color: #c5339a;
}
.tm-layout_column01 .categoryList li .categoryList {
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 14px;
}

.categoryList + .title {
  margin-top: 35px;
}

.aem-Grid.aem-Grid--default--12.tm-layout_column01.col3 > .aem-GridColumn.aem-GridColumn--default--4 {
  margin-bottom: 30px;
  width: 326.25px;
}
.aem-Grid.aem-Grid--default--12.tm-layout_column01.col3 > .aem-GridColumn.aem-GridColumn--default--4 + .aem-GridColumn--default--4 {
  box-shadow: 1px 0 0 #ddd inset;
}
.aem-Grid.aem-Grid--default--12.tm-layout_column01.col3 > .aem-GridColumn.aem-GridColumn--default--4:first-child, .aem-Grid.aem-Grid--default--12.tm-layout_column01.col3 > .aem-GridColumn.aem-GridColumn--default--4:nth-child(2) {
  padding-right: 21.25px;
}
.aem-Grid.aem-Grid--default--12.tm-layout_column01.col3 > .aem-GridColumn.aem-GridColumn--default--4:nth-child(2), .aem-Grid.aem-Grid--default--12.tm-layout_column01.col3 > .aem-GridColumn.aem-GridColumn--default--4:nth-child(3) {
  padding-left: 21.25px;
}
.aem-Grid.aem-Grid--default--12.tm-layout_column01.col3 > .aem-GridColumn.aem-GridColumn--default--4:nth-child(2) {
  width: 347.50px;
}
.aem-Grid.aem-Grid--default--12.tm-layout_column01.col3 .col {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.aem-Grid.aem-Grid--default--12.tm-layout_column01.col3 .col > *:last-child {
  margin-top: auto;
}
.aem-Grid.aem-Grid--default--12.tm-layout_column01.col3 .col .tm-hdg_title2 {
  margin-top: 0;
}
.aem-Grid.aem-Grid--default--12.tm-layout_column01.col3 .partially-list-info,
.aem-Grid.aem-Grid--default--12.tm-layout_column01.col3 .partially-list-news-release,
.aem-Grid.aem-Grid--default--12.tm-layout_column01.col3 .partially-list-security {
  display: block;
  padding: 0;
  width: auto;
}

.col .col__button {
  margin-bottom: 0;
}

/*-------------------------------------------------------

imglay
-------------------------------------------------------*/
.tm-imglay_posText {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tm-imglay_posText img {
  padding: 0 20px;
  min-width: auto;
  flex-shrink: 0;
}
.tm-imglay_posText .text {
  -ms-flex: 0 1 auto;
}
.tm-imglay_posText .text > p:last-child, .tm-imglay_posText .text div:last-child, .tm-imglay_posText .text ul:last-child, .tm-imglay_posText .text ol:last-child, .tm-imglay_posText .text dl:last-child {
  margin-bottom: 0;
}
.tm-imglay_posText.direction {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*-------------------------------------------------------

table

-------------------------------------------------------*/
/*-------------------------------------------------------

nav

-------------------------------------------------------*/
/*-------------------------------------------------------

button

-------------------------------------------------------*/
.tm-button_default {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 13px 10px 12px 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 1.4rem;
  color: #4c4c4c;
  background-color: #fff;
}
.tm-button_default:hover, .tm-button_default:active, .tm-button_default:focus {
  opacity: .7;
  background-color: #fefefe;
}
.tm-button_default .blank,
.tm-button_default .money,
.tm-button_default .pdf {
  position: absolute;
  top: 5px;
  right: 5px;
}
.tm-button_default.type01 {
  border-color: #ddd;
  color: #c5339a;
}
.tm-button_default.type02 {
  padding: 14px 10px 12px 10px;
  border: none;
  color: #fff;
  background-color: #ff5300;
}

.tm-button_ibLogin {
  display: block;
  box-sizing: border-box;
  padding: 14px 10px 14px 10px;
  border-radius: 6px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  background-color: #ff5300;
}
.tm-button_ibLogin .blank {
  display: none;
}
.tm-button_ibLogin::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  right: 5px;
  width: 17px;
  height: 18px;
  background-image: url("/content/dam/abk/shared/images/modules/icon/icon_bg_ib.svg");
}

.tm-button_account {
  display: block;
  box-sizing: border-box;
  padding: 14px 10px 14px 10px;
  border-radius: 6px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  background-color: #b60081;
}
.tm-button_account::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  right: 5px;
  width: 20px;
  height: 15px;
  background-image: url("/content/dam/abk/shared/images/modules/icon/icon_bg_account.svg");
}

.btn_size01 {
  padding: 9px 10px 9px 10px;
}

.btn_size02 {
  padding: 15px 10px 14px 10px;
}

/*-------------------------------------------------------

js

-------------------------------------------------------*/
.slide_selector p {
  margin-bottom: 0;
}

.js-sliderTop {
  position: relative;
  padding-bottom: 20px;
}
.js-sliderTop .slick-dots {
  bottom: -23px;
  line-height: 0;
  text-align: left;
}
.js-sliderTop .slick-dots li {
  width: 8px;
  height: 8px;
}
.js-sliderTop .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
}
.js-sliderTop .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 8px;
  background-color: #d2d2d2;
}
.js-sliderTop .slick-dots li.slick-active button:before {
  background-color: #b60081;
}
.js-sliderTop .slick-prev,
.js-sliderTop .slick-next {
  width: 50px;
  height: 50px;
  opacity: 0;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
}
.js-sliderTop .slick-prev::before, .js-sliderTop .slick-prev::before,
.js-sliderTop .slick-next::before,
.js-sliderTop .slick-next::before {
  content: "";
  position: relative;
  display: block;
  border-top: 6px solid #000;
  border-right: 6px solid #000;
  width: 15px;
  height: 15px;
  opacity: 1;
}
.js-sliderTop .slick-prev {
  left: 20px;
}
.js-sliderTop .slick-prev::before {
  left: 18px;
  transform: rotate(-135deg);
}
.js-sliderTop .slick-next {
  right: 20px;
}
.js-sliderTop .slick-next::before {
  left: 11px;
  transform: rotate(45deg);
}
.js-sliderTop:hover .slick-prev, .js-sliderTop:active .slick-prev, .js-sliderTop:focus .slick-prev {
  opacity: 0.7;
}
.js-sliderTop:hover .slick-next, .js-sliderTop:active .slick-next, .js-sliderTop:focus .slick-next {
  opacity: 0.7;
}

#tglBtn {
  position: absolute;
  bottom: -28px;
  left: 0;
  height: 20px;
  background: none;
  border: 1px solid #b60081;
  font-size: 1.2rem;
  color: #b60081;
  z-index: 2;
  cursor: pointer;
}

.js-sliderRecommend {
  margin-bottom: 50px;
  padding-bottom: 52px;
  border-bottom: 1px solid #f2f2f2;
}
.js-sliderRecommend .slick-list {
  position: relative;
  margin: 0 auto;
  width: 948px;
}
.js-sliderRecommend .slick-slide a {
  display: block;
}
.js-sliderRecommend .slick-slide img {
  margin: 0 10px;
}
.js-sliderRecommend .slick-prev,
.js-sliderRecommend .slick-next {
  z-index: 2;
  top: 23px;
  width: 17px;
  height: 46px;
  border-radius: 2px;
  border: 1px solid #e9b2d9;
  background-color: #fff;
}
.js-sliderRecommend .slick-prev::before,
.js-sliderRecommend .slick-next::before {
  content: "";
  position: absolute;
  font-family: 'Material Icons';
  line-height: 1;
  top: calc(50% - 11px);
  right: -5px;
  opacity: 1;
  font-size: 24px;
  color: #c5339a;
}
.js-sliderRecommend .slick-prev::before {
  transform: rotate(180deg);
}
.js-sliderRecommend .slick-prev {
  left: 0;
}
.js-sliderRecommend .slick-next {
  right: 0;
}

/*-------------------------------------------------------

unique

-------------------------------------------------------*/
#popupBanner {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
#popupBanner #popupBanner-inner {
  position: relative;
  margin: 0 auto;
  padding: 10px 0 0;
  width: 1020px;
  text-align: center;
}
#popupBanner #popupBanner-inner #bannerDelete {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

/*-------------------------------------------------------

adjust

-------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ar {
  text-align: right !important;
}

.ac {
  text-align: center !important;
}

.al {
  text-align: left !important;
}

.fs10 {
  font-size: 1.0rem;
}

.fs11 {
  font-size: 1.1rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs15 {
  font-size: 1.5rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs17 {
  font-size: 1.7rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs19 {
  font-size: 1.9rem;
}

.fs20 {
  font-size: 2.0rem;
}