.floating_btn,
.page_service-lineup-document  .floating_btn,
.page_appearance-inspection-selection .floating_btn,
.page_aql-inspection-handbook .floating_btn,
.page_hammering-test-handbook .floating_btn,
.page_contact .floating_btn,
.page_download .floating_btn{display: none;}


@media(max-width: 560px)
{
    .floating_btn{display: block; width:fit-content; position: fixed; bottom:6.667vw; right:5px;z-index: 1;}
    .floating_btn a{display: flex; align-items: center; justify-content: center; font-family: noto sans jp; line-height:120%; letter-spacing:-3%; width: 75px; height: 75px; font-size: 10px; background-size: 60% 60%; background-color:#fff; color:#0079C5; border-radius: 50%; border:1px #0079C5 solid; text-align: center; font-weight: bold; text-decoration: none; background-repeat: no-repeat; background-position: center }
    .floating_btn a.btn_contact{background-image:url(https://www.tmcsystem.co.jp/dcms_media/other/contact_vector.svg); background-color:#0079C5; color:#fff; margin-bottom: 5px;}
    .floating_btn a.btn_download{background-image:url(https://www.tmcsystem.co.jp/dcms_media/other/download_vector.svg)}

}