body {
	font-family: "sans-serif";
}

/**ヘッダー部分のレイアウト**/


.header {
	background-image: url("../header/header.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	object-fit: cover;
	padding-top: 185px;
	margin: 0 auto;
	height: 500px;
	width: 100%;
}


.taikai {
	background: rgba(255, 255, 255, 0.8);
	color: #000000;
	background-position: center center;
	text-align: center;
	line-height: 150px;
	font-size: 26px;
	height: 150px;
}

.step {
	background-color: #fffacd;
	text-align: center;
	height: 110px;
	width: 900px;
	font-size: 28px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5px;
}

span {
	color: #ff0000;
}

.f_contents {
	font-size: 50px;
	text-align: center;
	margin-top: 10px;
}

/**フッター部分のレイアウト**/

.footer {
	margin-top: 200px;
	background-color: #d3d3d3;
	height: 350px;
}

.footer_logo {
	width: 215px;
	height: 71px;
	float: left;
	margin-top: 121px;
	margin-left: 20px;
}

.info {
	color: #000000;
	float: right;
	margin-bottom: 20px;
	margin-right: 30px;
}

.info h3 {
	font-size: 35px;
	margin-top: 20px;
}

.footer li {
	list-style: none;
	font-size: 25px;
}

/**index.html**/

.coution {
	background-color: #afeeee;
	margin-top: 20px;
	text-align: left;
	height: 110px;
	width: 900px;
}

.coution li {
	padding-top: 10px;
	list-style: none;
	font-size: 25px;
}

.num_centence {
	background-color: #afeeee;
	color: #000000;
	text-align: center;
	height: 150px;
	width: 900px;
	margin-top: 30px;
	padding-top: 50px;
	font-size: 30px;
	line-height: 10px;
}

.num_insert {
	border: 5px solid #afeeee;
	height: 450px;
	width: 890px;
	padding-top: auto;
	padding-bottom: auto;
}

.number {
	margin-top: 120px;
	height: 80px;
	width: 600px;
	font-size: 30px;
	text-align: center;
}

.search {
	margin-top: 80px;
	/* ã‚Æ‚Ì—]”’@ */
	text-align: center;
	/* •¶ŽšˆÊ’u   */
	width: 600px;
	height: 72px;
}

/**data_check.php**/

.check_result {
	background-color: #afeeee;
	color: #000000;
	text-align: center;
	height: 130px;
	width: 900px;
	margin-top: 30px;
	padding-top: 10px;
	font-size: 55px;
	line-height: 10px;
}

.result_content_e {
	border: 5px solid #afeeee;
	height: 350px;
	width: 890px;
}

.error {
	font-size: 35px;
	margin-top: 160px;
}

.result_content {
	border: 5px solid #afeeee;
	height: 600px;
	width: 890px;
	padding-top: auto;
	padding-bottom: auto;
}

.open {
	margin-top: 80px;
	/* ã‚Æ‚Ì—]”’@ */
	text-align: center;
	/* •¶ŽšˆÊ’u   */
	width: 600px;
	height: 192px;
}

.result_contents {
	font-size: 35px;
	text-align: left;
	margin-top: 80px;
	margin-left: 40px;
}

.kanso_wrapper {
	display: flex;
	align-items: center;
	/* 垂直中央にそろえる */
	margin: 30px 20px;
	/* 上下30px、左右20pxのマージン */
}


.kanso_pattern {
	height: 424px;
	width: 300px;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

.check_select {
	background-color: #afeeee;
	color: #000000;
	text-align: center;
	height: 130px;
	width: 900px;
	margin-top: 30px;
	padding-top: 10px;
	font-size: 55px;
	line-height: 10px;
}

.select_content {
	border: 5px solid #afeeee;
	height: 550px;
	width: 890px;
	padding-top: auto;
	padding-bottom: auto;
}

.select_kanso {
	display: flex;
	justify-content: center;
	/* 中央寄せ */
	flex-wrap: wrap;
	/* 複数列になるときの折り返し対応（任意） */
}

.radio-large {
	transform: scale(2);
	/* 2倍サイズ */
	margin: 0;
}

/**finisher.php**/

.description {
	margin-top: 80px;
	display: flex;
	justify-content: center;
}

.tap {
	height: 100px;
	width: 108px;
}

.description li {
	text-align: left;
	list-style: none;
	font-size: 25px;
}

.finisher {
	border: 5px solid #afeeee;
	background-color: #afeeee;
	height: 1260px;
	width: 890px;
}

.f_print {
	margin-top: 14px;
	height: 1229px;
	width: 870px;
}

.back {
	margin-top: 80px;
	/* ã‚Æ‚Ì—]”’@ */
	text-align: center;
	/* •¶ŽšˆÊ’u   */
	width: 600px;
	height: 192px;
}