@charset "utf-8";

/*----------------------------
	header, footer
------------------------------*/
/* header */
.tks-theme-com-simple-page__header {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.9% 1.7%;
	font-size: 16px;
	text-align: left;
}
.tks-theme-com-simple-page__header a {
	color: #000;
	display: block;
	width: 18%;
	text-decoration: none;
	max-width: 100%;
}
.tks-theme-com-simple-page__header a img {
	width: 100%;
	max-width: 100%;
}
@media (max-width: 768px) {
	.tks-theme-com-simple-page__header a {
		width: 34%;
	}
}

/* footer */
.tks-theme-com-simple-page__footer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 35px 20px;
	font-size: 16px;
	color: #000;
	text-align: center;
	border-top: 1px solid #e6e6e6;
}
.tks-theme-com-simple-page__footer-pagetop {
	text-align: center;
	font-weight: bold;
}
.tks-theme-com-simple-page__footer-pagetop a {
	display: inline-block;
	padding: 25px 10px 0;
	background: url("../img/arrow_t1.svg") no-repeat center top;
	background-size: 24px;
	text-decoration: none;
	border: 0;
	outline: 0;
	font-size: 14px;
	box-sizing: border-box;
	vertical-align: baseline;
	text-align: center;
	font-weight: bold;
	line-height: 1.75;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
}
.tks-theme-com-simple-page__footer-list {
	margin: 3em auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 4%;
	font-size: 13px;
}
.tks-theme-com-simple-page__footer-list li a {
	text-decoration: none;
}
.tks-theme-com-simple-page__footer-copyright {
	text-align: center;
	font-size: 12px;
	margin-top: 3em;
}
@media (max-width: 768px) {
	.tks-theme-com-simple-page__footer-pagetop a {
		font-size: 12px;
	}
	.tks-theme-com-simple-page__footer-list {
		border-top: 1px solid #ccc;
		flex-direction: column;
		gap: 0;
		font-size: 11px;
		line-height: 1.2;
		text-align: left;
	}
	.tks-theme-com-simple-page__footer-list li {
		border-bottom: 1px solid #ccc;
	}
	.tks-theme-com-simple-page__footer-list li a {
		display: block;
		padding: 15px 10px;
	}
}
