@charset "UTF-8";

/* ----------------------------------------------------------------
    Contents
----------------------------------------------------------------- */
/* .row-fluid
----------------------------------------------- */
.row-fluid._banks {
  background: #F6F9FC;
}
/* .row-fluid
----------------------------------------------- */
.mv {
  max-width: 1200px;
  margin: 0 auto 0;
}

/* ----------------------------------------------------------------
    Heading
----------------------------------------------------------------- */
/* .hdg-melit
----------------------------------------------- */
.hdg-merit {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 2.4rem;
}

.hdg-merit-label {
  flex-shrink: 0;
  margin-right: 18px;
  padding: 2px 15px 4px;
  background: #005bac;
  color: #fff;
  font-size: 1.8rem;
}

.hdg-merit-content {
  font-weight: 700;
  line-height: 1.3;
}

@media only screen  and (max-width: 900px) {
  .hdg-merit {
    font-size: 2rem;
  }

  .hdg-merit-content {
    line-height: normal;
  }
}

/* .hdg-info
----------------------------------------------- */
.hdg-info {
  margin-bottom: 20px;
  font-size: 2.2rem;
}


/* ----------------------------------------------------------------
    Text
----------------------------------------------------------------- */
/* .txt-title
----------------------------------------------- */
.txt-title {
  font-size: 1.8rem;
}

/* ----------------------------------------------------------------
    Layout
----------------------------------------------------------------- */
/* .lyt-case
----------------------------------------------- */
.lyt-case {
  margin: 0 0 40px;
}
.lyt-case-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}
.lyt-case-col {
  display: flex;
  width: calc(50% - 20px);
  margin: 30px 0 0 20px;
  min-height: 160px;
}
.lyt-case-col > a {
  width: 100%;
  background: #f4f4f4;
  text-decoration: none;
  padding: 23px 40px 30px 172px;
  position: relative;
  transition: border .2s ease-out 0s;
}
.lyt-case-col > a:hover,
.lyt-case-col > a:focus,
.lyt-case-col > a:active {
  color: #4c4c4c;
}

.lyt-case-col > a::before,
.lyt-case-col > a::after {
  position: absolute;
  display: block;
  content: "";
  transition: .2s ease-out 0s;
}

.lyt-case-col > a::before {
  right: 12px;
  bottom: 12px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  z-index: 1;
}

.lyt-case-col > a::after {
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: #005bac;
}

.lyt-case-col > a:hover,
.lyt-case-col > a:focus {
  color: #4c4c4c;
}

.lyt-case-col > a:hover::after,
.lyt-case-col > a:focus::after {
  background: #008def;
}

.lyt-case-lead {
  color: #005bac;
  font-size: 1.8rem;
  margin: 0 0 14px;
  line-height: 1.5;
}

.lyt-case-lead b {
  font-weight: 400;
}

.lyt-case-icon {
  width: 128px;
  margin: 0 20px 0 0;
  padding: 0;
  position: absolute;
  top: 30px;
  left: 20px;
}

.lyt-case-col > a:hover .lyt-case-icon img,
.lyt-case-col > a:focus .lyt-case-icon img,
.lyt-case-col > a:active .lyt-case-icon img {
  opacity: 1;
}

.lyt-case-detail {
  margin: 0;
}

.lyt-case-detail dt {
  min-width: 65px;
  background: #666;
  color: #fff;
  font-size: 1.4rem;
  padding: 2px 4px;
  margin: 0 9px 0 0;
  text-align: center;
}

.lyt-case-detail dd {
    font-size: 1.4rem;
    padding-top: 2px;
}

.lyt-case-detail-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 5px;
}

@media only screen  and (max-width: 940px) {
  .lyt-case {
    margin: 30px 0 0;
  }

  .lyt-case-inner {
    display: block;
    margin: 0;
  }

  .lyt-case-col {
    width: 100%;
    min-height: 0;
    margin: 0 0 30px;
  }

  .lyt-case-col > a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 14px 40px 14px 20px;
  }

  .lyt-case-lead {
    width: calc(100% - 94px);
    order: 2;
    font-size: 1.6rem;
  }

  .lyt-case-icon {
    -webkit-flex: 0 1 80px;
    flex: 0 1 80px;
    width: 80px;
    min-width: 80px;
    margin: 0 14px 0 0;
    position: static;
    -webkit-order: 1;
    order: 1;
    padding: 6px 0 0;
  }

  .lyt-case-detail {
    width: 100%;
    margin: 8px 0 0;
    -webkit-order: 3;
    order: 3;
  }

  .lyt-case-detail dt {
    width: 62px;
    margin: 0 10px 0 0;
  }
}

/* ----------------------------------------------------------------
    Column
----------------------------------------------------------------- */
/* .biz-column
----------------------------------------------- */
.biz-column {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  margin-top: 20px;
}
.biz-column_item {
  width: calc((100% / 2) - 20px);
  padding: 15px 0;
  border-bottom: 1px solid #DBDBDB;
}
.biz-column_item:nth-of-type(1),
.biz-column_item:nth-of-type(2),
.biz-column_item.is-hidden + .biz-column_item:not(.is-hidden),
.biz-column_item.is-hidden + .biz-column_item:not(.is-hidden) + .biz-column_item:not(.is-hidden) {
  border-top: 1px solid #DBDBDB;
}
.biz-column_item.is-hidden {
  display: none;
}
.biz-column_content {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 20px;
  text-align: left;
}
.biz-column_txt {
  font-size: 2rem;
  color: #005BAC;
}
.biz-column_media {
  max-width: 120px;
  max-height: 80px;
  background-color: #fff;
  padding: 13px 7px;
}
.biz-column_anchor {
  min-width: 178px;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0;
}
.biz-column_anchor a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #005BAC;
  background: #fff;
  border: 1px solid #005BAC;
  border-radius: 23px;
  padding: 13px 30px;
  transition: background-color .2s ease-out;
}
.biz-column_anchor a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 11px;
  height: 11px;
  background-image: url('/smart/bizdirect/img/icon-arrow-pc.svg');
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.biz-column_anchor a:hover,
.biz-column_anchor a:active,
.biz-column_anchor a:focus {
  background-color: #CCDEEE;
}

@media only screen  and (max-width: 900px) {
  .biz-column_item {
    width: 100%;
    padding: 10px 0;
  }
  .biz-column_item:nth-of-type(2),
  .biz-column_item.is-hidden + .biz-column_item:not(.is-hidden) + .biz-column_item:not(.is-hidden) {
    border-top: none;
  }
  .biz-column_content {
    gap: 10px;
  }
  .biz-column_media {
    max-width: 77px;
    padding: 8px 4px;
  }
  .biz-column_txt {
    font-size: 1.6rem;
  }
  .biz-column_anchor {
    min-width: 120px;
    font-size: 1.2rem;
  }
  .biz-column_anchor a {
    padding: 10px 15px;
  }
  .biz-column_anchor a::after {
    background-image: url('/smart/bizdirect/img/icon-arrow-sp.svg');
    right: 7px;
    width: 8px;
    height: 8px;
  }
}

/* ----------------------------------------------------------------
    Modal
----------------------------------------------------------------- */
/* .modal
----------------------------------------------- */
.ge-modal._banks {
  margin-bottom: 0;
}

.ge-modal._banks .ge-modal-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ge-modal._banks .modal-panel {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 35px 20px;
  border: solid 2px transparent;
  background: #fff;
  text-align: center;
  transition: border .2s ease-out;
}

.ge-modal._banks .modal-panel:hover,
.ge-modal._banks .modal-panel:active,
.ge-modal._banks .modal-panel:focus {
  border-color: #008def;
}

.ge-modal._banks .modal-panel::before,
.ge-modal._banks .modal-panel::after {
  position: absolute;
  display: block;
  content: "";
}

/* > */
.ge-modal._banks .modal-panel::before {
  right: 11px;
  bottom: 9px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  z-index: 1;
}

/* ■ */
.ge-modal._banks .modal-panel::after {
  right: -2px;
  bottom: -2px;
  width: 30px;
  height: 30px;
  background: #005bac;
  transition: all .2s ease-out;
}

.ge-modal._banks .modal-panel:hover::after,
.ge-modal._banks .modal-panel:active::after,
.ge-modal._banks .modal-panel:focus::after {
  background: #008def;
}

.ge-modal._banks .modal-panel > img {
  width: auto;
}

@media only screen  and (max-width: 900px) {
  .ge-modal._banks .ge-modal-inner {
    gap: 25px;
  }
}

/* .modal内
----------------------------------------------- */
.modal-inner .ge-lyt-media-02,
.modal-box_content .ge-lyt-media-02 {
  align-items: center;
}

.modal-inner .ge-hdg-l3,
.modal-box_content .ge-hdg-l3 {
  margin-top: 0;
}
.ge-modal._banks .ge-lyt-media-02 {
  align-items: center;
}

.modal-inner .ge-lyt-media-02 .ge-item,
.modal-box_content .ge-lyt-media-02 .ge-item {
  padding: 10px;
  border: solid 1px #c9c9c9;
}

  .modal-inner .ge-lyt-media-02 .ge-lyt-btn {
    margin-left: 0;
  }

.modal-inner .ge-lyt-media-02 .ge-lyt-btn > p,
.modal-inner .ge-lyt-media-02 .ge-lyt-btn .ge-btn-02 {
  width: 100%
}

.modal-inner .ge-lyt-media-02 .ge-lyt-btn > p{
  margin-left: 0;
}

.modal-inner .ge-lyt-media-02 .ge-lyt-btn .ge-btn-02 {
  max-width: 370px;
  min-width: auto;
}


@media only screen  and (max-width: 900px) {
  /* > */
  .ge-modal._banks .modal-panel::before {
    right: 6px;
    bottom: 5px;
    width: 5px;
    height: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }

  /* ■ */
  .ge-modal._banks .modal-panel::after {
    right: -2px;
    bottom: -2px;
    width: 20px;
    height: 20px;
    background: #005bac;
  }

  .modal-inner .ge-lyt-media-02 {
    align-items: stretch;
  }
}

/* ----------------------------------------------------------------
    tab
----------------------------------------------------------------- */
/* .biz-tab
----------------------------------------------- */
.biz-tab {
  display: flex;
  gap: 6px;
  width: 100%;
  border-bottom: 1px solid #005BAC;
}
.biz-tab_item {
  align-self: stretch;
  width: 100%;
}
.biz-tab_radio {
  position: absolute;
  opacity: 0;
}
.biz-tab_label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  text-decoration: none;
  padding: 13px 17.5px;
  color: #005BAC;
  background-color: #F2F2F2;
  border: 1px solid #E6E6E6;
  border-bottom: none;
  cursor: pointer;
  transition: color .1s ease-out, background-color .1s ease-out, font-weight .1s ease-out;
}
.biz-tab_label:hover {
  color: #FF538C;
}
.biz-tab_result {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 48px;
}

@media only screen  and (max-width: 900px) {
  .biz-tab {
    flex-wrap: wrap;
    gap: 5px;
    border-bottom: none;
  }
  .biz-tab_item {
    width: calc((100% / 2) - 2.5px);
  }
  .biz-tab_label {
    border-bottom: 1px solid #E6E6E6;
  }
  .biz-tab_result {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

/* smart_anc_link */

.row-fluid._banks.smart_anc_link::before {
    content: "";
    display: block;
    height: 50px; /* オフセットの高さを調整 */
    margin-top: -50px; /* オフセットの高さと同じ値を設定 */
}

.lyt_center {
  justify-content: center;
}

/* タブの見た目調整 */
.cmp-tabs-btn {
  padding: 0;
}
.cmp-tabs-btn input {
  position: absolute;
  opacity: 0;
}
.cmp-tabs-btn input:focus-visible + label {
  outline: 1px solid #000;
}
.cmp-tabs-btn input:checked + label {
  background-color: #436fc0;
  font-weight: bold;
  color: #fff;
}
.cmp-tabs-btn label {
  padding: 1pc 24px;
  width: 100%;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex: 1;
  font-weight: var(--acq-font-weight-bold);
  justify-content: center;
}

.cmp-tabs-btn::before {
    background-color: #436fc0;
    border-radius: 2px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    content: "";
    display: block;
    height: 18px;
    inset: calc(100% - 1px) 0 auto;
    margin: auto;
    opacity: 0;
    position: absolute;
    transform: rotate(45deg) skew(2deg, 2deg);
    transform-origin: top right;
    transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1);
    width: 18px;
}

.cmp-tabs-btn:has(input:checked)::before {
  opacity: 1;
}


@media only screen and (max-width: 767px) {
    .cmp-tabs-btn::before {
      display: none !important;
    }
}

.columncontaineritem.is-hidden {
    display: none !important;
}

.cmp-button:is(:hover,:active,:focus,:focus-visible) {
  color: #fff;
}

@media only screen and (max-width: 767px) {
    .cmp-modal-content .table>.cmp-text>table, .cmp-modal-content .table>.fn-scroll__wrapper>.fn-scroll__inner>.cmp-text>table {
        min-width: unset;
    }
}

/* ----------------------------------------------------------------
  modal-box
----------------------------------------------------------------- */
.modal-box {
  border: none;
  background-color: transparent;
  padding: 0;
  overflow: hidden;
}

.modal-box_body {
  position: relative;
  width: 100%;
  max-width: 1400px;
  max-height: calc(100vh - (40px * 2));
  overflow: auto;
}

.modal-box_hdg {
  position: relative;
  margin: 0;
}

.modal-box_hdg_txt {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: -30px;
  min-width: 400px;
  padding: 50px 25px;
  transform: translateY(-50%);
  background: #0057a5;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  text-align: left;
}

.modal-box_hdg_img {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  background: #fff;
}

.modal-box_content {
  padding: 70px 100px;
  background: #fff;
  text-align: left;
}

.modal-box_content > *:last-child {
  margin-bottom: 0;
}

.modal-box_figure {
  margin-bottom: 40px;
}

.modal-box_figure_label {
  display: none;
}

.modal-box_btn-close {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 22px;
  height: 22px;
}

.modal-box_btn-close > button {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  transition: opacity .1s ease-out;
}

.modal-box_btn-close > button::before,
.modal-box_btn-close > button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #777777;
}

.modal-box_btn-close > button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-box_btn-close > button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-box_btn-close > button > span {
  position: absolute;
  top: 100%;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.modal-box_btn-close > button:hover,
.modal-box_btn-close > button:active,
.modal-box_btn-close:not(._btn-02) > button:focus,
.modal-box_btn-close._btn-02 > button:focus-visible {
  opacity: .6;
}

.modal-box_btn-close._btn-02 > button > span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.modal-box .ge-lyt-btn,
.modal-box .ge-lyt-btn > p {
  margin: 0;
  width: 100%;
  text-align: center;
}
.modal-box .ge-btn,
.modal-box .ge-btn-02 {
  min-width: 0;
  max-width: 370px;
  width: 100%;
}

.modal-box::backdrop {
  background-color: rgba(0, 0, 0, .3);
}

/* 閉じるボタン調整 */
.modal-box_btn-close._btn-02 {
  top: 25px;
  right: 25px;
  width: 44px;
  height: 44px;
}

.modal-box_btn-close._btn-02 > button {
  background-color: #005bac;
}

.modal-box_btn-close._btn-02 > button::before,
.modal-box_btn-close._btn-02 > button::after {
  width: 29px;
  background: #fff;
}

@media only screen  and (max-width: 900px) {
  .modal-box_content {
    padding: 60px 30px 30px;
  }

  .modal-box_figure {
    margin-bottom: 30px;
  }

  .modal-box_figure_inner {
    overflow-x: auto;
  }

  .modal-box_figure_label {
    position: relative;
    display: block;
    text-align: center;
    color: #777777;
    margin-bottom: 12px;
  }

  .modal-box_figure_label::before,
  .modal-box_figure_label::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 16px;
    height: 9px;
    background-image: url('/common_a/img/icon-arrow.png');
    background-size: cover;
    transform: translateY(-50%);
  }

  .modal-box_figure_label::before {
    left: 0;
    transform: translateY(-50%) rotate(-180deg);
  }

  .modal-box_figure_label::after {
    right: 0;
  }

  .modal-box_figure_img {
    max-width: none;
  }

  .modal-box_btn-close {
    position: absolute;
    top: 14px;
    right: 20px;
    width: 15px;
    height: 15px;
  }

  .modal-box_btn-close > button::before,
  .modal-box_btn-close > button::after {
    height: 2px;
  }

  /* 閉じるボタン調整 */
  .modal-box_btn-close._btn-02 {
    top: 12px;
    right: 12px;
    width: 25px;
    height: 25px;
  }

  .modal-box_btn-close._btn-02 > button::before,
  .modal-box_btn-close._btn-02 > button::after {
    width: 19px;
  }
}

.modal-html-inner {
  text-align: left;
  padding: 20px 40px;
  font-size: 14px;
}
.modal-html-inner > .modal-hdg {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
[data-category^="products-account"] .modal-html-inner > .modal-hdg {
  color: #0084df;
}
[data-category^="products-aoiro"] .modal-html-inner > .modal-hdg,
[data-category^="products-shinkoku"] .modal-html-inner > .modal-hdg,
[data-category^="products-shiroiro"] .modal-html-inner > .modal-hdg {
  color: #008db0;
}
[data-category^="products-account-ae"] .modal-html-inner > .modal-hdg {
  color: #003a8c;
}
[data-category^="products-dealing"] .modal-html-inner > .modal-hdg {
  color: #d64768;
}
[data-category^="products-payroll"] .modal-html-inner > .modal-hdg {
  color: #00943e;
}
[data-category^="products-kyuyo"] .modal-html-inner > .modal-hdg {
  color: #62ac00;
}
[data-category^="products-customer"] .modal-html-inner > .modal-hdg {
  color: #c78202;
}
[data-category^="products-seikyu"] .modal-html-inner > .modal-hdg {
  color: #e6553d;
}
@media only screen and (max-width: 640px) {
  .modal-html-inner {
    padding: 20px 10px;
  }
  .modal-html-inner > .modal-hdg {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .modal-html-inner img {
    width: auto;
  }
}

/* .fn-modal
----------------------------------------------- */
.fn-modal {
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity .5s cubic-bezier(.4, 0, .2, 1) .2s, transform .5s cubic-bezier(.4, 0, .2, 1) .2s;
  margin: auto !important;
}

.fn-modal.is-modal-show {
  transform: translateY(0);
  opacity: 1;
}

.fn-modal.is-modal-hide {
  transition-delay: 0s;
}

.js-unavailable .fn-modal {
  display: block;
  opacity: 1;
}

.fn-modal_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s cubic-bezier(.4, 0, .2, 1);
}

.fn-modal_overlay.is-overlay-show {
  opacity: 1;
}

.fn-modal_overlay.is-overlay-hide {
  transition-delay: .2s;
}

.fn-modal_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .5s cubic-bezier(.4, 0, .2, 1);
}

.fn-modal.is-modal-show .fn-modal_inner {
  opacity: 1;
}

/* .is-modal-open
----------------------------------------------- */
.is-modal-open,
.is-modal-open body {
  overflow: hidden;
}