html {
    font-size: 10px
}
#contact{
    color: #333;
}
.section__sttl {
    font-size: 1.8rem;
    font-weight: 500;
    padding-left: 2.2rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    position: relative
}

.section__sttl:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0.9rem;
    width: 1.1rem;
    height: 1.1rem;
    background: #b78c40
}

@media only screen and (max-width: 768px) {
    .section__ttl {
        font-size: 2rem;
        padding-left: 3rem
    }

    .section__ttl:before {
        top: 1.3rem
    }
}

.page-contact .web__txt {
    margin-bottom: 3%;
}

.mod-form .mod-table {
    border-top: 1px solid #EDEDED;
    font-size: 14px;
}

.mod-form .mod-table th,
.mod-form .mod-table td {
    border-bottom: 1px solid #EDEDED
}

.mod-form .mod-table th {
    padding-top: 3%;
    background: #F5F5F5;
    position: relative;
    width: 23rem;
    vertical-align: initial;
}

@media only screen and (max-width: 768px) {
    .mod-form .mod-table th {
        padding-top: 1.5rem;
        width: 100%
    }

    .mod-form .mod-table th:before {
        top: 25px
    }
}

.mod-form .note {
    font-size: 12px;
    padding-left: 1rem;
    position: relative;
    top: -0.1rem
}

.mod-form .req {
    position: absolute;
    top: 20px;
    right: 2rem;
    color: #b78c40;
    font-size: 12px;
    line-height: 1;
    padding: 0.3rem 0.5rem;
    margin-top: 0.5rem;
    border: 1px solid #b78c40
}

@media all and (-ms-high-contrast: none) {

    .mod-form .req *::-ms-backdrop,
    .mod-form .req {
        padding: 0.7rem 0.5rem 0.3rem 0.5rem
    }
}

@media only screen and (max-width: 768px) {
    .mod-form .req {
        top: 1rem
    }
}

.mod-form .form-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 4rem;
    margin: 0;
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 0;
    border: 1px solid #EDEDED;
    color: #000000;
    font-size: 1.4rem;
    line-height: 1.72;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.mod-form .form-text.min {
    max-width: 50rem
}

.mod-form .radio_group {
    padding-top: 10px;
    text-align: left
}

.mod-form .radio_group li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top
}

.mod-form .radio_group li .txt {
    padding-left: 22px;
    font-size: 12px
}

.mod-form input.form-text[name="zip1"] {
    display: inline-block;
    max-width: 8rem
}

.mod-form input.form-text[name="zip2"] {
    display: inline-block;
    max-width: 10rem
}

.mod-form button#zipcode {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    background: #ffffff;
    ;
    padding: 0.8rem;
    line-height: 1;
    width: 16rem;
    border: 1px solid #000000;
    margin-left: 1.5rem;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
    transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s
}

html.notouch .mod-form button#zipcode:hover {
    color: #ffffff;
    background: #000000
}

@media only screen and (max-width: 768px) {
    .mod-form button#zipcode {
        display: block;
        margin-left: 0;
        margin-top: 1rem
    }
}

.mod-form textarea.form-text {
    max-width: 100%;
    height: 20rem
}

.mod-form label.error {
    display: block;
    margin-top: 0.5rem;
    color: #B20000;
    font-size: 1.4rem
}

.mod-form label.error.e-hidden {
    display: none;
}

.mod-form button {
    text-decoration: none
}

@media only screen and (max-width: 768px) {
    .mod-form input.form-text[name="zip1"] {
        padding: 0.7rem;
        max-width: 5rem
    }

    .mod-form input.form-text[name="zip2"] {
        padding: 0.7rem;
        max-width: 6rem
    }
}

.mod-form .checkbox-list {
    zoom: 1
}

.mod-form .checkbox-list:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.mod-form .checkbox-list li {
    float: left;
    min-width: 14rem;
    margin-bottom: 2rem
}

.mod-form .checkbox-list li:nth-child(2n+1) {
    clear: both
}

.mod-form .form-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 3rem
}

.mod-form .form-checkbox .checkbox {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    opacity: 0
}

.mod-form .form-checkbox .checkbox:checked+.icon:after {
    -webkit-transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
    transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
    width: 0
}

.mod-form .form-checkbox .icon {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -0.2rem;
    left: 0;
    width: 2.3rem;
    height: 2.3rem;
    border: #EDEDED solid 1px;
    background: #ffffff
}

.mod-form .form-checkbox .icon svg{
    display: none;
}

/*.mod-form .form-checkbox .icon:before {
    content: '\e904';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    display: block;
    position: absolute;
    top: 0.6rem;
    left: 0.3rem;
    width: 100%;
    color: #b78c40;
    font-size: 1rem
}*/

.mod-form .form-checkbox .icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    background: #ffffff
}

.mod-form  .checkbox-list li.cur .icon svg{
    display: block;
}

.mod-form .checkbox-list li.cur .icon:after {
    display: none;
}

.form-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    position: relative;
    border: solid 1px #EDEDED;
    background: #ffffff;
    font-size: 1.4rem;
    line-height: 1.7
}

.form-select .label {
    color: #7E7E7E;
    position: absolute;
    padding: 1rem 1rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-select .label+select {
    opacity: 0
}

.form-select .label.selected {
    color: #000
}

.form-select:before {
    position: absolute;
    top: 50%;
    right: 1rem;
    content: "";
    display: block;
    content: '\e103';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    margin-top: -0.4rem;
    color: #b78c40
}

.form-select select {
    display: block;
    width: 100%;
    height: 4rem;
    margin: 0;
    padding: 0 1rem;
    border: none;
    border-radius: 0;
    background: none;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-select select::-ms-expand {
    display: none
}

.form-btnArea {
    position: relative;
    margin: 5rem auto 0;
    text-align: center
}

.form-btnArea .mod-btn {
    ;
    width: 28rem
}

.form-btnArea #back {
    -webkit-transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
    transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    ;
    font-size: 1.4rem;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 10rem;
    text-align: center;
    background: none;
    color: #000000;
    border: solid 1px #EDEDED;
    padding: 0.5rem 1rem
}

html.notouch .form-btnArea #back:hover {
    background: #b78c40;
    color: #ffffff;
    border: solid 1px #b78c40
}

@media only screen and (max-width: 768px) {
    .form-btnArea {
        margin: 3rem auto 5rem auto;
    }

    .form-btnArea .mod-btn {
        width: 24rem;
        display: block;
        margin: 0 auto
    }

    .form-btnArea #back {
        position: static;
        margin-bottom: 3rem
    }
}

#finish {
    text-align: center;
    font-size: 16px;
    line-height: 2.3
}

@media only screen and (max-width: 768px) {
    #finish {
        font-size: 1.5rem;
        letter-spacing: 0
    }
}

#errorPage {
    text-align: center
}

input:-moz-placeholder-shown,
textarea:-moz-placeholder-shown {
    color: #ADADAD;
    
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ADADAD;
    
}

input:placeholder-shown,
textarea:placeholder-shown {
    color: #ADADAD;
    
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ADADAD;
    
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ADADAD;
    
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #ADADAD;
    
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ADADAD;
    
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

.mod-table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD
}

.mod-table th,
.mod-table td {
    border-collapse: collapse;
    padding: 3%;
    line-height: 1.4;
    border-bottom: 1px solid #DDDDDD
}

.mod-table th {
    font-weight: 500;
    background: #EDEDED;
    position: relative
}

.mod-table th:before {
    position: absolute;
    left: 0;
    top: 40px;
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #b78c40
}

@media only screen and (max-width: 768px) {
    .mod-table {
        border-top: none
    }

    .mod-table th,
    .mod-table td {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        padding: 12px 16px
    }

    .mod-table th:before {
        top: 25px
    }

    .mod-table td {
        border-bottom: none;
        padding: 16px 0
    }
}

.mod-btn {
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background-size: contain;
    text-decoration: none;
    position: relative;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    width: 20rem;
    padding: 1.6rem 2rem;
    line-height: 1;
    border: 1px solid #000000;
    box-sizing: border-box;
    margin-bottom: 14rem;
}

.mod-btn.blank:before {
    display: none
}

.mod-btn.blank:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 2rem;
    font-size: 1rem;
    margin-top: -0.5rem;
    content: '\e905';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #b78c40;
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s;
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s
}

.mod-btn.blankTxt {
    width: auto;
    border: none;
    padding: 0;
    font-weight: 400;
    font-size: 1.4rem
}

.mod-btn.blankTxt span {
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    text-decoration: underline
}

.mod-btn.blankTxt:before {
    display: none
}

.mod-btn.blankTxt:after {
    position: relative;
    top: 0rem;
    content: "";
    font-size: 1.4rem;
    content: '\e905';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #b78c40;
    margin-left: 0.6rem
}
.mod-btn:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -1.5rem;
    width: 3rem;
    height: 1px;
    background: #b78c40;
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s;
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s
}
.mod-btn:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -1.5rem;
    width: 3rem;
    height: 1px;
    background: #b78c40;
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s;
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s
}

.mod-btn .inner {
    color: #ffffff;
    position: relative;
    z-index: 1;
    display: block;
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97)
}

.mod-btn .bg {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000
}

.mod-btn .bg:after {
    -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    background: #ffffff
}

.mod-btn .bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 100%
}

.mod-btn:hover .inner {
    color: #000000
}

.mod-btn:hover .bg:after {
    left: 0;
    width: 100%
}