@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Belong
* The first edition: 2016.2.27
* 2016.7.31 - 関連記事サムネイルの整形
* 2016.9.9 - リストマーカーの位置を調整
* 2016.10.6 - MicrosoftEdgeのfixedバグhackJS削除, その他微調整
* 2016.11.7 - MicrosoftEdgeのfixedバグhackJS削除, その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイルを削除
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.21 - SSL化に伴う混在コンテンツ排除
* 2017.12.29 - リセットCSSを最小限に, html構造及びCSS装飾修正, 各種ページデザイン修正, その他変更多数
* 2018.1.3 - 全記事リストにnewマーク追加
* Latest update: 2018.3.8 - iOS11.2.6でモーダルが開かない件修正, 構造化マークアップ追加など
*/

/***------------------------------------------
      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:not([type=submit]),select,textarea{border-radius:0;outline:0;-webkit-appearance:none;font-size:inherit}input[type=submit]{border-radius:0;outline:0;-webkit-appearance:button;font-size:inherit}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}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 4em 15px 3em;
  border-left: 3px solid rgb(51,51,51);
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "\f10d";
  display: none;
  font-family: 'Font Awesome 5 Solid';
}

blockquote > .svg-inline--fa {
  color: rgb(206,206,206);
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  font-size: 200%;
}


/***------------------------------------------
      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"}span.youbiSun:before{content:"Sunday"}span.youbiMon:before{content:"Monday"}span.youbiTue:before{content:"Tuesday"}span.youbiWed:before{content:"Wednesday"}span.youbiThu:before{content:"Thursday"}span.youbiFri:before{content:"Friday"}span.youbiSat:before{content:"Saturday"}


/***------------------------------------------
      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%;
}

body {
  margin: 0;
  background-color: white;
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.4rem/1.9 'Poppins', '游ゴシック体', '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);
}

#float-container {
  display:-webkit-box; /* fallback old Android */
  display:-ms-flexbox; /* fallback ie10 */
  display: -webkit-flex; /* fallback old safari */
  display: flex;
  align-items: flex-start;
  margin: auto;
  max-width: 1400px;
  padding: 70px 60px 80px;
}

#primary {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 50px;
  overflow: hidden;
}

#secondary {
  width: 300px;
  line-height: 1.8;
  font-size: 1.2rem;
}

.side-menu {
  margin-bottom: 30px;
  width: 300px;
}

@media screen and (max-width: 1023px) {
  #float-container {
    display: block;
  }
  #primary {
    margin: auto;
  }
  #secondary {
    margin: auto;
    width: 100%;
  }
  #reserve {
    display:-webkit-box;/* fallback old Android */
    display:-ms-flexbox;/* fallback ie10 */
    display: -webkit-flex;/* fallback old safari */
    display: flex;
    margin: auto;
    padding-top: 0;
    -ms-flex-wrap:wrap;/* fallback ie10 */
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;/* fallback old safari */
    justify-content: space-around;
  }
  .side-menu {
    width: 330px;
    padding: 0 15px;
  }
}

/* navi breakpoint 2/4 */
@media screen and (max-width: 1400px) {
  #float-container {
    padding-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  #reserve {
    display: block;
  }
  .side-menu {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 450px;
    padding: 0;
  }
}
@media screen and (max-width: 666px) {
  #float-container {
    padding: 30px 30px 80px;
  }
}
@media screen and (max-width: 414px) {
  #float-container {
    padding: 30px 15px 80px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

/* SNS navigation */
#sns-navi {
  background-color: rgb(51,51,51);/* 注)ページ上部SNS背景色 */
  text-align: right;
}

#sns-navi ul {
  margin: auto;
  max-width: 1400px;
  list-style: none;
  padding: 5px 60px;
}

@media screen and (max-width: 666px) {
  #sns-navi ul {
    padding: 5px 30px;
  }
}
@media screen and (max-width: 414px) {
  #sns-navi ul {
    padding: 5px 15px;
  }
}

#sns-navi ul li {
  display: inline-block;
}

#sns-navi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  margin-left: 8px;
  width: 22px;
  height: 22px;
  background-color: white;
  border-radius: 50%;
  color: rgb(51,51,51); /* 注)ページ上部SNSアイコン色 */
  font-size: 1.2rem;
  text-align: center;
}

/* blog title */
#blog-name-container {
  margin: auto;
  max-width: 1400px;
  padding: 70px 60px 60px;
  text-align: center;
}

/* navi breakpoint 3/4 */
@media screen and (max-width: 1400px) {
  #blog-name-container {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 666px) {
  #blog-name-container {
    padding: 70px 30px 30px;
  }
}
@media screen and (max-width: 414px) {
  #blog-name-container {
    padding: 70px 15px 30px;
  }
}

#blog-title {
  margin: auto;
  width: 100%;
  max-width: 850px;
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: bolder;
  text-align: center;
}

#blog-title a {
  color: rgb(51,51,51);/* 注)ブログタイトルリンク色 */
}

#site-description {
  margin: 15px auto 0;
  max-width: 850px;
  font-size: 1.2rem;
}

/* global navigation */
@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}

#navi-menu {
  margin: auto;
  line-height: 44px;
  font-size: 1.2rem;
  text-align: center;
}

.fixed-positioning {
  background-color: white;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.06),
              0 4px 5px 0 rgba(0,0,0,.06),
              0 1px 10px 0 rgba(0,0,0,.08);
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3000;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.navi-item {
  margin: auto;
  max-width: 1400px;
  padding: 0 60px;
}

#navi-list {
  border-top: 1px solid rgb(177,175,176);
  border-bottom: 1px solid rgb(177,175,176);
}

.fixed-positioning #navi-list {
  border: 0;
}

#navi-list li {
  display: inline-block;
  vertical-align: top;
}

#navi-list li a,
#modal-trigger-label {
  display: block;
  width: 100%;
  color: rgb(51,51,51);
  cursor: pointer;
  padding: 0 50px;/* ナビゲーションリンク両隣との距離50px */
  font-weight: bolder;
  text-decoration: none;
}

.position-adjust {
  top: 27px;
}

/* overline-from-center */
.overline-from-center {
  display: inline-block;
  box-shadow: 0 0 1px rgba(0,0,0,0);
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.overline-from-center:before {
  content: "";
  height: 4px;
  background: rgb(51,51,51);/* 注)ナビゲーションリンクホバーエフェクト(線)色 */
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.overline-from-center:hover:before,
.overline-from-center:focus:before,
.overline-from-center:active:before {
  right: 0;
  left: 0;
}

/* 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(51,51,51);
}

#modal-input::-moz-input-placeholder {
  color: rgb(51,51,51);
}

#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;
}

 .mobile-toggle {
  display: none;
 }

/* navi breakpoint 4/4 */
@media screen and (max-width: 1400px) {
  .mobile-toggle {
    display: block;
    margin: auto;
    cursor: pointer;
    height: 44px;
    padding-top: 6px;
  }
  .mobile-toggle span {
    display: block;
    margin: auto;
    width: 28px;
    height: 3px;
    margin-bottom: 5px;
    border-radius: 1000px;
    background-color: rgb(51,51,51);/* 注)ナビゲーションハンバーガーボタンの色 */
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .open-navi span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  #menu-text {
    text-align: center;
    line-height: 1;
    font-size: 1.2rem;
  }
  .sp-navi {
    display: none;
    width: 100%;
    max-height: 400px;
    height: auto;
    overflow-y: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
  }
  #navi-list {
    border-top: 0;
    padding: 30px 0 40px;
    text-align: center;
  }
  #navi-list li {
    margin: auto;
  }
  #navi-list li {
    display: block;
    line-height: 1.3;
    padding: 1em;
  }
}


/***------------------------------------------
      top page
------------------------------------------***/

.another-title {
  margin: 0 auto 40px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}

.another-title:before {
  content: "";
  display: block;
  background-color: rgb(51,51,51);
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 13px;
  left: 0;
  z-index: 1;
}

.another-title span {
  background-color: white;
  line-height: 1;
  padding-right: 1.5em;
  position: relative;
  z-index: 3;
}

/* float */
.float-wrap {
  overflow: hidden;
}

.time-stamp-wrap {
  display: block;
  margin: 0 30px 20px 0;
  width: 80px;
  float: left;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .time-stamp-wrap {
    margin: 0 auto 20px;
    width: 100%;
    float: none;
  }
}

.datebox {
  display: block;
  border: 1px solid rgb(51,51,51);
  padding-top: 10px;
}

.topentry-month {
  display: block;
  line-height: 1;
  font-size: 13px;
  text-transform: uppercase;
}

.topentry-day {
  display: block;
  letter-spacing: .2em;
  line-height: 1;
  padding: 7px 0 4px;
  font-size: 30px;
  text-indent: .2em;
}

.topentry-year {
  display: block;
  line-height: 1;
  padding-bottom: 10px;
  font-size: 13px;
}

.topentry-comment-num {
  display: block;
  border-right: 1px solid rgb(51,51,51);
  border-bottom: 1px solid rgb(51,51,51);
  border-left: 1px solid rgb(51,51,51);
  line-height: 1;
  padding: 10px 0;
}

.topentry-comment-num a {
  color: rgb(51,51,51);
}

.topentry-num {
  padding-left: 10px;
}

.main-body {
  margin-bottom: 70px;
  overflow: hidden;
}

.element-title {
  margin: 0 auto 10px;
  line-height: 1.4;
  font-size: 1.8rem;
}

.topentry-category {
  font-size: 1.2rem;
}

.topentry-category a {
  margin-left: 1em;
}

.read-more {
  margin: 30px auto;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.read-more a {
  color: rgb(51,51,51);
}

#postscript {
  margin-top: -44px;
  padding-top: 44px;
}

.inner-contents,
.contents {
  padding: 20px 0;
}

/* パンくずリスト */
.breadcrumb li{
  display: inline;
}
.category_breadcrumb li{
  display: inline;
}


/* 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: 64px;
  margin-top: -44px;
}

.inner-contents a:hover {
  text-decoration: underline;
}

/* tag on article */
.entry-tag {
  margin-top: 20px;
  font-size: 1.2rem;
}

.entry-tag a {
  margin-left: 1em;
}

/* SNS share */
.inner-footer-sns {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: center;
  border: 1px solid rgb(150,150,150);
  line-height: 40px;
  text-align: center;
}

.inner-footer-sns li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
}

.inner-footer-sns li a {
  display: block;
}

/* SNS brand color */
.c-facebook:hover {
  background-color: rgb(59,89,152);
  color: white;
}

.c-twitter:hover {
  background-color: rgb(73,171,242);
  color: white;
}

.c-pinterest:hover {
  background-color: rgb(206,15,25);
  color:white;
}

.c-google-plus:hover {
  background-color: rgb(221,75,57);
  color: white;
}

.c-leave-a-comment:hover,
.c-pencil:hover,
.go-to-page:hover,
.c-send-a-trackback:hover {
  background-color: silver;
  color: white;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.titlebox {
  margin: 0 30px 20px 0;
  width: 80px;
  float: left;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .titlebox {
    display: none;
  }
}

.upper {
  border: 1px solid rgb(51,51,51);
  padding: 10px 0;
}

.titlebox .svg-inline--fa {
  font-size: 3rem;
}

.other-title {
  margin: auto;
  font-size: 1.1rem;
  font-weight: normal;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  margin-top: 20px;
  color: rgb(200,200,200);
  font-style: italic;
  text-align: center;
}

.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--fa {
  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-body {
  padding: 10px 0;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: auto;
  width: 100%;
  text-decoration: none;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 1.2rem;/* 注)コメント投稿フォームラベルフォント大きさ */
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  background-color: rgb(250,250,250);
  border: 1px solid rgb(51,51,51);/* 注)コメントフォーム各項目ボーダー色 */
  padding: 12px;
}

#comment_form input:focus,
#comment:focus {
  background-color: white;
  border: 1px solid silver;/* 注)コメントフォーム各項目(含 テキストエリア)フォーカス時ボーダー色 */
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: rgb(250,250,250);
  border: 1px solid rgb(51,51,51);/* 注コメントフォームテキストエリアボーダー色 */
  line-height: 1.5;
  padding: 12px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(250,250,250) inset;
}

#community,
#trackback {
  margin-top: -44px;
  padding-top: 44px;
  position: relative;
}

/* 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コメントチェックボックスボーダー色 */
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #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;
  width: 156px;
  height: 36px;
  background-color: rgb(51,51,51);/* コメントsend, deleteボタン背景色 */
  border: none;
  color: white;/* 注)send, deleteボタンテキスト色 */
  cursor: pointer;
  font-size: 1.4rem;/* 注)send, deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

.comment-info {
  font-size: 1.3rem;
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
}

.op {
  margin: 30px auto 10px;
  border: 1px solid rgb(220,220,220);/* 注)トラックバックボーダー色 */
  border-radius: 0;
  outline: none;
  padding: .5em;
  font-size: 1.3rem;/* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: 0 auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 100px auto 30px;
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 1;
}

#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(238,238,240);
  padding-top: 20px;
  position: absolute;
  top: -70px;
  z-index: 3;
  font-size: 1.6rem;
  font-weight: bold;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 50%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 1240px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 1023px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 820px) {
  #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;
  font-size: 1.2rem;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail_noimg[src="https://static.fc2.com/image/sh_design/no_image/no_image_144x144.png"] {
  visibility: hidden;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "No image";
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgb(245,245,245);
  color: rgba(51,51,51,.7);
  line-height: 80px;
  position: absolute;
  z-index: 2;
  text-align: center;
  font-size: 1.1rem;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  width: 80px !important;
  height: 80px !important;
  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 */
.relate_dl,
.tb_dl {
  margin-top: 30px;
  background: rgb(245,245,245); /* 注)関連記事・トラックバック一覧背景色 White Smoke */
  border-radius: 4px;
  padding: 10px;
}

.relate_dt,
.tb_dt {
  padding: 3px;
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.tb_ul {
  padding: 10px 0;
}

.fc2relate_entry_thumbnail_off .relate_ul,
.tb_ul {
  margin: 0;
  margin-left: 1.5em;
  list-style-type: square;
  padding: 0;
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: 0 auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 1.5rem;/* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  overflow: hidden;
  padding: 5px 0;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

/* only for search page */
.list-a {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  width: 72px;
  height: 72px;
  color: rgba(51,51,51,.7);
}

.thumbnails {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background-color: rgb(245,245,245);
  line-height: 72px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  text-align: center;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

.side-menu h4 {
  margin: 0 auto 20px;
  background-color: rgb(51,51,51);
  color: white;
  padding: .8em .3em;
  font-size: 1.4rem;
  text-align: center;
}

/* おすすめ記事のリストマーク消去 */
.recommend ul{
  list-style-type:none;
}
.recommend li{
  margin-bottom:15px;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  table-layout: fixed;
  width: 260px;
  border-spacing: 3px 6px;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sat {
  color: rgb(49,70,187);
}

#sun {
  color: rgb(189,30,30);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(212,217,220);
  border-radius: 50%;
  line-height: 28px;
}

.calender td a:hover {
  background: rgb(212,217,220);
}

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* mail form */
.sidebar-style form {
  margin: auto;
  width: 100%;
  max-width: 320px;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  width: 100% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  margin: 0 2px 4px 0;
  display: inline-block;
  padding: .1em .5em;
  border: 1px solid rgb(220,220,220);/* 公式タグボーダー色 */
}

/* common */
.sidebar-style input[type="submit"] {
  background-color: rgb(51,51,51);
  color: white;
  cursor: pointer;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 0 auto 30px;
  padding-left: 110px;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin: 0 2px 2px;
  list-style: none;
  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: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  line-height: 35px;
  color: rgb(51,51,51);
  text-align: center;
  font-size: 12px;/* 注)汎用ページ送りフォント大きさ */
  background: transparent;
}

.light-theme a:hover {
  background-color: rgb(212,217,220);/* 注)汎用ページ送りマウスホバー時背景色 */
  opacity: 1;
}

.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 {
  font-weight: bold;
  color: rgb(51,51,51);
}

.light-theme .prev,
.light-theme .next {
  width: auto;
  box-shadow: none;
  background-color: rgb(51,51,51);/* 注)汎用ページ送りprev/ next時背景色 */
  padding: 0 1em;
  color: white;
}

/* article */
#posted-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 auto 30px;
  padding-left: 110px;
  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: 34px;
  height: 34px;
  background-color: rgba(212,217,220,.4);
  color: rgb(51,51,51);
}

#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: 34px;
  height: 34px;
  background-color: rgba(212,217,220,.4);
  color: rgb(51,51,51);
  line-height: 34px;
  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(212,217,220);
}

/* 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: 0 auto 30px;
  max-width: 400px;
  padding-left: 110px;
  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: rgba(212,217,220,.4);
  color: rgb(51,51,51);
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background-color: rgb(212,217,220);
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  position: fixed;
  z-index: 1000;
  top: 40%;
  width: 180px;
  height: 80px;
  font-size: 12px;/* 注)サイドページ送りフォント大きさ */
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
  opacity: 0;
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

#page-div-right,
#page-div-left {
  display: block;
  width: 180px;
  height: 80px;
  margin: 0;
}

.side-pager-right a,
.side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: none;
  transition: none;
  color: rgb(51,51,51);
  word-break: break-all;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  vertical-align: top;
  width: 80px;
  height: 80px;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: rgba(51,51,51,.2);/* 注)個別記事ページサイドページ送りnext, prev背景色 */
  text-align: center;
}

.title-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  background-color: white;
  padding: 0 10px;
}

.page-title {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .simple-pagination,
  .posted-pager,
  .titlelist-pager {
    padding-left: 0;
  }
}


/***------------------------------------------
      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: 90px;
  z-index: 2000;
  font-size: 11px;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  line-height: 38px;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

.new {
  margin-left: .5em;
  color: red;
  font-size: 11px;
}

#footer {
  padding: 1em;
  background-color: rgb(49,49,49);
  line-height: 1.3;
  color: white;
  text-align: center;
}

#footer a:hover {
  color: rgb(150,150,150);
}

#foot,
#copyright {
  display: block;
  font-size: 1.2rem;
}

#ad1,
#ad2 {
  color: rgb(150,150,150);
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  max-width: calc(100% - 2px);
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

/* 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%;
}

/* for image */
.zoom-in {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in:after {
  content: "\f065";
  font-family: FontAwesome;
  text-align: center;
  font-size: 2rem;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in:hover:before, .zoom-in:hover:after {
  opacity: 1;
}

.zoom-in-round {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in-round:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in-round:after {
  content: "\f065";
  font-family: FontAwesome;
  text-align: center;
  font-size: 2rem;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in-round:hover:before, .zoom-in-round:hover:after {
  opacity: 1;
}

.emoji {
  vertical-align: middle;
}

/* ranking */
#ranking {
  text-align: right;
  margin-bottom: 20px;
}

/* ネタバレ */
.spoiler {
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.spoiler.on {
  color: rgba(0,0,0,0);
  text-shadow: 0 0 10px #000;
}
.spoiler.on:before {
  content: 'ネタバレあり ⇒ クリックで表示';
  position: absolute;
  text-shadow: none;
  color: #fff;
  width: 220px;
  height: 28px;
  line-height: 28px;
  left: 50%;
  top: 50%;
  text-align: center;
  background-color: #000;
  margin-left: -110px;
  margin-top: -14px;
}