/*
Theme Name: Plain
Theme URI: https://blog.hatena.ne.jp/-/store/theme/8599973812282600018
Description: *このテーマについてPlainは、カスタマイズを前提とした、スタイリングを最小限に留めたレスポンシブテーマです。カラム数含め自由にレイアウトできます。*サンプルブログ<a href="http://theme-plain.hatenablog.com/entry/explain">http://theme-plain.hatenablog.com</a>*テーマの特長・カスタマイズの際にCSSがぶつかりにくい　（カスタマイズが楽、エラーが出にくい）・レイアウトにflexboxを利用しているため、構造的なカスタマイズが非常に容易　（カラム数も簡単に変えられます）・余計なスタイルシートの読み込みと書き換えがない分、軽量*補足基本的に自分でCSSを書ける人が対象ですが、コピペ可のカスタマイズもご紹介しています。また、テーマ作成のベースにも利用いただけます。詳しくは<a href="http://theme-plain.hatenablog.com/entry/explain#ライセンス">こちら</a>
Author: simonsnote
Author URI: https://blog.hatena.ne.jp/simonsnote/
*/
@charset "utf-8";
/*
  Theme:plain
  Responsive: yes
  Author:simonsnote
  URL:http://theme-plain.hatenablog.com
  Description:
    なるべくプレーンを心がけたテーマです。
 
 
    ユーザーがHTMLを記述する時のためにdivクラスを用意しています。具体的な使い方は~~~~~~に書いています。
 
    1. div class="ad-full", div class="ad-smallpc", div class="ad-tablet", div class="ad-mobile" の４つです。
    いずれもdisplay:flex、配置はspace-around、そしてflex-wrap:wrap;となります。つまり、中にいくらでも広告などのコンテンツを入れられます。
    画面のサイズによってad-full,ad-smallpc,ad-tablet,ad-mobileのいずれかひとつのみが表示され、他はdisplay:noneとなります。
 
    2. div class="title" （記事下HTMLとフッタHTML限定）
    「記事下」のHTML記述部分および「フッタ」のHTML記述部分に使います。囲んだ部分をサイドバーのタイトル部分と同じスタイルにします。
 
  Licensed under the MIT license.
*/
/*  import normalize */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */



/*---------------------------------------------------------------------------*/
/*---------------------------------グローバル----------------------------------*/
/*---------------------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size:18px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

 
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #474746;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow:scroll;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance:button;
  -moz-appearance:button;
  -ms-appearance:button;
  -o-appearance:button;
  appearance:button;
  cursor:pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
    -webkit-appearance:textfield;
    -moz-appearance:textfield;
    -ms-appearance:textfield;
    -o-appearance:textfield;
    appearance:textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
}

fieldset {
  border : solid 1px #E6E5E1;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix {
  display: block;
  *zoom: 1;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ellipsis {
  -webkit-white-space: nowrap;
  -moz-white-space: nowrap;
  -ms-white-space: nowrap;
  -o-white-space: nowrap;
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}

html,
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #474746;
  background-color: #FBFAF5;
}

a{
    color: #474746;
    text-decoration:none;
}
a:hover {
    color: #bdbcb9;
}
a:visited {
    color: #474746;
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #474746;
  text-decoration: none;
}

a.keyword {
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: dotted 2px #060;
    color:#474746; !important;
}
a.keyword:hover{
    color:#474746; !important;
}




/*ボタン*/
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #474746;
  background-color: #DFE8D0;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #E6E5E1;
  text-decoration: none !important;
}
.btn:hover {
  background-color: #DFE8D0;
  text-decoration: none !important;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}
/*---------------------------------------------------------------------------*/
/*--------------------------------グローバル終了--------------------------------*/
/*---------------------------------------------------------------------------*/




body
{position:relative;}




/* はてなグローバルヘッダ*/
#globalheader-container {
  background-color: #DFE8D0;
  color: #FBFAF5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}




/* container */
#container {
  width:100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-top:calc(37px + 2em);
}
#container #content {
  display: block;
  *zoom: 1;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.globalheader-off #container {
  padding-top: 0;
}
#container-inner
{position:relative;}




/*2カラムレイアウトのmargin-leftとwidthの調整*/
#top-box, #blog-title, .ontitle-menu
    {margin-left:calc((100vw - (730px + 2rem + (360px + 2rem))) / 2);}
#blog-title, #main, .ontitle-menu
    {box-sizing:border-box;width:730px;}




/* 2カラムレイアウト */
#content-inner {
    display:flex;justify-content:center;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -o-flex-wrap:wrap;
    flex-wrap:wrap;
}
#main {
    border:solid 1px #E6E5E1;
    padding:0 2em;
    margin-top:2rem;
}

#box2 {
    font-size: 85%;
    line-height: 1.5;
    box-sizing:border-box;
    width:calc(360px + 2rem);
    margin-left:2rem;
    margin-top:-200px;
}




/* パンくず（カテゴリーページで表示されます） */
#top-box{
    font-size: 80%;
    text-decoration:none;
    margin-top:0.5em;
    display:inline-block;
    position:absolute;
}




/* header */
#blog-title {
  height:200px;
  display:table;
  box-sizing:border-box;
}
#blog-title-inner{
    display:table-cell;
    vertical-align: top;
    text-align: left;
    padding: 2em;
    box-sizing:border-box;
}
#title{
    margin:0;
}
#title a {
  color: #474746;
  font-size:100%;
}
#blog-description {
  font-weight: normal;
  font-size: 80%;
  margin-top:7px;
}




/* entry */
.entry-header {
  padding: 0 0 10px 0;
  margin-top:1em;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E5E1;
  position: relative;
}
.entry-title {
  margin: 0;
  line-height: 1.3;
  font-size: 160%;
}




/* 日付 */
.date {
  margin-bottom: 10px;
    font-size: 90%;
}




/* カテゴリ */
.categories a, .urllist-category-link{
    margin:2px;
    font-size: 70%;
    display: inline-block;
    color:#474746;
    border: none;
    border-radius: 5px;
    padding: 3px 6px;
    text-decoration: none;
    background:#DFE8D0;
}
.categories a:hover, .urllist-category-link:hover{
    color:#FBFAF5;
    background-color:#90AF5C;
}
.categories .no-categories {
  margin: 0;
}
.entry-categories{
    text-align:right;
}



/* entry-content の中の書式 */
.entry-content {
  font-size: 95%;
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E5E1;
}

.entry-content a{
    text-decoration:underline;
    color:#C3667A;
}
.entry-content a:hover{
    color:#C3667A;
}
.entry-content a:visited{
    color:#C3667A;
}

.entry-content p {
  margin: 0 0 1em 0;
}

.entry-content span[itemtype="http://schema.org/Photograph"]{
    display: block;
    text-align: center;
}
.entry-content img {
  max-width: 100%;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.3em 0 0.8em 0;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #E6E5E1;
  padding: 5px 10px;
}
.entry-content table th {
  background: #FBFAF5;
}
.entry-content blockquote {
  border: 1px solid #E6E5E1;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
    background:#FBFAF5;
    color:#474746;
    padding:1em;
    -webkit-white-space:pre;
    -moz-white-space:pre;
    -ms-white-space:pre;
    -o-white-space:pre;
    white-space:pre;
    box-sizing:border-box;
    width:100%;
    max-width:96vw;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  -webkit-white-space:pre;
  -moz-white-space:pre;
  -ms-white-space:pre;
  -o-white-space:pre;
  white-space:pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #E6E5E1;
  background-color: #FBFAF5;
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}





/* コメント */
.comment-box
{padding:1em;}
ul.comment
{padding:0;margin:0;border-top:solid 1px #E6E5E1;}
ul.comment li
{display:block;border-bottom:solid 1px #E6E5E1;}
.read-more-comments
{font-size:90%;padding:0.5em;}
.leave-comment-title
{display:inline-block;font-size:90%;margin-top:1em;}



/* entry-footer */
.entry-footer
{display: flex;
 flex-direction: column;}

.entry-footer > *
{order:0;}

.customized-footer
{display: flex;
 flex-direction: column;}

.customized-footer > *
{order:0;}

.entry-footer > div
{margin:0.5rem 0;}
.customized-footer > div{
    margin:0.5rem 0;
}
.entry-footer-html{
    background:#FBFAF5;
    padding:1em;
}




/* sidebar */
.hatena-module {
  margin:0;
  padding:0 0 .5em 0;
  background:#DFE8D0;
  box-sizing:border-box;
}
.hatena-module-title, .entry-footer-html div.title, #bottom-editarea div.title/*div.titleはユーザー記述用クラス*/{
  font-weight: bold;
    margin:0;
  font-size: 120%;
  background-color:#90AF5C;
}

.hatena-module-title a {
  color: #474746;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}

/* サイドバータイトル  */
.hatena-module-title {
    position: relative;
    color: #FBFAF5;/* 文字色 */
    margin-bottom: .5em;/* 下余白 */
    padding: .5em 0 .5em 1em;/* 左内余白1em */
    font-family: 'Lucida Grande', 'segoe UI', Verdana, Arial, sans-serif;/* フォント指定 */
}
.profile-description a
{text-decoration: underline;}


/* urllist module（リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通のクラスが振られます）*/
.hatena-urllist {
  list-style:none;
  margin:0;
  padding:0 1em 1em 2em;
}
.hatena-urllist li {
  padding:8px 0;
  border-bottom:1px solid #DFE8D0;
}
.urllist-title-link
{font-size:100%;line-height:1.8;}
.urllist-entry-body
 {font-size:70%;}



/* Search module */
.search-form{
    display:flex;
    justify-content:space-between;
    background:#FBFAF5;
    padding:0 1em;
    border:solid 1px #E6E5E1;
    margin:1em;
}
.search-form input {
    line-height:1.5em;
}
.search-module-input {
    box-sizing:border-box;
    width:100%;
    border:none;
    background:transparent;
    outline:none;
}
.search-module-button{
    padding:0;
    background:transparent;
    border:none;
    cursor:pointer;
    color:#6C6B69;
}
.search-module-button:hover {
    color:#474746;
}



/* Pager */
.pager
{display:block;font-size:90%;margin-bottom:1em;}
.pager > span
{max-width:100%;}
.pager-prev
{float:left;}
.pager-next
{float:right;}
.pager::after
{display:block;clear:both;content:" ";visibility:hidden;}



/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #E6E5E1;
}
.page-about dd
 {margin:5px 0 30px 0;}




/* archive ページ */
.page-archive #main{background:#DFE8D0;}
.archive-entry {
  margin-bottom: 2em;
  padding:1em;
  background:#FBFAF5;
  border:solid 1px #E6E5E1;
}
.archive-header-category, .search-result{
    padding:1em;
    margin:0;
}
.archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
.archive-entries .categories {
  margin: 0 0 .5em;
}
.archive-entries .entry-description {
  margin: 0 0 1em;
  line-height: 1.7em;
  font-size: 95%;
}
.page-archive .categories a {
  *display: inline;
  *zoom: 1;
}




/*トップページ*/
.page-index #main{
    padding:0;
    border:none;
    background:none;
}
.page-index .entry-inner{
    padding:2em;
    margin-bottom:2em;
    border:solid 1px #E6E5E1;
}




/*広告などユーザー挿入コンテンツ用のdivクラス設定*/
div.ad-full > ins, div.ad-smallpc > ins, div.ad-tablet > ins, div.ad-mobile > ins
 {margin-bottom:1em;}

div.ad-full{display:flex;justify-content:space-around;align-content:space-around;
            -webkit-flex-wrap:wrap;
            -moz-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
            -o-flex-wrap:wrap;
            flex-wrap:wrap;}
div.ad-smallpc{display:none}
div.ad-tablet{display:none}
div.ad-mobile{display:none}

@media (min-width: 1096px) and (max-width: 1175px) {
    div.ad-full{display:none}
    div.ad-smallpc{display:flex;justify-content:space-around;align-content:space-around;
        -webkit-flex-wrap:wrap;
        -moz-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        -o-flex-wrap:wrap;
        flex-wrap:wrap;}
    div.ad-tablet{display:none}
    div.ad-mobile{display:none}
}
@media (min-width: 768px) and (max-width: 1095px) {
    div.ad-full{display:none}
    div.ad-smallpc{display:none}
    div.ad-tablet{display:flex;justify-content:space-around;align-content:space-around;
                  -webkit-flex-wrap:wrap;
                  -moz-flex-wrap:wrap;
                  -ms-flex-wrap:wrap;
                  -o-flex-wrap:wrap;
                  flex-wrap:wrap;}
    div.ad-mobile{display:none}
}
@media (max-width: 767px) {
    div.ad-full{display:none}
    div.ad-smallpc{display:none}
    div.ad-tablet{display:none}
    div.ad-mobile{display:flex;justify-content:space-around;align-content:space-around;
                  -webkit-flex-wrap:wrap;
                  -moz-flex-wrap:wrap;
                  -ms-flex-wrap:wrap;
                  -o-flex-wrap:wrap;
                  flex-wrap:wrap;}
}




/*--------------------import media queries--------------------*/
/* Media Queries - smallpc */
@media (max-width: 1175px) {
    #box2
    {width:calc(300px + 2rem);margin-left:1vw;}
    #top-box, #blog-title, .ontitle-menu
    {margin-left:calc((100vw - (730px + 1vw + (300px + 2rem))) / 2);}
}

/* Media Queries - tablet */
@media (max-width: 1095px) {
    #box2
    {width:30vw;}
    #blog-title, #main, .ontitle-menu
    {width:67vw;}
    #top-box, #blog-title, .ontitle-menu
    {margin-left:calc((100vw - (67vw + 1vw + 30vw)) / 2);}

    #main
    {padding:0 1em;}
    .archive-entry
    {margin-bottom:1em;}
}

/* Media Queries - mobile */
@media (max-width: 767px) {
    #box2
    {width:100%;
     margin-left:0;
     margin-top:2em;}
    #blog-title, #main, .ontitle-menu
    {width:100vw}
    #top-box, #blog-title, .ontitle-menu
    {margin-left:0;}
    #top-box
    {padding-left:1em;
     margin-top:-3.4em;
     height:3em;
     display: table;}
    .breadcrumb
    {display:table-cell;
     vertical-align:bottom;
     margin:0;}


    #container
    {padding-top:37px;}
    #main
    {margin-top:0em;}

    .page-index #main
    {padding-top:0;}
    .page-index .archive-entry
    {margin-bottom:-1px;}

    .page-archive #main
    {padding:0;
     border:none;}
    .archive-header-category, .search-result
    {padding:0.5em 0 0.5em 1.5em;}
    .archive-entry
    {margin:0;
     border-bottom:none;
     border-top: solid 1px #E6E5E1;}
    .hatena-module
    {margin-bottom:0;}
}

/*サイドバーを下げる*/
#box2
{margin-top:2rem;}

 /*#blog-titleを幅いっぱいに*/
#blog-title, .ontitle-menu
 {margin:0;width:100vw;}
#container
 {padding-top:37px;} /*上の隙間をなくす（はてなグローバルヘッダ非表示の場合は0px）*/
 
 
 /*----------カスタマイズ部分----------*/
/*----全体----*/
#title{
    font-family: "ヒラギノ角ゴ Pro W3", sans-serif !important;
}
#title a{
	color: #474746;
}
body{
    background-color:#fbfaf5;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif　!important;
}
#content{
    background-color:#fbfaf5;
}
#blog-title{
	background-color: transparent;
	color:#6C6B69;
	height: 200px !important;
}

#blog-title-inner{
	padding: 32px 20px 32px 60px !important;
} 
 
 
 /*----------plainmenu----------*/
#plainmenu
{position:absolute;
 margin-top:-3em;
 font-size:90%;}
#plainmenu ul
{display:flex;
 justify-content:space-around; /*この部分をflex-startやcenterに変えて、好みを探してみてください*/
 flex-wrap:wrap;
 margin:0;
 padding:0;}
#plainmenu li
{display:inline-block;
 padding:0.5em 1em;}

@media (max-width:  767px) {
    #plainmenu span
    {font-size:92%;}
    #top-box
    {margin:0;
     padding:0.4em 1em;
     position:static;
     height:auto;}
    #main
    {border-top:none;}
}
/*----------/plainmenu----------*/

/*PlainMenuをボタンにする*/
#plainmenu
{background-color:#90AF5C; /*背景色*/
 -webkit-backdrop-filter: blur(6px);
 backdrop-filter: blur(6px);
 height:3em;}
#plainmenu ul
{height:100%;}
#plainmenu li
{flex-grow:1;
 height:3em;
 box-sizing:border-box;
 padding:0;}
#plainmenu a
{width:100%;
 height:100%;
 box-sizing:border-box;
 display:flex;
 justify-content:center;
 align-items:center;
 padding:1em;
 color:#FBFAF5; /*文字の色*/}
#plainmenu a:hover
{background-color:rgba(0,0,0,0.21); /*マウスオーバー時の背景色*/}
@media (max-width: 767px) {
    #plainmenu
    {height:6em;
     margin-top:-6em;
     font-size:90%;}
    #plainmenu li
    {width:50%;}
}

/*PlainMenuにアイコン追加*/
#plainmenu span::before
{content:"\f006";font-family:blogicon; /*contentの中身(\f006の部分)を自由に変えてください*/
 margin-right:1em;
 font-size:80%;}




/*タグのカスタマイズ*/


.entry-tag .entry-tag-link {
  padding: 4px; /*余白を狭くする(デフォルト値: 4px 8px)*/
  line-height: 1.2; /*文字の高さを低くする(デフォルト値: 1.5)*/
  font-size: 80%; /*文字のフォントサイズを小さくする(デフォルト値: 14px)*/
  background-color: transparent; /*背景色を変える(デフォルト値: 白)*/
  border-radius: 5px; /*丸くする(デフォルト値: 4px)*/
  border: 1px rgba(0,0,0,0) solid; /*ホバー時の枠用*/
　color: #6C6B69;
}

.entry-tag .entry-tag-link:hover {
  background-color: #DFE8D0; /*ホバー時の背景色変更*/
}
.entry-tag .entry-tag-icon {
    display: none;
}
.entry-tag-link::before {
    content: "\f04a";
    font-family: 'blogicon';
}

.archive-entry-tag .archive-entry-tag-link {
  padding: 4px; /*余白を狭くする(デフォルト値: 4px 8px)*/
  line-height: 1.2; /*文字の高さを低くする(デフォルト値: 1.5)*/
  font-size: 75%; /*文字のフォントサイズを小さくする(デフォルト値: 14px)*/
  background-color: transparent; /*背景色を変える(デフォルト値: 白)*/
  border-radius: 5px; /*丸くする(デフォルト値: 4px)*/
　color: #6C6B69;
}

.archive-entry-tag .archive-entry-tag-link:hover {
  background-color: #DFE8D0; /*ホバー時の背景色変更*/
}

.archive-entry-tag .archive-entry-tag-icon {
    display: none;
}
.archive-entry-tag-link::before {
    content: "\f04a";
    font-family: 'blogicon';
}








/*目次*/
ul.table-of-contents {
  border: 1px solid #DFE8D0;
  padding:1em;
  background:#DFE8D0;
}
ul.table-of-contents a {
  text-decoration:none;
  color:#474746;
}
ul.table-of-contents a:hover {
    color:#C3667A;
    text-decoration:underline;
}
ul.table-of-contents a:visited {
  color:#474746;
}
ul.table-of-contents li {
  display:block;
  line-height:1.8em;
  font-size:95%;
}
ul.table-of-contents > li {
  padding-left:0.5em;
}
ul.table-of-contents li ul {
  padding-left:0.5em;
}
ul.table-of-contents li li {
  display:block;
  line-height:1.8em;
  margin-left:1em;
}
ul.table-of-contents li::before {
  content:disc;
}





@media (max-width: 767px) {
 ul.table-of-contents{
   width:80vw;
   margin:0 auto;
 }
 div.indexalt2 ul.table-of-contents > li {
   padding-left:1em;
 }
}}
/*---/---目次*/





/*見出しのスタイル*/
/*h2用上下線*/
.double-l {
  padding: 0.5em;
  border-top: 2px solid #6C6B69;
  border-bottom: 2px solid #6C6B69;
}

/*h2用左線と背景色*/
.husen {
  padding: 0.5em;/*文字周りの余白*/
  background: #DFE8D0;/*背景色*/
  border-left: solid 5px #90AF5C;/*左線（実線 太さ 色）*/
}

/*h2用上下線と背景色*/
.double-bg {
  padding: 0.5em;
  border-top: 2px solid #90AF5C;
  border-bottom: 2px solid #90AF5C;
  background: #DFE8D0;/*背景色*/
}


/*h2用一文字目だけ大きく色付き赤色*/
.bigger::first-letter {
  font-size: 2em;
  color: #C3667A;
}

/*h3用左線と下線*/
.l-line {
  padding: 0.5em;/*文字周りの余白*/
  border-left: solid 5px #90AF5C;/*左線（実線 太さ 色）*/
  border-bottom: 2px solid #BDBCB9;
}


/*h4用冒頭に●付黄色*/
.h-circle1 {
  position: relative;/*相対位置*/
  padding-left: 1.3em;/*アイコン分のスペース*/
  line-height: 1.2;/*行高*/
}
.h-circle::before {
  content: "●";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.2em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -0.12em;/*アイコンの位置*/
  color: #D7D471;
}

/*h4用冒頭に●付緑色*/
.h-circle2 {
  position: relative;/*相対位置*/
  padding-left: 1.3em;/*アイコン分のスペース*/
  line-height: 1.2;/*行高*/
}
.h-circle2::before {
  content: "●";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.2em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -0.12em;/*アイコンの位置*/
  color: #90AF5C;
}

/*h4用冒頭に●付赤色*/
.h-circle3 {
  position: relative;/*相対位置*/
  padding-left: 1.3em;/*アイコン分のスペース*/
  line-height: 1.2;/*行高*/
}
.h-circle3::before {
  content: "●";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.2em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -0.12em;/*アイコンの位置*/
  color: #C3667A;
}

/*h4用冒頭に●付青色*/
.h-circle4 {
  position: relative;/*相対位置*/
  padding-left: 1.3em;/*アイコン分のスペース*/
  line-height: 1.2;/*行高*/
}
.h-circle4::before {
  content: "●";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.2em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -0.12em;/*アイコンの位置*/
  color: #5C90AF;
}


/*細いマーカー黄色*/
.under1 {
	background: linear-gradient(transparent 70%, #D7D471 70%);
}

/*細いマーカー緑色*/
.under2 {
	background: linear-gradient(transparent 70%, #90AF5C 70%);
}

/*細いマーカー赤色*/
.under3 {
	background: linear-gradient(transparent 70%, #C3667A 70%);
}

/*細いマーカー青色*/
.under4 {
	background: linear-gradient(transparent 70%, #5C90AF 70%);
}


/*囲みボックスのスタイル*/
/*角丸枠線*/
.r-box {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: dotted 2px #E6E5E1;
    border-radius: 5px;/*角の丸み*/
    background: #fff;
}
.r-box p {
    margin: 0; 
    padding: 0;
}



/*内側タイトル付ボックス*/
.t-box {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #90AF5C;
}
.t-box .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #90AF5C;
    color: #FBFAF5;
    font-weight: bold;
}
.t-box p {
    margin: 0; 
    padding: 0;
}

/*外側タイトル付ボックス*/
.t-box2{
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #C3667A;
}
.t-box2 .box-title {
    position: absolute;
    display: inline-block;
    top: -26px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #C3667A;
    color: #fff;
    border-radius: 5px 5px 0 0;
}
.t-box2 p {
    margin: 0; 
    padding: 0;
}
.t-box2 pre {
    margin: 0; 
    padding: 0;
}

/*関連記事リンク用ボタン*/
a.btn-entry-link {
  position: relative;
  padding: 0.5em 1em;
  margin: 2em 0;
  border: solid 1px #bdbcb9;
  border-radius: 5px;/*角の丸み*/
  display: block;
  text-decoration: none;
  color: #474746;
  background: #fff;
}
a.btn-entry-link:hover {
  background: #C3667A;
  color: #fff;
  text-decoration: none;
  border: solid 1px #c3667a;
}
a.btn-entry-link:active {
  color: #fff;
}
a.btn-entry-link:visited {
  color: #474746;
}



/*外部リンク用ボタン*/
a.btn-ex-link {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #6c6b69;
  background: transparent;
  border-radius: 5px;/
}

a.btn-ex-link:hover {
  background: #C3667A;
  color: #fff;
  text-decoration: none;
}
a.btn-ex-link:active {
  color: #fff;
}
a.btn-ex-link:visited {
   color: #6c6b69;
}



/*プロフィールソーシャルボタン*/
.btn-social-square {
  display: inline-block;
  text-decoration: none;
  width: 30px;
  margin:2px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
}
a.btn-social-square {
  color:white;
}
a.btn-social-square:hover {
  color:white;
}
a.btn-social-square:visited {
  color:white;
}



/* 記事下ソーシャルボタン 下部の余白 */
.sns-tag-cloud-under {
   margin: 0px 0 30px 0;
}

/* SNSシェアボタン */
.sns-tag-cloud {
   padding-inline-start: 0px;
font-size: 12px;
font-weight: bold;
}

.sns-tag-cloud-under {
   padding-inline-start: 0px;
font-size: 12px;
font-weight: bold;
text-align:center;
}

a.sns-tag-cloud-hatenab {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
color: #fff;
border-radius: 3px;
background: #6C6B69;
}
a.sns-tag-cloud-hatenab:hover {
background: #00A4DE; 
color: #fff; 
}

a.sns-tag-cloud-facebook {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
	color: #fff;
border-radius: 3px;
background: #6C6B69;
}
a.sns-tag-cloud-facebook:hover {
background: #4064AC; 
color: #fff; 
}

a.sns-tag-cloud-twitter {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
	color: #fff;
border-radius: 3px;
background: #6C6B69;
}
a.sns-tag-cloud-twitter:hover {
background: #1DA1F2; 
color: #fff; 
}

a.sns-tag-cloud-pocket {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
	color: #fff;
border-radius: 3px;
background:#6C6B69;
}
a.sns-tag-cloud-pocket:hover {
background: #EF4056; 
color: #fff; 
}

a.sns-tag-cloud-line {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
	color: #fff;
border-radius: 3px;
background:#6C6B69;
}
a.sns-tag-cloud-line:hover {
background: #21BA4E; 
color: #fff; 
}



/*ページャー（２段）*/
.pager {
  display:block;
  font-size:90%;
  margin-bottom:1em;
}
.pager > span {
  max-width:100%;
}
.pager-prev {
  float:left;
}
.pager-next {
  float:right;
}
.pager::after {
  display:block;
  clear:both;
  content: " ";
  visibility: hidden;
}

@media (max-width: 767px) {
.page-index .pager{
 padding:0 1em;
 }
}



/*フッター*/
#footer {
  box-sizing:border-box;
  width:100%;
  padding: 1em;/*フッター高さ*/
  text-align: center;/*テキスト位置*/
  background:#90AF5C;/*背景色*/
  font-size: 80%;/*文字サイズ*/
  color:#FBFAF5;/*文字の色*/
  margin:1em 0;
}
#footer-inner {
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  -webkit-align-items:center;
  align-items:center;
}