@charset "UTF-8";
/* CSS Document */

section,
#category {
	padding: 20px;
	padding: 2rem;
}
#category {
    margin-bottom: 0;
    padding-bottom: 0;
}
#category dt {
    color: #333333;
    font-size: 20px;
    letter-spacing: 3px;
}
#category dt span {
    font-size: 12px;
}
#category dd ul li {
    display: inline-block;
    margin-top: 15px;
}
#category dd ul li a {
    font-weight: bold;
    display: block;
    padding: 7px 15px;
    background-color: #b9dfbc;
    border-radius: 7px;
    text-shadow: 1px 1px 0 #FFF;
}
#category dd ul li a:hover {
    background-color: #76C07C;
    color: #000000;
}
#category dd {
    text-align: justify!important;
}
.category-item dt {
    font-size: 25px;
    margin-bottom: 15px;
    color: #333333;
}
.cardinfo {
    background-color: #e6e6e6;
    padding: 15px;
}
.cardinfo dl dt {
    color: #4d8858;
    font-size: 18px;
    margin-bottom: 0px;
}
.cardinfo dl dt::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-right: 0.5rem;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.cardinfo dl dd {
    margin-left: 1em;
}
.sponsor {
    text-align: center;
    font-size: 12px;
    padding: 15px;
    background-color: #FFFFFF;
}
.sponsor span {
    font-size: 18px;
    font-weight: bold;
}
#clover ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-right: 0.5rem;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: bold;
    color: #4d8858;
}
#clover ul li {
    margin-left: 1em;
    text-indent: -0.5em;
}
#clover p {
    font-weight: bold;
    color: #4d8858;
}
#clover #nickname {
    background-color: #e6e6e6;
    padding: 15px;
}
#clover #nickname dt {
    font-size: 18px;
}
#clover #nickname dd {
    font-size: 16px;
    background-color: #FFFFFF;
    padding: 15px;
    margin-bottom: 0;
    border-radius: 10px;
}
#officelist p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 5px;
}
#officelist table {
    width: 100%;
}
#officelist table th,
#officelist table td {
    width: 50%;
    padding: 10px;
    border: 1px solid #999999;
}
#officelist table th {
    background-color: #eef7ee;
    border-right: 1px dotted #999999;
}
#officelist table td {
    border-left: none;
}
#officelist table span {
    color: #51b058;
    font-weight: bold;
    margin-right: 5px;
}

@media(max-width: 1199px){
}
@media(max-width: 767px){
section,
#category {
	padding: 0px;
	padding: 0rem;
}
#category {
    margin-top: 20px;
}
#category dd ul li {
    width: 49%;
    margin-top: 10px;
}
#category dd ul li a {
    font-size: 13px;
    }
}
@media(max-width: 575px){
#officelist table th,
#officelist table td {
    font-size: 14px;
    }
#officelist table th {
    width: 55%;
    }
#officelist table td {
    width: 45%;
    }
}