body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    text-align: center;
}

.fontSize {
    font-size: 22px;
}

.center {
    margin: 16px auto;
    text-align: center;
    display: block;
}

a {
    text-decoration: none;
}

.links:hover {
    text-decoration: none;
}

.links {
    position: relative;
    text-decoration: none;
    color: #1075ff;
    transition: 0.3s;
}

.links:hover {
    color: #0055df;
}

.links::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 4px;
    background: #1da6fb;
    transition: 0.3s;
}

.links:hover::before {
    width: 100%;
}

.background {
    background-color: #e3f8ff;
}

h2 {
    color: #009999;
}

.center .left {
    text-align: left;
    display: inline-block;
}

.smallTable {
    margin-left: auto;
    margin-right: auto;
}

td {
    text-align: left;
}

.list {
    margin-right: auto;
    font-size: larger;
    text-align: left;
}

.noneList {
    margin-right: auto;
    font-size: large;
    text-align: left;
    white-space: nowrap;
}

.right {
    margin-left: 16%;
    margin-right: 1%;
}

.right2 {
    margin-left: 60px;
}

@media screen and (min-width:481px) {
    .sp {
        display: none !important;
    }
}



@media screen and (max-width:480px) {
    .pc {
        display: none !important;
    }
}