@charset "UTF-8";
/*
 * common_members.css
 *
 */
 
/*==================================
             header
==================================*/
.member {
	width:240px;
	margin:10px 30px 0 0;
	padding:5px;
	background-color:#00246C;
	text-align:center;	
	border-radius:5px;
}
.home .member, .page-template-default .member, .page-template-information-page .member {
	display:none;
}
.member p {
	margin:5px auto;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;	
}
.member a {
	margin:0 0 0 5px;
	padding:5px 10px;
	background-color:#e10000;
	font-weight:bold;
	border-radius:5px;
	text-decoration:none;
	color:#fff;		
}
.member p,
.member a {
	display:inline-block;	
}
.logged-in #member-in {
	display:none;
}

/*==================================
       members-only aside
==================================*/
.logged-in aside .kaiin_menu h4{
	font-size:16px;
	border-bottom:1px solid #000066;
	padding:10px;
}
.logged-in aside {
	position:fixed;
	width:220px;
	text-align:left;
	top: 220px;
	left:10%;
	z-index:20;
}
.logged-in:not(.home) aside {
	position:static;
	top:0px;
	left:0px;
}
aside>div>ul{
	padding:10px;
	font-size:16px;
}
aside>div>ul>li {
	padding:5px 0px;
}
aside ul li a{
	color:#1d3994;
	text-decoration:none;
}
aside ul li a:hover{
	text-decoration:underline;
}
aside ul li a::before {
    left: 0;
    margin: 0 10px 0 0;
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    font-weight: 900;
    position: relative;
    color: #9eb4db;
}
.logged-in #contents {
}
.logged-in:not(.home) #main {
    margin: 0px 40px 80px 0px;
	width:1040px;
}
.page-template-default.logged-in:not(.home) #main, .page-template-information-page.logged-in:not(.home) #main {
    margin: 0px 0px 80px 0px;
	width:100%;
}
.page_title,body.page-id-25 .page_title{
	margin-top: 125px;
}

/*==================================
           weekly-repot
==================================*/
#w_report h2 {
	font-size:28px;
	text-align:left;
	padding:5px;
	color:#00246C;
	font-weight:bold;
}
#w_report h4 {
	font-size:28px;
	text-align:left;
	padding:5px;
	color:#00246C;
	font-weight:bold;
}

/*==================================
              news
==================================*/
.members_top_news {
	border:1px solid #00246C;
}
body:not(.home) section:nth-of-type(1).members_top_news > h3 {
    margin: 0 auto;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
	background-color:#00246C;
	line-height: 0.8;
	padding: 10px;
	text-align: center;
}
.members_top_news .ttl_en {
    font-size: 16px;
    color: #FEBD11;
}
.members_top_news dl {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: flex-start;
	height: 200px;
	overflow-y: scroll;
	font-size:18px;
	text-align:left;
	padding:20px;
}
.members_top_news dl dt{
	width:130px;
	padding-top:10px;
	border-bottom:1px dashed #CCCCCC;
}
.members_top_news dl dt img{
	vertical-align:middle;
}
.members_top_news dl dd{
	width:840px;
	padding-top:10px;
	border-bottom:1px dashed #CCCCCC;
}
.members_top_news dl dt:nth-of-type(1), .members_top_news dl dd:nth-of-type(1){
	border-top:1px dashed #CCCCCC;
}
.members_top_news dl dd a{
	text-decoration:none;
}
.members_top_news dl dd a:hover{
	text-decoration:underline;
}



body:not(.home) #contents {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: row-reverse;
}
#menu input {
    display: none;
}
#menu .menu {
	margin-left:20px;
}
#menu .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu>li {
    border-bottom: none;
    border-top: 1px solid #333333;
}
#menu .menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	padding:0px;
	border-bottom:none;
}

#menu input:checked ~ ul li {
    height: 25px;
    opacity: 1;
}
#menu .acd-label:before{
	font-weight: 900;
    box-sizing: border-box;
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    padding: 3px;
    position: relative;
	color:#333;
    right: 0;
    top: -3px;
	font-size:11px;
	border: 1px solid #333;
	margin-right: 7px;

}
#menu .acd-label:hover{
	opacity:0.6;
}
#menu input:checked + .acd-label:before{
    content: '\f068';
}
#menu input:checked + .acd-label + .acd-content{
    height: 50px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
.page-template-members-page #main>p:nth-of-type(1) {
	display:none;
}
.eclub_div {
	padding:10px;
	text-align:left;
}

/*==================================
             single
==================================*/
.single #main section a img {
	border:1px solid #0000FF;
	margin:50px auto;
	max-width: 645px;
}
.news-schedule {
	width:90%;
	margin:30px auto;
	text-indent: -1em;
}
.news-schedule li {
	font-size: 18px;
	text-align: left;
	line-height: 1.7em;
	border-bottom:1px dashed #CCCCCC;
	padding:5px;
	margin-left: 1em;
}
.members-news-default {
	font-size: 18px;
	text-align: left;
	width:90%;
	margin:30px auto;
}
.members-news-default th{
	border:1px solid #999999;
	padding:10px;
	width:150px;
	background-color: #EEE;
}
.members-news-default td{
	border:1px solid #999999;
	padding:10px;
}
.single #main .center {
	text-align:center;
}
.single #main section p:not(.entry) {
	margin-bottom:30px;
}
.single #main section p.news-center {
	text-align:center;
}
/*==================================
  archive sidepage アコーディオンメニュー
==================================*/
.menu a {
    display: block;
    padding : 3px 0px 0px 5px;
    text-decoration: none;
    color: #000;
}

.acd-label {
    display: block;
    margin: 0 0 4px 0;
    padding : 3px 0px 0px 5px;
    line-height: 1;
    cursor :pointer;
}

aside .kaiin_menu input {
    display: none;
}
.menu {
	margin-left:20px;
}
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

aside .kaiin_menu input:checked ~ ul li {
    height: 25px;
    opacity: 1;
}
.acd-label:before{
	font-weight: 900;
    box-sizing: border-box;
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    padding: 3px;
    position: relative;
	color:#333;
    right: 0;
    top: -3px;
	font-size:11px;
	border: 1px solid #333;
	margin-right: 7px;

}
.acd-label:hover{
	opacity:0.6;
}
aside .kaiin_menu input:checked + .acd-label:before{
    content: '\f068';
}
aside .kaiin_menu input:checked + .acd-label + .acd-content{
    height: 50px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}