.box1
{
	margin: auto;
	width: 800px;
}

h1, h2
{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

img
{
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#nav
{
	list-style: none;
	overflow: hidden;
}
 
#nav li
{
	width: 180px;
	text-align: center;
	background-color: #fff;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-right: 2px;
	border: 1px solid #3a5;
}
 
#nav li a
{
	text-decoration: none;
	color: #3a5;
	font-weight: bold;
	padding: 20px;
}

.box1 h1
{
	text-align: center;
}

.box1 h2
{
	text-align: center;
}

@media screen and (max-width: 800px)
{
	.box1
	{
		margin: auto;
		width: 100%;
	}

	.box1 h1
	{
		margin-top: 50px;
		font-size: 24px;
	}
}

header
{
	position: fixed;
	top: 0;
	left: 0;
}

#checkbox
{
	opacity: 0;
	width: 0;
	height: 0;
}

#lineMenu
{
	position: fixed;
	top: 1.5rem;
	right: 5rem;
	width: 36px;
	height: 16px;
	background: none;
	border: none;
	appearance: none;
	cursor: pointer;
}

#lineMenu,
#lineMenu span
{
	z-index: 10;
}

#lineMenu span
{
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	border-radius: 6px;
	transition: all 0.5s;
}

#lineMenu span:nth-of-type(1)
{
	top: 0;
}

#lineMenu span:nth-of-type(2)
{
	bottom: 0;
}

#lineMenu p
{
	position: absolute;
	top: -40%;
	left: 2.6rem;
	transform: translateY(-50%);
	font-weight: bold;
}

#checkbox:checked ~ label span:nth-of-type(1)
{
	transform: translateY(6px) rotate(-20deg);
}

#checkbox:checked ~ label span:nth-of-type(2)
{
	transform: translateY(-6px) rotate(20deg);
}

#globalNav
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	width: 100dvw;
	height: 100vh;
	height: 100dvh;
	background-color: rgb(185, 185, 120, .9);
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
}

#checkbox:checked ~ #globalNav
{
	visibility: visible;
	opacity: 1;
}

#globalNav ul
{
	list-style: none;
	padding: 80px 4%;
	height: 100vh;
	height: 100dvh;
	overflow-y: scroll;
}

#globalNav li
{
	margin: 0 auto 0.3rem;
	max-width: 800px;
	border-left: 6px solid #333;
}

#globalNav li a
{
	display: block;
	padding: 1.5rem;
	background-color: rgba(255, 255, 255, .5);
	color: #333;
	text-decoration: none;
	transition: all 0.5s;
}

#globalNav li a:hover
{
	background-color: rgba(255, 255, 255, .8);
	padding-left: 2.5rem;
}

#mv
{
	height: 100vh;
	height: 100dvh;
	background-color: rgb(220, 220, 220);
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-wrap
{
	height: 100vh;
	height: 100dvh;
}

.section-conts
{
	padding: 4%;
}

.section-conts h2
{
	text-align: center;
}



.list_test-wrap
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.list_test:before
{
	content:  "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: #0074bf;
	position: relative;
	top: 3px;
	border-radius: 50%;
	margin-right: 5px;
}

.list_test
{
	padding: 10px;
	background-color: #65ace4;
	border-radius: 10px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 20px;
}



hr
{
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
	margin-top: 50px;
	margin-bottom: 50px;
}

.footer
{
	text-align: center;
	margin-bottom: 50px;
}

.gamen img
{
	width: 50%;
}

@media screen and (max-width: 800px)
{
	.gamen img
	{
		width: 100%;
	}
	.gamen td
	{
		font-size: 14px;
	}
	.second_column
	{
		padding-left: 10px;
	}
}
