@charset "utf-8";

/* --------------- Style to null --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,dl, dt, dd,
ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
td, td img {
	vertical-align: top;
}
input, select, button, textarea {
	margin: 0;
	font-size: 100%;
}
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"] {
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
ul,
ol {
	list-style:none;
}
html {
	overflow-y: scroll;
	overflow-x: auto;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	color: #38373d;
	text-align: left;
	z-index: 1;
	position: relative;
	/*background: #f6f6f8;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: #C7E1FF;
}
input [type='text']{
	padding: 0;
}
input, select, button, textarea {
	font-size: 12px;
}
input,
textarea {
	outline: none;
}
textarea {
	resize:none;
	overflow: auto;
}
label, input[type="button"], input[type="submit"], button {
	cursor: pointer;
}
a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus, a:active {
	text-decoration: none;
}
input[type="search"]:focus {
	outline: none;
}
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	padding:0;
	border:0;
}
:focus {
	outline: none;
}
::-webkit-input-placeholder {
	color: #68696c;
}
:-moz-placeholder {
	color: #68696c;
}
.placeholder {
	color: #68696c;
}
/* --------------- /Style to null --------------- */

/* --------------- site --------------- */
.site {
	min-width: 300px;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	max-width: 700px;
	margin: 0 auto;
}
.wrap {
	position: relative;
	max-width: 700px;
	padding: 0 10px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* --------------- /site --------------- */

/* --------------- header --------------- */
.header {
	text-align: center;
	padding: 60px 0 20px;
	display: table;
	width: 100%;
	margin-bottom: 0;
}
.header h1 {
	letter-spacing: 1px;
	position: relative;
	font-weight: 600;
	font-size: 30px;
	line-height: 46px;
	max-width: 700px;
	color: #40adff;
	margin: 0 auto 0px;
}
.header h1 span:before, .header h1 span:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 70px;
	background: #40adff;
	height: 2px;
}
.header h1 span:before {
	left: 0;
}
.header h1 span:after {
	right: 0;
}
.header h1 span {
	white-space: pre-line;
	padding: 0 100px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
/* --------------- /header --------------- */

/* --------------- headerPanel --------------- */
#headerPanel {
	width:100%;
	padding: 0 20px 0 120px;
	height:40px;
	position:fixed;
	left:0;
	top:0;
	background-color:#252525;
	background-image:linear-gradient(#2E2E2E,#1C1C1C);
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #bfbfbf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 51;
}
#headerPanel .action_logo {
	position: absolute;
	top: 12px;
	left: 20px;
}
#headerPanel > a:hover {
	color: #fff;
}
#headerPanel > a {
	text-decoration: none;
	border-bottom: 1px solid rgba(238,238,238,0.4);
	display: inline-block;
	vertical-align: top;
	margin: 12px 18px 0 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #bfbfbf;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#headerPanel > span {
	font-size: 13px;
	color: #bfbfbf;
	display: inline-block;
	vertical-align: top;
	margin: 12px 18px 0 0;
	font-family: Arial, sans-serif;
}
#panelcontainer {
	position: absolute;
	top: 7px;
	right: 20px;
}
/* --------------- /headerPanel --------------- */

/* --------------- services_list --------------- */
.label {
	font-size: 22px;
	color: #38373d;
	font-weight: 300;
	line-height: 27px;
}
.label span {
	font-weight: 700;
	color: #40adff;
	display: block;
	letter-spacing: -1px;
}
.wrap_btn input[type='submit']:hover {
	color: #40adff;
	background: #fff;
}
.wrap_btn input[type='submit'] {
	margin: 0 auto;
	display: block;
	height: 72px;
	width: 243px;
	background: #40adff;
	border: 2px solid #40adff;
	font-family: 'Open Sans', sans-serif;
	border-radius: 10px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
	font-size: 24px;
	color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
/* --------------- /services_list --------------- */

/* --------------- check_list --------------- */
#ajax_content {
	margin-bottom: 40px;
}
#ajax_content li:first-child {
	/*display: block;*/
}
#buttonResult {
	display:none;
}
.description {
	text-align: center!important;
}
#ajax_content li {
	display: none;
}
.check_list {
	text-align: left;
	min-width: 500px;
	margin: 0 auto 60px;
	color: #696670;
	background: #fafafa;
	border-radius: 10px;
	border-bottom: 2px solid #818385;
}
.check_list td {
	font-size: 16px;
	line-height: 20px;
	padding: 15px;
	vertical-align: middle;
	border: 1px solid #2ac5c7;
}
.check_list tr td:first-child {
	width: 90%;
}
.check_list .wrap_input {
	min-width: 100px;
	display: inline-block;
	margin: 0 6px 15px;
	vertical-align: top;
}
.check_list input {
	position: absolute;
	left: -5000px;
	opacity: 0;
}
.check_list label {
	border: 2px solid #2ac5c7;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 20px;
	height: 20px;
}
.check_list input:checked + label:before {
	right: -1px;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../img/check.png) no-repeat center center;
	background-size: 100% auto;
}
/* --------------- /check_list --------------- */

/* --------------- wrap_result --------------- */
.wrap_result {
	display: none;
	max-width: 900px;
	margin: 0 auto 40px;
}
.wrap_result h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
}
.wrap_result ul {

}
.wrap_result ul li {
	display: none;
	line-height: 30px;
	font-size: 18px;
}
.wrap_result ul li span {
	color: #40adff;
	font-weight: bold;
}
/* --------------- /wrap_result --------------- */

/* --------------- check_list_table --------------- */
.wrap_list_table {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.wrap_list_table p {
	text-align: justify;
	font-size: 19px;
	line-height: 36px;
	/*color: #40adff;*/
	margin-bottom: 20px;
}

.errorMessage {
	text-align: center;
	font-size: 19px;
	line-height: 36px;
	color: red;
	display: none;
	margin-bottom: 20px;
}

.wrap_list_table h3 {
	text-align: center;
	font-size: 19px;
	line-height: 36px;
	color: #40adff;
	margin-bottom: 20px;
}
.wrap_btn {
	text-align: center;
}
.wrap_btn a:hover {
	color: #40adff;
	background: #fff;
}
.wrap_btn a {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	background: #40adff;
	color: #fff;
	font-size: 22px;
	padding: 15px 25px;
	margin-bottom: 40px;
	letter-spacing: 1px;
	border: 2px solid #40adff;
	border-radius: 6px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.list_title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}
.wrap_btn.check_btn {
	display: none;
}
.wrap_btn.next_btn.disable a {
	pointer-events: none;
	opacity: 0.3;
	background: #40adff;
	color: #fff;
}
span.wrap_btn a {
	margin: 0;
	padding: 5px 10px;
	font-size: 16px;
}
/* --------------- /check_list_table --------------- */

@media screen and (max-width: 760px) {
	.label span {
		letter-spacing: 0;
	}
	.label {
		font-size: 16px;
	}
	.wrap_result {
		padding: 20px 2px;
	}
	.header h1 {
		font-size: 30px;
		letter-spacing: -1px;
		line-height: 36px;
	}
	.header h1 span:after, .header h1 span:before {
		display: none;
	}
	.header h1 span {
		padding: 0 10px;
	}
	.check_list .wrap_input {
		width: 46%;
		margin: 0 4px 15px;
	}
	.wrap_list_table h3 {
		line-height: 28px;
	}
}
/* --------------- /check_list_table --------------- */
.wrap_result .fas {
	margin-right: 10px;
}

.text-center {
	text-align: center!important;
}
.wrap_result p{
	text-align: justify;
	font-size: 19px;
	line-height: 36px;
	margin-bottom: 20px;
}

.colorBlue {
	/*color: #40adff;*/
}

#answer1, #answer2, #answer3, #answer4 {
	display: none;
}
