@charset "UTF-8";
/*
import_mlbaknlist.css
* * * * * * * * * * * * * * * * * * * * */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&display=swap");
/***reset***/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

/***setting***/
.floatbox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.2s ease-in-out; }

/*スマホに適用するスタイル*/
body {
  position: relative;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #29312f;
  width: 100%;
  height: calc(100vh - 26rem); }

input[type=checkbox],
input[type=radio] {
  display: none; }

a, label, button {
  cursor: pointer; }

main {
  position: relative;
  padding: 0 0 18rem;
  width: 100%;
  height: 100vh;
  /*min-height: 101vh;*/
  overflow: hidden; }
  main::before, main::after {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    transition: color 0.2s ease-in-out 1s; }
  main::before {
    top: 0;
    content: '該当する金融機関が見つかりません';
    padding: 0.8em 0.8rem 0.8em 3.2rem;
    width: 100%;
    color: rgba(41, 49, 47, 0.7);
    font-size: 1.2rem;
    line-height: 1.3em;
    border-bottom: 1px solid rgba(41, 49, 47, 0.2);
    text-align: center; }
  main::after {
    top: 0.8rem;
    content: "\f252";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: rgba(41, 49, 47, 0);
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1.8rem; }
  main section {
    display: block;
    position: relative;
    transition: 0.4s all ease-in-out;
    padding: 0 0 8rem;
    z-index: 10;
    background: white; }
    main section.open {
      width: 100%;
      opacity: 1; }
    main section h2 {
      position: sticky;
      top: 0;
      padding: 0.8em 0 0.8em 1.6rem;
      color: white;
      background: rgba(41, 49, 47, 0.5);
      transition: 0.4s all ease-in-out;
      opacity: 0;
      z-index: 90; }
    main section ul {
      position: relative;
      white-space: nowrap; }
    main section li {
      position: relative;
      padding: 0 8rem 0 1.6rem;
      height: 0;
      font-size: 1.2rem;
      line-height: 1.3em;
      border-bottom: 1px solid rgba(41, 49, 47, 0.2);
      transition: 0.2s all;
      overflow-y: hidden;
      opacity: 0;
      border: none; }
      main section li.active {
        padding: 0.8em 8rem 0.8em 1.6rem;
        height: auto;
        opacity: 1;
        border-bottom: 1px solid rgba(41, 49, 47, 0.2); }
      main section li:hover {
        color: #29312f;
        background: rgba(0, 112, 201, 0.2); }
      main section li strong {
        display: inline-block;
        width: calc(100% - 9rem);
        font-weight: 500; }
      main section li button {
        position: absolute;
        margin: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0 1rem;
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        color: rgba(41, 49, 47, 0.7);
        font-size: 0.8rem !important;
        background: rgba(41, 49, 47, 0);
        text-align: right; }
        main section li button::before {
          content: "\f054";
          font-family: "Font Awesome 5 free";
          font-weight: 900; }
  main.active::before {
    color: rgba(41, 49, 47, 0); }
  main.active::after {
    color: rgba(41, 49, 47, 0.2); }
  main.active section h2 {
    opacity: 1; }

label#modalBase {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  background: rgba(41, 49, 47, 0.5);
  opacity: 0;
  z-index: 199; }
  label#modalBase.active {
    width: 100%;
    height: 100%;
    opacity: 1; }

#navKana {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background: #29312f;
  overflow: hidden;
  z-index: 100;
  transition: 0.3s all ease-in-out; }
  #navKana header {
    position: relative;
    padding: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    z-index: 1111; }
  #navKana h1 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 4rem; }
    #navKana h1 figure {
      width: 100%;
      text-align: center; }
      #navKana h1 figure img {
        margin: 0 auto;
        width: auto;
        height: 2rem; }
      #navKana h1 figure figcaption {
        display: block;
        padding: 0 0 1em;
        font-size: 0.7rem;
        line-height: 1em; }
  #navKana h2 {
    padding: 1.5rem 2rem 0 5.5rem;
    min-height: 4rem; }
    #navKana h2 span {
      display: inline-block;
      padding-left: 1rem;
      font-size: 0.7rem;
      line-height: 2em;
      font-weight: 300;
      opacity: 0.5; }
  #navKana div#kyekana {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0.5rem 1rem;
    z-index: 100;
    height: 16rem;
    opacity: 1;
    overflow: hidden;
    transition: 0.4s all ease-in-out; }
    #navKana div#kyekana ul {
      width: 50%;
      padding: 0 0.25rem;
      display: flex; }
    #navKana div#kyekana li {
      padding: 2px;
      width: 20%;
      height: 3rem;
      list-style: none; }
      #navKana div#kyekana li label, #navKana div#kyekana li button {
        display: block;
        margin: 0;
        padding: 0.8rem 0;
        width: 100%;
        font-size: 1.2rem;
        line-height: 1em;
        text-align: center;
        background: white;
        border-radius: 0.2em;
        border: none;
        outline: none; }
        #navKana div#kyekana li label:hover, #navKana div#kyekana li button:hover {
          background: rgba(255, 255, 255, 0.7); }
    #navKana div#kyekana.off {
      display: none !important;
      z-index: 1; }
  #navKana p {
    display: block;
    margin: 0 1rem 1rem;
    padding: 1rem;
    color: white;
    min-height: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
    #navKana p span {
      padding: 1rem;
      font-size: 1.4rem;
      letter-spacing: 0.5rem; }
    #navKana p label {
      display: none;
      padding: 0;
      color: rgba(255, 255, 255, 0.5);
      font-size: 1.2rem;
      line-height: 1em;
      border: none;
      min-width: 2rem; }
      #navKana p label:hover {
        color: white; }
      #navKana p label::before {
        display: inline-block;
        padding-right: 0.5em;
        content: "\f55a";
        font-family: "Font Awesome 5 free";
        font-weight: 900; }

.kye-off #navKana {
  height: 5rem; }
  .kye-off #navKana div#kyekana {
    position: absolute;
    bottom: -26rem;
    opacity: 0; }

article {
  position: fixed;
  top: 0;
  right: 0;
  bottom: -150rem;
  left: 0;
  display: block;
  margin: auto;
  padding: 1.6rem;
  width: 96%;
  max-width: 50rem;
  height: 80%;
  background: white;
  box-shadow: 0 0.5rem 1.6rem rgba(41, 49, 47, 0.5);
  border-radius: 1rem;
  transition: 0.3s all ease-in-out;
  z-index: 200;
  overflow-y: auto; }
  article.active {
    bottom: 0;
    opacity: 1; }
  article h1 {
    padding: 0 0 1em;
    font-size: 1.6rem;
    line-height: 1.5em;
    border-bottom: 1px solid rgba(41, 49, 47, 0.2); }
  article #models {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 0 3rem; }
    article #models li {
      margin: 0 0.5em 1em;
      padding: 1.5em 0.5em 0.5em;
      width: calc(50% - 1em);
      font-size: 1.2rem;
      font-weight: 500;
      text-align: center;
      list-style: none;
      border-radius: 0.5em; }
      article #models li span {
        display: block;
        font-size: 0.8em;
        line-height: 1.3em;
        padding: 0 0 1em;
        font-weight: 300; }
        article #models li span:first-child {
          padding: 0.8em 0 1.5em;
          font-size: 0.7em; }
      article #models li.bk-pr-on, article #models li.cd-pr-on, article #models li.em-on {
        color: white;
        background: #66c9d3; }
      article #models li.bk-co-on, article #models li.cd-co-on {
        color: white;
        background: #83db85; }
      article #models li.bk-pr-off, article #models li.bk-co-off, article #models li.cd-pr-off, article #models li.cd-co-off {
        color: rgba(41, 49, 47, 0.2);
        border: 3px solid rgba(41, 49, 47, 0.2); }
      article #models li.bk-pr-on::before, article #models li.bk-pr-off::before {
        content: '個人口座'; }
      article #models li.bk-co-on::before, article #models li.bk-co-off::before {
        content: '法人口座'; }
      article #models li.cd-pr-on::before, article #models li.cd-pr-off::before {
        content: '個人カード'; }
      article #models li.cd-co-on::before, article #models li.cd-co-off::before {
        content: '法人カード'; }
      article #models li.em-on {
        width: calc(100% - 1em); }
        article #models li.em-on span:first-child {
          padding: 0 0 1.5em; }
  article div.modal-alert {
    margin: auto;
    padding: 1.6rem 1.6rem 0.8rem 1.6rem;
    width: 96%;
    max-width: 650px;
    background: rgba(156, 121, 56, 0.2); }
    article div.modal-alert dt {
      padding: 0 0 0.5em;
      font-size: 0.8rem;
      line-height: 1.5em; }
    article div.modal-alert dd {
      padding: 0 0 0.8rem;
      font-size: 0.6rem;
      line-height: 1.6em; }
  article button.close {
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: rgba(41, 49, 47, 0);
    border: none;
    transition: 0.2s all ease-in-out; }
    article button.close:hover {
      opacity: 0.7; }
    article button.close::before {
      content: "\f057";
      font-family: "Font Awesome 5 free";
      font-weight: 900;
      color: rgba(41, 49, 47, 0.7);
      font-size: 1.8rem; }
  article .unsupported {
    display: block;
    margin: -3rem 0.5em 2rem;
    padding: 1rem;
    text-align: center;
    color: rgba(41, 49, 47, 0.7);
    border-radius: 0.5em;
    border: 3px solid rgba(41, 49, 47, 0.2); }
    article .unsupported strong {
      display: block;
      padding: 0; }
    article .unsupported span {
      display: block;
      padding: 0.5rem 0 0;
      font-size: 0.8rem; }
  article .highlight {
    position: relative;
    display: block;
    margin: -1rem auto 0;
    padding: 0 0 2rem 1.2rem;
    width: 75%;
    font-size: 0.8rem;
    line-height: 1.2em;
    color: #f35532;
    text-align: left;
    font-weight: 500; }
    article .highlight::before {
      content: "※";
      position: absolute;
      top: 0;
      left: 0; }

#howtouse {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center !important;
  background: white;
  z-index: 99;
  overflow: hidden;
  transition: 0.2s all ease-in-out; }
  #howtouse ul {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 2rem 0 0 4rem;
    width: 85%;
    max-width: 400px;
    color: #000; }
    #howtouse ul::before, #howtouse ul::after {
      display: block;
      position: absolute;
      margin: auto;
      left: 0;
      font-family: "Font Awesome 5 free";
      font-weight: 900;
      line-height: 1em;
      height: 1em;
      opacity: 0.5; }
    #howtouse ul::before {
      content: "\f002";
      top: 2rem;
      right: auto;
      padding: 0 0 1.6rem;
      font-size: 3rem; }
    #howtouse ul::after {
      content: "\f063";
      right: 0;
      width: 1em;
      bottom: -2rem;
      font-size: 1.6rem; }
  #howtouse li {
    margin: 0 0 0 1.6rem;
    padding: 0 0 1.6em;
    list-style: disc;
    font-size: 0.8rem;
    line-height: 1.6em;
    text-align: left; }
    #howtouse li span.smp {
      display: inline; }
    #howtouse li span.pc {
      display: none; }
    #howtouse li em {
      display: inline-block;
      margin: 0.25em 0 0 0.25em;
      padding: 0.5em 0.25em;
      line-height: 1em;
      font-style: normal;
      border: 1px solid rgba(41, 49, 47, 0.5);
      border-radius: 0.3em; }

#btnClear:checked ~ #navKana p label {
  display: inline-block; }

#btnClear:checked ~ main {
  height: 100%;
  min-height: 101vh;
  overflow: inherit; }
  #btnClear:checked ~ main::before, #btnClear:checked ~ main::after {
    display: block; }

#btnClear:checked ~ #howtouse {
  bottom: auto;
  height: 0;
  opacity: 0; }

@media screen and (min-width: 960px) {
  /*PCに適用するスタイル*/
  main {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 26rem);
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto; }

  #navKana {
    top: 0;
    right: auto;
    width: 26rem;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto; }
    #navKana header {
      color: white; }
    #navKana h1 {
      position: absolute;
      top: 1rem;
      left: 1rem;
      width: 7rem; }
      #navKana h1 figure img {
        height: 3rem; }
    #navKana h2 {
      padding: 2rem 0 0 7.5rem;
      min-height: 5rem;
      text-align: left; }
    #navKana div#kyekana {
      position: relative;
      bottom: auto; }
    #navKana p label {
      line-height: 1.4rem; }
    #navKana ul {
      width: 10%; }

  article {
    padding: 1.6rem 3rem 3rem; }
    article h1 {
      padding: 0 0.5em 1em; }
    article div.modal-alert {
      width: 75%; }

  #howtouse {
    left: auto;
    width: calc(100% - 26rem); }
    #howtouse ul {
      padding: 8rem 0 0 3.2em;
      width: 85%;
      max-width: 600px; }
      #howtouse ul::before, #howtouse ul::after {
        right: 0;
        left: 0; }
      #howtouse ul::before {
        top: 3rem;
        font-size: 3rem; }
      #howtouse ul::after {
        display: none; }
    #howtouse li {
      font-size: 1rem; }
      #howtouse li span.smp {
        display: none; }
      #howtouse li span.pc {
        display: inline; }

  #btnClear:checked ~ main {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto; } }
