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

.about_mv h1 {
    color: #fff !important;
}

.list-wrap h3 {
    margin-top: 30px;
    padding: 9px 0;
    font-weight: bold;
}

.list-wrap ul li {
    padding: 8px 10px 8px 35px;
    background: url(../../common/images/icon_square.png)left 15px top 13px no-repeat;
}

.post .border_box .change > p {
    margin-top: 30px;
}

.post .border_box h2 {
    margin-top: 25px;
    padding: 15px 0 13px;
    border-top: 1px solid #1358a2;
    border-bottom: 1px solid #1358a2;
    text-align: center;
    font-weight: bold;
    color: #1358a2;
}

.post .border_box ul {
    display: table;
    width: 70%;
    margin: 30px auto 0;
}

.post .border_box ul li + li {
    margin-top: 1em;
}

/*
.post .border_box ul li a {
    padding-left: 20px;
    background: url(../../common/images/icon_square.png)left top 5px no-repeat;
}
*/

/* 支部運営委員 */
.roster-table {
    margin-top: 30px;
}

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

.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:nth-child(1) {
	width: 30%;
    box-sizing: border-box;
}

.roster-table table tr th:nth-child(2) {
	width: 100%;
	margin: 0 0 0 5px;
}

.roster-table table tr td:nth-child(1) {
	width: 30%;
    border-right: 1px solid #1358A3;
	text-align: center;
    box-sizing: border-box;
}

.roster-table table tr td:nth-child(2) {
    width: 100%;
}

.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;
}

/* 活動計画 */
.plan_list .text-area p + p {
    margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
    /* 支部運営委員 */
    .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%;
    }
    /* 支部運営委員 */
    .roster-table table tr th:nth-child(1) {
		min-width: 100px;
		width: 100px;
	}
	.roster-table table tr td:nth-child(1){
		min-width: 103px;
		width: 103px;
	}
}