@charset "UTF-8";
@import url("css/base.css");
@import url("css/label.css");
@import url("css/confirm.css");
@import url("css/confirm.flat.css");
@import url("css/confirm.overlay.css");
@import url("css/loading.css");
@import url("css/stripe.css");
@import url("css/error.css");
@import url("css/warning.css");
@import url("css/price.css");
@import url("css/input.css");
@import url("css/phase.css");
@import url("css/cart.css");
@import url("css/button.css");


body {
	overflow-x: hidden;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}




#mailfield table.mailform{
	border: 1px solid #ccc;
	width: 100%;
}

#mailfield table.mailform dt{
	border: 1px solid #ccc;
	width: 30%;
	padding: 12px 8px 12px 12px;
	background-color: #f1f1e8;
	font-weight: bold;
	text-align: left;
}

#mailfield table.mailform dt img{
	margin: 0 0 0 5px;
	padding-bottom: 4px;
}

#mailfield table.mailform dd{
	border: 1px solid #ccc;
	padding: 12px 8px 12px 12px;
}

#mailfield table.mailform dd p.area{
	background-color: #333;
	color: #fff;
	display: inline;
	padding: 1px 4px 0 3px;
}

#mailfield .mailform dd ol{
	margin-bottom: 8px;
	margin-top: 5px;
}

#mailfield .mailform dd li{
	margin-bottom: 2px;
	float: left;
	width: 210px;
}

.form_waku{
	border: 1px solid #ccc;
	padding: 40px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.form_attention a:link,.form_attention a:visited{
    text-decoration: none;
}
.form_attention a:hover,.form_attention a:active{
    text-decoration: underline;
}

#firstBox , #secondBox , #thirdBox , #fourthBox , #fifthBox{
	padding:15px 0 0 30px;
}

.form_bottomsen{
	border-bottom: 1px solid #f2f2f2;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-top:5px;	
}
.form_bottomsen_end{
	padding-bottom:5px;
	padding-top:5px;
}


.invisible{
display: none;
}


table.inner_table{
	width:100%!important;	
}
table.inner_table th{
	width:13%!important;	
	border:none!important;	
	background-color:#fff!important;
	line-height:2.0;
	padding:5px 0!important;
}
table.inner_table td{
	border:none!important;	
	background-color:#fff!important;	
	padding:5px 0!important;
}


#mailfield .mailform dd p.area{
	background-color: #333;
	color: #fff;
	display: inline;
	padding: 1px 4px 0 3px;
}

#mailfield .mailform dd ol{
	margin-bottom: 8px;
	margin-top: 5px;
}

#mailfield .mailform dd.reason li{
	margin-bottom: 5px;
	float: left;
	width: 210px;
}
#mailfield .mailform dd.reason li.hiroi{
	width: 420px;
}
#mailfield .mailform dd.bukken li{
	margin-bottom: 5px;
	float: left;
	width: 47.5%;
}
#mailfield .mailform dd.bukken li:nth-child(even){
	margin-bottom: 5px;
	float: right;
	width: 47.5%;
}


@media screen and (max-width: 736px) {
    .form_waku{
        border: 1px solid #ccc;
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .form_waku p {
        margin: 0 2.5vw 20px;
      }
    #firstBox , #secondBox , #thirdBox , #fourthBox , #fifthBox{
        padding:15px 0 0 20px;
    }

}
@media screen and (max-width: 580px) {
#mailfield .mailform dd.reason li{
	margin-bottom: 5px;
	float: left;
	width: 47.5%;
}
	#mailfield .mailform dd.reason li:nth-child(even){
	margin-bottom: 5px;
	float: right;
	width: 47.5%;
}
#mailfield .mailform dd.reason li.hiroi{
	width: 100%!important;
}
#mailfield .mailform dd.bukken li{
	margin-bottom: 5px;
	float: none;
	width: 100%;
}
#mailfield .mailform dd.bukken li:nth-child(even){
	margin-bottom: 5px;
	float: none;
	width: 100%;
}
}


/* 相談 各種項目指定 */
.property dt img,
.customer dt img{
    margin-left: 10px;
    vertical-align: baseline;
}
.property dt h5,
.customer dt h5{
    font-weight: bold;
}
.property .location{
    height: 100px;
    width: 94%;
}
.property .free{
    height: 200px;
    width: 94%;
}
.customer .address{
    height: 100px;
    width: 94%;
}
.property .form-text-full,
.customer .form-text-full{
    width:94%;
}
@media screen and (max-width: 736px) {
    .property .location{
        width: 100%;
    }
    .property .free{
        height: 150px;
        width: 100%;
    }
    .customer .address{
        width: 100%;
    }
    .property .form-text-full,
    .customer .form-text-full{
        width: 100%;
    }

}