/* footer-bottom 202102更新 */
.productfooter {
	display: flex;
    padding: 12px 40px;
    justify-content: space-between;
    align-items: center;
	background-color: #0F5043;
}

.productfooter .mtnet {
width: auto;
height: 48px;
}

.productfooter .productlogo_wrap {
  	display: flex;
  	align-items: flex-end;
}

.productfooter .productlogo_wrap .form, .productfooter .productlogo_wrap .sitesearch {
display: inline-block;
width: auto;
height: 32px;
margin-right: 20px;
margin-bottom: 20px;
}

.productfooter .productlogo_wrap .aspic {
display: inline-block;
width: auto;
height: 100px;
margin: 0;
}

.corporatefooter {
	display: flex;
    padding: 20px 40px 0;
    justify-content: space-between;
    align-items: center;
}

/* for tablet */
@media(max-width:1100px){
	.footer-top-ver2 .footer-navi {
	margin: 0 auto 0 auto;
}	
	.footer-top-ver2 .footer-navi .footer-navi-col:last-of-type {
		border-bottom: 0 !important;
	}

	.productfooter, .corporatefooter {
    	padding: 20px 0;
		display: block;
	}

	.productfooter .productlogo_wrap {
  		display: block;
   		margin-top: 20px;
	}
	.productfooter .productlogo_wrap .mtnet {
    margin-bottom: 20px;
	}
	.productfooter .productlogo_wrap .sitesearch {
    margin-right: 0;
	}
	.productfooter .productlogo_wrap .aspic {
  		display: block;
    	margin: 0 auto;
	}

	.corporatefooter .copyright {
		margin-top: 12px;
    	margin-bottom: 0;
	}
}

/* footer修正 20210222*/
.footer-top-ver2 .footer-bottom {
	padding: 0 0;
    display: block;
}

.footer-top-ver2 .footer-navi .footer-navi-col {
	width: 23%;
	padding-right: 0;
	margin-right: 2%;
	border-right: solid 1px rgba(255,255,255,0.15);
	box-sizing: border-box;
}

.footer-top-ver2 .footer-bottom202102 {
	max-width: inherit;
    padding: 0 0;
}


.footer-top-ver2 .footer-navi ul:last-of-type {
	margin-right: 0;
	border-right: none;
}

/* footer-navi 20230412更新 */
.formfooter_ver2 a:link {
    text-decoration: none;
}
.formfooter_ver2 a:link:hover {
    text-decoration: underline;
}

.formfooter_ver2 {
	padding: 50px 0 30px 0 !important;
}

.footer-top-ver2 .footer-navi-flex, .formfooter_ver2 .footer-navi-flex {
	max-width: inherit;
	display: flex;
    justify-content: center;
    width: auto;
}

.footer-top-ver2 .footer-navi .footer-navi-col {
	min-width: 240px;
}

.formfooter_ver2 .footer-navi {
    padding: 0 30px;
}

/* for tablet */
@media(max-width:1100px){

	.footer-top-ver2 .footer-navi-flex, .formfooter_ver2 .footer-navi-flex {
    width: 100%;
    padding: 0 30px;
	}
	.formfooter_ver2 .footer-navi-flex {
	flex-direction: column;
	}
	.formfooter_ver2 .footer-navi .footer-navi-col {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
    padding-bottom: 12px !important;
    border-right: none !important;
    border-bottom: solid 1px rgba(255,255,255,0.15) !important;
	}
	.formfooter_ver2 .footer-navi .footer-navi-col:last-of-type {
    border-bottom: 0 !important;
	}
}


