@charset "utf-8";
/*---------------------------------------------------------------------
Smart Phone Style
sp.css
-----------------------------------------------------------------------
Copyright 2026 (c) linkpath Allrights Reserved.
Coding: Hinako Hayashi
Last Update: 2026.04.07
---------------------------------------------------------------------*/
/*@media screen and (max-width: 482px) and (min-width: 960px) {*/
@media screen and (max-width: 482px) {
/*===========================================================
    font-size
===========================================================*/
.access-logo {
    font-size: 160%;
}
.greeting-contents h3 {
    font-size: 120%;
}
/*===========================================================
    parts
===========================================================*/

/*===========================================================
    article-company
===========================================================*/
/* section-greeting */

/* section-company */
.section-company {
    padding: 2em 1.25em;
    padding-top: 4em;
}
.company-contents dt,
.company-contents dd {
    padding: 0.5em;
}

/* section-access */
.access-detail {
    min-width: 100%;
}
}