.fc_banner{position: relative;}
.fc_banner>img{width: 100%;}

.fc_item{padding: 44px;}
.fc_tact_r{float: right;text-align: center;padding-top: 40px;}
.fc_tact_r>img{margin-bottom: 10px;}
.fc_tact>h1{font-size: 20px;margin-bottom: 40px;}
.fc_tact>p{font-size: 16px;color: #666;margin: 10px 0;}
.fc_tact>p>a{text-decoration: underline;}

.fc_map{height: 400px;width: 100%;margin-top: 60px;}

/* .fc_form{padding: 50px 20px;background-color: #f9f9f9;border-radius: 10px;margin-bottom: 100px;} */
.fc_form{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
.fc_form_i{width: 48%;margin-bottom: 20px;}
.fc_form_i>span{display: block;margin-bottom: 10px;}
.fc_form_i>input{width: 100%;color: #333;padding: 0 10px;height: 42px;border-radius: 10px;background-color: #f7f7f7;}
.fc_form_j{width: 100%;}
.fc_form_j>span{display: block;margin-bottom: 10px;}
.fc_form_j>textarea{width: 100%;height: 150px;background-color: #f7f7f7;padding: 10px;resize: none;color: #666;line-height: 1.5;border-radius: 10px;}
.fc_form>a{width: 134px;height: 40px;line-height: 40px;text-align: center;outline: none;background-color: var(--base);color: #fff;cursor: pointer;border-radius: 5px;margin-top: 20px;}
.fc_form>[type="reset"]{margin-right: 40px;background-color: #cacaca;color: #fff;opacity: 0;}


@media screen and (max-width: 766px) {
    .fc_banner_c>img{object-fit: cover;width: 100%;}
    .fc_desc_c{width: 100%;margin-top: 6rem;padding: 4rem 2rem;}
    .fc_desc_c>p{font-size: 1.4rem;}

    .fs_left_l{width: 100%;}
    .fc_item{padding: 1.5rem 0;}
    .fc_tact>h1{margin: 2rem 0;}
    .fc_tact>p{font-size: 1.6rem;line-height: 1.5;}
    .fc_map{margin-top: 4rem;}

    /* .fc_map_c{height: 50vh;} */
    
    .fc_form_c>input{width: 100%;margin-bottom: 1.5rem;}
    .fc_form_c>textarea{margin-top: 0;}
    .fc_form_btn{margin-top: 1.5rem;}
    .fc_form_btn>button{width: 10rem;}
    .fc_form_btn>[type="reset"]{margin-right: 1.5rem;}
    
}

