/* @group フォーム */
.form-input input[type=text]:-ms-input-placeholder {
    color: #9a9a9a;
}
.form-pagetitle {
	text-align: center;
	margin: 70px 0 30px;
}
.form-text-thanks {
    margin: 30px 0;
	text-align: center;
}
.form-text-thanks span {
    font-size: 24px;
    font-weight: bold;
	margin-bottom: 30px;
}
.form-step {
    list-style: outside none none;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
}
.form-step-item {
    height: 0;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
}
.form-step-image {
    margin: 0;
	text-align: center;
}
.form-table {
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    margin: 30px auto 0;
    width: 776px;
	line-height: 1.8;
}
.form-table .th, .form-table .td {
    border-left: 2px solid #ccc;
    border-top: 2px solid #ccc;
    box-sizing: border-box;
    font-size: 18px;
    text-align: left;
    vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.form-table .th, .form-table .td {
    font-size: 15px;
}
}
.form-table .th {
    background: #ececec none repeat scroll 0 0;
    font-weight: normal;
    padding: 16px;
    width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.form-table .th {
    width: 40%;
}
}
.form-table .th small {
    border: none;
    display: block;
    font-family: Verdana,"游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
    font-size: 85%;
    line-height: normal;
    padding: 0;
    text-align: left;
}

.form-table .td {
    padding: 16px;
    width: 70%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.form-table .td {
    width: 60%;
}
}
.form-table .horizontal-item {
	margin-left: 0 !important;
}
.form-table-title {
    display: inline-block;
    margin: 0;
    width: 70%;
}
.form-table-required, .form-table-arbitrary {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin: 8px 0 0;
    padding: 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.form-table-required, .form-table-arbitrary {
    margin-top: 4px;
}
}
.form-table-required {
    background: #dd1718 none repeat scroll 0 0;
}
.form-table-arbitrary {
    background: #999 none repeat scroll 0 0;
}
.form-table-description {
    font-size: 13.5px;
    margin: 15px 0 0;
}
.form-disabled {
    display: none;
}
.form-footer-title {
    background: gray none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin: 60px 0 0;
    padding: 3px 20px;
}
.form-footer-text {
    margin: 25px 0 0;
}
.form-footer-link {
    color: #723912;
    text-decoration: none;
}
.mw_wp_form .form-table .error {
    color: #dd1718;
    font-size: 12px;
    margin: 4px 0 0 -4px;
}
.form-address-item-text {
    display: inline-block;
    line-height: 1.2;
    margin: 0;
    vertical-align: middle;
    width: 115px;
	font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.form-address-item-text {
    width: 100px;
}
}
.form-address-item-body {
    display: inline-block;
    padding: 4px 0 0;
    vertical-align: middle;
    width: 385px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.form-address-item-body {
    width: 300px;
}
}
.form-address-item + .form-address-item {
    margin-top: 20px;
}
.form-renovation-group {
    position: relative;
}
.form-renovation-group label {
    display: block;
    width: 100%;
}
.mw_wp_form .form-renovation-group .vertical-item {
    display: inline-block;
    margin: 0 0 4px;
    width: 100px;
}
.mw_wp_form .form-renovation-group .vertical-item:first-child {
    display: block;
    width: 100%;
}
.form-renovation-group .form-input {
    bottom: -4px;
    display: block;
    left: 100px;
    margin: 0;
    position: absolute;
    width: 380px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.form-renovation-group .form-input {
    width: 240px;
}
}
.form-input {
    width: 100%;
}
.form-input input[type="text"] {
    -moz-appearance: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 1.4;
    padding: 8px 8px 4px;
    width: 100%;
	font-size: 100%;
}
.form-input input[type="text"]::-moz-placeholder {
    color: #9a9a9a;
}
.form-input-postalcode input[type="text"] {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
    width: 105px;
}
.form-checkbox {
    border: 1px solid #333;
    box-sizing: border-box;
    display: inline-block;
    height: 14px;
    position: relative;
    vertical-align: 0;
    width: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.form-checkbox {
    vertical-align: -2px;
}
}
.mw_wp_form .horizontal-item + .horizontal-item {
    display: block;
    margin-left: 0 !important;
    margin-top: 5px;
    margin-bottom: 10px;
}
.form-checkbox-cols label {
    display: block;
}
.form-checkbox-cols input[type="radio"], .form-checkbox-cols input[type="checkbox"], .form-checkbox-event input[type="radio"], .form-checkbox-event input[type="checkbox"], .form-renovation-group input[type="radio"], .form-renovation-group input[type="checkbox"] {
    -moz-appearance: none;
    border: 1px solid #333;
    box-sizing: border-box;
    display: inline-block;
    height: 14px;
    margin: 0;
    position: relative;
    vertical-align: 0;
    width: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.form-checkbox-cols input[type="radio"], .form-checkbox-cols input[type="checkbox"], .form-checkbox-event input[type="radio"], .form-checkbox-event input[type="checkbox"], .form-renovation-group input[type="radio"], .form-renovation-group input[type="checkbox"] {
    vertical-align: -2px;
}
}
.form-checkbox-cols input[type="radio"]:checked, .form-checkbox-cols input[type="checkbox"]:checked, .form-checkbox-event input[type="radio"]:checked, .form-checkbox-event input[type="checkbox"]:checked, .form-renovation-group input[type="radio"]:checked, .form-renovation-group input[type="checkbox"]:checked {
    background: #0071a9 none repeat scroll 0 0;
    border-color: #0071a9;
}
.form-checkbox-cols input[type="radio"]:checked::after, .form-checkbox-cols input[type="checkbox"]:checked::after, .form-checkbox-event input[type="radio"]:checked::after, .form-checkbox-event input[type="checkbox"]:checked::after, .form-renovation-group input[type="radio"]:checked::after, .form-renovation-group input[type="checkbox"]:checked::after {
    background-image: url(https://cleverlyhome.tokyo/img/sprite.png);
    background-position: -327px -40px;
    content: "";
    display: block;
    height: 8px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 9px;
}
.form-checkbox-cols input[type="radio"], .form-checkbox-cols input[type="checkbox"], .form-checkbox-event input[type="radio"], .form-checkbox-event input[type="checkbox"] {
    margin: 0 8px 0 0;
}
.form-renovation-group input[type="radio"], .form-renovation-group input[type="checkbox"] {
    margin: 0 4px 0 0;
}
.form-select {
    border: 1px solid #ccc;
    width: 258px;
}
.mw_wp_form_confirm .form-select {
    border: 0 none;
}
.form-select select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0 8px;
    width: 100%;
	font-size: 100%;
}
.form-textarea {
    height: 168px;
    width: 100%;
}
.form-textarea textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 100%;
    padding: 8px 20px;
    resize: none;
    width: 100%;
	font-size: 100%;
}
.form-error-description {
    color: #dd1718;
    font-size: 24px;
    font-weight: bold;
    margin: 25px 0 0;
}
.form-error-text {
    color: #dd1718;
    font-size: 12px;
    margin: 4px 0 0 -4px;
}
div.check-contact span:nth-child(3) {
	display: block;
	margin-left: 0;
}
/* @end */





/* @group フォーム */
@media only screen and (max-width: 641px)  {

#sector06Sp {
	padding: 0 20px 40px;
}

.form-pagetitle {
	width: 80%;
	text-align: center;
	margin: 40px auto 0;
}
.form-pagetitle-description {
    color: #333;
    display: inline-block;
    font-size: 13.5px;
    font-weight: normal;
    margin: 4px 0 0;
}
.form-pagetitle-link {
    color: #723912;
}
.form-text-thanks {
    font-size: 15px;
    font-weight: bold;
    margin: 30px 0 0;
}
.form-step {
    list-style: outside none none;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.form-step-item {
    height: 0;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
}
.form-step-image {
    margin: 0;
}
.form-table {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 20px 0 0;
    width: 100%;
}
.form-table .th, .form-table .td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 15px;
    text-align: left;
    vertical-align: top;
}
.form-table .th {
    background: #ececec none repeat scroll 0 0;
    display: block;
    font-weight: normal;
    padding: 10px 8px 12px;
    width: 100%;
}
.form-table .td {
    display: block;
    padding: 10px 8px 12px;
    width: 100%;
}

.form-table .td .catalog img {
    width: 100%;
}
.form-table-title {
    display: inline-block;
    margin: 0;
    width: 70%;
}
.form-table-required, .form-table-arbitrary {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin: 2px 0 0;
    padding: 0 10px;
}
.form-table-description {
    font-size: 13.5px;
    margin: 10px 0 0;
}
.form-footer-title {
    background: gray none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 30px 0 0;
    padding: 3px 20px;
}
.form-footer-text {
    margin: 15px 0 0;
    font-size: 13.5px;
}
.mw_wp_form .form-table .error {
    color: #dd1718;
    font-size: 10px;
    margin: 4px 0 0 -4px;
}
.form-address-item-text {
    display: inline-block;
    line-height: 1.2;
    margin: 0;
    vertical-align: middle;
    width: 100%;
}
.form-address-item-body {
    display: inline-block;
    padding: 4px 0 0;
    vertical-align: middle;
    width: 100%;
}
.mw_wp_form .form-renovation-group .vertical-item:first-child {
    display: block;
    width: 80px;
}
.form-renovation-group .form-input {
    bottom: -8px;
    display: block;
    left: 65px;
    margin: 0;
    position: absolute;
    width: 165px;
}
.form-checkbox {
    border: 1px solid #333;
    box-sizing: border-box;
    display: inline-block;
    height: 14px;
    position: relative;
    vertical-align: -2px;
    width: 14px;
}
.form-checkbox-cols label {
    display: block;
    margin: 0;
}
.form-checkbox-cols input[type="radio"], .form-checkbox-cols input[type="checkbox"], .form-checkbox-event input[type="radio"], .form-checkbox-event input[type="checkbox"], .form-renovation-group input[type="radio"], .form-renovation-group input[type="checkbox"] {
    -moz-appearance: none;
    border: 1px solid #333;
    box-sizing: border-box;
    display: inline-block;
    height: 14px;
    margin: 0;
    position: relative;
    vertical-align: -2px;
    width: 14px;
}
.form-textarea textarea {
    border: 1px solid #ccc;
    -moz-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    height: 100%;
    padding: 4px 10px;
    resize: none;
    width: 100%;
}
.form-error-description {
    font-size: 18px;
}
.form-error-text {
    font-size: 10px;
}
}
/* @end */




/* @group ボタン */

.btn-cols {
    text-align: center;
}
.btn-cols-item {
    display: inline-block;
}
@media only screen and (max-width: 641px)  {
.btn-cols-item {
    display: inline-block;
    width: 200px;
}
}

.btn-cols-item:empty {
    display: none;
}
.btn-cols-item + .btn-cols-item {
    margin-left: 80px;
}
@media only screen and (max-width: 641px)  {
.btn-cols-item + .btn-cols-item {
    margin-left: 10px;
}
}
.btn-cols-item:empty + .btn-cols-item {
    margin-left: 0;
}

.btn-contact {
    border: 0 none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    height: 90px;
    line-height: 90px;
    margin-top: 40px;
    text-decoration: none;
}
.btn-contact.is-small {
    font-size: 28px;
    height: 90px;
    line-height: 70px;
    width: 350px;
}
@media only screen and (max-width: 641px)  {
.btn-contact.is-small {
    font-size: 20px;
    height: auto;
    line-height: 1.7;
    min-width: 0;
    padding: 10px;
    width: 200px;
}
}
.btn-contact input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: block;
    height: 100%;
    padding: 0;
    text-align: center;
    width: 100%;
	cursor: pointer;
    font: inherit;
    color: #fff;
}
.btn-contact {
    background: #ff631e none repeat scroll 0 0;
}

/* @end */