@charset "utf-8";

/*
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: Haven
* The first edition: 2019.8.22
* 2019.10.16 - サイドメニュー部プロフィール画像の縦横比が崩れる件修正
* Latest update: 2019.11.23 - コメント主のリンク表示用JS及びデザインの変更, NEWマークJS変更
*/

/* ===========================================
      消してはいけないもの DO NOT DELETE
=========================================== */

*::before,*::after{box-sizing:border-box}ins{text-decoration:none}ul,ol{list-style:none;margin:0;padding:0}dd,dl,figcaption,figure,h1,h2,h3,h4,li,p{margin:0}img{height:auto;line-height:0;vertical-align:bottom;font-size:0}iframe{border:0}embed,iframe,img,table,textarea{max-width:100%}input,textarea{font-size:16px}code,pre{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{box-sizing:border-box}:focus{outline:0}#fc2_text_ad,pre,table{word-break:break-all}.fc2_footer{margin:20px 0 0}#fc2_text_ad{margin:40px 0!important;letter-spacing:normal;line-height:1.2;font-size:11px;word-break:break-all}input::-moz-focus-inner,button::-moz-focus-inner{border:0}#fc2_text_ad a{color:#646464}#change_mobile{display:none}#sh_fc2blogheadbar{z-index:4000!important}


/* ===========================================
      svgs
=========================================== */

.svg-inline,
.svg-inline-stroke {
  display: inline-block;
  height: 1em;
  font-size: inherit;
  vertical-align: -.125em;
}

.svg-inline {
  fill: currentColor;
}

.svg-inline-stroke {
  fill: none;
  stroke: currentColor;
}


/* ===========================================
      注)主要カスタマイズ modification
=========================================== */

:root {
  --total-width: 1200px;/* 全体横幅 */
  --side-range: 300px;/* サイドメニュー横幅 */
  --gap: 40px;/* メインとサイドの間の余白 */
  --body-color: rgb(255,247,230);/* 全体背景色 */
  --base-font-color: rgb(51,51,51);/* 基本文字色 */
  --base-line-height: 1.5;/* グリッド及び個別記事行間指定 */
  --opposite-font-color: white;/* 基本文字色・基本リンク色反対色など濃色の反対色 */
  --base-link-color: rgb(5,88,140);/* 基本リンク色 */
  --main-body-color: white;/* グリッド及び個別記事の背景色 */
  --box-color: rgb(240,240,240);/* 個別記事下プロフィール, ページ送り等の背景色 */

  --sp-pad: 8px;
  --top-pad: 30px;
  --bottom-pad: 80px;

  --header-bg-sp: url(https://blog-imgs-134.fc2.com/m/a/k/makunosukefc2/nini-20200225-04.jpg);/* ヘッダー背景スマホ用(横1500px) */
  --header-bg-pc: url(https://blog-imgs-134.fc2.com/m/a/k/makunosukefc2/nini-20200225-04.jpg);/* ヘッダー背景パソコン用(横800px) */
  --header-font-color: white;/* ヘッダー内テキスト及びリンク色 */

  --blog-title-font-size-sp: 1.8rem;/* ブログタイトル文字大きさ(スマホ) */
  --blog-title-font-size-pc: 2.2rem;/* ブログタイトル文字大きさ(パソコン) */
  --blog-title-line-height: 1.4;/* ブログタイトル行間指定 */

  --navi-bg-color: #666666;/* ナビゲーション背景色, ドミナントカラー */
  --navi-height: 38px;/* ナビゲーション縦幅(変更非推奨) */
  --navi-link-color: white;/* ナビゲーション内リンク色 */

  --grid-content-font-color: rgb(100,100,100);/* グリッド文字色 */
  --grid-title-font-size: 1.5rem;/* グリッド記事タイトル文字色 */
  --grid-desc-font-size: 1.4rem;/* グリッド概要文文字大きさ */
  --grid-title-line-height: 1.4;/* グリッド記事タイトル行間指定 */

  --noimage-font-color: rgba(51,51,51,.6);/* 検索結果ページNo image文字色 */

  --entry-title-font-size: 1.8rem;/* 個別記事タイトル文字大きさ */
  --main-line-height: 1.6;/* 個別記事行間指定 */
  --base-font-size: 1.5rem;/* 個別記事文字大きさ */
  --border-color: rgb(150,150,150);

  --input-bg-color: rgb(250,250,250);/* コメント投稿フォーム背景色 */
  --input-border-color: rgb(220,220,220);/* コメント投稿フォームボーダー色 */
  --placeholder-color: rgb(150,150,150);/* コメント投稿フォームプレースホルダー文字色 */
  --comment-title-font-size: 1.4rem;/* コメント一覧「名前」「タイトル」文字大きさ */
  --comment-body-font-size: 1.3rem;/* コメント一覧「本文」文字大きさ */

  --side-font-size: 1.3rem;/* サイドメニュー文字大きさ */
  --side-font-color: rgb(80,80,80);/* サイドメニュー文字(リンク含む)色 */
  --side-line-height: 1.8;/* サイドメニュー行間指定 */

  --aside-heading-font-size: 1.4rem;/* 各ページ種タイトル文字大きさ */

  --overlay-bg-color: rgba(0,0,0,.95);/* カテゴリ及び検索モーダル背景色 */
  --overlay-font-color: white;/* カテゴリ及び検索モーダル文字色 */
  --overlay-placeholder: rgb(150,150,150);/* カテゴリ及び検索プレースホルダー文字色 */

  --page-scroll-bg-color: rgba(255,255,255,.8);/* ページ内移動ボタン背景色 */
  --page-scroll-font-color: rgba(51,51,51,.6);/* ページ内移動ボタン文字色 */

  --blockquote-bg-color: rgb(245,245,245);/* blockquote要素(引用)背景色 */
  --mark-font-color: yellow;/* mark要素背景色 */
  --pale-color: rgb(200,200,200);

  --large-font-size: 1.4rem;
  --middle-font-size: 1.3rem;
  --small-font-size: 1.2rem;
  --ex-small-font-size: 1.1rem;
  --min-font-size: 1rem;
}


/* ===========================================
      リンク link
=========================================== */

a {
  text-decoration: none;
  color: var(--base-link-color);
  transition: .3s ease-in-out;
}

a:hover {
  color: var(--base-font-color);
}


/* ===========================================
      レイアウト layout
=========================================== */

html {
  margin: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  background-color: var(--body-color);
  color: var(--base-font-color);
  font: var(--base-font-size)/var(--base-line-height) Helvetica, Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, 'Yu Gothic', sans-serif;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Google Chromeのみ) 1/2 */
  -moz-osx-font-smoothing: grayscale;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Firefoxのみ) 2/2 */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  animation: fadeIn .8s;
}

.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}
@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(15px)}100%{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}


#main-container {
  padding: var(--top-pad) var(--sp-pad) var(--bottom-pad);
}

#secondary {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-gap: 40px 20px;
  margin: 0 auto;
  color: var(--side-font-color);
  font-size: var(--side-font-size);
  line-height: var(--side-line-height);
}

.side-menu {
  margin: 0 10px 40px;
}

@media screen and (min-width: 560px) {
  #wrapper {
    width: 95%;
    margin: auto;
  }
  #main-container {
    padding: var(--top-pad) 0 var(--bottom-pad);
  }
}
@media screen and (min-width: 660px) {
  .side-menu {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 960px) {
  #main-container {
    display: flex;
    justify-content: space-between;
  }
  #primary {
    flex: 1;
    min-width: 0;
    max-width: calc(100% - var(--side-range) - var(--gap));
    margin-right: var(--gap);
  }
  #secondary {
    display: block;
    width: var(--side-range);
  }
  .side-menu:last-of-type {
    position: -webkit-sticky;
    position: sticky;
    top: var(--navi-height);
  }
}
@media screen and (min-width: 1120px) {
  #wrapper {
    width: 90%;
    max-width: var(--total-width);
  }
}


/* ===========================================
      ヘッダー header
=========================================== */

#header-banner {
  color: var(--header-font-color);
  text-align: center;
}

#header-banner-left {
  position: relative;
  padding: 30px 15px;
  background: var(--navi-bg-color);
  text-align: center;
}

#header-banner-right {
  background: var(--header-bg-sp) center center /cover no-repeat;
}

#desc-container {
  margin: 15px auto 0;
}

#header-prof-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (min-width: 600px) {
  #header-banner-right {
    background: var(--header-bg-pc) center center /cover no-repeat;
  }
}
@media screen and (min-width: 768px) {
  #header-banner {
    display: flex;
    margin: auto;
  }
  #header-banner-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
  }
  #header-banner-right {
    width: 67%;
  }
}

#header-banner-right::before {
  content: "";
  display: block;
  padding-top: 56%;
}

#header-prof {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#blog-title {
  max-width: 800px;
  margin: 0 auto;
  font-weight: bold;
  font-size: var(--blog-title-font-size-sp);
  line-height: var(--blog-title-line-height);
}

@media screen and (min-width: 900px) {
  #blog-title {
    font-size: var(--blog-title-font-size-pc);
  }
}

#blog-title-anchor {
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  z-index: 2;
  color: var(--header-font-color);
}

#site-desc {
  max-width: 850px;
  margin: 15px auto 0;
  font-size: var(--ex-small-font-size);
}

/* SNSアイコン */
/* header */
#header-sns-list {
  position: relative;
  z-index: 3;
  margin-top: 20px;
}

.header-sns-item {
  display: inline-block;
  margin-right: 30px;
}

.header-sns-item:last-of-type {
  margin-right: 0;
}

.header-icon {
  color: var(--header-font-color);
  font-size: var(--middle-font-size);
}

/* grid */
.hatena-icon {
  font-weight: 700;
  line-height: 1;
  font-family: 'Verdana', sans-serif;
}
.facebook-icon:hover {
  color: rgb(59,89,152);
}
.twitter-icon:hover {
  color: rgb(85,172,238);
}
.pinterest-icon:hover {
  color: rgb(206,15,25);
}
.hatena-icon:hover {
  color: rgb(61,142,216);
}
.line-icon:hover {
  color: rgb(22,207,1);
}

/* ===========================================
      グローバルナビ global navigation
=========================================== */

.temp-horizontal {
  height: var(--navi-height);
  margin: auto;
  overflow: hidden;
  font-size: var(--ex-small-font-size);
  line-height: var(--navi-height);
  letter-spacing: 1px;
}

#navi-horizontal {
  /* 注)上部固定不要の方ここから削除 */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  /* 注)上部固定不要の方ここまで削除 */
  background: var(--navi-bg-color);
  text-align: center;
}

#breadcrumbs-horizontal {
  background: var(--box-color);
  color: var(--base-font-color);
}

.navi-scroll {
  max-width: var(--total-width);
  margin: auto;
  height: calc(var(--navi-height) + 20px);
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navi-item {
  display: inline-block;
  padding: 0 25px;
  white-space: nowrap;
}

.navi-item-anchor {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--navi-link-color);
  cursor: pointer;
}

.navi-item-anchor:hover {
  color: var(--navi-link-color);
}

#sp-hide {
  display: none;
}

@media screen and (min-width: 769px) {
  #sp-hide {
    display: inline-block;
  }
}

/* breadcrumbs */
.breadcrumbs-item {
  display: inline-block;
}

.bc-arrow {
  margin: 0 .5em;
  vertical-align: top;
}

.breadcrumbs-item:first-of-type {
  margin-left: 23px;
}

.breadcrumbs-item:last-of-type {
  margin-right: 23px;
}


/* ===========================================
      グリッド grid
=========================================== */

.grid-item {
  margin-bottom: 20px;
  padding: 15px;
  box-shadow: 0 0 8px -1px rgba(0,0,0,.1);
  background: var(--main-body-color);
}

/* image */
.grid-image-wrapper {
  position: relative;
}

.grid-image-anchor {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.grid-image-anchor::before {
  content: "";
  display: block;
  padding-top: 80%;
}

.grid-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* content */
.grid-content {
  color: var(--grid-content-font-color);
}

.grid-content-upper {
  margin-bottom: 15px;
  font-size: var(--small-font-size);
}

.grid-datetime {
  display: block;
  margin-bottom: 5px;
}

.grid-category-anchor {
  margin-right: 1em;
}

.grid-title {
  display: inline;
  font-size: 1.8rem;
  line-height: var(--grid-title-line-height);
}

.grid-title-anchor {
  display: block;
  margin: 15px auto 0;
  color: var(--base-font-color);
}

.grid-title-anchor:hover {
  color: var(--base-link-color);
}

.grid-desc {
  overflow: hidden;
  font-size: var(--grid-desc-font-size);
}

.grid-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: calc(var(--grid-desc-font-size) * var(--base-line-height) * 2);
}

.grid-sns-item {
  display: inline-block;
  margin-right: 4px;
  font-size: var(--small-font-size);
  vertical-align: middle;
}

.grid-sns-item:last-of-type {
  margin-right: 0;
}

.grid-sns-item a {
  color: var(--grid-content-font-color);
}

.grid-comment {
  font-size: var(--large-font-size);
  text-align: right;
}

.grid-content-lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.grid-sns-list {
  font-size: var(--large-font-size);
}

.grid-sns-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 2em;
  height: 100%;
}

.grid-read-more-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
  padding: 0 .6em 0 .8em;
  border-radius: 2px;
  background: var(--box-color);
  color: var(--base-font-color);
  font-size: var(--ex-small-font-size);
  letter-spacing: .2em;
}

.grid-read-more-anchor:hover {
  background: var(--base-link-color);
  color: var(--opposite-font-color);
}

@media screen and (min-width: 600px) {
  .grid-item {
    display: flex;
  }
  .grid-image-anchor {
    margin-bottom: 0;
  }
  .grid-image-wrapper {
    width: 40%;
  }
  .grid-content {
    flex: 1;
    min-width: 60%;
  }
  .has-image {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 30px;
  }
}


/* ===========================================
      個別記事 articles
=========================================== */

.main-body {
  margin-bottom: 30px;
  padding: 20px 15px;
  box-shadow: 0 0 8px -1px rgba(0,0,0,.1);
  background: var(--main-body-color);
}

#entry-header {
  font-size: var(--ex-small-font-size);
}

#entry-title {
  display: inline;
  font-size: var(--entry-title-font-size);
}

#entry-header-box {
  margin: 10px 0 0;
  padding: .5em 0;
  border-top: 1px dotted var(--border-color);
  border-bottom: 1px dotted var(--border-color);
  color: var(--border-color);
  line-height: 1.9;
}

.single-row {
  display: inline-block;
  margin-right: 1em;
}

.entry-tag-link {
  display: inline-block;
  margin-right: 1em;
}

.contents {
  margin: 20px 0;
}

.height-adjust {
  margin-top: calc(var(--navi-height) * -1);
  padding-top: var(--navi-height);
}

.inner-contents {
  margin: 20px 0;
  line-height: var(--main-line-height);
}

/* back to default */
.inner-contents p {
  margin: 1em 0;/* 注)段落間上下余白 */
}

.inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

.inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

/* heading */
.inner-contents h2 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1.2em;
}
.inner-contents h3 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1.1em;
}
.inner-contents h4 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1em;
}

.inner-contents a:hover {
  text-decoration: underline;
}

#entry-footer {
  font-size: var(--small-font-size);
}

/* ユーザータグ(外部) タグポータル移動 */
#external-tag {
  margin: 0 0 30px;
}

#external-tag a:not(:last-of-type) {
  margin-right: .3em;
}

#external-tag a::before {
  content: "#";
}

#external-tag a {
  display: inline-block;
  margin-bottom: .5em;
  padding: .3em .8em;
  border-radius: 2px;
  background: var(--box-color);
}

/* sns on article footer */
#share-this {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: var(--large-font-size);
  text-align: center;
}

#entry-footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.sns-list {
  flex: 1;
  height: 45px;
}

.sns-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
}

/* SNS brand color */
#e-facebook {
  background: rgb(59,89,152);
}
#e-twitter {
  background: rgb(85,172,238);
}
#e-pinterest {
  background: rgb(206,15,25);
}
#e-hatena {
  background: rgb(61,142,216);
  font-weight: 700;
  font-family: 'Verdana', sans-serif;
}
#e-line {
  background: rgb(22,207,1);
  font-weight: bold;
}

/* author */
#author-block {
  padding: 20px;
  background: var(--box-color);
}

#author-pic {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
}

#author-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

#author-desc {
  margin: 0;
}

#author-name {
  display: inline-block;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: var(--middle-font-size);
}

@media screen and (min-width: 560px) {
  #author-block {
    display: flex;
    align-items: flex-start;
  }
  #author-pic {
    margin: 0 30px 0 0;
  }
  #author-desc {
    flex: 1;
    min-width: 0;
  }
}


/* ===========================================
      関連記事リスト list of related articles
=========================================== */

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  position: relative;
  margin: 50px auto 30px;
  padding: 0;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 0 10px;
  position: relative;
  background: transparent;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  height: 100px;
  padding: 10px 0;
  border-bottom: 1px dotted var(--border-color);
  white-space: normal;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li::before,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink::before {
  left: 0;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li::after,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink::after {
  right: 0;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink .relate_entry_title_text::before,
.fc2relate_entry_thumbnail_off .relate_li_nolink::before {
  content: "【現在閲覧中】";
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  display: block;
  width: 80px;
  height: 80px;
  padding: 0;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  width: 100%;
  height: 100%;
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  display: block;
  flex: 1;
  min-width: 0;
  padding: 0 1em;
}

/* without thumbnail */
.relate_dl,
.tb_dl {
  margin-top: 20px;
  border-radius: 2px;
  letter-spacing: normal;
  padding: 10px;
}

.relate_dt,
.tb_dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: var(--aside-heading-font-size);
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

.date {
  padding-top: 10px;
}

.relate_ul,
#tb_ul {
  padding: 10px;
  background: var(--box-color);
  font-size: var(--ex-small-font-size);
}

.relate_dl a,
.tb_dl a {
  color: var(--side-font-color);
}

.relate_dl a:hover,
.tb_dl a:hover {
  text-decoration: underline;
}


/* ===========================================
      受信コメント欄 comment list
=========================================== */

/* Index, Comment などタイトル */
.another-title {
  margin: 0 auto 20px;
  font-weight: bold;
  font-size: var(--aside-heading-font-size);
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

.another-title span {
  margin-left: .5em;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  margin-bottom: 20px;
  color: var(--pale-color);
  font-style: italic;
  text-align: center;
}

.border-container {
  display: flex;
  align-items: flex-start;
  position: relative;
  min-height: 46px;
}

.user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 46px;
  height: 46px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: var(--box-color);
  color: var(--base-font-color);
  font-size: 1.8rem;
}

.author-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.visitor-name-and-title {
  flex: 1;
  font-weight: bold;
  font-size: var(--comment-title-font-size);
}

.useranchor {
  display: inline-block;
}

.useranchor::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: .6em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='none' stroke='rgb(5,88,140)' stroke-miterlimit='10' stroke-width='4' d='M30 62h32V2H2v32' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3Cpath fill='none' stroke='rgb(5,88,140)' stroke-miterlimit='10' stroke-width='4' d='M26 56V38H8m18 0L2 62' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E") center center /cover no-repeat;
  vertical-align: -.13em;
}

.comment-body {
  margin: 1em 0 1em 23px;
  font-size: var(--comment-body-font-size);
}

.comment-info {
  font-size: var(--small-font-size);
  text-align: right;
}

.comment-btn-list {
  display: inline-block;
  margin: 5px 0 0 5px;
}

.btn-a,
.btn-a-author {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--box-color);
  color: var(--base-font-color);
}

.btn-a:hover,
.btn-a-author:hover {
  background: var(--base-link-color);
  color: var(--opposite-font-color);
}


/* ===========================================
      コメント投稿フォーム comment form
=========================================== */

#comment_form {
  padding: 40px 0 0;
}

.division {
  display: flex;
  justify-content: space-between;
}

.apply,
.half {
  display: block;
  margin-bottom: 20px;
  padding: .6em;
  border-radius: 0;
  border: 1px solid var(--input-border-color);
  background: var(--input-bg-color);
  color: var(--base-font-color);
  outline: none;
  -webkit-appearance: none;
}

.apply {
  width: 100%;
}

.half {
  width: calc(50% - 7px);
}

.apply:focus,
.half:focus {
  border-color: var(--border-color);
  background: var(--body-color);
}

#form-btn {
  max-width: 500px;
  margin: 30px 0 20px;
}

#comment {
  min-height: 200px;
  line-height: 1.5;
}

#comment_form input {
  filter: none;
}

#comment_form input:-webkit-autofill {
  box-shadow: 0 0 0 1000px var(--input-bg-color) inset;
}

#comment_form input::-webkit-input-placeholder,
#comment_form textarea::-webkit-input-placeholder {
  color: var(--placeholder-color);
  letter-spacing: 1px;
  font-family: Helvetica, Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, 'Yu Gothic', sans-serif;
  font-size: 12px;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
  color: var(--placeholder-color);
  letter-spacing: 1px;
  font-family: Helvetica, Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, 'Yu Gothic', sans-serif;
  font-size: 12px;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin: 0 6px 0 0;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin: 0 12px 0 0;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}

#secret-label {
  font-size: var(--small-font-size);
  letter-spacing: 1px;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 28px;
  }

  #no-p input[type=checkbox] + label:before {
    content: "";
    display: block;
    margin: -10px 0 0;
    width: 18px;
    height: 18px;
    background: var(--body-color);
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid var(--border-color);/* 注)secretコメントチェックボックスボーダー色 */
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #no-p input[type=radio]:checked + label:after {
    margin: -4px 0 0;
    width: 8px;
    height: 8px;
    background: var(--base-font-color);/* 注)secretコメントチェックマーク色 1/3 */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    margin: -8px 0 0;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid var(--base-font-color);/* 注)secretコメントチェックマーク色 2/3 */
    border-left: 3px solid var(--base-font-color);/* 注)secretコメントチェックマーク色 3/3 */
    left: 3px;
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 7px);
  height: 40px;
  border-radius: 0;
  border: 0;
  background: var(--box-color);
  color: var(--base-font-color);
  font-size: var(--small-font-size);
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
  cursor: pointer;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background: var(--base-link-color);
  color: var(--opposite-font-color);
}


/* ===========================================
      トラックバック trackback
=========================================== */

#op,
#for-trackback-word {
  display: block;
  width: 100%;
}

#op {
  margin: 30px auto 10px;
  padding: .6em;
  border-radius: 0;
  border: 1px solid var(--input-border-color);
  background: var(--input-bg-color);
  color: var(--base-font-color);
  font-size: var(--small-font-size);
  outline: none;
  -webkit-appearance: none;
}

#for-trackback-word {
  margin: 0 auto 20px;
  font-size: var(--small-font-size);
}

#tb-num0 {
  display: none;
}

/* trackback */
#tb_dt {
  margin-bottom: .5em;
  font-size: var(--small-font-size);
  letter-spacing: 1px;
  text-indent: 1px;
}
#tb_dd {
  font-size: var(--small-font-size);
}

.tb_li {
  margin: 15px 0;
}

.tb_desc {
  margin: .5em 0;
}


/* ===========================================
      全記事リスト, 検索結果
=========================================== */

/* no item */
.hit-number {
  display: none;
  color: var(--pale-color);
  line-height: 1.1;
  padding: 20px 0;
  text-align: center;
  font-size: 60px;
}

.hit-number span {
  font-size: var(--large-font-size);
}

.hit0 {
  display: block;
}

.index-contents {
  padding: 15px 0;
  border-bottom: 1px dotted var(--border-color);
}

.index-contents:last-of-type {
  border: 0;
}

.index-title-and-date {
  padding-bottom: 15px;
  overflow: hidden;
}

.index-title {
  float: left;
  margin: auto;
  color: var(--border-color);
  font-weight: 700;
  font-size: var(--base-font-size);
}

.index-title-a {
  color: var(--base-font-color);
}

.index-title-a:hover {
  color: var(--base-link-color);
}

.index-date {
  float: right;
  margin-top: 4px;
  margin-left: 1.5em;
  color: var(--border-color);
  font-size: var(--small-font-size);
}

.index-date .svg-inline {
  margin-left: 1em;
}

.search-content {
  margin-bottom: 10px;
  overflow: hidden;
}

.thumbnails {
  float: right;
  width: 150px;
  height: 100px;
  margin-left: 15px;
}

.search-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-desc {
  color: var(--side-font-color);
  font-size: var(--large-font-size);
}

.index-category {
  display: inline-block;
  padding: .2em .6em;
  border-radius: 2px;
  background: var(--box-color);
  color: var(--base-font-color);
  font-size: var(--small-font-size);
}

.index-category:hover {
  background: var(--base-link-color);
  color: var(--opposite-font-color);
}


/* ===========================================
      サイドメニュー side menu
=========================================== */

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

.side-heading {
  position: relative;
  margin: 0 auto 20px;
  padding: .3em .5em;
  background: var(--navi-bg-color);
  color: var(--opposite-font-color);
  font-weight: bold;
  font-size: var(--aside-heading-font-size);
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

.side-heading:after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border: solid transparent;
  border-color: rgba(0,0,0,0);
  border-top-color: var(--navi-bg-color);
  border-width: 8px;
}

.side-menu a {
  color: var(--side-font-color)
}

.side-menu a:hover {
  color: var(--base-link-color);
}

/* profile */
#side-prof-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 10px;
}

#side-prof-wrapper::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#side-prof-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#side-prof-name {
  display: inline-block;
  margin-bottom: .5em;
  font-weight: bold;
}


/* ===========================================
      公式プラグイン スタイリング
=========================================== */

/* calendar */
.calender {
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  font-size: 12px;
  border-spacing: 3px 6px;
}

.calender caption {
  margin-bottom: 10px;
  width: 100%;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sun {
  color: rgb(189,30,30);
}

#sat {
  color: rgb(49,70,187);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--box-color);
}

.calender td a:hover {
  background: var(--base-link-color);
  color: var(--opposite-font-color);
  text-decoration: none;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 auto;
}

.plugin-mail input:not([type="submit"]),
.plugin-mail textarea,
.plugin-search input:not([type="submit"]),
.plugin-serach textarea {
  display: inline-block;
  width: 100% !important;
  padding: .5em;
  border-radius: 1px;
  border: 1px solid var(--input-border-color);
  background: var(--main-body-color);
  color: var(--base-font-color);
  outline: none;
  -webkit-appearance: none;
}

.plugin-mail input[type="submit"],
.plugin-search input[type="submit"] {
  border-radius: 1px;
  border: 0;
  background: var(--box-color);
  color: var(--base-font-color);
  font-size: 14px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
}

.plugin-mail input[type="submit"]:hover,
.plugin-search input[type="submit"]:hover {
  background: var(--base-link-color);
  color: var(--opposite-font-color);
}

/* search */
.plugin-search {
  margin: 0 auto;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 1px 3px 0;
  padding: .1em 1em;
  border: 1px solid var(--input-border-color);
  border-radius: 1px;
  background: var(--box-color);
  font-size: var(--min-font-size);
}

.plugin-tag a:hover {
  border-color: var(--base-link-color);
  background-color: var(--base-link-color);
  color: var(--opposite-font-color);
  text-decoration: none;
}

.plugin-myimage {
  margin: 0 auto 15px;
  text-align: center !important;
}


/* ===========================================
      ページ送り pagination
=========================================== */

/* general */
#general-pager {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 70px auto 40px;
  color: var(--base-font-color);
  font-size: var(--ex-small-font-size);
  font-family: 'Times New Roman', serif;
}

#pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination-item {
  width: 32px;
  height: 32px;
  margin: 0 0 3px -1px;
}

#current,
.pagination-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--box-color);
  color: var(--base-font-color);
}

#current {
  border: 0;
  background-color: var(--box-color);
}

.pagination-anchor:hover {
  border-color: var(--base-link-color);
  background: var(--base-link-color);
  color: var(--main-body-color);
}

.general {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 3px;
  background: var(--navi-bg-color);
  color: var(--main-body-color);
}

.general:hover {
  background: var(--base-link-color);
  color: var(--main-body-color);
}

/* article, titlelist */
#pager-wrapper {
  margin: 70px auto 40px;
}

#pager-title-a {
  font-size: var(--ex-small-font-size);
}

.entry-pager {
  margin: 20px auto 50px;
  width: 100%;
  font-size: 12px; /* 注)個別記事ページ送りフォント大きさ */
}

.pager-item {
  margin-bottom: 8px;
  overflow: hidden;
}

@media screen and (min-width: 680px) {
  .entry-pager {
    display: flex;
    justify-content: space-between;
  }
  .pager-item {
    width: calc(50% - 5px);
  }
}

.pager-a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  background: var(--box-color);
}

.pager-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 100%;
  background: var(--navi-bg-color);
  color: var(--main-body-color);
  font-size: 2rem;
  transition: .3s ease-in-out;
}

.pager-a:hover .pager-arrow {
  background: var(--base-link-color);
  color: var(--body-color);
}

#pager-prev-image,
#pager-next-image,
#pager-prev-cate-image,
#pager-next-cate-image {
  width: 80px;
  height: 80px;
  margin: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pager-prev-text,
.pager-next-text {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 10px;
}

.pager-next-text {
  text-align: right;
}

.preventry-text,
.nextentry-text {
  margin-bottom: 5px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--border-color);
  color: var(--border-color);
  letter-spacing: 1px;
}

.preventry-title,
.nextentry-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: calc(var(--small-font-size) * 1.5 * 3);
  overflow: hidden;
}

/* titlelist */
#titlelist-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 70px auto 40px;
  max-width: 400px;
  font-family: 'Times New Roman', serif;
  font-size: 12px;
}

.t-pager-item {
  width: 32px;
  height: 32px;
}

.t-pager-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--navi-bg-color);
  color: var(--main-body-color);
}

.t-pager-anchor:hover {
  background: var(--base-link-color);
  color: var(--main-body-color);
}

@media screen and (min-width: 600px) {
  #prev-a,
  #next-a,
  #prev-cate-a,
  #next-cate-a {
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  #general-pager,
  #pager-wrapper,
  #titlelist-pager {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--navi-height) + 10px);
  }
}


/* ===========================================
      フッター footer
=========================================== */

#page-scroll {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 8px;
  z-index: 2000;
  font-size: 11px;
  text-align: center;
  animation: slideInUp .8s;
}

.page-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,.1);
  border-radius: 50%;
  background: var(--page-scroll-bg-color);
  color: var(--page-scroll-font-color);
}

.page-btn:hover {
  color: var(--page-scroll-font-color);
}

@media screen and (min-width: 960px) {
  #page-scroll {
    right: 30px;
  }
  #pagemiddle {
    display: none;
  }
}

#footer {
  margin-top: auto;
  padding: 1em 15px;
  line-height: 1.3;
  text-align: center;
}

.foot,
#copyright {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

#ad1,
#ad2 {
  font-size: 1.1rem;
}

.new {
  margin-left: .3em;
  color: red;
  font-size: 1rem;
  font-weight: normal;
  animation: fadeIn 1s ease-in-out infinite alternate;
}


/* ===========================================
      要素 element
=========================================== */

blockquote {
  margin: 2em 0;
  border-left: 5px solid var(--navi-bg-color);
  padding: 2em 1em 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='rgb(0,0,0)'%3E%3Cpath d='M470.9888 261.77536l0 98.54976c0 13.3632-10.83392 24.19712-24.19712 24.19712-47.68768 0-73.6256 48.90624-77.21984 145.43872l77.21984 0c13.3632 0 24.19712 10.84416 24.19712 24.19712l0 208.0768c0 13.3632-10.83392 24.19712-24.19712 24.19712L240.90624 786.432c-13.37344 0-24.19712-10.84416-24.19712-24.19712l0-208.0768c0-46.27456 4.6592-88.73984 13.84448-126.22848 9.4208-38.44096 23.87968-72.04864 42.96704-99.90144 19.64032-28.6208 44.20608-51.07712 73.02144-66.72384 29.00992-15.73888 62.74048-23.72608 100.25984-23.72608C460.15488 237.57824 470.9888 248.41216 470.9888 261.77536zM783.09376 384.52224c13.3632 0 24.19712-10.84416 24.19712-24.19712l0-98.54976c0-13.3632-10.83392-24.19712-24.19712-24.19712-37.50912 0-71.23968 7.9872-100.2496 23.72608-28.81536 15.64672-53.39136 38.10304-73.03168 66.72384-19.08736 27.8528-33.54624 61.46048-42.96704 99.91168-9.17504 37.49888-13.83424 79.96416-13.83424 126.21824l0 208.0768c0 13.3632 10.83392 24.19712 24.19712 24.19712l205.8752 0c13.3632 0 24.19712-10.84416 24.19712-24.19712l0-208.0768c0-13.3632-10.83392-24.19712-24.19712-24.19712L706.9696 529.96096C710.51264 433.42848 736.07168 384.52224 783.09376 384.52224z'/%3E%3C/svg%3E") left top /2em 2em no-repeat;
  font-size: .9em;
}

blockquote p:first-of-type {
  margin-top: 0;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote cite {
  display: block;
  margin-top: 1rem;
  font-style: italic;
  text-align: right;
}

blockquote cite::before {
  content: "\2500";
  margin-right: .3em;
}

pre {
  padding: 1em;
  background: rgb(51,51,51);
  color: white;
  font-size: 1.3rem;
}

/* highlight */
mark {
  background: linear-gradient(transparent 60%, var(--mark-font-color) 60%);
  color: var(--base-font-color);
  font-weight: bold;
}


/* ===========================================
      サイドメニュー部 新着記事 latest articles
=========================================== */

.recent-link {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dotted var(--border-color);
  line-height: 1.3;
}

.recent-thumbnail-wrapper {
  width: 72px;
  height: 72px;
  font-size: var(--ex-small-font-size);
}

.recent-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-no-image-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--box-color);
  font-size: var(--min-font-size);
}

.recent-text {
  flex: 1;
  min-width: 0;
  padding-left: 12px;
  word-break: break-all;
}

.recent-title {
  margin-bottom: 5px;
}

.recent-date {
  font-size: .8em;
}


/* ===========================================
      カテゴリ・サイト内検索モーダル modal
=========================================== */

#category-modal-overlay,
#search-modal-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999;
  width: 100%;
  height: 100%;
  background: var(--overlay-bg-color);
  color: var(--overlay-font-color);
  line-height: 1.9;
  text-align:center;
  transform: scale(.8);
  transition: .75s;
}

#category-modal-wrap,
#search-modal-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 100px;
}

#category-modal-wrap {
  padding-top: 80px;
}

#category-modal-close-label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-indent: 2px;
  cursor: pointer;
}

#search-modal-close-label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: var(--middle-font-size);
  letter-spacing: 2px;
  text-indent: 2px;
  cursor: pointer;
}

#category-modal-close-label span {
  position: relative;
  top: 30px;
  transform: translateY(-30px);
}

#search-modal-close-label span {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

#search-modal-form {
  display: block;
  position: relative;
  z-index: 3;
  top: 50%;
  width: 90%;
  max-width: 500px;
  margin: auto;
  padding: .5em 0;
  border-bottom: 1px solid var(--overlay-font-color);
  text-align: left;
  transform: translateY(-50%);
}

#search-modal-input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--overlay-font-color);
  font-size: 1.6rem;
  -webkit-appearance: none;
}

#search-modal-input::-webkit-input-placeholder {
  color: var(--overlay-placeholder);
}

#search-modal-input::-moz-input-placeholder {
  color: var(--overlay-placeholder);
}

#category-modal-trigger,
#search-modal-trigger {
  display: none;
}

#category-modal-trigger-label,
#search-modal-trigger-label {
  cursor: pointer;
}

#category-modal-trigger:checked ~ #category-modal-overlay,
#search-modal-trigger:checked ~ #search-modal-overlay {
  opacity: 1;
  z-index: 100005;
  transform: scale(1);
}

#scroll-content {
  position: relative;
  z-index: 3;
  width: calc(100% - 60px);
  max-width: 450px;
  max-height: 50vh;
  margin: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}

#category-modal-trigger:checked ~ #category-modal-overlay #scroll-content {
  overflow-y: auto; 
}

#scroll-content a {
  color: var(--overlay-font-color);
}


/* ===========================================
      個人設定 personal settings
=========================================== */

.freehand {
  border: 2px dotted var(--border-color);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding: .5em;
  font-weight: bold;
}

.dogear {
  position: relative;
  padding: .5em;
  background: var(--box-color);
  font-weight: bold;
}

.dogear:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: var(--main-body-color) var(--main-body-color) var(--border-color) var(--border-color);
  box-shadow: -1px 1px 2px rgba(0,0,0,.1);
}

.curl {
  z-index: 3;
  font-weight: bold;
}

.curl::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin-top: .3em;
  background: repeating-linear-gradient(135deg, var(--box-color), var(--box-color) 3px, var(--navi-bg-color) 3px, var(--navi-bg-color) 6px, var(--box-color) 6px, var(--box-color) 9px, var(--navi-bg-color) 9px, var(--navi-bg-color) 12px);
}

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video:before {
  content:"";
  display: block;
  padding-top: 56.25%;
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* emoji */
.emoji {
  vertical-align: middle;
}

/* shadow for image */
.shadow-attachment {
  box-shadow: 6px 6px 6px hsla(0,0%,35%,.5);
}



.blogroll-channel a.blogroll-link {
}
.blogroll-channel .blogroll-new-entry {
margin-left: 5px;
color: red;
}

.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2); /* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}


/* calender */

table.calender {
width:100%;
margin:0 auto;
font-size: 100%;
}

table.calender caption {
margin-bottom: 10px;
margin:0 auto;
}

table.calender th,
table.calender td {
padding: 0.1em;
border-bottom: 1px dashed #cccccc;
text-align: center;
}

table.calender td a {
display: block;
background-color:#667f82;
color: #ffffff;
}

table.calender td a:hover {
background-color:#9a9794;
color: #000000;
}

table.calender th#sun {
color: #8d3038;
}

table.calender th#sat {
color: #77b8bc;
}

.cmbk_マク→ { background-color:#E1F0F3; }




.scotchtape {
  background-color: rgb(241,248,255); /* 背景色 */
  border-radius: 2px;
  padding: 1em .6em .6em;
  position: relative;
}

.scotchtape:before {
  content: "";
  display: block;
  width: 70px;
  height: 30px;
  background-color: rgba(211,218,225,.9); /* セロテープ部分背景色 */
  background-image: radial-gradient(white 20%, transparent 0),
                    radial-gradient(white 20%, transparent 0);
  background-position: 0 0, 8px 8px;
  background-size: 15px 15px;
  border-left: 2px dotted rgba(0,0,0,.1);
  border-right: 2px dotted rgba(0,0,0,.1);
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  position: absolute;
  top: -15px;
  left: 30px;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
　font-size: 0.5em;
}

.balloon {
  background: rgb(232,248,239); /* 背景色 */
  padding: .6em;
  position: relative;
}


.balloon:after {
  content: "";
  width: 0;
  height: 30px;
  border: 15px solid transparent;
  border-top: 15px solid rgb(232,248,239); /* 吹き出し矢印部分 */
  position: absolute;
  top: 100%;
  left: 30px; /* 吹き出し矢印の位置(左端からの距離) */ 
}



/* カード全体像 */
.blogcard {
  max-width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid rgb(211,211,211);
  box-shadow: 0 10px 6px -6px rgba(0,0,0,.1);
  background: white;
  color: rgb(51,51,51);
}

/* float親要素 */
.blogcard-content {
  margin-bottom: 5px;
  overflow: hidden;
}

/* 画像 */
.blogcard-image {
  display: inline-block;
  float: right; /* 画像を左に配置したい場合は left に変更 1/2 */
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 1/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 2/6 */
  margin: 0 0 5px 5px; /* 画像を左に配置したい場合は 0 10px 5px 0 に変更 2/2 */
}

.blogcard-image-wrapper {
  display: inline-block;
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 3/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 4/6 */
}

.blogcard-image-wrapper img {
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 5/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 6/6 */
  object-fit: cover;
  object-position: center center;
}

/* タイトル */
.blogcard-title {
  margin: 0 !important;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
}

.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: 1em 0 !important;
  font-size: 13px;
  line-height: 1.5 !important;
}

/* フッター(元記事サイト名とリンク) */
.blogcard-footer {
  font-size: 12px;
}

.blogcard-footer a {
  color: rgb(154,165,171);
  text-decoration: underline;
}

.blogcard-footer a img {
  margin-right: 5px;
}




/* search */
.plugin-search {
  margin: 0 auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}


.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}



/***------------------------------------------
      personal settings
------------------------------------------***/

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video:before {
  content:"";
  display: block;
  padding-top: 56.25%; /* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* shadow for image */
.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2); /* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}

.emoji {
  vertical-align: middle;
}

#sns-friends {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.2;
  font-size: 11px;
}

.blotomo {
  width: calc(100% / 3 - 5px);
  margin-bottom: 10px;
}

.first-anchor {
  display: block;
  position: relative;
  margin-bottom: .5em;
  padding-top: 100%;
}

.first-anchor img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}





/* 画像付き最新記事 */

.feedbox{
width:280px; /* 横幅 余白があるのでプラグインの枠より少し小さめに */
}

.feedboxtext {
width: 280px; /* 横幅 余白があるのでプラグインの枠より少し小さめに */
color: #fff;
background: rgba(0, 0, 0, 0.5);
font-size:0.7em;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
padding:5px;
line-height:1.2;
-webkit-box-shadow: 0px 0px 3px #ccc;
-moz-box-shadow: 0px 0px 3px #ccc;
box-shadow: 0px 0px 3px #ccc;
border-top:1px solid #fff;
border-left:1px solid #fff;
border-right:1px solid #fff;

}

.feedboxtext a{
color: #fff;
}
.feedboximg{
margin:0 0 10px 0;
display: inline-block;
position: relative;
}

.feedboximg a{
width:280px; /* 画像横幅 余白があるのでプラグインの枠より少し小さめに */
max-height:210px; /* 画像の高さの最大値 */
overflow:hidden;
display: block;
color: #fff;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-box-shadow: 0px 0px 3px #ccc;
-moz-box-shadow: 0px 0px 3px #ccc;
margin: 0 0 10px 0; /* 上 右 下 左 枠外の間隔 画像下を少し空けた */
box-shadow: 0px 0px 3px #ccc;
border-bottom:1px solid #fff;
border-left:1px solid #fff;
border-right:1px solid #fff;
}
.feedboximg a img{
width:280px; /* 画像横幅 余白があるのでプラグインの枠より少し小さめに */
}



/* FC2clap
-------------------------------------------------------- */
ul#fc2clapRank {
 margin-top: -2.5em;
 margin-bottom: 0.5em;
}
ul#fc2clapRank li {

}
#fc2clapRank .fc2clapNum { /* 拍手部分 */
 margin: 0 0px 0 3px;
 color: #ee7000; background: #fff3d0;
 font-family: arial; font-size: 11px;
 white-space: nowrap;
}
#fc2clapRank .fc2clap_name { /* 拍手数 */
 font-weight: bold; margin-right: 1px;
}
#fcadClap{ /* FC2広告 */
 margin: 0.3em 0 0;
 font-size: 10px; text-align: right;
}

/* タグ */
p.tag a {
        background-color: rgba(153,153,153,1.1); /* CSS3 */
        display:inline-block;border:1px solid #CCC;
        background-color: #FFF; /* IE用 */
        filter: alpha(opacity=70); /* IE用 */
        -webkit-border-radius: 4px; /* Safari, Chrome用 */
        -moz-border-radius: 4px; /* Firefox用 */
        border-radius: 4px; /* CSS3 */
        padding: 0px 10px 0px 10px;
        height: 100%; /* for IE6&MACIE5 */ 
}
p.tag {
        line-height: 2em;     
}




    #tumblr ul li {
    float: left;
　　list-style-image:none
    }
    #tumblr img{
    float:left;
    margin:0px;
　　border-style:solid;
    border-color:#999999;
    border-width:1px;
    }

 .thumbnails ul li {
    border-top: none;
    padding:0px 0px 0px 0px;
　　list-style-image:none
　　 margin: 0 0px 0px 0;
   　float: left;


/* HS月別アーカイブ */
#hs-archives th {
font-weight:bold;
}
#hs-archives td {
border-top:solid 1px #f5f5f5;
border-right:solid 1px #ccc;
border-bottom:solid 1px #ccc;
border-left:solid 1px #f5f5f5;
line-height:1.3;
text-align:center;
background:#dddcdc;
color:#999;
}
#hs-archives td a {
display:block;
background:#fefefe;
}



.kaerebalink-box {
border: thin solid #333;
padding-top: 5px;
margin-top: 5px;
background-color: #dcdcdc;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 10px;
width: auto;
}
.kaerebalink-box .kaerebalink-info .kaerebalink-name a {
font-size: 16px;
}
.kaerebalink-box .kaerebalink-image a img {
width: 100px;
}


.blogroll-channel a.blogroll-link {
}
.blogroll-channel .blogroll-new-entry {
margin-left: 5px;
color: red;
}
