@charset "utf-8";
.form_wrap {
	background-color: #ffffff;
	overflow: hidden;
	font-size: 16px;
	max-width: 1000px;
	margin: 0 auto;
}
.title-box {
	text-align: center;
	margin: 0 auto;
}
.ftitle-box {
	text-align: center;
	margin: 50px auto 0;
}
.ftext-box {
	text-align: center;
	margin: 40px auto 0;
}
.step-box {
	text-align: center;
	margin: 30px auto 0;
}
.submit-box {
	text-align: center;
	margin: 0 auto 0;
}
.submit-box a {
	display: inline-block;
	margin: 10px auto;
}
@media screen and (max-width: 799px) {
	.form_wrap {
		margin: 0 auto 0;
		border-radius: 0;
	}
	.ftitle-box {
		text-align: center;
		margin: 20px auto 0;
	}
	.ftext-box {
		text-align: center;
		margin: 5vw auto 0;
	}
	.step-box {
		text-align: center;
		margin: 4vw auto 0;
	}
	.submit-box {
		max-width: 400px;
		margin: 5vw auto 0;
	}
	.ftitle-box img, .ftext-box img, .step-box img {
		width: 100%;
		max-width: 420px;
	}
	.submit-box a {
		margin: 2vw auto;;
	}
}
.Form {
	background-color: #fff;
	margin: 30px auto 40px;
	max-width: 900px;
	padding: 20px 40px;
}
@media screen and (max-width: 799px) {
	.Form {
		margin-top: 3vw;
		margin-bottom: 5vw;
		padding: 0 0 3vw;
	}
}
.Form-Item, .Form-Item2, .Form-Item3, .Form-Item4, .Form-Item5 {
	width: 100%;
	display: flex;
}
.Form-Item {
	border-top: 1px solid #ddd;
	padding-top: 24px;
	padding-bottom: 24px;
}
.Form-Item2 { /* 郵便番号 */
	padding-top: 0px;
	padding-bottom: 10px;
}
.Form-Item3 { /* 都道府県 */
	padding-top: 0px;
	padding-bottom: 10px;
}
.Form-Item4 { /* 市区町村以下 */
	padding-top: 0px;
	padding-bottom: 24px;
}
.Form-Item5 { /* レシート画像1枚目 */
	border-top: 1px solid #ddd;
	padding-top: 24px;
	padding-bottom: 24px;
}
@media screen and (max-width: 799px) {
	.Form-Item, .Form-Item2, .Form-Item3, .Form-Item4, .Form-Item5 {
		padding-left: 14px;
		padding-right: 14px;
	}
	.Form-Item {
		display: block;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.Form-Item2 { /* 郵便番号 */
		flex-wrap: wrap;
		padding-top: 0px;
		padding-bottom: 10px;
	}
	.Form-Item3 { /* 都道府県 */
		display: block;
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.Form-Item4 { /* 市区町村以下 */
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.Form-Item5 { /* レシート画像1枚目 */
		flex-wrap: wrap;
		padding-top: 16px;
		padding-bottom: 16px;
	}
}
.line {
	border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
	width: 300px;
	flex: none;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	vertical-align: middle;
}
@media screen and (max-width: 799px) {
	.Form-Item-Label {
		width: 100%;
		font-size: 16px;
	}
	.Form-Item-Label.b10 {
		margin-bottom: 10px
	}
}
.Form-Item-Inner {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
}
@media screen and (max-width: 799px) {
	.Form-Item-Inner {
		flex-wrap: wrap;
	}
}
.Form-Item-Label.isMsg {
	margin-top: 8px;
	margin-bottom: auto;
}
@media screen and (max-width: 799px) {
	.Form-Item-Label.isMsg {
		margin-top: 0;
	}
}
.Form-Item-Label-Required, .Form-Item-Label-Optional {
	flex: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: 4px;
	margin-right: 6px;
	width: 42px;
	height: 1.6em;
	color: #fff;
	font-size: 12px;
	vertical-align: text-top;
	line-height: 1;
}
.Form-Item-Label-Required {
	background: #d70e3a;
}
.Form-Item-Label-Optional {
	background: #999;
}
@media screen and (max-width: 799px) {
	.Form-Item-Label-Required, .Form-Item-Label-Optional {
		font-size: 13px;
	}
}
.Form-Item-Input, .Form-Item-Input2, .Form-Item-Input3, .Form-Item-Input4, .Form-Item-Input5, .Form-Item-Input6 {
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-left: 40px;
	padding-left: 1em;
	padding-right: 1em;
	height: 48px;
	background: #eaedf2;
	font-size: 18px;
	font-weight: normal;
}
.Form-Item-Input, .Form-Item-Input2, .Form-Item-Input3, .Form-Item-Input4 {
	flex-grow: 1;
}
input[type=date].Form-Item-Input {
	flex-grow: 0;
}
.Form-Item-Input5, .Form-Item-Input6 {
	width: 8em;
}
/* その他回答 */
.Form-Item-Etc {
	margin-left: 40px;
	width: 100%;
}
.Form-Item-Etc .Form-Item-Label {
	font-weight: normal;
}
.Form-Item-Input.etc {
	width: 100%;
	margin-top: 4px;
	margin-bottom: 18px;
	margin-left: 0;
}
.Form-Item-Input.etc.last {
	margin-top: 4px;
	margin-bottom: 0;
	margin-left: 0;
}
@media screen and (max-width: 799px) {
	.Form-Item-Input, .Form-Item-Input2, .Form-Item-Input3, .Form-Item-Input4, .Form-Item-Input5, .Form-Item-Input6 {
		margin-left: 0;
		height: 40px;
		font-size: 16px;
	}
	.Form-Item-Input {
		margin-top: 18px;
		width: 100%;
	}
	input[type=date].Form-Item-Input {
		width: auto;
	}
	.Form-Item-Input2 { /* 都道府県 */
		margin-top: 4px;
		margin-bottom: 10px;
		width: 100%;
	}
	.Form-Item-Input3 { /* 市区町村以下 */
		margin-top: 4px;
		margin-bottom: 18px;
		width: 100%;
	}
	.Form-Item-Input4 {
		margin-top: 4px;
		margin-bottom: 18px;
		width: 100%;
	}
	.Form-Item-Input5 { /* 郵便番号 */
		margin-top: 4px;
		width: 40%;
	}
	.Form-Item-Input6 { /* 年齢 */
		margin-top: 18px;
		width: 40%;
	}
	.Form-Item-Etc { /* その他回答 */
		margin-left: 0;
		width: 100%;
	}
}
.Form-Item-Textarea {
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-left: 40px;
	padding-top: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	height: 216px;
	flex: 1;
	width: 100%;
	max-width: 410px;
	background: #eaedf2;
	font-size: 18px;
	font-weight: normal;
}
@media screen and (max-width: 799px) {
	.Form-Item-Textarea {
		margin-top: 18px;
		margin-left: 0;
		height: 200px;
		flex: inherit;
		font-size: 16px;
	}
}
.Form-Item-Textarea.etc {
	margin-left: 0;
    max-width: none;
}
.Form-Btn {
	border-radius: 40px;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 280px;
	display: block;
	letter-spacing: 0.05em;
	background: #5bc8ac;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	border: none;
}
@media screen and (max-width: 799px) {
	.Form-Btn {
		margin-top: 24px;
		padding-top: 15px;
		padding-bottom: 15px;
		width: 80%;
		font-size: 20px;
	}
}
.receipt-link {
	font-size: 15px;
	line-height: 1.0;
	font-weight: bold;
	margin-top: 3px;
	padding: 6px 3px;
	background-color: #FFF0BF;
}
@media screen and (max-width: 799px) {
	.receipt-link {
		font-size: 18px;
		padding: 8px 6px;
		margin-bottom: 4px;
	}
}
@media screen and (min-width: 800px) {
	.receipt-link.pc_only {
		display: inline-block;
		margin-top: 5px;
	}
}
/* ラジオボタン　チェックボタン */
label ~ label {
	margin-left: 15px;
}
label.indention ~ label.indention {
	margin-left: 0px;
}
input[type=radio] {
	margin-right: 8px;
}
.radio-btns2, .check-btns2 {
	margin-left: 40px;
	font-size: 18px;
	text-align: left;
}
@media screen and (max-width: 799px) {
	.radio-btns2, .check-btns2 {
		max-width: 450px;
		margin-top: 18px;
		margin-left: 10px;
		font-size: 16px;
		text-align: left;
	}
}
.radio-btns input[type=radio], .radio-btns2 input[type=radio] {
	display: none;
}
.radio-btns label {
	position: relative;
	padding-left: 25px;
}
.radio-btns2 label.indention, .check-btns2 label.indention {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	line-height: 1.2em;
	padding-bottom: 1.0em;
}
@media screen and (max-width: 799px) {
	.radio-btns2 label.indention, .check-btns2 label.indention {
		padding-bottom: 1.5em;
	}
}
.radio-btns2 label.indention.last, .check-btns2 label.indention.last {
	padding-bottom: 0;
}
.radio-btns input[type=radio] + label::before, .radio-btns2 input[type=radio] + label::before {
	position: absolute;
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ddd;
	left: 0;
	top: 3px;
}
.radio-btns input[type=radio] + label::after, .radio-btns2 input[type=radio] + label::after {
	position: absolute;
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ea5364;
	left: 2px;
	top: 5px;
	opacity: 0;
	transition: .3s;
}
.radio-btns input[type=radio]:checked + label::after, .radio-btns2 input[type=radio]:checked + label::after {
	opacity: 1;
}
/* チェックボックス */
input[type=checkbox] {
	margin-right: 8px;
}
.check-btns input[type=checkbox], .check-btns2 input[type=checkbox] {
	display: none;
}
.check-btns, .check-btns2 {
	font-size: 18px;
    flex-grow: 1;
}
@media screen and (max-width: 799px) {
	.check-btns, .check-btns2 {
		font-size: 16px;
	}
}
.check-btns label, .check-btns2 label {
	position: relative;
	padding-left: 30px;
}
.check-btns input[type=checkbox] + label::before {
	position: absolute;
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #ccc;
	left: 0;
	top: 6px;
}
.check-btns2 input[type=checkbox] + label::before {
	position: absolute;
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #ccc;
	left: 0;
	top: 3px;
}
.check-btns input[type=checkbox] + label::after {
	position: absolute;
	content: '';
	display: block;
	width: 8px;
	height: 12px;
	transform: rotate(45deg);
	border-right: 4px solid #ea5364;
	border-bottom: 4px solid #ea5364;
	left: 5px;
	top: 6px;
	opacity: 0;
	transition: .3s;
}
.check-btns2 input[type=checkbox] + label::after {
	position: absolute;
	content: '';
	display: block;
	width: 8px;
	height: 12px;
	transform: rotate(45deg);
	border-right: 4px solid #ea5364;
	border-bottom: 4px solid #ea5364;
	left: 5px;
	top: 3px;
	opacity: 0;
	transition: .3s;
}
.check-btns input[type=checkbox]:checked + label::after, .check-btns2 input[type=checkbox]:checked + label::after {
	opacity: 1;
}
/* セレクトボックス */
ul.select-box {
	width: 100%;
	max-width: 450px;
	margin-left: 40px;
	text-align: left;
}
ul.select-box li {
	margin-bottom: 18px;
}
ul.select-box li.last {
	margin-bottom: 0;
}
@media screen and (max-width: 799px) {
	ul.select-box {
		margin-top: 18px;
		margin-left: 0;
	}
	ul.select-box + ul.select-box,
	.Form-Item-Etc + ul.select-box {
		margin-top: 0;
	}
}
ul.select-box li {
	font-size: 18px;
	font-weight: normal;
}
@media screen and (max-width: 799px) {
	ul.select-box li {
		font-size: 16px;
	}
}
.select {
	background: #eaedf2;
	border: 1px solid #ddd;
	height: 50px;
	width: 260px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}
.select::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	right: 15px;
	top: 40%;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 4px solid #ea5364;
	border-right: 4px solid #ea5364;
	z-index: -1;
}
select {
	/* 初期化 */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	color: #333;
	font-size: 18px;
	width: 100%;
	height: 100%;
	padding: 0px 15px;
}
@media screen and (max-width: 799px) {
	select {
		font-size: 16px;
	}
}
.terms {
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 30px 0 0;
}
.terms a {
	font-size: 18px;
	font-weight: bold;
	padding: 3px 6px;
	background-color: #FFF0BF;
}
.terms .terms-txt {
	font-size: 20px;
}
@media screen and (max-width: 799px) {
	.terms a {
		padding: 6px 3px;
	}
	.terms .terms-txt {
		font-size: 18px;
	}
}
/* 送信ボタン */
.btn, a.btn, button.btn {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.0;
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 48px;
	padding: 0 1.5rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
	margin-left: 0.5em;
}
button {
	border: none;
	outline: none;
}
.btn--orange, a.btn--orange, button.btn {
	color: #fff;
	background-color: #ea5364;
}
.btn--orange:hover, a.btn--orange:hover {
	color: #fff;
	background: #ea5364;
}
@media screen and (max-width: 799px) {
	.btn, a.btn, button.btn {
		padding: 0 6rem;
		margin-left: 0;
	}
	.Form-Item-Input5 + button.btn {
		margin-top: 10px;
	}
}
.error {
	font-size: 16px;
	color: #e90b1c;
	background-color: #FEFF78;
	padding: 6px 10px 4px;
	line-height: 1.2;
}
.error + .error {
	padding-top: 0;
}
.error + .Form-Item4 {
	padding-top: 24px;
}
@media screen and (max-width: 799px) {
	.error {
		font-size: 16px;
		padding: 8px 20px 6px;
	}
	.error + .Form-Item4 {
		padding-top: 16px;
	}
}
.error2 {
	font-size: 16px;
	color: #e90b1c;
	background-color: #FEFF78;
	padding: 6px 10px 4px;
	line-height: 1.4;
	margin-top: 1em;
	border-bottom: 1px solid #ddd
}
@media screen and (max-width: 799px) {
	.error2 {
		font-size: 16px;
		padding: 8px 20px 6px;
	}
}
.comfirm-txt {
	margin-left: 40px;
	flex: 1;
	width: 100%;
	max-width: 410px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: normal;
}
@media screen and (max-width: 799px) {
	.comfirm-txt {
		margin-top: 10px;
		margin-left: 0;
		font-size: 16px;
	}
}
.thanks-txt {
	text-align: center;
	width: 100%;
	font-size: 30px;
	padding: 78px 0 104px;
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 799px) {
	.thanks-txt {
		font-size: 28px;
		padding: 34px 0 34px;
	}
}
.receipt {
	margin-left: 40px;
	width: 100%;
	max-width: 410px;
}
.receipt img {
	width: 80%;
}
@media screen and (max-width: 799px) {
	.receipt {
		margin-left: 0;
	}
	.receipt img {
		max-width: 280px;
	}
}