@charset "UTF-8";

footer.mono{
	background: #000;
	padding: 50px 0;
}
footer .mono-inner{
	max-width: calc(1200px - 60px);
	width: calc(100% - 60px);
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
footer .mono-inner .tx{
	width: 100%;
	text-align: center;
}
footer .mono-inner .col01{
	flex: 1 1 auto;
}
footer .mono-inner .col01 + .col01{
	margin-left: 50px;
}
footer .t-center{
	text-align: center;
	font-size: 0.9rem;
}
footer .mono-inner + .mono-inner{
	margin-top: 30px;
}
footer.mono div,
footer.mono address,
footer.mono p,
footer a{
	color: #bcc5d0;
	transition: all .3s ease;
	text-decoration: none;
}
footer a:hover{
	color:#e4007f;
	text-decoration: none;
}
footer .footer-nav li{
	list-style: none;
}
footer .footer-nav li:before{
	content: "\f0da";
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
	display: inline-block;
	margin-right: 10px;
}
footer .footer-nav li + li{
	margin-top: 8px;
	font-size: 0.9rem;
}
.footer_logo,
.footer_logo a{
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
}
footer .mono-inner .info div,
footer .mono-inner .info p{
	display: flex;
	justify-content: center;
	text-align: center;
}
footer .sp{
	display: none !important;
}


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

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

	footer .mono-inner .col01 + .col01{
		margin-left: 30px;
		width: calc((60% - 60px) / 2);
	}
	footer .mono-inner .col01.info{
		width: 40%;
	}
	footer .mono-inner .col01.info p{
		font-size: 0.8rem;
	}
	.footer_logo, .footer_logo a{
		font-size: 1rem;
	}

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

	footer .pc{
		display: none !important;
	}
	footer .sp{
		display: block;
	}
	footer .readmore + p{
		margin-top: 20px;
	}
	footer .tx p,
	footer .tx{
		line-height: 1.4;
		margin-bottom: 0;
	}
	footer .mono-inner{
		display: block;

	}
	footer .mono-inner .col01 + .col01,
	footer .mono-inner .col01.info{
		display: table;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	footer .mono-inner .col01 + .col01{
		margin-top: 30px;
	}
	footer .mono-inner .col01 p{
		text-align: center;
	}




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

}  
