﻿body {
    max-width: 1200px !important;
}

.dashboard-content-license {
    padding: 100px 30px 30px 30px;
    font-size: 11px;
    font-weight: 500;
    color: #1B3553;
}

tr th {
    font-weight: 700;
}

tr th, tr td {
    border: 3px solid #F4F6F7 !important;
    border-radius: 0px;
}

.no {
    width: 5%;
    text-align: center;
    font-weight: 700;
}

.type {
    width: 60%;
}

.purpose {
    width: 35%;
}

ul li {
    margin: 1em 0;
}

.card-body span img {
    width: 20px;
    height: 20px;
}

a {
    color: #0c5ab6;
}

h3 {
    margin: 5px 0;
}

.ul-custom li {
    list-style-type: square;
    margin-left: 2em;
}

.footer {
    left: 0;
    text-align: center;
    padding: 5px;
    position: inherit;
}

.dashboard-header .navbar {
    position: absolute;
}

.footer-contact{
    position:absolute;
}

p.syo {
    font-weight: bold;
    font-size: 110%;
    padding-top: 20px;
    border-bottom: 1px solid #888;
}

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

    /*問い合わせボタンが見切れるため、微調整*/
    .dashboard-content-license {
        padding: 60px 30px 30px 30px;
    }

    .wc-status-text-size-15 {
        font-size: 12px !important;
    }
}