@charset "UTF-8";
/*
  Skin Name: COLORS（カスタムブルー）
  Description: ほんの少し暗めの青色（#1a6eab）をベースとしたシンプルスキン。
  Author: nekkouse
*/
/*以下にスタイルシートを記入してください*/
body {
  background-color: #e6ecf0;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, Helvetica, Arial, sans-serif;
}

.header, .header .site-name-text {
  color: #fff;
}

.header {
  background-color: #0095d9;
}

.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, .tagcloud a:hover, .pagination a:hover, .pager-links a:hover span, .pagination-next-link:hover, .comment-btn:hover, .comment-reply-link:hover, .navi-footer-in a:hover, .navi-footer-in a:hover {
  background-color: rgba(0, 149, 217, 0.05);
}

.page-numbers,
.tagcloud a,
.author-box,
.ranking-item,
.pagination-next-link,
.comment-reply-link,
.toc {
  border: 1px solid #89c3eb;
}

.page-numbers,
.pagination-next-link {
  border-radius: 8px;
  background: rgba(0, 149, 217, 0.05);
}

.pagination .page-numbers,
.pager-numbers .page-numbers {
  border-radius: 50%;
}

.pagination .current,
.page-numbers.current,
.page-numbers.dots {
  background: #89c3eb;
}

.cat-label,
.mobile-menu-buttons,
.mobile-menu-buttons .menu-button > a,
.navi-menu-content,
.navi-menu-content a,
.go-to-top-button,
#submit {
  background-color: #0095d9;
  color: #fff;
}

#submit {
  width: 80%;
  margin: 0 auto;
  display: block;
}

div.mobile-menu-buttons .menu-button:hover,
.navi-menu-content a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.sidebar-menu-content {
  color: #333;
}

.cat-label {
  top: 0;
  left: 0;
  border: none;
  border-bottom-right-radius: 3px;
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a {
  border-bottom: 1px dashed #ccc;
  padding: 5px 0;
}

.cat-item a::before {
  font-family: FontAwesome;
  content: '\f0da';
  margin-right: 6px;
}

.cat-item .children a::before {
  content: '\f105';
}

.font-awesome-5 .cat-item a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.font-awesome-5 .cat-item .children a::before {
  content: '\f105';
}

.post-count {
  background-color: #eaf4fc;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 0.8em;
}

.main,
.sidebar,
.carousel-in,
.sbp-main-before,
.sbp-footer-before,
.pbp-main-before,
.pbp-footer-before {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.a-wrap {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  transition-duration: 0.3s;
}
.a-wrap:hover {
  background-color: transparent;
  transform: translateY(-4px);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
  transition-duration: 0.3s;
}
.a-wrap > div {
  border: none;
}

.widget-entry-cards .a-wrap {
  margin-bottom: 8px;
}

.comment-list ul.children {
  padding: 0.6em;
  background-color: rgba(0, 149, 217, 0.05);
  border-left: 2px solid #89c3eb;
}

.widget-entry-cards.ranking-visible .card-thumb::before {
  border-radius: 50%;
  background: #89c3eb;
  top: -10px;
  left: -10px;
  border: 2px solid #eee;
}

.navi {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  font-weight: bold;
}
.navi a:hover {
  background-color: #fff;
  text-decoration: underline;
}
.navi ul .sub-menu {
  background-color: #0095d9;
  opacity: 0.95;
}
.navi ul .sub-menu a {
  color: #fff;
}
.navi ul .sub-menu a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.navi ul .sub-menu a .sub-caption {
  opacity: .8;
}

.navi-in > ul .sub-menu {
  display: block;
}
.navi-in > ul .sub-menu li {
  visibility: hidden;
  transition: all 0.2s ease;
  height: 0;
  opacity: 0;
}
.navi-in > ul li:hover > ul > li {
  transition: all 0.2s ease;
  visibility: visible;
  height: 60px;
  opacity: 1;
}
.navi-in > ul .sub-menu .sub-menu li {
  display: none;
}
.navi-in > ul .sub-menu li:hover > ul > li {
  display: block;
}
.navi-in > ul > li:last-of-type .sub-menu {
  right: 0;
}

.sidebar h3 {
  background: transparent;
  padding: 0.4em;
  margin: 0.3em 0;
}

.article h1 {
 font-size: 30px;
 font-weight: bold;
 line-height: 52px;
 padding: 5px 15px;
 border-top:2px solid #000066;
 border-left: 6px solid #1a6eab;
 border-bottom:1px solid #e5e5e5;
 border-right: 6px solid #1a6eab;
 background-color: #fff;
 background-position: left center;
 color: #000;
 margin:30px 0px 20px;
}

.article h2 {
 font-size: 22px;
 font-weight: bold;
 line-height: 36px;
 padding: 5px 15px;
 border-top:2px solid #000066;
 border-left: 6px solid #1a6eab;
 border-bottom:1px solid #e5e5e5;
 border-right: 6px solid #1a6eab;
 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5e5e5), to(#fff));
 background: -moz-linear-gradient(#e5e5e5, #fff);
 -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#e5e5e5, EndColorStr=#fff)";
 background-position: left center;
 color: #000;
 margin:30px 0px 20px;
}

.article h3 {
 font-size: 18px;
 font-weight: bold;
 line-height: 30px;
 border-top:1px solid #000066;
 border-left: 4px solid #1a6eab;
 border-bottom:1px solid #e5e5e5;
 border-right: 4px solid #1a6eab;
 max-width: 600px;
 padding: 3px 10px 3px 20px;
 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5e5e5), to(#fff));
 background: -moz-linear-gradient(#e5e5e5, #fff);
 -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#e5e5e5, EndColorStr=#fff)";
 background-position: left center;
 color: #000;
 margin: 20px 8px 12px 8px;
 position: relative;
}

.article h4 {
 font-size: 1.1rem;
 font-weight: 600;
 line-height: 1.3;
 padding: 3px 10px 3px 20px;
 border-top:1px solid #000066;
 border-left: 2px solid #1a6eab;
 border-bottom:1px solid #e5e5e5;
 border-right: 2px solid #1a6eab;
 max-width: 360px;
 background-color: #f8f8f8;
 color: #000;
 margin: 20px 10px 8px 10px;
}

.article h5,
.article h6 {
  border: none;
}

#tinymce.main {
  box-shadow: none;
}

/*水平線(hr)の設定*/

hr {
  margin-top: 14px;
  margin-bottom: 14px;
  border-color: #ccc;
}

/*サイドバー(Sidebar)タイトル*/

#sidebar h3{
  text-align:center;
  line-height: 28px;
  font-size: 20px;
  color: #fff;
  background-color: #1a6eab;
}

/* 表示・非表示ボタン用設定 */

.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 13px;
    border: solid 1px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.6s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
