/*  */
.contact__item {
    display: none;
}

.modoru-wrap {
    margin-bottom: 20px;
}

.entry-form {
    margin-bottom: 33px;
    margin-top: 34px;
    position: relative;
    opacity: 0;
}

.seibetu__wrap span.mwform-radio-field {
    display: block;
}

.seibetu__wrap label {
    position: relative;
    display: block;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
    margin-bottom: 16px;
    line-height: 1.4;
}

.send__txt {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1.5;
}

.seibetu__wrap label span {}

.seibetu__wrap label span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    border: solid 1px black;
    border-radius: 50%;
    box-sizing: border-box;
    top: 0;
    margin-top: 4px;
}

.seibetu__wrap label input:checked+span::after {
    background-color: black;
}

.seibetu__wrap span.mwform-radio-field input {
    display: none;
}





.syusyokujokyo span.mwform-radio-field {
    display: block;
}

.syusyokujokyo label {
    position: relative;
    display: block;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
    margin-bottom: 16px;
    line-height: 1.4;
}

.syusyokujokyo label span {}

.syusyokujokyo label span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    border: solid 1px black;
    border-radius: 50%;
    box-sizing: border-box;
    top: 0;
    margin-top: 4px;
}

.syusyokujokyo label input:checked+span::after {
    background-color: black;
}

.syusyokujokyo span.mwform-radio-field input {
    display: none;
}

.entry-form h2 {
    font-size: 23px;
    color: #00388B;
}

.entry-form__txt {
    font-size: 14px;
    line-height: calc(21/14);
    margin-top: 17px;
}

.input__area {
    margin: 20px 0 0;
}

.ttl-input__wrap {}

.ttl-input__wrap .hissu {
    font-size: 10px;
    color: red;
    font-weight: bold;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.ttl__wrap {
    margin-bottom: 8px;
}

.input__wrap {}

.ttl__wrap {}



.input__wrap {}

.contct-item {}

.contct-item .ttl__wrap {
    margin-bottom: 17px;
}


.contact-contents {
    margin-top: 3px;
}



.input__wrap input {
    /*  background-color: #f2f2f2; */
    margin-bottom: 17px;
    height: 49px;
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
    background-color: #f2f2f2;


}

.post-code input {
    width: 100%;
    margin-bottom: 0;
}

.address {}



.entry-form textarea {
    background-color: #f2f2f2;
    width: 100%;
    height: 222px;
    /*  border: 1px solid #ccc;
 */

    font-size: 16px;
    padding: 10px;
}

.one {
    position: relative;
    display: block;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
    margin-bottom: 16px;
    line-height: 1.4;
}

.one input {
    display: none;
}

.two {
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    border: solid 1px black;
    border-radius: 50%;
    box-sizing: border-box;
    top: 0;
    margin-top: 4px;
}

.two:after {
    content: "";
    position: absolute;
    background: black;
    border-radius: 50%;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    opacity: 0;
}

.one input:checked+.two:after {
    opacity: 1;
}

/* 住所 */
.address__input__wrap {}

.address__input__list {}

.address__input__list>li {}

.address__input__list>li:not(:nth-last-child(-n+2)) {
    /* display: flex;
    align-items: center; */
    margin-bottom: 9px;
}

.address__input__ttl {
    margin-bottom: 8px;
    display: block;
}

.address__input__list>li:not(:last-child) .address__input__ttl {}


.address__input__ttl {}

.address>input {
    margin: 0;
    width: 129px;

}

.address__input__list>li:last-child .address__input__ttl {
    margin-bottom: 9px;

}

.address__input__list>li:last-child .address>input {

    width: 100%;

}

.form__name {
    margin-bottom: 8px
}

.form__input.quantity {
    position: relative;
    width: 129px;
    /* background-color: #f2f2f2; */
    border-radius: 2px;
    padding: 1.5px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* max-width: 205px; */
}

.quantity select {
    width: calc(100% - 10px);
    /* height: 15px; */
    /* margin: 5px; */
    /* padding: 0 15px; */
    border: 0;
    text-align: center;
    font-size: 16px;
    background: transparent;
    height: 100%;

    cursor: pointer;
}

.form-group select {
    position: relative;
}

.quantity::before {
    content: '';
    display: block;
    position: absolute;
    top: 23px;
    right: 10px;
    width: 10px;
    height: 10px;
    font-size: 10px;
    ;
    /* border: solid 1px #535353;
    border-width: 0 0 1px 1px;
    pointer-events: none;
    transform: rotate(-45deg); */
    transform: rotate(90deg);
    font-size: 14px;
}



.select-box__wrap {
    /*   display: flex;
    align-items: center; */
}

select {
    text-transform: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
}

.cb__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.cb:nth-child(2n) {}

.cb:not(:nth-child(2n)) {}

.cb {
    margin-right: 30px;
    margin-bottom: 10px;

}

input[type="checkbox"i] {

    margin: 0 10px 0 0;
    position: relative;
    top: 1px;
}

.gokibonaiyo {
    margin-bottom: 15px;
}

.cb__list__ttl {
    margin-bottom: 9px;
}

.cb__list__wrap textarea {
    height: 136px;
}

.contact-contents textarea {
    height: 290px;
}

.cb__list__wrap {
    width: 100%;
}

.seibetu__wrap {
    display: flex;
}

.syusyokujokyo {
    display: flex;
}

.seibetu__item {
    margin-right: 15px;
}

.address__input__list .address {
    margin-bottom: 10px;
}

/* ファイル */

.file__wrap {
    margin-top: 24px;
}

.select-image {
    color: #666666;
}


#app, #app02 {
    display: flex;
    align-items: center;
}

#app {
    margin-bottom: 11px;
}

.app__label {
    padding: 5px;
    min-width: 127px;
    height: 30px;
    color: #666666;
    cursor: pointer;
    transition: .3s;

    display: inline-block;
    border: #666666 1px solid;
    text-align: center;
    font-size: 16px;
}

input[type="file"] {
    display: none;
}


#app p, #app02 p {
    margin-left: 7px;
    color: #666666;

}

.file__input__bg {
    background-color: #f2f2f2;
    padding: 14px;
}

.file__under__txt {
    margin-top: 10px;
    font-size: 13.9px;
    line-height: calc(19/14);
}

/*  */
.syusyokujokyo__wrap {
    margin-top: 27px;

}

.syusyokujokyo {
    display: flex;
}

.syusyokujokyo__item {
    margin-right: 15px;
}



/*  */

.send {
    text-align: center;
    margin-top: 10px;
    line-height: 1.68;
}

.send__txt {}

.send .send__txt>a {
    color: #00388B;
    text-decoration: underline;

}

.send__txt__check {
    margin-bottom: 18px;
}



/* .entry__btn {
    text-align: center;
    font-size: 17px;
    background-color: #00388b;
    width: 184px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;


    margin-top: 16px;
    cursor: pointer;
    padding: 0;
}

.entry__btn a {
    color: #fff;
    text-decoration: none;
    padding: 15px 0 13px;
    width: 100%;
    display: block;
}
*/
.entry__btn {
    background-color: #00388B;
    color: #fff;
    border: 1px solid #00388B;
    width: 184px;
    height: 50px;
    cursor: pointer;
}

.entry__btn>span {
    margin-left: 5px;

}

.entry__btn:disabled {

    border: #333333 1px solid;
    background-color: transparent;

    color: #333333;
}




.address__wrap {
    margin-top: 16px
}

.address-num__input input {
    margin-bottom: 7px;
}




@media screen and (min-width: 768px) {
    .confirm__btn-box {
        display: flex;
        justify-content: center;
    }

    .modoru-wrap {
        margin-bottom: 0;
        margin-right: 30px;
    }

    .entry-form {
        margin-bottom: 47px;
        margin-top: 55px;
    }


    .entry-form h2 {
        font-size: 30px;
    }

    .entry-form__txt {
        font-size: 16px;
        margin-top: 24px;
    }


    .input__area {

        margin-top: 43px;
        font-size: 18px;

    }

    .ttl-input__wrap .hissu {


        top: 1px;
        margin-left: 5px;
    }

    .ttl-input__wrap {
        display: flex;
        margin-bottom: 30px;
    }

    .ttl__wrap {
        min-width: 200px;
        max-width: 200px;

        margin-bottom: 0;

        display: flex;
        align-items: center;
        /*  justify-content: center; */
        margin-right: 33px;
    }

    .gokibonaiyo {
        width: 100%;
    }

    .cb__wrap {
        font-size: 16px;
        display: flex;
        /* flex-wrap: nowrap; */
        margin-bottom: 0;
        width: 100%;
        align-items: center;
    }

    .cb:nth-child(2n) {
        width: auto;
    }

    .cb:not(:nth-child(2n)) {
        width: auto;
    }

    .cb {
        margin-right: 34px;
        margin-bottom: 25px;
    }

    .one {
        margin-bottom: 0;

    }

    .sonota {
        margin-bottom: 10px;
        ;
    }

    .address__wrap {
        margin-bottom: 23px;
    }

    .ttl__wrap__noname {
        background: none;
    }

    .input__wrap {
        width: 100%;

    }

    .address {
        /* width: 100%;
        width: 79.4%; */
        margin-right: 0;

    }

    .ttl-input__wrap .kome {
        top: 0;
    }

    .input__wrap input {
        margin-bottom: 0;
        width: 100%;
        font-size: 18px;
    }

    .contact-contents {}

    textarea {
        height: 177px;
        font-size: 18px;

    }

    .input__area .post-code__wrap, .input__area .file__wrap {
        margin-bottom: 0;
        align-items: flex-start;
    }

    .input__area .post-code__wrap .ttl__wrap, .input__area .file__wrap .ttl__wrap {
        margin-top: 15px;
    }

    .post-code input {
        width: 192.1px;
        margin-bottom: 18.5px;
    }

    .select-box__wrap {
        display: flex;
        align-items: center;
    }

    .contct-item {
        margin-top: 38px;
    }

    .form__input.quantity {
        width: 162px;

    }

    .address>input {
        margin: 0;
        width: 162px;
    }

    .address__input__ttl {
        margin-right: 14px;
        min-width: 144px;
        line-height: calc(22/15);
        display: flex;
        align-items: center;
        margin-bottom: 0;

    }

    .address__input__list .address {
        margin-bottom: 0px;
    }

    .address__input__list>li:last-child .address__input__ttl {
        margin-bottom: 0;
    }

    .address__input__list>li:not(:nth-last-child(-n+2)) {
        margin-bottom: 18px;
    }

    .address__input__list>li:not(:last-child) {
        margin-bottom: 18px;
    }




    .form__name {
        margin-right: 14px;
        width: 144px;
    }

    .address__input__list>li:not(:last-child) {
        display: flex;
    }

    .address__input__list>li {
        display: flex;
        align-items: center;
        /*         margin-bottom: 17px;
 */
    }

    .cb__list__wrap textarea {
        height: 108px;
    }

    .contact-contents textarea {
        height: 196px;
    }

    .file__wrap {
        margin-top: 28px;
    }

    .file__app__wrap {
        width: 100%;
        ;
    }

    .file__input__bg {
        background-color: #f2f2f2;
        padding: 19px;
    }

    .file__under__txt {
        margin-top: 10px;
        font-size: 15px;
        line-height: calc(22/15);
    }

    .input__area .syusyokujokyo__wrap .ttl__wrap {
        min-width: 281px;
        margin-top: 0;
    }

    .app__label {
        min-width: 147px;

        font-size: 18px;
    }

    #app {
        margin-bottom: 17px;
    }

    .send {
        text-align: center;
        margin-top: 37px;
        line-height: 2;
    }

    /*  .send__btn__wrap {
        background-color: #ff02ae;
        width: 232px;
        height: 43.5px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        position: relative;
        margin-top: 21px;
        margin-bottom: 52px;
    } */

    .ttl-input__wrap .tel__input__wrap input {
        /*  width: 192.1px; */
    }

    .entry__btn {
        margin-top: 13px;
    }

    .input__margin {
        margin-top: 10px;
    }

    .input__area .contct-item .ttl__wrap {
        display: block;
        padding-top: 10px;
    }

    .contact textarea {}

    .address__input__wrap {
        width: 100%;
    }

    .send__under {
        text-align: center;

        margin-top: 28px;
        line-height: calc(24/14);
    }

    .entry__btn {

        height: 62px;
        font-size: 16px;
    }

}