/* ================================
  finance
  MB→PC min-width:1100px
================================ */

/* ページタイトル ※調整
-------------------------------- */
#cateTitImg {background-image: url("../finance/img/contetitimg_service.jpg") ;}
#cateTitTxt {background-image: url("../finance/img/contetitimg_finance_bg.jpg");}
#cateTitTxt h1 {background: rgba(245,230,150,0.5); color: #4c3131;}
#cateTitTxt a {color: #4c3131;}

/* サブメニュー下（登録金融機関）
-------------------------------- */
#rfiBox {
  margin: 0 5% 20px;
}
#rfiBox dl {
  border: 1px solid #ddd;
  margin: 0;
  padding: 10px;
  font-size: 11px;
}
#rfiBox dt {
  margin: 0;
  padding: 0 0 5px;
  border-bottom: 1px dotted #ddd;
}
#rfiBox dd {
  margin: 10px 0 0;
  padding: 0;
  line-height: 1.5;
}
#rfiBox .slash {
  display: inline;
}
#rfiBox .myCord {
  display: inline;
}
@media screen and (max-width: 479px) {
  #rfiBox .slash {
    display: none;
  }
  #rfiBox .myCord {
    display: block;
  }
}
@media screen and (min-width: 1100px), print {
  #rfiBox {
    margin: 20px 0;
  }
  #rfiBox dl {
    padding: 10px 5px;
  }
}


/* -------------------------------- 
  金融トップ
-------------------------------- */
#iconNav ul {
font-size: 0;
letter-spacing: 0;
line-height: 1;
list-style: none;
}
#iconNav li {
display: inline-block;	
line-height: 1;
text-align: center;
margin-left: 10px;
margin-bottom: 10px;
vertical-align: top;
}
#iconNav li:first-child,#iconNav li:nth-child(6) {
margin-left: 0;
}

#iconNav li img {
display: block;
width: auto;
height: 60px;
margin: 0 auto;
padding: 0 0 10px;
}
#iconNav li.lines2 img {
padding-bottom: 0;
}

#iconNav li a {
width: 144px;
height: 100px;
font-size: 16px;
color: #fff;
display: block;	
padding: 10px 0;
border: 4px solid #008941;
text-decoration: none;
background-color: #008941;
}

#iconNav li a:hover {
color: #fff;
}

#iconNav li a strong {
line-height: 1.3;
letter-spacing: 2px;
}

#iconNav li a img {border: 0;}

#iconNav li.bgW a {
color: #008941;
background-color: #fff;
}


/* ローンセンターお知らせ
--------------------------------*/
dl#loancenterNews {
  border: 1px solid #c00;
  margin: 2rem 0;
  padding: 0 1em 1em 0;
}
dl#loancenterNews dt {
  display: inline-block;
  background-color: #c00;
  border-radius: 0 0 6px 0;
  color: #fff;
  padding: 0.25em 1em;
}
dl#loancenterNews dd {
  margin: 1em 0 0 1em;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  dl#loancenterNews {
    display: flex;
    align-items: flex-start;
  }
}


/* ローンセンターコラム
--------------------------------*/
#oyakudachiColumn {
  margin: 2rem 0;
  padding: 0;
}

#oyakudachiColumn h2 {
  margin: 0;
  padding: 0;
}
#oyakudachiColumn .columnBox {
  background-color: #f58f00;
  padding: 10px 20px;
  color: #fff;
}
#oyakudachiColumn dl {
  background-color: #f58f00;
  margin: 0;
  padding: 10px 0;
}
#oyakudachiColumn dt {
  background-color: #f5e2c7;
  border-bottom: 2px dashed #fff;
  border-radius: 6px 6px 0 0;
  color: #333;
  padding: 10px 15px 8px;
}
#oyakudachiColumn dt .fNum {
  display: inline-block;
  margin-right: 10px;
}
#oyakudachiColumn dd {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  padding: 5px 15px 15px;
  color: #333;
  font-size: 15px;
}
#oyakudachiColumn dd .update {
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #oyakudachiColumn dt .fNum {
    display: block;
    margin-right: 0;
  }
}

/* 過去のコラム */
#oyakudachiColumn dl.pastArticle dt {
  position: relative;
  cursor: pointer;
  padding-right: 35px;
}
#oyakudachiColumn dl.pastArticle dt::before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 12px;
  transform: translateY(-50%);
}
#oyakudachiColumn dl.pastArticle dt::after {
  position: absolute;
  top: calc(50% - 2px);
  right: 27px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #f58f00;
  border-right: 2px solid #f58f00;
  transform: translateY(-50%) rotate(135deg);
  transition: all .3s;
}
#oyakudachiColumn dl.pastArticle dt.open::after {
  transform: rotate(-45deg);
}
#oyakudachiColumn dl.pastArticle dd {
  display: none;
}


/* iconNavF
--------------------------------*/
#iconNavF ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
list-style: none;
}
#iconNavF li {
justify-content: center;
text-align: center;
margin: 0 0 15px 2%;
vertical-align: top;
width: 32%;
}
#iconNavF li:nth-child(3n+1) {
margin-left: 0;
}

#iconNavF li img {
display: block;
width: auto;
height: 50px;
margin: 0 auto;
padding: 0 0 10px;
}
#iconNavF li.lines2 img {
padding-bottom: 0;
}
#iconNavF li.bgW img {
height: 42px;
padding-bottom: 5px;
}

#iconNavF li a {
width: auto;
height: 108px;
font-size: 14px;
line-height: 1.3;
color: #FFF;
display: block;	
padding: 10px 0;
border: 4px solid #008941;
text-decoration: none;
background-color: #008941;
}

#iconNavF li a:hover {
color: #fff;
}

#iconNav li a strong {
line-height: 1.3;
letter-spacing: 2px;
}

#iconNavF li a img { border: 0;}

#iconNavF li.bgW a {
color: #008941;
background-color: #fff;
}

@media screen and (min-width: 1100px), print {
  #iconNavF li {
  margin: 0 0 15px 1%;
  width: 15%;
  }
  #iconNavF li:nth-child(6n+1) {
  margin-left: 0;
  }

}

/*  */
#btnAgrt {
margin: 0 0 10px;
padding: 10px 0 0;
letter-spacing: 1px;
}
#btnGrn {
margin: 0 0 10px;
padding: 0;
letter-spacing: 1px;
}
#btnAgrt a,
#btnGrn a {
display: block;
background-color: #000;
color: #fff;
padding: 15px;
text-decoration: none;
text-align: center;
vertical-align: middle;
}
#btnGrn a {
text-align: left;
background-color: #008941;
}
#btnAgrt a:hover,
#btnGrn a:hover {
background-color: rgba(0,0,0,0.5);
}
#btnAgrt a b {
font-size: 20px;
}
#btnGrn a b {
font-size: 16px;
}
#btnAgrt i,
#btnGrn i {
display: inline-block;
margin-left: 10px;
}

@media screen and (min-width: 768px), print {

  #btnGrn a {
    text-align: center;
  }
  #btnGrn a b {
  font-size: 20px;
  }
  #btnGrn a[href$=".pdf"] b {
    vertical-align: bottom;
  }
  #btnGrn a[href$=".pdf"]::after {
    width: 32px;
    height: 32px;
  }

}

/**/
#fnNews .newsBox {
border: 4px solid #fd980e;
padding : 0 15px 20px;
}
#fnNews h2 {
padding: 0.6em;
margin-top: 20px;
color: #fff;
background: #fd980e;
border-bottom: 0;
font-size: 20px;
}
#fnNews ul {
padding: 15px 0 15px 1.4em;
}
#fnNews .linkBk {
text-align: center;
}
#fnNews .linkBk a {
display: inline-block;
font-size: 13px;
color: #FFF;
padding: 10px 15px;
margin: 0;
background-color: #690;
text-decoration: none;	
}
#fnNews .linkBk a:hover {background-color: #CC3366;}
#fnNews .linkBk i {margin-right: 8px;}



/* bnrListBox */
.bnrListBox {
  text-align: center;
  margin: 0 auto 20px;
}
.bnrListBox ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 20px 0 0;
}
.bnrListBox ul li {
  text-align: center;
  width: 49%;
  margin: 0 0 0 2%;
  padding: 10px 0 0;
}
.bnrListBox ul li:nth-child(2n+1) {
  margin-left: 0;
}
.bnrListBox ul li a img {
  border: 0;
  vertical-align: middle;
}
.bnrListBox ul li p {
  margin: 0;
  padding: 3px 0 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}

.bnrListBox ul li.wFree {
  width: auto;
}

@media screen and (min-width: 800px), print {
  .bnrListBox ul li {
    width: 32%;
    margin: 0 2% 0 0;
  }
  .bnrListBox ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1100px) {
  .bnrListBox ul li {
    width: 260px;
    margin: 0 10px 0 0;
  }
  .bnrListBox ul li:nth-child(3n) {
    margin-right: 0;
  }
  .bnrListBox ul li p {
    text-align: center;
  }
}



/* bnrListBoxCol2 */
.bnrListBoxCol2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 20px;
}
.bnrListBoxCol2 ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  letter-spacing: -1em;
  font-size: 0;
}
.bnrListBoxCol2 ul li {
  display: inline-block;
  text-align: center;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 1.0;
  vertical-align: top;
  width: 395px;
  margin: 0 10px 0 0;
  padding: 10px 0 0;
}
.bnrListBoxCol2 ul li:nth-of-type(2n) {
  margin: 0;
}
.bnrListBoxCol2 ul li img:hover {
    opacity: 0.5;
}


/*
---------------------------------- */
.btnGl {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #690;
  text-decoration: none;
}
.btnGl:before {
  margin-right: 5px;
  content: "\f061";
  font-family: FontAwesome;
}
.mfBox .mfLinkboxL {
  padding-top: 20px;
}
.btBox, .btBoxCar {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.btBox a, .btBoxCar a {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  border: 4px solid #999;
}
.btBox a .btLSp {
  display: inline-block;
  color: #4c3131;
}
.btBox a .btRSp {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  padding-left: 24px;
  font-size: 20px;
  color: #00873F;
}
.btBox a .btRSp:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #00873f;
  border-right: solid 3px #00873f;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  transform: rotate(45deg);
}
@media screen and (min-width: 1100px), print {
  .btBox a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
  }
  .btBox a .btLSp {
    padding: 0 20px 0 0;
    font-size: 18px;
    text-align: left;
  }
  .btBox a .btRSp {
    padding-top: 5px;
    font-size: 26px;
    text-align: left;
  }
}

/* -------------------------------- 
  金利・手数料一覧 / 店舗・ATM
-------------------------------- */
#serviceGrp02 {
  margin-top: 40px;
  margin-bottom: 20px;
}

p.serviceUpdate {
  margin: 0 0 10px !important;
  padding: 0;
  font-size: 13px;
  text-align: right;
}

#fService .notes {
  font-size: 14px !important;
}

#fService .conteBox:not(#fService01) {
  padding: 10px 0 0;
}

.hyo {
  margin-bottom: 20px;
  border-top-width: 10px;
  border-right-width: 9px;
  border-bottom-width: 8px;
  border-left-width: 10px;
  border-style: solid;
  border-color: #e0dcbf;
  font-size: 12px;
  border-collapse: inherit;
}
.hyo.tblS {
  min-width: 100px;
}
.hyo.tblS td {
  text-align: center;
}
.hyo th, .hyo td {
  border-right-width: 1px;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #e0dcbf;
  border-bottom-color: #e0dcbf;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  vertical-align: middle;
  font-weight: normal;
  white-space: nowrap;
}
.hyo th a, .hyo td a {
  color: #333;
}
.hyo th a:hover, .hyo td a:hover {
  color: #c36;
}
.hyo th {
  background-color: #c1b880;
  color: #333;
  text-align: left;
}
.hyo th.sth, .hyo th.sthL, .hyo th.sthR {
  color: #333;
  background-color: #f90;
  border-right-style: solid;
  font-weight: normal;
  border-right-width: 1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-right-color: #e0dcbf;
  border-bottom-color: #e0dcbf;
  text-align: center;
}
.hyo th.sthL, .hyo td.taL {
  text-align: left;
}
.hyo th.sthR, .hyo td.taR {
  text-align: right;
}
.hyo th.taC, .hyo td.taC {
  text-align: center;
}
.hyo th.tt {
  font-size: 14px;
  color: #333;
  background-color: #E0DCBF;
}
.hyo td {
  text-align: right;
}
.hyo td.tdS {
  max-width: 100px;
}
.hyo li {
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 130%;
  list-style-type: disc;
  margin-left: 15px;
  list-style-position: outside;
}
.tbTopSp {
  padding-top: 60px;
}
.kinriTit {
  padding: 0 0 10px;
  font-size: 16px;
  letter-spacing: 1px;
}
.kinriTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
.kinriTable th, .kinriTable td {
  padding: 4px 10px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
.kinriTable th {
  width: 220px;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  background-color: #DFDABC;
}
.kinriTable td {
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
}
.kinriTable td:nth-child(2) {
  width: 100px;
}
.kinriTable td:nth-child(3) {
  width: 100px;
}
.kinriTable td:nth-child(4) {
  width: 140px;
}
.kinriTable td:nth-child(5) {
  width: 200px;
}
.kinriTable td p {
  margin: 10px 0 0 !important;
  padding: 0 !important;
}

.decList {
  margin: 20px 0 0;
  padding-top: 0;
  list-style-type: decimal;
}
.decList li {
  margin-left: 20px;
  padding: 10px 0 0;
}
#fService #conTit {
  border-bottom: 4px solid #333;
  margin-bottom: 25px;
  padding-bottom: 5px;
  font-size: 18px;
}
#fService .conteTit02 {
  padding: 0 0 0 12px;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
  border-left: 10px solid #F90;
}
#fService p {
  margin-bottom: 20px;
}
/* アコーディオン */
.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab label {
  width: 100%;
  margin: 0 0 1px 0;
  padding: 0.8em 3em 0.8em 1em;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 2px;
  font-size: 16px;
  color: #008941;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: 4px solid #999999;
}
.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 2200px; /* アコーディオンの最大高さ */
}
/* Icon */
.cp_actab label::after {
  line-height: 0;
  position: absolute;
  top: 24px;
  right: 20px;
  display: block;
  font-size: 32px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
  content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.cp_actab .fzS {
  font-size: 0.9em;
}
/* アコーディオン ここまで */

@media screen and (max-width: 1099px) {
  .kinriTable th {
    font-size: 14px;
  }
  .hyo th, .hyo td {
    font-size: 14px !important;
  }
  .hyo th.sthL, .hyo td.taL {
    font-size: 14px !important;
  }
  .hyo th.sthR, .hyo td.taR {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1100px), print {
  .hyo {
    min-width: 350px;
  }
  /* Icon */
  .cp_actab label::after {
    top: 26px;
  }
  .kinriTable th {
    white-space: normal;
  }
  .table_box_column2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .table_box_column2 > div {
    width: 400px;
  }
}



/* -------------------------------- 
  JA教育ローン / JAリフォームローンN / その他ローンのご案内
-------------------------------- */
#loan_etc .menulist {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
}
#loan_etc .menulist li {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#loan_etc .menulist a {
  text-decoration: none;
}
#loan_etc .menulist a:before {
  margin-right: 5px;
  content: "\f061";
  font-family: FontAwesome;
  font-size: 12px;
}
#loan_etc .menulist li p {
  margin: 3px 0 0;
  padding: 5px 10px;
  text-indent: 0;
  font-size: 12px;
  line-height: 130%;
  color: #690;
  background-color: #F2F9DD;
}
#loan_education .hyo_reform table, #loan_etc .hyo_reform table, #loan_reform .hyo_reform table {
  width: 100%;
  marginm: 0 auto 10px;
  padding: 0;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  border-top: 1px dotted #666;
}
#loan_education .hyo_reform th, #loan_education .hyo_reform td, #loan_etc .hyo_reform th, #loan_etc .hyo_reform td, #loan_reform .hyo_reform th, #loan_reform .hyo_reform td {
  margin: 0;
  padding: 10px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-bottom-style: dotted;
  border-bottom-color: #666;
}
#loan_education .hyo_reform th, #loan_etc .hyo_reform th, #loan_reform .hyo_reform th {
  background-color: #DBEBAB;
  text-align: left;
  white-space: nowrap;
}
#loan_education .hyo_reform th {
  background-color: #F7F380;
}
#loan_education .hyo, #loan_etc .hyo, #loan_reform .hyo {
  width: 100%;
  margin-bottom: 5px;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
#loan_education .hyo th, #loan_education .hyo td, #loan_etc .hyo th, #loan_etc .hyo td, #loan_reform .hyo th, #loan_reform .hyo td {
  margin: 0px;
  padding: 10px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  font-size: 14px;
}
#loan_education .hyo th, #loan_etc .hyo th, #loan_reform .hyo th {
  background-color: #FC6;
  font-weight: bold;
}
#loan_education .hyo td:nth-of-type(2n), #loan_etc .hyo td:nth-of-type(2n), #loan_reform .hyo td:nth-of-type(2n) {
  text-align: center;
  background-color: #FFFFCC;
}
#loan_etc .readTxt {
  font-size: 20px;
  color: #336699;
}
#conteTitTxt {
  padding-bottom: 10px;
  text-align: center;
}
.linkBtnBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kinriSideSp ul {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
}
.kinriSideSp ul li {
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
}
#loan_education .sTit, #loan_reform .sTit, #loan_etc .sTit {
  display: flex;
  padding-bottom: 20px;
}
#loan_education .sTit .icon, #loan_reform .sTit .icon, #loan_etc .sTit .icon {
  width: 36px;
  height: auto;
  margin-right: 18px;
}
#loan_education .sTit span, #loan_reform .sTit span, #loan_etc .sTit span {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #FFF;
  padding: 10px 10px;
  border-radius: 10px;
}
#loan_education .sTit span {
  background-color: #99CC00;
}
#loan_reform .sTit span {
  background-color: #66CCCC;
}
#loan_etc .sTit span {
  background-color: #FF9900;
}
#loan_education .sTit span:before, #loan_reform .sTit span:before, #loan_etc .sTit span:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  top: 50%;
  left: -15px;
  margin-top: -10px;
}
#loan_education .sTit span:before {
  border-color: transparent #99CC00;
}
#loan_reform .sTit span:before {
  border-color: transparent #66CCCC;
}
#loan_etc .sTit span:before {
  border-color: transparent #FF9900;
}
@media screen and (max-width: 1099px) {
  #loan_education .hyo th, #loan_education .hyo td, #loan_etc .hyo th, #loan_etc .hyo td, #loan_reform .hyo th, #loan_reform .hyo td {
    display: block;
    text-align: center;
  }
  #loan_education .hyo_reform th, #loan_education .hyo_reform td, #loan_etc .hyo_reform th, #loan_etc .hyo_reform td, #loan_reform .hyo_reform th, #loan_reform .hyo_reform td {
    display: block;
  }
  #loan_education .linkBtnBox, #loan_reform .linkBtnBox {
    text-align: center;
  }
}
@media screen and (min-width: 700px), print {
   .linkBtnBox ul {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
  }
  .linkBtnBox ul li {
    margin: 0 10px;
  }
	
}
@media screen and (min-width: 1100px), print {
  .kinriSideSp {
    padding-left: 50px;
  }
  #loan_education .hyo th, #loan_education .hyo td, #loan_etc .hyo th, #loan_etc .hyo td, #loan_reform .hyo th, #loan_reform .hyo td {
    padding: 4px 10px;
  }
  #loan_education .hyo td:nth-of-type(1n), #loan_etc .hyo td:nth-of-type(1n), #loan_reform .hyo td:nth-of-type(1n) {
    text-align: left;
  }
  #loan_education .hyo td:nth-of-type(2n), #loan_etc .hyo td:nth-of-type(2n), #loan_reform .hyo td:nth-of-type(2n) {
    text-align: center;
  }
  #loan_education .hyo_reform th, #loan_education .hyo_reform td, #loan_etc .hyo_reform th, #loan_etc .hyo_reform td, #hyo_reform .hyo_reform th, #hyo_reform .hyo_reform td {
    padding: 4px 10px;
  }
  
  #loan_reform .sTit .icon {
    width: 55px;
    height: auto;
  }
  #loan_reform .sTit span {
    font-size: 24px;
    padding: 10px 15px;
    border-radius: 29px;
  }
  #loan_reform .sTit span:before {
    border-width: 10px 30px 10px 0;
  }
  #loan_etc .readTxt {
    text-align: center;
  }
}

/* -------------------------------- 
  定型約款一覧表 
-------------------------------- */
.wkGuide {
  margin: 0 0 40px;
  padding: 0 15px 15px;
  border: 5px solid #ffd8d8;
}
.guideTit {
  display: inline-block;
  background-color: #ffd8d8;
  border-radius: 0 0 6px 0;
  margin: 0 0 5px -15px;
  padding: 3px 15px 5px 10px;
  font-size: 16px;
}
.wkGuide ul {
  margin: 0;
  padding: 0 0 0 1.2em;
}
.wkGuide li {
  padding: 10px 0 0;
  font-size: 13px;
}

.nostList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nostList li {
  padding: 4px 0 0;
  font-size: 13px;
}

.agrtTblBox {
  border: 1px solid #333333;
}
.agrtTbl {
  width: 100%;
}
.agrtTbl th, .agrtTbl td {
  text-align: left;
  font-size: 13px;
  border-left: 1px solid #E0DCBF;
  border-bottom: 1px solid #E0DCBF;
  padding: 4px 8px 3px;
  vertical-align: middle;
  font-weight: normal;
}
.agrtTbl th {
  text-align: center;
  background-color: #C1B880;
  color: #333;
  white-space: nowrap;
}
.agrtTbl th.sthN {
  border-left: none;
  background-color: #3D3D3D;
  color: #FFF;
}
.agrtTbl th.sth {
  color: #333;
  background-color: #FDFBED;
}
.agrtTbl th.taC, .agrtTbl td.taC {
  text-align: center;
}

.agrtTbl td p {
  margin: 0;
  padding: 5px 0 0;
}

.agDay {
  padding-bottom: 20px;
}
@media screen and (min-width: 1100px), print {}

/* -------------------------------- 
  定型約款一覧表 
-------------------------------- */
.tblWF {
  width: 100%;
}
#atminfo .conteTit02 {
  padding: 0 0 0 12px;
  font-size: 16px;
  margin: 20px 0 10px;
  border-left: 10px solid #F90;
}
#atminfo .txtBox {
  padding-bottom: 20px;
}
@media screen and (min-width: 1100px), print {}

/* -------------------------------- 
  JA掛川市 農業資金
-------------------------------- */
#nougyo .conteBox {
  padding-top: 30px;
}
#nougyo #ancLink {
  padding-top: 20px;
}
#nougyo #ancLink ul {
  display: flex;
  padding: 0;
  list-style: none;
  text-align: center;
}
#nougyo #ancLink ul li {
  width: 100%;
  margin: 0;
  padding-top: 10px;
}
#nougyo #ancLink ul li:first-child {
  margin-right: 20px;
}
#nougyo #ancLink ul li img {
  width: auto;
}
#nougyo .txtList {
  padding: 20px 0 0 0;
  list-style: none;
  text-align: left;
}
#nougyo .txtList li {
  font-size: 14px;
  padding-left: 35px;
  text-indent: -25px;
}
#nougyo #aguri .txtList li {
  padding-left: 25px;
  text-indent: -15px;
}
#nougyo .txtList .txTop {
  margin-right: 5px;
}
#nougyo .txtList li:last-child {
  margin-bottom: 0;
}
#nougyo .linkBox {
  padding: 20px 0;
}
#nougyo .hyo td:nth-of-type(2) {
  text-align: center;
}
#nougyo #kindai .linkBox table, #nougyo #aguri .linkBox table {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #eee8aa;
  list-style: none;
}
#nougyo #kindai .linkBox table td, #nougyo #aguri .linkBox table td {
  padding: 15px;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}
#nougyo .linkBox ul li:first-child {
  margin-right: 20px;
}
#nougyo .linkBox a {
  display: inline-block;
}
#nougyo .linkBox a.pdf {
  background: url("../img_common/icon_pdf.jpg") 0 3px no-repeat;
  background-size: 16px auto;
  padding: 2px 0 2px 26px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
#nougyo .linkBox .btn a {
  float: right;
  padding: 8px 15px;
  border: 3px solid #999999;
  color: #008840;
  background-color: #FFF;
  text-decoration: none;
}
#nougyo .linkBox .btn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  margin-right: 10px;
  font-size: 18px;
}
#nougyo .linkBox .btn a:hover {
  color: #669900;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  zoom: 1;
}
#nougyo #list .conteTit02 {
  position: relative;
  width: 100%;
  margin: 20px 0 25px;
  padding: 10px 20px;
  font-size: 18px;
  text-align: left;
  color: #FFF;
  background: #FF9900;
}
#nougyo #list .conteTit02:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 12px solid transparent;
  border-top: 15px solid #FF9900;
  width: 0;
  height: 0;
}
@media screen and (min-width: 1100px), print {
  #nougyo {
    text-align: center;
  }
  #nougyo #ancLink {
    padding-top: 40px;
  }
  #nougyo .linkBox {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  #nougyo #list {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  #nougyo .txtList {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}

/* -------------------------------- 
  マイカーローン
-------------------------------- */
#loan_car #conteTitTxt {
  padding-bottom: 30px;
}
#loan_car .conteBoxTop {
  padding: 20px 0 0;
}
#loan_car .conteBox {
  padding: 20px 0 0;
}
#loan_car .mrk {
  margin: 0;
  padding: 0;
  list-style: none;
}
#loan_car .mrk li {
  margin: 0 auto 10px;
  padding: 10px 0;
  line-height: 1.4;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  color: #FFF;
  background-color: #E5316B;
}
#loan_car .picList {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
}
#loan_car .picList li {
  margin: 0;
  padding: 10px 0 0;
}
#loan_car .picList li:first-child {
  padding-top: 0;
}
#loan_car .picList li .point {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 15px;
  font-weight: bold;
  color: #FFF;
  background-color: #14B0B4;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: "Times New Roman", Times, "serif";
}
#loan_car .picList li .point:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 45%;
  border: 5px solid transparent;
  border-top: 10px solid #14B0B4;
}
#loan_car .picList li .point .no {
  font-size: 18px;
  padding-left: 4px;
}
#loan_car .picList li .wk {
  margin: -5px 0 0px;
  padding: 10px 20px 14px;
  background-color: #F5F2D3;
}
#loan_car .picList li .wk p {
  margin: 0;
  padding: 10px 0 0;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.5;
}
#loan_car .picList li .wk strong {
  font-size: 16px;
}
#loan_car .wkDot {
  border: 1px dotted #1b1b1b;
  padding: 10px 15px;
}
#loan_car .wkDot a {
  display: inline-block;
}
#loan_car .wkDot a.iconPdfB {
  padding: 0 0 0 20px;
}
#loan_car .wkDot a.iconPdfB:before {
  top: 4px;
}
#loan_car .filesBox {
  margin: 0;
  padding: 0;
  list-style: none;
}
#loan_car .filesBox li {
  margin: 0;
  padding: 0;
}
#loan_car .filesBox li:nth-child(n+2) {
  margin-top: 10px;
}
#loan_car .txtWkBg {
  margin-top: 15px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  background-color: #FEE5C3;
}
#loan_car .mfLinkboxL {
  padding-top: 20px;
  text-align: center;
}
#loan_car h2.ctName {
  margin-bottom: 10px;
  padding: 20px 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #008941;
  background: none;
  border-bottom: 1px dotted #008941;
  line-height: 1.5;
}
#loan_car .loanFlow {
  list-style: none;
  margin: 0;
  padding: 5px 0 0;
}
#loan_car .lineBox {
  padding-bottom: 10px;
  border-radius: 6px;
  background-color: #F5F2D3;
  letter-spacing: 1px;
}
#loan_car .step {
  display: block;
  font-family: "Times New Roman", Times, "serif";
  padding: 10px 15px;
  font-weight: bold;
  color: #E5316B;
  letter-spacing: 0;
  font-size: 20px;
  background-color: #F8CBDA;
  border-radius: 6px 6px 0 0;
}
#loan_car .loanFlow strong {
  display: block;
  padding: 10px 15px 0;
  font-size: 16px;
}
#loan_car .wBox {
  display: block;
  margin: 10px 10px 0;
  padding: 5px 10px;
  background-color: #FFFFFF;
}
#loan_car .loanFlow li:not(:last-child)::after {
  position: relative;
  font-family: FontAwesome;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 40px;
  color: #E5316B;
  line-height: 0.5;
  top: 8px;
  left: 46%;
}
#loan_car .mfLinkboxXl {
  padding-top: 10px;
  text-align: center;
}
#loan_car .btBoxCar a {
  position: relative;
  padding: 10px 45px;
  font-size: 20px;
  color: #00873F;
  text-align: left;
}
#loan_car .btBoxCar a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  background: url("../finance/img_car/icon_car.svg") no-repeat center left;
  background-size: 30px auto;
}
#loan_car .btBoxCar a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../finance/img_car/icon_window.svg") no-repeat center left;
  background-size: 15px auto;
}
#loan_car .picList li .wk strong.fbig {
  font-size: 18px;
}
@media screen and (min-width: 768px), print {/* 調整 */
  #loan_car .mrk {
    display: flex;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  #loan_car .mrk li {
    width: 31%;
    margin-bottom: 0;
  }
  #loan_car .mrk li:nth-of-type(2) {
    margin: 0 3.5%;
  }
  #loan_car .picList li .point {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
    font-weight: bold;
    color: #FFF;
    background-color: #14B0B4;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-family: "Times New Roman", Times, "serif";
  }
  #loan_car .picList li .point:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    bottom: auto;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 10px solid #14B0B4;
  }
  #loan_car .picList li .point .no {
    font-size: 20px;
    padding-left: 4px;
  }
  #loan_car .picList li .wk {
    margin: -35px 0 0 20px;
    padding: 0 10px 10px 80px;
  }
  #loan_car .wkDot {
    margin-bottom: 20px;
    padding: 20px;
  }
  #loan_car .txtWkBg {
    text-align: center;
    font-size: 26px;
  }
  #loan_car h2.ctName {
    font-size: 20px;
  }
  #loan_car .loanFlow {
    list-style: none;
    margin: 0;
    padding: 20px 0 0;
  }
  #loan_car .loanFlow li {
    padding-top: 0px;
  }
  #loan_car .loanFlow .lineBox {
    display: flex;
    padding: 0 30px 0 0;
    border-radius: 6px;
    background-color: #f5f2d3;
  }
  #loan_car .loanFlow li::after {
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 40px;
    color: #E5316B;
    line-height: 1;
    top: 0;
    left: 50%;
  }
  #loan_car .loanFlow li:last-child::after {
    display: none;
    content: "";
    font-size: 0;
  }
  #loan_car .loanFlow strong {
    padding: 10px 15px 10px 0;
    font-size: 18px;
  }
  #loan_car .loanFlow a i {
    margin-left: 10px;
  }
  #loan_car .loanFlow .step {
    margin-right: 20px;
    padding: 12px 20px 8px;
    font-size: 20px;
    font-family: "Times New Roman", Times, "serif";
    font-weight: bold;
    color: #e5316b;
    letter-spacing: 0;
    background-color: #f8cbda;
    border-radius: 6px 0 0 6px;
  }
  #loan_car .loanFlow .step .no {
    padding-left: 4px;
    font-size: 18px;
  }
  #loan_car .loanFlow .wBox {
    margin: 10px 0;
    padding: 5px 15px;
    font-size: 14px;
  }
  #loan_car .loanFlow {
    margin-bottom: 30px;
  }
}


/* -------------------------------- 
  JA住宅ローン
-------------------------------- */
#loan .anqLink {
  padding: 10px 0 20px;
  text-align: right;
}
#loan .anqLink a {
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 20px;
  text-decoration: none;
}
#loan .anqLink a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url("../finance/img_loan/icon_question.svg") no-repeat left top;
  background-size: 16px 16px;
}
#loan .paraBox {
  padding-bottom: 10px;
}
#loan .paraBox .btBox:nth-of-type(1) {
  margin-bottom: 10px;
}
/* よくある質問 */
#loan .qaBox {
  padding-bottom: 40px;
}
#loan .qaBox h2.ctName {
  position: relative;
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 0.6em;
  font-size: 18px;
  color: #fff;
  background: #008941;
  border-bottom: 0;
}
#loan .qaBox h2.ctName:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 12px solid transparent;
  border-top: 15px solid #008941;
  width: 0;
  height: 0;
}
#loan .qaBox dl {
  border: 1px solid #CFCFCF;
  margin: 15px 0 0;
  padding: 0;
}
#loan .qaBox dt, #loan .qaBox dd {
  position: relative;
  margin: 0;
}
#loan .qaBox dt {
  font-size: 15px;
  color: #008941;
  padding: 2px 4% 10px 15%;
  font-weight: bold;
  background: #FFF;
}
#loan .qaBox dd {
  font-size: 15px;
  padding: 4px 4% 14px 15%;
  background: #EFEFEF;
}
#loan .qaBox dt::before, #loan .qaBox dd::before {
  content: "Q";
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 0;
  position: absolute;
  top: 12px;
  left: 4%;
  background: #008941;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
#loan .qaBox dd::before {
  content: "A";
  background: #FE9900;
}
#loan .filesBox {
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
}

#loan .filesBox li {
  margin: 0;
  padding: 0;
}

#loan .wkDot .filesBox {/*調整*/
  padding: 0;
}
#loan .filesBox li {/*調整*/
  padding-top: 5px;
}

@media screen and (min-width: 1100px), print {
  #loan #conteTitTxt, #loan .filesBox {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  #loan .conteBox {
    padding-top: 40px;
  }
  #loan .anqLink {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 20px;
  }
  #loan .qaBox h2.ctName {
    font-size: 24px;
  }
  #loan .paraBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  #loan .paraBox .btBox {
    margin: 0;
    padding: 0;
  }
  #loan .paraBox .btBox {
    width: 48.5%;
  }
  #loan .qaBox {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  #loan .paraBox .btBox:nth-of-type(1) {
    margin-bottom: 10px;
  }
  #loan .paraBox .btBox a {
    display: block;
  }
  #loan .paraBox .btBox a .btLSp {
    padding: 0;
  }
  #loan .paraBox .btBox a .btRSp:before {
    top: 58%;
  }
  #loan .btBox.single a .btLSp {
    width: 42%;
  }
  #loan .qaBox dt p, #loan .qaBox dd p {
    margin-top: 0;
    padding-top: 0;
    font-size: 16px;
  }
  #loan .qaBox dt {
    padding: 15px 5px 15px 60px;
  }
  #loan .qaBox dt::before, #loan .qaBox dd::before {
    left: 20px;
  }
  #loan .qaBox dd {
    font-size: 15px;
    padding: 15px 5px 15px 60px;
  }
}

/* -------------------------------- 
  貯金
-------------------------------- */
#bank .topreadBox {
  padding-bottom: 20px;
}
#bank .topreadBox .txtBox {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #faf6ed;
}
#bank .topreadBox .imgBox {
  text-align: center;
}
#bank .titTypeBox {
  font-size: 18px;
}
#bank .bx {
  margin-bottom: 20px;
  padding: 10px 20px 7px;
  background-color: #e0dcbf;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  border-bottom: 2px dotted #fff;
}
#bank .bx2 {
  margin: 0;
  padding: 10px 20px 7px;
  background-color: #390;
  border-bottom: 2px dotted #fff;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
#bank .bx3 {
  padding: 10px 20px 7px;
  background-color: #FFC444;
	width: 100%;
  font-size: 16px;
  color: #000;
  font-weight: bold;
	margin-bottom: 20px;
}
#bank .pdfList {
  margin: 0;
  padding: 5px 0 10px 1.4em;
}
#bank .pdfList li {
  margin: 0;
  padding-top: 10px;
  font-size: 15px;
}
#bank .pdfList2 {
  margin: 0;
  padding: 5px 0 5px 0;
}
#bank .pdfList2 p {
  margin: 0;
  padding-top: 10px;
  font-size: 15px;
}
#bank .newsBox {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #eeecdb;
}
#bank .newsBox .imgBox {
  padding-top: 20px;
  text-align: center;
}
#bank .newsBox .imgBox a img{
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
#bank .putBox .imgBox a {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
#bank .newsBox .newsTit {
  font-size: 20px;
  color: #c00;
}
#bank .wkten {
  margin-bottom: 20px;
  padding: 0;
  background-color: #e8f3c5;
}
#bank .wkten p {
  margin: 0;
  padding: 10px 20px;
}

#bank .putBox {
	justify-content: space-between;
  margin: 20px 0 0;
}

#bank .putBox .imgBox {
  padding-bottom: 20px;
  text-align: center;
}
#bank .itemBox {
	padding-bottom: 20px;
	margin: 20px 0;
  border-bottom: 2px dotted #eeecdb;
}
#bank .itemBox:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
  border-bottom: none;
  }

  
@media screen and (min-width: 768px), print {

	#bank .putBox {
	display:flex;
  }
	
  #bank .topreadBox {
    display: flex;
  }
  #bank .topreadBox .txtBox {
    margin-bottom: 0;
    padding: 25px;
  }
  #bank .topreadBox .imgBox {
    flex-shrink: 0;
    width: 250px;
    height: auto;
    margin-left: 20px;
  }
  #bank .topreadBox .imgBox img {
    width: 250px;
    height: auto;
  }
  #bank .bx {
    margin: 0 auto 20px;
    padding: 15px 20px 12px;
  }
  #bank .newsBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  #bank .newsBox .imgBox {
    flex-shrink: 0;
    margin-left: 30px;
    padding-top: 0;
  }
  #bank .newsBox .newsTit {
    font-size: 20px;
  }
  #bank .newsBox .fBig {
    font-size: 26px;
  }
  #bank .newsBox .imgBox a img {
    width: 160px;
    height: auto;
  }

  #bank .wkten p {
    text-align: right;
  }
	#bank .bx3 {
	  text-align: center;
  }
}

/* オリジナル定期貯金 */
#orgPlan img {
  margin: 0px 0 5px;
  }
  
#orgPlan .thTit {
  font-weight: normal;
}
#orgPlan .thTit strong {
  font-size: 20px;
}
  
@media screen and (min-width: 768px), print {
 	#orgPlan .newsBox .txtBox {
		flex: 1;
	}
/*  	#bank #orgPlan .newsBox .imgBox a img {
    width: 220px;
    height: auto;
  }*/
  
/*  #bank #orgPlan .imgBox {
    padding-top: 20px;
    width: 222px;
  }*/
  #bank #orgPlan .txtSec {
    flex: 1;
  }

  #orgPlan .thTit strong {
    font-size: 24px;
  }

}


/* 冬年金感謝デー */
#pension img {
  margin: 0px 0 5px;
}
  
#pension .thTit {
  font-weight: normal;
}
#pension .thTit strong {
  font-size: 20px;
}
  
@media screen and (min-width: 768px), print {
 	#pension .txtBox {
		flex: 1;
	}
  #pension .imgBox img {
    width: 220px;
    height: auto;
  }
  
  #bank #pension .newsBox .imgBox {
    width: 222px;
    padding-top: 20px;
  }
  #bank #pension .newsBox .imgBox a img {
    width: 100%;
  }
  
  #pension .txtSec {
    flex: 1;
  }

  #pension .thTit strong {
    font-size: 24px;
  }

}
/* 夏のキャンペーン */
#bankCam img {
  margin: 0px 0 5px;
}
  
#bankCam .thTit {
  font-weight: normal;
}
#bankCam .thTit strong {
  font-size: 20px;
}
  
@media screen and (min-width: 768px), print {
 	#bankCam .txtBox {
		flex: 1;
	}
  #bankCam .imgBox img {
    width: 220px;
    height: auto;
  }
  
  #bank #bankCam .newsBox .imgBox {
    padding-top: 20px;
    width: 222px;
  }
  #bank #bankCam .newsBox .imgBox a img {
    width: 100%;
  }
  
  #bankCam .txtSec {
    flex: 1;
  }

  #bankCam .thTit strong {
    font-size: 24px;
  }

}



/* -------------------------------- 
  移動金融店舗車「さすが号」
-------------------------------- */
#tenposya .topImg {
  margin-bottom: 20px;
  text-align: center;
}
#tenposya .bx {
  margin-bottom: 10px;
  padding: 10px 20px 7px;
  background-color: #e0dcbf;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px dotted #fff;
}
#tenposya .tsList {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tenposya .tsList li {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  background-color: #fff4c3;
  border-radius: 6px;
}
#tenposya .tsList li:last-child {
  margin-bottom: 0;
}
#tenposya #transaction {
  margin-bottom: 20px;
}
#tenposya .servTbl, #tenposya .servTbl th, #tenposya .servTbl td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#tenposya .servTbl {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #4c3131;
  border-left: 1px solid #4c3131;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#tenposya .servTbl caption {
  padding-bottom: 5px;
  font-size: 13px;
  text-align: right;
}
#tenposya .servTbl tr th {
  background-color: #efecd5;
}
#tenposya .servTbl tr.thClr th {
  background-color: #fff4c3;
}
#tenposya .servTbl th.cellSlash {
  background-image: linear-gradient(to top right, transparent, transparent 49%, #4c3131 49%, #4c3131 51%, transparent 51%, transparent);
}
#tenposya .servTbl th, #tenposya .servTbl td {
  margin: 0;
  padding: 5px 4px;
  border-top-width: 0;
  border-right: 1px solid #4c3131;
  border-bottom: 1px solid #4c3131;
  text-align: center;
  font-size: 13px;
}
#tenposya .servTbl tr:not(.thClr) th {
  white-space: nowrap;
}
#tenposya .servTbl th, #tenposya .servTbl td {
  margin: 0;
  padding: 4px;
  border-top-width: 0;
  border-right: 1px solid #4c3131;
  border-bottom: 1px solid #4c3131;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  #tenposya .tsList li {
    width: 49%;
    margin-bottom: 10px;
    padding: 15px 10px;
    font-size: 20px;
  }
  #tenposya .tsList li:nth-of-type(odd) {
    margin-right: 2%;
  }
  #tenposya .tsList li:last-child {
    margin-bottom: 10px;
  }
  #tenposya .servTbl th, #tenposya .servTbl td {
    font-size: 16px;
  }
}

/* -------------------------------- 
  ローンセンター
-------------------------------- */
#loancenter .noteTxt {
  font-size: 12px;
}
#loancenter .ctName, #loancenter .conte h2.ctName {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #008941;
  margin: 0;
  padding: 0 0 10px;
  background-color: transparent;
  border-bottom: 1px dotted #008941;
}
#loancenter .loancTb {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#loancenter .loancTb th, .loancTb td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#loancenter .loancTb th {
  font-size: 14px;
  width: 80px;
  white-space: nowrap;
  background-color: #D9EEE3;
}
#loancenter .loancTb td {
  font-size: 14px;
  background-color: #eee;
}
#loancenter #map,
#loancenter #guidemap {
  padding-top: 30px;
}
#loancenter #guidemap img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#loancenter #map p br {
  display: block;
}

#loancenter #guidemap #mapPc {
  display: none;
}

#loancenter p.parcTxt {
  border-top: 1px dotted #008941;
  border-bottom: 1px dotted #008941;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #008941;
  margin: 0 0 10px 0;
  padding: 10px 0;
}
#loancenter .bgBlock {
  margin-top: 20px;
  padding-top: 30px;
  background: url("../finance/img_loancenter/loancenter_bg_01.jpg") top right no-repeat;
  background-size: 200px;
}
#loancenter .bgBlock .ctName {
  padding: 10px 0;
  line-height: 1.3;
}
#loancenter .bgBlock a {
  display: block;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0;
}
#loancenter .imgBlock {
  display: flex;
  padding: 15px 0 0;
}
#loancenter .imgBlock img {
  margin: 0 5px;
  width: 48%;
  height: auto;
}
#loancenter .linkBox i {
  margin-right: 8px;
}
#loancenter .linkBox a {
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #669900;
  width: 98%;
  margin-top: 10px;
  padding: 12px 0;
  text-align: center;
  cursor: pointer;
  margin: 0 0 1px 0;
  border: 2px solid #999999;
  vertical-align: middle;
  text-decoration: none;
}
#loancenter .linkBox a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  zoom: 1;
}

/* 職員紹介 */
#loancenter #staff {
  padding: 30px 0;
}
#loancenter #staff ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#loancenter #staff .staffBox li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  vertical-align: top;
}
#loancenter #staff .staffBox li img {
  width: 100%;
  height: auto;
}
#loancenter #staff .staffBox li p {
  margin-top: 0;
}
#loancenter #staff .staffBox li .stImg {
  order: 2;
  width: 40%;
  margin: 0 auto;
  vertical-align: top;
}
#loancenter #staff .staffBox li .stTxt {
  width: 57%;
  margin-right: 3%;
}
#loancenter #staff .staffBox li .stTxt {
  order: 1;
}
#loancenter #staff .staffBox li .name {
  font-size: 16px;
  color: #FF9900;
  vertical-align: top;
  border-left: 3px solid #FF9900;
  margin-bottom: 10px;
  padding: 2px 8px 0;
  line-height: 1;
  letter-spacing: 1px;
}
#loancenter #staff .staffBox li .name .phonet {
  font-size: 11px;
  padding-top: 6px;
  display: block;
}
#loancenter #staff .staffBox li .come {
  font-size: 13px;
  line-height: 1.6;
  vertical-align: top;
}


/* お問合せ関連 */

#loancenter #contact {
  padding-top: 30px;
}


#loancenter .telBox {
  padding: 20px 0 40px;
}
#loancenter .telBox h3, #stepbox h3 {
  position: relative;
  padding: 8px 20px;
  margin: 0 0 25px;
  font-size: 18px;
  background: #FE9900;
  border-bottom: 0;
}
#loancenter .telBox h3:after, #stepbox h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 12px solid transparent;
  border-top: 15px solid #FE9900;
  width: 0;
  height: 0;
}
#loancenter .telBox h3.iconTel::before {
  margin-right: 5px;
  content: "\f095";
  font-family: FontAwesome;
}
#loancenter h3.iconMail {
  padding-left: 45px;
}
#loancenter h3.iconMail::before {
  position: absolute;
  margin-right: 5px;
  content: "";
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("../img_common/icon_mail.svg") no-repeat top left;
  background-size: 18px 18px;
}
#loancenter #stepbox h3 {
  margin: 0 0 25px;
}
#loancenter .telBox h3 i, #stepbox h3 i {
  padding-right: 8px;
}
#loancenter .telBox .wk {
  background-color: #FFFBCF;
  border: 1px solid #FE9900;
  padding: 10px;
}
#loancenter .telNum {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
#loancenter .telNum br {
  display: block;
}
#loancenter .telNum a {
  display: block;
  margin: 0 auto;
  padding: 10px 10px 5px;
  color: #008941;
  text-align: center;
  text-decoration: none;
  background-color: #FFF;
  border: 5px solid #989898;
}
#loancenter .telNum .num {
  font-size: 30px;
  font-family: "Lucida Console", Monaco, "monospace";
}
#loancenter .telBox p {
  padding-top: 0;
}
#loancenter .numTxt {
  font-size: 16px;
  text-align: center;
}
#loancenter .numTxt br {
  display: block;
}
#loancenter iframe {
  width: 100%;
}
#loancenter .iconArrow {
  display: block;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}
#loancenter .iconArrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 8px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
#loancenter .paraBox {
  padding-bottom: 10px;
}
#loancenter .paraBox .btBox:nth-of-type(1) {
  margin-bottom: 10px;
}
#loancenter #mailform {
  padding-top: 0;
}

@media screen and (min-width: 768px), print {
  
  #loancenter #guidemap #mapPc {
    display: block;
  }
  #loancenter #guidemap #mapMb {
    display: none;
  }
  
  #loancenter #staff ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #loancenter #staff .staffBox li {
    width: 50%;
    margin-bottom: 0;
  }
  #loancenter #staff .staffBox li .stImg {
    order: 1;
    width: 170px;
    margin-right: 20px;
  }
  #staff .staffBox li .stTxt {
    order: 2;
  }
  #loancenter #staff .staffBox li .name {
    margin-bottom: 0;
  }
  #loancenter #staff .staffBox li .come {
    font-size: 14px;
  }
  
  #loancenter .telBox .wk p {
    text-align: center;
  }
}

@media screen and (min-width: 1100px), print {
  
  #loancenter p.parcTxt {
    text-align: left;
    font-size: 20px;
  }
  #loancenter .bgBlock {
    margin-top: 40px;
    padding-bottom: 30px;
    background-size: contain;
  }
  #loancenter .bgBlock .conteBox {
    width: 100%;
    max-width: 600px;
  }
  #loancenter .imgBlock {
    padding: 20px 0 0;
  }
  #loancenter .imgBlock img {
    margin: 0 20px 0 0;
    width: 250px;
    height: auto;
  } 
  
  #loancenter .paraBox {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #loancenter .paraBox .btBox {
    width: 48.5%;
    margin: 0;
  }
  #loancenter .paraBox .btBox:nth-of-type(1) {
    margin-bottom: 10px;
  }
  #loancenter .paraBox .btBox a {
    display: block;
  }
  #loancenter .paraBox .btBox a .btLSp {
    padding: 0;
  }
  #loancenter .paraBox .btBox a .btRSp:before {
    top: 58%;
  }
  #loancenter .btBox.single a .btLSp {
    width: 40%;
  }
  #loancenter .telBox h3:after, #stepbox h3:after {
    left: 60px;
  }
  #loancenter .telBox .wk {
    width: 90%;
    margin: 0 auto;
  }
  #loancenter .telNum {
    margin-bottom: 0;
    font-size: 20px;
  }
  #loancenter .telBox p {
    line-height: 1.4;
    text-align: center;
  }
  #loancenter .telNum a {
    border: none;
    background-color: transparent;
  }
  #loancenter .telNum .num {
    font-family: "Lucida Console", Monaco, "monospace";
    font-size: 36px;
  }
  #loancenter .numTxt {
    padding-bottom: 10px;
    font-size: 18px;
  }
  #loancenter .numTxt br {
    display: none;
  }
}

/* -------------------------------- 
  お知らせ
-------------------------------- */
#news .wkYlw {
  margin: 0 auto 20px;
  background-color: #ffeea9;
  border: 2px solid #fe9900;
}
#news .wkYlw dt {
  background-color: #fe9900;
  color: #fff;
  font-size: 16px;
  padding: 10px;
}
#news .wkYlw dd {
  padding: 15px;
  font-size: 15px;
}
#news .wkYlw dd ul {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 18px;
}
#news .wkYlw dd li {
  margin: 0 0 10px;
  padding: 0;
}
#news .wkYlw dd li:last-child {
 margin-bottom: 0;
}
#news .wkYlw dd p {
  margin: 0;
  padding: 5px 0 0;
}
#news .wkYlw dd p:first-child {
  padding: 0;
}

#news .col2Box {
  padding-bottom: 30px;
}
#news .col2Box .imgBox {
  padding-top: 30px;
  text-align: center;
}
#news .menulist {
  padding: 20px 0 0;
  list-style-type: none;
}
#news .menulist li, #keieihosyou .menulist li {
  position: relative;
  margin: 0;
  padding: 5px 0 5px 14px;
}

#news .menulist li::before, #keieihosyou .menulist li::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f061";
  top: 1em;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  font-size: 12px;
}
@media screen and (min-width: 1100px), print {
  #news .col2Box {
    display: flex;
  }
  #news .col2Box p {
    padding-top: 0;
  }
  #news .col2Box .imgBox {
    flex-shrink: 0;
    margin-left: 20px;
    padding-top: 0;
  }
}

/* 「JAバンク基本方針」の変更について */
#news #basicPolicy.wkYlw dd > ol {
  margin: 10px 0 0;
  padding: 0 0 0 1.5em;
}
#news #basicPolicy.wkYlw ol ol {
  list-style: none;
  margin: 0 0 0 1.3em;;
  padding: 0
}
#news #basicPolicy.wkYlw ol ol li {
  margin: 1em 0 0;
  padding-left: 0 0 0 1.3em;
  text-indent: -1.3em;
}

/* -------------------------------- 
  不渡り情報共同利用について
-------------------------------- */
#joint #conteTitTxt {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  font-size: 24px;
}
#joint .readBox {
  padding-top: 0;
  text-align: left;
}
#joint .readBox p {
  padding-top: 20px;
}
#joint .readBox p:first-child {
  padding-top: 0;
}
#joint .pft {
  padding-top: 5px;
  padding-bottom: 20px;
  border-top: 1px dotted #333;
}
#joint .sTit {
  margin-bottom: 12px;
  padding: 8px 15px;
  font-size: 16px;
  background-color: #e3e3e3;
}
/* -------------------------------- 
  金融商品の勧誘方針
-------------------------------- */
#policy #conteTitTxt {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  font-size: 24px;
}
#policy p br {
  display: block;
}
#policy .pft {
  padding-top: 20px;
}
#policy .imgBox {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
#policy .imgBox img {
  width: 30%;
  height: auto;
}
@media screen and (min-width: 1100px), print {
  #policy .imgBox img {
    width: 33%;
    max-width: 250px;
    height: auto;
  }
}
/* -------------------------------- 
  金融円滑化に向けた取り組み
-------------------------------- */
#kinyuenkatu #conteTitTxt {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  font-size: 24px;
}
#kinyuenkatu p {
  padding-top: 0;
  padding-bottom: 20px;
}
/* -------------------------------- 
  「経営者保証に関するガイドライン」への対応方針について
-------------------------------- */
#keieihosyou #conteTitTxt {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  font-size: 24px;
}
#keieihosyou p {
  padding-top: 0;
  padding-bottom: 20px;
}
#news .menulist, #keieihosyou .menulist {
  padding: 0;
  list-style-type: none;
}

/* -------------------------------- 
  来店予約
-------------------------------- */
#raiten #conteTitTxt {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  font-size: 24px;
}
@media screen and (min-width: 1100px), print {
  #raiten .readBox {
    text-align: left;
  }
}

/* -------------------------------- 
  取扱店舗
-------------------------------- */
 #financing {
   margin-bottom: 20px;
   border: 10px solid #e0dcbf;
   font-size: 15px;
   border-collapse: inherit;
	 text-align: center;  
	 padding: 20px;
}
#financing img {
  wdth: 150px;
  height: auto;
	margin-bottom: 20px;
}
#financingText .tit {
  font-size: 16px;
  font-weight: normal;
  padding: 0;
}
#financingText p {
  font-size: 14px;
  text-align: left;
}
#conditions dd ul{
	margin:10px 0!important;
	
}
@media screen and (min-width: 768px), print {
  #financing {
   display: flex;
   align-items: center;
   text-align: left;
  }
  #financing img {
    margin: 0 20px 0 0;
    width: 150px;
    height: auto;
  }
  #financingText {
   flex: 1;   
  }
  #financingText .tit br {
   display: none;
  }
  #financingText .tit strong {
    display: inline-block;
    margin-left: 10px;
  }
  
}


/* -------------------------------- 
  「経営者保証に関するガイドライン」への対応方針について
-------------------------------- */

#keieihosyou dl.wkSec {
  border-top: 1px dotted #333;
  margin: 30px 0;
  padding: 0;
  font-size: 16px;
}

#keieihosyou dl.wkSec dt {
  border-left: 5px solid #e0dcbf;
  margin: 30px 0 10px;
  padding: 0 0 0 10px;
}
#keieihosyou dl.wkSec dd {
  padding: 10px 0;
  font-size: 15px;
}

/* -------------------------------- 
  課税上場株式等管理、非課税累積投資および特定非課税累積投資に関する約款
・「JAの投信つみたてサービス」取扱規定
・JAバンク投信ネットサービス利用規定の定型約款の改正について
-------------------------------- */

#news_20250501_amendment ul {
  padding:
0 0 5px 1em;
}

#news_20250501_amendment  ul li{
 font-size: 15px;	
}
#news_20250501_amendment  ul li p {
font-size: 15px;		
}
#news_20250501_amendment details b{
	transition: all 0.3s ease;
}
#news_20250501_amendment details b:hover{
	opacity: 0.7;
}
#news_20250501_amendment details.detailsArwNone[open] {
  padding-bottom: 10px;
}


/*summercampaign*/
#summercampaign table tr {
	padding-bottom: 5px;
	display: flex;
	align-items: flex-start;
}
 #summercampaign table th {
	 white-space: nowrap;
 }
 #summercampaign .Box {
  margin-top: 20px; 
 }

 #summercampaign .Box h4 {
	font-size: 18px;
 }
 .conditions {
	 margin-top: 20px;
 }

#summercampaign .preorder picture{
	display: block;
	max-width: 700px;
	margin:0 auto -3%;
}
#summercampaign .preorder picture{
	width: 100%;
	height: auto;
}
@media screen and (min-width: 768px), print {
 #summercampaign .Box p{
  margin-top: 0;
	 padding: 0 0 0px;
 }
}	  
	