/*---------------フリーダイヤル-----------------*/
section.free{ background-color:#8e8989;color: #fff; }
section.free .inner{font-size: 80%; text-align: center;}
section.free p{font-size: 120%;}
section.free a{text-decoration: none; color: rgba(255,255,255,1.00);}

@media screen and (min-width: 641px){ /*PC*/
section.free .inner{padding: 50px;}
section.free a{font-size:55px; line-height:65px;}
}
@media screen and (max-width:640px){ /*SP*/
	section.free .inner{padding: 20px;}
section.free a{font-size:35px;}
}

/*---------------footer-----------------*/

footer { background-color: rgba(255,255,255,1.00)}
footer .inner{position:relative;}
footer .contents{margin-bottom:40px}
footer .k1pj{width:100%;overflow: hidden; clear: both; padding:10px 25px;margin:0 auto 10px;}
footer .jpx{width:100%;overflow: hidden; clear: both; border-top:1px solid #ccc;border-bottom:1px solid #ccc; padding:30px 15px;margin:0 auto 15px;}
footer .k1pj img{width:90px; float: right; margin-left: 10px;}
footer .jpx img{width:120px; float: right; margin-left: 10px;}
footer p{font-size:12px; line-height: 18px; color:#333333;font-family: "メイリオ", Meiryo, sans-serif;}
footer a{font-size:12px; line-height: 18px; color:#1d70ab; font-family: "メイリオ", Meiryo, sans-serif;}
footer article a::before{content:'>'}
footer article a{display: block;}
footer .sns{text-align:center;margin:20px 0 0px}
address{text-align:center; background-color: rgba(0,0,0,1.00); font-size:12px; text-decoration: none;font-style: normal;color:#fff;font-family: "メイリオ", Meiryo, sans-serif;}
address .inner{color:#999;}
@media screen and (min-width: 641px){ /*PC*/
footer .inner{margin:0px auto 50px auto; padding: 50px 0 0;}
footer .k1pj{max-width:360px; }
footer .jpx{max-width:540px; }
footer .jpx p,footer .jpx a{font-size: 16px; line-height: 24px;}
address .inner{margin:0 auto; padding:20px;}
}
@media screen and (max-width:640px){ /*SP*/
footer .inner{padding: 40px 0 0;}
footer .contents{flex-wrap:wrap;margin-bottom:00px;}
footer .k1pj,footer .jpx{width:100%;padding:5.33333vw}
address .inner{padding: 20px 0;}
}

