@charset "UTF-8";

a[id^="hd"]+section .heading.block_header_2 .h{
color: #ff9d2b;
}

a[id^="hd"]+section .heading.block_header_2 p{
color: #328824
}

a#hd_l+section .heading.block_header_2 {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(/common/upload_data/futaba-officecom/image/h.png) no-repeat top left / 55px;
    padding-top: 50px;
}
    
@media screen and (max-width: 900px) {
a#hd_l+section .heading.block_header_2 {
     background-position: top center;
}
}
@media screen and (max-width: 800px) {
    a#hd_l+section .heading.block_header_2 {
        margin-bottom: 20px;
        background-size: 30px;
        padding-top: 35px;
    }
}

/*----MV画像修正_260717-----*/
#mv .mv_img li:nth-child(1) img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    object-position: center 28%;
}
@media screen and (max-width: 900px) {
    #mv .mv_img li:nth-child(1) img {
        object-position: 52% 28%;
    }
}