@charset "UTF-8";
/*==============
    contact
================*/
#p_contact{
}
body{
}
@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
}
/* ------------------------------
    contactbox
------------------------------ */
.contactbox{
	padding: 82px 0 80px;
}

.contact_form{
	background: #fff;
	padding: 50px 70px 46px;
}
.contactTbl{
	margin-bottom: 36px;
}
.contactTbl th, .contactTbl td{
	width: 100%;
	display: block;
}
.contactTbl th{
	padding-top: 19px;
	padding-bottom: 12px;
	line-height: 1;
}
.contactTbl th .l-required{
	color: #C1272D;
}

.contactTbl td{
	font-size: 1.6rem;
}
.contactTbl input, .contactTbl textarea{
	border:1px solid #ccc;
	padding: 10px;
	width: 100%;
}
.contactTbl textarea{
	height: 153px;
	resize: vertical;
    overflow: auto;
}
.contactTbl input::placeholder, .contactTbl textarea::placeholder {
  color: #B3B3B3;
}
/* IE */
.contactTbl input:-ms-input-placeholder, .contactTbl textarea:-ms-input-placeholder {
  color: #B3B3B3;
}
/* Edge */
.contactTbl input::-ms-input-placeholder, .contactTbl textarea::-ms-input-placeholder{
  color: #B3B3B3;
}

.val-error {
  color: #e60012;
  margin-top: 5px;
  font-size: 12px;
  display: none;
}


.form_btn{
	text-align: center;
}
.btn_confirm{
	background: #C89EA0;
	color: #fff;
	width: 242px;
	height: 40px;
	cursor: pointer;
	transition: 0.6s;
}

.textareaDiv {
  position: relative;
}
textarea {
}
.textareaDiv #placeholderDiv {
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1.6;
  color: #B3B3B3;
}
.textareaDiv #placeholderDiv.none {
  display: none;
}
@media screen and (min-width: 769px) {
	.contactbox .p_lead .ttl{
		margin-bottom: 22px;
	}
	.p_lead{
		margin-bottom: 36px;
	}
	.btn_confirm:hover{
		background: #4d4d4d;
	}

}
@media screen and (max-width: 768px) {
	.contactbox{
		padding: 10vw 0;
	}

	.contact_form{
		padding: 0 3vw 5vw;
	}
	.contactTbl{
		margin-bottom: 4vw;
	}
	.contactTbl th{
		padding-top: 4vw;
		padding-bottom: 1.6vw;
	}
	.contactTbl td{
		font-size: 3.7vw;
	}
	.contactTbl textarea{
		height: 30vw;
	}
	.btn_confirm{
		font-size: 3.7vw;
		width: 80%;
		height: 8vw;
	}
}
