https://help.hatenablog.com/entry/design/design-css/* <system section="theme" selected="8599973812277910039"> */
@charset "utf-8";
/*
  Theme: SOHO
  Author: Shiroma Takumi
  Description:
    レスポンシブに対応したデザインテーマ
  Responsive: yes
  Licensed under the MIT license.
*/
/*  import normalize */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
/*  import mixin */
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*  import variable */
/* memo 
maincolor  #977d3b
fonts 'Noto Sans' or 'Merriweather'
*/
/* Common */
html,
body {
  font-family: 'Merriweather','Helvetica Neue', 'Helvetica', 'Arial',"游ゴシック Medium", Yu Gothic Medium, YuGothic,'Yu Gothic','Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #111;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px){
  html,body {
    color: #444;
    font-size: 14px;
  }
}
a {
  color: #977d3b;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:visited {
  color: #977d3b;
}
a:hover {
  color: #666;
  -webkit-transition: all .3s;
  transition: all .3s;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #111;
  text-decoration: none;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #dddddd;
  color: #454545;
}
ul,ol {
  padding-left: 36px;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}
/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #fff;
  color: #666;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
/* container */
#container {
  width: 100%;
  overflow: hidden;
}

#container #content {
  padding-top: 40px;
  border-top: 1px solid #f0f0f0;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
}
#container #content-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1050px;
  display: block;
  *zoom: 1;
}
#container #content-inner:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
/* 2カラムレイアウト */
#main {
  width: 680px;
  float: left;
}
#box2 {
  width: 320px;
  float: right;
}
@media screen and (max-width: 1120px){
  #container #content-inner {
    max-width: 920px;
  }
  #main {
    width: 580px;
  }
}
@media screen and (max-width: 980px) {
  #container #content {
    padding: 30px 14px;
  }
  #container #content-inner {
    max-width: initial;
  }
  #main {
    width: 100%;
    float: none;
  }
  #box2 {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #container #content {
    padding: 20px 10px;
  }
}
/* header */
#blog-title {
  margin: 0;
  padding: 60px 0 40px;
  text-align: center;
}
#title {
  margin: 0;
  font-size: 1.8rem;
}
#title a {
  color: #111;
}
#blog-description {
  font-weight: normal;
  font-size: 0.9rem;
  color: #666;
  margin: 16px auto 0 auto;
  max-width: 80%;
}
@media (max-width: 767px) {
  #blog-title {
    padding: 30px 0;
  }
  #title {
    font-size: 1.5rem;
  }
  #blog-description {
    margin-top: 8px;
  }
}
/* ヘッダ画像を設定したとき */
.header-image-enable #container,
.header-image-only #container {
  padding-top: 0;
}
.header-image-enable #blog-title,
.header-image-only #blog-title {
  padding: 0;
}
.header-image-enable #title {
  
}
.header-image-enable #blog-title #blog-title-inner,
.header-image-only #blog-title #blog-title-inner {
  height: auto;
  min-height: 240px;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* background-size: cover;
  background-position: center center !important; */
  position: relative;
}

.header-image-enable #blog-title-content {
  text-align: center;
}

.header-image-enable #blog-title #title a {
  display: inline-block;
  padding: 20px 30px;
  color: #fff;
  background-color: rgba(0,0,0,.8);
  text-shadow: 0 0 0 rgba(0,0,0,0);
}
.header-image-enable #blog-title #blog-description {
  display: inline-block;
  width: auto;
  max-width: 60%;
  margin: 14px auto 0;
  padding: 10px 20px;
  color: #fff;
  background-color: rgba(0,0,0,.8);
  text-shadow: 0 0 0 rgba(0,0,0,0);
}
@media (max-width: 767px) {
  .header-image-enable #blog-title #blog-title-inner,
  .header-image-only #blog-title #blog-title-inner {
    background-position: center center !important;
    background-size: cover;
    min-height: 180px;
    padding: 40px 0 40px;
  }
  .header-image-enable #blog-title #blog-description {
    max-width: 80%;
  }
}
#top-editarea {
  background-color: #fff;
  /*padding-bottom: 20px;*/
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  padding: 10px auto 20px;
  font-size: 90%;
  background-color: #fff;
}
#top-box .breadcrumb {
  padding: 10px 0;
  margin-bottom: 0px;
}
#top-box .breadcrumb-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1050px;
}

@media screen and (max-width: 1120px) {
  #top-box .breadcrumb-inner {
    max-width: 920px;
  }
}
@media screen and (max-width: 980px) {
  #top-box .breadcrumb-inner {
    max-width: initial;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
  }
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 100px;
}
.entry-header {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.entry-title {
  margin: 0;
  line-height: 1.3;
  font-size: 1.4rem;
}
/* 日付 */
.date {
  font-family: 'Helvetica', 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;;
  font-weight: bold;
  margin-bottom: 24px;
}
.date a {
  background-color: #f0f0f0;
  color: #111;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 2px 4px;
  display: inline-block;
}
@media screen and (max-width: 767px){
  .date {
    margin-bottom: 18px;
  }
  .date a {
    padding: 2px 6px;
  }
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 0.9rem;
}
.categories a {
  color: #666;
  margin-right: 8px;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
.categories a::before {
  content: "#";
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* entry-content の中の書式 */
.entry-content {
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.entry-content p {
  margin: 0 0 1em 0;
}
@media screen and (max-width: 767px) {
  .entry-content p {
    font-size: 1.04rem;
  }
}
.entry-content img {
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.entry-content img:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.4);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.entry-content .sh-shadow img {
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
}
@media screen and (max-width: 767px) {
  .entry-content .sh-shadow img {
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
  }
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 54px 0 0.8em 0;
  color: #111;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 1.4rem;
}
.entry-content h2 {
  font-size: 1.3rem;
  border-bottom: 2px solid #111;
}
.entry-content h3 {
  font-size: 1.2rem;
  border-bottom: 4px double #999;
}
.entry-content h4 {
  font-size: 1.1rem;
  padding-left: 10px;
  border-left: 4px solid #111;
  margin-top: 40px;
}
.entry-content h5 {
  position: relative;
  font-size: 1rem;
  padding-left: 18px;
  margin-top: 36px;
}
.entry-content h5::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #111;
  margin-top: -4px;
}
.entry-content h6 {
  font-size: 1rem;
  margin-top: 36px;
}
@media (max-width: 767px){
  .entry-content h1 {
    font-size: 1.6rem;
  }
  .entry-content h2 {
    font-size: 1.5rem;
  }
  .entry-content h3 {
    font-size: 1.4rem;
  }
  .entry-content h4 {
    font-size: 1.3rem;
  }
  .entry-content h5 {
    font-size: 1.2rem;
  }
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f5f5f5;
}
.entry-content blockquote {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  font-size: 80%;
  color: #999999;
}
.entry-footer-section a {
  color: #999999;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #dddddd;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.comment-content {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  font-size: 80%;
  color: #999999;
  margin: 0;
}
.comment-metadata a {
  color: #999999;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .comment-content {
    font-size: 0.94rem;
    position: relative;
    padding: 16px;
    background-color: #eee;
    border-radius: 6px;
    z-index: 1;
    color: #111;
  }
  .comment-content::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 16px;
    border: 8px solid transparent;
    border-right-color: #eee;
  }
  .comment-box ul {
    line-height: 1.5;
  }
  .comment-box .hatena-id-icon {
    top: 26px;
  }
}
.entry-content .entry-see-more {
  display: block;
  padding: 6px 0;
  background-color: #eee;
  text-align: center;
  font-size: 1.2rem;
  text-decoration: none;
  color: #111;
  font-weight: bold;
}
.entry-content .entry-see-more:hover {
  background-color: #ccc;
}
.entry-content .entry-see-more::after {
  font-family: "blogicon";
  content: "\f006";
  font-size: .8rem;
  margin-left: 10px;
}
/* 目次 */
.table-of-contents {
  margin: 0;
  padding: 20px 20px 20px 40px;
  background-color: #f0f0f0;
  border-radius: 6px;
  font-size: .9rem;
}
.table-of-contents ul {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .table-of-contents {
    font-size: 1rem;
  }
}
/* sidebar */
#box2 {
  
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  font-weight: bold;
  margin-bottom: 15px;
  padding: 8px 0;
  font-size: 1rem;
  text-align: center;
  color: #111;
  border-bottom: 4px double #ddd;
}
.hatena-module-title a {
  color: #111;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 5px;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  font-size: .9rem;
  margin-bottom: 5px;
}
.hatena-module-profile .profile-description {
  font-size: .9rem;
}
@media (max-width: 767px) {
  .hatena-module-profile .profile-description {
    font-size: 1rem;
  }
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: .9rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .hatena-urllist li {
    font-size: 1rem;
  }
}
.hatena-urllist li a {
  text-decoration: none;
}
.hatena-urllist li .urllist-category-link {
  color: #999;
}
.hatena-urllist li .urllist-category-link::before {
  content: '#';
  margin-right: -2px;
}

.urllist-title-link {
  font-size: .9rem;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 5px;
  color: #454545;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.hatena-module-search-box .search-module-button {
  width: 20px;
  height: 20px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.5;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}
/* Pager */
.pager {
  margin: 1em 0;
  display: block;
  *zoom: 1;
}
.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}
.adx-responsive-mode {
  margin: 0;
  padding: 20px 0;
}
/* Footer */
#footer {
  padding: 40px 0 60px;
  text-align: center;
  background-color: #f0f0f0;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
}
#footer a {

}
/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive ページ */

.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em;
}
.page-archive .archive-entries .date {
  margin-bottom: 12px;
}
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  line-height: 1.7em;
  font-size: 95%;
}
/* .page-archive .categories a {
  color: #fff;
  font-size: 70%;
  background: #aaa;
  padding: 3px 5px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2px;
} */
/* グローバルナビ */
.sh-global-nav-wrap {
  position: relative;
  z-index: 50;
}
.sh-global-nav {
  width: 100%;
}
.sh-global-nav-list {
  font-size: 0;
  letter-spacing: 0;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.sh-global-nav-list .sh-global-nav-item {
  position: relative;
  font-size: 1rem;
  display: inline-block;
  border-right: 1px solid #eee;
  padding: 0 16px;
  height: 30px;
  line-height: 30px;
  z-index: 3;
}
.sh-global-nav-list .sh-global-nav-item:last-child {
  border-right: none;
}
.sh-global-nav-list .sh-global-nav-item a {
  position: relative;
  text-decoration: none;
  color: #111;
}
.sh-global-nav-list .sh-global-nav-item a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #111;
  height: 1px;
  width: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sh-global-nav-list .sh-global-nav-item a:hover:after {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sh-global-nav-list .has-child {
  padding-right: 28px;
}
.sh-global-nav-list .has-child::after {
  position: absolute;
  right: 8px;
  top: 14px;
  content: '';
  border: 4px solid transparent;
  border-top-color: #999;
}
.sh-global-nav-list .sh-global-nav-item ul {
  margin: 10px 0 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  list-style: none;
  z-index: 4;
}
.sh-global-nav-list .sh-global-nav-item ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}
.sh-global-nav-list .sh-global-nav-item:hover ul {
  margin: 0;
  padding-top: 10px;
}
.sh-global-nav-list .sh-global-nav-item:hover ul li {
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 34px;
}
.sh-global-nav-list .sh-global-nav-item ul li a {
  background-color: #f0f0f0;
  display: block;
  line-height: 33px;
  border-bottom: 1px solid #eee;
}
.sh-global-nav-list .sh-global-nav-item ul li:last-child a {
  border-bottom: none;
}
.sh-global-nav-list .sh-global-nav-item ul li a:hover {
  background-color: #aaa;
}
/* トグルボタン */
.sh-mobile-head-toggle-button {
  position: absolute;
  height: 40px;
  width: 46px;
  left: 0;
  top: 0;
  z-index: 1;
}
.sh-mobile-head-toggle-button span {
  position: absolute;
  left: 10px;
  width: 26px;
  height: 2px;
  background-color: #111;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}
.sh-mobile-head-toggle-button span:first-child {
  top: 12px;
}
.sh-mobile-head-toggle-button span:nth-child(2) {
  top: 20px;
}
.sh-mobile-head-toggle-button span:nth-child(3) {
  top: 28px;
}
.sh-mobile-head-toggle-button.is-open span:first-child {
  animation: rotate-span1 .6s forwards;
}
.sh-mobile-head-toggle-button.is-open span:nth-child(2) {
  animation: rotate-span2 .6s forwards;
}
.sh-mobile-head-toggle-button.is-open span:nth-child(3) {
  animation: rotate-span3 .6s forwards;
}
@keyframes rotate-span1 {
  0% {top: 12px;width: 26px;transform:rotate(0deg);left:10px;}
  50% {top: 20px;width: 0px;left:23px;}
  100% {top: 20px;width: 26px;transform:rotate(315deg);left:10px;}
}
@keyframes rotate-span2 {
  0% {width: 26px;left: 10px;}
  50% {width: 0px;left:23px;}
  100% {width: 0px;left:23px;}
}
@keyframes rotate-span3 {
  0% {top: 28px; width: 26px;transform:rotate(0deg);left: 10px;}
  50% {top: 20px;width: 0px;left:23px;}
  100% {top: 20px;width: 26px;transform:rotate(-315deg);left:10px;}
}
/* サイト名 */
.sh-site-name {
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  opacity: 0;
  visibility:hidden;
}
.sh-site-name.is-show {
  opacity: 1;
  visibility:visible;
}
.sh-site-name p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  color: #111;
}
.sh-site-name a {
  color: #111;
  text-decoration: none;
}
/* グローバルナビ検索ボックス */
.sh-global-nav-wrap .search-box {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 1;
}
.sh-global-nav-wrap .sh-search-button {
  width: 46px;
  height: 40px;
  text-align: center;
}
.sh-global-nav-wrap .sh-search-button i {
  margin-top: 6px;
  font-size: 24px;
  color: #111;
}
.sh-global-nav-wrap .hatena-module-body {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 0px 16px;
  height: 0;
  margin-top: 1px;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: rgba(255,255,255,.8);
}
.sh-global-nav-wrap .hatena-module-body.is-open {
  height: auto;
  padding: 16px;
}
.sh-global-nav-wrap .hatena-module-body .search-module-input {
  width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 4px;
  border-radius: 0;
  -webkit-appearance:none;
}
.sh-global-nav-wrap .hatena-module-body .search-module-button {
  margin: 10px 0 0 140px;
  width: 60px;
  height: 28px;
  border-radius: 0px;
  background-color: #eee;
  color: #111;
  border: 1px solid #999;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#container #container-inner {
  position: relative;
  left: 0;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 1;
}
#container #container-inner.is-open {
  left: 250px;
}
.sh-mobile-head {
  display: none;
}
.sh-black-back {
  display: none;
}
@media (max-width: 767px) {
  .sh-global-nav-wrap {
    height: 0px;
  }
  .sh-global-nav {
    margin-bottom: 0;
    border-bottom: none;
    position: fixed;
    width: 230px;
    height: 100%;
    top: 0;
    left: -250px;
    overflow-y: auto;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding-top: 40px;
  }
  .sh-global-nav.is-open {
    left: 0;
  }
  .sh-global-nav-list {
    padding: 0;
    text-align: left;
  }
  .sh-global-nav-list .sh-global-nav-item a {
    padding: 0 12px;
  }
  .sh-global-nav-list .sh-global-nav-item {
    height: 38px;
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .sh-global-nav-list .sh-global-nav-item.has-child {
    height: auto;
  }
  .sh-global-nav-list .sh-global-nav-item.has-child::after {
    display: none;
  }
  .sh-global-nav-list .sh-global-nav-item > a {
    display: block;
    line-height: 38px;
    font-weight: bold;
    background-color: #eee;
    color: #111;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .sh-global-nav-list .sh-global-nav-item > a:hover {
    background-color: #999;
  }
  .sh-global-nav-list .sh-global-nav-item a:after {
    display: none;
  }
  /* 子カテゴリー */
  .sh-global-nav-list .sh-global-nav-item ul {
    padding: 0;
    position: static;
    margin: 0;
  }
  .sh-global-nav-list .sh-global-nav-item:hover ul {
    padding-top: 0;
  }
  .sh-global-nav-list .sh-global-nav-item ul li {
    height: 36px;
  }
  .sh-global-nav-list .sh-global-nav-item:hover ul li {
    height: 36px;
  }
  .sh-global-nav-list .sh-global-nav-item ul li a {
    background-color: #fff;
    font-size: 0.9rem;
    line-height: 36px;
    border: none;
  }
  .sh-global-nav-list .sh-global-nav-item ul li a::before {
    font-family: "blogicon";
    content: "\f006";
    font-size: 0.7rem;
    color: #aaa;
    margin-right: 10px;
  }
  .sh-mobile-head {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 80;
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  .sh-mobile-head.is-open {
    left: 230px;
  }
  .sh-black-back {
    position: fixed;
    left: 0;
    top: 40px;
    display: block;
    width: 0;
    height: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    background-color: #000;
    opacity: 0.6;
    z-index: 2000;
  }
  .sh-black-back.is-open {
    display: block;
    width: 100%;
    left: 230px;
  }
}

/* フォローボタン */
.sh-follow-btn-small {
  text-align: center;
}
.sh-follow-btn-small a {
  display: inline-block;
  color: #111;
}
.sh-follow-btn-small i,
.sh-follow-btn-small i.lg {
  font-size: 30px;
  margin-right: 12px;
}
/* シェアボタン */
.sh-share-area,
.sh-share-fixed-bottom {
  width: 60%;
  position: relative;
  background-color: #fff;
  padding : 4px 0;
  margin: 20px auto;
  z-index: 1;
}
.sh-share-text {
  font-size: 0.9rem;
  margin-bottom: 6px;
  text-align: center;
  color: #666;
}
.sh-share-list {
  list-style: none;
  font-size: 0px;
  letter-spacing: 0px;
  padding: 0;
  margin: 0;
}
.sh-share-item {
  position: relative;
  text-align: center;
  display: inline-block;
  font-size: 26px;
  width: 25%;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.sh-share-item:last-child {
  border-right: none;
}
.sh-share-item a {
  height: 36px;
  line-height: 36px;
  display: block;
  color: #111;
}
.sh-share-item a:hover {
  opacity: .6;
}
.sh-share-item .sh-share-count {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: 8px;
  display: block;
  min-width: 14px;
  padding: 0 2px;
  line-height: 18px;
  text-align: center;
  border-radius: 10px;
  font-size: .6rem;
  color: #fff;
  background-color: #999;
}

@media (max-width: 767px) {
  .sh-share-area {
    width: 100%;
  }
  .sh-share-fixed-bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5000;
    background-color: #fff;
    border-top: 1px solid #eee;
    margin: 0;
    padding : 4px 0;
  }
  .sh-share-fixed-bottom .sh-share-text {
    display: none;
  }
  .sh-share-fixed-bottom .sh-share-item {
    font-size: 22px;
  }
  .sh-share-item .sh-share-count {
    margin-left: 6px;
  }
}
/* 画像を横幅いっぱい */
@media screen and (max-width: 480px) {
  .sh-wide img {
    max-width: initial;
    width: 100vw;
    margin-left: calc(0vw - 10px);
  }
}

/*  import media queries */
/* Media Queries - Retina Display */
@media (-webkit-min-device-pixel-ratio: 2) {
  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png) no-repeat right center;
    background-size: 20px 20px;
  }
}
/* Media Queries - Tablet */
@media (min-width: 768px) and (max-width: 1024px) {

}
/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 767px) {

}
/* Media Queries - Smartphone */
/* </system> */

/* <system section="background" selected="9FD6D2"> */
body{background:#9FD6D2;}
/* </system> */
/********************これ以降カスタマイズ********************/

/*フォントの設定 */
body {  /* 全体 */
 font-family:"ヒラギノUD丸ゴ W5 JIS2004";
}
article strong {  /* 太字 */
 font-family: 'Kosugi Maru', sans-serif;
}
.entry-title {  /* 記事タイトル */
 font-family: 'Kosugi Maru', sans-serif !important;
}
.date a {  /* 記事日付 */
 font-family: 'Kosugi Maru', sans-serif !important;
}

/* グローバルヘッダー */
#globalheader-container {
  color: #43a39f;　/* 文字色 */
  background-color: #fff;　/* 背景色 */
}

/* デフォルトのヘッダーを消す */
.header-image-wrapper {
 display: none;
}
#blog-title {
 display: none;
}
/* ヘッダー画像を画面サイズに自動で合わせる */
.header1 img, .header2 img {
 display: block;
 width: 100%;
 margin: 0 auto;
}
/* 画面がスマホサイズの時、PC版ヘッダーを消す */
.header1 {
 display: none;
}
/* 画面がスマホサイズの時、スマホ版ヘッダーを表示 */
.header2 {
 display: block;
}
@media screen and (min-width: 600px) {
 /* 画面がPCサイズの時、PC版ヘッダーを表示 */
 .header1 {
  display: block;
 }
 /* 画面がPCサイズの時、スマホ版ヘッダーを消す */
 .header2 {
  display: none;
 }
}

/*　グローバルメニュー　*/
.menu-container {
  margin: 0;
}
.menu-container .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-container .menu .menu-item {
  flex: 1;
}
.menu-container .menu .menu-item a {
  background: #FFFEE4;
  border: 2px solid #fbd26b;
  border-right: none;
  color: #fbd26b;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: bold;
  font-size: 18px;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;
}
.menu-container .menu .menu-item a:hover {
  background: #fbd26b;
  color: #FFFEE4;
}
.menu-container .menu .menu-item:last-child a {
  border-right: 2px solid #fbd26b;
}
@media screen and (max-width: 600px) {
  .menu-container .menu {
    flex-wrap: wrap;
    width: 100%;
  }
  .menu-container .menu .menu-item {
    flex: auto;
    width: 50%;
  }
  .menu-container .menu .menu-item:nth-child(2n) a {
    border-right: solid #ccc;　/*スマホは2行表示にする*/
  }
  .menu-container .menu .menu-item:nth-child(n + 3) a {
    border-top: none;/*スマホは前から3つ目で行を変える*/
  }
}

/* はじめての方へのリンク */
.header-info-1 {
  position: relative;
  max-width: 100%;
}
.header-info-1 a {
  font-weight: bold;
  font-family: 'Kosugi Maru', sans-serif;
	display: block;
	font-size: .9em;
	text-decoration: none;
	text-align: center;
	color: #fff;/* 文字色 */
	background: #b7a887;/* 背景色 */
	padding: 0.7em 1em;
	border-radius: 0px;
}

/* お知らせリンク */
.header-info-2 {
  position: relative;
  max-width: 100%;
}
.header-info-2 a {
  font-weight: bold;
  font-family: 'Kosugi Maru', sans-serif;
	display: block;
	font-size: .9em;
	text-decoration: none;
	text-align: center;
	color: #fff;/* 文字色 */
	background: #ff6699;/* 背景色 */
	padding: 0.7em 1em;
	border-radius: 0px;
}

/* 検索窓  */
.top_hatena-module hatena-module-search-box{
width: 100%;
}
.top_hatena-module-body{
text-align: center;
background-color: #fff;
height: 70px;
}
.hatena-module-search-box .top_search-module-input {
padding: 11px 30px;
border: none;
outline: none;
height: 25px;
width: 45%;
background-color: #f0f0f0;
border-radius: 40px;
margin-top: 12px;
}
button, input, optgroup, select, textarea {
color: inherit;
font: inherit;
margin: 0;
}
.top_search-module-button {
width: 20px;
height: 20px;
background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
border: none;
outline: none;
text-indent: -9999px;
position: absolute;
opacity: 0.5;
margin-top: 24px;
margin-left: -45px;
}

/* サイドバータイトル  */
.hatena-module-title {
font-family: 'Kosugi Maru', sans-serif;
font-size: 110%;/* 文字サイズ */
border-bottom: 4px double #fbd26b;/* 下線の色 */
color: #7f8c8d;/* 文字の色 */
}
.hatena-module-title a {
color: #7f8c8d;
}

/* 読者になるボタンスタイリッシュ版 */
.hatena-module{
    padding-left: 0px;
}
.hatena-module .hatena-follow-button.js-hatena-follow-button.unsubscribing{
    background-color: unset;
    border-radius: 2em;
    box-shadow: 1px 3px 0px 1px #948383;
    font-size: 120%;
    margin: 0px 1px 1px 0px;
}
.hatena-module .hatena-follow-button.js-hatena-follow-button.unsubscribing:hover{
    box-shadow: 0 0 0px 0 #000;
    margin: 1px 0px 0px 1px;
}
.hatena-module .hatena-follow-button.js-hatena-follow-button.subscribing{
    border-radius: 2em;
    box-shadow: 1px 3px 0px 1px #948383;
    font-size: 120%;
    margin: 0px 1px 1px 0px;
}
.hatena-module .hatena-follow-button.js-hatena-follow-button.subscribing:hover{
    box-shadow: 0 0 0px 0 #000;
    margin: 3px 0px 0 1px;
    width: 75px;
}

/* RSSボタン */
.RSS-button {
    background-color: unset;
    border-radius: 2em;
    box-shadow: 1px 3px 0px 1px #cd853f;
    font-size: 120%;
    margin-left: 10px;
    margin: 0px 1px 1px 10px;
}
.RSS-button {
    display: inline-block;
    height: 18px!important;
    padding: 0 5px;
    min-width: 60px;
    border: 1.2px solid #ee802f!important;
    transition: .3s ease;
    transition-property: opacity,border,color,background;
    line-height: 18px!important;
    text-align:center;
    font-weight: 900;
    color: #ee802f!important;
    text-decoration: none;
    float: left;
    letter-spacing: 0!important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.RSS-button:hover{
    box-shadow: 0 0 0px 0 #000;
    margin: 1px 0px 0 10px;
}

/* アーカイブ */
.archive {
  margin: 0;
}
.archive .month {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive .month .month-item {
  flex: 1;
  width: 16%;
}
.archive .month .month-item a {
  background: #fff;
  border: 1px solid #fff;
  border-bottom: 3px solid #b7a887;
  color: #b7a887;
  font-weight: bold;
  font-size: 14px;
  display: block;
  padding: 0.6em 0em;
  text-align: center;
  text-decoration: none;
}
.archive .month .month-item a:hover {
  background: #FFFEE4;
  color: #b7a887;
}
.archive .year {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive .year .year-item {
  flex: 1;
  width: 100%;
}
.archive .year .year-item a {
  background: #b7a887;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  display: block;
  padding: 0em 0em;
  text-align: center;
  text-decoration: none;
}

/* パンくずリスト最終項目消去 */
#top-box .breadcrumb-child:last-child{display:none;}
}

/* 読了時間 */
.timebold {
color: #FF5252;
font-size: 20px;
font-weight: bold;
}

/* 続きを読む */
.entry-content .entry-see-more {
color: #7f8c8d;
}

/* 記事改行時の行間0 */
.entry-content p { margin:0
}
/*記事フォントのサイズと行間*/
p {font-size: 17px;
line-height: 1.7;
}

/* 目次設定 */
.entry-content .table-of-contents {
    position: relative;
    color:#9FD6D2;/* 文字色 */
    background: #fafafa;/* 背景色 */
    border: 1px solid #7f8c8d;/* 線の色 */
    padding: 10px 35px 10px 35px;/* 目次内の余白 */
    width: 100%!important;
    margin: 0 auto ;
    box-sizing: border-box;
    border-radius: 5px;/* 目次の角を丸く */
}


/* 小見出し */
h5{
text-decoration: none;
border-bottom: 1px dotted #ccc;
}

/* 斜体表示マーカー風 */
article em{
    font-family: 'Kosugi Maru', sans-serif;
    font-weight:bold;
    font-style: normal;
    margin:0 0.1em;
    padding:0.1em 0.2em;
    background:#FFFA99 !important;
    background:linear-gradient(to bottom, transparent 60%, rgba(255,250,153,1) 60%) !important;
}

/* iタグはマーカー */
article i{
    font-style:oblique !important;
}


/* 区切り線 */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;/* リセット */
}
hr {
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;/* 斜め線 */
}

/* 強調 3重枠 */
.box1 {
  position: relative;
  border: 1px solid #323232;
  color: #323232;
  margin:0.8em 1.7em 1.5em 0em;
  padding:13px 4px 6px 19px;
  z-index: 0;
}
.box1:before {
  border: 1px solid #323232;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.box1:after {
  border: 1px solid #323232;
  top:4px;
  left: 4px;
  z-index: 2;
}
.box1:before,
.box1:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
}
.box1 p{
  padding: 0;
}

/* タイトル付き枠(参考) */
.box2 {
    position: relative;
    margin: 2em 0 1em 0;
    padding: 0.5em 1em;
    border: solid 3px #9FD6D2;
}
.box2 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #9FD6D2;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
}
.box2 p {
    margin: 0; 
    padding: 0;
}

/* 過去記事枠 */
.box3 {
    position: relative;
    margin: 2em 0 1em 0;
    padding: 0.5em 1em;
    border: solid 3px #fbd26b;
}
.box3 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #fbd26b;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
}
.box3 p {
    margin: 0; 
    padding: 0;
}

/* 引用ボックスデザイン */
.entry-content blockquote {
    position: relative;
    padding: 5px 15px 5px 50px;
    box-sizing: border-box;
    border: solid 2px #7f8c8d;
    color: #464646;
}
.entry-content blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #9FD6D2;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
}
.entry-content blockquote p {
    padding: 0;
    margin: 5px 0;
    line-height: 1.7;
}
.entry-content blockquote cite {
    display: block;
    font-style: normal !important;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/* リンクカード */
.blogcard {
  max-width: 100%;
  margin: 0.2px 0;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid rgb(211,211,211);
  background: white;
  color: rgb(51,51,51);
}
.blogcard-content {　/* float親要素 */
  margin-bottom: 0px;
  overflow: hidden;
}
.blogcard-image {　/* 画像 */
  display: inline-block;
  float: right; /* 画像を左に配置したい場合は left に変更 1/2 */
  width: 120px; /* 画像の表示サイズ変更は数値をpxで変更 1/6 */
  height: 120px; /* 画像の表示サイズ変更は数値をpxで変更 2/6 */
  margin: 0px 0px 0px 6px; /* 画像を左に配置したい場合は 0 10px 5px 0 に変更 2/2 */
}
.blogcard-image-wrapper {
  display: inline-block;
  width: 120px; /* 画像の表示サイズ変更は数値をpxで変更 3/6 */
  height: 120px; /* 画像の表示サイズ変更は数値をpxで変更 4/6 */
}
.blogcard-image-wrapper img {
  width: 120px; /* 画像の表示サイズ変更は数値をpxで変更 5/6 */
  height: 120px; /* 画像の表示サイズ変更は数値をpxで変更 6/6 */
  object-fit: cover;
  object-position: center center;
}
.blogcard-title {　/* タイトル */
  margin: 0 0 15px 0 !important;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
  padding: 0 0 15px 0;
}
.blogcard-title a {
  color: rgb(61,63,68);
  word-break: break-all;
}
.blogcard-title a:hover {
  text-decoration: underline;
}
.blogcard blockquote {　/* 引用 */
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent; /* ブログテンプレートに背景に関する強制力の強い指定がある場合には transparent の直後に !important を付けてください */
}
.blogcard blockquote::before,
.blogcard blockquote::after {
  content: none;
}
.blogcard-description {　/* 記事概要 */
  margin: 0 0 0 0 !important;
  line-height: 1.5 !important;
}
.entry-content blockquote p {
  font-size: 14px;
}
.blogcard-footer {　/* フッター(元記事サイト名とリンク) */
  font-size: 12px;
  text-align: right;
}
.blogcard-footer a {
  color: rgb(154,165,171);
  text-decoration: underline;
}
.blogcard-footer a img {
  margin: -5px 5px;
}
@media screen and (max-width: 480px) { /* スマホのとき */
  .blogcard-image { /* 画像の大きさ */
  width: 100px;
  height: 100px;
  }
  .blogcard-title {　/* タイトル */
  margin: 10px 10px 15px 0 !important;
  }
  .blogcard-image-wrapper {
  width: 100px;
  height: 100px;
  }
  .blogcard-image-wrapper img {
  width: 100px;
  height: 100px;
  }
  .blogcard-description { /* 概要非表示 */
    display: none;
  }
}

/* タイムライン */
*{
  margin:0;
  padding:0;
  line-height: 1.3em;
} 
/* time-schedule */
.time-schedule {
  min-width: 400px;
  max-width: 400px;
  list-style: none;
  margin: 0 auto 0 6em;
  padding-left: 20px;
  border-left: 6px solid #a7be18;
  box-sizing: border-box;
}

.time-schedule li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}

.time-schedule span.time {
  width: 5em;
  display: inline-block;
  margin-left: -8em;
  padding: 0 0 5px;
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  text-align: right;
  box-sizing: border-box;
}

.time-schedule span.time::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 0;
  background: #a7be18;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.time-schedule .sch_box {
  display: inline-block;
  width: 100%;
  margin-left: 30px;
  padding: 15px 10px 15px 10px;
  vertical-align: middle;
  background: #FFFEE4;
  box-sizing: border-box;
  border-radius: 6px;
}

.time-schedule .sch_title {
  font-size: 16px;
  font-weight: 700;
}

.time-schedule .sch_tx {
  font-size: 14px;
  font-weight: normal;
}

/* 記事下 */
span.author.vcard{
display:none;/* ID非表示 */
}
span.entry-footer-time {
display: none;/* 時刻非表示 */
}

/* 記事下ソーシャルボタン 下部の余白 */
.sns-tag-cloud-under {
   margin: 0px 0 40px 0;
}

/* 関連記事を2列化変更 */
@media(min-width: 768px){
.related-entries {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.related-entries-item {
    width: 49%;
}
@media(max-width: 767px){　/* スマホは1列 */
.related-entries {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.related-entries-item {
    width: 90%;
}
}
}
/* 投稿日時のフォントの大きさを変更、下余白を調整 */
.related-entries-date-link time {
    font-size: 14px;
    line-height: 2;
}
/* 投稿日時のリンクを無効 */
.related-entries-date-link a {
    pointer-events: none;
    text-decoration: none;
}
/* 投稿日時の横にはてな純正アイコンを表示 */
.related-entries-date-link time:before {
    font-family: blogicon;
    font-size: 16px !important;
    font-weight: normal;
    content: "\f043";
    vertical-align: -2px;
}
/* 記事タイトルのフォントの大きさを変更 */
.related-entries-title-link {
    font-size: 14px;
}
/* サイドバーでは非表示 */
.hatena-module-related-entries {
display: none;
}

/* SNSシェアボタン */
.sns-tag-cloud {
   padding-inline-start: 0px;
font-size: 12px;
font-weight: bold;
}
.sns-tag-cloud-under {
   padding-inline-start: 0px;
font-size: 12px;
font-weight: bold;
text-align:center;
}
a.sns-tag-cloud-hatenab {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
color: #00A4DE;
border: 1.5px solid;
border-color: #00A4DE;
border-radius: 3px;
}
a.sns-tag-cloud-hatenab:hover {
background: #00A4DE; 
color: #fff; 
}
a.sns-tag-cloud-facebook {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
	color: #4064AC;
border: 1.5px solid;
border-color: #4064AC;
border-radius: 3px;
}
a.sns-tag-cloud-facebook:hover {
background: #4064AC; 
color: #fff; 
}
a.sns-tag-cloud-twitter {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
	color: #1DA1F2;
border: 1.5px solid;
border-color: #1DA1F2;
border-radius: 3px;
}
a.sns-tag-cloud-twitter:hover {
background: #1DA1F2; 
color: #fff; 
}
a.sns-tag-cloud-pocket {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
	color: #EF4056;
border: 1.5px solid;
border-color: #EF4056;
border-radius: 3px;
}
a.sns-tag-cloud-pocket:hover {
background: #EF4056; 
color: #fff; 
}
a.sns-tag-cloud-line {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
	color: #21BA4E;
border: 1.5px solid;
border-color: #21BA4E;
border-radius: 3px;
}
a.sns-tag-cloud-line:hover {
background: #21BA4E; 
color: #fff; 
}

/* コメントを書く 大きく  */
.leave-comment-title {
	display:inline-block;
	width:100%;
	text-align:center;
	padding:1em 0;
	border:thin solid #7f8c8d;/*枠の色*/
	border-radius:3px;
	transition: 0.3s ;
	font-size:16px;
	color: #7f8c8d;
}
.leave-comment-title:before {
	font-family: "FontAwesome";
	content: "\f0e5";
	padding-right:0.2em;
    color: #7f8c8d;
}


/*上に戻るボタン*/
.toTop-nav {
  position: fixed;
  bottom: 10px;
  right: 6px;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0;
  z-index: 999;
  }
.toTop-nav li {
  list-style-type: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  text-align: center; 
  }
.toTop-nav li:first-child {
  margin-right: 6px; 
  }
.toTop-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 50px; 
  }
.toTop-nav li a {
  color: #fff;
  text-decoration: none; 
  }
.toTop-nav li a:visited {
  color: #fff; 
  }
.toTop-nav li a:hover {
  color: #fff;
  text-decoration: underline; 
  }
.toTop-nav li a:active, .toTop-nav li a:focus {
  color: #fff; 
  }
.toTop-nav li a:hover {
  text-decoration: none;
  }
  
/*アコーディオンボックス*/
.acbox{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0 10px; /* ボックス全体の位置調整 */
}
.acbox label{
  width: auto;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background: #8BC34A; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:5px;
  border-radius: 4px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #fff;
}
.acbox label:hover{
  background: #8BC34A; /* ラベルにマウスを乗せた時の背景色 */
}
.acbox input{
  display: none;
}
.acbox label:after{
  color: #fff;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}
.acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}
.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}
.acbox input:checked ~ div{
  height: auto;
  padding: 5px 30px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #F3F4F5; /* 開いた部分の背景色 */
  opacity: 1;
}
.acbox input:checked ~ label {
  background: #8BC34A; /* クリック後のラベルの背景色 */
}
.acbox-under{
  font-size: 12px; /* 開いた部分の文字サイズ */
  color: #555555; /* 開いた部分の文字色 */
  line-height: 1;
}

/* フッターを非表示*/
#footer {
display: none;
}
/*コピーライト*/
#copyright {
    padding: 20px;
    text-align: center;
    background: #9FD6D2;/* 背景色 */
    font-size: 15px;
    color:#fff;/* 文字の色 */
}
#copyright a {
　　font-size: 15px;
    color:#fff;/* 文字の色 */
}

/* 吹き出しプロフィール */
.kaiwa-box{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width:100%;
  margin: 5px　10px;
}
.kaiwa-box .img-area{
  width:18%;
  max-width:80px;
  margin-left:5px; /* 左端余白 */
}
.kaiwa-box .img-area img{
  width:100%;
}
.kaiwa-box .text-area{
  width: 75%; /* 吹き出しの幅 */
}
.kaiwa-box .text-area .text{
  position: relative;
  display: block;
  top: -15%; /* 上線の場所 */
  padding: 10px; /* 内側余白 */
  margin-left:25px; /* 左線の場所 */
  background-color: #efefef;
  font-size: 1em;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
}
.kaiwa-box .text-area .text::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 55px; /* 吹き出しマーク上からの位置 */
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #efefef;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
@media screen and (max-width: 480px) {
 .kaiwa-box  .img-area{
   width:25%;
   max-width:80px;
}
 .kaiwa-box .img-area img{
  width:120%;
}
.kaiwa-box .text-area{
  width: 90%; /* 吹き出しの幅 */
}
.kaiwa-box .text-area .text{
  top:0%;
  font-size:0.9em;
}
.kaiwa-box .text-area .text{
  top: -15%;
  margin-left:15px;
  border-radius: 12px;
}