@charset "UTF-8";

/*
**************************************************************************
*	Toreta now contact.css
**************************************************************************/

@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		contact
-------------------------------------------------- */
.contact-wrap {
	width: 720px;
	margin: 0 auto;
}
.contact-lead {
	margin-bottom: 40px;
}
.contact-lead a {
	text-decoration: underline;
}
.contact-lead a:hover {
	text-decoration: none;
}
.contact-table {
	width: 100%;
}
.contact-table th {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.contact-table th .required {
	margin-left: 5px;
	color: #D60000;
	font-weight: normal;
}
.contact-table td {
	display: block;
	margin-bottom: 30px;
}
.contact-table td .error {
	display: block;
	font-size: 1.2rem;
	color: #D60000;
	margin-top: 5px;
}
.contact-table td.list > span {
	display: inline-block;
	margin: 5px 20px 5px 0;
}
.contact-policy {
	text-align: center;
	margin-bottom: 30px;
}
.contact-policy a {
	text-decoration: underline;
}
.contact-policy a:hover {
	text-decoration: none;
}
.p-submit-button__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
}
.form-button_next {
	display: block;
	width: 200px;
	color: #ffffff;
	padding: 11px 0;
	font-weight: 700;
	border-radius: 40px 40px;
	box-sizing: border-box;
	background: -webkit-linear-gradient(bottom left, #F2254E, #FE6E06);
	background: linear-gradient(to top right, #F2254E, #FE6E06);
	margin: 0 25px;
}
.form-button_next:disabled {
	cursor: default;
	background: #B4B4B4;
}
.form-button_next:disabled:hover {
	opacity: 1;
}
.form-button_back {
	display: block;
	width: 200px;
	color: #999999;
	padding: 11px 0;
	font-weight: 700;
	border-radius: 40px 40px;
	box-sizing: border-box;
	border: 2px solid #B4B4B4;
	margin: 0 25px;
}
.form-button_top {
	color: #F3294B;
	text-decoration: underline;
}
.form-button_top:hover {
	color: #F3294B;
	text-decoration: none;
}
/* input */

/* confirm */
.contact-confirm .contact-table {
	margin-bottom: 30px;
}
.contact-confirm .contact-table th {
	margin-bottom: 10px;
}
.contact-confirm .p-submit-button__box {
	opacity: 1;
}
/* complete */
.contact-complete .contact-lead {
	margin-bottom: 50px;
}
.contact-complete .contact-lead p {
	margin-bottom: 20px;
}
.contact-complete .p-submit-button__box {
	opacity: 1;
}
.input-only,
.confirm-only,
.complete-only {
	display: none;
}
.contact-input .input-only,
.contact-confirm .confirm-only,
.contact-complete .complete-only {
	display: block;
}

@media screen and (max-width: 767px) {
.contact-wrap {
	width: 100%;
}
.contact-lead a:hover {
	text-decoration: underline;
}
.contact-policy {
	text-align: center;
	margin-bottom: 30px;
}
.contact-policy a {
	text-decoration: underline;
}
.contact-policy a:hover {
	text-decoration: none;
}
.p-submit-button__box {
	display: block;
}
.form-button_next {
	width: 61.16207951070336%;
	margin: 0 auto;
}
.form-button_back {
	width: 61.16207951070336%;
	margin: 20px auto 0;
}
.form-button_top:hover {
	color: #F3294B;
	text-decoration: underline;
}
/* input */

/* confirm */

/* complete */
.contact-complete .p-submit-button__box {
	text-align: center;
}
}

