@charset "UTF-8";
.top-contact-tel { width: 90vw; margin: 0 auto 4vw; }
.top-contact-tel img { width: 100%; }
.top-contact-line { width: 90vw; margin: 0 auto 2.5vw; }
.top-contact-line img { width: 100%; }
.top-contact-web { width: 90vw; margin: 0 auto; }
.top-contact-web img { width: 100%; }


/* =============================================
pc-size
================================================*/
@media screen and (min-width: 736px) {
.top-contact-tel { width: 510px; margin-bottom: 20px; }
.top-contact-line { width: 510px; margin-bottom: 12px; }
.top-contact-web { width: 510px; }


}