/*-------------------------------
.site-footer
-------------------------------*/
.site-footer {
	border-top: 1px dotted #ccc;
	font-family:'Noto Sans JP', sans-serif;
}
.site-footer .row {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1024px;
	box-sizing: content-box;
}
.site-footer .row::before,
.site-footer .row::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.site-footer .footer_notes .txt {
	font-size: 12px;
	color: #484848;
	text-align: left;
	font-weight: 400;
}
.site-footer .intextlink {
	text-decoration: underline;
	color: #006fca;
}
.site-footer .intextlink:hover {
	text-decoration: none;
}
.site-footer .footer_copyright {
	padding-bottom: 20px;
}
.site-footer .footer_copyright .company_privacy {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.site-footer .footer_copyright .company_privacy .company img {
	width: 146px;
	max-width: 100%;
	margin-bottom: 5px;
}
.site-footer .footer_copyright .company_privacy .company .txt {
	font-size: 10px;
	display: block;
	color: #848484;
	line-height: 1.2;
	font-weight: 400;
	text-align: left;
}
.site-footer .footer_copyright .company_privacy .privacy {
	padding-left: 10px;
}
.site-footer .footer_copyright .company_privacy .privacy a {
	color: #282828;
	text-decoration: none;
}
.site-footer .footer_copyright .company_privacy .privacy img {
	width: 45px;
	max-width: 100%;
}
.site-footer .footer_copyright .copyright {
	font-size: 10px;
	line-height: 1.4;
	color: #848484;
	font-weight: 400;
}
.site-footer .footer_nav {
	border-top: 1px dotted #ccc;
}
.site-footer .footer_nav .footer_nav_list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 10px;
	padding-bottom: 10px;
}
.site-footer .footer_nav .footer_nav_list > li .intextlink {
	position: relative;
	line-height: 1;
}
@media ( min-width: 601px ) {
	.site-footer .footer_notes {
		padding-top: 20px;
	}
	.site-footer .footer_notes .txt {
		line-height: 2;
	}
	.site-footer .footer_copyright {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		padding-top: 15px;
	}
	.site-footer .footer_copyright .copyright {
		text-align: right;
	}
	.site-footer .footer_nav .footer_nav_list {
		font-size: 12px;
	}
	.site-footer .footer_nav .footer_nav_list > li {
		margin-right: 1em;
		margin-left: 1em;
	}
	.site-footer .footer_nav .footer_nav_list > li:not(:last-child) .intextlink:after {
		content: "";
		width: 1px;
		height: 100%;
		position: absolute;
		right: -1em;
		top: 1px;
		background-color: #006fca;
	}
}
@media ( max-width: 600px ) {
	.site-footer .row {
		padding: 0 4vw;
	}
	.site-footer .footer_notes {
		padding-top: 20px;
	}
	.site-footer .footer_notes .txt {
		line-height: 1.5;
	}
	.site-footer .footer_notes .txt .intextlink {
		display: inline-block;
		padding-top: 5px;
	}
	.site-footer .footer_copyright {
		padding-top: 30px;
	}
	.site-footer .footer_copyright .copyright {
		display: block;
		line-height: 1.5;
		padding-top: 15px;
		letter-spacing: 0;
	}
	.site-footer .footer_nav .footer_nav_list {
		font-size: 10px;
	}
	.site-footer .footer_nav .footer_nav_list > li {
		margin-right: 0.5em;
		margin-left: 0.5em;
		line-height: 1.8;
	}
	.site-footer .footer_nav .footer_nav_list > li .intextlink {
		letter-spacing: 0;
	}
}