@charset "utf-8";
/*------------------------------------------------------------
	assessment
------------------------------------------------------------*/
#main .topBox {
	margin-bottom: 9.1rem;
}
#main .topBox .title {
	margin-bottom: 2.6rem;
	text-align: center;
	font-weight: 900;
	font-size: 4rem;
	line-height: 1.75;
}
#main .topBox .text {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
}
#main .mailForm .stepUl {
	margin-bottom: 7.3rem;
	gap: 6rem;
}
#main .mailForm .stepUl li {
	padding: 1.3rem 2rem 1.3rem 3.7rem;
	width: 36rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #959595;
	position: relative;
	border-radius: 3.5rem;
	border: 0.2rem solid #959595;
}
#main .mailForm .stepUl span {
	margin-right: 1.3rem;
	font-size: 4rem;
	color: #959595;
	font-weight: 700;
	display: inline-block;
	line-height: 1;
	font-family: "Quicksand", sans-serif;
	vertical-align: -0.7rem;
}
#main .mailForm .stepUl li.on {
	color: #EE813B;
	border-color: #EE813B;
}
#main .mailForm .stepUl li.on span {
	color: #EE813B;
}
#main .mailForm .stepUl li:not(:last-child):after {
	width: 2.4rem;
	height: 2rem;
	position: absolute;
	z-index: 1;
	top: 2.4rem;
	right: -4.3rem;
	content: "";
	background: url(../img/common/icon08.png) no-repeat left top / 100%;
}
#main .mailForm .noteBox {
	margin-bottom: 3rem;
	line-height: 2;
}
#main .mailForm .noteBox .text .red {
	color: #E36169;
}
#main .mailForm .noteBox .notesUl li {
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}
#main .mailForm .imgBox {
	margin-bottom: 7rem;
	width: 88.1rem;
	align-items: center;
}
#main .mailForm .imgBox .photoBox {
	width: 11.7rem;
	margin-right: 4rem;
}
#main .mailForm .imgBox .textBox {
	margin-bottom: 1rem;
	padding: 2rem 2rem 2rem 3.5rem;
	position: relative;
	flex: 1;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #fff;
	border: 0.2rem solid #0A9FE6;
	border-radius: 3.5rem;
}
#main .mailForm .imgBox .textBox::after {
	width: 3.3rem;
	height: 1.8rem;
	position: absolute;
	bottom: 1.3rem;
	left: -2.35rem;
	content: "";
	z-index: 1;
	background: url(../img/assessment/img02.png) no-repeat left top / 100%;
}
#main .mailForm table {
	margin-bottom: 11rem;
	width: 100%;
	border-collapse: collapse;
}
#main .mailForm table:last-of-type {
	margin-bottom: 8rem;
}
#main .mailForm table th,
#main .mailForm table td {
	padding: 2.9rem 1rem;
	text-align: left;
	border-bottom: 0.2rem dotted #EE813B;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
	vertical-align: top;
	word-break: break-all;
}
#main .mailForm table tr:first-child th,
#main .mailForm table tr:first-child td {
	border-top: 0.2rem dotted #EE813B;
}
#main .mailForm table th {
	padding-top: 3.7rem;
	position: relative;
	width: 30.1%;
	font-weight: 700;
}
#main .mailForm table th .must {
	width: 5rem;
	position: absolute;
	top: 4rem;
	right: 4.1rem;
	display: inline-block;
	background-color: #E36169;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 1.4rem;
	border-radius: 1.2rem;
}
#main .mailForm label {
	cursor: pointer;
}
#main .mailForm table input[type="text"],
#main .mailForm table input[type="email"], 
#main .mailForm table input[type="tel"],
#main .mailForm table select, 
#main .mailForm table textarea {
	padding: 1rem 1.9rem;
	width: 100%;
	display: block;
	height: 5rem;
	color: #333;
	font-size: 1.6rem;
	border-radius: 1rem;
	border: 0;
	box-sizing: border-box;
	box-shadow: none;
	background-color: #FEF2EB;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
#main .mailForm table input.wid01 {
	width: 56rem;
}
#main .mailForm table input.wid02 {
	width: 50rem;
}
#main .mailForm table input.wid03 {
	width: 28rem;
}
#main .mailForm table select.wid04 {
	width: 40rem;
}
#main .mailForm .checkList li {
	margin: 0.7rem 0;
}
#main .mailForm input[type="checkbox"] {
	display: none;
}
#main .mailForm input[type="checkbox"] ~ span {
	padding-left: 3rem;
	display: inline-block;
	background: url(../img/common/check_img.png) no-repeat left center / 1.6rem;
}
#main .mailForm input[type="checkbox"]:checked ~ span {
	background-image: url(../img/common/check_img_on.png);
}
#main .mailForm td .notes {
	padding-left: 1.5rem;
	text-indent: -1.5rem;
	display: inline-block;
}
#main .mailForm td .inner {
	margin-bottom: 2rem;
	align-items: center;
}
#main .mailForm td .inner input {
	margin: 0 2rem 0 1.3rem;
}
#main .mailForm .addUl li:not(:last-child) {
	margin-bottom: 2rem;
}
#main .mailForm select {
	background: url(../img/common/icon09.png) no-repeat right 2rem center / 1.2rem;
}
#main .mailForm table textarea {
	height: 20rem;
	resize: vertical;
}
#main .mailForm .submit {
	gap: 2rem;
}
#main .back a,
#main .mailForm .submit input {
    width: 40rem;
    padding: 2.1rem 0 2.3rem;
    text-align: center;
	display: block;
	color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #EE813B;
	border-radius: 3.5rem;
	box-shadow: none;
	box-sizing: border-box;
    border: 0;
	cursor: pointer;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	transition: .3s;
}
#main .back a {
	margin: 0 auto;
}
#main .back a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#main .mailForm .submit input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .topBox {
		margin-bottom: 4rem;
	}
	#main .topBox .title {
		font-size: 2rem;
	}
	#main .topBox .text {
		font-size: 1.4rem;
	}
	#main .mailForm .stepUl {
		margin-bottom: 3rem;
		display: block;
	}
	#main .mailForm .stepUl li {
		margin: 0 auto 4rem;
		padding: 0.5rem 1rem 0.5rem 2rem;
		width: 25rem;
		font-size: 1.6rem;
	}
	#main .mailForm .stepUl li:last-child {
		margin-bottom: 0;
	}
	#main .mailForm .stepUl span {
		margin-right: 1.3rem;
		font-size: 3rem;
		vertical-align: -0.4rem;
	}
	#main .mailForm .stepUl li:not(:last-child):after {
		width: 100%;
		height: 2rem;
		position: absolute;
		z-index: 1;
		top: 5.1rem;
		right: auto;
		left: 0;
		content: "";
		transform: rotate(90deg);
		background-size: 1.5rem auto;
		background-position: center bottom;
	}
	#main .mailForm .noteBox {
		font-size: 1.2rem;
	}
	#main .mailForm .noteBox .notesUl li {
		padding-left: 1.2rem;
		text-indent: -1.2rem;
	}
	#main .mailForm .imgBox {
		margin-bottom: 3rem;
		width: auto;
	}
	#main .mailForm .imgBox .photoBox {
		width: 7rem;
		margin-right: 2rem;
	}
	#main .mailForm .imgBox .textBox {
		margin-bottom: 1rem;
		padding: 2.2rem 2rem;
		font-size: 1.4rem;
	}
	#main .mailForm .imgBox .textBox::after {
		width: 3.2rem;
		bottom: 1.3rem;
		left: -2.3rem;
	}
	#main .mailForm table {
		margin-bottom: 5rem;
	}
	#main .mailForm table:last-of-type {
		margin-bottom: 4rem;
	}
	#main .mailForm table th,
	#main .mailForm table td {
		padding: 1.5rem 0;
		font-size: 1.4rem;
		display: block;
		width: 100% !important;
	}
	#main .mailForm table tr:first-child td {
		border-top: 0;
	}
	#main .mailForm table th {
		padding-bottom: 0;
		border-bottom: 0;
	}
	#main .mailForm table td {
		padding-top: 0.5rem;
	}
	#main .mailForm table th .must {
		top: 1.5rem;
		right: 0;
		font-size: 1.2rem;
	}
	#main .mailForm table input[type="text"],
	#main .mailForm table input[type="email"], 
	#main .mailForm table input[type="tel"],
	#main .mailForm table select, 
	#main .mailForm table textarea {
		padding: 0.5rem 1rem;
		height: 4rem;
		font-size: 1.4rem;
		border-radius: 0.5rem;
	}
	#main .mailForm table input.wid01 {
		width: 100%;
	}
	#main .mailForm table input.wid02 {
		width: 100%;
	}
	#main .mailForm table select.wid04 {
		width: 25rem;
	}
	#main .mailForm .checkList li {
		margin: 0.7rem 0;
	}
	#main .mailForm td .notes {
		display: block;
		width: 100%;
	}
	#main .mailForm td .inner input {
		margin: 0 0 0 1.3rem;
	}
	#main .mailForm .submit {
		display: block;
	}
	#main .mailForm .submit li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#main .back a,
	#main .mailForm .submit input {
		margin: 0 auto;
		width: 30rem;
		padding: 1.5rem 0;
	}
}
/* thanks */
#main .thanksBox .text {
	margin-bottom: 5rem;
	text-align: center;
	font-size: 3.5rem;
	line-height: 2;
	font-weight: 900;
}
@media all and (max-width: 896px) {
	#main .thanksBox .text {
		margin-bottom: 5rem;
		font-size: 2rem;
		line-height: 2;
	}
}