@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap&subset=japanese);

*, .btn, ::after, ::before {
	-webkit-box-sizing: border-box;
}

.btn, .inputCheck, .inputRadio, header .progress .next, header .progress .prev {
	cursor: pointer;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, td, th {
	text-align: left;
	font-weight: inherit;
	vertical-align: middle;
}

blockquote, q {
	quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

a {
	color: inherit;
	text-decoration: inherit;
}

*, ::after, ::before {
	box-sizing: border-box;
}

.btn {
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 0;
}

.inputText, .select {
	display: inline-block;
}

.inputText1 input, .inputText2 input, .select1 select {
	width: 100%;
	height: 56px;
	padding: 0 14px;
	font-size: 15px;
}

.inputText {
	position: relative;
}

.inputText input {
	position: relative;
	z-index: 1;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: 0 0;
}

.inputText input::-ms-clear {
	visibility: hidden;
}

.inputText img {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.inputText1 {
	width: 100%;
}

.inputText1 input {
	color: #4D4848;
	background: #FFF;
	border: 1px solid #EFEFEF;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 0 #8D8D8D inset;
	box-shadow: 0 1px 0 0 #8D8D8D inset;
}

.inputText1 input:focus {
	background: #FFF;
	-webkit-box-shadow: 0 0 0 1px #2F7EC1;
	box-shadow: 0 0 0 1px #2F7EC1;
}

.inputText1 input::-ms-clear {
	visibility: hidden;
}

.inputText1 input::-webkit-input-placeholder {
	color: #E3E3E3;
}

.inputText1 input::-moz-placeholder {
	color: #E3E3E3;
}

.inputText1 input:-ms-input-placeholder {
	color: #E3E3E3;
}

.inputText1 input::-ms-input-placeholder {
	color: #E3E3E3;
}

.inputText1 input::placeholder {
	color: #E3E3E3;
}

.inputText1 input[type=number] {
	-moz-appearance: textfield;
}

.inputText1 input[type=number]::-webkit-inner-spin-button, .inputText1 input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.inputText1.birthyear::after {
	content: '年';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin-top: auto;
	color: #4D4848;
	font-size: 15px;
	line-height: 56px;
	z-index: 1;
}

.select {
	position: relative;
}

.select select {
	position: relative;
	z-index: 1;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
}

.select select::-ms-expand {
	display: none;
}

.select img {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.select1 {
	width: 100%;
}

.select1 select {
	color: #4D4848;
	background: #FFF;
	border: 1px solid #EFEFEF;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 0 #8D8D8D;
	box-shadow: 0 1px 0 0 #8D8D8D;
}

.select1 select:focus {
	background: #FCFAEE;
	-webkit-box-shadow: 0 0 0 1px #4d90fe;
	box-shadow: 0 0 0 1px #4d90fe;
}

.inputRadio {
	display: inline-block;
	position: relative;
}

.inputRadio input {
	display: none;
}

.inputRadio1 {
	width: 100%;
}

.inputRadio1 span {
	display: block;
	width: 100%;
	height: 70px;
	border-radius: 100px;
	position: relative;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
	background: #8D8D8D;
	-webkit-box-shadow: 0 2px 3px 0 rgba(141, 141, 141, .4);
	box-shadow: 0 2px 3px 0 rgba(141, 141, 141, .4);
}

.inputRadio1>span>span {
	border: 2px solid #555 !important;
	padding: 23px 0px;
	background-color: #FFF;
	border: 1px solid #EFEFEF;
	font-size: 15px;
	line-height: 1.4;
	top: -3px;
	text-align: center;
}

.inputRadio1>span>span svg {
	width: 8px;
	height: 14px;
	fill: #ff7d7d;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

.inputRadio1>span:hover {
	-webkit-box-shadow: 0 0 0 0 rgba(141, 141, 141, .4);
	box-shadow: 0 0 0 0 rgba(141, 141, 141, .4);
}

.inputRadio1>span:hover>span {
	top: -1px;
}

.inputRadio1 input:checked+span {
	-webkit-box-shadow: 0 0 0 0 rgba(141, 141, 141, .4);
	box-shadow: 0 0 0 0 rgba(141, 141, 141, .4);
}

.inputRadio1 input:checked+span>span {
	background-color: #ff7d7d;
	border-color: #ff7d7d;
	color: #fff;
	top: -1px;
}

.inputRadio1 input:checked+span>span svg {
	fill: #FFF;
}

body, body .btnFloat {
	width: 100%;
	max-width: 600px;
}

html {
	background-color: #ccc;
}

html * {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
	max-width: 600px;
}

body {
	min-height: 100vh;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	color: #4D4848;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

body .btnFloat {
	background-color: #8DC01F;
	bottom: 0px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 101;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 52px;
	font-weight: 700;
	letter-spacing: .1em;
	-webkit-transition: .5s;
	transition: .5s;
}

body .btnFloat svg {
	width: 8px;
	height: 14px;
	fill: currentColor;
	position: absolute;
	top: 19px;
	right: 10%;
}

body .btnFloat.active {
	background-color: #1cbb12;
	color: #fff;
	cursor: pointer;
}

body .cover {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(77, 72, 72, .8);
	z-index: 10;
}

header {
	background-color: #fff;
	position: relative;
	z-index: 50;
}

section#pop {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(155, 155, 155, 0.8);
	z-index: 99;
}

section#pop .pop-flex {
	position: absolute;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

section#pop .pop-content {
	width: 333.3px;
	height: 453.3px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: auto;
	padding: 5%;
	gap: 21.3px;
}

.pop-content-inner {
	display: flex;
	margin: 0 8px;
}

.pop-content-inputRadio {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 14px 1em 12px;
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	box-shadow: 2px 2px 6px -2px rgb(0 0 0 / 50%);
	max-width: 300px;
	height: 125px;
	height: 14vh;
	font-size: 4.0vw;
	width: calc((100% - 10px)/2);
	color: #FFFFFF;
	white-space: nowrap;
}

.pop-content-inputRadio-a {
	margin-right: 10px;
	background: rgb(255, 76, 12, 0.7);
	border-bottom: 3px solid #e54114;
}

.pop-content-inputRadio-b {
	background: rgb(60, 179, 113, 0.9);
	border-bottom: 3px solid #19864a;
}

.pop-content-inputRadio input {
	display: none;
}

@media screen and (max-width:600px) {
	section#pop .pop-content {
		width: 80.667vw;
		height: 27vh;
		gap: 4.267vw;
		border-radius: 4px;
	}
	#sectop, main .sec {
		min-height: calc(100vh - 120px);
	}
}

@media screen and (min-width:601px) {
	section#pop .pop-content {
		width: 100%;
		height: 300px;
		max-width: 536px;
		border-radius: 4px;
		background-color: #fff;
		margin: 0 auto;
	}

	.pop-content-inputRadio {
		font-size: 24px;
	}

	#sectop, main .sec {
		min-height: calc(100vh - 250px);
	}
}


@media screen and (min-width:1025px) {
	html {
		background-color: #fff;
	}

	section#pop .pop-content {
		width: 100%;
		height: 300px;
		max-width: 536px;
		border-radius: 4px;
		background-color: #fff;
		margin: 0 auto;
	}

	section#pop {
		display: none;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 0 0 0;
		padding: 0 100%;
		background-color: rgba(155, 155, 155, 0.8);
		z-index: 99;
	}

	section#pop .pop-flex {
		left: 15%;
		right: 0%;
	}

	.pop-content-inputRadio {
		font-size: 24px;
	}
}
.main {
	background-color: #ffffff;
}
#sectop, main .sec {
	width: 100%;
}

footer {
	margin-top: auto;
}

footer .wrapper {
	padding: 5px 0 10px;
	border-top: 1px solid #8D8D8D;
	text-align: center;
	font-size: 10px;
	line-height: 1;
	background: black;
	color: white;
}

footer .flist {
	display: inline-flex;
}

footer .show {
	margin: 10px;
}

#modaal-close {
	background-color: gray;
}

.modaal-overlay, .modaal-wrapper {
	left: auto;
}

.modaal-inner-wrapper {
	padding: 60px 15px;
}

.modaal-inner-wrapper {
	padding: 15px;
}

.modaal-content-container h2 {
	font-size: x-large;
}

.modaal-content-container h2,
.modaal-content-container h3 {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.modaal-content-container #about {
	margin-top: 2em;
}

.modaal-content-container tr {
	border-top: solid 1px #DDD;
}

main .sec>.wrapper {
	padding: 0px 15px 20px;
	width: 100%;
}

main .sec>.wrapper .formHead {
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	color: #707070;
	margin: 0 auto;
	padding: 5px 10px;
	width: 100%;
}
main .sec>.wrapper h3.formHead {
	margin-bottom: 10px;
}
main #sec3.sec>.wrapper h3.formHead {
	padding: 5px 0;
}

main .sec>.wrapper .formList {
	padding-top: 3px;
	display: flex;
	margin: -2px auto 0px;
	flex-wrap: wrap;
	justify-content: left;
}

main .sec>.wrapper .formUnit {
	margin-bottom: 30px;
}

main .sec>.wrapper .formUnitBody {
	margin-top: 10px;
}

header>h1 {
	width: 45%;
	padding: 5px;
}

.topTextBox {
	padding: 0px auto;
	text-align: center;
	color: #241815;
	font-weight: 700;
	letter-spacing: .01em;
	position: relative;
	top: -6px;
	-webkit-transition: .4s;
	transition: .4s;
}

.topText.active {
	top: 0;
	opacity: 1;
}

.topTextBox>img {
	width: 100%;
}

.item {
	width: 48%;
	margin: 1%;
}

.item2 {
	color: red;
	background-color: white;
	padding: 0px 5px;
	border-radius: 8px;
	font-size: 14px;
}

.logo>img {
	width: 100%;
	vertical-align: bottom;
}

.btnFloat {
	display: inline-block;
	width: 70% !important;
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #1cbb12;
	border-radius: 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-decoration: none;
	border-radius: 25px;
}

.btnFloat::before {
	content: "";
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
	z-index: -1;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	transform: rotate(30deg);
	width: 30px;
	height: 100px;
	background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%);
	-webkit-animation: shiny 3s infinite linear;
	-moz-animation: shiny 3s infinite linear;
	animation: shiny 3s infinite linear;
	will-change: transform;
}

@keyframes shiny {
	0% {
		left: -30%;
	}

	20% {
		left: 120%;
	}

	100% {
		left: 120%;
	}
}

@-webkit-keyframes shiny {
	0% {
		left: -30%;
	}

	20% {
		left: 120%;
	}

	100% {
		left: 120%;
	}
}

@-moz-keyframes shiny {
	0% {
		left: -30%;
	}

	20% {
		left: 120%;
	}

	100% {
		left: 120%;
	}
}

.btnFloat span {
	position: relative;
}

#btnSec5 {
	display: inline-block;
}

#btnSec6 {
	display: inline-block;
}

#sec8>span {
	vertical-align: 30px;
	margin: 0 20px 0 15px;
	font-size: 12px;
}
.btnArea {
	display: grid;
	grid-template-columns: 2fr 8fr;
	padding: 0 15px;
}

.btnArea span.btnBack {
	cursor: pointer;
	display: grid;
	align-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
}
.btnArea #btnForm {
	display: inline-block;
	width: 70%;
	overflow: hidden;
	border: none;
	width: 100%;
}

.btnArea #btnForm img {
	width: 100%;
}
.btnArea #btnForm img#img_entrybtn_active {
	cursor: pointer;
}

.btnBackWrap {
	text-align: center;
}

.status_bar {
	width: 100%;
	padding: 5px 15px 0;
}

#sec2, #sec3, #sec4, #sec5, #sec6, #sec7, #sec8 {
	margin-bottom: 20px;
	display: none;
}

.checkbox {
	display: flex;
	position: relative;
	width: 100%;
	height: 104px;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #555;
	border-radius: 4px;
	box-sizing: border-box;
	color: #333;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	vertical-align: middle;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-box-shadow: 0 2px 3px 0 rgba(141, 141, 141, .4);
	box-shadow: 0 2px 3px 0 rgba(141, 141, 141, .4);
	background: white;
}

#sec2>div.wrapper>div>ul {
	padding-top: 3px;
	display: flex;
	margin: -2px auto 0px;
	flex-wrap: wrap;
	padding-left: 0;
	justify-content: center;
}

#sec2 {
	overflow: hidden;
}

#sec2 .topTextBox {
	background-color: #fff;
}

#sec2>div.wrapper>ul>li {
	width: 100%;
	height: 74px;
	border-radius: 100px;
}

#sec2>div.wrapper>ul>li:nth-child(1)>label:before {
	position: absolute;
	left: 16px;
	bottom: 18px;
	content: "";
	background: url(../img/ico_01-1.png?210524) center / contain no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	z-index: 10;
}

#sec2>div.wrapper>ul>li:nth-child(1)>label:after {
	position: absolute;
	right: 22px;
	bottom: 30px;
	content: "";
	background: url(../img/ico_arrow3.png) center no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	z-index: 10;
}

#sec2>div.wrapper>ul>li:nth-child(2)>label:before {
	position: absolute;
	left: 16px;
	bottom: 18px;
	content: "";
	background: url(../img/ico_01-2.png?210524) center / contain no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	z-index: 10;
}

#sec2>div.wrapper>ul>li:nth-child(2)>label:after {
	position: absolute;
	right: 22px;
	bottom: 30px;
	content: "";
	background: url(../img/ico_arrow3.png) center no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	z-index: 10;
}


#sec2>div.wrapper>ul>li:nth-child(3)>label:before {
	position: absolute;
	left: 16px;
	bottom: 18px;
	content: "";
	background: url(../img/ico_01-3.png?210524) center / contain no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	z-index: 10;
}

#sec2>div.wrapper>ul>li:nth-child(3)>label:after {
	position: absolute;
	right: 22px;
	bottom: 30px;
	content: "";
	background: url(../img/ico_arrow3.png) center no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	z-index: 10;
}

#sec2>div.wrapper>ul>li {
	width: 100%;
	margin: 1%;
}

#sec3>.wrapper .formList {
	padding-top: 3px;
	display: flex;
	margin: -2px auto 0px;
	flex-wrap: wrap;
}

#sec3>div.wrapper>ul>li:nth-child(1)>label:before {
	content: "";
	width: 100%;
	height: 55px;
	margin: 0 auto;
	background: url(../img/ico_02-1.png) center / contain no-repeat;
}

#sec3>div.wrapper>ul>li:nth-child(2)>label:before {
	content: "";
	width: 100%;
	height: 55px;
	margin: 0 auto;
	background: url(../img/ico_02-2.png) center / contain no-repeat;
}

#sec3>div.wrapper>ul>li:nth-child(3)>label:before {
	content: "";
	width: 100%;
	height: 55px;
	margin: 0 auto;
	background: url(../img/ico_02-3.png) center / contain no-repeat;
}

#sec3>div.wrapper>ul>li:nth-child(4)>label:before {
	content: "";
	width: 100%;
	height: 55px;
	margin: 0 auto;
	background: url(../img/ico_02-4.png) center / contain no-repeat;
}

#sec4>div.wrapper>ul>li:nth-child(1)>label:before {
	content: "";
	width: 100%;
	height: 55px;
	margin: 0 auto;
	background: url(../img/ico_03-1.png) center / contain no-repeat;
}

#sec4>div.wrapper>ul>li:nth-child(2)>label:before {
	content: "";
	width: 100%;
	height: 55px;
	margin: 0 auto;
	background: url(../img/ico_03-2.png) center / contain no-repeat;
}

#sec4>div.wrapper>ul>li:nth-child(3)>label:before {
	content: "";
	width: 100%;
	height: 55px;
	margin: 0 auto;
	background: url(../img/ico_03-3.png) center / contain no-repeat;
}

#sec4>div.wrapper>ul>li:nth-child(4)>label:before {
	content: "";
	width: 100%;
	height: 55px;
	margin: 0 auto;
	background: url(../img/ico_03-4.png) center / contain no-repeat;
}

#sec5>div.wrapper>div.formUnit>p {
	margin-bottom: 5px;
}

input[type="radio"]:checked+label {
	background: red !important;
}

.inputRadio1 input:checked+label {
	background: red !important;
}

.colWrap .col .checkbox.btn_off, .radio.btn_off {
	background: #eee !important;
	color: #999;
}

footer>div {
	background: black;
	color: white;
}

.show {
	margin: 10px;
}

.flist {
	display: inline-flex;
}

.lightpink {
	background-color: #ff7d7d;
	border-color: #ff7d7d;
	color: #FFF;
	top: -1px;
	border-radius: 4px;
}

header>div.topTextBox>div>p {
	font-size: 13px;
}

header>div.topTextBox>div>p>em:nth-child(2) {
	color: #ff7d7d;
}

.error {
	color: red;
}

#sec6>div.wrapper>ul {
	padding-top: 3px;
	display: flex;
	margin: -2px auto 20px 10px;
	flex-wrap: wrap;
}

.formH4 {
	font-size: 90%;
	text-align: left;
	color: #383948;
	margin: auto auto 10px auto;
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	color: #707070;
	margin: 0 auto 10px;
	padding: 5px 10px;
	width: 100%;
}

h3:before {
	content: "■";
	color: #50b1dd;
	font-size: 12px;
	margin-right: 2px;
}

h3>span {
	font-size: 13px;
}

.prev {
	cursor: pointer;
	width: 15%;
	padding-right: 4%;
	font-size: 12px;
	vertical-align: 100%;
	margin: 16px auto auto auto;
}

#tel {
	font-weight: bold;
}

#email {
	font-weight: bold;
}

.hissu {
	color: #FFFFFF;
	background-color: #f45775;
	font-size: 50%;
	padding: 4px 4px;
	margin: auto auto auto 2px;
}

#sec7 .prev {
	text-align: center;
	margin-top: 16px;
}

#modaal-close {
	background-color: gray;
}

@media screen and (min-width:961px) {
	.hands {
		width: 42px;
		height: 42px;
		position: absolute;
		right: 0;
		top: 390px;
		background: url(../img/yubi.png) no-repeat;
		background-size: contain;
		z-index: 200;
		pointer-events: none;
		transition: 0.5s ease-out;
		-webkit-transition: 0.5s ease-out;
		-moz-transition: 0.5s ease-out;
		animation: rabbit 2.5s linear 0s infinite;
		-webkit-animation: rabbit 2.5s linear 0s infinite;
	}
}

@media only screen and (min-width:391px) and (max-width:960px) {
	.hands {
		width: 42px;
		height: 42px;
		position: absolute;
		right: 0;
		top: 390px;
		background: url(../img/yubi.png) no-repeat;
		background-size: contain;
		z-index: 200;
		pointer-events: none;
		transition: 0.5s ease-out;
		-webkit-transition: 0.5s ease-out;
		-moz-transition: 0.5s ease-out;
		animation: rabbit 2.5s linear 0s infinite;
		-webkit-animation: rabbit 2.5s linear 0s infinite;
	}
}

@media screen and (max-width:390px) {
	.hands {
		width: 42px;
		height: 42px;
		position: absolute;
		right: 0;
		top: 250px;
		background: url(../img/yubi.png) no-repeat;
		background-size: contain;
		z-index: 200;
		pointer-events: none;
		transition: 0.5s ease-out;
		-webkit-transition: 0.5s ease-out;
		-moz-transition: 0.5s ease-out;
		animation: rabbit 2.5s linear 0s infinite;
		-webkit-animation: rabbit 2.5s linear 0s infinite;
	}
}

@-webkit-keyframes rabbit {
	0% {
		-webkit-transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(-15px, 0);
	}

	75% {
		-webkit-transform: translate(0, 0);
	}
}

@keyframes rabbit {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-15px, 0);
	}

	75% {
		transform: translate(0, 0);
	}
}

.ui-helper-hidden-accessible {
	display: none;
}

.tel-count, .zip-count {
	position: absolute;
	top: -18px;
	right: 0;
	background: #f8f8f8;
	border-radius: 100px;
	padding: 0px 8px 4px;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	font-size: 12px;
	width: auto;
	white-space: nowrap;
}

.tel-count span, .zip-count span {
	color: #ff7e7e;
}

.tel-count:before, .zip-count:before {
	content: "";
	position: absolute;
	bottom: -7px;
	right: 10px;
	margin-left: 0;
	display: block;
	width: 12px;
	height: 10px;
	background: #ccc;
	border-radius: 30px 0 30px 0;
	z-index: -1;
}

.tel-count:after, .zip-count:after {
	content: "";
	position: absolute;
	bottom: -6px;
	right: 15px;
	margin-left: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 30px 0 30px 0;
	z-index: -1;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

#overlay {
	display: none;
	position: fixed;
	z-index: 60;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.5;
	inset: 0;
	margin: auto;
}

#overlay.overlay-on {
	display: block;
}

#msgArea {
	width: fit-content;
	max-width: 400px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 50px 1fr;
	gap: 10px;
	align-items: center;
}

#msgArea img {
	object-fit: contain;
	width: 47px;
}

#msgArea .msg {
	font-size: small;
	font-weight: bold;
	position: relative;
	background: #e2f4f5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
}

#msgArea .msg:after {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 10px;
	border-right-width: 10px;
	margin-top: -5px;
	border-right-color: #e2f4f5;
	right: 100%;
	top: 50%;
}

#msgArea .msg .pink {
	color: #DB418A;
	font-size: medium;
}

h4.microcopy {
	text-align: center;
	font-size: 12px;
}

/* Thanks */

#thanks>main {
	text-align: center;
	padding: 0 20px 20px 20px;
	background: white;
}

h1.form-ttl {
	font-size: 18px;
	padding: 15px;
	margin: 15px 15px 0 15px;
	color: #1f5ccc;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(231, 244, 255, 1) 4px, rgba(231, 244, 255, 1) 8px);
	text-align: left;
	font-weight: 800;
}

.sec_thanks p {
	text-align: left;
	margin: 8px 0;
}

table#form {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#form tbody {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#form tr {
	border-top: 1px solid #ccc;
}

table#form {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#form th {
	width: 30%;
	text-align: left;
	color: #1f5ccc;
	background: #FFE460;
	padding: 5px 10px;
	font-weight: 800;
}

#form td {
	width: 30%;
	text-align: left;
	padding: 5px 10px;
}

#formButton {
	width: 100%;
	text-align: center;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(231, 244, 255, 1) 4px, rgba(231, 244, 255, 1) 8px);
	padding: 30px 0;
	margin-bottom: 20px;
}
.pc-inner {
	max-width: 950px;
	min-width: 950px;
	margin: 0 auto;
	display: block;
	padding-bottom: 32px;
}

.pc-logo {
	position: fixed;
	left: 10%;
	top: 8px;
}

.pc-logo img {
	width: 151px;
}

.pc-phone {
	background-image: url(../img/bg_phone.png);
	background-size: 523px;
	height: 963px;
	background-repeat: no-repeat;
	width: 523px;
	position: absolute;
	top: 10px;
	right: -250px;
}

.pc-phone .pc-phone-monitor {
	margin: 90px 0 3px 90px;
	width: 375px;
	display: block;
	height: 782px;
	overflow: scroll;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
	background: #2b2b2b;
}

.pc-kv {
	position: fixed;
    top: 50%;
    margin-top: -200px;
    width: 400px;
    left: 16%;
}

.pc-kv img {
	width: 100%;
    height: auto;
}
