@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	text-align: center;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
}

h1 {
	text-align: left;
	margin: 0;
	font-size: 2em;
	font-family: Arial, Helvetica, "sans-serif";
	margin-left: 20px;
	margin-top: 20px;
}

h2 {
	font-weight: 700;
	font-size: 1.25em;
	border-bottom: solid 3px 
}

.back{
	margin: 0px;
	background-color:#EFE7C8;
	padding-bottom: 100px;
}
.flase {
	margin-top: 100px;
	margin-bottom: 100px;
}
.top {
	width: 15%;
}

.yajirushi {
	margin: 0px;
	width: 8%;
}

.square {
	margin-top: 30px;
	position: relative;
	padding: 0.25em 1em;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
}
.square:before, .square:after {
	content: '';
	position: absolute;
	top: -7px;
	width: 2px;
	height: -webkit-calc(100% + 14px);
	background-color: black;
}
.square:before {
	left: 7px;
}
.square:after {
	right: 7px;
}

.shikaku {
	margin: 0px;
	text-align: left;
	display: inline-block;
}

.shoron {
	margin: 0px;
	text-align: left;
	display: inline-block;
}
.zero {
	text-align: center;
}

.moji {
	background-color: #ffffff;
	border-radius: 5px;
}

.first {
	text-align: center;
}
.button {
	font-size: 1em;
	font-weight: 600;
	width: 50%;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #000000;
	color: #FFFFFF;
	box-shadow: 0px 0px 0px 5px #000000;
	border: dashed 1px #FFFFFF;
	margin-top: 20px;
	margin-bottom: 50px;
}

.second {
padding-top: 20px;
}
.human {
	width: 50%;
}

.name {
	text-align: center;
	margin-top: 5px;
	color: black;
	font-weight: 600;
}

.senpai {
	display: flex;
	list-style-type: none;
	text-align: center;
}
.set {
	margin: 10px;
	padding: 1.5em 0.5em;
	background-color: white;
	box-shadow: 0px 1px 5px 0.1px #696969;
}
a {
	text-decoration: none;
}
