@charset "utf-8";
/*---------------------------------------------------------------------
Tablet Style
tb.css
-----------------------------------------------------------------------
Copyright 2026 (c) linkpath Allrights Reserved.
Coding: Hinako Hayashi
Last Update: 2026.04.07
---------------------------------------------------------------------*/
/*@media screen and (max-width: 959px) and (min-width: 481px) {*/
@media screen and (max-width: 959px) {
/*===========================================================
    font-size
===========================================================*/
.access-logo {
    font-size: 180%;
}
.greeting-contents h3 {
    font-size: 130%;
}
/*===========================================================
    parts
===========================================================*/

/*===========================================================
    article-company
===========================================================*/
.article-company {
    gap: 6em;
}
/* section-greeting */

/* section-company */
.section-company {
    padding: 3em 1.5em;
    padding-top: 5em;
}
.company-contents {
    padding-top: 3em;
}
.company-contents dl {
    flex-direction: column;
}
.company-contents dt {
    width: 100%;
}

/* section-access */

}