#receptionForm {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#receptionForm h1 {
	margin-bottom: 0;
}
@media only screen and (min-width:640px) {
	#receptionForm {
		
	}
	#receptionForm h1 {
		
	}
}

/**/
#receptionForm .form,
#receptionForm .wrap {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#receptionForm .wrap,
#receptionForm .form {
	
}
@media only screen and (min-width:640px) and (max-width:1023px) {
	#receptionForm > .wrap,
	#receptionForm > .form,
	#receptionForm > .confirm {
		width: 100%;
		/*max-width: 640px;*/
	}
}
@media screen and (min-width:1024px) {
	#receptionForm > .wrap,
	#receptionForm > .form,
	#receptionForm > .confirm {
		width: 100%;
		/*max-width: 640px;*/
		overflow: hidden;
	}
}
#receptionForm .form tbody {
	display: block;
}
#receptionForm .form tr {
	display: block;
}
#receptionForm .form tr > th,
#receptionForm .form tr > td {
	display: block;
}
#receptionForm .form tr > th {
	font-size: 2.5vh;
	margin-bottom: 0.8em;
	color: #000000;
}
@media only screen and (min-width:640px) {
	#receptionForm .form tbody {
		display: table;
		width: 100%;
	}
	#receptionForm .form tr {
		display: table-row;
	}
	#receptionForm .form tr > th,
	#receptionForm .form tr > td {
		display: table-cell;
		border: none;
		border-color: #ffffff;
		border-bottom-style: solid;
		border-bottom-width: 3px;
		padding: 0.8em 0;
	}
	#receptionForm .form tr:last-child > th,
	#receptionForm .form tr:last-child > td {
		border-bottom-width: 0;
	}
	#receptionForm .form tr > th {
		font-size: 1.6vh;
		width: 32%;
		font-weight: 500;
		text-align: center;
		padding-right: 0.8em;
		border-right-style: solid;
		border-right-width: 1px;
		background-color: #eee;
	}
	#receptionForm .form tr > td {
		display: table-cell;
		padding-left: 1em;
		font-size: 1.8vh;
	}
}
#receptionForm .form tr > td {
	margin-bottom: 1.5em;
}
#receptionForm .form p.ann {
	font-size: 1.8vh;
	line-height: 1.6em;
	margin-top: 0.8em;
	color: #555555;
}
@media only screen and (min-width:640px) {
	#receptionForm .form p.ann {
		font-size: 1.4vh;
	}
}
#receptionForm .form input,
#receptionForm .form select,
#receptionForm .form textarea {
	font-size: 16px;
	line-height: 1.6em;
}
@media only screen and (min-width:640px) {
	#receptionForm .form input,
	#receptionForm .form select,
	#receptionForm .form textarea {
		font-size: 1.7vh;
	}
}
#receptionForm .form input[type="text"], #receptionForm .form input[type="applyAmt"], #receptionForm .form input[type="firstPaymYm"], #receptionForm .form input[type="addonRt"], #receptionForm .form input[type="firstBonusYear"], #receptionForm .form input[type="bonusAddAmt"], #receptionForm .form textarea {
	width: 100%;
	background-color: #f1f1f1;
	color: #000;
	font-weight: normal;
	padding: 0.2em;
	border: solid 2px #000;
	box-shadow: inset 0 2px 3px rgba(127, 127, 127, 0.15);
	border-radius: 0em;
	text-indent: 0em;
}
@media only screen and (min-width:640px) {
	#receptionForm .form input[type="text"],
	#receptionForm .form input[type="applyAmt"],
	#receptionForm .form input[type="firstPaymYm"],
	#receptionForm .form input[type="addonRt"],
	#receptionForm .form input[type="firstBonusYear"],
	#receptionForm .form input[type="bonusAddAmt"],
	#receptionForm .form textarea {
		border-radius: 0em;
		text-indent: 0;
	}
}
#receptionForm .form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #dff6ff inset;
	-webkit-box-color: #0065cf;
	color: #0065cf;
	border: solid 1px #6bdbff;
}
#receptionForm .form textarea {
	border-radius: 0em;
	text-indent: 0em;
}
#receptionForm .form select {
	color: inherit;
	width: 100%;
	font-weight: 600;
	padding: 0.5em 0.2em;
	border: solid 1px #dbdbdb;
}
@media only screen and (min-width:640px) {
	#receptionForm .form select {
		width: auto;
	}
}
#receptionForm .form .names {
	display: table;
	width: 100%;
}
#receptionForm .form .names .f-name, #receptionForm .form .names .g-name {
	width: 50%;
	display: table-cell;
	font-size: 20px;
	display: inline-block;
}
#receptionForm .form .names input[name="name"] {
	width: 50%;
	font-size: 20px;
	display: inline-block;
}
/*
@media only screen and (min-width:640px) {
	#receptionForm .form .names {
		display: block;
	}
	#receptionForm .form .names .f-name,
	#receptionForm .form .names .g-name {
		font-size: 2vh;
		width: 5.0em;
		display: inline-block;
		margin-left: 0em;
	}
}
#receptionForm .form .names input:first-child {
	margin-left: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-color: #000;
	border-right-width: 2px;
}
#receptionForm .form .names input:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	text-indent: 0;
	border-left: none;
}
*/
#receptionForm .form [name="message"]{
	height: 8em;
	font-size: 16px;
}
@media only screen and (min-width:640px) {
	#receptionForm .form [data-field="message"] td {
		
	}
	#receptionForm .form [name="message"]{
		height: 12em;
		font-size: 16px;
	}
}

/**/
#receptionForm .form .exp {
	font-size: 0.8em;
	margin-top: 0.4rem;
	margin-bottom: 0;
	opacity: 0.6;
}
#receptionForm .form .exp::before {
	content: "例 : ";
	margin-right: 0.1em;
}

.form tr[data-require="true"] th::after {
	content: "必須";
	display: inline-block;
	vertical-align: 0.3em;
	margin-left: 0.6em;
	color: #fff;
	background-color: #000;
	font-weight: 500;
	border: solid 1px #000;
	font-size: 70%;
	padding: 0.2em 0.5em;
	border-radius: 0.2em;
}
.form tr[data-require="true"] .alert {
	padding-top: 0.5em;
	color: #e00000;
	font-weight: 500;
	display: block;
}
#receptionForm .form tr[data-alert="true"] input,
#receptionForm .form tr[data-alert="true"] textarea {
	background-color: #ffd5d1;
	border-color: #ff0409;
	color: #271a00;
	border-width: 2px;
}
/*
#receptionForm .form tr[data-alert="true"] .names input:first-child {
	border-right-color: #ff0409;
}
*/
#receptionForm .form tr[data-alert="true"] ::placeholder {
	color: rgba(225, 0, 0, 0.33);
}
.form tr[data-alert="true"] th::after {
	content: "必須";
	display: inline-block;
	vertical-align: 0.3em;
	margin-left: 0.6em;
	color: #ffffff;
	background-color: #ff0725;
	font-weight: 500;
	border: none;
	font-size: 70%;
	padding: 0.2em 0.5em;
	border-radius: 0.2em;
}
.form tr[data-alert=""] .alert {
	display: none;
}

/**/
#receptionForm .bot {
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
}
@media only screen and (min-width:640px) {
	#receptionForm .bot {
		padding-top: 1em;
	}
	#receptionForm .bot > * {
		margin-left: auto;
		margin-right: auto;
	}
}
#receptionForm .controls {
	display: none;
	text-align: center;
}
#receptionForm[data-scheme="input"] .controls.input {
	display: block;
}
#receptionForm[data-scheme="confirm"] .controls.confirm {
	display: block;
}
#receptionForm[data-scheme="submit"] .controls.confirm {
	display: block;
}
#receptionForm[data-scheme="complete"] .bot {
	visibility: hidden;
}

/**/
#receptionForm button {
	display: inline-block;
	font-weight: 500;
	position: relative;
	z-index: 0;
}
#receptionForm .return {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-left: 2.5em;
}
#receptionForm .confirming {
	max-width: 100%;
}
#receptionForm .controls.confirm button {
	
}
#receptionForm .submit {
	border: solid 3px #ffffff;
	background-color: #000;
	color: #fff;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-right: 2.5em;
	padding-left: 1.6em;
}
@media only screen and (min-width:640px) {
	#receptionForm button {
		font-size: 120%;
	}
	#receptionForm .submit {
		width: 40%;
	}
}
/**/
#receptionForm .return {
	background-position: left 1em center;
	background-size: 1em auto;
	background-color: #eee;
	color: #000;
	background-image: url(/share/im/nv_return.svg);
}
#receptionForm .confirming {
	background-position: right 1em center;
	background-size: 1em auto;
	background-image: url(/share/im/nv_arrow-white.svg);
	padding-left: 1.4em;
}
#receptionForm .submit {
	background-position: right 1em center;
	background-size: 1em auto;
	background-image: url(/share/im/nv_arrow-white.svg);
	padding-left: 1.4em;
	padding-right: 2.5em;
}
#receptionForm .return,
#receptionForm .confirming,
#receptionForm .submit {
	font-size: 20px;
}

/**/
#receptionForm .links {
	padding-top: 2em;
}
#receptionForm .links a {
	display: inline-block;
}

/*sw*/
#receptionForm > .form,
#receptionForm > .confirm {
	display: none;
}
#receptionForm[data-scheme="input"] > .form {
	display: block;
}
#receptionForm[data-scheme="confirm"] > .confirm {
	display: table;
}
#receptionForm[data-scheme="submit"] > .confirm {
	display: table;
}
#receptionForm[data-scheme="complete"] > .complete {
	display: block;
}
@media only screen and (min-width:640px) {
	#receptionForm[data-scheme="input"] > .form {
		display: table;
		border-spacing: 0;
	}
}

/*loading*/
#receptionForm[data-stat="loading"] .form tr > * {
	visibility: hidden;
}
#receptionForm[data-stat="loading"][data-scheme="input"] .confirm {
	display: none;
}
#receptionForm[data-stat="loading"] .form {
	background-image: url(/share/im/prl_ring.png);
	background-position: center 10vh;
	background-size: 14vw auto;
}
@media only screen and (min-width:640px) {
	#receptionForm[data-stat="loading"] .form {
		background-size: 4em auto;
	}
}
#receptionForm[data-stat="loading"] .confirming {
	background-image: url(/share/im/prl_ring.png);
	color: rgba(53, 53, 53, 0.29);
}
#receptionForm[data-stat="loading"] .submit {
	background-image: url(/share/im/prl_ring.png);
	color: rgba(53, 53, 53, 0.29);
}

/*confirm*/
table.confirm {
	border-spacing: 0;
	width: 100%;
	padding: 0 0;
	border-bottom: solid 1px #dcdcdc;
}
table.confirm th, table.confirm td {
	padding: 0.8em 0.6em;
	border-top: solid 1px;
	border-color: #dcdcdc;
	font-size: 4vw;
	line-height: 1.5em;
	word-break: break-word;
}
table.confirm tr:last-child th, table.confirm tr:last-child td {
	
}
table.confirm th {
	font-size: 3.6vw;
	text-align: right;
	border-right: solid 1px #dcdcdc;
	width: 33vw;
	background-color: #f2f2f2;
}
table.confirm tr:nth-child(even) th {
	background-color: #ebebeb;
}
table.confirm td {
	text-align: left;
	font-weight: 500;
	background-color: #fff;
}
table.confirm tr:nth-child(even) td {
	background-color: #f6f6f6;
}
@media only screen and (min-width:640px) {
	table.confirm {
		margin-bottom: 2em;
	}
	table.confirm th, table.confirm td {
		font-size: 1.6vh;
	}
	table.confirm tr:last-child th, table.confirm tr:last-child td {
		
	}
	table.confirm th {
		width: 37%;
		border-left: solid 1px #dcdcdc;
	}
	table.confirm td {
		font-size: 1.7vh;
		border-right: solid 1px #dcdcdc;
	}
	table.confirm [data-field="email"] td {
		padding: 0.8em 1em;
		border-left: solid 1px #dcdcdc;
		text-align: center;
	}
	table.confirm [data-field="message"] td {
		/*border-right: none;*/
	}
}
/**/
table.confirm tr[data-field="name"] td::after,
table.confirm tr[data-field="ruby"] td::after {
	content: "様";
	display: inline-block;
	vertical-align: baseline;
	margin-left: 0.2em;
	opacity: 0.5;
}
table.confirm [data-field="message"] td {
	/*padding: 1em 1.4em;
	padding-right: 0.8em;
	background-color: transparent !important;*/
}
@media only screen and (min-width:640px) {
	/*table.confirm [data-field="message"] td {
		padding: 0;
		padding-top: 0.8em;
		padding-right: 0;
	}*/
}

table.confirm td pre {
	font-size: 3.4vw;
	font-weight: 500;
	line-height: 2.0em;
	overflow-y: auto;
	white-space: pre-wrap;
	word-break: break-all;
}
table.confirm td h3 {
	font-size: 3.6vw;
	margin-bottom: 0.4em;
}
@media only screen and (min-width:640px) {
	table.confirm td pre {
		font-size: 1.6vh;
		line-height: 1.8em;
	}
	table.confirm td h3 {
		font-size: 1.6vh;
	}
}
table.confirm td a.link {
	font-weight: 500;
}

#alertDisplay {
	padding: 0 1em;
	padding-top: 1em;
	color: #de0000;
	font-size: 2.2vh;
	line-height: 1.5em;
	text-align: center;
}
[data-error=""] #alertDisplay {
	display: none;
}
/**/
#receptionForm .complete {
	display: none;
}
#receptionForm[data-scheme="submit"] > .form
#receptionForm[data-scheme="submit"] > .confirm {
	display: none;
}
#receptionForm[data-scheme="complete"] > .complete {
	display: block;
	text-align: center;
	padding: 3em 1em;
	padding-bottom: 2em;
	color: #aeaeae;
	font-size: 3.4vh;
	line-height: 1em;
}
#receptionForm[data-scheme="complete"] > .complete::before {
	content: "送信済み";
	font-weight: 100;
}

/**/
#meta {
	display: none;
}

/*complete*/
#formComplete {
	text-align: center;
}
#formComplete br.disp-wide {
	display: none;
}
@media only screen and (min-width:640px) {
	#formComplete {
		padding-left: 6em;
		padding-right: 6em;
	}
}
@media only screen and (min-width:1152px) {
	#formComplete {
		
	}
	#formComplete br.disp-wide {
		display: inline;
	}
}
#formComplete h2 {
	font-size: 4vh;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 2em;
}
#formComplete p {
	font-size: 2.4vh;
	line-height: 1.8em;
	text-align: left;
	margin-bottom: 8vh;
}
@media only screen and (min-width:640px) {
	#formComplete p {
		text-align: center;
	}
}
#formComplete nav {
	margin-bottom: 8vh;
}
#formComplete nav a {
	display: inline-block;
	font-size: 1.4em;
	background-image: url(/share/im/nv_arrow-wh.svg);
	background-position: left 1em center;
	background-size: auto 0.80em;
	padding: 0.5em 1em;
	padding-left: 3em;
	padding-right: 2.6em;
}

#formComplete #mailnotice {
	font-size: 1.6vh;
	color: #6d6d6d;
	padding-top: 0;
	text-align: center;
}

/**/
#md_privacyPoricy {
	display: none;
}
#md_privacyPoricy[data-stat="open"] {
	display: block;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.86);
	width: 100%;
	height: 100%;
	padding: 3em 0;
	overflow-y: auto;
	animation-name: fadeIn;
	animation-duration: 0.3s;
	animation-timing-function: ease-out;
}
#md_privacyPoricy .closer {
	position: fixed;
	z-index: 5;
	top: 0;
	right: 0;
	background-image: url(/share/im/nv_close.svg);
	width: 6em;
	height: 5em;
	background-position: right 1.8em center;
	background-size: 1.8em auto;
}
#md_privacyPoricy nav {
	text-align: center;
	padding: 0 2em;
	margin-bottom: 6em;
}
#md_privacyPoricy .document .head {
	text-align: left;
	margin-bottom: 3em;
}
@media only screen and (min-width:640px){
	#md_privacyPoricy nav {
		width: 70%;
		padding: 0 0;
		max-width: 640px;
	}
}

