/*タイトル*/
#title { font-size: 1.3em; padding: 6px 1em; margin-bottom: 30px; border-radius: 6px; background: #ecefea; }

/* 各種キャッシュレス促進
------------------------------ */
.cashless img { display: block; width: 60%; margin: 30px auto; }
.cashless dl { margin-top: 50px; }
.cashless dl dt { border-bottom: 1px dashed #aaa; }
.cashless dl dt span { color: #aaa; font-size: 1.5em; padding-right: 10px; }
.cashless dl dd { padding-top: 6px; margin-bottom: 20px; }

/* 会社概要
------------------------------ */
.aboutus table { margin: 0 auto; border-collapse: collapse; }
.aboutus table th,
.aboutus table td { padding: 20px 1em; border-bottom: 1px solid #ccc; }
.aboutus table th { vertical-align: top; background: #efefef; }
.aboutus table td { line-height: 1.6; width: 400px; }
.aboutus table a { color: #6af; }

@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}

@media screen and (max-width:812px) {}
@media screen and (max-width:667px) {
    /* 会社概要
    ------------------------------ */
    .aboutus table th,
    .aboutus table td { display: block; width: 100%; border-bottom: none; }
    .aboutus table td { width: 100%; }
}
@media screen and (max-width:414px) {}