@charset "utf-8";
/* CSS Document */
/* layout */

/*-------------------------*/
/* 1100以下*/
/*-------------------------*/

/* footer
-------------------------*/
@media print, screen and (max-width: 700px) {
	
footer {
	display: block;
}
	.foot-top {
		display: block;
		padding: 35px 0 20px 0;
		background: #D2DEE9;
	}
	.foot-top b {
		display: block;
		text-align: center;
		position: relative;
		font-size: 17px;
		font-weight: bold;
		font-family: 'Noto Serif JP', sans-serif;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.foot-top .list {
		display: block;
		position: relative;
		overflow: hidden;
	}
	.foot-top ul {
		position: relative;
		padding-left: 3%;
		padding-right: 3%;
	}
	.foot-top li {
		display: block;
		float: left;
		width: 48%;
		margin-bottom: 20px;
	}
	.foot-top li:nth-child(2) {
		float: right;
	}
	.foot-top li:nth-child(3) {
		float:none;
		clear: both;
		width: 40%;
		margin-left: 30%;
		margin-right: 30%;
	}
	.foot-top b::after {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0px;
		margin: auto;
		content: "";
		background: #064583;
		width: 40px;
		height: 3px;
	}
	footer .fix {
		max-width: 1024px;
		margin: 0 auto;
	}
	.foot-bottom {
		display: none;
	}
	.foot-bottom ul {
		display: block;
	}
	.foot-bottom li {
		display: block;
		position: relative;
		font-size: 10px;
		padding-left: 10px;
		margin-bottom: 6px;
	}
	.foot-bottom li::before,
	.foot-bottom li::after{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.foot-bottom li::before{
		left: 1px;
		width: 3px;
		height: 3px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.foot-bottom a {
		text-decoration: none;
		color: #333;
	}
	.foot-last {
		display: block;
		background: #000;
		padding: 20px 0 20px 0;
	}
	.foot-last .list {
		display: block;
		position: relative;
		overflow: hidden;
		margin-bottom: 35px;
	}
	.foot-last ul {
		position: relative;
		float: left;
		left: 50%;
	}
	.foot-last li {
		display: block;
		float: left;
		text-align: center;
		position: relative;
		left: -50%;
		padding: 0 10px 0 10px;
		border-right: #FFF solid 1px;
	}
	.foot-last li:nth-child(1) {
		border-left: #FFF solid 1px;
	}
	.foot-last li a {
		color: #FFF;
		text-decoration: none;
		font-size: 10px;
	}
	.foot-last small {
		display: block;
		text-align: center;
		color: #FFF;
		font-size: 12px;
	}
}
