body {
	font-size: 14px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.noneSP {
	display: none;
}

#header {
    margin: 0 auto 20px;
	padding-top: 10px;
}

#header a {
    display: block;
    margin: 10px 20px 0;
}

#bg01 {
	background: url(../img/bg01.gif) repeat;
	padding-bottom: 20px;
}

#bg02 {
	background: url(../img/bg02.jpg) repeat;
}

.inner {
	text-align: center;
}

#bg02 .inner {
	padding: 0;
}

.tel {
    margin: 0 auto;
}

#promise {
	background-color: #ebebeb;
	padding: 30px 0;
}
#promise .inner {
    margin: 0 20px 20px;
	text-align: left;
	background-color: #fff;
	padding: 20px;
}

#promise .fr,#promise .fr2  {
	text-align: center;
}

#promise .subTit {
	margin-bottom: 15px;
}
#promise .contactBtn {
	text-align: center;
    margin: 0 auto;
	padding: 0 20px;
}

#blueBg {
	background-color: #0071a9;
}

#greyBg {
	background-color: #ebebeb;
	text-align: center;
	padding: 20px;
	margin-top: 40px;
}

#greyBg p {
	margin-top: 10px;
}

.main {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px 40px;
    position: relative;
    z-index: 40;
}


/* @group フォーム */

.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 {
    margin: 30px 0;
	text-align: center;
}
.form-text-thanks span {
    font-size: 15px;
    font-weight: bold;
	margin-bottom: 30px;
}
.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: #979797;
    display: block;
    font-weight: normal;
    padding: 10px 8px 12px;
    width: 100%;
    color: #fff;
}
.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-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: 10px 0 0;
}
.form-disabled {
    display: none;
}
.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;
}
.form-footer-link {
    color: #723912;
    text-decoration: none;
}
.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%;
}
.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: 80px;
}
.form-renovation-group .form-input {
    bottom: -8px;
    display: block;
    left: 65px;
    margin: 0;
    position: absolute;
    width: 165px;
}
.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%;
}
.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: -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-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("/images/common/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%;
}
.form-textarea {
    height: 168px;
    width: 100%;
}
.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 {
    color: #dd1718;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 0;
}
.form-error-text {
    color: #dd1718;
    font-size: 10px;
    margin: 4px 0 0 -4px;
}

/* @end */





/* @group ポップアップ */

.popup-leave.is-disabled {
    display: none;
}
.popup-leave-overlay {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.popup-leave-body {
    background: #fff none repeat scroll 0 0;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -150px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 300px;
    z-index: 1000;
}
.popup-leave-text {
    font-size: 13px;
    font-weight: bold;
    margin: 40px 0 0;
}
.popup-leave-btn {
    background: #0071a9 none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 21px;
    height: 38px;
    line-height: 38px;
    margin: 20px auto 0;
    text-decoration: none;
    width: 200px;
    cursor: pointer;
    font-size: 18px;
}
.popup-leave .icon-close {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
}
.icon-close.is-rounded {
    background-image: url(../img/sprite.png);
    background-position: -52px -80px !important;
    width: 23px;
    height: 23px;
    -webkit-background-size: 169.5px 162px;
    background-size: 169.5px 162px;
}
/* @end */


/* @group ボタン */

.btn-cols {
    text-align: center;
}
.btn-cols-item {
    display: inline-block;
    width: 200px;
}
.btn-cols-item:empty {
    display: none;
}
.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: 6px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    height: 90px;
    line-height: 90px;
    margin-top: 30px;
    padding: 0 60px;
    text-decoration: none;
}
.btn-contact.is-small {
    font-size: 20px;
    height: auto;
    line-height: 1.7;
    min-width: 0;
    padding: 10px;
}
.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;
}

/* @end */


/* @group フッター */

#footer {
	border-top: 1px solid #1a1a1a;
	text-align: center;
	padding: 5px 20px 20px;
}

/* @end */