/* .estimatePrice */
.estimatePrice
{
    /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100px;

    text-align: center;

    color: #fff;
    background-color: #01044e;
    /* Safari */

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.estimatePrice_atl
{
    font-size: 1.8em;

    -ms-flex-item-align: center;
    align-self: center;
}

.estimatePrice_atl-date
{
    font-size: 2.5em;
}

.estimatePrice_atl-total
{
    font-size: 2.5em;
}

.estimatePrice-fix
{
    position: fixed;
    z-index: 3;
    top: 70px;
    left: 0;

    width: 100%;
}

/* /.estimatePrice */
/* .mainStep1 */
.mainStep1
{
    position: relative;

    width: 70%;
    max-width: 1000px;
    margin: 150px auto;
    padding: 80px 20px;

    background: rgba(255, 255, 255, .8);
}

@media print, screen and (max-width: 960px)
{
    .mainStep1
    {
        width: 90%;
        margin: 7.29167% auto;
        padding: 8.33333% 2.08333%;
    }
}

@media print, screen and (max-width: 560px)
{
    .mainStep1
    {
        width: 90%;
        margin: 12.5% auto;
        padding: 13.2749% 3.31873%;
    }
}


.mainStep1_ttl
{
    font-size: 1.5em;

    margin-bottom: 20px;

    color: #01044e;
}

@media print, screen and (max-width: 560px)
{
    .mainStep1_ttl
    {
        font-size: 5.35714vw;

        margin-bottom: 5%;
    }
}

.mainStep1_desc
{
    font-size: .8em;

    margin-bottom: 3em;
}

@media print, screen and (max-width: 560px)
{
    .mainStep1_desc
    {
        font-size: 3.57143vw;

        margin-bottom: 10%;
    }
}

/* /.mainStep1 */
/* .mainStep1Input */
.mainStep1Input
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 10px;
    margin-bottom: 10px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainStep1Input_basePageLabel
{
    font-size: 1.3em;

    margin-right: 1.3em;
}

@media print, screen and (max-width: 560px)
{
    .mainStep1Input_basePageLabel
    {
        font-size: 4.46429vw;

        margin-right: 6%;
    }
}

.mainStep1Input_basePageInput
{
    height: 60px;
    position: relative;

    overflow: hidden;

    border: 1px solid #d2d2d2;
    border-radius: 8px;
}

.mainStep1Input_basePageInput-num
{
    font-size: 1.7em;

    width: 70px;
    height: 60px;
    padding-right: 20px;

    text-align: center;

    color: #01044e;
    border: none;
}

@media print, screen and (max-width: 560px)
{
    .mainStep1Input_basePageInput-num
    {
        font-size: 5.35714vw;
    }
}

.mainStep1Input_basePageInput-up
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 22px;
    height: 50%;

    cursor: pointer;

    color: #fff;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    background-color: #01044e;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainStep1Input_basePageInput-down
{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 22px;
    height: 50%;

    cursor: pointer;

    color: #fff;
    border: 0;
    background-color: #01044e;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainStep1Input_pouringPageLabel
{
    font-size: 1.3em;

    margin-right: 1.3em;
}

.mainStep1Input_pouringPageInput
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    border: 1px solid #d2d2d2;
    border-radius: 8px;
}

.mainStep1Input_pouringPageInput-num
{
    font-size: 1.7em;

    width: 70px;
    height: 60px;
    padding-right: 20px;

    text-align: center;

    color: #01044e;
    border: none;
}

.mainStep1Input_pouringPageInput-up
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 22px;
    height: 50%;

    cursor: pointer;

    color: #fff;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    background-color: #01044e;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainStep1Input_pouringPageInput-down
{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 22px;
    height: 50%;

    cursor: pointer;

    color: #fff;
    border: 0;
    background-color: #01044e;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}

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

/* /.mainStep1Input */
/* .mainStep1Check */
.mainStep1Check
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.mainStep1Check_square
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 8em;
    height: 8em;
    margin: 1.3em;

    border-radius: 10px;
    background-color: #01044e;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print, screen and (max-width: 560px)
{
    .mainStep1Check_square
    {
        width: 23.21429vw;
        height: 23.21429vw;
    }
}

.mainStep1Check_checkIcon
{
    font-size: .8em;
    line-height: 25px;

    margin: 5px;

    opacity: 1.0;
    color: #fff;
}

@media print, screen and (max-width: 560px)
{
    .mainStep1Check_checkIcon
    {
        font-size: 2.85714vw;
        line-height: 1.8;

        margin: 5px;
    }
}

/* /.mainStep1Check */
/* .mainStep1Btn */
.mainStep1Btn
{
    margin-top: 50px;
    margin-bottom: 50px;
}

.mainStep1Btn_btn
{
    font-size: 1.2em;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 150px;
    height: 150px;
    padding: 30px;

    -webkit-transition: all 500ms 0s ease;
            transition: all 500ms 0s ease;
    text-decoration: none;

    color: #01044e;
    border: 2px solid #01044e;
    border-radius: 200px;
    background: transparent;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print, screen and (max-width: 560px)
{
    .mainStep1Btn_btn
    {
        font-size: 5.35714vw;
    }
}

.mainStep1Btn_btn:hover
{
    font-size: .8em;

    width: 120px;
    height: 120px;
    margin-bottom: 70px;
    padding: 10px;

    cursor: pointer;
    -webkit-transition: all 500ms 0s ease;
            transition: all 500ms 0s ease;

    -webkit-box-shadow: 2px 2px 2px 2px gray;
            box-shadow: 2px 2px 2px 2px gray;
}

/* /.mainStep1Btn */
/* .mainStep2 */
.mainStep2
{
    width: 70%;
    max-width: 1000px;
    margin: 150px auto;
    padding: 80px 20px;

    background: rgba(255, 255, 255, .8);
}

@media print, screen and (max-width: 960px)
{
    .mainStep2
    {
        width: 90%;
        margin: 7.29167% auto;
        padding: 8.33333% 2.08333%;
    }
}

@media print, screen and (max-width: 560px)
{
    .mainStep2
    {
        width: 90%;
        margin: 12.5% auto;
        padding: 13.2749% 3.31873%;
    }
}

.mainStep2_ttl
{
    font-size: 1.5em;

    margin-bottom: 20px;

    color: #01044e;
}

@media print, screen and (max-width: 560px)
{
    .mainStep2_ttl
    {
        font-size: 5.35714vw;

        margin-bottom: 5%;
    }
}

.mainStep2_desc
{
    font-size: .8em;

    margin-bottom: 3em;
}

@media print, screen and (max-width: 560px)
{
    .mainStep2_desc
    {
        font-size: 3.57143vw;

        margin-bottom: 10%;
    }
}

/* /.mainStep2 */
/* .mainStep2Link */
.mainStep2Link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;
    margin-bottom: 20px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media print, screen and (max-width: 560px)
{
    .mainStep2Link
    {
            flex-direction: column;

        margin-top: 0;
        margin-bottom: 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.mainStep2Link_linkIcon
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 250px;
    height: 80px;
    margin: 10px 30px;
    padding: 5px;

    border: 3px solid #01044e;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print, screen and (max-width: 560px)
{
    .mainStep2Link_linkIcon
    {
        width: 80%;
        height: 22.72727vw;
        margin: 0 auto 3.78788%;
    }
}

.mainStep2Link_linkText
{
    font-size: .8em;

    text-decoration: none;

    color: #01044e;
}

@media print, screen and (max-width: 560px)
{
    .mainStep2Link_linkText
    {
        font-size: 4.46429vw;

        display: block;
    }
}

/* /.mainStep2Link */
/* .mainStep2Btn */
.mainStep2Btn
{
    margin-top: 50px;
    margin-bottom: 50px;
}

.mainStep2Btn_btn
{
    font-size: 1.2em;
    /* Safari */

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 150px;
    height: 150px;
    padding: 30px;

    -webkit-transition: all 500ms 0s ease;
            transition: all 500ms 0s ease;
    text-decoration: none;

    color: #01044e;
    border: 2px solid #01044e;
    border-radius: 200px;
    background: transparent;
    /* Safari */

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print, screen and (max-width: 560px)
{
    .mainStep2Btn_btn
    {
        font-size: 5.35714vw;
    }
}

.mainStep2Btn_btn:hover
{
    font-size: .8em;

    width: 120px;
    height: 120px;
    margin-bottom: 70px;
    padding: 10px;

    cursor: pointer;
    -webkit-transition: all 500ms 0s ease;
            transition: all 500ms 0s ease;

    -webkit-box-shadow: 2px 2px 2px 2px gray;
            box-shadow: 2px 2px 2px 2px gray;
}

/* /.mainStep2Btn */
/* .mainStep3 */
.mainStep3
{
    width: 70%;
    max-width: 1000px;
    margin: 150px auto;
    padding: 80px 20px;

    background: rgba(255, 255, 255, .8);
}

@media print, screen and (max-width: 960px)
{
    .mainStep3
    {
        width: 90%;
        margin: 7.29167% auto;
        padding: 8.33333% 2.08333%;
    }
}

@media print, screen and (max-width: 560px)
{
    .mainStep3
    {
        width: 90%;
        margin: 12.5% auto;
        padding: 13.2749% 3.31873%;
    }
}

.mainStep3_ttl
{
    font-size: 1.5em;

    margin-bottom: 20px;

    color: #01044e;
}

@media print, screen and (max-width: 560px)
{
    .mainStep3_ttl
    {
        font-size: 5.35714vw;

        margin-bottom: 5%;
    }
}

.mainStep3_desc
{
    font-size: .8em;

    margin-bottom: 5em;
}

@media print, screen and (max-width: 560px)
{
    .mainStep3_desc
    {
        font-size: 3.57143vw;

        margin-bottom: 10%;
    }
}

/* /.mainStep3 */
/* .mainStep3Btn */
.mainStep3Btn
{
    margin-top: 50px;
    margin-bottom: 50px;
}

.mainStep3Btn_btn
{
    font-size: 1.0em;

    width: 150px;
    height: 150px;
    padding: 30px;

    -webkit-transition: all 500ms 0s ease;
            transition: all 500ms 0s ease;

    color: #01044e;
    border: 2px solid #01044e;
    border-radius: 200px;
    background: transparent;
}

@media print, screen and (max-width: 560px)
{
    .mainStep3Btn_btn
    {
        font-size: 4.46429vw;
    }
}

.mainStep3Btn_btn:hover
{
    font-size: .8em;

    width: 120px;
    height: 120px;
    margin-bottom: 30px;
    padding: 10px;

    cursor: pointer;
    -webkit-transition: all 500ms 0s ease;
            transition: all 500ms 0s ease;

    -webkit-box-shadow: 2px 2px 2px 2px gray;
            box-shadow: 2px 2px 2px 2px gray;
}

/* /.mainStep3Btn */
/* .mainStep3InputHead */
.mainStep3InputHead
{
    margin-left: 3em;

    text-align: left;
}

@media print, screen and (max-width: 560px)
{
    .mainStep3InputHead
    {
        font-size: 3.57143vw;

        margin-left: 0;
    }
}

/* /.mainStep3InputHead */
/* .mainStep3InputBody */
.mainStep3InputBody
{
    width: 100%;
    margin-bottom: 50px;
}

.mainStep3InputBody_input
{
    font-size: 1.2em;

    width: 80%;
    height: 70px;
    padding: 0 30px;

    border: none;
    background-color: #f4f4f4;
}

@media print, screen and (max-width: 560px)
{
    .mainStep3InputBody_input
    {
        font-size: 3.57143vw;

        width: 90%;
        height: 12.5vw;
        padding: 0 5%;
    }
}

.mainStep3InputBody_textarea
{
    font-size: 1.2em;

    width: 80%;
    height: 120px;
    padding: 30px;

    border: none;
    background-color: #f4f4f4;
}

@media print, screen and (max-width: 560px)
{
    .mainStep3InputBody_textarea
    {
        font-size: 3.57143vw;

        width: 96%;
        height: 21.42857vw;
        padding: 2%;
    }
}

/*191225 鈴木修正*/
.wpcf7-list-item-label{
    display: none;
}

.wpcf7-checkbox span.wpcf7-list-item{
    margin: 0;
}

.mainStep3__privacyBox{
    width: 80%;
    height: 207px;
    margin: 0 auto;
    margin-top: 30px;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 20px 30px;
    overflow: hidden;
    overflow-y: scroll;
}

@media print, screen and (max-width: 560px)
{
    .mainStep3__privacyBox
    {
        width: 100%;
        padding: 3em;
        height: 50vw;
        margin-top: 4vw;
    }
}

.mainStep3__privacyLead{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}

@media print, screen and (max-width: 560px)
{
    .mainStep3__privacyLead
    {
        font-size: 4.46429vw;
        margin-bottom: 3vw;
    }
}

.mainStep3__privacyCont{
    width: 100%;
    text-align: left;
}

.mainStep3__privacyItem{
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

@media print, screen and (max-width: 560px)
{
    .mainStep3__privacyItem
    {
        margin-bottom: 3.5vw;
    }
}

.mainStep3__privacyTtl{
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.5;
}

@media print, screen and (max-width: 560px)
{
    .mainStep3__privacyTtl
    {
        font-size: 3.57143vw;
        margin-bottom: 2vw;
    }
}

.mainStep3__privacyTxt{
    font-size: 14px;
    line-height: 1.5;
    padding-left: 23px;
}

@media print, screen and (max-width: 560px)
{
    .mainStep3__privacyTxt
    {
        font-size: 3.57143vw;
        padding-left: 5.2vw;
    }
}

.mainStep3__privacyTable{
    width: 100%;
    border: 1px solid #000;
}

.mainStep3__privacyTableRow:last-child{
    border-top: 1px solid #000;
}

.mainStep3__privacyTableTh{
    width: 120px;
    font-size: 14px;
    border-right: 1px solid #000;
    box-sizing: border-box;
    padding-left: 10px;
}

@media print, screen and (max-width: 560px)
{
    .mainStep3__privacyTableTh
    {
        display: block;
        width: 100%;
        font-size: 3.57143vw;
        border-right: none;
        padding: 0.5em 1em;
        border-bottom: 1px solid #000;
    }
}

.mainStep3__privacyTableTd{
    padding: 5px 10px;
    font-size: 14px;
    box-sizing: border-box;
}

@media print, screen and (max-width: 560px)
{
    .mainStep3__privacyTableTd
    {
        display: block;
        width: 100%;
        padding: 0.5em 1em;
    }
}

.mainStep3__agreeBox{
    margin: 10px 0 50px;
}

@media print, screen and (max-width: 560px)
{
    .mainStep3__agreeBox
    {
        margin: 5vw 0 12vw;
    }
}

.mainStep3__agreeBox .wpcf7-list-item-label{
    display: inline-block;
    font-size: 16px;
}

@media print, screen and (max-width: 560px)
{
    .mainStep3__agreeBox .wpcf7-list-item-label
    {
        font-size: 3.73vw;
    }
}

.mainStep3__agreeBox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #777;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 8px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

@media print, screen and (max-width: 560px)
{
    .mainStep3__agreeBox input[type="checkbox"]
    {
        width: 4.66vw;
        height: 4.66vw;
        margin-bottom: 2.33vw;
    }
}

.mainStep3__agreeBox input[type="checkbox"]:checked {
  background-color: #01044e;
  border-color: #01044e;
}

/* /.mainStep3InputBody */
