@charset "utf-8";

.contact {
	padding: 50px calc(100vw * 110 / 1920) 70px;
	margin: 0 50px;
	background: #ffffff;
}
.contact-txt{
	margin-bottom: 3em;
	line-height: 1.75;
}
.contact-txt .emphasize{
	color:#B70000;
	margin: 15px 0 0 0;
    display: block;
}
.contact-txt .reqd{
	color:#ab9d71;
}
.contact__wrapper{
}
.contact__list{
}
.contact__list-title{
	margin-bottom: 8px;
}
.contact__list-title.reqd::after{
	content: "＊";
	margin-left: 10px;
	color:#ab9d71;
}
.contact__list-body{
	margin-bottom: 15px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.contact__list-body input.inputBox,
.contact__list-body textarea.inputBox{
	font-size: 1.6rem;
	line-height: 1.75;
	font-family: 'Noto Sans JP', sans-serif;
}
.contact__list-body .inputBox{
	width: 100%;
	padding: 13px 24px;
	border: 1px solid #e7e7eb;
	background: #f7f7f7;
	box-sizing: border-box;
}
.contact__list-body .inputBox::placeholder {
  color: #aaaaaa;
	font-family: 'Noto Sans JP', sans-serif;
}
.contact__list-body textarea.inputBox{
	height: 250px;
}
.contact__item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -3px;
}
.contact__item li{
	width: calc(50% - 4px);
	box-sizing: border-box;
	display: flex;
}
.contact__item li:nth-child(1),
.contact__item li:nth-child(2){
	margin-bottom: 8px;
}
.radio-input + label{
	/*display: block;*/
	width: 100%;
	padding: 13px 24px 13px 44px;
	border: 1px solid #e7e7eb;
	line-height: 1.75;
	box-sizing: border-box;
	background: #f7f7f7;
  position:relative;
}
.radio-input{
  display: none;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 12px;
  width: 20px;
  height: 20px;
  border: 1px solid #e7e7eb;
  border-radius: 50%;
	background:#ffffff;
}
.radio-input + label::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  left: 19px;
  background: #e7e7eb;
}
.radio-input:checked + label{
	border-color: #b9a978;
	background: #ffffff;
}
.radio-input:checked + label::before{
	border-color: #b9a978;
}
.radio-input:checked + label::after{
  background: #b9a978;
}
	
.privacyBox{
	width: 100%;
	height: 250px;
	padding: 14px 24px;
	margin-bottom: 20px;
	border: 1px solid #e7e7eb;
	box-sizing: border-box;
	line-height: 1.75;
	overflow-y: auto;
	background: #f7f7f7;
}
.privacyBox dl{
}
.privacyBox dt{
	margin-top: 1.75em;
}
.privacyBox dd{
	margin-top: 5px;
}

.agree input{
	display: none;
}
.agree span{
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
}
.agree input{
	display: none;
}
.agree span{
	padding-left: 30px;
	position:relative;
	margin-right: 20px;
}
.agree span::before{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 3px solid #e7e7eb;
	background: #fff;
	box-sizing: border-box;
}
.agree input:checked + span{
  color: #96854e;
}
.agree input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 7px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #96854e;
  border-right: 3px solid #96854e;
}
	
.inputBtn input{
	display: block;
	width: 100%;
	padding: 23px;
	margin-top: 40px;
	border: none;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	color: #fff;
	background: #b9a978;
	box-sizing: border-box;
	transition: all .4s cubic-bezier(0.3,0.4,0.1,1);
}
.inputBtn input:hover{
	cursor: pointer;
	background: #8d7a40;
}
	
@media screen and (max-width: 900px){
.contact {
	margin: 0;
}
}
@media screen and (max-width: 500px){
.contact__item li{
	width: 100%;
	margin-bottom: 8px;
}
.inputBtn input{
	padding: 18px 20px;
}
}


/*エラー画面*/
.errorBox{
	padding: 15px 30px;
	margin-bottom: 50px;
	border: 2px solid #e32512;
	color: #e32512;
	text-align: center;
}
.errorTxt{
	margin-top: 5px;
	margin-bottom: 25px;
	color: #e32512;
}
.contact__item + .errorTxt{
	margin-top: 8px;
}

/*確認画面*/
.confirmBox{
	
}
.confirmBox .contact__list{
	display: flex;
	border-right: 1px solid #f4f4f6;
	border-left: 1px solid #f4f4f6;
}
.confirmBox .contact__list:first-of-type{
	border-top: 1px solid #f4f4f6;
}
.confirmBox .contact__list:last-of-type{
	border-bottom: 1px solid #f4f4f6;
}
.confirmBox .contact__list .contact__list-title{
	width: 180px;
	padding: 15px 18px;
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
	background: #f4f4f6;
}
.confirmBox .contact__list .contact__list-body{
	flex:1;
	padding: 15px 18px;
	border-bottom: 1px solid #f4f4f6;
	margin-bottom: 0;
}
.confirmBox .inputBtn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.confirmBox .inputBtn input{
	width: 40%;
	margin: 50px 2% 0;
}
.confirmBox .inputBtn input.back{
	background: #2e2c25;
}
.confirmBox .inputBtn input.back:hover{
	background: #5f5d56;
}
@media screen and (max-width: 640px) {
.confirmBox .contact__list{
	flex-wrap: wrap;
}
.confirmBox .contact__list .contact__list-title{
	width: 100%;
}
.confirmBox .contact__list .contact__list-body{
	width: 100%;
}
}
@media screen and (max-width: 500px){
.confirmBox .inputBtn input{
	width: 46%;
	margin: 30px 2% 0;
}
}




/*完了画面*/
.contact-link a{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 20px 0;
	margin: 50px auto;
	border: 1px solid #96854e;
	border-radius: 30px;
	color: #96854e;
	background: #ffffff;
	text-align: center;
	transition: .6s;
}
.contact-link a:hover{
	color: #ffffff;
	background: #96854e;
}

@media screen and (max-width: 500px){
.contact-link a{
	padding: 15px 0;
	margin: 25px auto;
}
}
