/*
Theme Name: マテリアルぽっぷ
Theme URI: http://blog.hatena.ne.jp/-/store/theme/17391345971653699552
Description: レスポンシブ対応、カード型デザイン。3カラムだったり2カラムだったりするレイアウトです。無料版でも使用できますが、proの一覧表示向けのスタイルになっています。コテコテしたデザインが好きな方にオススメです。<span style="color:red;">詳しいカスタマイズについては以下demoブログを参照。</span>ヘッダーへの画像追加方法や、テーマカラーの変更の方法などが載っています。Demo：https://bit.ly/2oJ3kTb質問事項やエラー報告はデモブログ内にQA＆不具合報告用記事を作成しましたので、そちらまでコメントください。(URLは以下)https://demo-mamegoro.hatenablog.com/entry/qa<span style="color:#ff0000;">☆配色サンプル☆</span>(色の変更方法は<a href="https://demo-mamegoro.hatenablog.com/" target="_blank">デモブログ</a>参照)●暗い色にするとガラッとイメージ変わります。https://materialpop-demo1.hatenablog.com■アップデート情報■<hr><p>2019/06/12：・表示フォントの調整＆読み込み画像の調整を行い若干度軽量化しました。<hr><p>2018/08/01：・パンくずリストありなしに関わらず、ヘッダーとメインコンテンツの間に空間が出来るように微調整。・その他marginの微調整。<hr><p>2018/07/13：・PC版 TOPページの表示を記事2カラム+メニューに変更できるカスタマイズコードをデモブログに追加しました。<img class="hatena-fotolife" title="f:id:mamegoro:20180713133454j:plain" src="https://cdn-ak.f.st-hatena.com/images/fotolife/m/mamegoro/20180713/20180713133454.jpg" alt="f:id:mamegoro:20180713133454j:plain" /><hr><p>2018/06/26：・SP閲覧時、特定端末にて検索周りのボタンデザインが崩れるのを修正<hr><p>2018/06/23：・GoogleAdSense自動広告利用時、TOPページのデザインが崩れるのを修正<hr><p>2018/06/20：・投稿日の隣に時計アイコンが出るようにしました。・意外にH4,H5を使う人が多いのでフォントのサイズだけ調整しました。(はてなの仕様で大見出しを使うと自動的にH3になるので、ソースコードからH3をH2に書き換えた方がSEO的にも良いですよ。)<hr><p>
Author: mamegoro
Author URI: http://blog.hatena.ne.jp/mamegoro/
*/
@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*
  Theme: マテリアルぽっぷ
  Author: mamegoro
  Author URI: https://www.mamegoro.com/
  Version: 1.0.0
  Responsive: yes
  License: GNU General Public License //自由ソフトウェアファウンデーションライセンスhttps://www.gnu.org/philosophy/free-sw.ja.html
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
  Description:
    カード型デザインのブログテンプレートです。
*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}



/* ===============
  全体設定
=============== */
*,:after,:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 1.9;
  font-weight: normal;
  margin: 0;
  padding: 0;
  word-break:break-all; 
  word-wrap:break-word; 
  color: #33403d;
  background: #f5f5f5;
}
a {
  outline:none;
  text-decoration: none;
  color: #33403d;
}
img,a img {
  border: 0;
  border-radius: 0px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin: 0;
  padding: 0;
}
h1.entry-title {
  font-size: 170%;
  font-weight: bold;
  line-height: 1.3; 
  transform: none;
}
b, strong {
  font-weight: bold;
}

/* ===============
  グローバルヘッダー(proで非表示にしている場合は削除してOK)
=============== */
#globalheader-container {
  background: #fff;
  border-bottom: none;
  -moz-box-shadow: 0 1px 5px rgba(190, 190, 190, 0.16);
  -webkit-box-shadow: 0 1px 5px rgba(190, 190, 190, 0.16);
  -o-box-shadow: 0 1px 5px rgba(190, 190, 190, 0.16);
  box-shadow: 0 1px 5px rgba(190, 190, 190, 0.16);
  overflow: hidden;
  color: #777;
}
#globalheader-container a {
  color: #777;
}


/* ===============
  ブログタイトルエリア
=============== */
#blog-title {
  padding: 25px 0 15px;
  background: #fff;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);
  position: relative;
}
.header-image-only #blog-title {
  background: #fff !important;
}
#blog-title-inner {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #blog-title-inner {
    text-align: center;
    width: 100%;
  }
}
#blog-title #title a {
  font-weight: bold;
  font-size: 90%;
  color: #5C4138;
  /*  text-shadow:0px 2px 3px rgba(0,0,0,.22); */
}
#blog-description {
  font-size: 70%;
  padding: 10px 0 0 0;
  color: #5C4138;
}
@media screen and (max-width:480px) {
  #blog-description {
    padding: 10px 10px 0;
  }
}
h1#title {
  font-size: 2.5em;
}
#top-editarea {
  width: 100%;
  text-align: center;
  background: #fff;
}
#top-box {
  margin-top: 15px;
}
#top-editarea a:hover {
  text-decoration: underline;
}
.top-menu-bar {
  background: #D6E1A2;
  color: #fff;
  padding: 5px 0;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);
}
.top-menu-bar ul li {
  display: inline-block;
}
.top-menu-bar ul li a {
  color: #5c4138;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 10px;
  overflow: hidden;
  box-sizing: border-box;
}


/* ===============
  レイアウト
=============== */
#container {
  width: 100%;
}
#content {
  padding: 20px 0px;
  margin: 0 auto;
  width:1170px;
  overflow:hidden;
}
.page-entry #content {
  padding: 0;
  margin-top: 15px;
}
@media screen and (max-width:1200px) {
  #content {
    max-width:805px;
  }
}
@media screen and (max-width:768px) {
  #content {
    max-width:100%;
  }
}
.page-index .enable-top-editarea .page-archive #content {
  padding: 30px 0 !important;
}
.page-archive #content {
  padding: 20px 10px 30px;
}
#content-inner {
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
#wrapper {
  width: 70%;
}
.page-index .enable-top-editarea .page-archive #wrapper,.page-archive #wrapper {
  width: 100%;
}
#main-inner {
  margin-bottom: 45px;
}
.entry-inner {
  background: #fff;
  padding: 15px;
}
.page-index .entry-inner,.page-archive .entry-inner {
  margin-bottom: 30px;
}
.page-index .enable-top-editarea .page-archive #box2,.page-archive #box2 {
  width: 100%;
  margin: 0;
}
#box2 {
  width: 30%;
}

#box2-inner {
  margin-left: 25px;
  margin-bottom: 25px;
}
.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
  margin-left: 0px;
}
.archive-entries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-bottom: 30px;
}

@media screen and (max-width:1200px) {
  #wrapper {
    width: 100%;
  }
  #content-inner {
    margin: 0 15px;
  }
  .archive-entries {
    grid-template-columns: repeat(2, 1fr);
  }
  #box2 {
    width: 100%;
  }
  #box2-inner {
    margin-left: 0px;
  }
}
@media screen and (max-width:768px) {
  .archive-entries {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:480px) {
  #content-inner {
    margin: 0;
  }
}

/* ===============
  TOPページ・Archivesページ
=============== */
.page-archive .archive-entry {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.page-index .enable-top-editarea .page-archive .archive-entry:hover,.page-archive .archive-entry:hover  {
  transform: translateY(-5px);
  box-shadow: 0 0 3px 0 rgba(0,0,0,.15), 0 2px 3px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
}
.page-archive .entry-thumb {
  position: relative;
  top: 0;
  width: 100%;
  height: 15vw;
}
.page-archive .entry-thumb {
  background: no-repeat center center;
  background-size: cover;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width:1200px) {
  .page-archive .entry-thumb {
    height: 20vw;
  }
}
@media screen and (max-width:768px) {
  .page-archive .entry-thumb {
    height: 40vw;
  }
}
@media screen and (max-width:480px) {
  .page-archive .entry-thumb {
    height: 50vw;
  }
}
.entry-thumb-link {
  order: 0;
}
.archive-entry-header {
  order: 1;
  padding: 15px 10px 40px;
}
.archive-entry-body {
  order: 2;
}
.page-index .enable-top-editarea .page-archive .categories,.page-archive .categories {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 100;
  background: #FFD27F;
  padding: 0 10px;
  font-size: 70%;
  font-weight: 500;
}
.page-index .enable-top-editarea .page-archive .categories a,.page-archive .categories a {
  color: #5c4138;
}
.page-index .enable-top-editarea .page-archive .categories a:nth-child(n+2),.page-archive .categories a:nth-child(n+2) {
  display: none;
}
.page-index .enable-top-editarea .page-archive .entry-description,.page-archive .entry-description {
  line-height: 1.1;
  font-size: 80%;
  padding: 0 15px 10px;
  position: relative;
  color: #999;
  display: none;
}
.page-index .enable-top-editarea .page-archive .entry-description:after,.page-archive .entry-description:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width:100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.6) 15%, rgba(255,255,255,1) 70%, rgba(255,255,255,1));
}
.page-index .enable-top-editarea .page-archive h1.entry-title,.page-archive h1.entry-title {
  font-weight: bold;
  font-size: 115%;
  line-height: 1.2;
  max-height:45px;
  overflow: hidden;
  transform: none;
  padding: 0 5px;
}
.page-index .enable-top-editarea .page-archive .archive-date,.page-archive .archive-date {
  position: absolute;
  bottom: 3px;
  right: 15px;
  z-index: 100;
  font-size: 80%;
}
.page-index .enable-top-editarea .page-archive .social-buttons,.page-archive .social-buttons {
  display: none;
}
.page-index .enable-top-editarea .page-archive .pager,.page-archive .pager {
  margin: 0 auto;
  text-align: center;
}
.page-index .pager a,.page-archive .pager a {
  display: block;
  padding: 10px 45px;
  background: #5C4138;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.page-index .pager a:hover ,.page-archive .pager a:hover  {
  transform: translateY(-5px);
  box-shadow: 0 0 3px 0 rgba(0,0,0,.15), 0 2px 3px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
}
.archive-header-category {
  margin: 0 0 1.1em 0;
}
.archive-heading {
  margin-bottom: 20px !important;
  position: relative;
  padding: 10px 0 10px 10px;
  background: #ABCF00;
  font-size: 20px !important;
  color: #5C4138;
  text-align: center;
}
.archive-heading::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(203, 206, 185);
}
.archive-heading:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px rgb(203, 206, 185);/*折り返し部分*/
}

/* ===============
  サイドメニュー
=============== */
.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
#box2-inner {
  grid-template-columns: 1fr;
}
@media screen and (max-width:1200px) {
  #box2 {
    margin:0 15px;
  }
  #box2-inner,.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 25px;
  }
}
@media screen and (max-width:768px) {
  #box2-inner,.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
    grid-template-columns: 1fr;
  }
}
.hatena-module-title {
  background: #ABCF00;
  color: #5c4138;
  padding: 10px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
.hatena-module-title a {
  color: #5c4138;
}
.hatena-module-body {
  padding: 10px 10px 20px;
}
.hatena-module-profile {
  text-align: center;
  z-index: 0;
  position: relative;
}
.profile-icon-link {
  display: block;
}
.profile-icon {
  border-radius: 50%;
}
.hatena-module-profile .hatena-module-body {
  position: relative;
  overflow: hidden;
  color: #666;
  padding: 50px 0;
  margin: -5px 5px 0;
  z-index: -99;
  background-size:cover;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.hatena-module-profile .hatena-module-body a {
  color: #666;
  order: 1;
}
.hatena-module-profile .hatena-module-body:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.hatena-module-profile .hatena-module-body span {
  order: 2;
  line-height: 1.2;
}
.hatena-module-body .hatena-follow-button-box {
  position: relative;
  width: 200px;
  height: 45px;
  margin: 10px auto 5px;
  order: 3;
  z-index: 1;
}

/* 「このブログについて」非表示ここから */
div.profile-about {
  display: none;
}
/* 「このブログについて」非表示ここまで */

.hatena-module-body .hatena-follow-button {
  border-radius: 20px;
  background: #2884c7 !important;
  color: #fff !important;
  padding: 10px 0;
  float: none;
  font-size: 16px;
  margin: -0.4em auto 0;
  display: block;
  width: 200px;
  text-align: center;
  height: auto !important;
  border: 0 !important;
}
.hatena-module-body .hatena-follow-button.unsubscribing.hover {
  color: #2884c7 !important;
  background: #99ceff !important;
}
.hatena-module-body .hatena-follow-button-box .subscription-count {
  border-radius: 30%;
  display: block;
  float: none;
  white-space: nowrap;
}
.hatena-module-body .hatena-follow-button.subscribing {
  color: #fff !important;
  width: 200px;
}
.hatena-module-body .hatena-follow-button.subscribing.hover {
  width: 200px;
}
.hatena-module-body .hatena-follow-button-box:hover {
  color: #fff !important;
}
.hatena-module-body .hatena-follow-button-box .subscription-count-box {
  display: block;
  position: absolute;
  top: 11px;
  left: 200px;
}
.profile-activities {
  order: 5;
  margin-top: 10px;
  font-size: 12px;
}
.hatena-module-body .id .hatena-id-link .user-name-nickname {
  display: block;
  font-weight: bold;
}
.user-name-paren,.user-name-hatena-id {
  font-size: 12px;
}
.hatena-module-body .id {
  margin-bottom: 10px;
}
.profile-description {
  order: 4;
  padding: 0 15px;
}
.hatena-module-body .hatena-urllist {
  margin: 0;
  padding: 0;
}
.hatena-module-body .urllist-with-thumbnails .urllist-item {
  max-height: 135px;
  overflow: hidden;
  font-size: 70%;
  border-bottom: 1px dotted #aaa;
  padding-top: 7px;
}
.hatena-module-body .urllist-with-thumbnails .urllist-item:last-child {
  border-bottom: none;
}
.hatena-module-links .hatena-module-body ul {
  margin-left: 25px;
}
.hatena-urllist img {
  border-radius: 0px;
}
a.bookmark-widget-counter img {
  box-shadow: none;
}
.recent-entries-categories {
  display: none;
}
.search-form {
  text-align: center;
}
.search-module-input {
  padding: 0 10px;
  border: 1px solid #616358;
  margin: 0 5px 0 0;
  color: #616358;
  width: 75%;
  height: 45px;
}
.search-module-input::placeholder {
  color: #787A6C;
}
.search-module-button {
  padding: 0 10px;
  margin: 0 0 0 -5px;
  border: 1px solid #616358;
  background: #616358;
  color: #fff;
  width: 20%;
  height: 45px;
}
.related-entries-entry-body {
  display: none;
}
.hatena-module-category .hatena-module-body ul li {
  list-style: none;
  padding: 5px;
  border-bottom: 1px dotted #aaa;
}
.hatena-module-body .hatena-urllist {
  margin: 0 10px 0 25px;
}
.hatena-module-body .urllist-with-thumbnails {
  margin: 0 !important;
}
.archive-date:before,.entry-date:before {
  font-family: blogicon;
  content: "\f043";
}
.authors-urllist li {
  margin: 10px 0;
}


/* ===============
  記事ページ・静的ページ
=============== */
.entry-content a {
  color: #0066c0;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
  color: #5C4138;
  line-height: 1.5;
  margin: 50px 0 10px;
  font-family: Segoe UI,Roboto,'Noto Sans Japanese', sans-serif;
  display: block;
  padding: 5px 10px;
}
.entry-content h2 {
  position: relative;
  background: #D6E1A2;
  font-size: 1.3em;
  color: #5C4138;
  padding: 0.65em 0.5em;
  border-left: solid 2em #ABCF00;
  margin-left: -15px; /*30px の半分*/
  width: calc(100% + 30px); /*30px は各自調整*/
  width: -webkit-calc(100% + 30px); /*上と同じpx値に*/
}
.entry-content h2:before {
  font-family: blogicon;
  content: "\f715";
  position: absolute;
  padding: 0em;
  color: #F8FAEF;
  font-weight: normal;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.entry-content h3 {
  font-size: 22px;
  border-top: double 5px #ABCF00;
  border-bottom: double 5px #ABCF00;
}
.entry-content h4 {
  font-size: 20px;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 8px #ABCF00;/*左線*/
}
.entry-content h5 {
  font-size: 20px;
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
}
.entry-content h5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 20px;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 2;/*アイコンの位置*/
  color: #ABCF00; /*アイコン色*/
}
.entry-content h6 {
  font-size: 20px;
}
.breadcrumb {
  padding: 0 10px;
  margin: 0 auto;
  width:1170px;
  overflow:hidden;
  line-height: 1.2;
  font-size: 80%;
}
@media screen and (max-width:1200px) {
  .breadcrumb {
    max-width:805px;
  }
}
@media screen and (max-width:768px) {
  .breadcrumb {
    max-width:100%;
  }
}
.page-entry .breadcrumb {
  margin-bottom: 0px;
}
.comment-box{
  position:relative;
  margin:20px 0;
}
.comment-box:before{
  position:relative;
  margin:0 0 45px 0;
  padding: 0 0 10px;
  content:"";
  display:-webkit-flex;
  display:block;
  white-space:nowrap;
}
.comment-box:after{
  width:100%;
  display:block;
  position:absolute;
  top:0;
  left:0;
  color: #fff;
  background: #2884c7;
  padding: 10px;
  line-height: 1;
  border-radius: 5px;
  font-weight: bold;
  content:"コメント";
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  text-align: center;
}
.leave-comment-title {
  color: #2884c7;
  background: #B2DBFF;
  text-align: center;
  display: block !important;
  padding: 5px 25px;
  font-family: 'Noto Sans Japanese', sans-serif;
  border-radius: 50px;
  border: 1px solid #B2DBFF;
  margin: 15px auto 0;
  width: 200px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.leave-comment-title:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 3px 0 rgba(0,0,0,.15), 0 2px 3px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
  background: #fff;
  color: #2884c7;
}
.comment li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.comment li .hatena-id-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  margin: 0 15px 15px 0;
  float: left;
}
.comment li .comment-content p {
  font-size: 80%;
  line-height: 1.1;
}
.comment-metadata {
  text-align: right;
  font-size: 80%;
}
.page-entry .entry-content {
  font-size: 115%;
}
.page-entry .entry-content p {
  margin: 1em;
}
.page-entry .entry-content p img {
  margin: 5px 0px;
}
.entry-footer-section {
  display: none;
}
.page-entry .pager {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-top: 15px;
}
.page-entry .pager-next {
  text-align: right;
}
.page-entry .pager-prev a,.page-entry .pager-next a {
  color: #5C4138;
  padding: 5px 15px;
  display: block;
  border: 3px solid #D6E1A2;
  background: #D6E1A2;
  display: block;
  width: 100%;
}
.page-entry .pager-prev a:hover,.page-entry .pager-next a:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
  background: #ABCF00;
  color: #5C4138;
  display: block;
}
@media screen and (max-width:768px) {
  .page-entry .pager {
    grid-template-columns: 1fr;
    margin: 15px 10px;
  }
}
.entry-header {
  margin: 0 10px 15px;
}
.entry-header .categories a {
  display: inline-block;
  margin: 10px 0 0;
  padding: 0px 10px;
  font-size: 70%;
  text-decoration: none;
  color: #5c4138;
  background: #ffd27f;
  font-weight: 500;
}
.table-of-contents{
  width: 92%;
  padding: 0 2em 0.4em 2em;
  border:1px solid  #ABCF00;
  border-bottom: 10px solid  #ABCF00;
  position:relative;
  background: #f5f5f5;
  margin: auto !important;
}
.table-of-contents ul {
  margin: 0 !important;
}
.table-of-contents li {
  padding-left: 1em;
  margin: 15px 15px 15px 45px;
  font-size: 91%;
  line-height: 1.2;
}
.table-of-contents li a{
  text-decoration:none;
  color: #333;
  font-weight: bold;
}
.table-of-contents li a:hover{
  text-decoration:underline;
}
.table-of-contents li ul li{
  margin: 15px 25px;
}
@media screen and (max-width:768px) {
  .table-of-contents li ul li{
    margin: 15px;
  }
}
.table-of-contents:before {
  display: block;
  padding: 5px 40px;
  margin: 0 -2em 0 -1.35em;
  content: "\f039"" Contents";
  font-family: blogicon;
  color: #fff;
  background:  #ABCF00;
  border-bottom: 10px solid  #D6E1A2;
  font-weight: 600;
}
.table-of-contents ul ul{
 display: none;/*目次にh3見出しまでを表示（h4以降は表示させない）*/
}
.entry-content ul{
  margin: 1em 1em 0.5em 1em;
}
.entry-content ol,.entry-content li {
  margin: 1em 0.5em 0.5em 0.5em;
}

/*箇条書き・番号付き箇条書き 頭のリスト記号(番号)を緑色に変更 ここから*/
.entry-content ul,.entry-content ol{
  list-style-type: none;
}

.entry-content ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol ol{
  padding-left: 1em;
}
.entry-content ul{
  text-indent: -1.35em;
  padding-left: 1.35em;
}
.entry-content ol{
  text-indent: -1.9em;
  padding-left: 1.9em;
}
.entry-content ul li:before {
  font-family: blogicon;
  content: "\f02d";*アイコンの種類*/
  position: absolute;
  padding-right: 0.5em;
  color: #3F7F00;/*アイコン色*/
}
.entry-content ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  font-size: 1.3em;
  font-weight: bold;
  color: #3F7F00;
  padding-right: 0.5em;
}
/*箇条書き・番号付き箇条書き 頭のリスト記号(番号)を緑色に変更 ここまで*/

blockquote {
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #4e4e4e;
    background: #F4F9D6;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 10px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #DFE7B5;
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
}

blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 15px;
    text-align: center;
    content: "\f10e";
    font-family: FontAwesome;
    color: #DFE7B5;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    position: relative;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.comment-user-name .comment-user-id .user-name-nickname {
  font-size: 110%;
  display: inline-block;
}
pre {
  color: #000;
  font-size: 12px;
  background-color: #fafafa;
  border: solid 1px #bbbbbb;
  line-height: 120%;
  margin: 10px;
  padding: 10px;
  overflow-x: auto;
  overflow-y: auto;
  border-radius: 8px;
}
pre a {
  color: #000 !important;
}

/*デザイン囲み枠 ここから*/
.box1 {
    position: relative;
    margin-top: 1em;
    padding: 1.8em 1.5em 1em 1.5em;
    border: 3px solid #ffd27f;
}

.box1 > div {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #ffd27f;
    color: #5c4138;
    font-size: .9em;
    font-weight: bold;
}

.box1 > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #ffd27f;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.box1 p {
    margin: 0;
}
/*デザイン囲み枠 ここまで*/

/* ↓↓追記用境界線見出し↓↓ */
line1 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 0.9em;
  color: #666;
}

line1:before, line1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #666;
}

line1:before {
  left:0;
}
line1:after {
  right: 0;
}
/* ↑↑追記用境界線見出し↑↑ */

/* ===============
  フッター
=============== */
.customized-footer {
  margin-top: 15px;
}
#footer,.customize-footer {
  background: #bfbfbf;
  padding: 25px 0;
  text-align: center;
  color: #fff;
  font-size:70%;
}
#footer a {
  color: #fff;
}
.services {
  margin: 0 auto;
}
.customize-footer a:hover {
  text-decoration: underline;
}


/* ===============
  SNSリンクやボタンの設定など
=============== */
.head-sub-area {
  width: 1172px;
  margin: 0 auto;
  position: relative;
}
.top-sns-button {
  right: 0px;
  bottom: 0px;
  position: absolute;
}
.top-sns-button a,.side-sns-button a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: transparent !important;
}
@media screen and (max-width: 1200px){
  .top-sns-button {
    display: none;
  }
}
.button{
  background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
  background-image: linear-gradient(top, #f4f1ee, #fff);
  border-radius: 50%;
  height: 60px;
  margin: 0 5px 0 0;
  position: relative;
  width: 60px;  
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  border: 4px solid #e1e2e3;
  box-shadow: 0px -1px 3px 0px #a3a3a3 inset;
  display: inline-block;
}
.button:after{
  color:#BEBEBE;
  content: "";
  display: block;
  font-size: 30px;
  height: 30px;
  text-decoration: none;
  position: absolute;
  width: 30px;
}
.side-sns-button .button {
  margin: 10px 0 0 0 !important;
}
.sns-hatena:after{
  font-family: blogicon;
  content: "\f000";
  left: 11.8px;
  top: 8px;
  font-size: 34.5px;
  line-height: 1;
}
.sns-bukuma:after{
  content: "B!";
  left:12px;
  top:15px;
  font-family: Verdan;
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
}
.sns-twitter:after{
  font-family: blogicon;
  content: "\f035";
  left: 11px;
  top: 11px;
  font-size: 28.5px;
  line-height: 1;
}
.sns-line:after{
  font-family: "Font Awesome 5 Brands";
  content: '\f3c0';
  left: 11.5px;
  top: 10.5px;
  font-size: 30.5px;
  line-height: 1;
}
.sns-pocket:after{
  font-family: FontAwesome;
  content: "\f265";  
  left: 11.5px;
  top: 12px;
  font-size: 28.5px;
  line-height: 1;
}
.sns-feed img {
  opacity: .25;
  width: 68%;
  position: absolute;
  top: 7.5px;
  left: 8.5px;
}
.sns-fb:after{
  font-family: blogicon;
  content: "\f036";
  left: 11.5px;
  top: 8.5px;
  font-size: 29.5px;
  line-height: 1;
}
.sns-cp:after{
  content: "cookpad";
  left:11px;
  top:13.5px;
  font-family: Verdan;
  font-size: 12px;
  line-height: 1;
}
.button:hover{
  background-image: linear-gradient(top, #fff, #f4f1ee);
}
.sns-hatena:hover {
  border:4px solid #C7C2AF;
}
.sns-bukuma:hover {
  border:4px solid #AEDAEF;
}
.sns-twitter:hover {
  border:4px solid #b0f2ee;
}
.sns-line:hover {
  border:4px solid #B3EFAE;
}
.sns-pocket:hover {
  border:4px solid #EFB7AE;
}
.sns-feed:hover {
  border:4px solid #C0EFAE;
}
.sns-fb:hover {
  border:4px solid #AECDEF;
}
.sns-cp:hover {
  border:4px solid #EFD1AE;
}
.google-auto-placed {
  margin-right: -10px;
}

/* サイドバーSNSフォローボタン ここから */
/* ボタン全体 */
.flowbtn3{
font-family:'Comic Sans MS','Chalkboard SE',sans-serif;/* 好きなフォントに変えてね */
border-radius:2px;
position:relative;
display:inline-block;
width:50px;
height:55px;
padding-top: 15px;
margin-top: 5px;
font-size:24px;
color:#fff!important;
text-decoration:none;
transition:.5s;
}
.flowbtn3 i{
position:relative;
bottom:15px;
}
/* Hatena */
.fl_hatena{
background:#444733;
}
/* Twitter */
.fl_tw1{
background:#00ACCE;
}
/* cookpad */
.fl_cp{
background:#CE9E00;
}
/* Feedly */
.fl_fd{
background:#82CE00;
}
/* amazonほしいものリスト */
.fl_amazon{
background:#CE2200;
}
/* 問い合わせ */
.fl_ma1{
background:#0082CE;	
}
/* ボタン内のテキスト */
.flowbtn3 div{
font-size:10px;	
font-weight:bold;
position:relative;
bottom: 27px;
}
/* ulタグの内側余白を０にする */
ul.snsbtniti{
padding:0!important;
}
/* ボタン全体の位置 */
.snsbtniti{
display:flex;
flex-flow:row wrap;
justify-content:space-around;
}
/* ボタン同士の余白 */
.snsbtniti li{
flex:0 0 0;
text-align:center!important;
list-style-type:none;
}
/* ボタンにマウスホバー時 */
.flowbtn3:hover{
-webkit-transform:translateY(-5px);
-ms-transform:translateY(-5px);
transform:translateY(-5px);
text-decoration:none;
}
/* サイドバーSNSフォローボタン ここまで */

/*===============================
　スマホ用ボトムナビゲーション設置ここから
　===============================*/
.mini-text{font-size:10px;}/*文字大きさ*/
ul.bottom-menu {
position: fixed;
left:0;
bottom:0;
width: 100%;
height:45px;/*高さ*/
margin:0;
padding:0;
background-color:#D6E1A2;/*背景色*/
border-top:2px solid #D6E1A2;/*バーの上の線の色*/
border-bottom:2px solid #D6E1A2;/*バーの下の線の色*/
z-index:30;}
ul.bottom-menu li {
float:left;
width:20%;
background-color:#D6E1A2;/*背景色*/
list-style-type:none;
text-align:center;
font-size:20px;/*アイコンのサイズ*/}
.bottom-menu li a {
display: block;
color:#5C4138;/*アイコン＆文字の色*/
padding-top:10px;
padding-bottom:5px;
line-height:10px;
text-decoration:none;}
.bottom-menu li a:hover {
color:#a9a9a9;/*マウスオーバー時の色*/}
/* === 展開メニュー === */
ul.menu-second-level {
visibility: hidden;
opacity: 0;
z-index:1;}
ul.menu-second-level li a{
border-top:1px dashed #a9a9a9;/*展開の枠点線色*/
font-size:15px;/*展開メニューの文字サイズ*/
line-height:30px;/*文字の縦幅*/}
.menu-second-level li a:hover {
height:100%;
background: lightgrey;/*マウスオーバーの色*/}
li.menu-width-max ul.menu-second-level {
position: absolute;
bottom: 47px;/*高さ*/
left: 0;
box-sizing: border-box;
width: 100%;
padding:0;}
li.menu-width-max:hover ul.menu-second-level {
bottom: 47px;/*高さ*/
visibility: visible;
opacity: 1;}
li.menu-width-max ul.menu-second-level li {
float: left;
width: 100%;
border: none;}
/*PC表示の際はボトムメニューは表示しない*/
@media(min-width: 768px){
.bottom-menu{display:none; }
}
/*スマホの時だけ*/
@media(max-width: 767px){
/*ボトムメニュー付けたのでフッタを底上げする*/
#footer{margin-bottom:48px;}
}
/*===============================
　スマホ用ボトムナビゲーション設置ここまで
　===============================*/

/* PC版TOPページ記事のみ3カラムからサイドバー有り3カラムへ変更 ここから */
.page-index .enable-top-editarea .page-archive #wrapper, .page-archive #wrapper {
 width: 70%;
}
.page-index .enable-top-editarea .page-archive #box2, .page-archive #box2 {
 width: 30%;
}
.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
 grid-template-columns: 1fr;
 margin-left: 25px;
}
.archive-entries {
 grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1200px){
.page-index .enable-top-editarea .page-archive #wrapper, .page-archive #wrapper {
 width: 100%;
}
#box2 {
 width: 100% !important;
 margin: 0 !important;
}
#box2-inner, .page-index .enable-top-editarea .page-archive #box2-inner, .page-archive #box2-inner {
 grid-template-columns: repeat(2, 1fr) !important;
 display: grid !important;
 grid-gap: 25px !important;
 margin: 0 !important;
}
}
@media screen and (max-width: 768px){
#box2-inner, .page-index .enable-top-editarea .page-archive #box2-inner, .page-archive #box2-inner {
 grid-template-columns: 1fr !important;
}
.archive-entries {
 grid-template-columns: 1fr !important;
}
}
/* PC版TOPページ記事のみ3カラムからサイドバー有り3カラムへ変更 ここまで */

/* ヘッダ画像設置ここから */
#blog-title {
 display: none;
}
.blog-title-img {
 max-width: 1174px;
 margin: 0 auto;
 display: block;
 padding: 10px 0;
 text-align: left;
}
@media screen and (max-width: 1200px) {
.blog-title-img {
 text-align: center;
 }
}
/* ヘッダ画像設置ここまで */

/* カッテネここから */
.kattene {
  border: 1.8px solid #d7d7d7; /*線の太さ・色*/
  padding: 10px;
  padding-bottom: 5px;
  margin-bottom: 1em;
  box-sizing: border-box;
}

.kattene div{
  margin: 0;
}

.kattene__imgpart {
  text-align: center; }

  .kattene__imgpart img {
       margin: 0;}

.kattene__title{
   font-size: 1.15em;
   font-weight: bold;
}

.kattene__description {
  font-size: 0.9em; 
  font-weight: normal;
}

.kattene .kattene__btns {
  width: 100%;
  margin-top: 0.5em; }

  .kattene__btns:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: "."; }

  .kattene__btns > div {
    float: left;
    margin-bottom: 5px; }

  .kattene__btns .kattene__btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
   }

  .kattene__btns.__three > div {
    width: 32.66667%; }

    .kattene__btns.__three > div:not(:last-child) {
      margin-right: 1%; }

  .kattene__btns.__two > div {
    width: 49.5%; }

    .kattene__btns.__two > div:nth-child(odd) {
      margin-right: 1%; }

@media screen and (max-width: 900px) {
  .kattene__imgpart {
    padding-bottom: 1em; }
  .kattene .kattene__btns {
    margin-top: 0.5em; }
  .kattene__btns.__five > div {
  width: 49.5%; }
  .kattene__btns.__five > div:nth-child(odd) {
    margin-right: 1%; }
  .kattene__btns.__five > div:last-child {
    margin-right: 0;
    float: right; }

  .kattene__btns.__four > div {
    width: 49.5%; }

    .kattene__btns.__four > div:nth-child(odd) {
      margin-right: 1%; }

  .kattene__btns.__one > div {
    width: 50%;
    margin-left: 25%; } }
@media screen and (min-width: 901px) {

  .kattene {
    display: table;
    width: 100%; }

  .kattene__imgpart {
    display: table-cell;
    width: 20%;
    padding-bottom: 5px;
  }

  .kattene__infopart {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-left: 10px;
    width: 80%; }
  
.kattene .kattene__description {
    margin-bottom: 4em;
  }

  .kattene__btns {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    padding-right: 10px; 
}

  .kattene__btns.__five > div {
    width: 19.2%; }

    .kattene__btns.__five > div:not(:last-child) {
      margin-right: 1%; }

    .kattene__btns.__four > div {
      width: 24.25%; }

      .kattene__btns.__four > div:not(:last-child) {
        margin-right: 1%; }

    .kattene__btns.__two > div {
      width: 49.5%; }

      .kattene__btns.__two > div:not(:last-child) {
        margin-right: 1%; }

    .kattene__btns.__one > div {
      width: 49.5%;
      float: right; } }

.kattene .kattene__btn {
  appearance: none;
  background-color: #54c0d1;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 0;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

  .kattene__btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

  .kattene__btn.__small {
  padding: 0.55em;
  font-size: 0.9em; }

.kattene__btn.__orange {
  background-color: #f7b731;
  margin-bottom: 5px;
  text-align: center; }

   .kattene__btn.__orange i {
    font-weight: bold; }

    .kattene__btn.__orange i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__btn.__blue {
  background-color: #2d98da;
  margin-bottom: 5px;
  text-align: center; }

   .kattene__btn.__blue i {
    font-weight: bold; }

    .kattene__btn.__blue i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__btn.__red {
  background-color: #eb3b5a;
  margin-bottom: 5px;
  text-align: center; }

   .kattene__btn.__red i {
    font-weight: bold; }

    .kattene__btn.__red i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__btn.__green {
  background-color: #20bf6b;
  margin-bottom: 5px;
  text-align: center; }

   .kattene__btn.__green i {
    font-weight: bold; }

    .kattene__btn.__green i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__btn.__purple {
  background-color: #8854d0;
  margin-bottom: 5px;
  text-align: center; }

   .kattene__btn.__purple i {
    font-weight: bold; }

    .kattene__btn.__purple i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__btn.__orange:hover,.kattene__btn.__blue:hover,.kattene__btn.__red:hover,.kattene__btn.__green:hover,.kattene__btn.__purple:hover{
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  transition: all ease-in-out .3s;
}

/* カッテネここまで */

/* デザインリンクボタン ここから */
.btn-1,.btn-2,.btn-3,.btn-4,.btn-5 {
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    font-weight: bold;
    max-width: 80%;
    margin: 0.5em auto;
    padding: 0;
    text-align: center;
    line-height: 1.4;
    transition: .3s;
    position: relative;
}
.btn-1 a::after,.btn-2 a::after,.btn-3 a::after,.btn-4 a::after,.btn-5 a::after{
    content: '\f0da'; /* 矢印の種類 */
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 1.3em;
    position: absolute;
    right:  0.4em;
    bottom: 5px;
}
.btn-1 > img,.btn-2 > img,.btn-3 > img,.btn-4 > img,.btn-5 > img {
    float: left;
}
.btn-1::after,.btn-2::after,.btn-3::after,.btn-4::after,.btn-5::after{
    content: ''; clear: left;
}
.btn-1 {
    background-color: #f0c0c4; /* ボタン背景色【赤】 */
}
.btn-1 a {
    text-decoration: none !important;
    color: #f03040 !important;
    display: block;
    margin: 0;
    padding: 0.5em;
    padding-right: 2em;
}
.btn-1:hover {
    background-color: #f03040;
    opacity: 0.9;
    transition: 0.3s;
}
.btn-2 {
    background-color: #ffedcc; /* ボタン背景色【黄】 */
}
.btn-2 a {
    text-decoration: none !important;
    color: #ffa500 !important;
    display: block;
    margin: 0;
    padding: 0.5em;
    padding-right: 2em;
}
.btn-2:hover {
    background-color: #ffa500;
    opacity: 0.9;
    transition: 0.3s;
}
.btn-3 {
    background-color: #c0d7f0; /* ボタン背景色【青】 */
}
.btn-3 a {
    text-decoration: none !important;
    color: #308df0 !important;
    display: block;
    margin: 0;
    padding: 0.5em;
    padding-right: 2em;
}
.btn-3:hover {
    background-color: #308df0;
    opacity: 0.9;
    transition: 0.3s;
}
.btn-4 {
    background-color: #c0f0d9; /* ボタン背景色【緑】 */
}
.btn-4 a {
    text-decoration: none !important;
    color: #29cc7d !important;
    display: block;
    margin: 0;
    padding: 0.5em;
    padding-right: 2em;
}
.btn-4:hover {
    background-color: #29cc7d;
    opacity: 0.9;
    transition: 0.3s;
}
.btn-5 {
    background-color: #FCE0C3; /* ボタン背景色【オレンジ】 */
}
.btn-5 a {
    text-decoration: none !important;
    color: #F78818 !important;
    display: block;
    margin: 0;
    padding: 0.5em;
    padding-right: 2em;
}
.btn-5:hover {
    background-color: #F78818;
    opacity: 0.9;
    transition: 0.3s;
}
.btn-1 a:hover,.btn-2 a:hover,.btn-3 a:hover,.btn-4 a:hover,.btn-5 a:hover {
    color: #fff !important;   
    transition: 0.3s;
}
/* デザインリンクボタン ここまで */

/* 吹き出しここから　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
	position: relative;
	width: calc(100% - 82px);
   max-width: 80%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px; 
	border-radius: 6px;
	border: 2px solid #E2E1BC;
	background-color: #fffde6;
	z-index: 1;
}
.entry-content .l-fuki {
  margin: 0 0 2em 1em !important;
}
.entry-content .r-fuki {
   margin: 2em 0 2em 6em !important;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
	position: absolute;
	content: "";
	top: 16px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #E2E1BC;
	border-bottom: 2px solid #E2E1BC;
	background-color: #fffde6;
	z-index: 2;
}
.entry-content .l-fuki::before {
	right: -1.5em;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
	left: -6px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
	white-space: pre-wrap;
	font-size: 11px;
	text-align: center;
	line-height: 1.1em;
	position: absolute;
	width: 75px;
	height: 75px;
	top: -10px;
	border-radius: 40px;
	border: 3px solid #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.entry-content .l-fuki::after {
	right: -10px;
}
.entry-content .r-fuki::after {
	left: -8.2em;
}
@media screen and (max-width: 620px) {
	.entry-content .l-fuki,
	.entry-content .r-fuki {
		width: 72%
      padding: 0.5em;
	}
	.entry-content .l-fuki {
		margin-right: 30%;
	}
	.entry-content .r-fuki {
		margin-left: 4em !important;
	}
}
@media screen and (max-width: 478px) {
	.entry-content .l-fuki::after,
	.entry-content .r-fuki::after {
		width: 60px;
		height: 60px;
      font-size: 9px;
      line-height: 10px;
		border-radius: 30px;
	}
	.entry-content .l-fuki::after {
		right: -84px;
	}
	.entry-content .r-fuki::after {
		left: -8em;
	}
}

/*
.XXX::after {background-image:url(画像のURL); content: "\a\a\a\a 名前"}
*/
.achorin::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/achorin/20190123/20190123140753.png); content: "\a\a\a\a\a\a あーちょりん"}

.otto::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/achorin/20190123/20190123141626.png); content: "\a\a\a\a\a\a 夫"}

.musume::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/achorin/20230314/20230314161007.png); content: "\a\a\a\a\a\a 娘"}

.hw::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/achorin/20230329/20230329162548.png); content: "\a\a\a\a\a\a 悩み中…"}

/* 吹き出しここまで　*/

/*-更新日時表示-ここから*/
.entry-content .updated{
 display:none;
}

.page-entry .entry-header .updated{
 display:inline-block;
}

.page-entry .entry-header .updated:before {
 font-family: FontAwesome;
 content: "\f021";
 left: 0;
 top: 0;
 font-size: 13px;
 padding-left: 20px;
 padding-right: 5px;
}
/*-更新日時表示-ここまで*/