/* web font
*/

:root {
	--main-theme-color: #FDEB5F;
	--main-accent-color: #EE5341;
	--sub-color: #15897F;
	--link-color: #15897F;
	--ft-tsuku-r: "fot-tsukubrdgothic-std", sans-serif;
	--ft-tsuku-b: "fot-tsukubrdgothic-std", sans-serif;
}
html{
	font-size: 16px;
}
* {
	color: #121212;
	box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	/* list-style: none; */
	margin: 0;
	padding: 0;
}
strong, span {
	color: inherit;
}
@media screen and (max-width: 768px) {
	html {
		font-size: 15px;
	}
	/* * {
	font-size: 15px;
} */
}
body.open {
	overflow: hidden;
}
a {
	text-decoration: none;
}
img {
	height: auto;
	max-width: 100%;
}
/* table, th, td {
border-width:1px;
border-style:solid;
border-color:#707070;
} */
table{
	border-width:1px;
	border-style:solid;
	border-color:#707070;
}
tbody,tr, td {
	border-width:1px;
	border-style:inherit;
	border-color:inherit;
}
td{
	padding: 4px;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.pc2 {
	display: block;
}
.sp2 {
	display: none;
}
@media screen and (max-width: 968px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.pc2 {
		display: none;
	}
	.sp2 {
		display: block;
	}
}
.container {
	background: var(--main-theme-color);
	background-image: url(../images/bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	min-height: 100vh;
	overflow-x: clip;
	padding: 0;
	width: 100%;
	max-width: none;
}
/* header */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
	.container {
		background-image: url(../images/bg-sp.png);
	}
}
.header .n-site-name {
	background: var(--main-theme-color);
}
/* footer */
.footer {
	background: #333;
	margin-top: auto;
	padding: 20px 0;
}
.footer-inner {
	margin: 0 auto;
	width: calc(100% - 30px);
	max-width: 1140px;
}
.footer-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 0 15px;
}
.footer-left,
.footer-right {
	width: max-content;
}
.footer-logo{
	max-width: 100px;
	width: 100%;
	display: block;
}
.footer-btn li:not(:last-child) {
	margin: 0 0 10px;
}
.footer-btn li a {
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	height: 36px;
	text-align: center;
	width: 150px;
}
.footer-btn li.mypage-btn a {
	background: #fff;
}
.footer-btn li.logout-btn a {
	background: #333;
	color: #fff;
}
.policy-link, .copyright {
	text-align: center;
}
.policy-link a,
.copyright p {
	color: #fff;
	font-size: 12px;
}
div#ez-toc-container{
	border-radius:0px;
}
.ez-toc-counter nav ul li a.ez-toc-heading-1::before{
	content: '・';
}
.ez-toc-counter nav ul li a.ez-toc-heading-2::before{
	content: '-';
	padding-left: 1rem;
}
.btn-danger{
	background-color:#EE5341;
	border-color: #EE5341;
	border-radius:100px;
	max-width: 390px;
	width: 100%;
	padding: 16px;
}


@media screen and (max-width: 768px) {
	.footer{
		padding-bottom: 80px;
	}
	.footer-flex {
		margin: 0 0 5px;
	}
	.footer-left,
	.footer-right {
		text-align: center;
		width: 100%;
	}
	.footer-left {
		margin: 0 0 15px;
	}
	.footer-btn {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footer-btn li {
		width: 50%;
	}
	.footer-btn li:not(:last-child) {
		margin: 0;
	}
	.footer-btn li a {
		width: 100%;
	}
	.policy-link a,
	.copyright p {
		font-size: 10px;
	}
}