@charset "utf-8";
/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: Little-thing
* The first edition: 2016.7.21
* 2016.9.9 - リストマーカーの位置を調整
* 2016.10.5 - JS削除(軽量化), MicrosoftEdgeのfixedバグhackJS削除, MicrosoftEdgeのリンクホバーバグをhack, その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイルを削除
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.22 - SSL化に伴うURL正規化
* 2018.3.14 - iOS11.2.6で検索モーダルが開かない件修正, 画像遅延読み込み導入, リセットCSSを最小限に, html構造及びCSS装飾修正, その他多数
* Latest update: 2019.1.4 - Font Awesomeを廃しインラインSVGに変更 など
*/

/***------------------------------------------
      reset(do NOT change or delete)
------------------------------------------***/

embed,iframe,img,table,textarea{max-width:100%}#fc2_text_ad,pre,table{word-break:break-all}dd,dl,dt,figure,li,ol,p,strong,summary,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}iframe{border:0}img{height:auto;line-height:0;vertical-align:bottom;font-size:0}ol,ul{list-style-type:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}input,textarea{font-size:16px}pre{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{-webkit-box-sizing:border-box;box-sizing:border-box}:focus{outline:0}.fc2_footer{margin:20px 0 0}#fc2_text_ad{margin:20px 0!important;letter-spacing:normal;line-height:1.4;font-size:11px}#fc2_text_ad a{color:#646464}#change_mobile{display:none}


/***------------------------------------------
      svgs
------------------------------------------***/

.svg-inline {
  display: inline-block;
  height: 1em;
  font-size: inherit;
  vertical-align: -.125em;
  fill: currentColor;
}


/***------------------------------------------
      date
------------------------------------------***/

.month01::before{content:"January"}.month02::before{content:"February"}.month03::before{content:"March"}.month04::before{content:"April"}.month05::before{content:"May"}.month06::before{content:"June"}.month07::before{content:"July"}.month08::before{content:"August"}.month09::before{content:"September"}.month10::before{content:"October"}.month11::before{content:"November"}.month12::before{content:"December"}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(150,150,150);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}

body {
  margin: 0;
  background-color: white;
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.4rem/1.9 'Arima Madurai', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  -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);
}

@-webkit-keyframes slideInUp{0%,50%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

#main-container {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1300px;
  padding: 40px 60px 80px;
}

#primary {
  -webkit-flex: 1;
  flex: 1;
  max-width: calc(100% - 40px - 300px);
  min-width: 0;
  margin-right: 40px;
  -webkit-animation: slideInUp 1.5s;
  animation: slideInUp 1.5s;
}

#secondary {
  width: 300px;
  background-color: white;
  border: 1px solid rgb(210,210,210); /* 注)右サイドメニューボーダー色 */
  line-height: 1.8;
  padding: 20px 0;
  font-size: 1.3rem;/* 注)サイドメニューフォント大きさ */
  -webkit-animation: slideInUp 1.8s;
  animation: slideInUp 1.8s;
}

#tertiary {
  background-color: rgb(45,48,62);/* 注)フッター上プラグイン3背景色 */
  color: white;
}

#third-fit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: auto;
  max-width: 1300px;
  line-height: 1.8;
  padding: 40px 60px;
  font-size: 1.3rem;
}

.side-menu {
  margin-bottom: 50px;
  width: 300px;
  padding: 0 20px;
}

@media screen and (max-width: 1023px) {
  #main-container {
    display: block;
    max-width: 960px;
  }
  #primary {
    max-width: 100%;
    margin: auto;
  }
  #secondary {
    width: 100%;
    border: 0;
  }
  #reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  #third-fit-wrapper {
    margin: auto;
    max-width: 960px;
  }
}
@media screen and (max-width: 768px) {
  #main-container {
    padding: 40px 30px 80px;
  }
  #third-fit-wrapper {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 740px) {
  #reserve,
  #third-fit-wrapper {
    display: block;
  }
  .side-menu {
    margin: 0 auto 50px;
    width: 100%;
    max-width: 450px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 560px) {
  #main-container {
    padding: 40px 0 80px;
  }
  #third-fit-wrapper {
    padding: 40px 0;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

@-webkit-keyframes slideInDown{0%,50%{opacity:0;-webkit-transform:translateY(-100px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInDown{0%,50%{opacity:0;transform:translateY(-100px)}100%{opacity:1;transform:translateY(0)}}

#header-banner {
  position: relative;
}

#header-banner::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 300px);
  background: linear-gradient(rgba(255,255,255,0) 50%, rgba(255,255,255,1)),
              url(https://blog-imgs-125-origin.fc2.com/t/e/t/tetsuan/IMG_9064_122_700.jpg) center center /cover no-repeat;/* 注)ヘッダー画像 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#blog-name-container {
  margin: auto;
  max-width: 1300px;
  color: white;
  padding: 80px 60px 50px;
  text-align: center;
}

#blog-title {
  margin: auto;
  max-width: 800px;
  font: bolder 2.4rem/1.4 'Arima Madurai', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
  -webkit-animation: slideInDown 1.5s;
  animation: slideInDown 1.5s;
}

#blog-title a {
  display: inline-block;
  color: white;/* 注)ブログタイトルリンク色 */
  text-shadow: 2px 0px 2px rgba(85,85,85,.8);
}

#site-description {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  padding-top: 20px;
  font-size: 1.2rem;
  text-shadow: 2px 0px 2px rgba(85,85,85,.8);
}


/***------------------------------------------
      breadcrumns
------------------------------------------***/

#breadcrumbs {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  padding-top: 20px;
  font-size: 1.2rem;
}

#breadcrumbs li {
  display: inline-block;
  text-shadow: 2px 0px 2px rgba(85,85,85,.8);
}

#breadcrumbs li a {
  display: inline-block;
  background-color: rgba(255,255,255,.7);
  border-radius: 2px;
  color: rgb(51,51,51);
  padding: .1em .4em;
  text-shadow: none;
}

#breadcrumbs span {
  margin: 0 .5em;
  filter: drop-shadow(0px 2px rgba(85,85,85,.8));
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2000;
  width: 100%;
  line-height: 45px;
  font-size: 1.2rem;
  text-align: center;
  -webkit-transition: background-color .5s;
}

.fixed-positioning {
  background: rgba(45,48,62,.8);
}

.position-adjust {
  top: 27px;
}

#navi-sizing {
  margin: auto;
  max-width: 1300px;
  padding: 0 60px;
}

@media screen and (max-width: 768px) {
  #navi-sizing {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #navi-sizing {
    padding: 0 15px;
  }
}

#navi-list li {
  display: inline-block;
  width: 15%;/* ナビゲーションリンク横幅指定 */
}

.navi-menu a,
#modal-trigger-label {
  display: block;
  color: white;/* 注)ナビゲーションリンク色 */
  cursor: pointer;
  font-weight: bolder;
  text-decoration: none;
  text-shadow: 2px 0px 2px rgba(85,85,85,.8);
}

#modal-trigger-label {
  filter: drop-shadow(2px 0px 2px rgba(85,85,85,.8));
}

/* navigation hover effect */
.rectangle-out {
  background: transparent;
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.rectangle-out::before {
  content: "";
  background: rgba(45,48,62,.8); /* 注)ナビゲーションホバー時背景色 (approx)Madison+不透明度0.8 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
}

.rectangle-out:hover::before,
.rectangle-out:focus::before,
.rectangle-out:active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* site search */
#modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.9);/* 注)モーダル背景色 */
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999;
  text-align:center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .75s;
  transition: all .75s;
}

#modal-wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  position: relative;
}

/* 注)closeテキストの指定 */
#modal-close-label {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
}

#modal-form {
  width: 80%;
  border-bottom: 1px solid rgb(51,51,51);
  padding: .5em 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);/* Safari用 */
  transform: translateY(-50%);
}

#modal-input {
  width: 100%;
  background-color: transparent;
  border: 0;
  color: rgb(51,51,51);
  font-size: 1.6rem;
}

#modal-input::-webkit-input-placeholder {
  color: rgb(150,150,150);
}

#modal-input::-moz-input-placeholder {
  color: rgb(150,150,150);
}

#modal-trigger {
  display: none;
}

#modal-close-label span {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#modal-form {
  display: block;
  margin: auto;
  width: 90%;
  max-width: 500px;
  color: rgb(51,51,51);
  position: relative;
  z-index: 3;
  text-align: left;
}

#modal-trigger:checked ~ #modal-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100005;
}

/* for only smartphone */
.mobile-toggle {
  display: none;
  width: 45px;
  height: 45px;
  color: rgb(240,163,141);
  line-height: 46px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4000;
  font-size: 24px;
  text-align: center;
}

#navi-list .pc-hide {
  display: none;
}


/***------------------------------------------
      top page(grid)
------------------------------------------***/

.element-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
  overflow: hidden;
}

.lefty {
  width: 70%;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}

/* article thumbnail */
.element-item:nth-of-type(even) .lefty {
  margin-right: 0;
  margin-left: 20px;
  order: 2;
}

.lefty::before {
  content: "";
  display: block;
  padding-top: 55%;
}

.lefty img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

/* mask for no-image */
.no-image-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,.8);
  color: rgba(51,51,51,.4);
  font-size: 1.8rem;
}

/* article content */
.righty {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 1px solid rgb(210,210,210);
  line-height: 1.5;
  overflow: hidden;
  padding: 0 15px;
  text-align: center;
}

.context {
  width: 100%;
  line-height: 1.5;
}

.entry-title {
  display: block;
  margin: 5px auto;
  max-height: 11.1rem;
  /* safari, chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* */
  line-height: 1.4;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: bolder;
}

.entry-title a {
  color: rgb(51,51,51);
}

.entry-time {
  font-size: 1.2rem;
}

.topentry-description {
  margin-top: 15px;
  max-height: 4.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.element-category {
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(210,210,210); /* 注)トップページ要約記事ボーダー色 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.2rem;
}

/* new mark */
.new-ribbon {
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotateZ(45deg);
}

.new-ribbon span {
  display: block;
  width: 100%;
  height: 30px;
  background: rgb(51,51,51);/* 注)Newマークリボン背景色 */
  color: red;/* 注)Newマークテキスト色 */
  line-height: 30px;
  font-size: 16px;/* 注)Newマークテキストサイズ */
  text-align: center;
}

/* top page and individual SNS share */
.element-sns {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 1.2rem;
}

#entry-sns {
  font-size: 1.2rem;
  text-align: right;
}

.element-sns li,
#entry-sns li {
  display: inline-block;
  margin-left: 8px;
  vertical-align: top;
}

.element-sns li a,
#entry-sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgb(45,48,62);
  color: white;
}

.hatena {
  font: 700 1.3rem/1 'Verdana', sans-serif;
}

/* SNS brand color */
.c-facebook:hover,
#e-facebook:hover {
  background: rgb(59,89,152);
}
.c-twitter:hover,
#e-twitter:hover {
  background: rgb(73,171,242);
}
.c-pinterest:hover,
#e-pinterest:hover {
  background: rgb(206,15,25);
}
.c-hatena:hover {
  background: rgb(61,142,216);
}
.c-leave-a-comment:hover,
#e-pencil {
  background-color: rgb(173,152,149);
}
.c-leave-a-comment {
  position: relative;
}

.abs-span {
  display: inline-block;
  position: absolute;
  top: -.6em;
  left: 1.3em;
  font-size: 1.1rem;
}

@media screen and (max-width: 620px) {
  .element-item {
    display: block;
  }
  .lefty,
  .righty,
  .element-item:nth-of-type(even) .lefty {
    width: 100%;
    margin: 0;
  }
  .righty {
    padding: 20px;
  }
  .topentry-description {
    margin-top: 20px;
  }
}
@media screen and (max-width: 560px) {
  #grid-container {
    padding: 0 10px;
  }
  .righty {
    padding: 20px 15px;
  }
  .new-ribbon {
    width: 100px;
    height: 100px;
  }
  .new-ribbon span {
    height: 20px;
    line-height: 20px;
    font-size: 14px;/* 注)Newマークテキストサイズ(スマホ・タブレット) */
  }
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 60px;
  background-color: white;
  border-bottom: 1px solid rgb(210,210,210);
  padding: 20px 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-body {
    padding: 20px;
  }
}
@media screen and (max-width: 560px) {
  .main-body {
    padding: 20px 15px;
  }
}

#entry-header {
  text-align: center;
}

#entry-title {
  margin: 5px auto;
  line-height: 1.4;
  font-size: 1.6rem;
}

#entry-info li {
  display: inline-block;
  padding: 0 .5em;
  font-size: 1.2rem;
}

#inner-contents,
.contents {
  padding: 20px 0;
}

/* back to default */
#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;
}

.height-adjust {
  padding-top: 65px;
  margin-top: -45px;
}

#entry-category {
  margin-top: 30px;
  font-size: 1.2rem;
}

#entry-tag {
  font-size: 1.2rem;
}

#entry-category a,
#entry-tag a {
  margin-left: .5em;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto 20px;
  font-size: 1.8rem;
  font-style: italic;
  text-align: center;
}

.another-title span {
  font-size: 1.3rem;
}

.border-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  min-height: 46px;
  position: relative;
}

.user-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207);
  border-radius: 50%;
  position: relative;
  text-align: center;
}

.user-icon .svg-inline {
  color: white;
  font-size: 1.7rem;
}

.visitor-name-and-title {
  -webkit-flex: 1;
  flex: 1;
  font-weight: bold;
}

.author-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

.visitor-name {
  font-size: 1.4rem;
}

.comment-title {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0 10px 20px;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 0 auto 20px;
  max-width: 600px;
  vertical-align: middle;
  text-decoration: none;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 1.2rem;
}

#comment_form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid rgb(220,220,220);
  background: white;
  outline: none;
  -webkit-appearance: none;
}

#comment_form input:focus,
#comment:focus {
  border: 1px solid rgb(179,179,179);
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  padding: 12px;
  background: white;
  border-radius: 4px;
  border: 1px solid rgb(220,220,220);
  line-height: 1.5;
  outline: none;
  -webkit-appearance: none;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#community {
  padding-top: 65px;
  margin-top: -45px;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 24px;
  }

  #no-p input[type=checkbox] + label::before {
    content: "";
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label::before {
    border: 1px solid rgb(220,220,220);/* 注)secretコメントチェックボックスボーダー色 */
    border-radius: 2px;
  }

  #no-p input[type=checkbox]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }

  #no-p input[type=radio]:checked + label::after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: rgb(51,51,51);/* 注)secretコメントチェックマーク色(1/3) */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label::after {
    margin-top: -8px;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色(2/3) */
    border-left: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色(3/3) */
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  margin-top: 20px;
  margin-right: 20px;
  width: 156px;
  height: 30px;
  background-color: rgb(240,163,141);/* 注)send, deleteボタン背景色 */
  border: none;
  border-radius: 2px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.2);
  color: white;/* 注)send, deleteボタン文字色 */
  cursor: pointer;
  padding: 4px 0;
  font-size: 1.4rem;/* 注)コメントsend/ deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(45,48,62);/* 注)send, deleteボタンホバー時背景色 */
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 30px auto 10px;
  border: 1px solid rgb(220,220,220);/* 注)トラックバックボーダー色 Gainsboro */
  border-radius: 0;
  padding: .5em;
  outline: none;
  font-size: 13px; /* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 80px auto 30px;
  position: relative;
  z-index: 1;
  font-size: 1.2rem;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area::before {
  content: "You may also like";/* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  border-top: 1px solid rgb(210,210,210);
  padding-top: 20px;
  position: absolute;
  top: -70px;
  z-index: 3;
  font-size: 1.8rem;
  font-style: italic;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  list-style: none;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 50%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 660px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  position: relative;
  z-index: 1;
}

.related-overlay {
  position: relative;
}

.related-overlay::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(https://blog-imgs-77-origin.fc2.com/t/e/t/tetsuan/IMG_6625_nofile.jpg) center center /cover no-repeat;
  position: absolute;
  z-index: 2;
}

.related-overlay::after {
  content: "No image";
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.8);
  color: rgba(51,51,51,.6);
  line-height: 80px;
  position: absolute;
  z-index: 3;
  font-size: 12px;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img  {
  width: 80px !important;
  height: 80px !important;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 80px !important;
    height: 80px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 80px !important;
    height: 80px !important;
  }
}

/* without thumbnail */
.fc2relate_entry_thumbnail_off,
.tb_dl {
  margin-top: 30px;
  background: rgb(248,248,248);/* 注)関連記事・トラックバック一覧背景色 */
  border-radius: 4px;
  padding: 20px;
  font-size: 1.2rem;
}

.fc2relate_entry_thumbnail_off .relate_dt,
.tb_dt {
  font-weight: bolder;
  padding-bottom: 5px;
}

.date {
  padding-top: 10px;
}

.fc2relate_entry_thumbnail_off .relate_ul,
.tb_ul {
  margin: 0;
  list-style: none;
  padding: 0;
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 1.5rem;/* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  overflow: hidden;
  padding: 10px 0;
}

.index-p {
  padding: 10px 0;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

/* only for search page */
.list-a {
  margin-bottom: 5px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  color: rgba(51,51,51,.6);
  float: right;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-93-origin.fc2.com/v/a/n/vanillaice000/littlethingnoimage2.jpg) center center /cover no-repeat;/* 注)No image画像 検索結果 */
}

.search-noimage::before {
  content: "No image";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);/* 注)検索結果ページNo image上マスク背景色 */
  line-height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.2rem;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu h4 {
  margin: 0 auto 20px;
  line-height: 1.4;
  font-size: 1.4rem;
  font-style: italic;
  text-align: right;
}

#tertiary .side-menu a:hover {
  color: white;
}

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

/* only smartphone */
#sidenav {
  margin: auto;
  width: 100%;
  background-color: rgb(245,245,245);/* 注)スマホドロワーメニュー背景色 */
}

#sidenav #aside-fit-wrapper {
  height: 100%;
  overflow: auto;
  padding: 40px 0 100px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: auto;
  width: 100%;
  max-width: 320px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

.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 {
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(45,48,62,.2);/* 注)カレンダーリンクボーダー色 */
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 28px;
}

.calender td a:hover {
  background: rgb(45,48,62);/* 注)カレンダーリンクホバー時背景色 (approx)Pattens Blue */
  border-color: rgb(45,48,62);
  color: white;
}

/* profile */
 .plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 320px;
}

.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: 2px;
  border: 1px solid rgb(207,207,207);
  background: white;
  outline: none;
  -webkit-appearance: none;
}

.plugin-mail input[type="submit"],
.plugin-search input[type="submit"] {
  border-radius: 2px;
  border: 0;
  background: rgb(240,163,141);
  color: white;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
}

/* search */
.plugin-search {
  margin: auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 2px 3px;
  border: 1px solid rgb(220,220,220);/* 公式タグボーダー色 */
  padding: .1em .4em;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 70px auto 50px;
  font-size: 12px;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin: 3px;
  box-shadow: 1px 0 0 0 rgb(229,229,229), 
              0 1px 0 0 rgb(229,229,229), 
              1px 1px 0 0 rgb(229,229,229),
              1px 0 0 0 rgb(229,229,229) inset, 
              0 1px 0 0 rgb(229,229,229) inset;
}

.light-theme a,
.light-theme span {
  display: block;
  width: 35px;
  height: 35px;
  background: transparent;
  color: rgb(51,51,51);
  line-height: 35px;
  vertical-align: middle;
}

.light-theme a:hover {
  background-color: rgb(240,163,141);/* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(212,217,220,.4);/* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  color: rgb(51,51,51);
  font-weight: bold;
}

.light-theme .prev,
.light-theme .next {
  background-color: rgb(45,48,62);/* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: white;
}

/* article */
#posted-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 70px auto 50px;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

#page-home {
  margin: 0 10px;
  width: 35px;
}

#page-left,
#page-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
}

#center-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgb(45,48,62);
  color: white;
}

#prev-a,
#next-a {
  display: block;
  height: 100%;
  position: relative;
}

#prev-a {
  padding-left: 40px;
}

#next-a {
  padding-right: 40px;
  text-align: right;
}

#prev-a::before,
#next-a::before {
  display: block;
  margin: auto;
  width: 35px;
  height: 35px;
  background-color: rgb(45,48,62);
  color: white;
  line-height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#prev-a::before {
  content: "\2039";
  left: 0;
}

#next-a::before {
  content: "\203A";
  right: 0;
}

#center-a:hover,
#prev-a:hover::before,
#next-a:hover::before {
  background-color: rgb(240,163,141);
}

/* titlelist */
#titlelist-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 70px auto 50px;
  max-width: 400px;
  font-size: 1.2rem;/* 注)全記事一覧ページ送りフォント大きさ */
}

#t-page-left,
#t-page-home,
#t-page-right {
  width: 35px;
  height: 35px;
}

#t-prev-a,
#t-center-a,
#t-next-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(45,48,62);
  color: white;
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background-color: rgb(240,163,141);
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  top: 40%;
  z-index: 2000;
  font-size: 12px;/* 注)サイドページ送りフォント大きさ */
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
  pointer-events: none;
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

#page-div-right,
#page-div-left {
  display: block;
  margin: 0;
  width: 180px;
  height: 80px;
}

.side-pager-right a,
.side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  word-break: break-all;
  -webkit-transition: none;
  transition: none;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(45,48,62,.2);/* 注)個別記事ページサイドページ送りnext, prev背景色 */
  border-radius: 50%;
  line-height: 80px;
  position: relative;
  z-index: 2000;
  text-align: center;
}

.title-cell {
  display: table-cell;
  width: 100%;
  padding: 0 10px;
  vertical-align: middle;
}

.page-title {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 560px) {
  .simple-pagination,
  #posted-pager,
  #titlelist-pager {
    padding: 0 15px;
  }
}


/***------------------------------------------
      footer
------------------------------------------***/

/* animation */
@-webkit-keyframes slideInUp{0%,50%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

#page-scroll {
  display: inline-block;
  position: fixed;
  right: 60px;
  bottom: 130px;
  z-index: 3000;
  font-size: 11px;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  line-height: 39px;
  text-shadow: none;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: rgb(150,150,150);
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

@media screen and (max-width: 1023px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

.new {
  color: red;
  font-size: 11px;
}

#footer {
  max-width: 1300px;
  margin: auto;
  overflow: hidden;
  padding: 50px 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 560px) {
  #footer {
    padding: 50px 15px;
  }
}

/* sns on footer */
#sns-ul {
  margin: auto;
  float: right;
}

#sns-ul li {
  margin: 0 0 3px 10px;
  display: inline-block;
}

#sns-ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgb(240,163,141); /* 注)フッターSNS背景色 */
  border-radius: 50%;
  color: white; /* 注)フッターSNSテキスト色 */
}

/* brand color */
#f-facebook:hover {
  background-color: rgb(59,89,152);
}

#f-twitter:hover {
  background-color: rgb(73,171,242);
}

#f-instagram:hover {
  background-color: rgb(81,127,164);
}

#f-pinterest:hover {
  background-color: rgb(206,15,25);
}

#f-google-plus:hover {
  background-color: rgb(221,75,57);
}

#f-youtube:hover {
  background-color: rgb(204,24,30);
}

#footer-object {
  color: rgb(150,150,150);
  float: left;
  line-height: 1.3;
  padding-top: 20px;
  text-align: left;
}

.foot,
#copyright {
  display: block;
  font-size: 1.2rem;
}

#designer {
  color: rgb(45,48,62);
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 2rem 0;
  padding: 5rem 2rem;
  border-radius: 2px;
  border: 1px solid rgb(200,200,200);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgb(200,200,200)'%3E%3Cpath d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E") left .5em  top .5em /2.5em 2.5em no-repeat,
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgb(200,200,200)'%3E%3Cpath d='M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E") right .5em bottom .5em /2.5em 2.5em no-repeat;/* 注)引用マークの色変更は rgb(200,200,200) を2箇所変更 */
}

blockquote p {
  margin: 0;
}

/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

/* for video */
.box-for-video {
  width: 100%;
  position: relative;
}

.box-for-video::before {
  content:"";
  display: block;
  overflow: hidden;
  padding-top: 56.25%; /* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
}

.box-for-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.emoji {
  vertical-align: middle;
}

/* カード全体像 */
.blogcard {
  margin-bottom: 30px;
  max-width: 90%;
  background-color: Ivory;
  border: 1px solid rgb(211,211,211);
  border-radius: 2px;
  box-shadow: 0 10px 6px -6px rgba(0,0,0,.1);
  color: rgb(51,51,51);
  padding: 10px;
}

/* 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-bottom: 5px;
  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 {
  font-size: 13px;
  line-height: 1.5;
}

/* フッター(元記事サイト名とリンク) */
.blogcard-footer {
  font-size: 12px;
}

.blogcard-footer a {
  color: rgb(154,165,171);
  text-decoration: underline;
}

.blogcard-footer a img {
  margin-right: 5px;
}