@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Pianissimo
* The first edition: 2017.3.13
* 2017.3.18 - カスタマイズのガイダンスを一部修正しました
* 2017.4.17 - iPhoneでfixedされたinputが固定されないバグのApple修正に伴いhackを削除
* 2017.9.22 - SSL化に伴うURL正規化
* Latest update: 2017.12.18 - リセットCSSを最小限に, html構造及びCSS装飾修正, トップページの追記折りたたみを個別記事ページ遷移に変更, その他変更多数
*/

/***------------------------------------------
      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;appearance:none;font-size:inherit}input[type=submit]{border-radius:0;outline:0;-webkit-appearance:button;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: auto;
  width: 98%;
  height: auto;
  background-color: rgb(250,250,250);
  border: 1px solid rgb(240,240,240);
  border-radius: 1px;
  padding: 2.5em;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: '“';
  font-size: 700%;
  color: rgb(53,61,75);
  line-height: 1em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

blockquote:after {
  content: '”';
  font-size: 700%;
  color: rgb(53,61,75);
  line-height: 0em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(119,177,198);/* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/***------------------------------------------
      date
------------------------------------------***/

span.month01:before{content:"January"}span.month02:before{content:"February"}span.month03:before{content:"March"}span.month04:before{content:"April"}span.month05:before{content:"May"}span.month06:before{content:"June"}span.month07:before{content:"July"}span.month08:before{content:"August"}span.month09:before{content:"September"}span.month10:before{content:"October"}span.month11:before{content:"November"}span.month12:before{content:"December"}


/***------------------------------------------
      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.3rem/1.9 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 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);
}

#wrapper {
  min-width: 80%;
}

#main-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: 1200px;
  padding: 0 60px 100px;
}

/* animation */
@-webkit-keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}

#primary {
  -webkit-flex: 1;
  flex: 1;
  box-shadow: 1px 0 0 0 rgb(235,229,220);
  overflow: hidden;
  padding-right: 30px;
  word-break: break-all;
  -webkit-animation: fadeIn 1.2s;
  animation: fadeIn 1.2s;
}

#secondary {
  width: 330px;
  border-left: 1px solid rgb(235,229,220);
  line-height: 1.8;
  padding-left: 30px;
  font-size: 1.2rem;
  -webkit-animation: fadeIn 1.5s;
  animation: fadeIn 1.5s;
}

/* do NOT delete or change or add */
.fit-sidebar-blank{z-index:0;background-color:transparent;visibility:hidden}.fit-sidebar-fixed{margin-top:50px!important;margin-bottom:0!important;padding-bottom:50px;position:fixed}

.pad-adjust {
  padding-top: 50px;
}

.side-menu {
  margin-bottom: 50px;
  width: 300px;
}

@media screen and (max-width: 920px) {
  #main-container {
    display: block;
  }
  #primary {
    margin: auto;
    max-width: 750px;
    box-shadow: none;
    padding-right: 0;
  }
  #main-fit-wrapper {
    padding: 30px 0 0;
  }
  #secondary {
    margin: auto;
    width: 100%;
    max-width: 750px;
    border-left: 0;
    padding: 50px 0 0;
  }
  #fit-wrapper {
    display:-webkit-box;/* fallback old Android */
    display:-ms-flexbox;/* fallback ie10 */
    display: -webkit-flex;/* fallback old safari */
    display: flex;
    -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;
  }
}
@media screen and (max-width: 770px) {
  .side-menu {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (max-width: 666px) {
  #main-container {
    padding: 0 30px 100px;
  }
}
@media screen and (max-width: 414px) {
  #main-container {
    padding: 0 15px 100px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#header-banner {
  padding: 50px 0 40px;
}

@media screen and (max-width: 666px) {
  #header-banner {
    padding: 40px 0 20px;
  }
}

#blog-name-container {
  margin: auto;
  max-width: 1200px;
  padding: 0 60px;
  text-align: center;
}

@media screen and (max-width: 666px) {
  #blog-name-container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 414px) {
  #blog-name-container {
    padding: 0 15px;
  }
}

/* 注)ブログタイトルフォント関連 */
#blog-title {
  margin: 0 auto 15px;
  max-width: 800px;
  font: normal 2.6rem/1.4 'Josefin Sans', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', sans-serif;
  text-transform: uppercase;/* 注)ブログタイトルの大文字縛り不要の方この一行削除 */
}

@media screen and (max-width: 768px) {
  #blog-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 414px) {
  #blog-title {
    font-size: 2.2rem;
  }
}

#blog-title a {
  color: rgb(51,51,51);/* 注)ブログタイトルリンク色 */
}

#site-description {
  margin: auto;
  max-width: 850px;
  letter-spacing: 1px;
  font-size: 1.2rem;
  text-indent: 1px;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

/* animation */
@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}

/* hamburger button animation */
.mobile-toggle {
  display: none;
  margin: auto;
  cursor: pointer;
  width: 58px;
  height: 35px;
  padding: 9px 15px 2px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100005;
  font-size: 20px;
}

.navi-container {
  margin: auto;
  width: 100%;
  background-color: white;
  letter-spacing: 2px;
  font: 1.1rem/35px 'Fenix', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  text-indent: 2px;
}

.navi-sizing {
  margin: auto;
  max-width: 1200px;
  padding: 0 60px;
  position: relative;
}

.navi-item {
  border-top: 1px solid rgb(205,190,168);
  border-bottom: 1px solid rgb(205,190,168);
  padding: 0 1em;
}

@media screen and (max-width: 920px) {
  .navi-item {
    max-width: 750px;
  }
}

.fixed-positioning {
  border-bottom: 1px solid rgb(205,190,168);
  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: 100004;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* FC2 search bar */
.navi-container-adjust {
  top: 27px;
}

.fixed-positioning .navi-item {
  border: 0;
}

.navi-item-ul {
  display: inline-block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.navi-item-ul li {
  display: inline-block;
  margin-right: 2em;
  vertical-align: top;
}

.navi-item-ul li:last-of-type {
  margin-right: 0;
}

.navi-item-ul li:not(.expand-form) {
  position: relative;
  z-index: 3;
}

.navi-item-ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
}

.navi-item-ul .pc-hide {
  display: none;
}

/* site search */
.expand-form {
  width: 55px;/* search icon size */
  height: 35px;
}

#search-form {
  margin: 0;
  width: 100%;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
}

#search-btn {
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  color: rgb(51,51,51);/* ナビゲーション内「search」テキスト色 */
  line-height: 35px;
  padding: 0 35px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

#search-text {
  width: 55px;/* search icon size */
  height: 35px;
  background-color: rgb(250,250,250);
  border: 0;
  border-radius: 22px;
  color: rgb(51,51,51);
  opacity: 0;
  outline: none;
  padding: 0 1em;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .5s;
  z-index: 5;
}

#search-text:focus {
  width: 100%;
  cursor: text;
  opacity: 1;
}

#search-text::-webkit-input-placeholder {
  color: rgb(100,100,100);
  letter-spacing: .15em;
  line-height: initial;
  font-family: 'Fenix', serif;
  font-size: 11px;
}

#search-text::-moz-placeholder {
  color: rgb(100,100,100);
  letter-spacing: .15em;
  line-height: initial;
  font-family: 'Fenix', serif;
  font-size: 11px;
}

.search-text::placeholder {
  color: rgb(100,100,100);
  letter-spacing: .15em;
  line-height: initial;
  font-family: 'Fenix', serif;
  font-size: 11px;
}

#search-submit {
  display: none;
}

/* hamburger button */
.mobile-toggle {
  display: none;
  margin: auto;
  cursor: pointer;
  width: 80%;
  height: 35px;
  padding-top: 9px;
  position: relative;
  z-index: 100005;
}

/* navi breakpoint 2/2 */
@media screen and (max-width: 666px) {
  .mobile-toggle {
    display: block;
  }
  .mobile-toggle span {
    display: block;
    width: 20px;
    margin: 0 auto 5px;
    height: 2px;
    background-color: rgb(51,51,51);/* 注)上部ナビゲーションハンバーガーボタンの色 */
    border-radius: 1000px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .open-navi span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
  }
  .navi-container {
    height: auto;
  }
  .navi-sizing {
    width: 100%;
    padding: 0 1em;
  }
  .sp-navi {
    display: none;
    width: 100%;
    height: auto;
    max-height: 400px;
    overflow-y: auto;
    padding: 30px 0 40px;
    text-align: center;
    -webkit-overflow-scrolling: touch;
  }
  .navi-item-ul {
    display: block;
    text-align: center;
  }
  .navi-item-ul li {
    margin: auto;
  }
  .navi-item-ul li {
    display: block;
    line-height: 1.3;
    padding: 1em;
  }
  .navi-item-ul li:last-of-type {
    margin: auto;
  }
  .expand-form {
    margin: auto;
    width: 90%;
    max-width: 380px;
    height: auto;
  }
  #search-form {
    position: relative;
  }
  #search-btn {
    display: none;
  }
  #search-text {
    width: 100%;
    background-color: white;
    border: 1px solid rgb(220,220,220);
    border-radius: 0;
    opacity: 1;
    position: static;
  }
}


/***------------------------------------------
      top page and individual
------------------------------------------***/

.main-body {
  margin-bottom: 70px;
}

/* header */
.entry-header {
  padding-bottom: 10px;
}

.entry-header time {
  display: block;
  margin-bottom: 5px;
  letter-spacing: .1em;
  font-family: 'Fenix', serif;
  font-size: 1.2rem;
}

.element-title {
  margin: auto;
  letter-spacing: 1.5px;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bolder;
}

/* content */
.inner-contents {
  letter-spacing: .1em;
  padding: 20px 0;
  word-break: break-all;/* 注)記事内テキスト位置揃えを解除する方この一行削除 1/3 */
  text-align: justify;/* 注)記事内テキスト位置揃えを解除する方この一行削除 2/3 */
  text-justify: inter-ideograph;/* 注)記事内テキスト位置揃えを解除する方この一行削除 3/3 */
}

/* back to default */
.inner-contents ul:not(.entry-category-and-tag-ul) {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

.inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

.inner-contents table {
  letter-spacing: normal;
}
/* end */

.inner-contents a:hover {
  text-decoration: underline;
}

/* read more */
.read-more {
  padding-top: 30px;
  text-align: right;
}

.read-more a {
  display: inline-block;
  border: 1px solid rgb(205,190,168);/* 注)READ MOREボーダー色 */
  color: rgb(51,51,51);
  letter-spacing: .1em;
  padding: .5em 2em;
  font-family: 'Fenix', serif;
  font-size: 1.2rem;
}

.read-more a:hover {
  background-color: rgb(205,190,168);/* 注)READ MOREホバー時背景色 */
  color: white;
  text-decoration: none;
}

#postscript {
  margin-top: -35px;
  padding-top: 35px;
}

/* category and tag */
.entry-category-and-tag-ul {
  margin: 20px auto 0;
  letter-spacing: .1em;
  list-style: none;
  padding: 0;
  font-family: 'Fenix', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 1.2rem;
}

.entry-category-and-tag-ul li a:not(:last-of-type) {
  margin-right: .5em;
}

/* footer */
.entry-footer {
  font-size: 1.1rem;
}

.entry-footer-sns-ul {
  margin: 0 auto;
  border-top: 1px solid rgb(235,229,220);
  border-bottom: 1px solid rgb(235,229,220);
  letter-spacing: 2px;
  font-family: 'Fenix', serif;
}

.entry-footer-sns-ul li {
  display: inline-block;
}

.entry-footer-sns-ul li a {
  display: block;
  color: rgb(51,51,51);
  padding: 8px;
  text-align: center;
}

/* SNS brand color */
.c-facebook:hover{background-color:#3b5998;color:#fff}.c-twitter:hover{background-color:#49abf2;color:#fff}.c-pinterest:hover{background-color:#ce0f19;color:#fff}.c-google-plus:hover{background-color:#dd4b39;color:#fff}.c-pencil:hover,.go-to-page:hover{background-color:#77b1c6;color:#fff}

@media screen and (max-width: 666px) {
  .entry-footer-sns-ul li .sp-hide {
    display: none;
  }
  .entry-footer-sns-ul li a {
    padding: 8px 12px;
  }
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.contents {
  padding: 20px 0;
}

.height-adjust {
  margin-top: -35px;
  padding-top: 55px;
}

.another-title {
  margin: 0 auto 10px;
  letter-spacing: .1em;
  position: relative;
  text-transform: uppercase;
  font: 1.6rem/1.4 'Fenix', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'sans-serif';
}

.another-title:before {
  content: "";
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: rgb(235,229,220);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.another-title span {
  background-color: white;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}

.border-container {
  min-height: 46px;
  padding-left: 55px;
  position: relative;
  font-weight: 600;
}

.border-container:before {
  content: "\f007";
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207);/* 注)訪問者アイコン背景色 */
  border-radius: 50%;
  color: white;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  text-align: center;
}

.visitor-name {
  font-size: 1.4rem;
}

.comment-title {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0;
}

.visitor-fotter-info {
  margin-top: 10px;
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#community,
#trackback {
  margin-top: -35px;
  padding-top: 35px;
}

#comment_form {
  margin: 0 auto;
  width: 100%;
  vertical-align: middle;
  text-decoration: none;
}

#left-half {
  display: inline-block;
  margin-right: 1%;
  width: 49%;
}

#right-half {
  display: inline-block;
  margin-left: 1%;
  width: 49%;
}

#comment_form input {
  margin-bottom: 15px;
  width: 100%;
  background-color: rgb(249,249,249);/* 注)コメントフォーム背景色 */
  border: 1px solid rgb(205,190,168);/* 注)コメントフォームボーダー色 */
  border-radius: 3px;
  padding: 12px;
}

#comment_form #password {
  width: 50%;
}

#comment_form input:focus,
#comment:focus {
  background-color: white;
  border: 1px solid rgb(51,51,51);
}

#comment {
  margin: 0;
  margin-bottom: 15px;
  width: 100%;
  min-height: 200px;
  background-color: rgb(249,249,249);/* 注)コメントフォーム本文背景色 */
  border: 1px solid rgb(205,190,168);/* 注)コメントフォーム本文ボーダー色 */
  border-radius: 3px;
  line-height: 1.5;
  padding: 12px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(249,249,249) inset;
}

#comment_form input::-webkit-input-placeholder,
#comment_form textarea::-webkit-input-placeholder {
  letter-spacing: .1em;
  line-height: initial;
  font-family: 'Fenix', serif;
  font-size: 11px;
  text-transform: uppercase;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
  letter-spacing: .1em;
  line-height: initial;
  font-family: 'Fenix', serif;
  font-size: 11px;
  text-transform: uppercase;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

#no-p label {
  letter-spacing: .1em;
  font-family: 'Fenix', serif;
}

#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: 49%;
  max-width: 156px;
  height: 36px;
  background-color: white;
  border: 1px solid rgb(205,190,168);/* 注)コメントsend, deleteボタンボーダー色 */
  border-radius: 3px;
  color: rgb(51,51,51);/* 注)send, deleteボタンテキスト色 */
  cursor: pointer;
  font-family: 'Fenix', serif;
  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(119,177,198);/* 注)send, deleteボタンホバー時背景色 */
  border: 1px solid rgb(119,177,198);/* 注)send, deleteボタンホバー時ボーダー色 */
  box-shadow: 5px 5px 5px rgba(51,51,51,.2);
  color: white;/* 注)send, deleteボタンホバー時テキスト色 */
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin-top: 30px;
  margin-bottom: 10px;
  border: 1px solid rgb(205,190,168);/* 注)トラックバックボーダー色 */
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  padding: .5em;
  font-size: 1.3rem;/* 注)・トラックバックフォント大きさ */
}

.op:focus {
  border: 1px solid rgb(51,51,51); /* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 100px auto 0;
  background-color: transparent;
  border: 1px solid rgb(235,229,220);
  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%;
  letter-spacing: .1em;
  padding-top: 20px;
  position: absolute;
  top: -50px;
  z-index: 3;
  font: 1.6rem/1.4 'Fenix', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', sans-serif;
  text-transform: uppercase;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  overflow: hidden;
  padding: 6px 10px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 50%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 567px) {
  #fc2relate_entry_thumbnail_area .relate_dd {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
    width: 1470px;
    overflow: auto;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 290px;
  }
}

@media screen and (max-width: 320px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 260px;
  }
}

#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 {
  border-radius: 3px;
  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: "";
  width: 80px;
  height: 80px;
  background: url(https://blog-imgs-116.fc2.com/v/a/n/vanillaice000/Pianissimonoimage200.jpg) center center; /* 注)No image 関連記事サムネイル画像 */
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.8);/* 注)No image 関連記事サムネイル上マスク */
  color: rgb(51,51,51);
  line-height: 80px;
  position: absolute;
  z-index: 3;
  font-family: 'Fenix', 'serif';
  font-size: 11px;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  width: 80px !important;
  height: 80px !important;
  border-radius: 3px;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 3px;
}

@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;
  border: 1px solid rgb(200,200,200);/* 注)関連記事・トラックバック一覧背景色 */
  border-radius: 2px;
  letter-spacing: normal;
  padding: 10px;
}

.relate_dt,
.tb_dt {
  padding: 3px;
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.tb_ul {
  padding: 10px 0;
}

.relate_dl a,
.tb_dl a {
  color: rgb(165,164,179)
}

.relate_dl a:hover,
.tb_dl a:hover {
  text-decoration: underline;
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: 0 auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 1.4rem;/* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  overflow: hidden;
  padding: 5px 0;
}

.list-entry-date,
.list-entry-category {
  letter-spacing: .1em;
  font-family: 'Fenix', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  text-align: right;
}

.list-entry-category {
  font-size: 1.2rem;/* 注)全記事リストカテゴリフォント大きさ */
}

/* only for search page */
#search-default {
  padding-right: 0;
  text-transform: none;
}

.hit-number {
  display: none;
  color: rgb(200,200,200);
  line-height: 1.1;
  padding: 20px 0;
  text-align: center;
  font-size: 8rem;
}

.hit0 span {
  color: rgb(200,200,200);
  font-size: 1.5rem;
}

.hit0 {
  display: block;
}
/* end */

.list-entry .list-a {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 72px;
  height: 72px;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-116.fc2.com/v/a/n/vanillaice000/Pianissimonoimage200.jpg) center center;/* 注)No image 検索結果サムネイル画像 */
}

.no-image-text {
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.8);
  color: rgb(51,51,51);
  line-height: 1.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font: 11px/72px 'Fenix', serif;
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.sidebar-style {
  text-align: left;
}

.side-menu h4 {
  margin: 0 auto 20px;
  border-top: 1px solid rgb(235,229,220);
  border-bottom: 1px solid rgb(235,229,220);
  padding: 8px;
  font: 1.3rem/1.4 'Fenix', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
}

.side-menu ul {
  margin-left: 1.3em;
  list-style-type: circle;
}

.side-menu ol {
  margin-left: 1.3em;
  list-style-type: decimal;
}

/* sns */
#side-sns {
  margin: 40px auto 0;
  text-align: center;
}

#side-sns li {
  display: inline-block;
  margin: 0 5px 5px;
  line-height: 30px;
}

#side-sns li a { 
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid rgb(205,190,168);
  border-radius: 50%;
  color: rgb(205,190,168);
  font-size: 1.4rem;
}

#side-sns li a .fa:before {
  line-height: 30px;
}

#s-facebook:hover {
  background-color: rgb(59,89,152);
  border-color: rgb(59,89,152);
  color: white;
}

#s-twitter:hover {
  background-color: rgb(73,171,242);
  border-color: rgb(73,171,242);
  color: white;
}

#s-instagram:hover {
  background-color: rgb(81,127,164);
  border-color: rgb(81,127,164);
  color: white;
}

#s-pinterest:hover {
  background-color: rgb(206,15,25);
  border-color: rgb(206,15,25);
  color: white;
}

#s-google-plus:hover {
  background-color: rgb(211,75,57);
  border-color: rgb(211,75,57);
  color: white;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  table-layout: fixed;
  width: 270px;
  text-align: center;
  font-size: 12px;
  border-spacing: 0;
  border-collapse: collapse;
}

.calender caption {
  margin-bottom: 10px;
  width: 100%;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sat {
  color: rgb(49,70,187);
}

#sun {
  color: rgb(189,30,30);
}

.calender td {
  vertical-align: top;
  height: 40px;
  padding: 2px 2px 0 0;
  text-align: right;
  border: 1px solid rgb(51,51,51);
}

.calender td a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  position: relative;
}

.calender td a:after {
  content: "\f00c";
  display: inline-block;
  width: 35px;
  right: 0;
  color: rgb(205,190,168); /* 注)公式プラグインカレンダーチェックマーク色 */
  font-family: 'FontAwesome';
  position: absolute;
  top: 15px;
  text-align: center;
}

.calender td a:hover {
  text-decoration: none;
}

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* ribbon */
#ribbon-wrapper {
  padding: 160px 0 30px;
}

#ribbon {
  margin: 0 auto;
  width: 190px;
  height: 40px;
  background-color: rgb(119,177,198);/* 注)プロフィール画像リボン背景色 */
  color: white;
  line-height: 40px;
  position: relative;
  z-index: auto;
}

#ribbon p {
  font-family: 'Fenix', serif;
  font-size: 14px;
  text-align: center;
}

#prof-shot {
  margin: auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  z-index: -1;
}

.tri {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.right-triangle {
  border-width: 15px 0 0 30px;
  border-color: transparent transparent transparent rgb(69,127,148);/* 注)リボン折れ部分の色 */
  top: -15px;
  right: 0px;
  z-index: -2;
}

.left-triangle {
  border-width: 0 0 15px 30px;
  border-color: transparent transparent rgb(69,127,148) transparent;/* 注)リボン折れ部分の色 */
  top: -15px;
  left: 0px;
  z-index: -2;
}

.excess-right {
  width: 40px;
  height: 40px;
  background-color: rgb(99,157,178);/* 注)リボン折れ部分後ろの色 */
  border-top-left-radius: 3px;
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: -100;  
}

.excess-left {
  width: 40px;
  height: 40px;  
  background-color: rgb(99,157,178);/* 注)リボン折れ部分後ろの色 */
  border-top-right-radius: 3px;
  position: absolute;
  top: -15px;
  left: -10px;
  z-index: -100;
}

.top-right {
  border-width: 25px 30px 0 0;
  border-color: rgb(99,157,178) transparent transparent transparent;/* 注)リボン切り込み部分の色 */
  top: -15px;
  right: -40px;
}

.bottom-right {
  border-width: 25px 0 0 30px;
  border-color: transparent transparent transparent rgb(99,157,178);/* 注)リボン切り込み部分の色 */
  right: -40px;
  bottom: 15px;
}

.top-left {
  border-width: 0 30px 25px 0;
  border-color: transparent rgb(99,157,178) transparent transparent;/* 注)リボン切り込み部分の色 */
  top: -15px;
  left: -40px;
}
.bottom-left {
  border-width: 0 0 25px 30px;
  border-color: transparent transparent rgb(99,157,178) transparent;/* 注)リボン切り込み部分の色 */
  bottom: 15px;
  left: -40px;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 auto;
  max-width: 260px;
}

.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;
}

.sidebar-style input[type="submit"] {
  display: block;
  margin: 0 0 0 auto;
  background-color: rgb(205,190,168);
  border: none;
  color: white;
  cursor: pointer;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  border: 1px solid rgb(205,190,168);/* 注)プラグインタグ ボーダー色 */
  padding: .3em 1em;
}

.plugin-tag a:hover {
  background-color: rgb(119,177,198);/* 注)プラグインタグ ホバー時背景色 */
  border-color: rgb(119,177,198);/* 注)プラグインタグ ホバー時ボーダー色 */
  color: white;
  text-decoration: none;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.pager {
  margin: 70px auto 50px;
  width: 100%;
  font-family: 'Fenix', 'serif';
  font-size: 11px;
}

.simple-pagination {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.simple-pagination ul {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0;
  position: relative;
}

.simple-pagination li {
  display: block;
  margin: 0 5px 3px 0;
  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;
  float: left;
  list-style: none;  
}

.light-theme a,
.light-theme span {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: transparent;
  color: rgb(51,51,51);
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(119,177,198);/* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
  opacity: 1;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background-color: rgb(245,245,245);/* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(51,51,51);
}

.light-theme .prev,
.light-theme .next {
  background-color: rgb(205,190,168);/* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: white;
}

/* article, titlelist */
.posted-pager,
.titlelist-pager {
  display: flex;
  margin: 0 auto 50px;
  width: 100%;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

.prev-entry,
.next-entry {
  width: 50%;
}

.next-entry {
  text-align: right;
}

.prev-a,
.next-a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(119,177,198);
  padding: 10px 0;
}

.prev-a .preventry-text,
.next-a .nextentry-text {
  color: rgb(205,190,168);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.preventry-text,
.nextentry-text,
.t-preventry-text,
.t-nextentry-text {
  letter-spacing: .1em;
  padding: 0 10px;
  font-family: 'Fenix', serif;
  text-transform: uppercase;
}

.preventry-text .fa,
.t-preventry-text .fa {
  margin-right: 1em;
}

.nextentry-text .fa,
.t-nextentry-text .fa {
  margin-left: 1em;
}

.preventry-title,
.nextentry-title,
.t-preventry-text,
.t-nextentry-text {
  padding: 0 10px;
}

.preventry-title,
.t-preventry-text {
  box-shadow: 1px 0 0 0 rgb(205,190,168);
}

.nextentry-title,
.t-nextentry-text {
  box-shadow: 1px 0 0 0 rgb(205,190,168) inset;
}

.prev-a:hover,
.next-a:hover {
  background-color: rgb(119,177,198);/* 注)個別記事ページ送りホバー時背景色 */
  color: white;
}

.prev-a:hover .preventry-text,
.next-a:hover .nextentry-text {
  color: white;/* 注)個別記事ページ送りホバー時テキスト色 */
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  z-index: 100004;
  top: 40%;
  font-size: 12px;/* 注)サイドページ送りフォント大きさ */
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
  
}

.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(235,229,220,.7);/* 注)個別記事ページサイドページ送りnext, prev背景色 */
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
}

.title-cell {
  display: table-cell;
  width: 100%;
  background-color: white;
  padding: 0 10px;
  vertical-align: middle;
}

.title-cell span {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
}


/***------------------------------------------
      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: 100003;
  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 rgb(235,229,220);
  border-radius: 3px;
  line-height: 40px;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 920px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

.new {
  color: red;
  font-size: 1.1rem;
}

#footer {
  margin: auto;
  max-width: 1200px;
  padding: 1em 60px;
  font: 1.2rem/1.4 'Fenix', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
}

#copyright {
  display: block;
}


@media screen and (max-width: 666px) {
  #footer {
    padding: 1em 30px;
  }
}
@media screen and (max-width: 414px) {
  #footer {
    padding: 1em 15px;
  }
}

#footer a:hover {
  color: rgb(150,150,150);
}

#ad1,
#ad2 {
  color: rgb(150,150,150);
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* headline */
.freehand {
  border: 3px solid rgb(230,230,230);
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  padding: 1em;
  font-weight: bold;
}

.dogear {
  position: relative;
  padding: 1em;
  background-color: rgb(240,240,240);
  color: rgb(51,51,51);
  font-weight: bold;
}

.dogear:after {
  content: "";
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: rgb(250,250,250) rgb(250,250,250) rgb(221,221,221) rgb(221,221,221);/* rgb(250,250,250) is the same color of the background */
  box-shadow: -1px 1px 2px rgba(0,0,0,.1);
  position: absolute;
  top: 0;
  right: 0;
}

.curl {
  background-color: rgb(240,240,240);
  padding: .5em .75em;
  position: relative;
}

.curl:before,
.curl:after {
  content: "";
  width: 30%;
  height: 50%;
  position: absolute;
  bottom: 8px;
  z-index: -1;
  box-shadow: 0 10px 15px rgba(0,0,0,.2);
}

.curl:before {
  left: .3em;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.curl:after {
  right: .3em;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

/* highlight */
mark {
  background: linear-gradient(transparent 60%, yellow 60%);
  font-weight: bold;
}

/* 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%;
}

/* emoji */
.emoji {
  vertical-align: middle;
}

/* shadow for image */
.shadow-attachment {
  max-width: calc(100% - 8px);
  box-shadow: 6px 6px 6px rgba(0,0,0,.2);/* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}

/* 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;
}


/* カード全体像 */
.blogcard {
  margin-bottom: 30px;
  max-width: 100%;
  background-color: white;
  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 */
  margin: 0 0 5px 5px; /* 画像を左に配置したい場合は 0 10px 5px 0 に変更 2/2 */
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 1/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 2/6 */
}

.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;
  line-height: 1.4;
  font-size: 15px;
  font-weight: bold;
}

.blogcard-title a {
  color: rgb(61,63,68);
  word-break: break-all;
}

.blogcard-title a:hover {
  text-decoration: underline;
}

/* 引用 */
.blogcard blockquote {
  margin: 0;
  border: 0;
  padding: 0;
  position: static;
}

.blogcard blockquote:before,
.blogcard blockquote:after {
  content: none;
}

/* 記事概要 */
.blogcard-description {
  line-height: 1.5;
  font-size: 13px;
}

/* フッター(元記事サイト名とリンク) */
.blogcard-footer {
  font-size: 12px;
}

.blogcard-footer a {
  color: rgb(154,165,171);
  text-decoration: underline;
}

.blogcard-footer a img {
  margin-right: 5px;
}