@charset "UTF-8";

footer {
	box-sizing: border-box;
	border-top: 3px solid #353a60;
}
.foot-logo {
	width: 240px;
}
.foot-logo img {
	width: 100%;
	height: auto;
}
.main-nav {
	width: 1080px;
	height: 150px;
	margin: 0 auto;
	padding: 1.2rem 0 1.4rem;
}
.main-nav.column > li {
	height: 100%;
	margin-right: 0;
	padding: 1rem 0;
	box-sizing: border-box;
	border-right: 1px solid #ccced7;
}
.main-nav.column > li:first-child {
	width: 168px;
}
.main-nav.column > li:nth-child(2) {
	width: 357px;
}
.main-nav.column > li:nth-child(3) {
	width: 174px;
}
.main-nav.column > li:nth-child(4) {
	width: 199px;
}
.main-nav.column > li:last-child {
	width: 182px;
}
.main-nav a {
	position: relative;
	display: inline-block;
	height: 35px;
	color: #333;
	font-weight: bold;
	line-height: 35px;
}
.main-nav.column > li:first-child a {
	width: 80%;
	padding-left: 20%;
}
.main-nav.column > li:nth-child(2) a {
	width: 85%;
	padding-left: 15%;
}
.main-nav.column > li:nth-child(3) a {
	width: 70%;
	padding-left: 30%;
}
.main-nav.column > li:nth-child(4) a {
	width: 75%;
	padding-left: 25%;
}
.main-nav.column > li:last-child a {
	width: 73%;
	padding-left: 27%;
}
.main-nav a::before {
	position: absolute;
	content: "";
}
.main-nav.column > li:first-child a::before {
	top: 6px;
	left: 4px;
	width: 21px;
	height: 20px;
	background: url('../../images/icon/i-nav01.png') no-repeat;
	background-size: contain;
}
.main-nav.column > li:nth-child(2) a::before {
	top: 6px;
	left: 29px;
	width: 15px;
	height: 20px;
	background: url('../../images/icon/i-nav02.png') no-repeat;
	background-size: contain;
}
.main-nav.column > li:nth-child(3) a::before {
	top: 6px;
	left: 27px;
	width: 17px;
	height: 20px;
	background: url('../../images/icon/i-nav03.png') no-repeat;
	background-size: contain;
}
.main-nav.column > li:nth-child(4) a::before {
	top: 7px;
	left: 20px;
	width: 21px;
	height: 19px;
	background: url('../../images/icon/i-nav04.png') no-repeat;
	background-size: contain;
}
.main-nav.column > li:last-child a::before {
	top: 9px;
	left: 16px;
	width: 27px;
	height: 15px;
	background: url('../../images/icon/i-nav05.png') no-repeat;
	background-size: contain;
}
.main-nav a::after {
	position: absolute;
	top: 12px;
	right: 24px;
	width: 9px;
	height: 11px;
	background: url('../../images/r-arrow.png') no-repeat;
	content: "";
}
.main-nav.column > li:nth-child(2) a::after {
	right: 175px;
}
.sub-nav {
	width: 80%;
	margin: 0 auto;
}
.sub-nav.column > li:nth-child(odd) {
	width: 32%;
}
.sub-nav.column > li:nth-child(even) {
	width: 60%;
	margin-right: 0;
}
.sub-nav.column > li:nth-child(odd) a {
	width: 66%;
	padding: 0 20%;
}
.sub-nav.column > li:nth-child(even) a {
	width: 80%;
	padding: 0 20%;
}
.sub-nav.column > li a {
	font-size: 1.4rem;
	font-weight: bold;
}
.sub-nav.column > li:first-child a::before {
	top: 10px;
	left: -3px;
	width: 16px;
	height: 14px;
	background: url('../../images/icon/i-nav02-1.png') no-repeat;
}
.sub-nav.column > li:nth-child(2) a::before {
	top: 10px;
	left: 11px;
	width: 16px;
	height: 13px;
	background: url('../../images/icon/i-nav02-2.png') no-repeat;
}
.sub-nav.column > li:nth-child(3) a::before {
	top: 10px;
	left: 0px;
	width: 11px;
	height: 16px;
	background: url('../../images/icon/i-nav02-3.png') no-repeat;
}

.sub-nav.column > li:nth-child(4) a::before {
	top: 10px;
    left: 10px;
    width: 17px;
    height: 14px;
	background: url('../../images/icon/i-nav02-4.png') no-repeat;
}

.sub-nav.column > li a::after {
	top: 11px;
	width: 9px;
	height: 11px;
	background: url('../../images/r-arrow.png') no-repeat;
}
.sub-nav.column > li:nth-child(odd) a::after {
	right: 7px;
}
.sub-nav.column > li:nth-child(even) a::after {
	right: 30px;
}
.sales-method {
	background: #e6e6e6;
	padding: 3rem 0;
}
.sales-method .l-main {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.permit-store {
	color: #6b6b6b;
}
.permit-store::after {
	display: table;
	clear: both;
	content: "";
}
.declaration {
	margin-bottom: 3rem;
	text-align: left;
}
.declaration--small {
	float: left;
	display: block;
	margin-top: 1.2rem;
	text-align: left;
	font-size: 1.4rem;
}
.permit-store ul {
	float: left;
	margin-right: 2rem;
}
.permit-store ul:last-child {
	margin-right: 0;
}
.permit-store ul li {
	font-size: 1.4rem;
	margin-bottom: 0.8rem;
}
.permit-store ul li:last-child {
	margin-bottom: 0;
}
.mark > ul {
	display: flex;
	flex-wrap: nowrap;
}
.copyright {
	padding: 4rem 0 2rem;
	background: #707275;
}
.copyright .l-main {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.copyright .column > li {
	margin: 0 2rem 1rem 0;
	padding-left: 1.5rem;
}
.copyright .column > li::after {
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 5px;
	box-sizing: border-box;
	border-top: 3px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 6px solid #fff;
	content: "";
}
.copyright .column li:last-child {
	float: none;
	clear: both;
	margin-top: 1rem;
}
.copyright a {
	color: #fff;
}
.copyright span {
	display: block;
	margin-top: 4rem;
	color: #fff;
	text-align: center;
}

@media screen and ( max-width:768px ) and ( min-width: 0px ) {
	.main-nav {
		width: 100%;
		height: auto;
		padding: 0;
	}
	.main-nav.column > li {
		border-top: 3px solid #353a60;
	}
	.main-nav.column > li:first-child {
		border-top: 0;
	}
	.main-nav.column > li:first-child,
	.main-nav.column > li:nth-child(2),
	.main-nav.column > li:nth-child(3),
	.main-nav.column > li:nth-child(4),
	.main-nav.column > li:last-child {
		width: 100%;
		height: auto;
		padding: 0;
	}
	.main-nav.column > li a {
		height: auto;
		line-height: 60px;
	}
	.main-nav.column > li:first-child a,
	.main-nav.column > li:nth-child(2) a,
	.main-nav.column > li:nth-child(3) a,
	.main-nav.column > li:nth-child(4) a,
	.main-nav.column > li:last-child a {
		width: 85%;
		padding-left: 15%;
	}
	.main-nav.column > li:first-child a::before {
		top: 17px;
		left: 20px;
	}
	.main-nav.column > li:nth-child(2) a::before {
		top: 18px;
		left: 23px;
	}
	.main-nav.column > li:nth-child(3) a::before {
		top: 18px;
		left: 22px;
	}
	.main-nav.column > li:nth-child(4) a::before {
		top: 19px;
	}
	.main-nav.column > li:last-child a::before {
		top: 20px;
		left: 18px;
	}
	.main-nav.column > li:first-child a::after,
	.main-nav.column > li:nth-child(2) a::after,
	.main-nav.column > li:nth-child(3) a::after,
	.main-nav.column > li:nth-child(4) a::after,
	.main-nav.column > li:last-child a::after,
	.sub-nav.column > li:nth-child(odd) a::after,
	.sub-nav.column > li:nth-child(even) a::after {
		top: 24px;
		right: 20px;
	}
	.sub-nav {
		width: 100%;
		background: #eaebef;
	}
	.sub-nav.column > li:nth-child(odd),
	.sub-nav.column > li:nth-child(even) {
		width: 100%;
		border-top: 1px solid #353a60;
	}
	.sub-nav.column > li:nth-child(odd) a,
	.sub-nav.column > li:nth-child(even) a {
		width: 80%;
		padding: 0 0 0 20%;
	}
	.sub-nav.column > li:first-child a::before {
		top: 22px;
		left: 52px;
	}
	.sub-nav.column > li:nth-child(2) a::before {
		top: 22px;
		left: 51px;
	}
	.sub-nav.column > li:nth-child(3) a::before {
		top: 22px;
		left: 55px;
	}
	.sub-nav.column > li:last-child a::before {
		top: 23px;
		left: 50px;
	}
	.sales-method .l-main {
		display: block;
	}
	.permit-store ul {
		float: none;
		width: 87%;
		margin: 0 auto 1rem;
	}
	.permit-store ul:last-child {
		margin: 0 auto 3rem;
	}
	.declaration--small {
		margin-bottom: 3rem;
	}
	.mark .column {
		width: 50%;
		margin: 0 auto;
		justify-content: center;
	}
	.mark .column > li {
		float: left;
		width: 44%;
	}
	.copyright {
		padding-bottom: 80px;
	}
	.copyright .l-main {
		display: block;
	}
	.foot-logo {
		width: 70%;
		margin: 0 auto 2rem;
	}
	.copyright .column > li {
		text-align: center;
	}
	.copyright .column > li::after {
		content: none;
	}
}
