
/* キャッシュレスページ */
.card{
  padding: 10px;
  border: 3px solid #c3c3c3;
  height: 340px;
}
.card-text{
  padding: 5px;
  text-align: left;
}
.card-body{
  align-items: flex-end;
  display: grid;
}

.card-body a{
  margin: 10px;
}

.Cashless{
  padding: 10px;
}

.clService{
  padding: 15px;
}

/* パンくずリスト */
#breadcrumb{
    text-align: center;
    background-color:#f8f8f885;
    height: 30px;
    padding-left: 23px;
}
li.breadcrumb-item {
    font-weight: 600;
}
.breadcrumb_nav{
    background-color: #b1b1b1;
}
@media (max-width: 767px) {
  .sp-font {
    font-size: 13px !important;
  }
  #breadcrumb{
      padding-left: 5px;
  }
}
/* 見出しの調整 */
.headline{
    text-align: center;
    margin: 10px 0;
}
.headline h1{
    font-weight: bold;
}

/* 小見出しの調整 */
.heading03{
    margin-top: 1.8em;
    padding-left: 0.5em;
    border-left: solid 4px #6eba44;
    font-weight: bold;
    font-size: 1.571em;
    line-height: 1.5;
}

/* 見出し */
.ttl_frame1 {
    font-weight: bold;
    padding: 0.5em 1em;
    border: 3px solid #004ea2;
    overflow: hidden;
    position: relative;
}
.ttl_frame1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-width: 25px 25px 0 0;
    border-style: solid;
    border-color: #004ea2 #ffffff00 #004ea2;
}

/* インターネット支店ページ */
/* 共通部分 */
.card-img-top{
  width: auto;
}
.app_banking{
  padding: 10px;
}
/* アプリ一覧 */
.appService{
  padding: 13px;
}
.appService .card{
  padding: 10px;
  border: 3px solid #c3c3c3;
  height: 530px;
}
.appService .card-title{
  height: 42px;
}
.appService .card-text{
  padding: 5px 0;
  text-align: left;
  height: 130px;
}

/* インターネットバンキング一覧 */
.EBService{
  padding: 15px;
}

.EBService .card{
  padding: 10px;
  border: 3px solid #c3c3c3;
  height: 400px;
}

.EBService .card-text{
  padding: 5px;
  text-align: left;
  height: 50px;
}

/* ガマぐち支店一覧 */
.gamaService{
  padding: 15px;
}

.gamaService .card{
  padding: 10px;
  border: 3px solid #c3c3c3;
  height: 400px;
}

.gamaService .card-text{
  padding: 5px;
  text-align: left;
  height: 50px;
}

.button_line006 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 220px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  text-decoration: underline;
  color: #ff2b2b;
  font-size: 0.9rem;
}
.excolumn{
  height: 35px;
  height: 20px;
}
.button_line006 a:hover{
  opacity: 0.7;
}
.appService .card-text li{
  font-size: 0.95rem;
}