@charset 'UTF-8';

.order-form *,
.order-form ::after,
.order-form ::before {
    box-sizing: border-box;
}

.order-form p {
    margin-bottom: 0
}

.order-form {
    padding-right: 15px;
    padding-left: 15px;
}

.order-form .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.order-form .form-group {
    margin-bottom: 2rem;
}

.order-form .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: bold;
}

.order-form .badge {
    display: inline-block;
    padding: 5px 5px 4px 5px;
    font-size: 75%;
    font-weight: 700;
    line-height: 0.8em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.order-form input[type="checkbox"] {
    cursor: pointer;
}

.order-form .badge-light {
    color: #ffffff;
    background-color: #d23857;
}

.order-form .text-danger {
    color: #dc3545 !important;
}

.order-form .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.order-form .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.order-form .col-sm-4 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.order-form .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.order-form .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.order-form .col-sm-8 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.order-form .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.order-form .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.order-form .flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.order-form .form-control {
    display: block;
    width: 100%;
    padding: .5rem .775rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 5px 0;
    color: #fff;
}

.order-form .form-control>option {
    color: initial;
}

.order-form .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.order-form .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.order-form .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.order-form .target-list {
    font-size: .75rem;
}

.order-form .target-list-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 5px;
}

.order-form .target-list-row>ul {
    display: table;
    width: calc(50% - 5px);
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-right: 5px;
}

.order-form .target-list-row>ul>li {
    display: table-cell;
    text-align: center;
    margin-top: -1px;
    margin-left: -1px;
}

.order-form .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #B2B2B2;
}

.order-form .text-center {
    text-align: center !important;
}

.order-form .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.order-form .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.order-form .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.order-form .btn-default {
    color: #000;
    background-color: #f0f0f0;
    border-color: #ccc;
}

.order-form .mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.order-form .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.order-form .custom-select.is-invalid,
.order-form .form-control.is-invalid,
.order-form .was-validated .custom-select:invalid,
.order-form .was-validated .form-control:invalid {
    border-color: #dc3545;
}

.order-form .d-block {
    display: block !important;
}

.order-form .file-list {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    min-height: 50px;
}

.order-form .product-fzc,
.order-form .product-maker {
    display: none;
}

.order-form .product-fzc.active {
    display: block;
}

.order-form .product-maker.active {
    display: flex;
}

.order-form .form-input-file {
    position: relative;
    margin-right: 30px;
}

.order-form .form-input-file button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.order-form .custom-radio label,
.order-form .custom-radio input {
    cursor: pointer;
}

.order-form .custom-radio {
    margin: 0;
}

.h3-text {
    padding: 30px 5px 20px;
    font-size: 2em;
    font-weight: normal;
    color: #c9bdff;
}

#content .order-form ul {
    padding: 0;
}

#content .order-form ul li {
    background: none;
    padding: 0;
}

.order-form .form-group-set {
    display: none;
    position: relative;
    margin-left: 1.5em;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(127, 127, 127, .25);
}

.order-form .form-group-set.active {
    display: block;
}

.order-form .form-group-set-title {
    margin-left: -15px;
    border-bottom: 1px solid;
    margin-bottom: 1em;
}

.order-form .form-group-set .remove-formgroup {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background-color: transparent;
    color: white;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.order-form .form-group-set .remove-formgroup:hover {
    color: #d23857
}

.order-form .btn {
    display: inline-block;
    margin: .5em 1em;
    padding: .5em 1.5em;
    border-radius: .25em;
    background-color: #666;
    color: #d3d3d3;
    text-decoration: none;
    padding-top: 12px;
}

.order-form .btn:hover,
.back-btn:hover,
.btn_contact:hover,
.btn_link:hover {
    background-color: #999;
    color: white;
}

.order-form .ttl_bold {
    font-weight: bold;
    margin-bottom: 5px
}

.group_option {
    margin-bottom: 30px
}

.order-form .form-inline .info_seclect select {
    margin: 0 5px
}

.mw_wp_form .error {
    font-size: 93%;
    color: #B70000;
    display: block;
}

.wpcf7-response-output {
    font-size: 14px;
}

.check_wrap .mwform-checkbox-field {
    display: block;
}

.order-form .wpcf7-list-item {
    display: block;
    cursor: pointer;
    margin: 0 0 7px 0;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
    font-weight: normal;
    margin-bottom: 0;
}

.mwform-radio-field label,
.mwform-checkbox-field label {
    display: flex;
    align-items: center;
}

.order-form .wpcf7-checkbox {
    border: 1px solid #ccc;
}

.order-form .wpcf7-checkbox,
.order-form .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    justify-content: center;
    margin: 0px;
}

.order-form .wpcf7-checkbox .wpcf7-list-item label {
    flex-direction: column;
}

.order-form .wpcf7-checkbox .wpcf7-list-item {
    border-right: 1px solid #ccc;
    margin: 0;
    padding: 0 4px;
}

.order-form .wpcf7-checkbox .wpcf7-list-item:last-child {
    border-right: 0
}

.order-form .wpcf7-checkbox .wpcf7-list-item-label {
    order: 1;
}

.order-form .wpcf7-checkbox input[type=checkbox] {
    order: 2;
    margin-bottom: 4px;
}

.order-form .wpcf7-checkbox {
    margin-bottom: 5px
}

.order-form .form-input-file button:hover {
    cursor: pointer;
    opacity: 0.7
}

.textarea_text01 {
    max-height: 200px;
    min-width: 100%;
    max-width: 100%;
    padding: 10px;
    color: #fff;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ced4da;
    background-color: transparent;
    border-radius: .25rem;
    height: 60px
}

#confirm .order-form .target-list-row>ul {
    display: inline-block;
    width: auto;
    flex: none;
}

#confirm .order-form ul li {
    width: 100%;
    display: block;
}

.btn_link,
.btn_contact,
.back-btn {
    display: block;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.8em;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: inline-block;
    margin: .5em 1em;
    padding: .5em 1.5em;
    border-radius: .25em;
    background-color: #666;
    color: #d3d3d3;
    text-decoration: none;
    cursor: pointer;
}

.hidden_file {
    opacity: 0 !important;
    width: 0;
    height: 0;
    font-size: 0;
    pointer-events: none;
    cursor: default;
    margin: 0;
    padding: 0;
}

#confirm .form-input-file {
    margin: 0 0 30px 0
}

#confirm .form-input-file .img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#confirm .form-input-file .img img {
    max-height: 200px;
}

.btn_contact_w {
    text-align: center;
    display: flex;
    justify-content: center;
}

.back-btn,
.btn_contact,
.btn_link {
    border-color: #007bff;
    padding-top: 10px;
    margin: 0 auto;
    width: 256px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-btn {
    border-color: #ccc;
}

.btn_link {
    height: 35px
}

.order-form .wpcf7-spinner {
    position: absolute;
    top: 100%;
}

#confirm #form-group-set-1,
#confirm #form-group-set-2,
#confirm #form-group-set-3 {
    display: block;
}

#confirm .order-form .form-group-set {
    border-bottom: 0
}

.order-form .wpcf7-exclusive-checkbox {
    border: 0
}

.order-form .wpcf7-exclusive-checkbox,
.order-form .wpcf7-exclusive-checkbox .wpcf7-list-item label {
    display: block;
}

.order-form .wpcf7-exclusive-checkbox .wpcf7-list-item {
    padding: 0;
    border: 0
}

.order-form .wpcf7-exclusive-checkbox .wpcf7-list-item input {
    position: relative;
    top: 1px;
}

#confirm .order-form .product-maker {
    display: flex;
    margin-bottom: 5px;
}

#confirm .order-form .info_seclect {
    position: relative;
}

.order-form .info_seclect .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -40px
}
#cf7msm_group-title1.active,#cf7msm_group-title2.active,#cf7msm_group-title3.active,#cf7msm_group-title4.active,#cf7msm_group-title5.active,#cf7msm_group-title6.active{border: 1px solid #fff;padding: 5px 15px;display: inline-block;margin-bottom: 15px;}

@-moz-document url-prefix() {
    .order-form .wpcf7-checkbox .wpcf7-list-item {
        padding: 0 3px
    }
}

/* レスポンシブ */
@media screen and (max-width: 640px) {
    .order-form [class*="col-"] {
        width: 100%;
    }

    .order-form * {
        max-width: none !important;
    }

    .order-form .row {
        flex-direction: column;
    }

    .order-form .form-control {
        width: 100%;
    }

    .order-form .target-list {
        overflow-x: auto;
        width: 100%;
    }

    .order-form .target-list-row {
        min-width: 500px;
    }

    .order-form .target-list-row>ul>li {
        padding: 5px;
    }

    .order-form .badge {
        width: auto;
    }
}


