@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: 日本糖尿病・肥満動物学会
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* ------------ヘッダー------------ */
.logo {
text-align: center;
margin: 0 20px;
}
.header {
height: 100%;
border-bottom: 0.5em solid #ceedc9;
}

.sidebar {
padding: 0px 10px;
background-color: #12665b;
}

/* ------------フッター------------ */
.source-org.copyright:before {
content: url(/wp-content/uploads/2021/10/footer_logo.png);
margin-right: 10px;
}

.footer-bottom {
margin-top: 0;
}

.footer {
padding-top: 0px;
}

.copyright {
margin-top: 0;
}
/* ------------タイトル------------ */


.article h1{
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #fffaf4;/*背景色*/
border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}
.article h2{
border-bottom: solid 2px #189a8c;
color: #189a8c;
background-color: unset;
padding: 0.2em 0.5em;
}
.article h3{
padding: 7px 15px;
font-size: 20px;
}
.article h4{
border-color: #189a8c;
font-size: 20px;
padding: 7px 10px;
background-color: #ececec;
border-bottom: unset;

}
.article h5{
border-color: #189a8c;
font-size: 100%;
padding: 4px 9px;
margin: 1em 0;
}




/* ------------サイドメニュー------------ */
div#sidebar li.side_menu {
border-bottom: 1px solid #ececec;
border-collapse: collapse;
background-color: #12665b;
}
div#sidebar li.side_menu a {
color: #ececec;
letter-spacing: 0.1em;
text-decoration: none;
padding: 10px 0;
display: block;
padding-right: 4px;
padding-left: 4px;
border-collapse: collapse;
background-color: #12665b;
}
div#sidebar li.side_menu a:before {
content: "\f138";
padding: 0 0.3em;
font-family: FontAwesome;
}
div#sidebar li.side_menu a:hover {
background-color: rgba(206,237,201,0.5);
color: #ececec;
}

div#sidebar li.side_menu a:before {
content: url(/wp-content/uploads/2021/10/menu_icon.png);
margin-right: 5px;
}


/*---------------------------------
エントリーカード
--------------------------------*/
.entry-card-thumb{ 
display:none;
}
.entry-card-content {
margin-left: 0;
}
.entry-card .admin-pv {
display:none;
}
/*---------------------------------
固定ページの日付を非表示にする
--------------------------------*/
.date-tags {
display: none;
}
/* ----日付を表示させるには以下参照---- */
.post-●● .date-tags {
display: block;
}


/*---------------------------------
スライドショー  (classにmember_sliderを設定)
--------------------------------*/
.member_slider.metaslider {
background-color: #339999;
padding: 15px 15px 70px;
margin-bottom: 60px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-border-radius: 10px;
}
.member_slider .rslides_nav {
top: unset;
bottom: 6px;
margin: 8px 100px;
padding: 5px 20px;
opacity: unset;
background-color: #333;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.member_slider.metaslider .caption-wrap {
top: 0;
bottom: unset;
width: auto;
}

.member_slider.metaslider {
background-color: #339999;
padding: 0;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
/*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
/*必要ならばここにコードを書く*/

.logo {
text-align: center;
}
}


/*480px以下*/
@media screen and (max-width: 480px){
/*必要ならばここにコードを書く*/
}

/*---------------------------------
reCAPTCHAのロゴを非表示
--------------------------------*/
.grecaptcha-badge { visibility: hidden; }


/*---------------------------------
会員ページPDFリスト
--------------------------------*/
.meeting-list {
margin-bottom: 4em;
width: 100%;
}

.meeting-list h2 {
border: none;
margin-bottom: 10px;
color: #189a8c;
}

.meeting-list__table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}

.meeting-list__table th,
.meeting-list__table td {
box-sizing: border-box;
border: 1px solid #66c6bd;
background: none;
}

.meeting-list__table th {
padding: 20px 16px;
color: #333;
font-size: 16px;
font-weight: unset;
line-height: 1.5;
text-align: left;
}

.meeting-list__table th a {
display: block;
color: #333;
text-decoration: unset;
}

.meeting-list__table th a:hover {
color: #189a8c;
}

.meeting-list__table td {
width: 108px;
padding: 14px 12px;
text-align: center;
}

.meeting-list__table .meeting-list__button {
display: inline-flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
min-width: 70px;
padding: 7px 12px;
border: 2px solid #ff626b;
border-radius: 7px;
background-color: #fff;
color: #f04f59;
font-size: 14px;
font-weight: 400;
line-height: 1.2;
text-decoration: none;
transition:
background-color 0.2s ease,
color 0.2s ease;
}

.meeting-list__table .meeting-list__button:hover {
background-color: #ff626b;
color: #fff;
}

.meeting-list__table .label_new:before {
content: "NEW";
display: inline-block;
padding: 1px 5px;
background: #ff963d;
color: #fff;
font-size: 13px;
margin-right: 10px;
}

.meeting-list_warp.meeting_news_warp {
background: #f5f5f5;
padding: 1em;
}

.meeting-list_warp.meeting_news_warp .meeting-list {
margin: 0;
}

.meeting-list_warp.meeting_news_warp .meeting-list table.meeting-list__table {
margin: 0;
}

.meeting-list_warp.meeting_news_warp .meeting-list table.meeting-list__table tr {
background: no-repeat;
}

.meeting-list_warp.meeting_news_warp .meeting-list table.meeting-list__table th {
border: none;
padding: 5px;
}

.meeting-list_warp.meeting_news_warp .meeting-list table.meeting-list__table th a:hover {
background: none;
}

@media screen and (max-width: 600px) {
.meeting-list {
padding: 0;
border-radius: 10px;
}

.meeting-list__title {
gap: 10px;
padding-bottom: 20px;
font-size: 26px;
}

.meeting-list__table th {
padding: 15px 10px;
font-size: 16px;
}

.meeting-list__table td {
width: 78px;
padding: 10px 8px;
}

.meeting-list__table .meeting-list__button {
min-width: 56px;
padding: 6px 8px;
font-size: 15px;
}
}