@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.header {
    background-image: linear-gradient( 7deg, #83b0de 5%, #003367 60%);
}
.site-name-text, .tagline {
    font-weight: normal;
}
.navi {
    background-color: whitesmoke;
    box-shadow: 0 2px 3px rgba(76,133,181,.3);
}
.navi-in ul.sub-menu {
    background-color: #5e99e2;
}
.navi-in a {
    color: #757575;
}
.navi-in a:hover {
    background-color: #e0e9ef;
}
.sidebar h3 {
    background-image: linear-gradient( 165deg, #83b0de 0%, #20569a 20%);
    font-size: 1rem;
    padding: .3em 1em .3em 1em;
    margin-bottom: 0;
}
.sidebar aside {
    margin-bottom: 1em;
}
h3.widget-title {
    font-family: apple-system,BlinkMacSystemFont,helvetica,arial,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif !important;
}
.sidebar aside > div,
.sidebar aside > ul {
    background-color: #f7f7f7;
}
a:hover {
    color: #4b80be;
}
.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover {
    background-color: #e8e8e8;
    transition: all 0.3s ease-in-out;
    color: #333;
}
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
    color: #696969;
}
aside.widget_sp_image img {
    display: block;
}
.article h2 {
    font-size: 1.4rem;
}
.article h2::after {
    background-image: linear-gradient( 165deg, #83b0de 0%, #2e62a2  20%);
}
.article h3 {
    border-left: 8px solid #0f5aa5;
    font-size: 1.1rem;
    background: linear-gradient(to right,#d1e6fb 50%,#fff 100%);
}
article.page div.date-tags {
    display: none;
}
.search-box {
    margin: 1em 0;
}
.main {
    border-top: solid 5px #4b80be;
    border-radius: 5px 5px 0 0;
}
.under-entry-content h2 {
    background-image: linear-gradient( 165deg, #83b1de 0%, #447aba 20%);
}
.comment-btn, input#submit, .appeal-button, .comment-reply-link {
    background-color: #4379ba;
}
#list {
    font-size: 1.3em;
}
.toc-title {
    background: #83a2c7;
}
fieldset {
    padding: 0 10px;
}
.mw_wp_form button {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 0.7em;
    color: #FFF;
    background: #5d727d;
    transition: .4s;
}
.footer-bottom-logo {
    bottom: auto;
}
.wp-block-cocoon-blocks-column-right iframe {
    border-style: none;
}
.toc .toc-list {
    padding-left: 1.5em;
}
.entry-card-snippet, .related-entry-card-snippet {
    line-height: 1.5;
}
figcaption.blocks-gallery-item__caption a {
    text-decoration: none;
    color: white;
}
.eye-catch .cat-label, .cat-label {
    background-image: linear-gradient( 135deg, #83b1de 10%, #3c74b6 100%);
}
.cat-link {
    background-color: #087efb;
}
.footer {
    background-image: linear-gradient( 160deg, #83b0de 5%, #003367 60%);
}
.go-to-top-button {
    background-color: #4783c1;
}
#canvas {
    height: 400px;
    position: relative;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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