.elementor-2933 .elementor-element.elementor-element-6ac3b73{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-2933 .elementor-element.elementor-element-9ab2c47{--display:flex;--background-transition:0.3s;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-69060b6 */table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}

table.cform th {
    text-align: left;
    width: 30%;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #5cb85c21;
}

table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #ccc;
    text-align: left;
}

input#your-name, input#your-name2, input#hurigana, input#hurigana2 {
    width: 33%;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

input#zip, input#zip1 {
    width: 25%;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

table.cform .required {
    background: #F00;
    font-size: 11px;
    line-height: 15px;
    height: 15px;
    padding: 1px 5px 2px 5px;
    margin-left: 17px;
    color: #FFFFFF;
    border-radius: 3px;
}

[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #61a831;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #61a831;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

[type=button], [type=reset], [type=submit], button {
    width: auto;
    -webkit-appearance: button;
}

[type=button]:hover,
[type=submit]:hover,
button:hover {
  background-color: #61a831;
  color: #fff;
}

.submit_waku {
    display: flex
;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row-reverse;
    padding: 10px;
}

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge{
    margin-bottom: 70px;
}


@media (max-width: 767px) {
    table.cform tbody>tr:nth-child(odd)>th {
        background-color: #5cb85c21;
    }
    
        table.cform th:nth-child(1) {
        border-top: 1px solid #cccccc;
    }
    
    table.cform td, table.cform th {
        padding: 15px;
        line-height: 1.5;
        vertical-align: top;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 0px;
    }
    
    table.cform th {
        width: 100%;
    }
    
    .cform th, .cform td {
        width: auto;
        display: block;
        border-top: none;
        text-align: left;
    }
}/* End custom CSS */