﻿.council section {
    margin-bottom: 80px;
}
.council img{
	margin: auto;
}
.council h3 {
    font-size: 200%;
    line-height: 100%;
    font-weight: 700;
    color: #93bf6b;
    letter-spacing: 2px;
    margin: 30px 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.council h3 img{
	margin-left: 30px;
}
.council h4 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 2px;
    background: #A2CE7B;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
}

.council h5 {
	position: relative;
	font-size: 19px;
    margin: 50px 0 30px;
}

.council h5 span {
	position: relative;
	z-index: 2;
}

.council h5::before {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	height: 10px;
	background-image: repeating-linear-gradient(-45deg, #f7de8d 0px, #f7de8d 2px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 10px 10px;
	z-index: 1;
}

.council h5::after {
	content: attr(data-en);
	position: relative;
	margin-left: 20px;
	font-size: 16px;
	z-index: 2;
}
.council .text {
	margin: 30px 0;
	letter-spacing: 2px;
	line-height: 180%;
	font-size: 16px;
}
.council .title {
	font-size: 150%;
	line-height: 100%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #fff;
	text-align: center;
	margin: 20px 0px;
	padding: 10px;
	background: #e9b9b4;
	letter-spacing: 2px
}
#efforts .caption {
    background: #eee;
    padding: 10px 15px;
    margin: 5px 0 20px;
    line-height: 1.6em;
}
#member table {
    border-collapse: collapse;
	font-size: 16px;
}
#member table th {
    background: #fafafa;
    font-weight: 700;
    text-align: left;
    width: 20%;
	padding: 15px;
    border: solid 1px #e6e6e6;
}
#member table tr:first-child th {
    background: #e9f5df;
    font-size: 120%;
    line-height: 130%;
    letter-spacing: 2px;
}
#member table tr:first-child th span:before {
    content: "●";
    color: #93bf6b;
    margin-right: 5px;
}
#member table td {
    word-break: break-all;
    letter-spacing: 2px;
    line-height: 180%;
	padding: 15px;
    border: solid 1px #e6e6e6;
}
@media screen and (max-width: 640px) {
	#member table th{
		padding: 10px;
		width: auto;
		display: block;
		text-align: center;
	}
	#member table td {
		padding: 10px;
		display: block;
		text-align: center;
	}
	#efforts img {
		width: 100%;
	}
	#efforts .w50 {
		width: 50%;
	}
}
