@charset "UTF-8";

#contact article {
    margin: 0 auto;
    text-align: left;
    width: fit-content;
}
#contact img.pc_view {
    width: 150px;
}
#contact img.sp_view {
    width: 75px;
}

#contact iframe {
    opacity: 0;
}
@media (max-width: 800px) {
    #contact iframe {
        opacity: 1;
    }
}
