/** memberlist **/
.memberlist_1_main{
	max-width:1920px;
	padding:0px 0 25px 0;
	margin:0 auto;
}
.memberlist_1_sub_1{
	max-width:1100px;
	width:90%;
	margin:0px auto 0 auto;
}
.memberlist_1_sub_1:not(:first-child){
	max-width:1100px;
	width:90%;
	margin:100px auto 0 auto;
}
.memberlist_1_sub_1 .link_1{
	position: relative;
  	display:flex;
	align-items:center;
	justify-content:center;
	color:#012648;
	font-size:17px;
	font-family:myfont;
	font-weight:bold;
	border:3px #012648 solid;
	width:100%;
	height:45px;
	margin:0 auto;
	box-sizing:border-box;
	transition:color 0.1s,background 0.1s;
}
.memberlist_1_sub_1 .link_1:hover{
	background:#012648;
	color:#fff;
	cursor:pointer;
}
.memberlist_1_sub_1 .link_1_short{
	max-width:300px;
}
.memberlist_1_sub_1 .link_1_long{
	max-width:500px;
}
.memberlist_1_sub_1 .link_1::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.memberlist_1_sub_1 .link_1::after {
	bottom: 0px;
	right: 0px;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #012648 transparent;
}

.memberlist_1_sub_1 .flex_1{
	display:flex;
	justify-content:space-between;
	margin:0px auto 0 auto;
	max-width:945px;
	width:100%;
}

.memberlist_1_sub_1 .title_1{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#012648;
	width:100%;
	height:80px;
	margin:0 auto;
}
.memberlist_1_sub_1 .short{
	max-width:400px;
}
.memberlist_1_sub_1 .long{
	max-width:550px;
}
.memberlist_1_sub_1 .longest{
	max-width:600px;
}

.memberlist_1_sub_1 .title_1_short{
	max-width:400px;
}
.memberlist_1_sub_1 .title_1_long{
	max-width:550px;
}

.memberlist_1_sub_1 .title_1 .title_1a{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	font-family:myfont;
	text-align:center;
	line-height:1;
}
.memberlist_1_sub_1 .title_1 .title_2a{
	color:#fff;
	font-size:15px;
	font-family:myfont;
	text-align:center;
	margin-top:5px;
}
.memberlist_1_sub_1 .title_1 .title_3a{
	color:#fff;
	font-size:30px;
	font-weight:bold;
	font-family:myfont;
	text-align:center;
	line-height:1;
}
.memberlist_1_sub_1 .flex_2{
	display:flex;
	justify-content:space-between;
	flex-direction:row-reverse;
	margin:50px auto 0 auto;
	max-width:1100px;
}
.memberlist_1_sub_1 .flex_2 .img_1{
	max-width:500px;
	width:100%;
}
.memberlist_1_sub_1 .flex_2 .img_1 img{
	max-width:500px;
	width:100%;
}
.memberlist_1_sub_1 .flex_2 .div_1{
	max-width:550px;
	width:100%;
	margin-right:50px;
}
.memberlist_1_sub_1 .flex_2 .div_1 .title_1a{
	font-size:25px;
	font-weight:bold;
	color:#012648;
	max-width:335px;
	margin:0 auto 25px auto;
	line-height:30%;
	border-bottom:15px #fcc41d solid;
	text-align:center;
}
.memberlist_1_sub_1 .flex_2 .div_1 .text_1a{
	font-size:15px;
	line-height:180%;
	letter-spacing:0px;
}
.memberlist_1_sub_1 .flex_2 .div_1 .text_1a ul {
	padding:0;
	margin:0;
}
.memberlist_1_sub_1 .flex_2 .div_1 .text_1a li {
	padding-left:20px;
	list-style: none;
	position: relative;
}
.memberlist_1_sub_1 .flex_2 .div_1 .text_1a li::before{
	content: "◯";
	margin-right:3px;
	position: absolute;
	left:0;
}
.memberlist_1_sub_1 .link_2{
	position: relative;
  	display:flex;
	align-items:center;
	justify-content:center;
	color:#012648;
	font-size:17px;
	font-family:myfont;
	font-weight:bold;
	border:3px #012648 solid;
	width:100%;
	max-width:750px;
	height:150px;
	margin:0 auto;
	box-sizing:border-box;
	transition:color 0.1s,background 0.1s;
}
.memberlist_1_sub_1 .link_2 .text_1{
	font-size:25px;
	text-align:center;
}
.memberlist_1_sub_1 .link_2 .text_2{
	font-size:15px;
	text-align:center;
}
.memberlist_1_sub_1 .table_1{
	border-spacing:0;
	max-width:1100px;
	width:100%;
	margin:0px auto 0 auto;
	line-height:200%;
}
.memberlist_1_sub_1 .table_1 td{
	position:relative;
	font-size:25px;
	font-weight:bold;
	border-left:3px solid #012648;
	border-bottom:3px solid #012648;
	text-align:left;
	padding:20px 0 20px 20px;
	white-space:pre-line;
	word-break:break-all;
	box-sizing:border-box;
}
.memberlist_1_sub_1 .table_1 tr:first-child td{
	border-top:3px solid #012648;
}
.memberlist_1_sub_1 .table_1 tr td:last-child{
	border-right:3px solid #012648;
}
.memberlist_1_sub_1 .table_1 tr td:nth-child(1){
	width:29.6%;
	background:#ffeac4;
}
.memberlist_1_sub_1 .table_1 tr td:nth-child(2){
	width:70.2%;
}



.memberlist_1_sub_1 .table_2{
	border-spacing:0;
	max-width:1100px;
	width:100%;
	margin:50px auto 0 auto;
	line-height:200%;
}
.memberlist_1_sub_1 .table_2 td{
	position:relative;
	font-size:25px;
	font-weight:bold;
	border-left:3px solid #012648;
	
	text-align:left;
	padding:20px 0 20px 20px;

	box-sizing:border-box;
}
.memberlist_1_sub_1 .table_2 td a{
	position:relative;
	font-size:25px;
}
.memberlist_1_sub_1 .table_2 tr:first-child td{
	border-top:3px solid #012648;
}
.memberlist_1_sub_1 .table_2 tr td:last-child{
	border-right:3px solid #012648;
}
.memberlist_1_sub_1 .table_2 tr td:nth-child(1){
	width:14.8%;
	background:#ffeac4;
}
.memberlist_1_sub_1 .table_2 tr td:nth-child(2){
	width:35.2%;
}
.memberlist_1_sub_1 .table_2 tr td:nth-child(3){
	width:14.8%;
	background:#ffeac4;
}
.memberlist_1_sub_1 .table_2 tr td:nth-child(4){
	width:35.2%;
}


.memberlist_1_sub_1 .table_3{
	border-spacing:0;
	max-width:1100px;
	width:100%;
	margin:0px auto 0 auto;
	line-height:200%;
}
.memberlist_1_sub_1 .table_3 td{
	position:relative;
	font-size:25px;
	font-weight:bold;
	border-left:3px solid #012648;
	border-bottom:3px solid #012648;
	text-align:left;
	padding:20px 0 20px 20px;
	white-space:pre-line;
	word-break:break-all;
	box-sizing:border-box;
}
.memberlist_1_sub_1 .table_3 tr:first-child td{
	border-top:3px solid #012648;
}
.memberlist_1_sub_1 .table_3 tr td:last-child{
	border-right:3px solid #012648;
}
.memberlist_1_sub_1 .table_3 tr td:nth-child(1){
	width:14.8%;
	background:#ffeac4;
}
.memberlist_1_sub_1 .table_3 tr td:nth-child(2){
	width:85.2%;
}

/** list **/
.memberlist_1_sub_2{
	max-width:1100px;
	width:90%;
	margin:0px auto 0 auto;
}
.memberlist_1_sub_2 .title_1{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#012648;
	max-width:500px;
	width:100%;
	height:80px;
	margin:0 auto;
}
.memberlist_1_sub_2 .title_1 .title_1a{
	color:#fff;
	font-size:30px;
	font-weight:bold;
	font-family:myfont;
	text-align:center;
	line-height:1;
}
.memberlist_1_sub_2 .title_1 .title_2a{
	color:#fff;
	font-size:15px;
	font-family:myfont;
	text-align:center;
	margin-top:5px;
}

.memberlist_1_sub_2 .link_1{
	position: relative;
  	display:flex;
	align-items:center;
	justify-content:center;
	color:#012648;
	font-size:30px;
	font-family:myfont;
	font-weight:bold;
	border:3px #012648 solid;
	width:100%;
	height:80px;
	margin:0 auto;
	box-sizing:border-box;
	transition:color 0.1s,background 0.1s;
}
.memberlist_1_sub_2 .link_1:hover{
	background:#012648;
	color:#fff;
	cursor:pointer;
}
.memberlist_1_sub_2 .link_1_short{
	max-width:350px;
}
.memberlist_1_sub_2 .link_1_long{
	max-width:500px;
}

.memberlist_1_sub_2 .link_1::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.memberlist_1_sub_2 .link_1::after {
	bottom: 0px;
	right: 0px;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #012648 transparent;
}

.memberlist_1_sub_2 .flex_1{
	display:flex;
	justify-content:space-between;
	margin:50px auto 0 auto;
	max-width:1100px;
}

.memberlist_1_sub_2 .text_1{
	text-align:center;
	font-size:15px;
	line-height:180%;
}

@media screen and (max-width:1024px) {
.memberlist_1_sub_1 .flex_1{
	display:block;
}
.memberlist_1_sub_1 .flex_2{
	display:block;
}
.memberlist_1_sub_1 .flex_2 .img_1{
	max-width:1000px;
	width:100%;
	margin:0 auto;
}
.memberlist_1_sub_1 .flex_2 .img_1 img{
	max-width:1000px;
	width:100%;
}
.memberlist_1_sub_1 .flex_2 .div_1{
	max-width:1000px;
	width:100%;
	margin-right:0;
	margin:0 auto;
}
.memberlist_1_sub_1 .table_1 td{
	font-size:16px;
	padding:10px 0 10px 10px;
}
.memberlist_1_sub_1 .table_2 td{
	font-size:16px;
	padding:10px 0 10px 10px;
}
.memberlist_1_sub_1 .table_3 td{
	font-size:16px;
	padding:10px 0 10px 10px;
}
.memberlist_1_sub_1 .table_2 td a{
	position:relative;
	font-size:16px;
}
.memberlist_1_sub_2 .flex_1{
	display:block;
}
.memberlist_1_sub_2 .flex_1 .div_1 .title_1a{
	max-width:330px;
}
.memberlist_1_sub_2 .flex_1 .div_1 .text_1a{
	max-width:650px;
}
}

@media screen and (max-width:784px) {

}

@media screen and (max-width:500px) {
.memberlist_1_sub_1 .table_1 td{
	font-size:12px;
	padding:2px 0 2px 5px;
	display:block;
	border-right:3px solid #012648;
	
}

.memberlist_1_sub_1 .table_1 tr:first-child td{
	border-top:none;

}
.memberlist_1_sub_1 .table_1 tr:first-child td:first-child{
	border-top:3px solid #012648;

}
.memberlist_1_sub_1 .table_1 tr td:last-child{
	border-right:3px solid #012648;
}
.memberlist_1_sub_1 .table_1 tr td:nth-child(1){
	width:100%;
	text-align:center;
}
.memberlist_1_sub_1 .table_1 tr td:nth-child(2){
	width:100%;
}


.memberlist_1_sub_1 .table_2 td{
	font-size:12px;
	padding:2px 0 2px 5px;
	display:block;
	border-right:3px solid #012648;
}
.memberlist_1_sub_1 .table_2 td a{
	position:relative;
	font-size:12px;
}
.memberlist_1_sub_1 .table_2 tr:first-child td{
	border-top:3px solid #012648;
}
.memberlist_1_sub_1 .table_2 tr td:last-child{
	border-right:3px solid #012648;
	border-bottom:3px solid #012648;
}
.memberlist_1_sub_1 .table_2 tr td:nth-child(1){
	width:100%;
	text-align:center;
}
.memberlist_1_sub_1 .table_2 tr td:nth-child(2){
	width:100%;
}
.memberlist_1_sub_1 .table_2 tr td:nth-child(3){
	width:100%;
	text-align:center;
}
.memberlist_1_sub_1 .table_2 tr td:nth-child(4){
	width:100%;
}
	
	
.memberlist_1_sub_1 .table_3 td{
	font-size:12px;
	padding:2px 0 2px 5px;
	display:block;
	border-right:3px solid #012648;
}

.memberlist_1_sub_1 .table_3 tr td:nth-child(1){
	width:100%;
	text-align:center;
}
.memberlist_1_sub_1 .table_3 tr td:nth-child(2){
	width:100%;
}
.memberlist_1_sub_1 .table_3 tr:first-child td{
/*	border-top:3px solid #012648;*/
	border-top:none;
}
.memberlist_1_sub_1 .table_3 tr td:last-child{
	border-right:3px solid #012648;
}
.memberlist_1_sub_1 .table_3 tr td:nth-child(1){

}
.memberlist_1_sub_1 .table_3 tr td:nth-child(2){

}

.memberlist_1_sub_2 .title_1 .title_1a{
	font-size:25px;
}

.memberlist_1_sub_2 .link_1{
	font-size:20px;
}

}

@media screen and (max-width:430px) {

}