/*IEのみ適用*/
@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  .iebtm {
    /*ボタン文字調整*/
    padding-top: 7px;
  }

  /*IE グロナビおかしい対応*/
  .fixie .nav__inside__list li a {
    padding-top: 0 !important;
  }

  /*IE ボタン廻修正 */
  .fixie .introhead_second .tabnews_nav .stab span,
  .fixie .p-news .titlebg span {
    top: 0 !important;
  }
}


/*News一覧　日付を上に*/
@media all and (max-width: 768px) {
  .tabnews .listdotted .hasdate {
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

/*信用金庫の時だけ対応　start*/
@media all and (min-width: 769px) {
  .pc_r_bd {
    padding: 20px 0px 20px 20px;
  }

  .pc_r_non_bd {
    border-right: none !important;
  }

  .pc_r_bd::after {
    content: '';
    display: inline-block;
    background: #DCDCDC;
    height: 90px;
    width: 1px;
    /*margin-left: 6px;*/
  }

  .blockser2 .pc_r_bd {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* text-align: left; */
    /*margin-right: 50px;*/
  }

  .pc_r_bd > .blockser2_ins {
    margin-right: 50px;
  }
}

@media (max-width: 768px) {
  .pc_r_non_bd {
    margin: 0 20px;
  }

  .cls_b_db_sp {
    padding: 0 24px !important;
  }
}

/*信用金庫の時だけ対応　end*/


@media (max-width: 520px) {
  .block-others .listtext {
    font-size: 10.4px;
    letter-spacing: -1px;
  }
}

/*ATM使える店冒頭*/
@media (max-width: 768px) {
  .introhead_second {
    font-size: 12.6px;
  }

  .sp_title_j2 {
    font-size: 12px;
  }
}

.footer .language {
  position: relative;
}

@media all and (min-width: 769px) {
  .footer .language {
    width: min(128px, calc(128/1400*100vw));
  }
}

@media all and (max-width: 768px) {
  .footer .language {
    width: min(210px, calc(210/750*100vw));
    margin-right: 0;
  }
}

.footer .language > a {
  display: flex;
  position: relative;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border-radius: 100vmax;
  transition: border-radius 0.1s ease;
  color: #1353a0;
}

@media all and (min-width: 769px) {
  .footer .language > a {
    padding: min(5px, calc(5/1400*100vw)) 0 min(5px, calc(5/1400*100vw)) min(30px, calc(30/1400*100vw));
    font-size: min(12px, calc(12/1400*100vw));
  }
}

@media all and (max-width: 768px) {
  .footer .language > a {
    padding: min(20px, calc(20/750*100vw)) 0 min(20px, calc(20/750*100vw)) min(60px, calc(60/750*100vw));
    font-size: min(20px, calc(20/750*100vw));
  }
}

@media all and (min-width: 769px) {
  .footer .language > a.is-active {
    border-radius:  0 0 min(15px, calc(15/1400*100vw)) min(15px, calc(15/1400*100vw));
  }
}

@media all and (max-width: 768px) {
  .footer .language>a.is-active {
    border-radius: 0 0 min(25px, calc(25/750*100vw)) min(25px, calc(25/750*100vw));
  }
}

.footer .language > a::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  aspect-ratio: 1 / 1;
  background: url(../images/share/icon_lang_blu.png) no-repeat 0 0;
  background-size: contain;
}

@media all and (min-width: 769px) {
  .footer .language > a::before {
    left: min(12px, calc(12/1400*100vw));
    width: min(14px, calc(14/1400*100vw));
  }
}

@media all and (max-width: 768px) {
  .footer .language > a::before {
    left: min(25px, calc(25/750*100vw));
    width: min(25px, calc(25/750*100vw));
  }
}

.footer .language > a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  aspect-ratio: 4 / 3;
  background: url(../images/share/icon_lang_arrow_blu.png) no-repeat 0 0;
  background-size: contain;
  transform-origin: 50% 50%;
  transition: transform 0.1s ease;
}

@media all and (min-width: 769px) {
  .footer .language > a::after {
    right: min(15px, calc(15/1400*100vw));
    width: min(8px, calc(8/1400*100vw));
  }
}

@media all and (max-width: 768px) {
  .footer .language > a::after {
    right: min(25px, calc(25/750*100vw));
    width: min(12px, calc(12/750*100vw));
  }
}

.footer .language > a.is-active::after {
  rotate: 180deg;
}

.footer .language_cont_list {
  top: auto;
  bottom: 100%;
  background-color: #fff;
}

@media all and (min-width: 769px) {
  .footer .language_cont_list {
    border-radius: min(15px, calc(15/1400*100vw)) min(15px, calc(15/1400*100vw)) 0 0;
  }
}

@media all and (max-width: 768px) {
  .footer .language_cont_list {
    border-radius: min(25px, calc(25/750*100vw)) min(25px, calc(25/750*100vw)) 0 0;
  }
}

@media (max-width: 768px) {

  /*カルーセルスマホでずれる応急対応*/
  .toppage .slick-next {
    right: 0;
    display: none !important;
  }

  .toppage .slick-prev {
    display: none !important;
  }
}


.block-logo-in div.blocklogo_img {
  margin-bottom: 0.5em;
}

.logospit3 .block-logo-in a .blocklogo_title {
  margin-bottom: 0em;
}

@media (max-width: 767px) {

  .page-service .logospit3 .block-logo-in a,
  .page-super .logospit3 .block-logo-in a {
    height: 120px;
  }
}

.logospit3 .block-logo-in a {
  height: 135px;
}
