@charset "UTF-8";

/**
 * オリジナルcss
 */

#footer {
	background: none;
	padding: 0;
}

#footer-widget {
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #F5F5F5;
	letter-spacing: -.4em;
}

.footer-left {
	float: none;
	width: 100%;
	padding: 80px 0;
	text-align: center;
	background: #FFF5EB;
}

.footer-left .widget_text {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footer-widget ul.footer_contact {
	padding: 0;
}

.footer_contact li {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
}

.footer_contact li:last-child {
	width: 60%;
}

.footer_contact_text {
	padding: 0 32px;
	margin-bottom: 38px;
	font-size: 18px;
}

#footer-widget ul.footer_contact_elements {
	padding: 0 5px 0 0;
	margin: 0;
}

#footer-widget ul.footer_contact_elements li {
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 30px) / 3);
	margin-right: 15px;
}

#footer-widget ul.footer_contact_elements li:nth-child(3n) {
	margin-right: 0;
}

#footer-widget ul.footer_contact_elements li a {
	display: block;
	padding: 12px 0;
	background: #9BC950;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	position: relative;
}

#footer-widget ul.footer_contact_elements li a:before {
	content: "";
	display: block;
	border-right: 1px solid #9BC950;
	border-bottom: 1px solid #9BC950;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 100%;
	height: 100%;
	transition: .3s;
}

#footer-widget ul.footer_contact_elements li.footer_contact_element_apply a {
	background: #F59600;
}

#footer-widget ul.footer_contact_elements li.footer_contact_element_apply a:before {
	border-right: 1px solid #F59600;
	border-bottom: 1px solid #F59600;
}

#footer-widget ul.footer_contact_elements li a:hover:before {
	top: 0;
	left: 0;
}

.footer-center {
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 100%;
	max-width: calc(940px * 0.4);
	border-right: 1px solid #646464;
	margin-top: 32px;
	margin-bottom: 70px;
	padding: 0 94px 0 0;
	letter-spacing: normal;
}

#footer .footer-center h3 {
	margin-top: 0;
	margin-bottom: 30px
}

#footer .footer-center h4 {
	margin: 0;
	font-size: 17px;
	font-weight: normal;
}

#footer .footer-center p {
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 14px;
}

.footer-right {
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 100%;
	max-width: calc(940px * 0.6);
	margin-top: 32px;
	padding: 0 0 0 52px;
}

#footer-widget .footer_menu ul {
	padding: 0;
}

.footer_menu2 {
	display: none;
}

#footer-widget .footer_menu ul li {
	width: calc((100% - 24px) / 3);
	margin-right: 12px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

#footer-widget .footer_menu ul li:nth-child(3n) {
	margin-right: 0;
}


#footer-widget .footer_menu ul li a {
	display: block;
	color: #000;
	text-decoration: none;
}

.footer_menu_subtitle {
	display: block;
	font-size: 16px;
	margin-bottom: 4px;
	font-weight: bold;
}

.footer_menu_title {
	display: block;
	font-size: 11px;
}

#footer-widget .footer_menu ul li.footer_menu_contact a {
	color: #fff;
	background: #8C8C8C;
	padding: 10px 3px;
	text-align: center;
}

.footer_menu_icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

#footer-widget .footer_menu ul li.footer_menu_contact a .footer_menu_title {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}






#copyright {
	background: #505050;
	padding: 3px;
}

@media screen and (max-width: 1110px) {
	#footer-widget {
		display: block;
	}
}
@media screen and (max-width: 970px) {
	.footer-left {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-center {
		max-width: 40%;
		padding-left: 10px;
	}
	
	.footer-right {
		max-width: 60%;
		padding-right: 10px;
	}
}
@media screen and (max-width:880px){
	.footer_contact li {
		width: 100%;
		text-align: center;
		padding: 0 10px;
	}
	.footer_contact li:last-child {
		width: 100%;
	}
	.footer_contact_text {
		margin-top: 48px;
		text-align: left;
	}
}
@media screen and (max-width:740px){
	.footer-center {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 36px;
		padding: 0 10px 36px 10px;
		border-right: none;
		border-bottom: 1px solid #646464;
	}
	.footer-right {
		max-width: 100%;
		margin: 0 0 60px 0;
		padding: 0 10px;
	}
	#footer-widget .footer_menu ul li.footer_menu_contact a {
		background: #F59600;
	}
	
	#copyright {
		margin-bottom: 70px;
	}
}
@media screen and (max-width:639px){
	#footer-widget ul.footer_contact_elements li {
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}
	#footer-widget ul.footer_contact_elements li:nth-child(3n) {
		margin-bottom: 0;
	}
	
	#footer-widget ul.footer_contact_elements li a {
		background: #009CE1;
	}
	
	#footer-widget ul.footer_contact_elements li a:before {
		border-right: 1px solid #009CE1;
		border-bottom: 1px solid #009CE1;
	}
	
	.footer_menu3 {
		display: none
	}
	.footer_menu2 {
		display: block;
	}
	#footer-widget .footer_menu ul li, 
	#footer-widget .footer_menu ul li:nth-child(3n) {
		width: calc((100% - 12px) / 2);
		margin-right: 12px;
	}
	#footer-widget .footer_menu ul li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width:500px){
}

