@charset "UTF-8";
/*
  Theme: boilerplate
  Author: Hatena Blog Team
  Responsive: yes
  Description:
    はてなブログのデザインCSSカスタマイズの土台に適したデザインテーマです。
    このテーマをもとにしてCSSを書くと比較的楽にカスタマイズできます。
    特定の部分（例えば記事本文の書式やコメント欄のスタイルなど）だけをコピーして使ってもかまいません。
    もちろんそのままの状態でも、シンプルなテーマとして使うことができます。
    このCSSおよびSCSSファイルは自由に複製・再配布できます。
    このテーマをもとにしたデザインテーマの配布も自由です。
  Released under the MIT License.
*/
/*! 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;
}

html,
body {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic';
    color: #454545;
    background-color: #fff;
    line-height: 1.6;
}

a {
    color: #1487bd;
}

a:hover {
    color: #0f668f;
}

a.keyword {
    text-decoration: none;
    border-bottom: 1px dotted #ddd;
    color: #454545;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    line-height: 1.3;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #0f668f;
}


/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
    background-color: #454545;
    color: #fff;
}

/* ヘッダメニュー*/
.nav {
    background-color: #8EDAE5;
    width: 100%;
    padding: 0px 0px 15px 0px;
    margin:  0px;
    list-style: none;
    text-align: center;        /* 子要素を左右中央揃え */
}

.nav > li {
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align:  middle;    /* 要素を上下中央で揃える */
}

.nav> li > a {
    color: #222;
    text-align: center;
    text-decoration:  none;
    display:  inline-block;
    width:  100%;
    box-sizing:  border-box;
    font-family: -webkit-pictograph;
    font-size: 20px;
}

/*固定トップ記事*/
.kotei{
    margin: 0px;
    padding: 20px 20px 0px 20px;
    overflow-x: auto;
    height: 250px;
}

.kotei-items{
  display:-webkit-box;
  margin:auto;
  width: 86%;
  padding-top:30px;
}

.kotei-entry{
  display:block;
  background-size: cover;
  margin: 0px 0px 0px 14.5px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.kotei-entry2{
  display:block;
  background-size: cover;
  margin: 0px 0px 0px 14.5px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.kotei-entry:hover{
  opacity: 0.6;
}

.kotei-entry2:hover{
  opacity: 0.6;
}

.kotei-title{
  visibility: hidden;
}

/* container */
#container,
#footer {
    width: 100%;
}


@media (min-width: 768px) and (max-width: 992px) {
    #container,
    #footer {
        width: 100%;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }

/*グローバルナビゲーションのレスポンシブ*/
    .nav{
      padding: 15px 0px;
    }

    .nav__item{
       width: 150px;
    }

    .kotei{
      height: 100%;
    }

    .kotei-entry{
      width: 130px;
      height: 100px;
    }

    .kotei-entry2{
      width: 130px;
      height: 100px;
    }

    .kotei-items{
      margin: 0px;
      padding: 0px;
    }

/*content*/
    #content{
      padding: 0px 25px;
    }

/*サイドバー*/
    .hatena-module-title{
      font-size: 16px;
      padding: 5px 7px;
    }

    .hatena-module-body{
      padding: 0px;
    }

    .hatena-module-search-box .search-module-input{
      width: 100%;}

/*footer*/
     #bottom-editarea{
       height: 300px;
     }

     .footer-item{
       width:  175px;
     }

     .footer-d{
       font-size: 15px;
     }

}



@media (min-width: 992px) and (max-width: 1279px) {
    #container,
    #footer {
        width: 100%;
    }
    /*グローバルナビゲーション*/
    .nav{
        padding: 15px 0px 15px 0px;
    }

    .nav > li {
        width: 200px;
    }

    .kotei{
      height: 170px;
    }

    .kotei-items{
      margin:auto;
      padding-top:30px;
    }

    .kotei-entry{
      width: 150px;
      height: 105px;
    }

    .kotei-entry2{
      width: 150px;
      height: 105px;
    }

    /*サイドバー*/
    .hatena-module-title {
      font-size: 23px;
      padding: 16px 10px;
    }

    .hatena-module-body{
       padding: 0px 20px;
    }

    /*footer*/
    #bottom-editarea{
      height: 300px;
    }

    .footer-item{
      width: 29%;
    }

}

/*大画面のPCレスポンシブ*/
@media (min-width: 1280px){
  /*グローバルナビゲーション*/
  .kotei-entry{
    width: 18.8%;
    height: 152px;
  }

  .kotei-entry2{
    width: 18.8%;
    height: 152px;
  }

  .kotei-items{
    margin:auto;
  }

  .nav > li{
    width: 200px;
  }

  /*content*/
  #content{
    background: #f6f6f6;
    padding: 30px 100px 0px 100px;
  }

  /*footer*/
  #bottom-editarea{
    height: 350px;
  }

  .footer-item{
    width: 30%;
  }

}

/*広告
.ad-online-afc{
}*/

/* 2カラムレイアウト */
#content {
  /*background-color: #f6f6f6;*/
}

#content-inner {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#wrapper{
    border-radius: 15px;
}

#box2{
    height: 100%;
    border-radius: 15px;
}

#box2-inner{
  padding: 20px;
}

#profile-icon{
  border-radius: 40px;
}

#entry-inner{
  padding: 20px;
}

/*次のページのボタン*/
.pager-next{
  display: inline-block;
  padding: 0.6em 2em;
  margin: auto;
  background: #fff;
  border: 1px solid #333;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.pager-next > a{
  text-decoration: none;
  color: #333;
}

.pager-next:hover {
  text-decoration: none;
  background: #333;
}

.pager-next:hover > a{
  color: white;
}

.pager-prev{
  display: inline-block;
  padding: 0.6em 2em;
  margin: auto;
  background: #fff;
  border: 1px solid #333;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.pager-prev > a{
  text-decoration: none;
  color: #333;
}

.pager-prev:hover {
  text-decoration: none;
  background: #333;
}

.pager-prev:hover > a{
  color: white;
}

@media (min-width: 768px) {
    #content-inner {
         background: white;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

@media (min-width: 768px) {
    #wrapper {
        width: 65%;
    }
}

@media (min-width: 992px) {
    #wrapper {
        width: 65%;
    }
}

@media (min-width: 768px) {
    #box2 {
        width: 30%;
    }
}

@media (min-width: 992px) {
    #box2 {
        width: 30%;
    }
}

/* トップページカード型 */
.archive-entries {
padding: 20px 20px 0px 20px;
}

.page-index .archive-entries {
padding: 20px 20px 0px 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.page-index .archive-entry {
flex: 0 0 48%;
position: relative;
display: flex;
flex-direction: column;
}
.page-index .archive-entry-header {
order: 3;
}
.page-index .categories {
 position:absolute;
 right: -8px;
 padding: 3px 20px;
}
.page-index .entry-thumb-link {
order: 1;
height: 220px;
}
.entry-thumb-link:hover {
  opacity:0.7;
}
.page-index .entry-thumb {
  float: none;
  display: block;
  width: 100%;
  height: 240px;
  background-position: center center;
  background-size: cover;
  border-radius: 8px
}
.page-index .archive-entry-body {
order: 4
}
.page-index .entry-title {
font-size: 17px;
}
.page-index .date {
}
/*END*/

/* ヘッダ */
#blog-title {
    color: #8EDAE5;
    margin: 0px;
    text-align: center;
}

@media (min-width: 768px) {
    #blog-title {
        margin: 0px;
        text-align: left;
    }
}

#title {
    display: block;
    margin: 0;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 100px;
    background: #8EDAE5;

}

@media (min-width: 992px) {
    #title {
        font-size: 1.7rem;
    }
}

#title a {
    color: #454545;
}

#blog-description {
      padding-bottom: 100px;
      text-align: center;
      font-weight: normal;
      font-size: .8rem;
      margin: 0px;
      background: #8EDAE5;
      padding-top: 30px;
}

.header-image-enable #blog-title #blog-title-inner{
  height: 300px;
}

/* ヘッダ画像を設定したとき */
.header-image-enable #blog-title {
    margin: 0px;
}

.header-image-enable #blog-title-inner {
      background-repeat: no-repeat;
      background-size: cover;
      text-align: center;
      height: 225px;
      margin: 0;
      padding: 0;
      top: 0;
      width: 100%;
      overflow-x: hidden;
      background-position: center -573px;
}

.header-image-enable #blog-title-content {
}

.header-image-enable #blog-title #title a{
}

/* タイトル下HTML */
#top-editarea {
    margin-bottom: 0px;
}

/* パンくず（カテゴリー、記事ページで表示されます） */
.breadcrumb {
    font-size: .9rem;
}

/* entry */
.entry {
    position: relative;
    margin-bottom: 4em;
}

.entry-header .date{
  position: static;
	width: auto;
	height: auto;
	padding: 30px 30px 0px 30px;
	border: none;
	border-radius: 0;
	background: #fff;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.hyphen {
	display: inline;
}

.date {
    padding-top: 10px;
    padding-left: 30px;
    margin-bottom: 7.2px;
}

.date a {
    color: #999;
    text-decoration: none;
}

.date a:hover {
    text-decoration: underline;
}

.date::before,
.date-year::after {
	content: none;
}

.date-month::after {
	content: none;
}

.date-year, .date-month, .date-day {
	display: inline;
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

.archive-date{
  padding: 15px 0px 0px 30px;
}

/* 日付アイコン */
.date a::before {
	font-family: "blogicon";
	content: "\f043";
	margin-right: 2px;
}

/*ここから*/
.entry-title {
  widows: 90%;
  margin: 0px auto;
  font-weight: bold;
  font-size: 20px;
  padding: 1em;
  border: 3px solid #ccc;
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  background: #f3f3f3;
}

/*ここまで*/

.entry-title-link{
  width: 90%;
  margin: auto;
}

@media (min-width: 992px) {
    .entry-title {
      width: 90%;
      font-size: 1.2rem;
      line-height: 1.4;
      margin: 0 auto;
    }
    .entry-title-link{
      width: 90%;
      margin: auto;
    }
}

.categories {
    margin: 5px 0px 15px 0px;
    padding: 0px 30px 0px 30px;
    font-size: .9rem;
}


.categories a {
    font-size: 12px;
    width: 100%;
    text-decoration: none;
    color: white;
    background: #E68EAE;
    border-radius: 15px;
    padding: 5px 15px;
}

/*カテゴリ分けしたところの画面のカード風記事の修正
.archive-entry-header{
    padding: 10px 20px 0px 20px;
}
*/


/*top-box*/
#top-box{
    padding: 10px;
    width: 86%;
    margin: auto;
}

.breadcrumb-link{
  text-decoration: none;
  color: #454545;
}


/*entry-header*/
.entry-header{
    padding-top: 20px;
}


.entry-content{
    padding: 30px;
}

/*本文*/
.main-sentence{
}

/* 「編集する」ボタン */
.entry-header-menu {
    position: absolute;
    top: 0;
    right: 0;
}

/*SNS*/
.l-social-button{
    width: 100%;
    margin: 0px auto;
}


/* 記事内の書式 */
.entry-content img,
.entry-content video {
    max-width: 100%;
    height: auto;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  position: relative;
  padding: 0.5em 0.7em;
  margin: 2em 0;
  background: #e6f4ff;
  color: #5c98d4;
  font-weight: bold;
}

.entry-content h1 {
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .entry-content h1 {
        font-size: 1.7rem;
    }
}

.entry-content h2 {
    font-size: 1.4rem;
}

@media (min-width: 992px) {
    .entry-content h2 {
        font-size: 1.5rem;
    }
}

.entry-content h3 {
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    .entry-content h3 {
        font-size: 1.3rem;
    }
}

.entry-content h4 {
    font-size: 1.1rem;
}

.entry-content h5 {
    font-size: 1rem;
}

.entry-content h6 {
    font-size: .9rem;
}

.entry-content ul,
.entry-content ol,
.entry-content dd {
    margin: 0 0 1em 1.5em;
    padding: 0;
}

.entry-content ul li ul, .entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol,
.entry-content dd li ul,
.entry-content dd li ol {
    margin-bottom: 0;
}

.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1em;
    margin-bottom: 1em;
    width: 100%;
    overflow: auto;
    display: block;
    font-size: .8rem;
}

@media (min-width: 992px) {
    .entry-content table {
        font-size: .9rem;
    }
}

.entry-content table th,
.entry-content table td {
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.entry-content table th {
    background: #f5f5f5;
}

.entry-content blockquote {
    border: 1px solid #ddd;
    margin: 0 0 10px;
    padding: 20px;
}

.entry-content blockquote p:first-child {
    margin-top: 0;
}

.entry-content blockquote p:last-child {
    margin-bottom: 0;
}

.entry-content pre,
.entry-content code {
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content pre {
    background: #f5f5f5;
    border: none;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    font-size: 100%;
    line-height: 1.3;
    font-size: .8rem;
    padding: 10px;
}

.entry-content pre > code {
    margin: 0;
    padding: 0;
    white-space: pre;
    border: none;
    background-color: transparent;
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content code {
    font-size: 90%;
    margin: 0 2px;
    padding: 0px 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.entry-content hr {
    width: 50%;
    border: 0;
    border: none;
    border-top: 1px solid #ddd;
    margin: 2em auto;
}

.entry-content .table-of-contents {
    padding: 1em 1em 1em 2em;
    margin: 1em 0;
    border: 1px solid #ddd;
}

/* 記事下 */
.entry-footer .social-buttons {
    margin-bottom: 1em;
    padding: 0px 30px;
}

.entry-footer-section {
    color: #999;
    font-size: .9rem;
    padding: 0px 20px;
}

.entry-footer-section a {
    color: #999;
}

.hatena-star-container{
    padding: 0px 20px;
}

.hatena-module-body{
   padding: 0px 20px;
}

/* コメント */
.comment-box {
    display: none;
}

.comment-box .comment {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.7;
    font-size: .85rem;
}

@media (min-width: 768px) {
    .comment-box .comment {
        font-size: .9rem;
    }
}

.comment-box .entry-comment {
    padding: 10px 0 10px 60px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.comment-box .entry-comment:first-child {
    border-top: 1px solid #ddd;
}

.comment-box .read-more-comments {
    padding: 10px 0;
}

.comment-box .hatena-id-icon {
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px !important;
    height: 50px !important;
    border-radius: 3px;
}

.comment-user-name {
    margin: 0 0 .4em 0;
    font-weight: bold;
}

.comment-content {
    margin: 0 0 .4em 0;
    word-wrap: break-word;
    color: #454545;
    font-size: .85rem;
}

.comment-content p {
    margin: 0 0 .6em 0;
}

.comment-metadata {
    color: #999;
    margin: 0;
    font-size: .8rem;
}

.comment-metadata a {
    color: #999;
}

.leave-comment-title {
    padding: .6em 1em;
    font-size: .85rem;
    border: 1px solid #ddd;
}

/* Pager */
.pager {
    margin: 2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/* サイドバーモジュール */
.hatena-module {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 3em;
    font-size: .85rem;
}

@media (min-width: 768px) {
    .hatena-module {
        font-size: .9rem;
    }
}

.hatena-module-title {
    font-size: 23px;
    margin-bottom: .6em;
    padding-bottom: .2em;
    font-weight: bold;
    background-color: #f3f3f3;
    padding: 16px 10px;
    margin-bottom: 20px;
    text-align: center;
    border-left: double 7px #8EDAE5;
    border-right: double 7px #8EDAE5;
}

.hatena-module-title a {
    color: #454545;
    text-decoration: none;
}

.hatena-module-title a:hover {
    text-decoration: underline;
}

/* Profile module */
.hatena-module-profile .profile-icon {
    float: left;
    margin: 0 10px 10px 0;
}

.hatena-module-profile .id {
    display: block;
    font-weight: bold;
    margin-bottom: .5em;
}

.hatena-module-profile .profile-description p {
    margin-top: 0;
}

/* urllist module */
.hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hatena-urllist li {
    padding: .5em 0;
}

.hatena-urllist li:last-child {
    padding-bottom: 0;
}

.hatena-urllist li a {
    text-decoration: none;
}

.hatena-urllist li a:hover {
    text-decoration: underline;
}

.hatena-urllist .urllist-category-link {
    font-size: .7rem;
    padding: .1em .3em;
}

.hatena-urllist .urllist-date-link a {
    color: #999;
}

.hatena-urllist .urllist-entry-body {
    margin-top: .3em;
}

/* Search module */
.hatena-module-search-box .search-form {
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hatena-module-search-box .search-module-input {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 5px;
    color: #454545;
    background: none;
    border: none;
    outline: none;
    height: 25px;
}

.hatena-module-search-box .search-module-button {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8'/%3E%3Crect class='a' width='20' height='20'/%3E%3C/svg%3E") no-repeat center;
    background-size: 20px 20px;
    border: none;
    outline: none;
    color: transparent;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
}

.hatena-module-search-box .search-module-button:hover {
    opacity: .85;
}

/* About ページ */
.page-about .entry-content dt {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: .5em;
}

.page-about .entry-content dd {
    margin-left: 0;
    margin-bottom: 2em;
}

/* Archive */
.archive-header-category {
    text-align: center;
    margin: 0 auto;
}

.archive-heading{
  border-left: solid 5px #E68EAE;
  color: #454545;
  padding: 10px 40px;
  display: inline-block;
  line-height: 1.3;
  background: #f3f3f3;
  vertical-align: middle;
  font-size: 1.3rem;
}

.page-archive .archive-entry {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.page-archive .archive-entry:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    transform: translateY(-0.1875em);
}

.page-archive .entry-title {
  border: 0px;
  background: none;
}

.page-archive .entry-thumb {
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 5px;
    background-size: cover;
}

@media (min-width: 768px) {
    .page-archive .entry-thumb {
      width: 100%;
      height: 100%;
      margin: auto;
      border-radius: 5px;
      background-size: cover;
    }
}

.page-archive .entry-description {
    display: none;
}

@media (min-width: 768px) {
    .page-archive .entry-description {
        display: none;
    }
}

.page-archive .social-buttons {
      display: block;
      width: 100%;
      margin: auto;
      padding-left: 20px;
      padding-bottom: 20px;
}

@media (min-width: 600px) and (max-width: 767px) {

/*グローバルナビゲーション*/
    .nav{
       padding: 10px 0px;
    }

    .nav > li{
      width: 100px;
    }

    .nav > li > a{
      font-size: 17px;
    }

    .kotei{
      height: 155px;
    }

    .kotei-items{
      padding: 0px;
      width: 100%;
    }

    .kotei-entry{
      width: 94px;
      height: 80px;
    }

    .kotei-entry2{
      width: 94px;
      height: 80px;
    }

    .ad-online-afc{
      position: relati
      top: 400px;
      left: 35px;
    }

/*content*/
    .page-index .categories{
      position: absolute;
      top: 10px;
      right: -8px;
      padding: 0px 20px;
    }

    .archive-date{
      padding: 15px 0px 0px 15px;
    }

    .page-archive .entry-title{
      padding: 0px 15px;
    }

    .page-archive .social-buttons {
    display: block;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 15px;
    padding-top: 10px;
}
    .pager{
      margin: 0px;
    }

    .hatena-module-title{
      margin-top: 10px;
    }

/*フッター*/
    #bottom-editarea{
      height: 300px;
    }

    .footer-inner3{
      width: 92%;
      height: 300px;
    }

    .footer-item{
      width: 129px;
      padding-right: 18px;
    }

    .footer-h{
      letter-spacing: 0.05rem;
    }

    .footer-d{
      font-size:13px;
    }

/*次に進むボタン*/
    .pager-prev{
      width: 200px;
    }

    .pager-next{
      width: 200px;
    }
}

@media (min-width: 480px) and (max-width: 599px){
  .nav > li {
      width: 100px;
  }

  .kotei{
    height: 200px;
  }

  .kotei-items{
    width: 100%;
  }

  .kotei-entry{
    margin: 0px 0px 0px 10px;
    width: 31%;
    height: 100px;
  }

  .kotei-entry2{
   display: none;
  }

  .ad ad-online-afc{
    position: absolute;
    top: -100px;
  }

  .footer-inner3{
    width: 100%;
  }

  .footer-item{
    width: 100%;
    padding-right:0px;
  }

}

@media (max-width: 499px){
  .ad-online-afc{
    position: absolute;
    top: 430px;
    left: 5px;
  }

  .nav > li {
      width: 22%;
  }

  .kotei{
    height: 250px;
    padding: 0px;
  }

  .kotei-items{
    width: 100%;
  }

  .kotei-entry{
    width: 30%;
    height: 90px;
    margin: 0px 5px;
  }

  .footer-item{
    width: 100%;
    padding-right: 0px;
  }

  .entry-thumb-link{
    height: 150px;
  }

  .page-archive .entry-thumb{
    height: 100%;
  }

  .page-index .entry-thumb-link{
    height: 140px;
  }

  .page-index .categories{
    right: -14px;
  }

  .archive-entry autopagerize_page_element{
    height: 250px;
    margin-bottom: 15px;
  }

  .archive-date{
    padding: 10px;
  }

  .entry-header .date{
    padding: 0px 0px 10px 10px;
  }

  .entry-title{
    width: 90%;
    margin: 0 auto;
    padding: 0px 0px 10px 10px;
  }

  .entry-footer-section{
    padding: 0px 0px 10px 10px;
  }

  .page-archive .social-buttons{
    padding-left: 0px;
  }

  .hatena-star-container{
    padding: 0px 0px 10px 10px;
  }

}

@media (max-width: 367px){
 .nav{
   padding: 15px 0px;
 }

 .nav> li > a{
   font-size: 17px;
 }

 .entry-title{
   width: 90%;
   margin: 0 auto;
   padding: 5px;
 }

 .ad-online-afc{
   position: absolute;
   top: 430px;
   left: 5px;
 }
}



/* footer */
#footer {
display: none;
}

#bottom-editarea{
    height: 350px;
    margin-top: 50px;
    padding: 22px;
    background-color: #808080;
}

.footer-inner3{
  width: 86%;
  height: 100px;
  margin: 0px auto;
}

.footer-item{
  float: left;
  padding-right: 30px;
}

.footer-h{
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border-bottom: double 3px;
}

.footer-d{
  text-decoration: none;
  color: #333;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJvaWxlcnBsYXRlLmNzcyIsIi4uL3Njc3MvYm9pbGVycGxhdGUuc2NzcyIsIi4uL25vZGVfbW9kdWxlcy9ub3JtYWxpemUuY3NzL25vcm1hbGl6ZS5jc3MiLCIuLi9zY3NzL2xpYi9fY29yZS5zY3NzIiwiLi4vc2Nzcy9saWIvX3ZhcmlhYmxlLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsaUJBQWlCO0FDQ2pCOzs7Ozs7Ozs7Ozs7RUFZRTtBQ2JGLDRFQUE0RTtBQUU1RTtnRkFDZ0Y7QUFFaEY7Ozs7R0FJRztBQUVIO0lBQ0Usa0JBQWlCO0lBQUcsT0FBTztJQUMzQiwyQkFBMEI7SUFBRyxPQUFPO0lBQ3BDLCtCQUE4QjtJQUFHLE9BQU87Q0FDekM7O0FBRUQ7Z0ZBQ2dGO0FBRWhGOztHQUVHO0FBRUg7SUFDRSxVQUFTO0NBQ1Y7O0FBRUQ7O0dBRUc7QUFFSDs7Ozs7O0lBTUUsZUFBYztDQUNmOztBQUVEOzs7R0FHRztBQUVIO0lBQ0UsZUFBYztJQUNkLGlCQUFnQjtDQUNqQjs7QUFFRDtnRkFDZ0Y7QUFFaEY7OztHQUdHO0FBRUg7OztJQUVPLE9BQU87SUFDWixlQUFjO0NBQ2Y7O0FBRUQ7O0dBRUc7QUFFSDtJQUNFLGlCQUFnQjtDQUNqQjs7QUFFRDs7O0dBR0c7QUFFSDtJQUNFLGdDQUF1QjtZQUF2Qix3QkFBdUI7SUFBRyxPQUFPO0lBQ2pDLFVBQVM7SUFBRyxPQUFPO0lBQ25CLGtCQUFpQjtJQUFHLE9BQU87Q0FDNUI7O0FBRUQ7OztHQUdHO0FBRUg7SUFDRSxrQ0FBaUM7SUFBRyxPQUFPO0lBQzNDLGVBQWM7SUFBRyxPQUFPO0NBQ3pCOztBQUVEO2dGQUNnRjtBQUVoRjs7O0dBR0c7QUFFSDtJQUNFLDhCQUE2QjtJQUFHLE9BQU87SUFDdkMsc0NBQXFDO0lBQUcsT0FBTztDQUNoRDs7QUFFRDs7O0dBR0c7QUFFSDtJQUNFLG9CQUFtQjtJQUFHLE9BQU87SUFDN0IsMkJBQTBCO0lBQUcsT0FBTztJQUNwQywwQ0FBaUM7WUFBakMs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 */


/* ============================================================
   ゆたハピ デザインCSS（調整版）
   ------------------------------------------------------------
   ★重要★ @import は必ず1行目に置いてください。
   CSSの仕様上、他のルールより後ろにある @import は無視され、
   テーマ本体が読み込まれなくなります。
   （以前のCSSでは途中に入っていたので先頭へ移しました）
   ============================================================ */


/* ============================================================
   1. 記事本文の読みやすさ　※今回変更
   ------------------------------------------------------------
   マクサン実測値（スマホ375px）
     本文 15px / 行の高さ1.8倍 / 段落間隔30px / 左右余白15px
   ゆたハピは本文16pxを維持するため、行間と間隔は倍率で合わせています。
   ============================================================ */

/* 背景色を #FDFDFD に */
body,
#content-inner {
  background-color: #FDFDFD !important;
}

/* 本文エリア：左右余白15px・行の高さ1.8倍 */
.entry-content {
  font-size: 16px !important;
  line-height: 1.8 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  box-sizing: border-box !important;
}

.entry-content p,
.entry-content li {
  line-height: 1.8 !important;
}

/* 段落の間隔を1.4文字分に */
.entry-content p {
  margin: 0 0 1.4em !important;
}

.entry-content li {
  margin-bottom: .5em !important;
}

/* 記事タイトル・カテゴリの左右余白も本文と揃える
   （元は本文30px・カテゴリ30px・タイトル約21pxでバラバラでした） */
.entry-header .entry-title,
.entry-categories {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}


/* ============================================================
   2. 見出し　※今回変更
   ------------------------------------------------------------
   H2 … （濃緑ベタ塗り・白文字・角丸なし）
   H3〜H6 … サイズのみ変更済み。色と線は従来のまま
   ============================================================ */

/* ---- H2（ベタ塗り帯＋上下の細い罫線） ---- */
.entry-content h2 {
  position: relative !important;
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
  color: #ffffff !important;
  background-color: #005F66 !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 13.5px 18px !important;
  margin: 72px 0 36px !important;
}

/* 帯の少し外側に上下2本の細い線を走らせる */
.entry-content h2::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  top: -4px;
  left: 0;
  width: 100%;
  height: calc(100% + 4px);
  box-sizing: content-box;
  border-top: 2px solid #005F66;
  border-bottom: 2px solid #005F66;
}

/* ---- H3（斜めストライプの下線） ----
   ※線を入れるため、従来の赤い枠線（左5px・下2px）は外しています。
     文字色は従来どおり #333 のままです。 */
.entry-content h3 {
  position: relative !important;
  font-size: 16.5px !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 8px 8px !important;
  margin: 48px 0 24px !important;
  color: #333 !important;
}

/* 4pxの斜めストライプ。background-size と合わせて模様が繰り返されます */
.entry-content h3::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(135deg,
      transparent 25%, #005F66 25%, #005F66 50%,
      transparent 50%, transparent 75%, #005F66 75%, #005F66);
  background-size: 4px 4px;
  opacity: .5;
}

/* ---- H4〜H6 ----
   H3から本文サイズへなだらかに着地させています。色と線は従来どおりです。 */
.entry-content h4 {
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 1.5 !important;
  border: none !important;
  border-bottom: 2px dashed #258e93 !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: .1em .1em .2em !important;
  margin: 36px 0 16px !important;
  color: #333 !important;
}

.entry-content h5 {
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 1.5 !important;
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 28px 0 12px !important;
  color: #c0392b !important;
}

.entry-content h6 {
  font-size: 15px !important;
  font-weight: bold !important;
  line-height: 1.5 !important;
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 24px 0 10px !important;
  color: #666 !important;
}

/* ---- PC表示では見出しをひと回り大きく ---- */
@media screen and (min-width: 769px) {
  .entry-content h2 {
    font-size: 22.4px !important;
    padding: 16.8px 22.4px !important;
    margin: 90px 0 45px !important;
  }
  .entry-content h3 {
    font-size: 20.8px !important;
    margin: 60px 0 30px !important;
  }
  .entry-content h4 { font-size: 18px !important; }
  .entry-content h5 { font-size: 17px !important; }
  .entry-content h6 { font-size: 16px !important; }
}


/* ============================================================
   3. 目次
   ------------------------------------------------------------
   ※本文に行間1.8倍を当てたので、目次だけ元の詰まり具合に戻す
     指定を末尾に追加しています
   ============================================================ */
.entry-content .table-of-contents {
  position: relative;
  margin-left: 0;
  padding: 15px 10px 15px 35px;      /* 枠内の余白(上右下左) */
  font-family: sans-serif, cursive;
  font-size: 80%;
  font-weight: normal;
  list-style-type: decimal;
  background: #f0f8ff;               /* 枠内の色 */
  border-top: 40px solid #191970;
  border-bottom: 3px solid #191970;
  border-left: 3px solid #191970;
  border-right: 3px solid #191970;
  line-height: 250%;
  border-radius: 3px;
  color: #1e90ff;                    /* 数字の色 */
}

/* 大見出しの見え方 */
.entry-content .table-of-contents li {
  list-style-type: decimal;
  font-weight: bold;
}

/* 中見出しの見え方 */
.entry-content .table-of-contents li ul li {
  font-weight: normal;
}

/* 「目次」の見出し */
.entry-content .table-of-contents::before {
  content: "目次";
  display: block;
  font-size: 150%;
  font-weight: normal;
  position: absolute;
  top: -35px;
  left: 30px;
  color: #fff !important;
}

/* リンクの色 */
.entry-content .table-of-contents li a {
  color: #3333ff;
}

/* ★本文用の行間・余白を目次には適用しない */
.entry-content .table-of-contents li {
  line-height: 250% !important;
  margin-bottom: 0 !important;
}


/* ============================================================
   4. 一覧ページのカード
   ============================================================ */
.page-index .entry-tags-wrapper,
.page-index .entry-tags,
.page-archive .entry-tags-wrapper,
.page-archive .entry-tags {
  display: none !important;
}

.page-index .archive-entry a[href*="d.hatena.ne.jp/keyword"],
.page-archive .archive-entry a[href*="d.hatena.ne.jp/keyword"] {
  display: none !important;
}

.page-index .archive-entry,
.page-archive .archive-entry {
  margin-bottom: 15px !important;
}

.page-index .entry-thumb-link,
.page-index .entry-thumb {
  height: 170px !important;
}

.page-index .archive-entry-header,
.page-index .archive-entry-body {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.page-index .entry-description {
  display: none !important;
}

@media (max-width: 499px) {
  .page-index .entry-thumb-link,
  .page-index .entry-thumb {
    height: 110px !important;
  }
}

/* カテゴリラベルの色 */
.categories a {
  background: #258e93 !important;
  color: #ffffff !important;
}

/* アフィリエイト表記 */
.top {
  font-size: 10px !important;
  color: #848383 !important;
}


/* ============================================================
   5. グローバルメニュー（カテゴリバー）
   ============================================================ */
#global-menu {
  background-color: #222222;
  width: 100%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

#global-menu .menu-inner {
  max-width: 1100px;
  margin: 0 auto;
}

#global-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

#global-menu li {
  flex: 1;
  margin: 0;
  text-align: center;
}

#global-menu li a {
  display: block;
  padding: 10px 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.2s, color 0.2s;
}

#global-menu li a:hover {
  background-color: #444444;
  color: #4db6ac;
}

@media screen and (max-width: 768px) {
  #global-menu ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #global-menu li a {
    padding: 10px 14px;
    white-space: nowrap;
    font-size: 13px;
  }
}


/* ============================================================
   6. ヘッダー画像（ブログタイトル）
   ------------------------------------------------------------
   高さは下の --header-h の2箇所だけで決まります
   ============================================================ */
:root {
  --header-h: 300px;              /* PCでのヘッダー高さ */
}

@media screen and (max-width: 768px) {
  :root {
    --header-h: 150px;            /* スマホでのヘッダー高さ */
  }
}

#blog-title,
#blog-title #blog-title-inner {
  height: var(--header-h) !important;
  min-height: var(--header-h) !important;
  max-height: var(--header-h) !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* ヘッダー画像が <img> で入るテーマ向けの保険 */
#blog-title img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* 中身を上下中央に */
#blog-title #blog-title-inner {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
}

#blog-title #blog-title-content {
  width: 100% !important;
  text-align: center !important;
}

#blog-title #title,
#blog-title h1 {
  font-size: clamp(1.2rem, 3.5vw, 2.2rem) !important;
  line-height: 1.3 !important;
  text-align: center !important;
  margin: 0 0 8px 0 !important;
  padding: 0 15px !important;
  word-break: break-word !important;
}

#blog-title #blog-description,
#blog-title .blog-description {
  font-size: clamp(.75rem, 1.5vw, 1rem) !important;
  line-height: 1.5 !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 15px !important;
}


/* ============================================================
   7. ヘッダー左上 SNSフォローボタン（X / Threads）
   ============================================================ */
.gm-sns {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  z-index: 9000;
}

.gm-sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: #111;
  font-size: 16px;
  text-decoration: none !important;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
  -webkit-tap-highlight-color: transparent;
}

.gm-sns-btn:hover,
.gm-sns-btn:focus-visible {
  background: #111;
  color: #fff;
  transform: translateY(-2px);
}

.gm-sns-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.gm-sns-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .6);
  padding-right: 2px;
}

/* PC：ブログタイトル領域の左上に重ねる */
.gm-sns-host { position: relative; }

.gm-sns.is-inline {
  position: absolute;
  top: 12px;
  left: 14px;
}

/* スマホ：画面の左上に固定（スクロール追従） */
.gm-sns.is-fixed {
  position: fixed;
  top: var(--gm-top, 48px);
  left: 10px;
}

.gm-sns.is-fixed .gm-sns-label { display: none; }

.gm-sns.is-fixed .gm-sns-btn {
  width: 30px;
  height: 30px;
  font-size: 16px;
  background: rgba(255, 255, 255, .95);
}


/* ============================================================
   8. 記事下 シェアボタン
   ============================================================ */

/* はてな標準のソーシャルパーツを隠す（自前ボタンに一本化） */
.entry-footer .social-buttons { display: none !important; }

.yh-share {
  margin: 36px 0 28px;
  padding: 18px 16px;
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 12px;
}

.yh-share-lead {
  margin: 0 0 14px !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #444;
  line-height: 1.5;
}

.yh-share-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.yh-share-list li {
  flex: 1 1 0;
  min-width: 92px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.yh-share-list li::before { content: none !important; }

.yh-share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 48px;
  border-radius: 8px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  border: none;
  transition: opacity .15s ease, transform .15s ease;
  -webkit-tap-highlight-color: transparent;
}

.yh-share-btn:hover,
.yh-share-btn:focus-visible {
  opacity: .85;
  transform: translateY(-2px);
  color: #fff !important;
}

.yh-share-btn i { font-size: 17px; }

/* はてブの「B!」文字アイコン */
.yh-ic-b {
  font-size: 16px;
  font-weight: 900;
  font-family: Verdana, sans-serif;
  letter-spacing: -.02em;
}

/* 各サービスの色 */
.yh-x    { background: #000000; }
.yh-th   { background: #1c1c1c; }
.yh-line { background: #06C755; }
.yh-hb   { background: #00A4DE; }
.yh-fb   { background: #1877F2; }
.yh-copy { background: #6B7280; }

.yh-copy.is-done { background: #16a34a; }

@media screen and (max-width: 600px) {
  .yh-share { padding: 16px 12px; }
  .yh-share-lead {
    font-size: 13px;
    margin-bottom: 12px !important;
  }
  .yh-share-list li {
    flex: 1 1 30%;
    min-width: 0;
  }
  .yh-share-btn {
    height: 46px;
    font-size: 12px;
    gap: 5px;
  }
  .yh-share-btn i { font-size: 16px; }
}


/* ============================================================
   ▼ 微調整メモ
   ------------------------------------------------------------
   ・段落の間隔を広げたい
       .entry-content p { margin-bottom: 2em !important; }   ← マクサンと同じ2文字分

   ・PCでは本文の左右余白を広めに戻したい
       @media screen and (min-width: 769px) {
         .entry-content { padding-left: 30px !important; padding-right: 30px !important; }
       }

   ・H3の文字色もマクサンと同じ青灰色にしたい
       .entry-content h3 { color: #517D99 !important; }

   ・H4以降も緑系に統一したい
       .entry-content h4 { border-bottom-color: #005F66 !important; }
       .entry-content h5 { color: #005F66 !important; }

   ・H3の斜めストライプを濃くしたい / 薄くしたい
       .entry-content h3::before { opacity: .8; }   ← 数値を上げると濃くなります

   ・ストライプの向きを逆にしたい
       linear-gradient の 135deg を 45deg に変更

   ・ヘッダー画像の高さ → 上の --header-h の数値
   ============================================================ */
/* トップ注目記事はトップページだけに表示 */
.yh-feature{ display:none; }
.page-index .yh-feature{
  display:flex;
  align-items:stretch;
  margin:16px 0 8px;
  border:1px solid #e2e2e2;
  background:#fff;
  text-decoration:none;
  overflow:hidden;
}
.yh-feature-img{
  flex:0 0 40%;
  background-size:cover;
  background-position:center;
  min-height:120px;
}
.yh-feature-body{
  flex:1 1 auto;
  display:flex;
  padding:12px 14px;
  flex-direction:column;
  justify-content:center;
}
.yh-feature-badge{
  font-size:11px;
  color:#fff;
  background:#c0392b;
  padding:2px 8px;
  align-self:flex-start;
  margin-bottom:6px;
}
.yh-feature-title{
  font-size:15px;
  font-weight:bold;
  color:#333;
  line-height:1.5;
  margin:0;
}
@media(max-width:600px){
  .yh-feature-img{ flex-basis:38%; min-height:96px; }
  .yh-feature-title{ font-size:14px; }
}
.page-index .yh-feature{
  display:flex;
  align-items:stretch;
  margin:8px 0;
  border:1px solid #e2e2e2;
  background:#fff;
  text-decoration:none;
  overflow:hidden;
}
/* ===== おすすめ記事スライダー ===== */
.yhs-wrap{margin:24px 0;}
.yhs-slider{position:relative;}
.yhs-track{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding-bottom:6px;-webkit-overflow-scrolling:touch;}
.yhs-track::-webkit-scrollbar{height:0;background:transparent;}
.yhs-card{flex:0 0 240px;scroll-snap-align:start;text-decoration:none;border:1px solid #e2e2e2;border-radius:12px;overflow:hidden;background:#fff;display:block;}
.yhs-card img{width:100%;height:135px;object-fit:cover;display:block;margin:0;}
.yhs-body{padding:10px 12px;}
.yhs-cat{font-size:12px;color:#c0392b;}
.yhs-cardtitle{font-size:14px;font-weight:bold;margin:4px 0 0 !important;color:#333;line-height:1.5 !important;}
.yhs-arrow{position:absolute;top:60px;width:36px;height:36px;border-radius:50%;border:none;background:rgba(20,20,20,.75);color:#fff;cursor:pointer;font-size:20px;line-height:36px;text-align:center;padding:0;z-index:2;}
.yhs-arrow:hover{background:rgba(20,20,20,.9);}
.yhs-prev{left:-6px;}
.yhs-next{right:-6px;}
.yhs-dots{display:flex;gap:6px;justify-content:center;margin-top:10px;}
.yhs-dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;background:#ccc;}
.yhs-dot.is-active{background:#c0392b;}
@media(max-width:600px){
  .yhs-card{flex:0 0 200px;}
  .yhs-card img{height:112px;}
}