/* U_common */

section p {
    line-height: 2.1;
}

h3.sec_ttl {
    border-bottom: 5px solid #F0F0F0;
    padding-bottom: 34px;
    line-height: 1.5;
    font-size: 32px;
    margin-bottom: 50px;
}

.box_ttl_shadow {
    padding: 22px 0 27px 30px;
    line-height: 1;
    font-size: 26px;
    box-shadow: 6px 6px 10px rgb(0 0 0 / 10%);
    border-radius: 15px;
    margin-bottom: 50px;
}

.txt_cuation {
    font-size: 15px;
    line-height: 1;
    margin-top: 25px;
}

.txt_cuation p {
    line-height: 1;
}

.bg_btn {
    max-width: 620px;
    padding: 24px 0;
    margin: 0 auto;
    background-image: url(../img/btn_bg01.png);
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 1;
    font-size: 22px;
    border-radius: 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 40%);
}

p br.kaigyo {
    content: "";
    display: block;
    margin-top: 18px;
}

.photo_info {
    font-size: 15px;
    margin-top: 20px;
    text-align: right;
    line-height: 1;
}

.section01 {
    border-top: 10px solid #F0F0F0;
    position: relative;
    padding-top: 42px;
    margin-bottom: 100px;
}

.section01:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 10px;
    background-color: #A40000;
    bottom: 100%;
}

.sec_ttl .green_bg {
    background-color: #009944;
    font-size: 16px;
    padding: 8px 25px 10px;
    border-radius: 26px;
    position: relative;
    top: -7px;
    margin-right: 24px;
}

/* section00 */

.sec00_top {
    margin-bottom: 78px;
    text-align: center;
}

.section00 table {
    max-width: 850px;
    margin: 0 auto 80px;
}

.section00 th {
    text-align: left;
    width: 240px;
    position: relative;
}

.haveto {
    padding: 4px 10px 6px;
    background: #A40000;
    color: #fff;
    line-height: 1;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.any{
    padding: 4px 10px 6px;
    background: #CBCBCB;
    color: #fff;
    line-height: 1;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.section00 td {
    font-size: 18px;
    padding: 22px 0;
    width: 610px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.textsp,input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.textsp,textarea.wpcf7-form-control.wpcf7-textarea.textsp {
    background-color: #F0F0F0;
    border: none;
    padding: 13px 0 14px 20px;
    width: 100%;
    border-radius: 10px;
    font-family: "YuGoPr6N-M", sans-serif;
    font-size: 18px;
}

textarea.wpcf7-form-control.wpcf7-textarea.textsp {
    padding: 22px 0 23px 20px;
}

.section00 th.txtarea {
    vertical-align: top;
    padding: 46px 0 0px;
}

.section00 th.txtarea .any {
    top: 62px;
}

.section00 td .txt_cuation {
    margin-top: 10px;
}

.section00 td .txt_cuation p {
    line-height: 2;
}

.sec00_bottom p {
    text-align: center;
    line-height: 1;
}

a.txt_link {
    color: #002E73;
    text-decoration: underline;
}

input#formbtn {
    width: 314px;
    display: block;
    max-width: 100%;
    padding: 22px 0 23px;
    margin: 30px auto 0;
    color: #fff;
    background-image: url(../img/btn_bg01.png);
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 1;
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 40%);
    font-family: "YuGoPr6N-B", serif;
    cursor: pointer;
}

input#formbtn:after {
    content: "\025b6";
    margin-left: 18px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff !important;
    color: #A40000;
    text-align: center;
    margin: 0 auto 100px;
}

.wpcf7-not-valid-tip {
    color: #A40000 !important;
    font-size: 0.9em !important;
}


@media only screen and (min-width: 1082px) {
    
}
  
@media only screen and (max-width: 1081px) {
      
}  
  
@media only screen and (max-width: 850px) {
      
}
  
@media only screen and (min-width: 769px) {  
      
}
  
@media only screen and (max-width: 768px) {  


}
  
@media only screen and (min-width: 521px) {
      
}
  
@media only screen and (max-width: 520px) {  

    .sec00_top {
        text-align: left;
        margin-bottom: 30px;    
    }
    
    .section00 th {
        text-align: left;
        width: 100%;
        display: block;
        padding: 0 10px;
    }
  
    .section00 th.txtarea {
        padding-top: 0;
    }

    .haveto,.any {
        padding: 3px 8px 4px;
        border-radius: 3px;
        right: 10px;
        font-size: 12px;
    }
  
    .section00 th.txtarea .any {
        top: 12px;
    }
  
    input#formbtn:after {
        content: "\025b6";
        margin-left: 14px;
    }

    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.textsp, input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.textsp, textarea.wpcf7-form-control.wpcf7-textarea.textsp {
        background-color: #F0F0F0;
        border: none;
        padding: 13px 0 14px 20px;
        width: 100%;
        border-radius: 10px;
        font-family: "YuGoPr6N-M", sans-serif;
        font-size: 16px;
    }

    .section00 td {
        font-size: 18px;
        padding: 15px 0 20px;
        display: block;
        width: 100%;
    }

    textarea.wpcf7-form-control.wpcf7-textarea.textsp {
        padding: 12px 0 18px 20px;
        height: 120px;
    }

    .section00 table {
        max-width: 850px;
        margin: 0 auto 11px;
    }

    .section00 td .txt_cuation {
        margin-top: 11px;
    }

    .section00 td .txt_cuation p {
        line-height: 20px;
    }

    input#formbtn {
        max-width: 314px;
        width: calc(295 / 375 * 100vw);
        padding: 20px 0;
        font-size: 14px;
    }
}





/* ===== 資金繰り・事業再生相談フォーム (Contact Form 7) ===== */
.shk-form-grid { max-width: 760px; margin: 0 auto; }
.shk-field { margin-bottom: 28px; }
.shk-field > label,
.shk-fieldset > legend {
    display: block; font-weight: bold; margin-bottom: 10px;
    font-size: 16px; color: #222;
}
.shk-required {
    display: inline-block; background: #c8161d; color: #fff;
    font-size: 11px; font-weight: bold; padding: 2px 8px;
    border-radius: 3px; margin-left: 10px; vertical-align: middle;
}
.shk-field input[type="text"],
.shk-field input[type="email"],
.shk-field input[type="tel"],
.shk-field textarea {
    width: 100%; padding: 14px; border: 1px solid #c5ccd3;
    border-radius: 6px; font-size: 16px; background: #fff;
    box-sizing: border-box; font-family: inherit;
}
.shk-field textarea { min-height: 140px; resize: vertical; }
.shk-field input:focus,
.shk-field textarea:focus {
    border-color: #1f3864; outline: none;
    box-shadow: 0 0 0 3px rgba(31,56,100,0.12);
}
.shk-fieldset {
    border: 1px solid #e2e6ea; border-radius: 6px;
    padding: 18px 20px; margin: 0 0 28px;
}
.shk-fieldset .wpcf7-list-item { display: block; margin: 0 0 8px; }
.shk-fieldset .wpcf7-list-item label {
    display: flex; align-items: flex-start; gap: 8px;
    cursor: pointer; font-size: 15px; line-height: 1.6; font-weight: normal;
}
.shk-fieldset input[type="radio"],
.shk-fieldset input[type="checkbox"] { margin-top: 3px; transform: scale(1.2); }
.shk-acceptance {
    background: #f5f7f9; border-radius: 6px; padding: 18px 20px;
    margin: 0 0 24px; font-size: 14px; line-height: 1.7;
}
.shk-acceptance .wpcf7-list-item { margin: 0; }
.shk-acceptance a { color: #1f3864; text-decoration: underline; }
.shk-form-help { font-size: 13px; color: #d0021b; margin: 0 0 24px; line-height: 1.6; }
.shk-form-grid .wpcf7-submit {
    display: block; width: 100%; max-width: 360px; margin: 10px auto 0;
    padding: 18px 0; background: #c8161d; color: #fff; border: none;
    border-radius: 50px; font-size: 17px; font-weight: bold;
    cursor: pointer; transition: opacity .2s;
}
.shk-form-grid .wpcf7-submit:hover { opacity: .85; }
.wpcf7-not-valid-tip { color: #d0021b; font-size: 13px; margin-top: 6px; display: block; }
.wpcf7-response-output { margin: 20px 0 0 !important; padding: 14px 18px !important; border-radius: 6px; font-size: 14px; }
@media (max-width: 768px) {
    .shk-form-grid .wpcf7-submit { max-width: 100%; }
}