@charset 'UTF-8';

/* ---------------------
   topページ
--------------------- */
/* タイトルフォント変更 */
#vegas h2,
main.home h2,
.aboutus h5,
.contact h5 {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
}

.cont_body {
    padding: 30px 0;
}

@media screen and (min-width: 901px) {
    .whats_phorbs_left .parts_contents article {
        width: 500px;
    }
}

@media screen and (max-width: 900px) {

    #vegas h2,
    main.home h2,
    .aboutus h5,
    .contact h5 {
        font-family: 'Inter', 'Noto Sans JP', sans-serif;
    }

    .catchbox {
        width: 80%;
    }
}

/* ---------------------
   下層ページ
--------------------- */
/* タイトルフォント変更 */
#brand h1,
.lead p,
main.second h2,
main.second h3 {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 900px) {

    #brand h1,
    .lead p,
    main.second h2,
    main.second h3 {
        font-family: 'Inter', 'Noto Sans JP', sans-serif;
    }

}

/* ---------------------
   companyページ　Table
--------------------- */
.uk-table th {
    text-transform: none;
}