@charset "utf-8";
/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: Hymn
* The first edition: 2017.11.6
* 2018.1.20 - 画像遅延読み込み導入(デフォルト設定グリッドページのみ), リセットCSSを最小限に, html構造及びCSS装飾修正, その他微調整
* 2018.12,15 - CSS一部追加(Adsenseを掲載しやすく調整), 管理人コメントにプロフィールアイコン表示追加など
* Latest update: 2019.7.30 - 管理画面経由で管理人名を装飾した際にテンプレートの返信ボタンレイアウトが崩れる件を修正, 受信コメント一覧とコメント投稿フォームのセクションを統合, コメント欄管理人ハンドルネームにクラス名を追加(潜在的カスタマイズ), 記事部分の上下余白をpaddingからmarginに変更
*/

/***------------------------------------------
      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;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}*{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}*::before,*::after{box-sizing:inherit;}#sh_fc2blogheadbar{z-index:4000!important}



/***------------------------------------------
      blockquote
------------------------------------------***/
blockquote {
    position: relative;
    background: #f5f5f5;
    color: #555;
box-sizing: border-box;
width: 100%;
margin: 0 10px;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    line-height: 1.7;
font-size: 1.7rem;
padding: 30px 40px 30px 60px;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

#postscript {
margin-top: 20px;
}

#postscript a:any-link{ color:#F16B6F;
text-decoration: none;
}

#postscript a:link { color:#F16B6F;
text-decoration: none;
}


#postscript a:hover {color:#20a39e;}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: #333;/* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: #ed4b00;
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}

/* animation */
@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}

body {
  margin: 0;
  background-color: #f5f5f5;
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.4rem/1.9 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Work Sans', '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);
  -webkit-animation: fadeIn 1s ease-in;
  animation: fadeIn 1s ease-in;
}

#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 0px;
background-color: #fff;
}
#primary {
  -webkit-flex: 1;
  flex: 1;
  max-width: calc(100% - 50px - 320px);
  min-width: 0;
  margin-right: 50px;
  padding-top: 5px;
}

#secondary {
  width: 320px;
  line-height: 1.8;
  font-size: 1.2rem;
}

.side-menu {
  margin-bottom: 40px;
  width: 320px;
}

@media screen and (max-width: 1100px) {
  #main-container {
    display: block;
    max-width: 930px;
  }
  #primary {
    max-width: 100%;
    margin: auto;
  }
  #secondary {
    width: 100%;
    padding-top: 40px;
  }
  #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-between;/* fallback old safari */
    justify-content: space-between;
  }


#blog-title img {
width: 250px;
max-width: 260px;
}

}

@media screen and (max-width: 830px) {
  #reserve {
    display: block;
  }
  .side-menu {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 450px;
  }
  #main-container {
    padding: 30px 30px 40px;
  }
#inner-contents {
  margin:30px 0 !important;
font-size: 16px !important;
}
}
@media screen and (max-width: 768px) {
.sns-navigation-ul {
display:none;
}
.sns-header-button {
right: 20px !important;
bottom: 0;
font-size: 1.8em !important;
}
}
@media screen and (max-width: 414px) {
  #main-container {
    padding: 20px 15px 30px;
  }
.sns-header-button {
right: 10px !important;
bottom: 0;
font-size: 1.5em !important;
}
#inner-contents {
margin: 30px 0!important;
}

blockquote p {
    line-height: 1.7;
font-size: 1.7rem;
padding: 20px 20px 20px 30px;
}

blockquote:before{
    top: 8px;
    left: 5px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
}

}


/***------------------------------------------
      header
------------------------------------------***/

#header-banner {
  margin: auto;
  width: 100%;
  text-align: center;
}

#blog-name-container {
  margin: auto;
  max-width: 1300px;
  padding: 60px 30px 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #blog-name-container {
    padding: auto 20px 20px;
  }
 #blog-title img {
    width:220px;
max-width: 230px;
transition: all 0.3s;
  }
}
@media screen and (max-width: 414px) {
  #blog-name-container {
    padding: 20px 15px 20px;
  }

#blog-title img {
width: 160px;
max-width: 180px;
}


}

#blog-title {
  margin: auto;
text-align:left;
  width: 100%;
  max-width: 1300px;
  letter-spacing: .1em;
  line-height: 1.4;
  font-size: 4em;
  font-weight: normal;
  text-transform: uppercase;/* 注)ブログタイトル大文字縛り解除はこの一行削除 */
font-family: "Impact";
}

#blog-title a {
  color: rgb(51,51,51);
}

#site-description {
  margin: 30px auto 0;
  max-width: 850px;
  font-size: 12px;
}


/***------------------------------------------
      breadcrumbs
------------------------------------------***/

#breadcrumbs {
  margin: 0 auto 20px;
  max-width: 800px;
  line-height: 1.4;
  font-size: 1.2rem;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs i {
  margin: 0 .5em;
}

#breadcrumbs a {
  display: inline-block;
  background-color: rgb(238,238,238);
  border-radius: 2px;
  color: rgb(51,51,51);
  padding: .1em .5em;
}

#breadcrumbs a:hover {
background-color: #379392;
color: #fff;
}


/***------------------------------------------
      grobal navigation
------------------------------------------***/

.navi-menu {
  margin: auto;
  width: 100%;
  background-color: rgb(250,250,250);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100004;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.adding-shadow {
  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);
}

/* fc2 search bar */
.navi-menu-adjust {
  top: 27px;
}

#navi-sizing {
  margin: auto;
  width: 100%;
  max-width: 1300px;
  padding: 0 60px;
  position: relative;
  text-align: right;
}

#navi-list {
  display: inline-block;
  letter-spacing: .15em;
  line-height: 40px;
  position: relative;
  font-size: 10px;
  text-indent: .15em;
  text-transform: uppercase;
font-family: 'Raleway', 'Roboto', sans-serif;
}

#navi-list li {
  display: inline-block;
  padding-left: 10px;
padding-right: 10px;
  vertical-align: top;
}


#navi-list li:not(.expand-form) {
  position: relative;
  z-index: 3;
}

.navi-menu a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
}

.navi-menu a:first-of-type {
  padding-left: 0;
}

.navi-menu a::after {
  position: absolute;
  bottom: 2px;
 left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #20a39e;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.navi-menu a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}


.expand-form {
  width: 87px;
  height: 40px;
}

#search-form {
  margin: 0;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

#search-btn {
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  color: rgb(51,51,51);
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

#search-text {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  width: 87px;
  height: 40px;
  padding: 0 1em;
  border-radius: 0;
  border: 1px solid rgb(51,51,51);
  background-color: white;
  color: rgb(51,51,51);
  outline: none;
  transition: .5s;
  -webkit-appearance: none;
}

#search-text:focus {
  width: 100%;
  cursor: text;
  opacity: 1;
}

#search-text::-webkit-input-placeholder {
  color: rgb(100,100,100);
  letter-spacing: .15em;
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
}

#search-text::-moz-placeholder {
  color: rgb(100,100,100);
  letter-spacing: .15em;
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
}

#search-submit {
  display: none;
}

#navi-list .pc-hide {
  display: none;
}

/* hamburger button */
.mobile-toggle {
  display: none;
}

/* navi breakpoint 2/2 */
@media screen and (max-width: 830px) {
  .mobile-toggle {
    display: block;
    cursor: pointer;
    height: 40px;
    padding: 12px 0;
    position: relative;
    z-index: 100005;
    font-size: 20px;
    text-align: center;
  }
  .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-menu {
    height: auto;
    padding: 0;
  }
  #navi-sizing {
    padding: 0;
  }
  .sp-navi {
    display: none;
    width: 100%;
    height: auto;
    max-height: 500px;
    overflow-y: auto;
    padding: 30px 0 40px;
    text-align: center;
font-weight: bold;
    -webkit-overflow-scrolling: touch;
  }
  #navi-list {
    display: inline-block;
    text-align: center;
font-size: 14px;
  }
  #navi-list li {
    margin: auto;
  }
  #navi-list li {
    display: block;
    line-height: 1.5;
    padding: 1em;
  }

  #navi-list li:first-of-type {
    padding-left: 1em;
  }

.navi-menu a:hover::after {
  display:none;
}

  .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 grid
------------------------------------------***/

.grid-item {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  position: relative;
}

.grid-datetime {
display: table-cell;
  color: rgb(150,150,150);
  position: relative;
  text-align: left;
}



.grid-image {
  width: 35%;
  overflow: hidden;
  position: relative;
transition-duration: 0.5s;
background: #000;
}

@media screen and (max-width: 735px) {
  .grid-item {
    display: block;
    position: static;
  }
 
  .grid-image {
    width: 100%;
  }
}

.grid-image:before {
  content: "";
  display: block;
  padding-top: 65%;
}

/* grid image */
.grid-image img {
  width: 100%;
  max-width: initial;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
transition: 0.5s;
}

.grid-image img:hover {
opacity: 0.6;
transform: scale(1.1);
  transition-duration: 0.3s;  /*変化に掛かる時間*/
}

*::-ms-backdrop, .grid-image img {
  max-width: 100%;
}

.grid-no-image {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.8);
  color: rgba(0,0,0,.7);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.grid-no-image span {
  font: 1.4rem/1 'Work Sans', sans-serif;
}

/* grid content */
.grid-content {
  -webkit-flex: 1;
  flex: 1;
  padding: 0px 20px 0;
}

@media screen and (max-width: 735px) {
  .grid-content {
    padding: 15px 0 0;
  }
}

.grid-category {
  line-height: 1.4;
  position: absolute;
top: 0;
left: 0;}


.grid-category a {color: #fff;
background: #ed4b00;
padding: 3px 6px;
font-size: 1.2rem;}

.grid-category a:hover {color: #20a39e;
background: #fff;}



.grid-title {
  margin: auto;
  line-height: 1.4;
  font-size: 22px;
}

.grid-category {
  display: inline-block;
  font-size: 1.1rem;
}

.grid-info {
width: 100%;
display: table;
}

.grid-comment {
display: table-cell;
  margin-right: 1em;
text-align: right;
}

.grid-comment i {
  margin-right: .5em;
}

.grid-description {
  line-height: 1.5;
  padding: 15px 0;
}

.grid-readmore {
text-align: right;
}

.grid-readmore a{color:#fff;
padding: 3px 5px;
background: #383838;
font-size: 120%;
}

.grid-readmore a:hover {
opacity: 0.6;}


/* sns */
#header_sns{
text-align:left;
display: table;
margin-left: 10px;
margin-right: auto;
width:100%;}

.sns-navigation-ul {
position:relative;
display: table-cell;
}

#entry-sns-navigation-ul {
margin:auto;
}

@media screen and (max-width: 735px) {
  .sns-navigation-ul {
    margin-top: 0;
float: none;
  }
}

.sns-navigation-ul li {
  display: inline-block;
  margin-right: .5em;
  font-size: 11px;
}

.sns-navigation-ul li a {
  display: block;
  color: rgb(51,51,51);
  padding-right: 2em;
}

.hatena {
  font-weight: 700;
  font-family: 'Verdana', sans-serif;
}

/* SNS brand color */
.c-facebook:hover {
  color: rgb(59,89,152);
}

.c-twitter:hover {
  color: rgb(73,171,242);
}

.c-pinterest:hover {
  color: rgb(206,15,25);
}

.c-google-plus:hover {
  color: rgb(221,75,57);
}

.c-pencil:hover {
  color: rgb(101,69,31);
}

.c-instagram:hover {
  color: rgb(81,127,164);
}

.c-hatena:hover {
  color: rgb(61,142,216);
}

.c-bloglovin:hover {
  color: red;
}

.c-pencil:hover,
.go-to-page:hover {
  color: rgb(153,153,153);
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 60px;
}

.contents {
  padding: 20px 0;
}

#inner-contents {
  margin:40px 30px 20px 0;
font-size: 18px;
line-height:1.5;
transition-duration: 0.3s;
}

#inner-contents br {line-height: 1;}

#inner-contents h2 {position: relative;
  padding: 0.25em 0;
}

#inner-contents h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}


#inner-contents h3{
    color: #444;
    font-size: 24px;
    line-height: 1.6em;
    padding: 0 0 2px 12px;
    border-left: 4px solid #20a39e;
    border-bottom: 1px solid #25706d;
}


#inner-contents h4{
  padding: 0.2em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
font-size: 22px;
margin: 10px 0;
}



#inner-contents h5 {
font-size: 2.2rem;
    line-height: 30px;
    margin-top: 17px;
    margin-bottom: 5px;
padding-left: 8px;
border-left: solid 5px #20a39e;/*左線*/
}

#inner-contents ul li {margin-bottom: 10px;}

#inner-contents a:hover img {
opacity:0.5;
transition: .3s all;
}


/* header */
#entry-title {
  margin: auto;
  line-height: 1.5;
  font-size: 2em;
}

.entry-header-content {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgb(238,238,238);
  line-height: 1.5;
  padding: 30px 0 10px;
  font-size: 12px;
}

.entry-header-content-box {
  display: table;
  table-layout: fixed;
  width: calc(100% / 4);
  padding: 0 10px 10px 0;
}

.grid-title img {
vertical-align: baseline !important;
}

#entry-title img{
vertical-align: baseline !important;
}

@media screen and (max-width: 720px) {
  .entry-header-content-box {
    width: 50%;
  }
}

#author-img-wrapper {
  display: table-cell;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  vertical-align: middle;
}

#entry-author p,
#entry-day,
#entry-category div,
#entry-comment div {
  display: table-cell;
  padding-left: 0px;
  vertical-align: middle;
font-family: Khand,Arial Narrow,arial,sans-serif;
font-weight: 400;
}

#entry-datetime i,
#entry-category i,
#entry-comment i {
  display: table-cell;
  color:#9d9d9d;
  vertical-align: middle;
  font-size: 1em;
width: 18px;
}

#entry-day {color: #9d9d9d;}

/* back to default */
#inner-contents p:not(.relate-title) {
  margin: 1.9em 0;
}

#inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

#inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}


/* footer */
#entry-footer {
  font-size: 1.2rem;
margin-top: 30px;
}

#written-by {
  padding-bottom: 15px;
}

#written-by span {
  margin-left: .6em;
}

#entry-category-under a {
  display: inline-block;
  margin: 0 4px 4px 8px;
  border: 1px solid rgb(51,51,51);
  color: #fff;
  padding: .1em .8em;
  font-size: 12px;
background-color: #000;
font-weight: bold;
}

#entry-category-under a:hover {
  background-color: rgb(250,250,250);
  border-color: rgb(250,250,250);
color: #333;
}

#entry-tag a {
  display: inline-block;
  margin: 0 4px 4px 0;
  border: 1px solid rgb(51,51,51);
  color: rgb(51,51,51);
  padding: .1em .8em;
  font-size: 12px;
}

#entry-tag a:hover {
  background-color: rgb(250,250,250);
  border-color: rgb(250,250,250);
}



/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/*アイキャッチ画像付関連記事 */
#fc2relate_entry_thumbnail_area {
 margin: 25px 0px 0px 0px !important;
 padding: 0;
 border: 0px #dddddd solid !important; /* 枠線の色 */
 -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
}
  
#fc2relate_entry_thumbnail_area .relate_dt {
 margin: 0 !important;
 padding: 10px 20px 10px 20px !important;
 border: none;
 box-shadow: 0 1px 0 rgba(255,255,255,1) !important;
 line-height: 1.1 !important;
 background: #20a39e !important;
color: #FFF;
font-weight: bold;
text-align: center;
}
  
#fc2relate_entry_thumbnail_area .relate_dd {
 margin-left:0px;
 overflow: hidden;
}
  
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
 margin: 10px !important;
 padding: 0 !important;
 overflow: hidden;
}
  
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
 width: 50%;/* 2列は50%　3列は33.3% */
 height: 107px;
 float: left;
 list-style: none;
 box-shadow: 0 1px 0 rgba(255,255,255,1) !important;
}
  
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
 padding: 2px !important;
 margin: 5px !important;
 border: 1px #dddddd solid !important;/* 画像の枠線 */
overflow: hidden;
}

.relate_entry_thumbnail_image {
 width: 90px !important;/* 画像の大きさ */
 height: 90px !important;/* 画像の大きさ */
overflow: hidden;}

.relate_entry_thumbnail_image img{
transition-duration: 0.3s;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul img:hover {
opacity:0.6;
}

  
.thumbnail_wrapper {
 display: flex;
 -webkit-flex-direction: row;
 flex-direction: row;
 -webkit-justify-content: flex-start;
 justify-content: flex-start;
 -webkit-align-items: flex-start;
 align-items: center;
}
  
.thumbnail_wrapper> *{
 flex:1 1 auto;
}
  
.relate_entry_String {
 word-break: break-all;
 line-height: 1.2em;
 padding:1em;
width: calc(100% - 80px);
}
  
#fc2relate_entry_thumbnail_area .relate_li a{
 text-decoration: none !important;/* テキスト下線なし */
display:block;
}
  

@media screen and (max-width: 666px) {#entry-title {
  font-size: 1.6em !important;
}
}

@media screen and (max-width: 768px) {

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
width: 100%;
float: none;
height: auto;
}
}

@media screen and (max-width: 414px) {
.relate_entry_String {
font-size: 1.3rem;
}
}


/***------------------------------------------
      posted comment
------------------------------------------***/

/* Index, Comment などタイトル */
.another-title {
  margin: 0 auto 20px;
  letter-spacing: 1px;
  line-height: 1.4;
  padding: 1em;
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  text-indent: 1px;
  text-transform: uppercase;
}

.another-title:before {
  content: "";
  display: block;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: rgb(150,150,150);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.another-title span {
  display: inline-block;
  background-color: white;
  padding: 0 1em;
  position: relative;
  z-index: 3;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  color: rgb(200,200,200);
  font-style: italic;
  text-align: center;
}

.border-container {
  display: flex;
  align-items: flex-start;
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
}

.user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0 15px 0 0;
  border-radius: 50%;
  background: rgb(207,207,207);
  color: white;
  font-size: 1.8rem;
}

.user-icon:before {
  content: "\f007";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'Font Awesome 5 Free';
}

.author-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

.visitor-name {
  font-size: 14px;
}

.arrow-box {
  margin: 20px auto 0;
  background-color: rgb(250,250,250);/* 注)コメント一覧背景色 */
  padding: 15px 20px;
  position: relative;
  font-size: 13px;
}

.arrow-box:after {
  content: "";
  margin-left: -12px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: rgba(250,250,250,0);/* 注)コメント一覧矢印の色 */
  border-bottom-color: rgb(250,250,250);/* 注)コメント一覧矢印の色 */
  border-width: 12px;
  pointer-events: none;
  position: absolute;
  left: 8%;
  bottom: 100%;
}

.comment-body {
  padding-bottom: 10px;
}

.comment-info {
  text-align: right;
}

.comment-info li {
  display: inline-block;
}

.comment-info li:not(:last-of-type)::after {
  content: "|";
  margin: 0 5px 0 4px;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  padding-top: 40px;
}

#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%;
  padding: 12px;
  border-radius: 0;
  border: 1px solid silver;
  -webkit-appearance: none;
}

#comment_form #password {
  width: 50%;
}

#comment_form input:focus,
#comment:focus {
  background-color: white;
  border: 1px solid rgb(51,51,51);
}

#comment {
  width: 100%;
  min-height: 200px;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 0;
  border: 1px solid silver;
  background-color: white;
  line-height: 1.5;
  -webkit-appearance: none;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#comment_form input::-webkit-input-placeholder,
#comment_form textarea::-webkit-input-placeholder {
  letter-spacing: 1px;
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
  letter-spacing: 1px;
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
}

/* 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;
  font-family: 'Work Sans', sans-serif;
}
 
@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: rgb(240,240,240);/* 注)コメントsend, deleteボタン背景色 */
  border: none;
  border-radius: 1px;
  color: rgb(51,51,51);/* 注)send, deleteボタンテキスト色 */
  cursor: pointer;
  font: bold 1.3rem/36px 'Work Sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(230,230,230);/* 注)コメントsend, deleteボタンボバー時背景色 */
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

.comment-info {
  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: auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 1.8rem;/* 注)全記事リスト記事タイトルフォント大きさ */
}

.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;
}

.list-entry-category a {
  margin-left: .6em;
}

/* 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;
  width: 72px;
  height: 72px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background-color: rgb(250,250,250);/* 注)No image 検索結果サムネイル背景色 */
  letter-spacing: 1px;
  position: relative;
  font: 10px/72px 'Work Sans', sans-serif;
  text-align: center;
  text-indent: 1px;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  font-size: 1.2rem;
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}

.number-of-cmtb i {
  margin-right: .6em;
}

/* only for search */
.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;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu ul {
  padding: 0 5px;
  list-style-type: none;
}

.sidebar-style {
  text-align: left;
font-size: 1.2em;
}

.sidebar-style a {
  color: rgb(100,100,100);/* 注)サイドメニューリンク色 */
display: block;
}

.sidebar-style a:hover {
  color: rgb(51,51,51);
  text-decoration: none;
}

.main_menu a:hover {color:#20a39e;}


.followus {text-align:center !important;
position:relative;
font-size: 1rem;
width:100%;}

.side-menu h4 {/* 注)サイドメニュー(プラグイン)タイトルフォント関連 */
  margin: 0 auto 20px;
  letter-spacing: 1px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
color: #fff;
  text-align: center;
background: #20a39e;
padding:10px 0;
}


.main_list {
border-bottom: 1px dotted #333;
padding: 5px 10px;
font-size: 1.6rem;
}

.fc2_recent_entry_thumb_text {
font-weight: bold;}


.fc2_recent_entry_thumb_item {border-bottom: 1px solid #ddd;}

.fc2_recent_entry_thumb_item a{
color:#333;}


.fc2_recent_entry_thumb_item a:hover {
color:#20a39e;
text-decoration:none;}


.fc2_recent_entry_thumb_date {font-weight:normal;}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: auto;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  font-size: 12px;
  border-spacing: 3px 6px;
}

.calender caption {
  margin-bottom: 10px;
  width: 100%;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sun {
  color: rgb(189,30,30);
}

#sat {
  color: rgb(49,70,187);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  margin: auto;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(220,220,220);
  border-radius: 50%;
  line-height: 28px;
}

.calender td a:hover {
  background: rgb(250,250,250);
  border-color: rgb(250,250,250);
  text-decoration: none;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: auto;
}

.plugin-mail input:not([type="submit"]),
.plugin-mail textarea,
.plugin-search input:not([type="submit"]),
.plugin-serach textarea {
  display: inline-block;
  width: 100% !important;
  border-radius: 1px;
  border: 1px solid rgb(220,220,220);
  background-color: white;
  padding: .5em;
  outline: none;
  -webkit-appearance: none;
}

.plugin-mail input[type="submit"],
.plugin-search input[type="submit"] {
  border-radius: 1px;
  border: 0;
  background-color: rgb(220,220,220);
  color: rgb(51,51,51);
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
}

/* search */
.plugin-search {
  margin: auto;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 4px 4px 0;
  border: 1px solid rgb(150,150,150);
  padding: .1em .8em;
}

.plugin-tag a:hover {
  background-color: rgb(250,250,250);/* 注)個別記事下tagホバー時背景色 */
  border-color: rgb(250,250,250);
  text-decoration: none;
}

.plugin-myimage {
  margin: 0 auto 15px;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 70px auto 40px;
  width: 100%;
  font-family: 'Times New Roman', serif;
  font-size: 11px;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin: 0 2px 4px; 
}

.light-theme a,
.light-theme span {
  display: block;
  width: 32px;
  height: 32px;
  background: transparent;
  color: rgb(51,51,51);
  line-height: 32px;
  vertical-align: top;
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(220,220,220);/* 注)汎用ページ送りマウスホバー時背景色 */
}

.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(220,220,220);/* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: rgb(51,51,51);
}

/* article, titlelist */
.posted-pager,
.titlelist-pager {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  margin: 70px auto 40px;
  width: 100%;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

.prev-entry,
.next-entry {
  width: 50%;
}

.prev-entry {
  margin-right: 1px;
}

.next-entry {
  margin-left: 1px;
  text-align: right;
}

#prev-a,
#next-a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgb(51,51,51);
  position: relative;
  padding: 20px;
}

.titlelist-pager #prev-a,
.titlelist-pager #next-a {
  background-image: url(https://blog-imgs-116-origin.fc2.com/v/a/n/vanillaice000/hymnnoimage.jpg);/* 注)全記事リストページ送り背景画像 */
}

#prev-a:before,
#next-a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.6);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#prev-a:hover:before,
#next-a:hover:before {
  background-color: rgba(255,255,255,.8);
}

@media screen and (max-width: 599px) {
  #prev-a,
  #next-a {
    padding: 10px;
  }
}

#prev-a .preventry-text,
#next-a .nextentry-text {
  color: rgb(51,51,51);
  position: relative;
  z-index: 3;
}

.preventry-text,
.nextentry-text,
.t-preventry-text,
.t-nextentry-text {
  padding-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
}

@media screen and (max-width: 599px) {
  #prev-a,
  #next-a {
    padding-bottom: 5px;
  }
}

.preventry-text i,
.t-preventry-text i {
  margin-right: 1em;
}

.nextentry-text i,
.t-nextentry-text i {
  margin-left: 1em;
}

.preventry-title,
.nextentry-title,
.t-preventry-text,
.t-nextentry-text {
  height: 3em;
  min-height: 3em;
  line-height: 1.5em;
  overflow: hidden;
  position: relative;
  z-index: 3;
font-weight: bold;
}

#prev-a:hover,
#next-a:hover {
  background-color: rgba(255,255,255,.8);/* 注)個別記事ページ送りホバー時背景色 */
}

#prev-a:hover .preventry-text,
#next-a:hover .nextentry-text {
  color: rgb(51,51,51);/* 注)個別記事ページ送りホバー時テキスト色 */
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  position: fixed;
  z-index: 100004;
  top: 30vh;
  opacity: 0;
  width: 180px;
  height: 80px;
  font-size: 12px;/* 注)サイドページ送りフォント大きさ */
  pointer-events: none;
  -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,
.circle-cell {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

#circle-left,
#circle-right {
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(200,200,200,.4);
  background-position: center center;
  background-size: 0 0;
  background-repeat: no-repeat;
  line-height: 80px;
  position: relative;
  text-align: center;
}

.page-div-left:hover #circle-left,
.page-div-right:hover #circle-right {
  background-size: cover;
}

.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;
  pointer-events: auto;
}


/***------------------------------------------
      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: 50px;
  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 rgba(179,171,180,.5);
  border-radius: 3px;
  line-height: 39px;
  font-family: 'Work Sans', sans-serif;
  text-shadow: none;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(150,150,150);
}

@media screen and (max-width: 1100px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

/* animation */
@-webkit-keyframes blink{0%{opacity:0}100%{opacity:1}}@keyframes blink{0%{opacity:0}100%{opacity:1}}

.new {
  margin-left: .3em;
  color: red;
  font-size: 1.1rem;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

#footer {
  line-height: 1.4;
  padding: 30px 5px 20px;
  font-size: 12px;
  text-align: center;
}

.end a:hover {
  color: rgb(150,150,150);
}

#copyright {
  display: block;
font-size: 1.4rem;
}

#ad1,
#ad2 {
  color: rgb(150,150,150);
  word-break: break-all;
  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-size: 15px;
  font-weight: bold;
}

.dogear {
  position: relative;
  padding: 1em;
  background-color: rgb(240,240,240);
  color: rgb(51,51,51);
  font-size: 15px;
  font-weight: bold;
}

.dogear:after {
  content: "";
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: white white rgb(221,221,221) rgb(221,221,221);/* white 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;
  z-index: 3;
  font-size: 15px;
  font-weight: bold;
  transform-style: preserve-3d;
}

.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: translate3D(0,0,-1px) rotate(-3deg);
  -webkit-transform: translate3D(0,0,-1px) rotate(-3deg);
}

.curl:after {
  right: .3em;
  -webkit-transform: translate3D(0,0,-1px) rotate(3deg);
  -webkit-transform: translate3D(0,0,-1px) 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); /* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}





/*シェアボタン*/
.share-3d{
margin-top: 1.5em;
    margin-bottom: 1.5em;
    text-align: center;
vertical-align:top;
max-width:100%;
}

.share-3d-inner {width: 100%;
display: flex;
}


.share-3d-inner a {
    position: relative;
    width: 20%;
    height: 40px;
    line-height: 100%;
    font-size: 1.2em;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
vertical-align:middle;
transition: all .2s ease-in;
}
.share-3d .small-text{
    font-size: 10px;
}
.share-3d .hatena-bookmark-button{
    background: #00A4DE;
padding: 5px 20px;
}

.share-3d .hatena-bookmark-button:hover {
    background: #eee;
color: #008fde;
}


.blogicon-bookmark {
font-weight: 700;
}

.share-3d .twitter-button{
    background: #55ACEE;
padding: 5px 20px;
}

.share-3d .twitter-button:hover{
color: #3cf;
    background-color: #eee;
}


.share-3d .facebook-button{
    background: #405BA7;
padding: 5px 20px;
}

.share-3d .facebook-button:hover{
color: #3b5998;
    background-color: #eee;}

.share-3d .pocket-button{
    background: #EE4256;
padding: 5px 20px;
}
.share-3d .pocket-button:hover{
color: #ef4156;
    background-color: #eee;
}


.share-3d .line-button{
    background: #00C300;
padding: 5px 20px;}

.share-3d .line-button:hover{
color: #00C300;
    background-color: #eee;}


.home_button {display:block;
text-align: center;
width:100%;
max-width:1300px;
height: auto;
background: #fff;
margin: 0 auto;
padding-bottom: 20px;
font-size: 2em;
}


/***------------------------------------------
      フォローリンク関連
------------------------------------------***/
.follow_button {display:flex;
height: auto;
margin: 0 auto;
text-align: center;
flex-direction: column;
width: 80%;
}


.follow_button a:link {color: #fff;}
.follow_button a:visited {color: #fff;}
.follow_button a:hover {
opacity:0.7;
}

.twitter_follow {
background-color: #5EA9DD;
border: none;
cursor: pointer;
font-size: 1em;
font-weight: bold;
padding: 10px 3rem;
}

.feedly_follow {
background-color: #8cc44c;
border: none;
cursor: pointer;
font-size: 1em;
font-weight: bold;
padding: 10px 3rem;
}


.feedly_follow::before {
content: '';
background-image: url(https://blog-imgs-129-origin.fc2.com/k/u/l/kultur2/followfeedly.png);
background-size: contain;
vertical-align:middle;
display: inline-block;
width: 16px; height: 16px;
}

.rss_follow {
background-color: #ff8c00;
border: none;
cursor: pointer;
font-size: 1em;
font-weight: bold;
padding: 10px 3.5rem;
}


.facebook_follow {
background-color: #3864A3;
border: none;
cursor: pointer;
font-size: 1em;
font-weight: bold;
padding: 10px 2.5rem;
}


/***------------------------------------------
      時間・コメント
------------------------------------------***/

#entry-date-comm {
display: table;
width: 100%;
margin-top: 10px;
color: #666;
}

#entry-date-comm time {
display:table-cell;
}

#article-comment-min {
display:table-cell;
margin-right: 0;
margin-left: auto;
text-align: right;
}

.comment_count {
display:inline-block;
color: #fff;
line-height: 1.2;
}

.comment_count a{
background: #000;
color: #fff;
padding: 0 5px;
font-weight: bold;
}

.comment_count a:hover {
background: #20a39e;
}


/***------------------------------------------
      ソーシャルボタン関連
------------------------------------------***/

.sns-header-button {
position:absolute;
right: 60px;
bottom: 0;
font-size: 2em;
}

.sns-header-button ul {
width: auto;
}

.sns-header-button ul li {display:inline-block;
padding-left: 10px;
}

.twitter_link a:hover {color:#55acee;}
.rss_link a:hover {color:#ff8c00;}


.article-sns-upper ul {
    display: flex;
    flex-wrap: wrap;
}


.article-sns-upper li {
    margin: 16px 12px 16px 0;
    width: calc(25% - 22px * 3 / 4);
}

.article-sns-upper li i {
    font-style: normal;
    font-weight: 700;
    margin-right: 4px;
}

.article-sns-upper li a {
    background: #666;
    border-radius: 2px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
font-size: 1.5rem;
}


.m_twitter:hover {background: #1da1f2;}

.m_facebook:hover {background: #3b5998;}

.m_hatena:hover {background: #018fde;}
.m_pocket:hover{background: #ef4156;}

@media screen and (max-width: 768px) {
.article-sns-upper ul {
justify-content: space-around;
}

.article-sns-upper li {
margin: 1px 0;
  width:calc(50% - 5px);
}
.article-sns-upper li a{
padding: 0 10px;
font-size: 1.3rem;
}

}


.sub_menu li {padding-left: 10px;}




/***------------------------------------------
      記事内ボックスリンク関連
------------------------------------------***/

.box11{
    padding: 0.5em 1em;
    margin: 2em auto !important;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
max-width: 400px;
}
.box11 p {
    margin: 0; 
    padding: 0;
}


.box26 {
    position: relative;
    margin: 2em;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
font-size: 1.5rem;
}

.box27 {
    position: relative;
    margin: 1.5em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.box28 {
    position: relative;
    margin: 1em 0;
    padding: 20px 10px 7px;
    border: solid 2px #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}


.btn-1 {
    background-color: #7d5bbe; /* ボタン背景色 */
    color: #fff; /* ボタン文字色 */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    font-weight: bold;
    border-radius: 4px;
    max-width: 80%;
    margin: 1em auto 2em;
    padding: 0;
    text-align: center;
    line-height: 1.4;
    transition: all .2s ease;
    opacity: 0.8;
}

.btn-1:hover {
    box-shadow: none;
    transform: translateY(2px);
}

.btn-1 a {
    text-decoration: none !important;
    color: #fff !important;
    display: block;
    margin: 0;
    padding: 0.5em;
}

.btn-1 > img { float: left; }
.btn-1::after{ content: ''; clear: left; }


.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.box5 p {
    margin: 0; 
    padding: 0;
}


.comment_area_top {background-color: #20a39e;
padding: 10px 0;
text-align: center;
color: #fff;
font-weight: bold;
font-size: 16px;
}


/* 画像キャプションサイドバー */


.caption {
    position:relative;
    display:block;
    /* 画像と同じサイズ */
    width:280px;
    height:157px;
    margin:10px;
    padding:0;
    background-color:#000;
}

.caption img {
z-index:0;
margin:0;
padding:0;
overflow: hidden;
border: 2px solid #000;
-webkit-transition: color ease-out 0.15s, background-color ease-out 0.15s;
transition: color ease-out 0.15s, background-color ease-out 0.15s;
}

.caption img:hover {
filter:alpha(opacity=80);
opacity:0.8;
}

.caption span {
    position:absolute;
    bottom:0px;
    left:0px;
    z-index:1;
    margin:0;
    padding:5px;
color: #fff;
    background-color:#000;
filter: Alpha(opacity=90);
opacity: 0.9;
z-index: 10;
}

.caption span:hover {
color: #ffa500;
}

.boxgrid	{ 
	width: 225px; 
	background: #161613; 
	height: 100px;
	margin-bottom: 10px; 
	border: solid 1px #555; 
	overflow: hidden; 
	position: relative;
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0;
border: none;
}
.boxgrid p{ 
	padding:0; 
	color: #afafaf; 
	font-weight:bold; 
}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 50px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.boxcaption h6 {
font-size: 120%;
font-weight: bold;
color: #fff;
margin: 10px 10px 5px 10px;
}

.boxcaption a {
color: #fff;
text-decoration:none;
}

.boxcaption a:link {
color: #fff;
    text-decoration:none;
}

.boxcaption a:visited {
color: #fff;
    text-decoration:none;
}


.captionfull .boxcaption {
	top: 110px;
	left: 0;
}
.caption .boxcaption {
	top: 50px;
	left: 0;
}


/***------------------------------------------
      アドセンス関連
------------------------------------------***/

.article_ad {
width: 100%;
overflow: hidden;
}

.index_adsense {
width: 100%;
overflow: hidden;
}

.amazon_ads {
text-align: center !important;
}

.adsense_link {
margin: 20px 0;
width: 100%;
overflow: hidden;
}

.pc_adsense_side1 {
margin-bottom: 10px;
overflow: hidden;
}

@media screen and (max-width: 1100px) {
.pc_adsense_side1 {
display: none !important;
}
}

.adsense_sp_title {
margin-top: 15px;
display: block;
overflow: hidden;
}

@media screen and (min-width: 768px) {
.adsense_sp_title {display:none !important;
height: 0 !important;}
}


.responsive100 {
width: auto;
max-height: 100px;
 height: auto;
max-width: 768px;
}

.adsense_sp_top {
display: block;
text-align:center;
overflow: hidden;
padding: 10px;}


@media screen and (min-width: 1101px) {
.adsense_sp_top {display: none !important;}
}


/***------------------------------------------
      サイドバーリスト関連
------------------------------------------***/

.game_title_list li {
border-bottom: 1px dotted #333;
padding: 5px 10px;
font-size: 1.6rem;
}

.game_title_list li a {
font-weight: 700;
display: block;
}

.game_title_list li a:hover {
background-color: #f5f8fa;
border-radius: 3px;
color: #20a39e;
}

.under_amazon {
margin: 20px auto 0 20px;
}


.line_adsense {
	display: flex; /* アドセンス広告を2列表示する */
overflow: hidden;
}
.margin_adsense {
	margin-right: 20px; /* アドセンス広告間の余白 */
}

/* パソコンでのみ表示するCSS（*横幅375px以下では表示しない）*/
@media screen and (max-width:754px) {
.pc_contents {display:none!important;}
}

/* スマートフォンでのみ表示するCSS（横幅376px以上では表示しない）*/
@media screen and (min-width:755px) {
.sp_contents {display:none!important;}
}


.maintable table, td, th {
border: 1px solid #595959;
	border-collapse: collapse;
padding: 3px;
	height: 25px;
font-size: 0.9em;
}


.maintable th { background:#e3e3e3;
width: 20px;
}

.maintable td {
width: 35px;
}


.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #00BCD4 !important;
  background: #ECECEC;
  transition: .4s;
margin: 0.25em auto;
}



.btn-flat-simple:hover {
  background: #00bcd4;
  color: white !important;
}

.btn-push {
  display: inline-block;
  text-align: left;
  background-color: #ffa300;
  font-size: 16px;
  color: #FFF !important;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #d37800;
}

.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}

.con_btnpush {
margin: 1em 1em;
padding-bottom:10px;
}


.goodtable th,td  {
    border: solid 1px;  /* 枠線指定 */
    padding: 10px;      /* 余白指定 */
}
 
.goodtable table {
    border-collapse:  collapse; /* セルの線を重ねる */
}




.fixtable table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.fixtable td, th {
	padding: 3px;
}
.fixtable th {
	background: #f7f7f7;
}


.boxgreen {
 padding: 1em;
  margin: 0 1em;
  border: 2px solid #00C957;
border-radius: 3px;
}

@media (max-width: 767px) {
  .boxgreen {
    margin: 0;
  }
}


.alertbox {
  background-color: #e6f0ff;
  width: 90%;
  border: 1px solid #007bff;
  padding: 1rem; /* 文字と枠の間に20pxのスペースを作る */
}


.image-grid {
  display: flex;
  flex-wrap: wrap;
}

.image-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.image-row img {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .image-row {
    flex-direction: column;
  }
}


/* 001 */
.button001 a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 480px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.button001 a:hover {
    background: #20a39e;
    color: #FFF !important;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #20a39e;
    border-right: 3px solid #20a39e;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}