@charset "utf-8";
/********************************/
/*        パンくずリスト        */
/********************************/
@media (min-width: 431px) {
.cs_pankuzu {
    padding-top: 140px;
}
.cs_pankuzu ol li {
    margin-top: 10px;
    margin-bottom: 10px;
}
}
.cs_pankuzu ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
@media (min-width: 1000px){
.cs_pankuzu ol {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.cs_pankuzu ol li {
    margin-top: 10px;
    margin-bottom: 10px;
}
}
@media (max-width: 999px){
.cs_pankuzu ol {
    width: 95%;
    margin-bottom: 10px;
}
}
.cs_pankuzu ol li::before{
    content: '＞';
    display: inline-block;
    padding: 0 10px;
}

.cs_pankuzu ol li:first-of-type::before{
    display: none;
}
/********************************/
/*           タイトル           */
/********************************/
.cs_main h2 {
    margin-bottom: 15px;
}
/********************************/
/*             日付             */
/********************************/
.cs_date {
    margin-top: -15px;
    margin-bottom: 10px;
    color: var(--true-gray);
    text-align: right;
}
/********************************/
/*        メンバーリスト        */
/********************************/
.cs_memberlist {
    margin-bottom: 5px;
}
.cs_memberlist > div {
    margin-bottom: 20px;
}
@media (min-width:451px) {
.cs_memberlist {
    display: flex;
}
.cs_memberlist table {
    margin-right: 24px;
    margin-left: 24px;
}
}
@media (max-width:450px) {
.cs_memberlist table {
    margin: 0 auto;
}
.cs_memberlist table,
.cs_memberlist table tbody tr td img {
    width: 100%;
}
}
.cs_memberlist table tbody tr td img {
    border: solid 1px var(--true-gray);
}
.cs_memberlist table tbody tr th,
.cs_memberlist table tbody tr td {
    font-size: 1.0rem;
    word-break: break-all;
}
.cs_memberlist table tbody tr th {
    line-height: 1.5;
}
.cs_memberlist table tbody tr td {
    text-align: center;
}
/********************************/
/*           フッター           */
/********************************/
footer {
    margin-top: 75px;
}

