body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
}
main.inner {}
h1 {
	text-align: center;
	margin-bottom: 1rem;
	font-size: 2rem;
}
h2 {
	text-align: center;
	margin-bottom: 2rem;
}
#result_box {
	display: none;
}
#choose_box {
	position: relative;
	height: 50vw;
	width: 100%;
}
#choose_box p {
	font-size: 24px;
	display: block;
	font-weight: 600;
	text-align: center;
}
#choose_box ul {
	width: 80%;
	text-align: center;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#choose_box ul li {
	width: calc(100% / 2 - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
	list-style: none;
}
#choose_box ul li:nth-child(2n) {
	margin-right: 0;
}
#choose_box ul li a {
	color: #fff;
	display: block;
	padding: 20px 60px;
	text-align: center;
	background-color: #2791d4;
	font-weight: 600;
	font-size: 18px;
	border: 2px solid #2791d4;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#choose_box ul li a:hover {
	background-color: #fff;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	opacity: .6;
}
h4 {
	width: 50%;
	clear: both;
	margin: auto;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #C00003;
}
.fit {
	position: absolute;
	left: 0px;
	/* top: 20px; */
	width: 100%;
}
table th {
	width: 15rem;
}
table th, table td {
	border: solid 1px #888888;
	border: solid 1px #888888;
	padding: 1rem;
}
#result_box a {
	color: #fff;
	display: block;
	padding: 20px 60px;
	text-align: center;
	background-color: #2791d4;
	font-weight: 600;
	font-size: 18px;
	border: 2px solid #2791d4;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#result_box a:hover {
	background-color: #fff;
	color: #2791d4;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
.title {
	background: #0c799f;
	color: #fff;
	padding: 2rem;
}
.title > h1 {
	text-align: center;
	margin-bottom: 1rem;
}
.title > h1 span {
	border: solid 2px;
	border-radius: 30px;
	display: inline-block;
	padding: 1rem 3rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
#choose_box ul li a {
	border: 2px solid #4f4a46;
	border-radius: 50px;
	background: #fff;
	color: #4f4a46;
}
#qa {
	display: none;
}
#qa > h2:nth-child(1) {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 2rem 0;
}
#qa0{
	background: url("images/start.png")no-repeat center;
padding: 23rem 0px;
} 
#qa0 .q0 {
background: #f39800;
border: none;
color: #fff;
font-size: 2rem;
width: 60%;
margin: auto;
}
table th, table td {
	/*! border: solid 1px #888888; */
	/*! border: solid 1px #888888; */
	padding: 1rem;
	border: none;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 18px;
	/*! padding-bottom: 5px; */
	/*! border-bottom: 1px solid; */
}
.title > h1.resul_name span {
	border: solid 2px;
	border-radius: 30px;
	display: inline-block;
	padding: 1rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #0c799f;
	background: #fff;
	border-radius: 0;
}
#result_box table {
	margin: 3rem auto;
}
#result_box table th {
	text-align: center;
}
#result_box table th span {
	display: inline-block;
	padding: 0 1rem;
	border-bottom: solid 2px;
	font-size: 1.5rem;
	width: 23em;
}
#result_box > span:nth-child(3) {
	background: #f39800;
}
#result_box > span:nth-child(3) > a:nth-child(1) {
	background: #f39800;
	border: none;
	width: 30%;
	margin: 2rem auto;
	border-radius: 50px;
}
#choose_box #qa0 ul li a:hover{
		background: #f39800;
}


@media screen and (max-width:736px) {
	

#qa0 {

  padding: 10rem 0px;
  background-size: 100%;
}

#qa0 .q0 {
  font-size: 1.2rem;
  padding: 1rem 1rem;
}

	.title > h1 span {
		padding: .5rem 2rem;
		font-size: 1.5rem;
	}
	.title > h1 {
		font-size: 1.5rem;
	}
	.title > h1.resul_name span {
		padding: 1rem;
		padding: 5px 10px;
	}
	#choose_box ul {
		display: block;
		padding: 0;
	}
	#choose_box ul li {
		width: 100%;
	}
	
#choose_box ul li a {
  padding: 15px 60px;
}

	
	.fit {
		padding: 1rem;
	}
	#result_box table th span {
font-size: 1.3rem;
width: 16em;
	}
	table td img {
		max-width: 25%;
	}
	#result_box > span:nth-child(3) > a:nth-child(1) {
		width: 50%;
		border-radius: 50px;
	}
}