@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_page #navi1 a {
    border-right: 1px solid #006834;
}

/*==================================
               footer
==================================*/
#footer_login .member_login {
	margin:0 auto;
	padding:0;
	background:none;
}
#footer_login .member_login p a {
	width:120px;
	margin:0 auto;
	padding:3px;
	border:#fff solid 3px;
	color:#fff;
}
#footerNav li a {
    vertical-align: -moz-middle-with-baseline;
}
.members_page #footerNav li {
    padding:0;
}
.members_page #footerNav ul {
    width: 850px;
}

/*==================================
       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 {
	width:100%;
}
.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 {
	width:100%;
	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;
}
.new_btn {
	display:inline-block;
    margin: 0 0 0 4px;
    padding: 3px 7px;
    background-color: #F24103;
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
    text-align: center;
	line-height:1.7em;
}
.textdecoration_linethrough {
    text-decoration: line-through;
}

/*==================================
             single
==================================*/
.single #main section a img {
	border:1px solid #0000FF;
	margin:50px auto;
}
.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) {
	line-height:1.8em;
}
.single #main section p.news-center {
	text-align:center;
}
.copy_top {
	margin:20px auto 0;
}
.link {
	display:block;
	margin:10px auto;
	text-align:left;
	font-size:16px;
}
/*==================================
  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;
}

/*==================================
  　　　会員限定お知らせ
==================================*/

#top.category-members-news #contents {
	width:1010px;
	margin-top:484px;
   	display:flex;
   	justify-content: space-between;   	
}
.archive .members_page #main {
	width:68%;
	margin:30px 2% 0 0;
}
#sidebar {
	width:25%;
	margin:30px auto auto;
	padding:20px 20px 40px;
	background-color:#CCEEC3;
}
.postList_time {
	margin:0 auto 10px;
}
.postList_main_noimg {
	margin:0 auto 20px;
	padding:0 0 20px;
	border-bottom:#999999 solid 1px;
}
#searchform,
#sidebar p,
.pagenav {
	display:none;
}
#sidebar h2 {
	margin:10px auto;
	font-size:18px;
	font-weight:bold;
}
#sidebar ul li ul {
	background:#FFFFFF;
	box-shadow: 0 0 8px #7FB097;
}
#sidebar ul li ul li {
	padding:15px 0;
	border-bottom:#C1C1C1 solid 1px;
}
#sidebar ul li ul li a {
	padding:15px 0;	
	color:#000;
	opacity:1;
}
#sidebar ul li ul li a:hover {
	text-decoration:underline;
}
#sidebar ul li ul li:last-of-type {
	border-bottom:none;
}

/*==================================
  　　会員限定お知らせ　記事
==================================*/
#top.single #contents,
#top.category #contents,
#top.archive #contents {
	width:1010px;
	margin-top:484px;	
}
.single .members_page #main {
    width: 100%;
    display: flex;
    justify-content: space-between;	
}
.single section {
    width: 69%;
    margin: 30px 2% 0 0;
}
.single #sidebar {
    width: 25%;
    margin: 30px auto auto;
    padding: 20px 20px 40px;
    background-color: #CCEEC3;
}
.single h3 {
	margin:20px auto;
    padding:3px 0 10px 40px;
    color: #006834;
	text-align:left;
    font-size: 22px;	
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-bottom: #000 solid 2px;
	background-image:url(/img/common/news_ttl_bg.jpg);
	background-position:0 10%;
	background-repeat:no-repeat;
	background-size:30px 30px;
}
.single p{
	margin-bottom: 16px;
	padding: 0 16px;
}
.single p:last-child{
	margin-bottom: 0px;
}
.entry::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f073';
    margin-right: 5px;
    font-weight: 300;
}
.entry_author::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f304';
    margin-right: 5px;
    font-weight: 900;
}
.postList_title a {
    display: block;
    padding:3px 0 10px 40px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0 auto 5px;
}
.postList_title {
	background-image:url(/img/common/news_ttl_bg.jpg);
	background-position:0 10%;
	background-repeat:no-repeat;
	background-size:30px 30px;
}
.ttl_center {
	margin:10px 0;
	text-align:center;
}
.zoom {
	display:block;
	width:max-content;
	margin:10px 0;
}
.single iframe {
	width:100%;
	margin:0 auto;
}
.red {
	color:#FF0000;
}
.wp-block-file{
	display: block;
	text-align: justify;
}
.wp-block-file__button{
    padding: 4px 20px;
    background: #DF6512;
    color: #fff;
    border-radius: 99px;
    margin: 20px;
    line-height: 28px;
    font-size: 14px;
    display: inline-flex;
	font-weight: 700;
}
.has-vivid-red-color{
	color:#FF0000;
}
/*==================================
  　　スケジュール
==================================*/
#maekup_table {
	width:95%;
	border-collapse: collapse;
	padding: 0;
	max-width: 720px;
	margin:30px auto;
	box-shadow: 0 0 15px -6px #00000073;
}
#maekup_table th,
#maekup_table td {
	padding: 10px 10px;
	border-bottom: 1px solid #eee;
}
#maekup_table  th {
/*	width: 20%;*/
	text-align:center;
	font-size: 14px;
	background-color: #006834;
	color:#fff;
}
#maekup_table tr{
	background-color: #fff;
	text-align: center;
/*	width: 20%;*/
	background-color: #fff;
	color:#3a3a3a;
}
#maekup_table tr:hover{
	background-color: #DCFDDD;
}
#maekup_table th:nth-of-type(1) {width:50px;}
#maekup_table th:nth-of-type(2) {width:70px;}
#maekup_table th:nth-of-type(3) {width:80px;}
#maekup_table th:nth-of-type(4) {width:310px;}
#maekup_table th:nth-of-type(5) {width:110px;}
#maekup_table td:nth-of-type(4) {
	text-align:left;
}


/*==================================
  　　メンバー一覧
==================================*/
.stage-shosai {
	display:none;
}