@charset "utf-8";
/**----------------------------------------------------------
 *CSS information
 *
 * file name	: form.css
 * author		: mamoru someya
 * style info	: 会員登録・物件問い合わせ・問い合わせCSS
 -----------------------------------------------------------*/

#article {
	background: #FFF;
}
#contents_inner{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-size: 1.4em;
}
#article.contact{
	width: 1000px;
}
#header_inner,
#contents,
#copyright,
#contents_foot {
	/* width: 800px; */
}
#logo {
	padding-top: 0;
}
#header_inner {
	margin-bottom: 0;
}
#form_header {
	padding:20px 0px 0px;
}
#header_wrap {
	margin-bottom: 20px;
}


#contents_inner #article.contact a {
	color: #00A19F;
	text-decoration:  underline;	
}

#contact_top_msg .nyukyosha_info {
	margin: 10px 0 0 0;
	padding: 20px;
	background-color: #FFFFE0;
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 1.6;
	box-sizing: border-box;
}
#contact_top_msg .nyukyosha_info span {
	display: block;
	padding: 0 0 2px 0;
	font-weight: bold;
}
#contact_top_msg .tel {
	width: 800px;
	margin: 30px auto 0 auto;
	padding: 20px;
	background-color: #F2F2F2;
	box-sizing:  border-box;
}
#contact_top_msg .tel .number {
	position: relative;
	padding: 0 0 0 46px;
	color: #F43581;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1;
}
#contact_top_msg .tel .number:before {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 38px;
	height: 26px;
	background: url(https://www.housetohouse.co.jp/img/front/svg/icon_freedial.svg) no-repeat;
	background-size: contain;
	content: "";
}
#contact_top_msg span.note {
	display: block;
	margin: 12px 0 0 0;
	font-size: 1em;
  line-height: 1.2;
}
#contact_top_msg span.note + span.note{
  margin-top: 6px;
}

ol#contact_info {
	margin: 30px 0 30px 0;
	text-align: center;
}
ol#contact_info li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 8px 26px 8px 16px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-size: 0.9em;
	letter-spacing: 1px;
	-webkit-clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
}
ol#contact_info li:last-child {
	margin: 0 0 0 0;
}
ol#contact_info li.active {
	background-color: #F43581;
	font-weight: bold;
}

#contact_form,
#contact_item_form_userdata{
	width: 800px;
	margin: 0 auto;
}

.table_wrap h3 {
    margin: 0 0 3px 0;
    color: #148C8A;
    font-size: 1.2em;
}
#article table, #article th, #article td{
	border: 1px solid #148c8a;
}

.contact_item_table {
	width: 800px;
	margin: 0 auto 30px auto;
	font-size: 0.9em;
	box-sizing: border-box;
}
.contact_item_table th {
	background: #E3F3F3;
}
.contact_item_table th,
.contact_item_table td {
	padding: 10px;
	border: 1px solid #148C8A;
	text-align: left;
}

.contact_table th {
	width: 210px;
	padding: 18px;
	color: #01A2A0;
	background-color: #D2F6F6;
	border: 1px solid #01A2A0;
	box-sizing: border-box;
}
.contact_table th .require {
	padding: 1px 4px;
	background-color: #D4322F;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 0.8em;
	letter-spacing: 2px;
}
.contact_table td {
	position: relative;
	padding: 18px;
	background-color: #FFFFFF;
	border: 1px solid #01A2A0;
	box-sizing: border-box;
}
.contact_table td .caption {
	margin: 10px 0 0 0;
	font-size: 0.8em;
}

.contact_table input[type=checkbox] {
	transform: scale(1.4);
	margin: 0 10px 0 0;
}
.contact_table ul {
	margin: 0 0 0 5px;
}
.contact_table ul li {
	margin: 0 0 5px 0;
}
.contact_table ul li:last-child {
	margin-bottom: 0;
}

.contact_table .text_input,
.contact_table input.picker {
	padding: 8px 10px;
	width: 300px;
	margin: 0 0 0 0;		
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;		
}
.contact_table .text_input.long {
	width: 525px;
}
.contact_table .text_input.short,
.contact_table input.picker {
	width: 180px;
}
.contact_table input.mb_10{
	margin-bottom: 10px;
}
.contact_table select {
	margin: 0 0 0 0;
	padding: 10px 40px 10px 10px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;		
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.contact_table .selectBox_wrap {
	display: inline-block;	
	position: relative;
	background-color: #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}
.contact_table .selectBox_wrap:after {
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
	width: 0;
	height: 0;		
	border: 6px solid #CCCCCC;
	border-bottom: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	content: '';		
}
.contact_table .input_03 {
	width: 180px;
	margin: 0 0 10px 0;
	padding: 8px 10px;		
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;		
}

.submit_btn {
	width: 300px;
	padding: 20px;
	background-color: #01A2A0;
	border: 1px solid #01A2A0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
	color: #FFFFFF;
	font-size: 1.4em;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;	
}
.submit_btn:hover {
	background-color: #F43581;
	border: 1px solid #F43581;
}
.form_back {
	margin: 0 10px 0 0;
	background-color: #FFFFFF;
	border: 1px solid #01A2A0;
	border-radius: 4px;
	color: #01A2A0;
}
.form_back:hover {
	color: #FFFFFF;
}

#contact_info {
	text-align: center;
	margin-bottom: 20px;
}
#extra #page_title, #article #page_title {
	margin-bottom: 20px;
}

#complete_message {
    text-align: center;
}

.backTop_btn {
	width: 300px;
	margin: 30px auto 0 auto;
	text-decoration: none;
}
.backTop_btn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: #01A2A0;
	border: 1px solid #01A2A0;
	border-radius: 6px;		
	color: #FFFFFF !important;
	font-size: 1.4em;
	text-align: center;
	text-decoration: none !important;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;	
}
.backTop_btn a:hover {
	background-color: #F43581;
	border: 1px solid #F43581;
	text-decoration: none;
}

#copyright {
	padding: 0 0 20px 0;
	text-align: center;
	letter-spacing: 1px;
}

/* Datepicker */

#ui-datepicker-div {
	width: 300px;
	padding: 20px;
	background-color: #F7F7F7;		
	border: 1px solid #CCCCCC;
	font-size: 1.4em;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0.2em 0;
	background-color: #F7F7F7;
	border: none;
	color: #333333;
	font-size: 1.2em;
	letter-spacing: 1px;
}
.ui-datepicker-week-end:first-child span {
	color: #D4322F;
}
.ui-datepicker-week-end:last-child span {
	color: #0075C2;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	background-color: #F43581;
	border: none;		
}
.ui-datepicker td span,
.ui-datepicker td a {
	text-align: center;
}

#diamondtail .ui-state-default {
	background-color: #FFFFFF;
	border: none;		
	color: #454545;
	text-align: center;
	font-size: 1.2em;
}
#diamondtail .ui-state-highlight {
	background-color: #01A2A0;		
	border: none;
	color: #FFFFFF;
}
#diamondtail .ui-state-hover {
	background-color: #F43581;		
	border: none;
	color: #FFFFFF;	
}

#diamondtail .ui-state-active {
	border: 1px solid #C5C5C5; background: #F43581;
}
#diamondtail .ui-state-highlight {
	border: 1px solid #C5C5C5; background: #D2F6F6; color: #454545;
}


/* Realtime Validation */

p.form-error {
	position: absolute;
	padding: 4px 6px;
	border: 1px solid #D4322F;
	color: #D4322F;
	font-size: 0.7em;
	font-weight: bolder;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	z-index: 100;
}
p.form-error:after,
p.form-error:before {
	position: absolute;
	left: 50%;
	bottom: 100%;		
	width: 0;
	height: 0;		
	border: solid transparent;
	content: '';
	pointer-events: none;
}
p.form-error:after {
	margin-left: -8px;		
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFFFFF;		
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 8px;
	border-right-width: 8px;
}
p.form-error:before {
	margin-left: -9px;
	margin-bottom: 1px;
	border-color: rgba(212, 50, 47, 0);
	border-bottom-color: #D4322F;		
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 9px;
	border-right-width: 9px;
}
input.form-error {
	background-color: #FEF2F7;
}
.valid{
	background-color: #F0FCFC;
}
