@charset "UTF-8";
#bankin .mv {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/mainvisual01.jpg) no-repeat center/cover;
}

@media screen and (max-width: 1199px) {
  #bankin .mv {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  #bankin .mv {
    height: 200px;
  }
}

#bankin .mv__head {
  color: #fff;
  font-size: 4rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  #bankin .mv__head {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  #bankin .mv__head {
    font-size: 2.4rem;
  }
}

#bankin .bankin {
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  #bankin .bankin {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  #bankin .bankin {
    margin-top: 60px;
  }
}

#bankin .bankin__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#bankin .bankin__flex__content {
  width: 76%;
}

@media screen and (max-width: 767px) {
  #bankin .bankin__flex__content {
    width: 100%;
  }
}

#bankin .bankin__flex__content__head {
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  background: url(../../common/img/dot04.png) repeat-x bottom left/5px;
}

@media screen and (max-width: 1199px) {
  #bankin .bankin__flex__content__head {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #bankin .bankin__flex__content__head {
    font-size: 1.6rem;
  }
}

#bankin .bankin__flex__content__head:not(:nth-of-type(1)) {
  margin-top: 40px;
}

#bankin .bankin__flex__content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #bankin .bankin__flex__content__flex {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

#bankin .bankin__flex__content__flex__info {
  width: 58%;
}

@media screen and (max-width: 767px) {
  #bankin .bankin__flex__content__flex__info {
    width: 100%;
  }
}

#bankin .bankin__flex__content__flex__info__txt {
  margin-top: 30px;
}

#bankin .bankin__flex__content__flex__pic {
  width: 40%;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #bankin .bankin__flex__content__flex__pic {
    width: 100%;
  }
}

#bankin .bankin__flex__content__list {
  margin-top: 30px;
}

#bankin .bankin__flex__content__list__content {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

#bankin .bankin__flex__content__list__content:not(:first-child) {
  margin-top: 7px;
}

#bankin .bankin__flex__content__flow {
  margin-top: 60px;
}

#bankin .bankin__flex__content__flow__head {
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  background: url(../../common/img/dot04.png) repeat-x bottom left/5px;
}

@media screen and (max-width: 767px) {
  #bankin .bankin__flex__content__flow__head {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1199px) {
  #bankin .bankin__flex__content__flow__head {
    font-size: 1.6rem;
  }
}

#bankin .bankin__flex__content__flow__listbox {
  margin-top: 30px;
}

#bankin .bankin__flex__content__flow__listbox__list {
  position: relative;
  margin: 60px auto 40px;
  padding: 30px;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(204, 204, 204, 0.7));
  -moz-filter: drop-shadow(0px 0px 5px rgba(204, 204, 204, 0.7));
  -ms-filter: drop-shadow(0px 0px 5px rgba(204, 204, 204, 0.7));
  filter: drop-shadow(0px 0px 5px rgba(204, 204, 204, 0.7));
  filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=180);
  /*IE用*/
}

@media screen and (max-width: 767px) {
  #bankin .bankin__flex__content__flow__listbox__list {
    padding: 25px;
  }
}

#bankin .bankin__flex__content__flow__listbox__list__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #bankin .bankin__flex__content__flow__listbox__list__flexbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#bankin .bankin__flex__content__flow__listbox__list__flexbox__imgbox {
  width: 40%;
}

@media screen and (max-width: 767px) {
  #bankin .bankin__flex__content__flow__listbox__list__flexbox__imgbox {
    width: 100%;
    margin: 10px auto 0;
  }
}

#bankin .bankin__flex__content__flow__listbox__list__flexbox__txtbox {
  width: 57.14%;
  position: relative;
}

@media screen and (max-width: 767px) {
  #bankin .bankin__flex__content__flow__listbox__list__flexbox__txtbox {
    width: 100%;
  }
}

#bankin .bankin__flex__content__flow__listbox__list__flexbox__txtbox__num {
  padding: 6px 10px;
  width: 160px;
  background: #f64a42;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0px;
  top: -48px;
}

@media screen and (max-width: 767px) {
  #bankin .bankin__flex__content__flow__listbox__list__flexbox__txtbox__num {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -41.5px;
  }
}

#bankin .bankin__flex__content__flow__listbox__list__flexbox__txtbox__txt {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #bankin .bankin__flex__content__flow__listbox__list__flexbox__txtbox__txt {
    margin-top: 8.5px;
  }
}

#bankin .bankin__flex__content__flow__listbox__list:nth-child(n+2) {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  #bankin .bankin__flex__content__flow__listbox__list:nth-child(n+2) {
    margin-top: 61.5px;
  }
}

#bankin .bankin__flex__content__flow__listbox__list:after {
  content: '';
  border: 25px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  border-top-color: #fff;
  /* 吹き出しの背景色と同じ色 */
  bottom: -50px;
}

#bankin .bankin__flex__content__flow__listbox__list:last-child:before {
  content: none;
}

#bankin .bankin__flex__content__flow__listbox__list:last-child:after {
  content: none;
}

#bankin .bankin__flex__content__flow__listbox__list:last-child {
  margin-bottom: 0;
}

#bankin .sns {
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  #bankin .sns {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  #bankin .sns {
    margin-top: 60px;
  }
}

#bankin .sns__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #bankin .sns__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#bankin .sns__flex__list {
  width: 48%;
}

@media screen and (max-width: 767px) {
  #bankin .sns__flex__list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #bankin .sns__flex__list:nth-child(2) {
    margin-top: 20px;
  }
}

#bankin .sns__flex__list iframe {
  vertical-align: bottom;
}

#bankin .sns__flex__list__link {
  display: block;
}
/*# sourceMappingURL=style.css.map */