@charset "utf-8";
/* https://jigsaw.w3.org/css-validator/ */

/* body */

body
{
	font-family: sans-serif;
	color: #000;
	background-color: #fff;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	font-size: 115%;
	line-height: 1.7;
	background-color: #f9f7e5;
}

body main *
{
	box-sizing: border-box;
}

main strong,
main em
{
	color: #e00;
	font-style: normal;
}

main strong strong
{
	border-bottom: 3px #aaa double;
}

main u
{
	text-decoration: none;
	background: linear-gradient(transparent 70%, #EAD67980 0);
	border-bottom: 1px solid #EAD67980;
}

main img,
main iframe,
main figure
{
	max-width: 100%;
}

main img
{
	height: auto;
	border: none;
}

main a:hover,
footer a:hover
{
	text-decoration: none;
}

address
{
	font-style: normal;
}

/* header */

header
{
	text-align: center;
	padding: 10px 0 10px;
	background-color: #ede7bf;
}

/* main */

main
{
	padding: 20px 30px;
}

/* footer */

footer
{
	padding: 1px 20px 30px;
	background-color: #ede7bf;
}

footer a
{
	color: #171ee6;
}

/* heading */

h1
{
	text-align: center;
	margin: 10px 0 50px;
}

h2
{
	font-size: 135%;
	padding: 10px 0 10px 0;
	margin: 30px 0 25px 0;
	border-bottom: 3px #393939 solid;
}

footer h2
{
	clear: both;
}

h3
{
	margin-top: 2rem;
	font-size: 125%;
	padding: 0 0 0 15px;
	border-left: 10px #393939 double;
}

h4
{
	margin-top: 2rem;
	font-size: 110%;
	padding: 0 0 0 15px;
	border-left: 3px #393939 solid;
}

h5
{
	margin-top: 2rem;
	font-size: 100%;
}

/* p */

p
{
	line-height: 1.7;
}

/* clearfix */
#mainmenu::after,
#site-header::after,
#site-content::after,
#site-footer::after,
#content::after
{
    clear: both;
    content: '';
    display: block;
}

/* メディアクエリ */

@media all and (min-width: 520px)
{
	.sp
	{
		display: none !important;
	}
}

@media all and (max-width: 520px)
{
	.pc
	{
		display: none !important;
	}
}

/* table */

.tbl th
{
	color: #000;
	background-color: #ede7bf;
	text-align: center;
}

.tbl thead th
{
	color: #000;
	background-color: #deceaa;
	text-align: left;
	white-space: nowrap;
}
