@charset "UTF-8";

/* JAバンク共通 */
.contact_area{
max-width: 1300px;
width: 94%;
padding: 30px 0;
margin: 90px auto;
background: #dcdb84 ;
border-radius: 8px;
}
.contact_area h4{
padding: 0 0 20px;
font-size: 18px;
font-weight: bold;
text-align: center;
}
.contact_txt{
font-size: 16px;
text-align: center;
}
.btn_area{
flex-wrap: wrap;
justify-content: center;
width: 70%;
padding: 20px 0 0;
margin: 0 auto;
}
.btn_area li {
width: 40%;
margin-right: 40px;
text-align: center;
}
.btn_area li:last-child { margin-right: 0;}
.btn_area a {
display: block;
position: relative;
width: 100%;
padding: 20px 0;
background: #fff;
border-radius: 6px;
transition: .3s;
}
.btn_area a .ico-svg {
position: absolute;
right: 15px;
bottom: 14px;
width: 25px;
height: 25px;
}
.btn_area a .ico-svg #arrow { border: 50px solid #888; transition: 0.3s;}
.btn_area a:hover { opacity: .6;}
.btn_area a:hover .ico-svg #arrow { transform: translateX(3px);}





/* JAバンク共通フッター */
.jabank_footer01{
background-color: #eaeaea;
padding: 40px 0;
margin-bottom: 0;
}
.footer_container{
justify-content: center;
flex-wrap: wrap;
}
.footer_content {
width: 27%;
margin: 0 35px 0 0;
}
.footer_content:last-child { margin-right: 0;}
.ja_footer_btn a {
  display: block;
  width: 100%;
  transition: 0.8s;
}
.ja_footer_btn a:hover { opacity: .5;}
.ja_footer_btn p {
height: 100px;
margin: 20px 0 0;
font-size: 14px;
line-height: 1.5;
text-align: justify;
}
.jabank_nav li {
position: relative;
margin: 0 0 10px 20px;
box-sizing: border-box;
}
.jabank_nav ul li::before{
position: absolute;
content: "";
top: 50%;
left: -20px;
transform: translateY(-50%);
border: 5px solid transparent;
border-left: 5px solid #000;
}
.jabank_nav ul li a {
font-size: 15px;
transition: 0.5s;
}
.jabank_nav ul li a:hover {
text-decoration: underline;
opacity: 0.5;
}
.jabank_nav ul li.pdf a::after {
display: inline-block;
content: "";
width: 18px;
height: 18px;
margin-left: 5px;
background-image: url(../img/common/ic_window.svg);
background-size: cover;
vertical-align: top;
}
.jabank_nav ul li.link a::after {
display: inline-block;
content: "";
width: 18px;
height: 18px;
margin-left: 5px;
background-image: url(../img/common/ic_link.svg);
background-size: cover;
vertical-align: top;
}

.jabank_footer02 { margin: 30px 0;}
.jabank_footer02 ul { justify-content: center;}
.jabank_footer02 li { margin: 0 30px 0 0;}
.jabank_footer02 li:last-child{ margin: 0;}
.jabank_footer02 li:last-child:after{
content: none;
margin: 0 ;
}
.jabank_footer02 li::after{
display: inline-block;
content: "|";
margin-left: 30px;
}
.jabank_footer02 a:hover{ text-decoration: underline;}
.jabank_footer02 a span::after {
display: inline-block;
content: "";
width: 18px;
height: 18px;
margin-left: 5px;
background-image: url(../img/common/ic_window.svg);
background-size: cover;
vertical-align: top;
}
/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 767px) {
.contact_area { margin: 40px auto;}
.btn_area {
flex-direction: column;
align-items: center;
width: 100%;
padding: 20px 0 0;
}
.btn_area li{
margin-right: 0;
margin-bottom: 20px;
width: 80%;
}
.btn_area li:last-child { margin-bottom: 0;}
.btn_area li a .ico-svg {
right: 9px;
bottom: 17px;
width: 20px;
height: 20px;
}


/* JAバンク共通フッター */
.footer_container {
padding: 0;
margin-bottom: 0;
}
.footer_container { flex-direction: column;}
.footer_content {
width: 100%;
margin: 0 auto 40px;
}
.footer_content:last-child { margin: 0;}
.ja_footer_btn p {
height: auto;
margin: 20px 0;
}

.jabank_footer02{
margin: 20px auto;
width: 94%;
}
.jabank_footer02 ul {
flex-direction: column;
width: 100%;
margin: 0 auto;
}
.jabank_footer02 li {
font-size: 12px;
line-height: 1;
margin: 0 0 20px;
}
.jabank_footer02 li:last-child { margin: 0;}
.jabank_footer02 li::after{ content: none;}
}


.Btn_Loanentry {
max-width: 400px;
width: 80%;
}
.Btn_Loanentry a {
display: block;
width: 100%;
padding: 26px 20px;
background-color: #fff;
border: 2px solid #dcdb83;
border-radius: 5px;
font-size: 20px;
text-align: center;
box-sizing: border-box;
transition: .3s;
}
.Btn_Loanentry a:hover {
background-color: #dcdb83;
}
@media only screen and (max-width: 767px) {
.Btn_Loanentry { margin: 20px auto 30px;}
.Btn_Loanentry a { font-size: 18px;}
}
