/* お見積・ご相談フォームのスタイル */

#content .contact {
    max-width: 1180px;
    padding: 50px 25px;
    margin: auto;
}

#content .contact_message {
    text-align: center;
    font-size: 18px;
}

#content .contact_message_fax {
    text-align: center;
    font-size: 24px;
}

#content .contact_fax_sheet {
    max-width: 850px;
    margin: 30px auto 0 auto;
    padding: 30px 30px;
    border: 2px solid #15953B;
    /* display: inline-block; */
    /* text-align: center; */
    display: block;
}

#content .contact_img_fax_sheet {
    margin: 10px 10px 0px 10px;
}

#content form#mailformpro label {
    white-space: normal !important;;
}

#content .formTable th.border_none_bottom, #content .formTable td.border_none_bottom {
    padding: 0;
    border-bottom: none;
}

@media screen and (max-width: 767px), print {
    #content .formTable th.border_none_top, #content .formTable td.border_none_top {
        border-top: none;
    }
}

#content .payment_note {
    font-size: 0.15rem;
    margin-left: 0.15rem;
}

#content .display_block {
    display: block;
}

#content .flex-direction_column {
    flex-direction: column;
}

#content .finish {
    max-width: 780px;
    padding: 50px 25px;
    margin: auto;
}

#content .finish_title {
    padding-bottom: 15px;
    font-size: 28px;
    text-align: center;
    border-bottom: 2px solid #15953B;
    border-image: linear-gradient(to right, #15953B, #d6d6d6);
    border-image-slice: 1;
}

#content .finish_message_box {
    margin-bottom: 40px;
}

#content .finish_message {
    margin: 20px 0;
    font-size: 18px;
}

#content .finish_message_red {
    margin: 20px 0;
    font-size: 18px;
    color: red;
}

#content .finish_list li {
    margin: 20px 0;
    font-size: 18px;
}

/* willtec.jp の common.css を元に使用しているスタイルを UnCSS Online! で抽出 */

.button {
    display: inline-block;
    line-height: 1.2;
    outline: none;
    text-align: center;
    text-decoration: none
}
/*
html,body,div,span,h3,p,ul,li,form,label,table,tbody,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ul {
    list-style: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
*/
table {
    border-collapse: collapse;
    border-spacing: 0
}

input {
    vertical-align: middle
}

html,body {
    min-height: 100%
}

html {
    color: #373939;
    overflow-y: scroll
}

@media screen and (max-width: 767px) {
    html {
        font-size:26.6666666667vw
    }
}

@media screen and (min-width: 768px), print {
    html {
        font-size:351.3909224012%
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size:7.3206442167vw
    }
}

@media screen and (min-width: 1367px), print {
    html {
        font-size:625%
    }
}

body {
    font-family: "Noto Sans JP",sans-serif;
    font-size: 180%;
    -webkit-text-size-adjust: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word
}

body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/* @media screen and (min-width: 768px), print {
    body * {
        letter-spacing:0.02em
    }
} */

/* body *::before,body *::after {
    box-sizing: border-box
} */

@media screen and (min-width: 768px), print {
    body {
        position:relative;
        font-size: .18rem;
        font-size: clamp(15px, .18rem, .18rem);
        line-height: 1.9
    }

    body::before {
        content: '';
        display: inline-block;
        background-color: rgba(0,0,0,0.6);
        position: fixed;
        left: 0;
        top: 1rem;
        width: 100%;
        height: 100%;
        z-index: 100;
        opacity: 0;
        transition: opacity .25s;
        pointer-events: none
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size:.14rem;
        line-height: 1.75
    }
}

a {
    /* color: #373939; */
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

::selection {
    color: #fff;
    background: rgba(22,93,175,0.8)
}
*/
input,textarea,label {
    vertical-align: middle;
    font-family: "Noto Sans JP",sans-serif
}

input:focus,textarea:focus,label:focus {
    border-color: #15953B
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: rgba(55,57,57,0.4)
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: rgba(55,57,57,0.4)
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: rgba(55,57,57,0.4)
}

input {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none
}

input::-ms-clear {
    visibility: hidden
}

input::-ms-reveal {
    visibility: hidden
}

textarea {
    resize: vertical;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    font-family: "Noto Sans JP",sans-serif;
    outline: none;
    width: 100%;
    border-radius: 0
}

input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent
}

.input {
    background-color: #f0f2f4;
    border: 1px solid #d6d6d6;
    width: 100%;
    line-height: 1.4
}

@media screen and (min-width: 768px), print {
    .input {
        padding:.1rem .17rem .11rem;
        font-size: .18rem;
        font-size: clamp(15px, .18rem, .18rem)
    }
}

@media screen and (max-width: 767px) {
    .input {
        padding:.1rem .16rem;
        font-size: .14rem
    }
}

.input.-radio {
    display: inline-block;
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.input.-radio+span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative
}

@media screen and (max-width: 767px) {
    .input.-radio+span {
        font-size:.14rem;
        line-height: 1.3
    }
}

.input.-radio+span:last-of-type {
    margin-right: 0
}

.input.-radio+span:before {
    background: #f0f2f4;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    content: '';
    display: inline-block;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 768px),print {
    .input.-radio+span:before {
        width:20px;
        height: 20px;
        margin-right: .1rem
    }
}

@media screen and (max-width: 767px) {
    .input.-radio+span:before {
        width:.16rem;
        height: .16rem;
        margin-right: .08rem
    }
}

.input.-radio+span::after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%3E%20%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20fill%3D%22%2304428a%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
    content: '';
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

@media screen and (min-width: 768px),print {
    .input.-radio+span::after {
        background-size:10px auto;
        width: 20px;
        height: 20px
    }
}

@media screen and (max-width: 767px) {
    .input.-radio+span::after {
        background-size:.08rem auto;
        width: .16rem;
        height: .16rem
    }
}

.input.-radio:checked+span::after {
    opacity: 1
}

.input.-radio:disabled+span::before {
    border-color: #f9f9f9;
    background: #f9f9f9
}

.input.-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.input.-checkbox+span {
    cursor: pointer;
    display: inline-block;
    position: relative
}

@media screen and (min-width: 768px), print {
    .input.-checkbox+span {
        padding-left:.32rem
    }
}

@media screen and (max-width: 767px) {
    .input.-checkbox+span {
        padding-left:.24rem;
        font-size: .14rem
    }
}

.input.-checkbox+span:before {
    background: #f0f2f4;
    border: 1px solid #d6d6d6;
    content: '';
    display: block;
    position: absolute;
    cursor: pointer;
    left: 0;
    border-radius: .02rem
}

@media screen and (min-width: 768px), print {
    .input.-checkbox+span:before {
        top:.05rem;
        width: 20px;
        height: 20px
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .input.-checkbox+span:before {
        width:16px;
        height: 16px
    }
}

@media screen and (max-width: 767px) {
    .input.-checkbox+span:before {
        top:.03rem;
        width: .16rem;
        height: .16rem
    }
}

.input.-checkbox+span::after {
    content: '';
    background: transparent;
    display: block;
    position: absolute;
    left: .05rem;
    opacity: 0;
    border-left: 2px solid #fff;
    border-bottom: 4px solid #fff;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    transform: rotate(-45deg) scaleY(0.5)
}

@media screen and (min-width: 768px), print {
    .input.-checkbox+span::after {
        top:.08rem;
        width: 10px;
        height: 10px
    }
}

@media screen and (max-width: 767px) {
    .input.-checkbox+span::after {
        top:.06rem;
        width: .08rem;
        height: .08rem
    }
}

.input.-checkbox:checked+span::before {
    background-color: #15953B;
    border: 1px solid #15953B
}

.input.-checkbox:checked+span::after {
    opacity: 1
}

.input.-checkbox:focus+span::before {
    border: 1px solid #15953B;
    border-color: #15953B
}

.input.-checkbox:disabled+span::before {
    border-color: #f0f2f4;
    background: #f0f2f4
}

@media screen and (min-width: 768px), print {
    .input.-sizeL {
        width:4rem
    }
}

.textarea {
    background-color: #f0f2f4;
    border: 1px solid #d6d6d6
}

@media screen and (min-width: 768px), print {
    .textarea {
        min-height:2rem;
        margin-top: .08rem;
        padding: .17rem;
        font-size: .18rem;
        font-size: clamp(15px, .18rem, .18rem)
    }
}

@media screen and (max-width: 767px) {
    .textarea {
        min-height:1.5rem;
        padding: .15rem;
        font-size: .14rem
    }
}

.inputWrap {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -.05rem
}

.-privacy .inputWrap {
    margin-top: .11rem
}

@media screen and (min-width: 768px), print {
    .inputWrap {
        padding:.1rem 0
    }
}

.inputWrap>span:not(:last-of-type) {
    margin-bottom: .05rem
}

@media screen and (min-width: 768px),print {
    .inputWrap>span:not(:last-of-type) {
        margin-right:.48rem
    }
}

@media screen and (max-width: 767px) {
    .inputWrap>span:not(:last-of-type) {
        margin-right:.16rem
    }
}

@media screen and (min-width: 768px),print {
    .inputWrap+.listAnnotation,.irCalendar .inputWrap+.eirCalendarNote,.irCalendar .inputWrap+.s_eirModule_comment_item,.irHighlight .inputWrap+.qirBox_asteriskNote,.irHighlight .inputWrap+.qirContent_note_list_item {
        margin-top:.24rem
    }

    .inputWrap+.listAnnotation li,.irCalendar .inputWrap+.eirCalendarNote li,.irCalendar .inputWrap+.s_eirModule_comment_item li,.irHighlight .inputWrap+.qirBox_asteriskNote li,.irHighlight .inputWrap+.qirContent_note_list_item li {
        letter-spacing: .02em
    }
}

.formTable {
    background-color: #fff;
    width: 100%
}

@media screen and (min-width: 768px), print {
    .formTable {
        border-top:1px solid #d6d6d6
    }
}

@media screen and (max-width: 767px) {
    .formTable {
        border-bottom:1px solid #d6d6d6
    }
}

.formTable * {
    letter-spacing: 0
}

@media screen and (max-width: 767px) {
    .formTable {
        display:block
    }

    .formTable tbody,.formTable tr,.formTable th,.formTable td {
        display: block
    }
}

.formTable tr.-verTop th,.formTable tr.-verTop td {
    vertical-align: top !important
}

@media screen and (min-width: 768px), print {
    .formTable tr.-verTop th {
        padding-top:.34rem
    }
}

.formTable tr.-required th span {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.formTable tr.-required th span::after {
    content: '必須';
    display: inline-block;
    border-radius: .02rem;
    background-color: #15953B;
    color: #fff;
    white-space: nowrap;
    text-align: center
}

@media screen and (min-width: 768px), print {
    .formTable tr.-required th span::after {
        padding:.02rem 0;
        width: .46rem;
        font-size: .15rem;
        font-size: clamp(11px, .15rem, .15rem)
    }
}

@media screen and (max-width: 767px) {
    .formTable tr.-required th span::after {
        padding:.01rem 0 .02rem;
        width: .4rem;
        font-size: .12rem
    }
}

@media screen and (min-width: 768px), print {
    .formTable tr.-privacy td {
        padding-top:.36rem
    }
}

.formTable th,.formTable td {
    text-align: left;
    vertical-align: middle;
    line-height: 1.6
}

@media screen and (min-width: 768px), print {
    .formTable th,.formTable td {
        padding:.24rem 0;
        font-size: .18rem;
        font-size: clamp(14px, .18rem, .18rem);
        border-bottom: 1px solid #d6d6d6
    }
}

@media screen and (max-width: 767px) {
    .formTable th,.formTable td {
        padding:.2rem 0;
        font-size: .16rem
    }
}

.formTable th {
    font-weight: 500
}

@media screen and (min-width: 768px), print {
    .formTable th {
        padding-right:.31rem;
        padding-left: .16rem;
        width: 3.5rem
    }
}

@media screen and (max-width: 767px) {
    .formTable th {
        border-top:1px solid #d6d6d6;
        padding-bottom: 0
    }
}

@media screen and (min-width: 768px), print {
    .formTable td {
        width:auto;
        padding-right: .16rem
    }
}

@media screen and (max-width: 767px) {
    .formTable td {
        padding-top:.14rem;
        font-size: .14rem
    }
}

.formTable td span.note {
    display: block;
    color: #c91001;
    letter-spacing: 0.02em
}

@media screen and (min-width: 768px), print {
    .formTable td span.note {
        font-size:.15rem;
        font-size: clamp(12px, .15rem, .15rem);
        margin-top: .16rem
    }
}

@media screen and (max-width: 767px) {
    .formTable td span.note {
        font-size:.12rem;
        margin-top: .14rem;
        line-height: 1.4
    }
}

@media screen and (min-width: 768px), print {
    .formTable+.mw-txt-confirm {
        margin-top:.3rem
    }
}

@media screen and (max-width: 767px) {
    .formTable+.mw-txt-confirm {
        margin-top:.2rem
    }
}

.formButton {
    position: relative
}

@media screen and (min-width: 768px), print {
    .formButton {
        margin-top:.25rem;
        padding-top: .5rem;
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .formButton {
        margin-top:.16rem;
        padding-top: .4rem
    }
}

.formButton li {
    position: relative;
    display: inline-block
}

.formButton li::before,.formButton li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    display: inline-block;
    margin: auto
}

.formButton li::before {
    left: 0;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff
}

@media screen and (min-width: 768px), print {
    .formButton li::before {
        width:.26rem;
        height: .26rem
    }
}

@media screen and (max-width: 767px) {
    .formButton li::before {
        width:.25rem;
        height: .25rem
    }
}

.formButton li::after {
    left: .1rem;
    width: .05rem;
    height: .05rem;
    border-top: 2px solid #15953B;
    border-right: 2px solid #15953B;
    transform: rotate(45deg)
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .formButton li::after {
        border-width:1px
    }
}

@media screen and (max-width: 767px) {
    .formButton li::after {
        border-width:2px
    }
}

@media screen and (max-width: 767px) {
    .formButton li {
        width:100%
    }
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .formButton li:hover.-arrowReverse::before {
        transform:translateX(-.05rem);
        background: #fff;
        border-color: #ddd
    }

    .formButton li:hover.-arrowReverse::after {
        transform: translateX(-.05rem) rotate(-135deg);
        border-color: #15953B
    }

    .formButton li:hover::before {
        background: #15953B;
        border-color: #15953B;
        transform: translateX(.05rem)
    }

    .formButton li:hover::after {
        border-color: #fff;
        transform: translateX(.05rem) rotate(45deg)
    }
}

.formButton li::before,.formButton li::after {
    pointer-events: none;
    z-index: 1;
    transition-duration: .25s;
    transition-timing-function: ease-in-out
}

.formButton li::before {
    left: .2rem;
    transition-property: transform, background, border
}

.formButton li::after {
    left: .3rem;
    transition-property: transform, border
}

.formButton li.-arrowReverse {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.formButton li.-arrowReverse::before {
    left: 0
}

.formButton li.-arrowReverse::after {
    left: .1rem;
    transform: rotate(-135deg)
}

.formButton .button::before,.formButton .button::after {
    display: none
}

@media screen and (min-width: 768px), print {
    .mw_wp_form {
        margin-top:.66rem
    }
}

@media screen and (max-width: 767px) {
    .mw_wp_form {
        margin-top:.4rem
    }
}

.mw-txt-input,.mw-txt-confirm,.mw-txt-error {
    display: none
}

@media screen and (min-width: 768px), print {
    .mw-txt-confirm,.mw-txt-error {
        margin-top:1.2rem
    }
}

.mw-txt-error {
    color: #c91001
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */

.button {
    position: relative;
    color: #373939;
    font-weight: 500;
    line-height: 1.5
}

@media screen and (min-width: 768px), print {
    .button {
        font-size:.18rem;
        font-size: clamp(13px, .18rem, .18rem)
    }
}

@media screen and (max-width: 767px) {
    .button {
        font-size:.14rem;
        width: 100%
    }
}

.button:not(.-contact)::before,.button:not(.-contact)::after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    display: inline-block;
    margin: auto
}

.button:not(.-contact)::before {
    left: 0;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff
}

@media screen and (min-width: 768px), print {
    .button:not(.-contact)::before {
        width:.26rem;
        height: .26rem
    }
}

@media screen and (max-width: 767px) {
    .button:not(.-contact)::before {
        width:.25rem;
        height: .25rem
    }
}

.button:not(.-contact)::after {
    left: .1rem;
    width: .05rem;
    height: .05rem;
    border-top: 2px solid #15953B;
    border-right: 2px solid #15953B;
    transform: rotate(45deg)
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .button:not(.-contact)::after {
        border-width:1px
    }
}

@media screen and (max-width: 767px) {
    .button:not(.-contact)::after {
        border-width:2px
    }
}

@media screen and (min-width: 768px), print {
    .button:not(.-contact) {
        padding-left:.38rem
    }
}

@media screen and (max-width: 767px) {
    .button:not(.-contact) {
        padding-left:.36rem
    }
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .button:not(.-contact):hover {
        background:#fff;
        color: #15953B
    }

    .button:not(.-contact):hover::before {
        background: #15953B;
        border-color: #15953B
    }

    .button:not(.-contact):hover::after {
        border-color: #fff
    }
}

.button:not(.-contact)::before,.button:not(.-contact)::after {
    transition-duration: .25s;
    transition-timing-function: ease-in-out
}

.button:not(.-contact)::before {
    transition-property: transform, background, border
}

.button:not(.-contact)::after {
    transition-property: transform, border
}

.button.-primary {
    color: #fff;
    background: #15953B;
    border: 1px solid #15953B;
    text-align: center;
    transition-property: background, color;
    transition-duration: .25s;
    transition-timing-function: ease-in-out
}

@media screen and (min-width: 768px), print {
    .button.-primary {
        padding:.26rem .5rem .24rem;
        width: 4rem
    }
}

@media screen and (max-width: 767px) {
    .button.-primary {
        padding:.22rem .2rem;
        width: 100%;
        font-size: .16rem
    }
}

.button.-primary::before {
    left: .2rem
}

.button.-primary::after {
    left: .3rem;
    border-color: #15953B
}

_:lang(x)::-moz-placeholder {
    top: .1rem
}

.text {
    font-weight: 400
}

@media screen and (min-width: 768px), print {
    .text {
        font-size:.16rem;
        font-size: clamp(13px, .16rem, .16rem);
        line-height: 1.9
    }

    .text::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.9) * 0.5em);
        content: ''
    }

    .text::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.9) * 0.5em);
        content: ''
    }
}

@media screen and (max-width: 767px) {
    .text {
        font-size:.14rem;
        line-height: 1.75
    }

    .text::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.75) * 0.5em);
        content: ''
    }

    .text::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.75) * 0.5em);
        content: ''
    }
}

.text.-red {
    color: #c91001
}

@media screen and (min-width: 768px), print {
    .text+* {
        margin-top:.34rem
    }
}

@media screen and (max-width: 767px) {
    .text+* {
        margin-top:.32rem
    }
}

.titleB {
    border-bottom: 2px solid #d6d6d6;
    line-height: 1.6;
    font-weight: 500
}

.titleB::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6) * 0.5em);
    content: ''
}

.titleB::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6) * 0.5em);
    content: ''
}

@media screen and (min-width: 768px), print {
    .titleB {
        padding-bottom:.22rem;
        font-size: .36rem;
        font-size: clamp(30px, .36rem, .36rem);
        letter-spacing: 0
    }
}

@media screen and (max-width: 767px) {
    .titleB {
        padding-bottom:.22rem;
        font-size: .24rem
    }
}

@media screen and (min-width: 768px), print {
    .titleB+* {
        margin-top:.48rem
    }
}

@media screen and (max-width: 767px) {
    .titleB+* {
        margin-top:.36rem
    }
}
