.fukidashi,
.fukidashi_l {
    margin: 2rem 0 1.75rem;
    padding: 0;
    display: flex;
    align-items: flex-start;
}

.fukidashi_txt {
    position: relative;
    width: calc(100% - 160px - 24px - 10px);
    min-height: 150px;
    margin-left: 34px;
    padding: 26px 30px;
    border: 3px solid #c9c9ca;
    border-radius: 13px;
    background: #fff;
    order: 2;
}

.fukidashi_txt::before {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: -20px;
    z-index: 2;
    border-top: 10px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 10px solid transparent;
}

.fukidashi_txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 56px;
    left: -26px;
    z-index: 1;
    border-top: 14px solid transparent;
    border-right: 26px solid #c9c9ca;
    border-bottom: 14px solid transparent;
}

.fukidashi_img {
    width: 160px;
    text-align: center;
    order: 1;
}


@media only screen and (max-width: 735px) {
    .fukidashi_txt {
        width: calc(100% - 80px - 14px - 5px);
        margin-left: 19px;
        padding: 14px;
    }

    .fukidashi_txt::before {
        top: 40px;
        left: -10px;
        border-top: 5px solid transparent;
        border-right: 10px solid #fff;
        border-bottom: 5px solid transparent;
    }

    .fukidashi_txt::after {
        top: 36px;
        left: -16px;
        border-top: 9px solid transparent;
        border-right: 16px solid #c9c9ca;
        border-bottom: 9px solid transparent;
    }

    .fukidashi_img {
        width: 80px;
    }
}

.fukidashi_l .fukidashi_txt {
    margin-left: 0;
    margin-right: 34px;
    order: 1;
}

.fukidashi_l .fukidashi_txt::before {
    left: auto;
    right: -20px;
    border-top: 10px solid transparent;
    border-right: none;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
}

.fukidashi_l .fukidashi_txt::after {
    left: auto;
    right: -26px;
    border-top: 14px solid transparent;
    border-right: none;
    border-bottom: 14px solid transparent;
    border-left: 26px solid #c9c9ca;
}

.fukidashi_l .fukidashi_img {
    order: 2;
}

@media only screen and (max-width: 735px) {
    .fukidashi_l .fukidashi_txt {
        margin-left: 0;
        margin-right: 19px;
    }

    .fukidashi_l .fukidashi_txt::before {
        left: auto;
        right: -10px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 10px solid #fff;
    }

    .fukidashi_l .fukidashi_txt::after {
        left: auto;
        right: -16px;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 16px solid #c9c9ca;
    }
}

.wpcf7-form .wpcf7-response-output {
    border: none !important;
}

.wpcf7-form input,
.wpcf7-form textarea {
    max-width: 100%;
}

.wpcf7-form .wpcf7-select {
    width: 40%;
}

@media only screen and (max-width: 767px) {
    .wpcf7-form .wpcf7-select {
        width: 100%;
    }
}

.wpcf7-form .wpcf7-submit {
    border: none;
}