@charset "utf-8";

/*---------------------------------------
  contact.html
  お問い合わせ
----------------------------------------*/
/*  #contact_info
----------------------------------------*/
#contact_info {
	width: 1020px;
	margin: 0 auto;
}
#contact_info .box_item {
	float: left;
	width: 483px;
	border: 1px solid #e6e6e6;
	text-align: center;
}
#contact_info .box_item dl {
	padding: 50px 0 46px;
}
#contact_info .box_item.box_phone {
	float: right;
}
#contact_info .box_item dt {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
}
#contact_info .box_email dt {
	margin-bottom: 10px;
	width: 100%;
}
#contact_info .box_phone dt {
	margin-bottom: 28px;
	width: 100%;
}
#contact_info .box_email .form {
	display: inline-block;
	position: relative;
	margin: 0 auto;
}
#contact_info .box_email .form a {
	display: block;
	padding: 10px;
	font-size: 17px;
}
#contact_info .box_email .form a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}
#contact_info .box_email .form.area_link a {
	width: 235px;
}
#contact_info .box_email .form span {
	display: inline-block;
}
#contact_info .box_phone .phone_num {
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
}
#contact_info .box_phone .phone_num a {
	color: #180e0c;
}
#contact_info .box_phone .phone_num span {
	padding-left: 47px;
	background: url(../img/ico-phone.png) no-repeat left center;
}
#contact_info .box_phone .open_hours {
	display: inline-table;
	margin-top: 15px;
}
#contact_info .box_phone .open_hours span {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
}
#contact_info .box_phone .open_hours .note {
	padding-right: 18px;
	font-weight: 800;
}
#contact_info .box_phone .open_hours .time {
	color: #4c4c4c;
}


/*---------------------------------------
  form.html
  お問い合わせフォーム
----------------------------------------*/
/*  #contact form
----------------------------------------*/
#contact_form .txt_form {
	margin-bottom: 27px;
}
#contact_form .txt_form p {
	color: #4d4d4d;
	font-size: 16px;
}
#contact_form .txt_form .required {
	margin: 0 7px 0 5px;
	padding: 2px 6px 4px;
	background: #be2000;
	color: #fff;
	font-size: 13px;
	line-height: 1;
}
#contact_form .form {
	border: 1px solid #ededed;
}
#contact_form .form dl {
	display: table;
	width: 100%;
	border-top: 1px solid #ededed;
}
#contact_form .form dl:first-child {
	border-top: none;
}
#contact_form .form dt {
	display: table-cell;
	vertical-align: middle;
	width: 220px;
	min-width: 220px;
	padding: 20px 40px;
	background: #f7f7f7;
	color: #4c4c4c;
	font-size: 15px;
	text-align: center;
}
#contact_form .form dt .label_warning {
	float: right;
	margin-top: 4px;
	padding: 4px 6px 6px;
	background: #be2000;
	color: #fff;
	font-size: 13px;
	line-height: 1;
}
#contact_form .form dd {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 40px;
}
#contact_form .form dl.inquiry_input dt {
	vertical-align: top;
}
#contact_form .form .form_input {
	width: 440px;
}
#contact_form .form input,
#contact_form .form textarea {
	width: 100%;
	border: solid 1px #eee;
	outline: none;
	color: #4c4c4c;
	font-size: 14px;
}
#contact_form .form input {
	vertical-align: middle;
	height: 33px;
	padding: 0 9px;
	line-height: 33px;
}
#contact_form .form textarea.message {
	height: 200px;
}
#contact_form .form textarea {
	display: block;
	height: 100%;
	padding: 8px;
}
#contact_form .agree_information {
	width: 100%;
	padding-top: 30px;
	text-align: center;
}
#contact_form .agree_information input[type=checkbox] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	display: inline-block;
	vertical-align: middle;
	position:relative;
	width: 18px;
	height: 18px;
	border: 1px solid #9c9c9d;
	border-radius: 0;
	outline: none;
}
#contact_form .agree_information input[type=checkbox]:checked::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 4px;
	width: 5px;
	height: 10px;
	transform: rotate(40deg);
	border-bottom: 3px solid #be2000;
	border-right: 3px solid #be2000;
}
#contact_form .agree_information label {
	display: inline-block;
	vertical-align: middle;
	padding-left: 4px;
	color: #4c4c4c;
}
#contact_form .agree_information label a {
	border-bottom: solid 1px #7a7a7a;
	transition: 300ms;
}
.page_link a {
	width: 300px;
}
.contactAtt{
  font-size: 16px;
  font-weight: normal;
  display: block;
  padding: 6px 0 10px;
  margin: 0 auto;
}