.sidebar h3 {
    background: none;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;
	  color: #77b8da;
}
.sidebar h3::before, .sidebar h3::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 28%; /*ラインの長さ*/
    border-top: 3px solid #77b8da;; /*ラインの色*/
}
.sidebar h3::before {
    left: 0;
}
.sidebar h3::after {
    right: 0;
}
/*著者情報を消す場合*/
.author-info {
    display: none;
}
.entry-card-snippet {
    letter-spacing: 0.1em;
}
.entry-card-title, .related-entry-card-title {
    letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 10px;
	font-size: 14px;
}
option {
    font-size: 14px;
    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.article h2 {
    background: #77b8da;
    border-left: solid 5px #0095d9;
    position: relative;
    box-shadow: 0px 0px 0px 5px #77b8da;
    border: dashed 2px white;
    padding: 0.8em 1em;
}
.article h2:after {
    position: absolute;
    content: '';
    left: -8px;
    top: -8px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #77b8da;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.widget-entry-cards.not-default .e-card {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 480px){
.menu-content {
    max-width: 60%;
}
.sidebar h3::before, .sidebar h3::after {
 width: 12%;
}}
.menu-content {
    text-align: center;
}
.menu-drawer a {
    padding: 14px;
    border: solid 2px;
    margin: 18px;
    /* background-color: #2ea9df !important; */
}
.tagcloud a {
    flex: none;}
.widget_categories ul li a { /*親カテゴリ用のコード*/
    color: #333;
    text-decoration: none;
    padding: 6px 0;
    display: block;
    padding-right: 4px;
    padding-left: 4px;
    border-top: 1px dotted #ccc; /*上部にボーダーを引く*/
    font-size: 16px;
}
.widget_categories ul li a::before { /*親カテゴリのアイコン*/
    font-family: FontAwesome;
    content: "\f0da";
    padding-right: 10px;
}
.widget_categories > ul > li > a:first-child { 
    border-top: none; /*最初の親カテゴリは上部ボーダーを消す*/
}
.widget_categories > ul > li > a:last-child {
    border-bottom: 1px dotted #ccc; /*最後の親カテゴリは下部ボーダーを引く*/
}
.widget_categories ul li a .post-count { /*記事数用のコード*/
    display: block;
    float: right;
    background: #ededed;
    padding: 0 1em;
    font-size: 14px;
    margin-top: .2em;
    border-radius: 4px;
}
.widget_categories ul li a:hover { /*親子共通マウスホバー時*/
    background: none;
    transition: 0.5s;
    color: #77b8da;
}
.widget_categories ul li a:hover .post-count { /*記事数のマウスホバー時*/
    background: #77b8da;
    color: #fff;
    transition: 0.5s;
}
.widget_categories ul li ul { /*子カテゴリのボックス*/
    border-bottom: 1px dotted #ccc;
}
.widget_categories ul li ul li a { /*子カテゴリ用のコード*/
    color: #333;
    text-decoration: none;
    padding: 0 4px 4px 4px;
    display: block;
    border: none;
}
.widget_categories ul li ul li a::before { /*子カテゴリのアイコン*/
    font-family: FontAwesome;
    content: "・";
    padding: 0;
}
.e-card-info {
	color: #666; /*色を薄く*/
}

.wp-caption-text {
    color: #aaa;
    letter-spacing: 0.1em;
	    font-family: cursive;
    margin-bottom: 6px;
}
.pager-post-navi a.prev-post {
    box-shadow: none;
}
.pager-post-navi a.next-post {
    box-shadow: none;
}
.pager-post-navi a {
    letter-spacing: 0.15em;
}
.rect-vartical-card .related-entry-card-title {
    font-size: 12px;
}
.related-entry-card-snippet {
    font-size: 0.6em;
    letter-spacing: 0.05em;
}
.nwa .author-box .author-thumb {
    width: 100%;
}

.author-box {
    border: none; 
	  margin: 0;
    line-height: 1.8em;
}
.author-box .author-name a {
    text-decoration: none;
    color: #999;
}
.author-box .author-name a:hover {
    background: none;
    transition: 0.5s;
    color: #77b8da;
}
aside#author_box-9 {
    margin-bottom: 10px;
}
.icon-rss-logo {
    background-color: #ff8c00;
    color: white;
    border: solid 2px #ff8c00;
}
.icon-feedly-logo {
    background-color: #6cc655;
    color: white;
    border: solid 2px #6cc655;
}
.icon-youtube-logo {
    background-color: #DA1725;
    color: white;
    border: solid 2px #DA1725;
}
.ect-vertical-card .entry-card-wrap .entry-card-thumb {
    box-shadow: 5px 3px 10px 0px #aaa;
}
.video-container {
  max-width: none;
}
.menu-header .current-menu-item, .menu-header .current-post-item, .menu-header .current-menu-ancestor, .menu-header .current-post-ancestor, .menu-header .menu-item:hover {
    border-bottom: 3px solid #D8AE77;
}
.no-scrollable-sidebar .sidebar {
    height: auto;
}
.author-box .sns-follow-buttons a.follow-button {
    height: 22px;
}
.go-to-top-button:hover {
  color: #d2e7f5;
}
.menu-header .item-label {
    letter-spacing: 0.05em;
}
.comment-list { /*全体の枠*/
  border: 1px solid rgba(119,184,218,.5);
  padding: 0;
	margin-bottom: 40px;
}
.comment-title { /*タイトルの装飾*/
  margin: 0;
  font-size: 22px;
  background: #77b8da;
  color: #fff;
  padding: 12px 0px 12px 20px;
  font-weight: normal;
	    letter-spacing: 0.1em;
}
.comment-title:before { /*タイトルにアイコンを付ける*/
  font-family: FontAwesome;
  content: '\f27b';
  color: #fff;
  margin-right: 4px;
}
.commets-list {
  padding: 20px 20px 0 20px;
}
.commets-list > li {
  border-top: 2px dashed #72c7e6; /*スレッドを区切る点線*/
  margin-top: 30px;
  padding-top: 20px;
}
.commets-list > li:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.commets-list .children {
  border-left: 1px solid #ccc; /*返信コメントの左側のボーダー*/
  margin-top: 0;
}
.commets-list .avatar { /*アバターの位置調整*/
  float: left;
  margin-right: 10px;
}
.comment-content { /*コメントの吹き出し*/
  padding: 2px 10px;
  margin: 40px 0 6px 0;
  border-radius: 2px;
  position: relative;
}
.comment-content p { /*吹き出し内の文字を調整*/
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.5em;
	letter-spacing: 0.1em;
}
.comment-reply-link { /*返信ボタンの装飾*/
  color: #333;
  border: none;
  border-radius: 2px;
  background: #ededed;
  padding: 1px 12px;
  transition: 0.5s;
}
.comment-reply-link:hover { /*返信ボタンのマウスホバー時*/
  color: #fff;
  background: #77b8da;
  transition: 0.5s;
}
.commets-list .comment-body {
  margin-bottom: 0;
}
.comment-list ul.children {
    padding: 0.6em;
    background-color: #fff;
    border-left: 1px dashed #89c3eb;
}
#submit {
    background-color: #77b8da;
    color: #fff;
    border: none;
}
a#cancel-comment-reply-link {
    text-decoration: none;
    font-size: 14px;
    padding-left: 2em;
}
.mobile-menu-buttons .menu-button > a,.mobile-menu-buttons {
	background-color: #77b8da;
    color: #fff;
}
a.menu-button-in:hover {
    background-color: #f5f8fa;
    transition: all 0.7s ease;
    color: #333;
}
.widget-entry-cards.large-thumb-on .card-content {
    font-size: 0.7em;
}