/*============================================================================

	footer

============================================================================*/
footer {
	position:relative;
	width:100%;
}



/*============================================================================

	製品カタログのPDFを無料ダウンロードする

============================================================================*/
footer .btn01 {
	margin-top: 30px;
	margin-bottom: 70px;
	text-align: center;
}
footer .btn01 a {
	padding: 22px 150px;
}
footer .btn01 i {
	display: block;
	margin-bottom: 9px;
	font-size: 24px;
}



/*============================================================================

	お問い合わせ・ご相談はこちら

============================================================================*/
#footer_contact {
	width: 100%;
	border-top: 1px solid #e3e3e3;
}
#footer_contact .inner {
	width: 970px;
	margin: auto;
	padding: 50px 0;
}

/*---------------------------------------- お問い合わせ・ご相談はこちら　左 ----------------------------------------*/
#footer_contact .left_box {
	position: relative;
	float: left;
	padding: 10px 50px 10px 0;
	color: #1f2257;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.2;
	border-right: 2px solid #1f2257;
}
#footer_contact .left_box:before,
#footer_contact .left_box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#footer_contact .left_box:before {
    border: solid 8px transparent;
    border-left: solid 8px #1f2257;
}
#footer_contact .left_box:after {
    border: solid 10px transparent;
    border-left: solid 10px #fff;
    margin-left: -5px;
}

/*---------------------------------------- お問い合わせ・ご相談はこちら　中央 ----------------------------------------*/
#footer_contact .center_box {
	position: relative;
	float: left;
	padding: 0 60px;
	text-align: center;
}
#footer_contact .center_box p:first-of-type {
	padding-top: 5px;
	color: #1f2257;
	font-size: 27px;
	font-weight: bold;
	transform: scale(0.9, 1);
	letter-spacing: 2px;
	line-height: 1.8;
}
#footer_contact .center_box p:first-of-type span {
	padding-right: 10px;
	font-size: 17px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
#footer_contact .center_box p:last-of-type {
	font-size: 13px;
}

/*---------------------------------------- お問い合わせ・ご相談はこちら　右 ----------------------------------------*/
#footer_contact .btn01 {
	position: relative;
	float: left;
	margin-top: 15px;
	margin-bottom:0;
	text-align:left;
}
#footer_contact .btn01 a{
	padding:16px 50px;
	border:1px solid #424683;
	background-color:#424683;
}
#footer_contact .btn01 a:hover{
	color:#424683;
	background-color:#fff;
}
#footer_contact .btn01 i {
	display: inline;
	   margin-right: 7px;
	font-size: 14px;
}

/*============================================================================

	main

============================================================================*/
#footer_main {
	background: #f7f7f7;
}
#footer_main .inner {
	width: 1200px;
	margin: auto;
	padding-top: 70px;
	padding-bottom: 70px;
}

/*---------------------------------------- nav ----------------------------------------*/
#footer_main .footer_nav {
	float: left;
}
#footer_main .footer_nav ul {
	float: left;
	width: 230px;
	margin-right: 60px;
	padding-top: 20px;
}
#footer_main .footer_nav li{
	position: relative;
	margin-bottom:15px;
	padding-left:40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
	font-weight: bold;
	line-height: 1.4;
}
#footer_main .footer_nav li div{
	padding-top: 10px;
}
#footer_main .footer_nav li div a{
	display: block;
	color: #7a7a7a;
	line-height: 2.2;
}
#footer_main .footer_nav li div a:hover{
	color: #999;
}
#footer_main .footer_nav li:before{
	position:absolute;
	top:0.2em;
	left:20px;
	width: 0;
	height: 0;
	border:5px solid transparent;
	border-left: 5px solid #5256a1;
	content:"";
}

/*---------------------------------------- information ----------------------------------------*/
#footer_main .footer_info {
	float: left;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 65px;
	border-left: 2px solid #FFF;
}
#footer_main .footer_info dl {
	padding-top: 13px;
	padding-left: 10px;
}
#footer_main .footer_info dd {
	padding-top: 15px;
}

/*---------------------------------------- Googlemap ----------------------------------------*/
#footer_main .footer_map {
	float: right;
}
#footer_main .footer_map iframe {
	width: 240px;
	height: 245px;
	padding-top: 10px;
	border: none;
}



/*============================================================================

	コピーライト

============================================================================*/
.copy{
	background-color:#fff;
	text-align: center;
}
.copy small{
	color: #424683;
	line-height:67px;
	font-size:13px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}





/*============================================================================スマホ============================================================================*/

@media screen and (max-width:640px) {

/*============================================================================

	製品カタログのPDFを無料ダウンロードする

============================================================================*/
footer .btn01 {
	margin: 30px 30px 70px;
}
footer .btn01 a {
	width:100%;
	padding: 22px 0px;
}
footer .btn01 i {
	font-size: 20px;
}



/*============================================================================

	お問い合わせ・ご相談はこちら

============================================================================*/
#footer_contact .inner {
	width: 90%;
}

/*---------------------------------------- お問い合わせ・ご相談はこちら　左 ----------------------------------------*/
#footer_contact .left_box {
	float: none;
	padding: 0;
	border: none;
}
#footer_contact .left_box:before,
#footer_contact .left_box:after {
	display:none;
}

/*---------------------------------------- お問い合わせ・ご相談はこちら　中央 ----------------------------------------*/
#footer_contact .center_box {
	float: none;
	padding: 0;
}
	
/*---------------------------------------- お問い合わせ・ご相談はこちら　右 ----------------------------------------*/
#footer_contact .btn01 {
	float: none;
	margin-top: 30px;
	text-align:center;
}
#footer_contact .btn01 a {
	width:auto;
}
	
	
/*============================================================================

	main

============================================================================*/
#footer_main .inner {
	width: 90%;
	padding-top: 40px;
	padding-bottom: 50px;
}

/*---------------------------------------- nav ----------------------------------------*/
#footer_main .footer_nav {
	display:none;
}

/*---------------------------------------- information ----------------------------------------*/
#footer_main .footer_info {
	float: none;
	margin: 0 auto;
	padding: 10px 0 30px;
	border: none;
	text-align:center;
}
#footer_main .footer_info dl {
	margin: 20px auto 0;
	padding: 0;
}
#footer_main .footer_info dd {
}

/*---------------------------------------- Googlemap ----------------------------------------*/
#footer_main .footer_map {
	float: none;
}
#footer_main .footer_map iframe {
	width: 100%;
}


	
}