@charset "UTF-8";

table th.left {
    text-align: left;
}
.caution{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.menu-table td:last-child {
    width: 37%;
}
.menu-table td p {
    margin-bottom: 10px;
}
.indent {
    text-indent: -1em;
    padding-left: 1em;
}
.card-button-group {
    justify-content: center;
    gap: 20px;
}
.card-button-group_anchor {
  display: block;
  max-width: 284px;
  width: 100%;
  height: 66px;
  border: 1px solid #2B2B3C;
  padding: 1px;
  box-sizing: border-box;
  text-decoration: none;
}
.card-button-group_anchor > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 2.5px solid #799bcb;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 125%;
}
.mark{
  background: linear-gradient(180deg,transparent 0%, transparent 60%,rgba(255,255,0,.6) 60%);
}
.td_br {
    border-right: 1px solid #6f6f70;
}
.inter-services{
  position: relative;
}
.anc_point{
  position: absolute;
  top: -100px;
  opacity: 0;
  pointer-events: none;
}
.application {
  background: #D6F0FA;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.app_tit {
  text-align: center;
  font-size: 2.4rem;
  padding: 25px;
  background: #A3DDF5;
}
.app_inner {
  padding: 35px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.app_col {
  max-width: 457px;
  width: 100%;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.app_head {
  font-size: 2.4rem;
  text-align: center;
}
.app_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 115px;
  background: #34B4E8;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,.2);
  margin-top: 20px;
  text-decoration: none;
}
.app_btn--sub{
  color: #fff;
}
.app_btn--main{
  color: #fff;
  font-size: 2.4rem;
}
.app_com {
  margin-top: 25px;
}
.app_bot {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app_anc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 328px;
  width: 100%;
  height: 68px;
  background: #34B4E8;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,.2);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
    .inter-bank_menu{
        overflow-x: scroll;
    }
    .menu-table {
        min-width: 740px;
    }
    .menu-table th, .menu-table td {
    display: table-cell;
    }
    .menu-table td:last-child {
        width: 350px;
    }
.app_inner {
  padding: 30px 2.5%;
}
.app_col {
  padding: 30px 2.5%;
}
.app_head {
  font-size: 2rem;
  text-align: center;
}
.app_btn--sub {
  font-size: 1.4rem;
}
.app_btn--main {
  font-size: 2rem;
}
}

@media screen and (max-width: 576px) {

}
