@charset "UTF-8";
/*=========================
style
=========================*/
.post .main_content h2 {
    font-size: 1.8rem;
}

.post .suport_mv {
    background: url(../../suport/images/mv_suport.png)center / cover no-repeat;
}

.post .suport_mv h1 {
    color: #fff;
}

.post img {
	max-width: 100%;
    height: auto;
}

.summary-table > p img {
    margin: 1em 0 0;
    max-width: 678px;
    height: auto;
}

.summary-table td img {
    display: block;
    margin: 15px 0;
}

.summary-table > p {
    margin: 1em 0;
}

.summary-table ul {
	list-style-type: disc;
	padding-left: 1.6rem;
}
ul.archive-list {
	list-style-type: none;
	padding-left: 0;
}

.roster-table table tr {
	display: flex !important;
}

.roster-table table tr:not(:first-child) {
    border-top: 1px solid #1358A3;
}

.roster-table table tr:last-of-type {
	border-bottom: 1px solid #1358A3;
}

.roster-table table tr th {
	display: block;
	padding: 9px 0;
	background: #ebeff2;
}

.roster-table table tr th:not(:first-child) {
	margin: 0 0 0 5px;
}

.roster-table table tr td:nth-child(1) {
	text-align: center;
}

.roster-table table tr td:not(:first-child) {
    border-left: 1px solid #1358A3;
}

.roster-table table tr td {
	display: block;
    margin: 5px 0;
    padding: 10px;
}

.roster-table table tr td:nth-child(2) div {
    border-top: 1px solid #1358A3;
    margin-top: 10px;
    padding-top: 10px;
}

.roster-table-note {
    margin-top: 20px;
}

.post .border_box .member-archive-list {
    display: block;
    width: auto;
    margin: 0;
}
.post .border_box .member-archive-list li + li {
    margin-top: 1em;
    line-height: 1.25;
}
.post .border_box .member-archive-list li a {
    padding: 0;
    background: none;
}

@media screen and (max-width: 768px) {
    .post .suport_mv {
        background: url(../../suport/images/mv_suport_sp.jpeg)center / cover no-repeat;
    }
    .roster-table table tr th:nth-child(1) {
		min-width: 114px;
		width: 114px;
	}
	.roster-table table tr th:nth-child(2){
		width: 100%;
	}
	.roster-table table tr td:nth-child(1){
		min-width: 117px;
		width: 117px;
	}
	.roster-table table tr td:nth-child(2){
		width: 100%;
	}
}

@media screen and (max-width: 520px) {
	.post .content .cfx {
		display: block;
	}
    .post .border_box ul {
        width: 100%;
    }
    .summary-table > p img {
        width: 100%;
        height: auto;
    }
    .roster-table table tr th:nth-child(1) {
		min-width: 100px;
		width: 100px !important;
	}
	.roster-table table tr td:nth-child(1){
		min-width: 103px;
		width: 103px;
	}
}