@charset "UTF-8";
.PC { }
.SP { display: none; }
/*  必須文字  */
form span.require {
	background: #F85618;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    margin: 0px 0 0 2px;
}

form input[type="submit"] {
	cursor: pointer;
}

/*  エラー画面  */

.contact.error h3 {
	text-align: center;
	font-size: 27px;
	color: red;
}
.contact.error p.caution {
    margin: 20px 0 40px;
	text-align: center;
}
.contact.error p.alert {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.contact.error p.alert .error {
	color: red;
}
#contact .contact.error p.btn {
	width: 350px;
    margin: 60px auto 0;
    text-align: center;
}
#contact .contact.error p.btn a {
	background: #333;
    color: #fff;
    padding: 23px 119px;
}

/*  確認画面  */

#contact .confirm h3 {
	font-size: 27px;
	text-align: center;
}
#contact .confirm p.caution {
	text-align: center;
	margin: 20px 0 40px;
	font-size: 19px;
}
#contact .confirm table {
	width: 90%;
    margin: 0 auto;
    font-size: 15px;
}

#contact .confirm table th, #contact .confirm table td {
	padding: 10px;
	font-size: 18px;
}
#contact .confirm table th {
	width: 170px;
}

#contact .confirm p.btn {
	text-align: center;
	margin: 60px 0 0;
}

#contact .confirm p.btn a, #contact .completed .complete_form_btn input[type="submit"] {
	background: #fff;
	border: 1px solid #000;
	padding: 20px 60px;
    color: #000;
    line-height: 100%;
    
}
#contact .confirm p.btn input[type="submit"] {
	font-size: 16px;
	padding: 21px 85px;
	color: #fff;
	background:#000 ;
	line-height: 100%;
}

/*  完了画面  */

#contact .completed h3 {
	font-size: 27px;
	text-align: center;
}
#contact .completed p {
	margin: 20px 0 30px;
	text-align: center;
	font-size: 19px;
}
#contact .completed .strong {
	display: flex;
    flex-direction: column;
    align-items: center;
}

#contact .completed .strong strong {
	font-size: 14px; 
}
#contact .completed .complete_form_btn {
	text-align: center;
	margin: 40px 0 0 0;
}

@media (max-width: 768px) {
	
	.PC { display: none;}
	.SP { display: block; }
	
	#contact .confirm h3 {
	font-size: 18px;
	text-align: center;
}

#contact .secContact { padding: 3.3rem 0 6.5rem; }

#contact .confirm p.caution {
	text-align: center;
	margin: 20px 0 40px;
	font-size: 14px;
}
	
	/* エラー画面 */
	#contact .contact.error p.btn {
		width: auto;
	}
	
	
	
	/* 	確認画面　 */
	#contact .confirm table {
		width: 100%;
		
	}
	
	#contact .confirm table th {
		width: 100%;
		display: block;
		padding: 10px 0 0;
		font-weight: bold;
	}
	#contact .confirm table th, #contact .confirm table td {
		font-size: 14px;
		width: 100%;
		display: block;
		
		
	}
	#contact .confirm table td {padding: 0 0 20px;  }
	
	#contact .confirm p.btn a {
		margin: 0 0 20px 0;
		padding: 20px 74px;
		font-size: 14px;
	}
	
	#contact .confirm p.btn input[type="submit"] {
		margin: 30px 0 0 0;
		padding: 20px 98px;
		font-size: 14px;
	}
	
	/*  完了画面  */
	#contact .completed p {
		font-size: 17px;
	}
	#contact .completed .strong {
		align-items: flex-start;
	}
	#contact .completed .strong strong {
		font-size: 12px;
	}
	
	
}























