<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fc_banner{position: relative;}
.fc_banner&gt;img{width: 100%;}

.fc_item{padding: 44px;}
.fc_tact_r{float: right;text-align: center;padding-top: 40px;}
.fc_tact_r&gt;img{margin-bottom: 10px;}
.fc_tact&gt;h1{font-size: 20px;margin-bottom: 40px;}
.fc_tact&gt;p{font-size: 16px;color: #666;margin: 10px 0;}
.fc_tact&gt;p&gt;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&gt;span{display: block;margin-bottom: 10px;}
.fc_form_i&gt;input{width: 100%;color: #333;padding: 0 10px;height: 42px;border-radius: 10px;background-color: #f7f7f7;}
.fc_form_j{width: 100%;}
.fc_form_j&gt;span{display: block;margin-bottom: 10px;}
.fc_form_j&gt;textarea{width: 100%;height: 150px;background-color: #f7f7f7;padding: 10px;resize: none;color: #666;line-height: 1.5;border-radius: 10px;}
.fc_form&gt;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&gt;[type="reset"]{margin-right: 40px;background-color: #cacaca;color: #fff;opacity: 0;}


@media screen and (max-width: 766px) {
    .fc_banner_c&gt;img{object-fit: cover;width: 100%;}
    .fc_desc_c{width: 100%;margin-top: 6rem;padding: 4rem 2rem;}
    .fc_desc_c&gt;p{font-size: 1.4rem;}

    .fs_left_l{width: 100%;}
    .fc_item{padding: 1.5rem 0;}
    .fc_tact&gt;h1{margin: 2rem 0;}
    .fc_tact&gt;p{font-size: 1.6rem;line-height: 1.5;}
    .fc_map{margin-top: 4rem;}

    /* .fc_map_c{height: 50vh;} */
    
    .fc_form_c&gt;input{width: 100%;margin-bottom: 1.5rem;}
    .fc_form_c&gt;textarea{margin-top: 0;}
    .fc_form_btn{margin-top: 1.5rem;}
    .fc_form_btn&gt;button{width: 10rem;}
    .fc_form_btn&gt;[type="reset"]{margin-right: 1.5rem;}
    
}

</pre></body></html>