.wcd_case{}
.rich_text img{width: 100%;}
/* .wcd_title{text-align: center;margin-bottom: 40px;}
.wcd_title>h1{font-size: 30px;font-weight: 500;margin-bottom: 10px;}
.wcd_title>span{width: 50px;border-top: 2px solid var(--base);display: inline-block;} */

.wcd_form{background: url('/images/tact/100.jpg') no-repeat center/cover;}
.wcd_form_c{padding: 100px 0;display: flex;justify-content: space-between;align-items: center;color: #fff;}
.wcd_form_l{width: 48%;}
.wcd_form_l>h1{font-size: 30px;line-height: 1.5;}
.wcd_form_l>h1>span{font-size: 46px;color: var(--base);}
.wcd_form_l>p{font-size: 16px;line-height: 2;margin: 40px 0 0;color: #eee;}
.wcd_form_r{width: 48%;background-color: #fff;padding: 30px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.wcd_form_r>h1{font-size: 30px;color: var(--base);margin: 0 0 20px;width: 100%;}
.wcd_form_r>input{width: 48%;color: #333;border: 1px solid #ddd;padding: 0 15px;height: 46px;border-radius: 10px;margin-bottom: 20px;}
.wcd_form_r>textarea{width: 100%;height: 100px;border: 1px solid #ddd;padding: 10px;resize: none;color: #666;line-height: 1.5;border-radius: 10px;}
.wcd_form_r>[name="company"]{width: 100%;}
.wcd_form_btn{margin-top: 20px;width: 100%;}
.wcd_form_btn>button{width: 134px;height: 40px;line-height: 40px;text-align: center;outline: none;background-color: var(--base);color: #fff;cursor: pointer;float: right;border-radius: 5px;border: 0;}
.wcd_form_btn>[type="reset"]{margin-right: 20px;background-color: #cacaca;color: #fff;}

@media screen and (max-width: 1200px) {
    .wcd_form_c{padding: 6rem 0;flex-direction: column;gap: 2rem;}
    .wcd_form_l{width: 100%;}
    .wcd_form_l>h1{font-size: 2.2rem;}
    .wcd_form_l>p{font-size: 1.2rem;}
    .wcd_form_r{width: 100%;padding: 2rem;}
    .wcd_form_r>h1{font-size: 2.6rem;}
    .wcd_form_r>input{font-size: 1.2rem;}
    .wcd_form_btn>button{width: 10rem;}
}
