@charset "utf-8";
/* CSS Document */

::placeholder{
  color:#bbb;
}

/*form*/
#form {
	margin: 0 15px 20px;
	padding: 13px 12px 13px 13px;
	border: 2px solid #E9E9E9;
}
#formBox {
	display: block;
}
#formBox > dt {
	color: #0089D8;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
#formBox > dt .must {
	display: block;
	float: right;
	width: auto;
	margin: 0 3px;
	background: #0089D8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
	padding:0 3px;
}
#formBox > dd {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #CCC;
	font-size: 13px;
	line-height: 18px;
}
#formBox > dd > dl {
	width: 100%;
	margin: 5px 0 0 0;
}
#formBox > dd > dl > dt {
	font-size: 13px;
	line-height: 18px;
}
#formBox > dd > dl > dd {
	margin: 0 0 6px 0;
}
input[type="text"],
input[type="tel"] {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin: 5px 0 0 0;
	padding: 0 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
textarea {
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	margin: 5px 0 0 0;
	padding: 0 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
input[type="radio"] {
	visibility: hidden;
	position: absolute;
}
input[type="radio"] + label {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 132px;
	height: auto;
	margin: 5px 3px 0 0;
	padding: 12px 0 12px 36px;
	background: url(../../form/img/radio_off.png) no-repeat 3px 50%;
	background-size: 30px 30px;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 13px;
	line-height: 16px;
}
input#fReason17 + label {
    clear: both;
}

input[type="radio"]:checked + label {
	background-image: url(../../form/img/radio_on.png);
	background-size: 30px 30px;
}
input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
}
input[type="checkbox"] + label {
	box-sizing: border-box;
	float: left;
	display: block;
	width: 132px;
	height: 40px;
	margin: 5px 3px 0 0;
	padding: 12px 0 12px 36px;
	background: url(../../form/img/checkbox_off.png) no-repeat 3px 50%;
	background-size: 30px 30px;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 13px;
	line-height: 16px;
}
input[type="checkbox"]:checked + label {
	background-image: url(../../form/img/checkbox_on.png);
}
input[type="checkbox"]:disabled + label {
	background: url(../../form/img/checkbox_off.png) no-repeat 3px 50% #eee;
	background-size: 30px 30px;
}
.memo01 {
	float: right;
	margin: 7px 0 0 0;
	width: 170px;
	letter-spacing: -1px;
}
.memo02 {
	clear: both;
  padding: 5px 0 0 0;
}
.memo03 {
	color: #000;
	font-size: 13px;
	font-weight: normal;
}
.memo04 {
	float: left;
	width: 130px;
	margin: 5px 0 0 0;
}
.red {
  color: #F00;
}

.fleft {
	float: left;
}
.w65 {
	width: 65px !important;
}
.w70 {
	width: 70px !important;
}
.w80 {
	width: 80px !important;
}
.w90 {
	width: 90px !important;
}
.w100 {
	width: 100px !important;
}
.w110 {
	width: 110px !important;
}
.w130 {
	width: 130px !important;
}
.w135 {
	width: 135px !important;
}
.w170 {
	width: 170px !important;
}
.w210 {
	width: 210px !important;
}
.w233h100 {
	width: 233px !important;
	height: 100px !important;
}
.w235 {
	width: 235px !important;
}
.h60 {
	padding-top: 22px !important;
	height: 60px !important;
}
.kai2gyo {
	padding-top: 4px !important;
}
.kai3gyo {
	padding-top: 6px !important;
}
.agree {
	clear: both;
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}
.submit {
	text-align: center;
}
.submit input[type="submit"] {
	width: 100%;
	height: 60px;
	background: #0089D8;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.submit button {
	width: 100%;
	height: 60px;
	background: #0089D8;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.formError {
	margin-top: -30px !important;
}

/* ===================================
#step
=================================== */
#step {
	overflow: hidden;
	background: #EBEDC3;
	width: 100%;
	padding: 8px;
}

#step li {
	float: left;
	width: 25%;
	padding: 1px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	background: #FFF;
	border-radius: 20px;
}

#step li.arrow {
	width: 5%;
}

#doui input[type="checkbox"] + label {
	background: #e7e7e7 url("../img/check_bg_2.png") no-repeat scroll 10px center;
	background-size: 24px 24px;
    border: 1px solid #cccccc;
    border-radius: 7px;
    font-size: 11px;
    height: 50px;
    width: 260px;
	padding: 17px 10px 15px 40px;
}
#doui input[type="checkbox"]:checked + label {
	background: #e7e7e7 url("../img/check_on_bg_2.png") no-repeat scroll 10px center;
    background-size: 24px 24px;
    border: 1px solid #cccccc;
    border-radius: 7px;
    height: 50px;
    padding: 17px 10px 15px 40px;
    width: 260px;
}

/* 物件名の選択部分 */
select {
    width: 100%;
    height: 40px;
    margin: 5px 0 5px 0;
    padding: 0px 30px 0px 5px;
    background: #FFF url("../img/ico_form_pulldown.png") no-repeat 95% 50%;
    background-size: 6px 5px;
    -webkit-background-size: 9px 8px;
    border: 1px solid #CCC;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: button;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
		-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#kibouDateDiv select{
	width: 60px;
}

/*------------------------------------------------------------
	200305 追加分 お問合せページ：お問合せ項目の追加
------------------------------------------------------------*/
.contactNotes {
    margin: 0 15px;
}
.contactNotes li {
    font-size: 13px;
    line-height: 20px;
    margin-left: 1em;
    padding: 0 0 12px;
    text-indent: -1em;
}
.contactNotes li.newYearNotes {
  margin: 0 10px 15px;
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid #FF0000;
  text-indent: 0;
  line-height: 1.4;
  color: #FF0000;
  font-size: 15px;
  font-weight: bold;
}
.contactNotes li.newYearNotes a {
  color: #FF0000;
  border-bottom: 1px solid #FF0000;
}
/*-------------------------------------------------------
  200423 追加分 駐車場セレクトボックス
--------------------------------------------------------*/
.selectAdd a.disabled,
.selectDelete a.disabled {
  display: none;
}
.selectAdd,
.selectDelete {
  display: inline-block;
}
.selectAddLink {
  margin-right: 15px;
}

/* --- 2020/04/30 --- */
.bukkenNameText {
  margin-top: 10px;
}

/* --- 2020/07/14 --- */
.propNotes {
  margin: 0 0 10px;
}

/*----------------------- 2020/05/15 --------------------*/
a.leaveFormLink {
	position: relative;
	display: inline-block;
	margin-top: 8px;
	padding: 10px 25px 10px 20px;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	background-color: #FBFBFB;
	color: #333;
	font-weight: bold;
}
a.leaveFormLink::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	width: 5px;
	height: 1px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #0089D8;
	z-index: 5;
}