/* 簡易フォーム全体 */
.easyFormWrapper {
	margin: 10px 0;
}
.easyFormWrapper .form_area {
	border: 5px solid #0077c2;
	box-sizing: border-box;
	background-color: #f2fbff;
}
.easyFormWrapper .easyform__mainTtl {
	background: #0077c2;
	text-align: center;
}

.easyFormWrapper .easyform__mainTtl img{height:100%;}
.easyFormWrapper .displayContents {
	display: none;
}
.easyFormWrapper .displayContents.active {
	display: block;
	animation: appear 1s ease;
}
@keyframes appear {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.easyFormWrapper .radio_input {
	display: none;
}
.easyFormWrapper button {
	outline: 0;
	border: none;
	background: none;
}
.easyFormWrapper .quest_box {
	padding: 0 7vw;
	display: flex;
	flex-direction: column;
}
.easyFormWrapper .Q01_contents .quest_box,
.easyFormWrapper .Q02_contents .quest_box {
	min-height: 133vw;
}
.easyFormWrapper .quest_ttl {
	margin: 5vw -4vw 4vw !important;
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
}
.easyFormWrapper .Q04_contents .quest_ttl {
	color: #ff6d00;
}
.easyFormWrapper .quest_box select,
.easyFormWrapper .quest_box input[type="text"],
.easyFormWrapper .quest_box input[type="number"] {
	max-width: 100%;
	width: 100% !important;
	padding: 4vw;
	font-size: 4vw;
	box-sizing: border-box;
	border-radius: 5px;
	border: 2px solid #ccc;
	background-color: #fff;
	background-image: none;
}
.easyFormWrapper .quest_box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.easyFormWrapper .quest_box input::-webkit-inner-spin-button,
.easyFormWrapper .quest_box input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance:textfield;
}
.easyFormWrapper .quest_box .quest-group {
	margin-bottom: 5vw;
}
.easyFormWrapper .quest_box .select_wrap {
	position: relative;
}
.easyFormWrapper .quest_box .select_wrap:after {
	content: "▼";
	color: #0077c2;
	position: absolute;
	right: 2vw;
	top: 5vw;
	font-size: 4vw;
	z-index: 1;
}
.easyFormWrapper .choices_list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2vw;
}
.easyFormWrapper .choices_item {
	position: relative;
	padding: 0;
	width: 100%;
	height: 16vw;
	font-size: 5vw;
	font-weight: bold;
	line-height: 1.2;
	background: #fff;
	border: 2px solid #0077c2;
	border-radius: 5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 3px 3px #ccc;
}
.easyFormWrapper .Q02_contents .choices_item {
	justify-content: center;
}
.easyFormWrapper .choices_item:after {
	content: "▶";
	color: #0077c2;
	position: absolute;
	right: 2vw;
	font-size: 4vw;
	z-index: 1;
}
.easyFormWrapper .choices_item .btn_icon_wrap {
	width: 15vw;
	margin: 0 2vw 0 3vw;
}
.easyFormWrapper .choices_item .btn_text {
	padding-top: 1vw;
}
.easyFormWrapper .quest_btn {
	width: 100%;
	color: #fff;
	font-size: 5.5vw;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	background: #ff6d00;
	box-shadow: 0 3px 3px #ccc;
	padding: 4vw 0;
	margin-bottom: 5vw;
	line-height: initial;
	cursor: pointer;
}
.easyFormWrapper .quest_note {
	margin: 2vw 0 !important;
	font-size: 2.5vw;
	color: #333;
}
.easyFormWrapper .quest_note a {
	font-weight: bold;
}
.easyFormWrapper .quest_tosho {
	margin: 0 -4vw;
}
.easyFormWrapper img{
	height:100%;
}
.easyFormWrapper .notice {
	margin-top: 0.8em;
	font-size: 0.8em;
}
.easyFormWrapper .loading-hide,
.easyFormWrapper .notice-hide {
	display: none;
}
.easyFormWrapper .loading img {
	max-width: 50px;
	width: 10%;
	margin: 1vw auto;
}
.easyFormWrapper .help-block {
	font-size: 0.9em;
	color: #F00;
	text-align: center;
}
.easyFormWrapper .help-block p {
	margin-top: 0.3em !important;
}
.easyFormWrapper .quest_txt {
	margin-bottom: 1vw !important;
	font-size: 3.5vw;
	font-weight: bold;
	text-align: center;
	line-height: 1.5 !important;
}
.easyFormWrapper .quest_result_estimate {
	width: 100%;
	margin-bottom: 2vw !important;
	padding-top: 3vw;
	padding-bottom: 3vw;
	font-size: 6vw;
	color: #ff6d00;
	border: 2px solid #ff6d00;
	background-color: #fff;
}
.easyFormWrapper .quest_txt_accent {
	font-size: 1.2em;
	color: #ff6d00;
}
.easyFormWrapper .quest_cta_wrap {
	position: relative;
	margin: 0 -4vw;
}
.easyFormWrapper .quest_cta_wrap .reflection_base {
	position: relative;
}
.easyFormWrapper .quest_cta {
	display: block;
}
.easyFormWrapper .quest_cta_telNum {
	position: absolute;
	bottom: 14%;
	right: 7%;
	font-size: 10vw;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff;
}
.easyFormWrapper .quest_cta_finger {
	position: absolute;
	bottom: -20%;
	right: 0;
	width: 13%;
	height: auto;
}
.easyFormWrapper .backTxt {
	margin: 2vw 0 !important;
	font-size: 4vw;
	font-weight: bold;
}
.easyFormWrapper .backTxt span {
	cursor: pointer;
}

/* PC */
@media screen and (min-width: 750px) {
	.easyFormWrapper img {width:50px;}
	.easyFormWrapper .quest_tosho img{
		width: 100%;
	}
	.easyFormWrapper {
		width: 1020px;
		margin: 20px auto;
	}
	.easyFormWrapper .easyform__mainTtl img {
		width: 40%;
	}
	.easyFormWrapper .quest_box {
		padding: 0 20px 10px;
	}

	.easyFormWrapper .Q01_contents .quest_box,
	.easyFormWrapper .Q02_contents .quest_box {
		min-height: 240px;
	}
	.easyFormWrapper .quest_ttl {
		margin: 20px 0 10px !important;
		font-size: 1.5rem;
	}
	.easyFormWrapper .quest_box select,
	.easyFormWrapper .quest_box input[type="text"],
	.easyFormWrapper .quest_box input[type="number"] {
		width: 50% !important;
		margin: 0 auto;
		padding: 20px;
		font-size: 1rem;
	}
	.easyFormWrapper .quest_box .quest-group {
		margin-bottom: 10px;
	}
	.easyFormWrapper .quest_box .select_wrap:after {
		right: 0;
		top: 0;
		font-size: 1rem;
	}
	.easyFormWrapper .choices_list {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
	}
	.easyFormWrapper .choices_item {
		height: 60px;
		font-size: 1.5rem;
	}
	.easyFormWrapper .choices_item:after {
		right: 10px;
		font-size: 1rem;
	}
	.easyFormWrapper .choices_item .btn_icon_wrap {
		width: 50px;
		margin: 0 10px;
	}
	.easyFormWrapper .choices_item .btn_text {
		padding-top: 5px;
	}
	.easyFormWrapper .quest_btn {
		margin: 0 auto 10px;
		padding: 10px 0;
		font-size: 2rem;
	}
	.easyFormWrapper .quest_note {
		margin: 10px 0 0 !important;
		font-size: 1rem;
		text-align: center;
	}

	.easyFormWrapper .quest_btn {
		width:70%;
		margin: 30px auto;
	}

	.easyFormWrapper .quest_tosho {
		margin: 0 auto;
		width: 50%;
	}
	.easyFormWrapper .loading img {
		margin: 0;
		width: 1rem;
	}
	.easyFormWrapper .quest_txt {
		margin-bottom: 10px !important;
		font-size: 1.5rem;
	}
	.easyFormWrapper .quest_result_estimate {
		width: 50%;
		margin: 0 auto 10px !important;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 2rem;
	}
	.easyFormWrapper .quest_cta_telNum {
		position: relative;
		right: auto;
		bottom: auto;
		font-size: 4rem;
		color: #000;
		text-align: center;
	}
	.easyFormWrapper .backTxt {
		margin: 10px 0 0 !important;
		font-size: 1rem;
	}
}
