/*
Theme Name: Naked
Theme URI: https://blog.hatena.ne.jp/-/store/theme/6653812171397406126
Description: *概要オシャレ・レスポンシブ対応・カスタマイズ可能なテーマです。-記事部分を白・黒・灰色のみでつくることで、多くの背景色・背景画像とマッチ-簡単にカスタマイズできるナビ・フッター機能-初期状態でデザインされた目次・カエレバ・ヨメレバ・アプリーチ<span style="font-size: 80%">ぜひ、「デモブログ」や、「利用中のブログ」からデザインを覗いてみてください。非常にシンプルな色の構成になっているので、様々なヘッダー画像・ヘッダー色にマッチしていると思います。</span>*デモブログ-[http://theme-naked.hatenablog.jp:title]（ヘッダー画像など遊んだりしていますがご了承ください）*テーマの詳細-[http://www.yukihy.com/entry/theme-naked-release:title] <span style="font-size: 80%">（このテーマを紹介してくださる方は、このテーマストアでなく、左のURLのリンクを貼ってくださると嬉しいです）</span>*カスタマイズ例-ナビゲーションバー：[http://theme-naked.hatenablog.jp/entry/2016/05/20/192404:title]（子カテゴリを入れたい方は、[http://theme-naked.hatenablog.jp/entry/2016/06/09/155741:title]をご覧ください）-フッター：[http://theme-naked.hatenablog.jp/entry/2016/05/19/180330:title]-コピーライト：[http://theme-naked.hatenablog.jp/entry/2016/05/20/201352:title]その他にもデモブログからカスタマイズ方法を紹介しています。*利用上の注意点背景画像を変更する際に、一部の画像で崩れる可能性があります。崩れる可能性のある画像と対処を [http://theme-naked.hatenablog.jp/entry/2016/05/22/083311:title] に書いています。*ログ2016/5/22　公開2016/5/23　サイドバーのリンク色の優先度を変更（他のカスタマイズとの干渉を防ぎました）2016/6/1　表の線を、上下だけでなく全体をくくるように変更2016/6/7　300インストールありがとうございます！2016/6/8　編集リンクの位置を右下から右上に変更2016/6/9　子カテゴリ付きナビゲーションバーを設置できるように変更2016/8/17　1000インストール！！2017/2/3　3000インストール！！！
Author: ftmaccho
Author URI: http://blog.hatena.ne.jp/ftmaccho/
*/
/*フォント*/
@import url(https://fonts.googleapis.com/css?family=Cabin);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
/*
  Theme: Naked
  Author: Yukihy
  Description: this theme can be customized flexibly
  Responsive: yes
*/
/*サイドバー黒線#acacac　日付など灰色#888　薄い灰色#ccc 背景など薄い灰色#f5f5f5　リンク青#0693cd*/
body {
    color: #444;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, 'ＭＳ Ｐゴシック';
    font-size: 16px;
    background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/polygon-01.jpg?version=4f1cb770a72175570fc55ef0e22b7c');
    background-attachment: fixed;
    background-size: cover;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    position: relative;
    z-index: 2;
}
/*     font-family: 'arial' , 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
@media screen and (max-width: 680px) {
    body {
        font-size: 15px;
        background-size: auto;
        background-repeat: repeat;
    }
}
#content a {
    text-decoration: none;
}
#content a:hover {
    opacity: .6;
}
/*
************レイアウト・フォント************
*/
/*レイアウト*/
#content {
    position: relative;
    background-color: #f5f5f5;
}
#blog-title-inner,
#content-inner {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
}
#blog-title-content {
    padding: 80px 0 40px 0;
}
#content-inner {
    padding-top: 30px;
}
#content-inner::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
#wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin-right: -340px;
    padding-right: 340px;
}
#box2 {
    float: right;
    width: 300px;
    padding-bottom: 40px;
    margin-top: 10px;
}
article {
    position: relative;
    margin: 10px 0 40px 0;
    padding: 32px 32px 40px 32px;
    background-color: #fff;
}
#footer-inner {
    padding-top: 20px;
    padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
    #wrapper {
        float: none;
        margin-right: 0;
        padding-right: 0;
    }
    #box2 {
        float: none;
        width: 90%;
        margin: 20px auto 0 auto;
    }
}
@media screen and (max-width: 680px) {
    #blog-title-inner,
    #content-inner {
        width: 100%;
    }
    #content-inner {
        padding-top: 20px;
    }
    #blog-title-content {
        padding: 20px 10px 5px 10px;
    }
    article {
        margin: 10px 0 40px 0;
        padding: 10px 10px 20px 10px;
    }
    #box2 {
        width: 300px;
    }
}
/*数字フォントの変更部分*/
.entry-date a,
#box2 .urllist-date-link a,
#box2 .hatena-module-archive .hatena-module-body a,
.archive-entry-header .date a {
    font-family: 'Montserrat', sans-serif;
}

/*
************ヘッダー・ブログタイトル************
*/
#globalheader-container {
    color: #ccc;
}
#title {
    display: inline;
}
#title a {
    color: #fff;
    font-family: 'Cabin', sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 5px;
}
@media screen and (max-width: 680px) {
    #title a {
        font-size: 20px;
        letter-spacing: 2px;
    }
}

/*
************ブログの説明************
*/
#blog-description {
    color: #ececec;
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
    #blog-description {
        font-size: 10px;
    }
}
/*
************タイトル下***********
*/
/*メニュー*/
#n-menu {
    padding: 5px 0;
}
#n-menu .menu-inner {
    max-width: 1024px;
    width: 90%;
    height: 40px;
    margin: 0 auto;
}
#n-menu .menu-btn {
    display: none;
}
#n-menu .menu-content {
    list-style-type: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 0;
}
#n-menu .menu-content > li {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
}
#n-menu .menu-content > li > a {
    display: block;
    height: 100%;
    padding: 0 15px;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
    line-height: 40px;
}
#n-menu .menu-content > li > a:hover {
    border-bottom: 1px solid #fff;
}
/*２階層目*/
#n-menu .menu-content > li:hover .second-level {
    visibility: visible;
    top: 40px;
    opacity: 1;
    transition: .5s;
}
#n-menu .second-level {
    visibility: hidden;
    list-style-type: none;
    position: absolute;
    z-index: 9999;
    top: 60px;
    width: 200px;
    margin: 0;
    padding-left: 0;
    border: 2px solid #acacac;
    opacity: 0;
}
#n-menu .second-level > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #acacac;
    text-align: center;
}
#n-menu .second-level > li:last-child {
    border-bottom: none;
}
#n-menu .second-level > li > a {
    display: block;
    padding: 15px;
    background-color: #fff;
    color: #444;
    font-size: 70%;
    font-weight: bold;
    text-decoration: none;
}
#n-menu .second-level > li > a:hover {
    background-color: #f6f6f6;
}
/*トグルメニュ*/
@media screen and (max-width:768px) {
    #n-menu {
        padding: 0;
    }
    #n-menu .menu-inner {
        width: 100%;
        height: auto;
    }
    #n-menu .btn-content {
        text-align: right;
    }
    #n-menu .menu-btn {
        display: block;
        padding: 10px 15px;
        color: #fff;
        font-size: 90%;
        cursor: pointer;
    }
    #n-menu .menu-content {
        display: none;
        width: 100%;
    }
    #n-menu .menu-content > li {
        float: none;
        width: 100%;
        height: 40px;
    }
    #n-menu .menu-content > li > a {
        width: 100%;
        padding: 0;
        line-height: 40px;
    }
    #n-menu .menu-content > li > a:hover {
        border: none;
    }
    #n-menu .second-level {
        display: none;
    }
}
@media screen and (max-width:680px) {
    #n-menu .menu-btn {
        font-size: 80%;
    }
}

/*
************記事************
*/
.entry-header {
    position: relative;
}
/*日付*/
.entry-date a {
    color: #888;
    font-size: 14px;
}
.entry-date a::before {
    margin-right: 1px;
    font-family: 'blogicon';
    content: '\f043';
}
.entry-date .hyphen {
    display: none;
}
.entry-date .date-month::before,
.entry-date .date-day::before {
    content: '.';
}



/*記事タイトル*/
.entry-title {
font-family: "游ゴシック";
    margin: 10px 0 0;/*タイトル上に余白 201213追加*/
    padding: 10px 0 0 0;
    line-height: 1.2;
/*以下タイトル下アンダーバー用　201213追加*/
  position: relative;
  padding: 0.25em 0;
}
.entry-title:after {
  content: "";
  display: block;
  height: 10px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(80 186 255 / 59%), transparent);
}

.entry-title a {
    color: #222;
    font-size: 26px;
    letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
    .entry-title {
        margin: 0;
    }
    .entry-title a {
        font-size: 20px;
        letter-spacing: 0;
    }
}

/*↓----更新日時表示----↓*/
.lastmod {
background-color: transparent;
padding: 5px 0px;
text-decoration: none;
font-size: 15px;
font-family: 'Montserrat';
display: inline;
margin-left: 0px;
color: #888888;
}
.lastmod::before {
margin-right: 5px;
margin-left: 10px;
padding-left: 3px;
font-family: "blogicon";
font-weight: bold;
content: '\f02b';
}
.entry-date a {
background-color: transparent;
padding: 5px 0px 5px 6px;
text-decoration: none;
font-size: 15px;
display: inline;
}
.entry-date a::before {
margin-right: 5px;
padding-left: 3px;
}
/*↑----更新日時表示----↑*/


/*カテゴリ*/
.entry-categories {
    margin-top: 5px;
    border-bottom: dashed 1px #dadada;
padding-bottom: 3px;
}
.entry-categories a {
    margin: 0 4px 0 0;
    color: #545454;
    font-size: 13px;
}
/*カテゴリ名の前のアイコン*/
.entry-categories a::before {
    margin-right: 3px;
    font-family: 'blogicon';
    content: '\f022';
}

/*階層化するとたぶん使えない*/
/*カテゴリ別にアイコン変える場合はこういう感じ*/
/*
a.entry-category-link.category-ゲーム:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f11b';
font-weight: 900;
}
a.entry-category-link.category-天穂のサクナヒメ:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f4d8';
font-weight: 900;
}
*/




/*編集リンク*/
.entry-header-menu {
    position: absolute;
    right: 0;
    top: 0;
}
.entry-header-menu a {
    display: inline-block;
    padding: 10px 20px;
    border: double #ccc;
    color: #222 !important;
    font-size: 12px;
    font-weight: bold;
}

/*記事*/
.entry-content {
    color: #000;
    font-size: 16px;
}
.entry-content a {
    color: #006bf1;
}
.entry-content p {
    margin: 0.2em 0; /*201217 1em→0.2emにして記事全体の行間を少なく*/
    line-height: 1.7em;
}
/*アンダーライン（uタグ） 201213追加*/
article u{
    text-decoration: none;
    background: linear-gradient(transparent 50%, #ffff00 50%);
}
/*斜体をアンダーライン（emタグ）　201222追加*/
article em {
    text-decoration: none;
    font-style: normal;
    background: linear-gradient(transparent 50%, #8cffae 50%);
}
@media screen and (max-width: 680px) {
    .entry-content {
        font-size: 15px;
    }
}

/*見出し
h1：記事タイトル
h2：デフォでは使用なし→大見出しとして使用
h3：デフォでは大見出し→中見出しとして使用
h4：デフォでは中見出し→小見出しとして使用
h5：デフォでは小見出し→保留
h6：*/
.entry-content h1 {
    margin: 36px -32px 20px -32px;
    padding: 20px 5px 20px 20px;
    border-left: 5px solid #444;
    color: #444 ;
    font-size: 20px ;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 2px;
}

/* 大見出し 201213差し替え→201219 h3からh2へ変更*/
.entry-content h2 {
 margin: 32px 0px 20px 0px;
  position: relative;
  padding: 0.6em;
    font-size: 140%;
  background: #97d9ff;
border-left: 0px;
    font-weight: bold; /*テンプレ*/
    letter-spacing: 1px;/*テンプレ*/
}
.entry-content h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #97d9ff;
  width: 0;
  height: 0;
}

/* 中見出し 201213差し替え→201219 h4からh3へ変更*/
.entry-content h3 {
  padding: 0.5em;/*文字周りの余白*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #69daf9;/*左線（実線 太さ 色）*/
font-size: 18px;/*テンプレ*/
    font-weight: bold;/*テンプレ*/
    letter-spacing: 1px;/*テンプレ*/
}


.entry-content h4 {
    margin: 20px 0 15px 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    border-left: solid 5px #6dd6d4;
    padding: 0.5em;
}


.entry-content h5 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
    font-size: 16px;/*テンプレ*/
    font-weight: bold;/*テンプレ*/
margin-block-end: 0.8em;
}
.entry-content h5::before {
  font-family: 'blogicon';
  content: "\f006";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #6dd6d4; /*アイコン色*/
  font-weight: 900;
}

.entry-content h6 {
    margin-top: 5px;
    margin-bottom: 0px;
    position: relative;
    padding-left: 1.2em;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    margin-block-end: 0.2em;
}
.entry-content h6::before {
    font-family: 'blogicon';
    content: "\f02d";
    position: absolute;
    font-size: 0.8em;
    left: 0;
    top: 0.2em;
    color: #6dd6d4;
    font-weight: 900;
}


@media screen and (max-width: 680px) {
.entry-content h1 {
    margin: 36px -32px 20px -32px;
    padding: 20px 5px 20px 20px;
    border-left: 5px solid #444;
    color: #444 ;
    font-size: 20px ;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 2px;
}

.entry-content h2 {
 margin: 32px 0px 20px 0px;
  position: relative;
  padding: 0.6em;
    font-size: 140%;
  background: #97d9ff;
border-left: 0px;
    font-weight: bold; /*テンプレ*/
    letter-spacing: 1px;/*テンプレ*/
}
.entry-content h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #97d9ff;
  width: 0;
  height: 0;
}

.entry-content h3 {
  padding: 0.5em;/*文字周りの余白*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #69daf9;/*左線（実線 太さ 色）*/
font-size: 18px;/*テンプレ*/
    font-weight: bold;/*テンプレ*/
    letter-spacing: 1px;/*テンプレ*/
}


.entry-content h4 {
    margin: 20px 0 15px 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    border-left: solid 5px #6dd6d4;
    padding: 0.5em;
}


.entry-content h5 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
    font-size: 16px;/*テンプレ*/
    font-weight: bold;/*テンプレ*/
margin-block-end: 0.8em;
}
.entry-content h5::before {
  font-family: 'blogicon';
  content: "\f006";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #6dd6d4; /*アイコン色*/
  font-weight: 900;
}
.entry-content h6 {
    margin-top: 5px;
    margin-bottom: 0px;
    position: relative;
    padding-left: 1.2em;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    margin-block-end: 0.2em;
}
.entry-content h6::before {
    font-family: 'blogicon';
    content: "\f02d";
    position: absolute;
    font-size: 0.8em;
    left: 0;
    top: 0.2em;
    color: #6dd6d4;
    font-weight: 900;
}
}

/* 埋め込みサイトリンクボックス下のリンク非表示 */
.hatena-citation {display:none;}

/*続きを読む*/
a.entry-see-more {
    display: inline-block;
    padding: 10px 30px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    background-color: #259fff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
    .entry-see-more {
        font-size: 12px;
    }
}

/* 引用 */
.entry-content blockquote {
    position: relative;
margin: 10px; 5px 0 5px;
    padding: 25px 10px 10px;
    box-sizing: border-box;
    background: #f3f3f3;
}

.entry-content blockquote:before{
z-index: 1;

    display: inline-block;
    position: absolute;
    top: -8px;
    left: 9px;
    width: 40px;
    height: 30px;
    text-align: center;
    content: "\f704";
    font-family: 'blogicon';
    color: #FFF;
    font-size: 120%;
    line-height: 30px;
    background: #09e5d0;
    font-weight: 900;
}

.entry-content blockquote:after{
    position: absolute;
    content: '';

    top:-8px;
    left: 49px;
    border: none;
    border-bottom: solid 8px #6cacb5;
    border-right: solid 9px transparent;
}

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

.entry-content blockquote cite {
    font-weight: bold;
    font-style: italic;
}
@media screen and (max-width: 680px) {
    .entry-content blockquote {
        padding: 25px 10px 10px;
        font-size: 90%;
    }
    .entry-content blockquote::before,
    .entry-content blockquote::after {
        font-size: 150%;
    }
}



/* 箇条書き 201214差し替え*/
.entry-content ul, .entry-content ol {
    padding: 0.5em 0.5em 0.5em 2em;
    margin: 0.5em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.entry-content ul ul {
    margin-top: 0;
    margin-bottom: 0;
}

.entry-content ol ol {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 680px) {
    .entry-content ul,
    .entry-content ol {
        margin: 16px 0;
        padding: 0.5em 0.5em 0.5em 1.5em;
    }
}

.entry-content dt {
    margin-top: 1.7em;
    border-bottom: 5px solid #f6f6f6;
    font-weight: bold;
}
.entry-content dd {
    margin-bottom: 1.7em;
}
@media screen and (max-width: 680px) {
    .entry-content dd {
        margin-left: 20px;
    }
}

/* 20250627　表追加のため変更　元のやつ→border: 1px solid #ccc; */
.entry-content table {
    border-spacing: 0;
    border-collapse: collapse;
    max-width: none;
    width: 100%;
    margin: 0 0 1.7em;
    border: 1px solid #000;
    font-size: 90%;
    line-height: 1.6;
}
.entry-content th,
.entry-content td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.entry-content th:first-child,
.entry-content td:first-child {
    border-left: none;
}
.entry-content th {
    display: table-cell;
    padding: 1em;
    background-color: #efefef;
    font-weight: bold;
}
.entry-content tbody {
    display: table-row-group;
    border-color: inherit;
    vertical-align: middle;
}
.entry-content td {
    padding: 1em;
    text-align: center;
}
.entry-content pre {
    padding: 24px;
    background-color: #222;
    color: #eee;
}


/* 表 */
.entry-content table {
width:auto; /* 大きさを自動に */
}
.entry-content table caption{ /* タイトル */
font-size: 17px; /* 文字の大きさ */
padding: 0.5px; /* 文字周りの余白 */
}
.entry-content table th { /* 見出しセル */
border: 1px solid #000000; /* 線の太さ・種類・色コード */
background: #B0DFFF; /* 背景色 */
text-align: center; /* 中央揃え */
padding: 0.5em; /* 文字周りの余白 */
width:auto;/* 大きさを自動に */
white-space:nowrap; /* 文字を折り返さない */
}
.entry-content table td { /* 普通のセル */
border: 1px solid #000000; /* 線の太さ・種類・色コード */
padding: 0.5em; /* 文字周りの余白 */
width:auto;/* 大きさを自動に */
white-space:nowrap; /* 文字を折り返さない */
}


/* 表のスクロール */
#table-scroll01 {
box-sizing: border-box; /* スクロール用の箱*/
overflow-x: scroll; /* 横スクロール */
 -webkit-overflow-scrolling: touch;
/* border-right:3px solid #E0E0E0; /* 右端の線の太さ・種類・色コード */ */
}




/*目次のデザイン変更 201213追加*/
.entry-content .table-of-contents {
    position:relative;
    padding: 10px 10px 10px 35px; /* 枠内の余白(上右下左) */
    font-size: 100%; /* 文字の大きさ */
    font-weight:bold;
    list-style-type: decimal;
    background:#ffffff;
    border-top:35px solid #189fff; /* 「この記事の目次」周りの色 */
    border-left:4px solid #189fff; /* 線の太さ */
    border-right:4px solid #189fff;
    border-bottom:4px solid #189fff;
    line-height: 180%; /* 行間 */
    border-radius: 3px; /* 角丸にしない場合は不要 */
    color:#000000; /* 数字（マーク色変更） */
}
/*「この記事の目次」の周囲変更*/
.entry-content .table-of-contents::before {
    font-family: 'blogicon';
    content: "\f029   目次";
    display: block;
    font-size: 120%;
    font-weight: bold;
    position: absolute;
    top: -32px;/*上からの位置調整*/
    left: 10px; /*左からの位置調整*/
    color: #ffffff !important;
}



/* 開閉式目次 */
/*== 開閉式もくじ ==*/
.contents_box {
    padding: 10px;
    font-size:1rem;/*タイトルのフォントサイズ*/
    color:#000000;/*タイトルの文字色*/
    background-color:#fff;/*背景色*/
font-weight: bold;
    border:3px solid #0072ff;/*外枠線- 色*/
}

/*== 開閉文字装飾 ==*/
.contents_box label {
    padding: 5px;
    color:#0000ff; /*文字色*/
    font-size:1rem;/*フォントサイズ*/
    cursor:pointer;
}

/*開く*/
.contents_box label:before{
    display: inline-block;
    content: "開く";/*"表示"などに変更可*/}
/*閉じる*/
.contents_box input:checked ~ label:before {
     content: "閉じる";/*"非表示"などに変更可*/}

.contents_box input{display:none;}
/*最初は非表示*/
.contents_box .hidden_show
{height:0;padding:0;overflow:hidden;transition:0.8s;}
/*クリックでopen*/
.contents_box input:checked ~ .hidden_show
{padding: 0px 0;height:auto;}






/*リンクの色変更と下線を消す*/
.entry-content .table-of-contents li a{
    color:#000000; /* 目次リスト部分のテキスト色 */
    text-decoration:none; /* リンクの下線をつけたくない場合 */
}

/* 中見出し・小見出し外側（箇条書きのスタイルを上書き） */
.entry-content .table-of-contents li ul{
background: #ffffff;
color:#000000;
border: 0px;
padding-left: 1.5em;
    padding-bottom: 0em;
    padding-top: 0em;
}
/*中見出し*/
.entry-content .table-of-contents li ul li{
background: #ffffff;
    font-weight:normal;    
    list-style-type:disc;
    
}

/*小見出し*/
.entry-content .table-of-contents li ul li ul li{
    display: none; /* 非表示 */
padding: 0px 0px 0px 0px;
}

div.footnote {
    font-size: 90%;
    margin-top: 3em;
    border-top: dashed 1px #000000;
}

/*動画*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*記事下*/
.entry-footer {
    font-size: 90%;
    margin-top: 10px;
    border-top: double 5px #c3cbc9;
}

/*コメント欄*/
.comment-box {
    padding-bottom: 40px;
}
.comment-box  .comment {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
.comment-box .entry-comment {
    margin-bottom: 10px;
}
.comment-box .comment-user-name {
    margin-bottom: 0;
}
.comment-box .comment-user-id {
    color: #333;
    font-weight: bold;
}
.comment-box .hatena-id-icon {
    width: 40px;
    height: 40px;
}
.comment-box .comment-content {
    padding: 10px 30px;
    background-color: #f6f6f6;
}
/*20201217追加 20231120変更*/
/**
 * シェアボタンここから
 */
.share-btn-type3 {
    margin: 10px 0 10px;
    display: flex;
    padding-bottom: 5px;
    justify-content: space-around;
    flex-wrap: nowwrap;
    border-bottom: dashed 1px #dadada;
}
.share-btn-type3 i {
  font-size: 1rem;
  vertical-align: middle;
}
.share-btn-type3 .share-btn__item {
  width: 20%;
  height: 30px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: .04em;
  line-height: 30px;
  border-radius: 4px;
  transition: all .3s;
padding-top: 1%;
}
.share-btn-type3 .share-btn__item--hatebu {
  background-color: #00A4DE;
  box-shadow: 0 4px #038ebf;
}
.share-btn-type3 .share-btn__item--facebook {
  background-color: #1778F2;
  box-shadow: 0 4px #1366ce;
}
.share-btn-type3 .share-btn__item--twitter {
  background-color: #1BA1F3;
  box-shadow: 0 4px #1280c3;
}
.share-btn-type3 .share-btn__item--mastodon {
  box-shadow: 0 4px #372291;
  background: url(https://cdn.blog.st-hatena.com/images/admin/mastodon-icon.svg?version=4f1cb770a72175570fc55ef0e22b7c) no-repeat center;
  background-size: 1em;
  background-color: #563acc;
}
.share-btn-type3 .share-btn__item--misskey {
    box-shadow: 0 4px #90c034;
  background: url(https://cdn.blog.st-hatena.com/images/admin/misskey-icon.png?version=4f1cb770a72175570fc55ef0e22b7c) no-repeat center;
    background-size: 1em;
  background-color: #c5ef76;
}
.share-btn-type3 .share-btn__item:hover {
  transform: translateY(4px);
  box-shadow: 0 0 #333;
}
@media screen and (max-width: 680px) {
  .share-btn-type3 .share-btn__item {
    width: 20%;
  }
}
/* シェアボタンここまで */
 



/*
************サイドバー************
*/
#box2 {
    font-size: 90%;
}
/*文字色*/
.hatena-module-title a,
.hatena-module-body a {
    color: #444;
}
#box2 .hatena-module {
    margin-bottom: 40px;
}
/*タイトル 201215変更*/
.hatena-module-title {
position: relative;
    background: #81dcff;
    padding: 0 0 0 1.8em;
    border-top: solid 2px #979797;
    border-left: solid 2px #979797;
    border-right: solid 2px #979797;
}

.hatena-module-title:before {
  font-family: "blogicon";
  content: "\f001";
  position: absolute;
  color: white;
  font-weight: 900;
left: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*モジュールごとのタイトルアイコン*/
/*HTML（プロフィールだがHTMLで作っている）*/
.hatena-module.hatena-module-html .hatena-module-title::before {
  font-family: "blogicon";
  content: "\f016";
}
/*最新記事*/
.hatena-module.hatena-module-recent-entries .hatena-module-title::before {
  font-family: "blogicon";
  content: "\f031";
}
/*カテゴリー*/
.hatena-module.hatena-module-category .hatena-module-title::before {
  font-family: "blogicon";
  content: "\f022";
}
/*注目記事*/
.hatena-module.hatena-module-entries-access-ranking .hatena-module-title::before {
  font-family: "blogicon";
  content: "\f029";
}
/*検索*/
.hatena-module.hatena-module-search-box .hatena-module-title::before {
  font-family: "blogicon";
  content: "\f01a";
}
/*リンク*/
.hatena-module.hatena-module-links .hatena-module-title::before {
  font-family: "blogicon";
  content: "\f042";
}

@media screen and (max-width: 680px) {
    #box2 .hatena-module {
        margin-bottom: 20px;
    }
    .hatena-module-title {
        margin-bottom: 0px;
        padding: 5px 10px 5px 30px;
        font-size: 16px;
        letter-spacing: 1px;
    }
}

/*各モジュール背景と枠*/
.hatena-module-body {
background-color: #fff;
border-right: solid 2px #979797;
border-bottom: solid 2px #979797;
border-left: solid 2px #979797;
}

/*プロフィール*/
.profile-description a {
    color: #0693cd;
}
.profile-icon {
    margin: 0 16px 16px 0;
    border-radius: 4px;
    float: left;
    overflow: hidden;
}
/*検索 201216変更*/
.search-form {
    position: relative;
    height: 40px;
    padding: 5px 0;
}
.search-module-input {
/*
    width: 230px;
    width: -webkit-calc(100% - 70px) ;
*/
    width: 70%;
    height: 100%;
    margin: 0 5px;
    padding: 0 10px;
    border: solid 1px #979797;
/*
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
*/
            border-radius: 30px;
    background-color: #ffffff;
/*
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
            transition: .3s;
*/
}
/*
.search-module-input:focus {
    background-color: #f5f5f5;
    color: #fff;
    border: solid 1px;
}
*/
/*テキストボックス・検索ボタン選択時の黒枠消す*/
input[type="text"]:focus {
  outline: 0;
}
input[type="submit"]:focus {
  outline: 0;
}

.search-module-button {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: double 3px #979797;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
    background-position: center;
    text-indent: -9999px;
}


/*HTML（プロフィール）*/

.hatena-module-html .hatena-module-body {
padding: 10px 10px;
}


/*HTMLプロフのフォローボタン*/
.btn-social-giza a {
  display: inline-block;
  text-decoration: none;
  font-size: 25px;
}
.btn-social-giza .fa-stack-1x {
  color: white;
  font-size: 18px;
}
.btn-social-giza .fa-stack-2x {
  transition: .3s;
}
.btn-social-giza .btn-social-giza-twitter .fa-stack-2x {
  color: #1da1f3;
}
.btn-social-giza .btn-social-giza-hatena .fa-stack-2x {
  color: #a4a4a4;
}
.btn-social-giza .btn-social-giza-insta .fa-stack-2x {
  color: #fd7171;
}
.btn-social-giza .btn-social-giza-feedly .fa-stack-2x {
  color: #acde71;
}
.btn-social-giza a:hover .fa-stack-2x {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}



/*リンク*/
.hatena-module-links .hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 0px 0;
}
.hatena-module-links li {
    display: block;
  border-bottom: dashed 1px silver;
}

.hatena-module-links li:last-child {
    border-bottom: 0px;
}

.hatena-module-links a {
    display: block;
    padding: 5px 5px 5px 2px;
    color: #3f7dc9 !important;
}
.hatena-module-links a:before {
  /*font-family: "blogicon";*/
  content: "・";
margin: 0 5px;
}

/*最新記事・関連記事・注目記事*/
.recent-entries,
.entries-access-ranking,
.related-entries {
    margin: 0 0 0 0;
    padding: 0 5px;
}
.urllist-item {
    list-style-type: none;
    margin-bottom: 0px;
    padding: 5px;
    background-color: #fff;
    border-bottom: dashed 1px;
}

.urllist-item:last-child {
    border-bottom: 0px;
}

.urllist-item a {
    color: #444;
    text-decoration: none;
}
.urllist-date-link a,
.urllist-categories a {
    color: #888;
    font-size: 10px;
}
.urllist-date-link a::before {
    font-family: 'blogicon';
    content: '\f043';
}
.urllist-categories a::before {
    font-family: 'blogicon';
    content: '\f022';
}
.urllist-title-link {
    font-size: 13px;
    font-weight: bold;
}
.urllist-entry-body {
    color: #888;
    font-size: 10px;
}
/*カテゴリ*/
.hatena-module-category .hatena-urllist {
    list-style: none;
    margin: 0px 0;
    padding: 0;
}
.hatena-module-category li {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #acacac;
    font-size: 12px;
}
.hatena-module-category li:last-child {
    border-bottom: 0px;
}
.hatena-module-category a {
    display: block;
    padding: 8px 10px;
    -webkit-transition: .3s;
       -moz-transition: .3s;
        -ms-transition: .3s;
         -o-transition: .3s;
            transition: .3s;
}
.hatena-module-category a:hover {
    padding: 8px 5px 8px 15px;
}
.hatena-module-category a::before {
    margin-right: 5px;
    font-family: 'blogicon';
    content: '\f006';
}
/*月間アーカイブ*/
.hatena-module-archive .hatena-urllist {
    margin: 10px 0;
    font-size: 14px;
}
.archive-module-year {
    padding: 8px 0;
}
.archive-module-months {
    font-size: 13px;
}
.archive-module-month {
    padding-left: 30px;
}
/*最新のコメント*/
.recent-comments {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
.recent-comments li {
    padding: 10px 0;
    border-bottom: 1px solid #acacac;
}
.recent-comments a::before {
    font-family: 'blogicon';
    content: '\f01d';
}
/*参加グループ*/
.hatena-module-circles .hatena-urllist {
    margin: 10px 0;
    padding: 0;
}
.hatena-module-circles li {
    margin-bottom: 10px;
}
.hatena-module-circles a {
    font-weight: bold;
}

/*
************ページャー************
*/
.pager {
    overflow: hidden;
    margin-bottom: 40px;
}
.pager a {
    color: #0693cd;
}
.pager .pager-prev {
    float: left;
    width: 40%;
    text-align: left;
}
.pager .pager-next {
    float: right;
    width: 40%;
    text-align: right;
}

/*
************フッター************
*/
/*フッター*/
#footer {
    color: #ffffff;
    text-align: center;
}
#footer a {
    color: #a0fff2;
    font-weight: bold;
    text-decoration: none;
}
#footer a:hover {
    opacity: .6;
}
/*オリジナルフッター*/
#n-footer {
    padding: 40px 0;
    background-color: #ffffff;
}
#n-footer-inner {
    overflow: hidden;
    width: 300px;
    margin: 0 auto;
}
#n-footer .content {
    width: 300px;
    margin-bottom: 10px;
}
@media screen and (min-width: 680px) {
    #n-footer-inner {
        width: 640px;
    }
    #n-footer .content {
        float: left;
        margin-right: 10px;
        margin-left: 10px;
    }
}
@media screen and (min-width: 1110px) {
    #n-footer-inner {
        max-width: 1024px;
        width: 90%;
    }
    #n-footer .content {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
        margin-left: 15px;
    }
}

#n-copyright {
    padding-top: 30px;
    padding-bottom: 40px;
text-align: center;
}
#n-copyright h4,
#n-copyright a {
    color: #fff;
    font-size: 14px;
    
    text-decoration: none;
}
/*
************Aboutページ************
*/
.page-about .entry-content .profile-icon {
    width: 32px;
    height: 32px;
}

/*
************Archive************
*/
.page-archive .archive-heading {
    margin: 0 0 20px 0;
    font-size: 24px;
}
.page-archive .archive-entries {
    margin: 10px 0 40px 0;
}
.page-archive .archive-entry {
    position: relative;
    margin-bottom: 20px;
    padding: 24px 32px;
    background-color: #fff;
}

/*日付*/
.page-archive .date a {
    color: #888;
    font-size: 12px;
}
.page-archive .date a::before {
    margin-right: 1px;
    font-family: 'blogicon';
    content: '\f043';
}
/*記事タイトル*/
.page-archive .entry-title {
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 1.2;
}
.page-archive .entry-title a {
    color: #222;
    font-size: 26px;
    letter-spacing: 1px;
}
/*カテゴリ*/
.page-archive .categories {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: dashed 1px #dadada;
}
.page-archive .categories a {
    margin: 0 4px 0 0;
    color: #888;
    font-size: 12px;
}
.page-archive .categories a::before {
    margin-right: 3px;
    font-family: 'blogicon';
    content: '\f022';
}



@media screen and (max-width: 680px) {
    .page-archive .archive-heading {
        margin: 0 0 10px 0;
        font-size: 16px;
        text-align: center;
    }
    .page-archive .archive-entries {
        margin-bottom: 30px;
    }
    .page-archive .archive-entry {
        margin-bottom: 20px;
        padding: 20px;
        background-color: #fff;
    }
    .page-archive .entry-title a {
        font-size: 20px;
        letter-spacing: 0;
    }
    .page-archive .entry-description {
        font-size: 90%;
    }
}

/*
************カテゴリページ************
*/
/*パンくずリスト*/
#top-box {
    height: 60px;
    border-bottom: 1px solid #ccc;
    background-color: #f8f8f8;
}
#top-box .breadcrumb {
    height: 100%;
}
#top-box .breadcrumb-inner {
    max-width: 1024px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 60px;
}
#top-box .breadcrumb-link,
#top-box .breadcrumb-child {
    color: #444;
    font-weight: bold;
    text-decoration: none;
}
#top-box .breadcrumb-gt {
    margin: 0 10px;
}

/*from Yukihy Life*/
/*目次*/
ul.table-of-contents {
    list-style-type: decimal;
    padding: 20px 10px 20px 40px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    font-size: 90%;
}
ul.table-of-contents ul {
    list-style-type: decimal;
    margin-left: 0;
    font-size: 90%;
}
ul.table-of-contents::before {
    position: relative;
    font-size: 150%;
    font-weight: bold;
    content: '目次';
}

/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
.booklink-box,
.kaerebalink-box {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 25px;
    border: double #ccc;
    font-size: small;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.booklink-image,
.kaerebalink-image {
    float: left;
    min-width: 160px;
    margin: 0 15px 0 0;
    text-align: center;
}
.booklink-image img,
.kaerebalink-image img {
    margin: 0 auto;
    text-align: center;
}
.booklink-info,
.kaerebalink-info {
    overflow: hidden;
    margin: 0;
    line-height: 120%;
}
.booklink-name,
.kaerebalink-name {
    margin-bottom: 24px;
    line-height: 1.5em;
}
.booklink-powered-date,
.kaerebalink-powered-date {
    margin-top: 10px;
    font-family: verdana;
    font-size: 8px;
    line-height: 120%;
}
.booklink-detail,
.kaerebalink-detail {
    font-size: 12px;
}
.booklink-powered-date,
.kaerebalink-detail {
    margin-bottom: 15px;
}
.booklink-link2,
.kaerebalink-link1 {
    margin-top: 10px;
}
.booklink-link2 a,
.kaerebalink-link1 a {
    display: inline-block;
    float: left;
    width: 30%;
    margin: 5px 2px 0 0;
    padding: 10px 1px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    text-shadow: 1px 1px 1px #dcdcdc;
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-align: center;
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover {
    opacity: .6;
}
.booklink-link2 a:active
.kaerebalink-link1 a:active {
    position: relative;
    top: 1px;
}
.shoplinkamazon a {
    border: 1px solid #ff9901 !important;
    color: #ff9901 !important;
}
.shoplinkrakuten a {
    border: 1px solid #c20004 !important;
    color: #c20004 !important;
}
.shoplinkkindle a {
    border: 1px solid #007dcd !important;
    color: #007dcd !important;
}
.shoplinkkakakucom a {
    border: 1px solid #314995;
    color: #314995 !important;
}
.shoplinkyahoo a {
    border: 1px solid #7b0099 !important;
    color: #7b0099 !important;
}
.shoplinkyahoo img {
    display: none;
}
.shoplinkyahoo a {
    font-size: 10px;
}
.booklink-footer {
    display: none;
}

@media screen and (max-width: 680px) {
    .booklink-box,
    .kaerebalink-box {
        padding: 15px;
    }
    .booklink-image,
    .kaerebalink-image {
        min-width: initial;
        width: 100px !important;
    }
    .booklink-name > a,
    .kaerebalink-name > a {
        font-size: 15px;
        font-weight: bold;
    }
    .booklink-name,
    .kaerebalink-name {
        margin-bottom: 12px;
    }
    .booklink-powered-date,
    .kaerebalink-powered-date {
        margin-top: 5px;
    }
    .booklink-link2 a,
    .kaerebalink-link1 a {
        width: -webkit-calc(100% - 4px) ;
        width:         calc(100% - 4px);
        margin: 2px 0;
        padding: 10px 0;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
    }
}

/*アプリーチ*/
#appreach-box {
    margin-bottom: 10px;
    border: double 2px #ececec;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.appreach-links {
    margin-bottom: 10px;
}
.appreach-footer {
    margin-bottom: 0;
    line-height: 0;
}
/*カッテネ*/
.kattene {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px;
  padding-bottom: 5px;
  margin-bottom: 1em;
  box-sizing: border-box; }

.kattene div{
  margin: 0;
}

.kattene__imgpart {
  text-align: center; }

  .kattene__imgpart img {
    -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    margin: 0;
    max-height: 160px;
    width: auto;
  }

.kattene__description {
  font-size: 0.8em; }

.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;
  border-radius: 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:hover, .kattene__btn:focus {
    background-color: #439aa7;
    color: #fff !important; }

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

    .kattene__btn:disabled:hover {
      background-color: #54c0d1; }

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

.kattene__btn.__orange {
  background-color: #FF9901;
  -webkit-box-shadow: 0 5px 0 #cc7a01;
  -moz-box-shadow: 0 5px 0 #cc7a01;
  box-shadow: 0 5px 0 #cc7a01;
  -o-box-shadow: 0 5px 0 #cc7a01;
  -ms-box-shadow: 0 5px 0 #cc7a01;
  margin-bottom: 5px;
  border-radius: 3px;
  text-align: center; }

  .kattene__btn.__orange:hover {
    background-color: #cc7a01; }

  .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: #007dcd;
  -webkit-box-shadow: 0 5px 0 #0064a4;
  -moz-box-shadow: 0 5px 0 #0064a4;
  box-shadow: 0 5px 0 #0064a4;
  -o-box-shadow: 0 5px 0 #0064a4;
  -ms-box-shadow: 0 5px 0 #0064a4;
  margin-bottom: 5px;
  border-radius: 3px;
  text-align: center; }

  .kattene__btn.__blue:hover {
    background-color: #0064a4; }

  .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: #c20004;
  -webkit-box-shadow: 0 5px 0 #9b0003;
  -moz-box-shadow: 0 5px 0 #9b0003;
  box-shadow: 0 5px 0 #9b0003;
  -o-box-shadow: 0 5px 0 #9b0003;
  -ms-box-shadow: 0 5px 0 #9b0003;
  margin-bottom: 5px;
  border-radius: 3px;
  text-align: center; }

  .kattene__btn.__red:hover {
    background-color: #9b0003; }

  .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: #0BBD80;
  -webkit-box-shadow: 0 5px 0 #099766;
  -moz-box-shadow: 0 5px 0 #099766;
  box-shadow: 0 5px 0 #099766;
  -o-box-shadow: 0 5px 0 #099766;
  -ms-box-shadow: 0 5px 0 #099766;
  margin-bottom: 5px;
  border-radius: 3px;
  text-align: center; }

  .kattene__btn.__green:hover {
    background-color: #099766; }

  .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.__pink {
  background-color: #e1325b;
  -webkit-box-shadow: 0 5px 0 #b42849;
  -moz-box-shadow: 0 5px 0 #b42849;
  box-shadow: 0 5px 0 #b42849;
  -o-box-shadow: 0 5px 0 #b42849;
  -ms-box-shadow: 0 5px 0 #b42849;
  margin-bottom: 5px;
  border-radius: 3px;
  text-align: center; }

  .kattene__btn.__pink:hover {
    background-color: #b42849; }

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

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