@charset "UTF-8";

/*
Theme Name: white-tiger
Theme URL: https://wp-white-tiger.fun-net.biz/
Description: レスポンシブ2カラム
Author: kenji
Author URI: https://candy.fun-net.biz/
Version: 1.1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*  画像の回り込みやキャプションに対するスタイルの設定
---------------------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.size-auto, .size-full, .size-large, .sticky {}
.bypostauthor {}


/*  共通部分モバイルファースト
---------------------------------------------------*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-break: break-all;
}
html {
    overflow-x: hiden;
    overflow-y: scroll;
}
body {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    color: #334433;
    background: #fbfafa;
}
img {
    max-width: 100%;
    height: auto;
}
pre {
    padding: 5px 10px;
    font-size: 80%;
    margin: 1em 0;
}
code {
    display: block;
    font-size: 80%;
    font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}

/* 引用タグ装飾 
---------------------------------------------------*/
blockquote {
    position: relative;
    margin: 1em 1.5em;
    padding: 10px 1.5em;
    border: 2px solid #e3e3e3;
    background: #f2f2f2;
    z-index: 1;
}
blockquote p {
    position: relative;
    z-index: 3;
}
blockquote:before {
    content: "“";
    font-size: 420%;
    line-height: 0.8em;
    font-family: 'Times New Roman', "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
blockquote:after {
    content: "”";
    font-size: 420%;
    line-height: 0em;
    font-family: 'Times New Roman', "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/*    クラス定義
---------------------------------------------------*/
/*クリア*/
.clear {
    clear: both;
}
.clr {
    display: block;
    clear: both;
}
.clr::after {
    height: 0;
    clear: both;
    font-size: 0;
    display: block;
    content: "";
}
/*  アンカーリンク*/
a {
    color: #1bb4d3;
}
a:hover {
    color: #f44336;
}
/*リンクのクリックで出る枠線非表示*/
a {
    outline:none;
}

/*  テキストアラン*/
.align_c {
    text-align: center;
}
/*  インナー*/
.inner {
    margin: 0 auto;
    padding: 5px 10px;
    max-width: 1240px;
}
/*  シャドウ    */
.shadow-a {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .29);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.18);
}
.shadow-b {
    box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .29);
    -webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, .29);
}
.shadow-b {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .29);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .29);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .29);
}
/*  テキストエディタ
---------------------------------------------------*/
/*太字*/
.bold {
    font-weight: bold;
}
/*赤色*/
.red {
    color: #E50202;
}
/*  ビジュアルエディタ
---------------------------------------------------*/
/*太字*/
.bold {
    font-weight: bold;
}
/*赤色*/
.red {
    color: #E50202;
}
/*サクセスメッセージ*/
.sp-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}
/*カラム*/
.column {
    display: flex;
    position: relative;
    margin: 18px 0;
}
.column.left, .column.right {
    width: 100%;
    padding: 12px;
    display: inline-block;
    margin: 0;
}

/*  ヘッダー
---------------------------------------------------*/
#header {
    font-weight: bold;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#header-in {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#site-description {
    font-size: 70%;
    text-align: center;
    font-weight: normal;
}
#site-description .inner {
    padding: 0;
}
#site-logo {
    padding: 5px 0;
}
#site-title {}
#site-title a {
    text-decoration: none;
    font-size: 20px;
    text-shadow: 1px 1px 0px #fefefe;
}

/*   ラップ、　コンテンツ、　サイド、　フッター
---------------------------------------------------*/
#main-wrapper {
    margin: 25px auto;
    background: #fff;
}
#content {
    overflow: hidden;
    margin-bottom: 25px;
}
#content, #side-contents, #footer {
    width: 100%;
    padding: 10px;
    background: #fff;
}
#footer {
    border-top: 1px #eee solid;
}


/*  カテゴリーページ説明文
---------------------------------------------------*/
.category-description {
    background: #fefefe;
    border: solid 1px #eee;
    padding: 20px;
    margin: 20px 0 40px 0;
    border-radius: 3px;
    font-size: 90%;
}


/*フッターメニュー
---------------------------------------------------*/
#footer-menu {
    text-align: center;
    font-size: 70%;
}
#footer-menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
}
#footer-menu ul li {
    display: inline;
    list-style: none;
}
#footer-menu ul li::before {
    content: "|";
    padding: 0 0.6em;
}
#footer-menu ul li:first-child::before {
    content: "";
    padding: 0;
}
#footer-menu ul li a {
    color: #666666;
    text-decoration: none;
}
#footer-menu ul .sub-menu {
    display: none;
}
#footer-menu ul.children {
    display: none;
}

/*コピーライト
---------------------------------------------------*/
#copy {
    font-size: 70%;
    padding: 0;
    text-align: center;
}
#copy a {
    color: #666;
    text-decoration: none;
}


/*  モバイルメニュー
---------------------------------------------------*/
/*グローバルナビ*/
#navi {
    display: none;
}
/*全体を囲むボックス*/
#fixed_menu-box {
    border: solid 1px #ddd;
    background: #f8f8f8;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    line-height: 1.4;
    height: 48px;
    font-size: 80%;
}
/*中の要素*/
.fixed_menu {
    position: relative;
    width: 100%;
    text-align: center;
}
.fixed_menu a {
    display:block;
}
.fixed_menu a:hover {
    background: #fefefe;
    transition: all .4s ease;
    color: #222;
}
/*メニュー*/
#sidr-menu_close {
    text-align: center;
    line-height: 1;
    padding: 10px;
}
#sidr-menu_close::before {
    font-family: FontAwesome;
    content: "\f057";
    font-size: 30px;
    color: #808080;
    cursor: pointer;
}
#sidr-menu_close:hover {
    background: #fefefe;
    transition: all .4s ease;
}
span.label_sidr-menu_close {
    display: block;
    font-size: 80%;
    color: #808080;
}
#sidr-menu_open {
    color: #334455;
    cursor: pointer;
}
span.item_menu-icon {
    display: block;
}
span.item_menu-icon::before {
    display: block;
    font-family: FontAwesome;
    content: "\f0c9";
    font-size:20px;
}
span.label_menu {
    display: block;
}

a.to-home {
    cursor: pointer;
    color: #345;
    text-decoration: none;
}
span.item_to-home-icon {
    display: block;
}
span.item_to-home-icon::before {
    font-family: FontAwesome;
    content: "\f015";
    font-size:20px;
}
span.label_to-home {
    display: block;
}
a.return-to-top {
    cursor: pointer;
    color: #345;
}
span.item_return-to-top-icon {
    display: block;
}
span.item_return-to-top-icon::before {
    font-family: FontAwesome;
    content: "\f0aa";
    font-size:20px;
}
span.label_return-to-top {
    display: block;
}


/*  パンくずリスト
---------------------------------------------------*/
#pankuzu {
    color: #23282d;
    font-size: 70%;
    background: #ffffff;
    margin: 20px auto;
    max-width: 1240px;
    padding: 5px;
}
#pankuzu ul {
    padding: 0;
    margin: 0;
}
#pankuzu li {
    display: inline;
}
#pankuzu li::after {
    font-weight: bold;
    font-family: FontAwesome;
    content: "\f0da";
    color: #606060;
    padding-right: 5px;
}
#pankuzu li:last-child:after {
    content: '';
}
#pankuzu .fa {
    color: #565656;
}
#pankuzu a {
    color: #606060;
    text-decoration: none;
    font-weight: bold;
}
.pankuzu_post-title {
    color: #343;
    font-size: 90%;
}
/*シングル*/
div#breadcrumb {

    font-size: 100%;
}
 
div#breadcrumb div {
  display: inline;
}
 
#breadcrumb span.sp{
  margin:0 10px;
}
 
#breadcrumb a {
    text-decoration: none;
    color: #606060;
}
#breadcrumb span.fa.fa-home.fa-fw {
    padding-right: 4px;
}
#breadcrumb span.fa.fa-caret-right {
    padding-right: 8px;
    padding-left: 3px;
}
#breadcrumb span.fa.fa-folder-open {
    padding-right: 4px;
}

/*トップ,アーカイブスページ
---------------------------------------------------*/
#entry-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.entry {
    width: 49.7%;
    padding: 13px;
    margin-bottom: 10px;
    text-decoration: none;
    position: relative;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .29);
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.18);
}
a.entry:hover {
    opacity: .7;
    transition: .6s;
}
.entry img {
    width: 100%;
    border: solid 1px #eee;
}
.entry .text {
    color: #333;
}
/*タイトル*/
.entry h2 {
    margin-bottom: 10px;
    font-size: 90%;
    line-height: 1.3;
}
/*抜粋文*/
#entry-list .excerpt {
    font-size: 70%;
    color: #333;
    margin: 10px 0;
    padding-bottom: 5px;
}
/*タイル２列表示*/
.title_2type {
    width: 49.7%;
}
/*記事ブログタイプ*/
.entry.blog_type {
    width: 100%;
    margin-bottom: 30px
}
.blog_type img {
    width: 120px;
    height: 85px;
    object-fit: cover;
    float: left
}
.blog_type .text {
    margin-left: 130px;
}
.blog_type h2 {
    font-size: 85%;
}
.blog_type .excerpt {
    font-size: 70% !important;
    margin-left: 130px !important;
    height: 35px;
    overflow: hidden;
}
/*投稿日*/
.blog_type .kiji-date {
    position: absolute;
    right: 12px;
    bottom: 5px
}
.entry .kiji-date {
    position: absolute;
    bottom: 1px;
    right: 5px;
    text-align: right;
    font-size: 70%;
    color: #666;
}
/*カテゴリ情報*/
.entry .cat-data {
    max-width: 80%;
    top: 0;
    left: 0;
    position: absolute;
    font-size: 65%;
    padding: 0.3% 3%;
    border-left: 0;
    border-radius: 0;
    font-weight: bold;
}



/*  個別記事
---------------------------------------------------*/
/*記事ページのアイキャッチ画像*/
.pagetop-thumb img {
    max-width: 100%;
}
/*投稿カテゴリを画像に重ねる*/
.pagetop-thumb {
    position: relative;
}
.pagetop-thumb span.cat-data {
    position: absolute;
    top: 1px;
    left: 1px;
    background: #1c76fd85;
    line-height: 1.4;
    font-weight: bold;
    padding: 0.5% 1.6%;
}
.pagetop-thumb span.cat-data a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.pagetop-thumb span.cat-data a::before {
    font-family: FontAwesome;
    content: "\f07c";
    color: #fff;
}
/*記事内IMG*/
#post img {
    border: solid 1px #ddd;
}
/*投稿日・公開日*/
.post-info {
    padding: 5px;
    margin-bottom: 15px;
    font-size: 13px;
    text-align: right;
}
.post-info i.fa {
    margin-left: 5px;
}
/*コメント数*/
span.post_comments_link::before {
    font-family: FontAwesome;
    content: "\f27a";
    color: #333;
    margin-left: 6px;
}
span.post_comments_link a {
    color: #808080;
    text-decoration: none;
}
/*段落*/
#entry-content p {
    margin: 18px 0;
}
/*見出し*/
h1.entry-title {
    font-size: 18px;
    padding: 10px;
}
#entry-content h1, #entry-content h2, #entry-content h3, #entry-content h4, #entry-content h5, #entry-content h6 {
    margin: 5px 0 10px;
    font-weight: bold;
    background: #fbfbfb;
}
#entry-content h1 {
    padding: 12px 0;
}
#entry-content h2 {
    padding: 10px;
    font-size: 18px;
    border-top: 2px solid #345;
    border-bottom: 1px solid #345;
}
#entry-content h3 {
    font-size: 17px;
    padding: 5px;
    border-left: solid 5px #345;
}
#entry-content h4, #entry-content h5, #entry-content h6 {
    font-size: 15px;
    padding: 5px;
    border-left: solid 3px #345;
}
/*リスト*/
#entry-content ul, #entry-content ol {
    margin: 18px 0;
    padding-left: 40px;
}
#entry-content ul li, #entry-content ol li {
    margin: .2em;
}
#entry-content ul ul, #entry-content ul ol, #entry-content ol ul, #entry-content ol ol {
    margin: 0;
}
/*カラム*/
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6 {
    margin-top: 0 !important;
}


/*  関連記事
---------------------------------------------------*/
.related-entries-wrap {
    margin: 26px 0;
}
.related-entries-title {
    font-size: 18px;
    border-bottom: dotted 2px #ccc;
    margin: 10px 0;
}
.related-entries-title::before {
    content: "\f115";
    font-family: FontAwesome;
    margin-right: 10px;
}
.related-entries {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    list-style: none;
    justify-content: space-between;
    margin-top: 3%;
}
.related-entries li {
    position: relative;
    width: 49%;
    margin: .5% 0;
    justify-content: space-around;
    transition: all 0.3s ease-in-out;
}
.related_thumbnail img {
    width: 100%;
    margin-bottom: 5px;
}
.related_content p {
    line-height: 1.2;
    font-weight: bold;
}
.related_content a {
    font-size: 13px;
    color: #333;
    text-decoration: none;
}
.related_content a span.cat-data {
    position: absolute;
    top: -1px;
    background: #236affbd;
    right: -1px;
    color: #fff;
    font-size: 11px;
    padding: 1px 3px;
}
.related:hover {
    opacity: .7;
}

/*人気関連
---------------------------------------------------*/
.category_in_populars {
    margin: 2em 0;
}


/*記事分割ページのページャー コメント分割兼用
---------------------------------------------------*/
/* 上段部分 */
.next-page-link {
    display: flex;
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
}
.next-page-link a {
    display: inline-block;
    width: 49.5%;
    margin: 5px auto;
    padding: 10px;
    color: #666;
    text-decoration: none;
    background: #f9f9f9;
    line-height: 2.6;
    border-radius: 3px;
    font-size: 80%;
    font: bold 14px arial;
    box-shadow: 0 5px 0 #f1f1f1;
    transition: all 0.3s ease-in-out;
}
.next-page-link a:hover {
    -webkit-transform: translate3d(0px, 5px, 1px);
    -moz-transform: translate3d(0px, 5px, 1px);
    transform: translate3d(0px, 5px, 1px);
    box-shadow: none;
}
/* 下段部分 */
.page-link {
    margin: 15px 0;
    text-align: center;
}
.comment-page-link {
    margin: 1em 1em 3em;
    text-align: center;
}
.page-link span, .comment-page-link span, .comment-page-link a {
    margin-right: 3px;
    padding: 2px 10px;
    border: 1px solid #ddd;
    background: #fbfbfb;
    border-radius: 5px;
}
.page-link a span, .comment-page-link a {
    background: #fff;
    color: #666;
    text-decoration: none;
}
.page-link a {
    text-decoration: none;
}
.page-link a span:hover, .comment-page-link a:hover {
    background: #eee;
    color: #000;
}

/*  次の記事　前の記事へのリンク
---------------------------------------------------*/
#prev_next {
    margin: 30px 0;
}
#prev_next #prev, #prev_next #next {
    width: 100%;
    display: block;
    position: relative;
    border: solid 1px #ddd;
    margin: 20px 0;
    text-decoration: none;
    color: #333;
    font-size: 80%;
    background: #fefefe;
    height: 92px;
    transition: all 0.3s ease-in-out;
}
#prev_next #prev_title, #prev_next #next_title {
    position: absolute;
    background: rgb(255, 255, 255, 0.48);
}
#prev_next #prev_title {
    left: 0;
    top: 0;
    padding: 25px 6px;
    height: 100%;
}
#prev_next #prev_title::before {
    font-family: FontAwesome;
    content: "\f053";
    font-weight: bold;
    font-size: 25px;
}
#prev_next #next_title {
    right: 0;
    top: 0;
    height: 100%;
    padding: 25px 6px;
}
#prev_next #next_title::before {
    font-family: FontAwesome;
    content: "\f054";
    font-weight: bold;
    font-size: 25px;
}
#prev_next #prev img {
    float: left;
    margin-right: 1.6%;
    width: 120px;
    height: 90px;
    object-fit: cover;
    border: none;
}
#prev_next #next img {
    float: right;
    margin-left: 1.6%;
    width: 120px;
    height: 90px;
    object-fit: cover;
    border: none;
}
#prev_next #prev p {
    margin: 10px 10px 10px 130px;
    line-height: 1.4;
}
#prev_next #next p {
    margin: 10px 130px 10px 10px;
    line-height: 1.4;
}
#prev_next #prev:hover,#prev_next #next:hover {
    opacity: .7;
}

/*コメント
---------------------------------------------------*/
#comment_box .comment-body {
    background: #fbfafa;
    padding: 12px;
    border: solid 1px #eee;
    border-radius: 4px;
    font-size: 90%;
}
#comment_box .avatar {
    border: none !important;
}
#comment_box .comment-reply-link {
    background: #fff;
}
/*コメントフォーム*/
p.comment-form-author {
    float: left;
    width: 49.5%;
}
p.comment-form-email {
    float: right;
    width: 49.5%;
}
#comment_box input {
    width: 100%;
}
p.comment-form-url {
    clear: both;
}
#comment_box textarea {
    font-size: 16px;
}
#comment_box #submit {
    cursor: pointer;
}
#comment_box #submit:hover {
    background: #fbfafa;
}
/*コメント一覧
---------------------------------------------------*/
#comments-header {
    padding: 10px 0;
}
h3#comments {
    float: left;
    display: inline-flex;
}
.commenting_count {
    float: left;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 7px;
    background: #fcfcfc;
    padding: .3% 2.7%;
    margin-left: 12px;
    color: #666;
}
.commenting_count::before {
    content: '';
    position: absolute;
    border-right: 4px solid #999;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    top: 50%;
    left: -4px;
    margin-top: -4px;
}
.commenting_count::after {
    content: '';
    position: absolute;
    border-right: 3px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    top: 50%;
    left: -3px;
    margin-top: -3px;
}
.comment-author.vcard, .comment-metadata {
    display: inline;
}

/*  コメントフォーム
---------------------------------------------------*/
.comment-reply-title {
    font-size: 18px;
}
h3#comments::before {
    content: "\f0e6";
    font-family: FontAwesome;
    margin-right: 6px;
}
#comment_box ul {
    padding: 0;
    list-style: none;
}
#comment_box li {
    margin-bottom: 40px;
    margin-top: 10px;
}
#comment_box .comment-body {
    margin-bottom: 25px;
}
#comment_box .avatar {
    float: right;
}
#comment_box .reply {
    display: none;
}

#comment_box label {
    display: block;
}
#comment_box textarea {
    width: 100%;
    max-width: 100%;
    min-height: 220px;
    margin: 0;
    padding: 10px;
    border: solid 2px #ddd;
}
#comment_box input {
    padding: 12px;
    border: 2px solid #ccc;
    margin-bottom: 25px;
    border-radius: 3px;
    max-width: 100%;
    background: #fff;
}
h3#reply-title::before {
    font-family: FontAwesome;
    content: "\f044";
    color: #333;
    padding-right: 1%;
}
#comment_box #submit {
    background: #f1f1f1;
}
#comment_box span.required {
    color: red;
    font-weight: bold;
}
#comment_box p {
    margin: 16px 0;
    font-size: 90%;
}

/*ウィジェット
---------------------------------------------------*/
.widget {
    margin-bottom: 32px;
}
.widget-title {
    padding: 10px;
    margin: 20px 0;
    text-align: center;
    border-radius: 3px;
}
.widget ul {
    list-style: none;
}
.widget_recent_entries ul li ul, .widget_categories ul li ul, .widget_archive ul li ul, .widget_pages ul li ul, .widget_meta ul li ul, .widget_rss ul li ul, .widget_nav_menu ul li ul {
    padding-left: 26px;
}
.widget_recent_entries ul, .widget_categories ul, .widget_archive ul, .widget_pages ul, .widget_meta ul, .widget_rss ul, .widget_nav_menu ul {
    padding: 0;
    list-style: none;
}
.widget_recent_comments li {
    padding: 10px 5px;
}
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a, .widget_my_popular_posts a {
    text-decoration: none;
    padding: 10px 5px;
    display: block;
    color: #345;
}
.widget a:hover {
    opacity: .7;
    transition: .6s;
}
label.screen-reader-text {
    display: none;
}
select {
    padding: 7px;
    border: 2px solid #ddd;
    width: 100%;
    border-radius: 3px;
}
/*  カテゴリーウィジェット装飾
---------------------------------------------------*/
.widget_categories a::before {
    font-family: FontAwesome;
    content: "\f0da";
    color: #333;
    padding-right: 2%;
}
.widget_categories .children a::before {
    color: #ccc;
}
.cat-item a {
    border-bottom: dotted 1px #ddd;
}
/*   新着記事,人気記事ウィジェット
---------------------------------------------------*/
figure.eyecatch {}
figure.eyecatch img {
    float: left;
    margin-right: 1.6%;
    object-fit: cover;
    width: 128px;
    height: 80px;
}
.widget-new-entry-title {
    font-size: 13px;
    margin-left: 130px;
    line-height: 1.6;
    font-weight: bold;
}
.widget_my_popular_posts li {
    position: relative;
}
/*  タグクラウド、 記事タグ（兼用）
---------------------------------------------------*/
.kiji-tag {
    margin: 30px 0;
    text-align: right;
}
.kiji-tag li {
    display: inline-block;
}
.tagcloud a, .kiji-tag a {
    font-size: 13px !important;
    line-height: 1;
    background: #fff;
    color: #666;
    display: inline-block;
    white-space: nowrap;
    padding: 7px;
    margin: 2px;
    border-radius: 3px;
    text-decoration: none;
    border: solid 1px #ddd;
}
.tagcloud a:hover, .kiji-tag a:hover {
    background: #ddd;
    color: #23282d;
}
.tagcloud a:before, .kiji-tag a:before {
    font-family: "FontAwesome";
    content: "\f02b";
    padding-right: 4px;
}
/*  カレンダー
---------------------------------------------------*/
#wp-calendar {
    width: 100%;
    text-align: center;
}
#wp-calendar thead {
    background: #f9f9f9;
}
/*  検索フォーム
---------------------------------------------------*/
form.searchform {
    position: relative;
    text-align: center;
}
input.searchfield {
    font-size: 16px;
    width: 95%;
    margin: 3px;
    padding: 12px;
    border: solid 1px #ddd;
    border-radius: 3px;
    background: #fefefe;
}
input.searchsubmit {
    font-family: FontAwesome;
    font-size: 1.4em;
    position: absolute;
    top: 0;
    right: 7%;
    margin-top: 12px;
    padding: 0;
    cursor: pointer;
    color: #9E9E9E;
    border: none;
    background: transparent;
}

/*プロフィール ウィジェット
---------------------------------------------------*/
.the_author {
    border: solid 5px #eee;
    padding: 10px;
    margin: 0;
    background: #fff;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100% 170px;
}
.the_author_title {
    text-align: center;
    padding: 5px 0 !important;
    color: #fff;
}
.the_author_img {
    width: 80px;
    margin: 0 auto;
    padding-top: 90px;
}
img.avatar.avatar-80.photo {
    border-radius: 50%;
    background: #fff;
}
.the_author_right_section {
    margin: 0;
    padding: 0;
}
.the_author_name {
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}
.the_author_text {
    color: #666;
    font-size: 90%;
}
.widget #writter-follow {
    padding-top: 8px;
    text-align: center;
}
.widget #writter-follow {
    margin-left: 10px;
}
/*feedly*/
a.feedly {
    color: #25af01;
}
/*最近のコメントウィジェットのスタイル
---------------------------------------------------*/
.recent-comments-ori {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.recent-comments-ori .sb-type-ln {
    color: #333;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.recent-comment-title {
    position: relative;
    margin-bottom: 10px;
    padding: 8px 3px;
    border-top: 1px solid #ddd;
    font-size: 85%;
    background: #fafcff;
}
.recent-comment-date, .recent-comment-date-left {
    color: #ffffff;
    line-height: 1.3;
    margin: 0 auto;
    padding: 2px 6px;
    position: absolute;
    right: 0px;
    top: -9px;
    text-transform: uppercase;
    font-size: .6em;
    background: #888888;
}
.sb-subtype-a .sb-icon {
    float: left;
    margin-right: 8px;
}
.sb-subtype-b .sb-icon {
    float: right;
    margin-left: 8px;
}
.sb-subtype-b  .sb-name {
    float: right;
}
.sb-content {
    font-size: 90%;
    clear: both;
    line-height: 1.46;
    border: solid 1px #ccc;
    padding: 6px;
    border-radius: 3px;
    position: relative;
}
.sb-subtype-a .sb-content::after, .sb-subtype-b .sb-content::after {
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-bottom: 6px solid #fff;
    top: -10px;
}
.sb-subtype-a .sb-content::before, .sb-subtype-b .sb-content::before {
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-bottom: 6px solid #ccc;
    top: -11px;
}
.sb-subtype-a .sb-content::after, .sb-subtype-a .sb-content::before {
    left: 7px;
}
.sb-subtype-b .sb-content::after, .sb-subtype-b .sb-content::before {
    right: 7px;
}

/*人気、新着、ウィジェット
---------------------------------------------------*/
.widget_my_popular_posts .cat-data,.widget_recent_entries .cat-data {
    position: absolute;
    left: 6px;
    background: #0e6aced9;
    color: #fff;
    padding: 2px 3px;
    font-size: 70%;
}


.widget_recent_entries ul li {
    position: relative;
}
.widget_recent_entries .cat-data,.widget_my_popular_posts .cat-data {
    top: 11px;
}


.widget-new-entry-date {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #808080;
    font-size: 80%;
}
.widget-new-entry-date::before {
    content: "\f040";
    font-family: FontAwesome;

}
.widget_my_popular_posts .cat-data, .widget_recent_entries .cat-data {
    position: absolute;
    left: 6px;
    background: #3f51b591;
    color: #fff;
    padding: 0 2px;
    font-size: 10px;
}

.widget_recent_entries ul li {
    position: relative;
}
.widget_recent_entries .cat-data,.widget_my_popular_posts .cat-data {
    top: 11px;
}
.rank-count {
    display: none;
}
/*  人気記事ウィジェット
---------------------------------------------------*/
#popular_posts li {
    padding: 10px 5px;
}
#popular_posts a {
    color: #345;
    text-decoration: none;
}
#popular_posts a:hover {
    color: #e6053d;
}


/*  最近の更新記事ウィジェット
---------------------------------------------------*/
.widget_modify_update ul{
    padding: 0;
    list-style: none;
}
.widget_modify_update ul li{
    position: relative;
}
.widget_modify_update ul li a{
    text-decoration: none;
    padding: 10px 5px;
    display: block;
    color: #23282d;
}
figure.eyecatch img {
    float: left;
    margin-right: 1.6%;
    object-fit: cover;
    width: 128px;
    height: 80px;
}
.widget_modify_update-title {
    font-size: 13px;
    margin-left: 130px;
    line-height: 1.6;
    font-weight: bold;
}
.widget_modify_update .cat-data {
    position: absolute;
    top: 11px;
    left: 6px;
    background: #3f51b591;
    color: #fff;
    padding: 0 2px;
    font-size: 10px;
}
.modify_date {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #808080;
    font-size: 80%;
}

.widget_modify_update li:hover {
    opacity: .7;
    transition: .6s;
}

.clr {
    display: block;
    clear: both;
}
.clr::after {
    height: 0;
    clear: both;
    font-size: 0;
    display: block;
    content: "";
}


/*  ページャー
---------------------------------------------------*/
#pagenation {
    text-align: center;
    margin: 45px 0;
}
#pagenation-list {
    display: inline-block;
}
#pagenation #pagenation-list li {
    float: left;
    background: none;
    list-style: none;
    padding: 0;
    margin: 0 5px 5px 0;
}
#pagenation #pagenation-list li:last-child {
    margin-left: 0;
}
#pagenation #pagenation-list a, #pagenation #pagenation-list span {
    background: none;
    display: block;
    margin: 0;
    padding: 3px 10px;
    line-height: 1.5;
    text-align: center;
    border-radius: 2px;
}
#pagenation #pagenation-list .current {
    background: #DEDEDE;
    color: #696969;
    border: 1px solid #6b6b6b;
}
#pagenation #pagenation-list .omit {
    padding: 6px 2px;
    color: #777777;
}
#pagenation #pagenation-list li a {
    color: #333333;
    border: 1px solid #6B6B6B;
    text-decoration: none;
}
#pagenation #pagenation-list a:hover {
    background: #F0F0F0;
    color: #000000;
    border: 1px solid #121212;
    text-decoration: none;
}
#pagenation:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


/*  トップへ戻るボタン
---------------------------------------------------*/
#return-to-top{
    display:none;
}


/*パーツスタイル類
---------------------------------------------------*/


/*  SNSシェアボタン
---------------------------------------------------*/
.share {}
.sns {
    overflow: hidden;
}
.sns ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
}
/* 記事上 */
.sns.sns-top {
    margin-bottom: 5px;
}
.sns-top li {
}
.sns li {
    margin: 0 0.5% 6.7px 0;
    width:100%;
}
.sns li.pocket {
    margin: 0;
}
.sns li a {
    font-size: 60%;
    padding: 1%;
    position: relative;
    display: block;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.sns li a:hover {
    -webkit-transform: translate3d(0px, 5px, 1px);
    -moz-transform: translate3d(0px, 5px, 1px);
    transform: translate3d(0px, 5px, 1px);
    box-shadow: none;
    opacity: .7;
}
.sns .share-title {
    display: block;
}
.share-count {
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: -2px;
    right: 5px;
}
/* ツイッター */
.sns .twitter a {
    background: #00acee;
    box-shadow: 0 5px 0 #0092ca;
}
/* Facebook */
.sns .facebook a {
    background: #3b5998;
    box-shadow: 0 5px 0 #2c4373;
}
/* グーグル */
.sns .googleplus a {
    background: #db4a39;
    box-shadow: 0 5px 0 #ad3a2d;
}
/* はてぶ */
.sns .hatebu a {
    background: #5d8ac1;
    box-shadow: 0 5px 0 #43638b;
}
/* LINE */
.sns .line a {
    background: #25af00;
    box-shadow: 0 5px 0 #219900;
}
/* Pocket */
.sns .pocket a {
    background: #f03e51;
    box-shadow: 0 5px 0 #c0392b;
}
/* 記事下 */
.share-bottom {
    margin: 40px 0;
}
/*シェアメッセージ*/
h3.share-message {
    margin: 15px 0;
    padding: 10px;
    text-align: center;
    background: #fefefe;
    border-bottom: solid 1px #345;
    border-top: solid 2px #345;
}

/*  シェアボタンデザイン 立体なし・白背景
---------------------------------------------------*/
/*transform・box-shadow無し*/
.not_a_three_dimensional {
    box-shadow: none !important;
    transform: none !important;
}
/*白背景*/
.White_background{
    background: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
}
/*白背景 twitter*/
.sns .twitter .White_background {
    color: #00acee !important;
    border: solid 2px #00acee !important;
}
/*白背景 facebook*/
.sns .facebook .White_background {
    border: solid 2px #3b5998 !important;
    color: #3b5998 !important;
}
/*白背景 google+*/
.sns .googleplus  .White_background {
    border: solid 2px #db4a39 !important;
    color: #db4a39 !important;
}
/*白背景 はてブ*/ 
.sns .hatebu  .White_background {
    border: solid 2px #5d8ac1 !important;
    color: #5d8ac1 !important;
}
/*白背景 LINE*/
.sns .line  .White_background {
    border: solid 2px #25af00 !important;
    color: #25af00 !important;
}
/*白背景 pocket*/
.sns .pocket  .White_background {
    border: solid 2px #f03e51 !important;
    color: #f03e51 !important;
}
/*シェアカウント*/
.White_background .share-count {
    color: #000;
}
/*ホバー
---------------------------------------------------*/
.sns .White_background:hover {
    color: #fff !important;
}
a.White_background:hover {
    opacity: 1 !important;
}
.sns .twitter .White_background:hover {
    background: #00acee !important;
}
.sns .facebook .White_background:hover {
    background: #3b5998 !important;
}
/*白背景 twitter*/
.sns .twitter .White_background:hover {
    background: #00acee !important;
}
/*白背景 facebook*/
.sns .facebook .White_background:hover {
    background: #3b5998 !important;
}
/*白背景 google+*/
.sns .googleplus  .White_background:hover {
    background: #db4a39 !important;
}
/*白背景 はてブ*/ 
.sns .hatebu  .White_background:hover {
    background: #5d8ac1 !important;
}
/*白背景 LINE*/
.sns .line  .White_background:hover {
    background: #25af00 !important;
}
/*白背景 pocket*/
.sns .pocket  .White_background:hover {
    background: #f03e51 !important;
}

/*ボックス
---------------------------------------------------*/
.blank-box{
    padding: 20px;
    border-radius: 5px;
    margin: 1em 0;
}
.bb-yellow{
    background: #ffffa2f2;
}
.bb-red{
    background: mistyrose;
}
.bb-blue {
    background: #dcf5ff;
}
.bb-green{
    background: #c3ffc3;
}


/*ダブルレクタングル
---------------------------------------------------*/
#double_ad_section {
    text-align: center;
    margin: 2em 0;
}
#left-ad,#right-ad {
    width: 49.5% !important;
}
#left-ad {
    float: left;
}
#right-ad {
    float: right;
}

/*ビフォーアフターなボックス
---------------------------------------------------*/
.before-after_box {
    background: #fff;
    border: 3px solid #5d5d5d;
    margin: 20px 0;
    padding: 15px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}
.before-after_box::after {
    content: "";
    position: absolute;
    right: 0;
    width: 26px;
    height: 3px;
    left: -5px;
    bottom: -3px;
    margin: auto;
    background: #fff;
}
.before-after_box::before {
    content: "\f0a7";
    font-family: FontAwesome;
    font-size: 36px;
    position: absolute;
    right: 0;
    width: 36px;
    height: 36px;
    left: 0;
    bottom: -6px;
    margin: auto;
    color: #5d5d5d;
}
.before-after_box p {
    margin: 0 !important;
}

/*ひよこのボックスのスタイル
---------------------------------------------------*/
/*ぴよこボックス*/
.piyo-info {
    padding: 30px 20px 30px 125px;
    border-radius: 4px;
    position: relative;
    display: block;
    margin: 1em 0;
}
.piyo-info::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 12px;
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
}
/*謝る*/
.piyo-info_sorry {
    background: #fffcdd;
    border: 1px solid #ff9658;
}
.piyo-info_sorry::before {
    background-image: url(/wp-content/themes/white-tiger/images/piyo-sorry.png);
}
/*補足*/
.piyo-info_suppleme {
    background: #f5fcff;
    border: 1px solid #00acee;
}
.piyo-info_suppleme::before {
    background-image: url(/wp-content/themes/white-tiger/images/piyo-suppleme.gif);
}
/*注目*/
.piyo-info_attention {
    background: #ffe9e9;
    border: 1px solid #bf0000;
}
.piyo-info_attention::before {
    background-image: url(/wp-content/themes/white-tiger/images/piyo-attention.png);
}
/*無表情*/
.piyo-info_nature {
    background: #f0fff0;
    border: 1px solid #7c7;
}
.piyo-info_nature::before {
    background-image: url(/wp-content/themes/white-tiger/images/piyo-natural.png);
}

/*sleeping*/
.piyo-info_sleeping {
    background: #fbfbfb;
    border: 1px solid #666;
}
.piyo-info_sleeping::before {
    background-image: url(/wp-content/themes/white-tiger/images/piyo-sleep.png);
}

/*  目次
---------------------------------------------------*/
.toc {
    border: 1px solid #f1f1f1;
    font-size: 80%;
    width: 100%;
    max-width: 100%;
}
.toc_title {
    font-weight: bold;
    text-align: center;
    font-size: 75%;
    background: #f1f1f1;
    cursor: pointer;
    padding: 9px;
    margin-top: 40px;
    color: #333;
}
.toc_title:before {
    padding-right: 8px;
    font-family: FontAwesome;
    content: "\f0c9";
}
 
.toc ol {
    line-height: 1.8;
    list-style: none;
    counter-reset: section;
}
 
.toc > ol {
    padding: 5px 18px !important;
    margin: 0 !important;
}
 
.toc > ol ol {
    padding-left: 14px !important;
}

.toc ol>li:before {
    counter-increment: section;
    content: counters(section, "-") ".";
}
.toc a {
    color: #666;
    text-decoration: none;
}

/*  プロフィール
---------------------------------------------------*/
#profile {
    margin: 20px 0;
    padding: 12px;
    border: 1px solid #ddd;
    position: relative;
    width: 100%;
    border-radius: 4px;
}
#profile-title {
    font-size: 90%;
    margin-bottom: 3px;
}
#profile-thumbnail {
    float: left;
}
#profile-thumbnail img {
    border: none !important;    
    border-radius: 50%;
}
#profile a {
    text-decoration: underline; 
    text-decoration: none;
}
#profile-info {
    margin-left: 120px;
}
#profile-info p {
    font-size: 90%;
    line-height: 1.6;
}
#writter-follow {
    clear: none;
    margin: 4px 0;
}
#writter-follow a {
    text-decoration: none;
}
.follow-button {
    display: inline;
    margin-right: 10px;
}
#writter-follow a.twitter {
    color: #00acee;
}
.writter-follow a.facebook {
    color: #3b5998;
}
.writter-follow a.googleplus {
    color: #db4a39;
}
.writter-follow a.instagram {
    color: #3f729b;
}
.writter-follow a.feedly {
    color: #25af01;
}
#writter-follow a.rss {
    color: #ff8300;
}
/*  ブログカード
---------------------------------------------------*/
.blog-card {
    position: relative;
    border: 1px solid rgb(0, 0, 0, .1);
    border-radius: 3px;
    width: 100%;
    height: 150px;
    max-width: 95%;
    margin: 10px auto;
    padding: 12px;
}
.blog-card a {
    text-decoration: none;
    color: #333;
}
.blog-card a:hover {
    color: #333;
}
.blog-card-thumbnail {
    float: right;
    width: 100px;
    height: 100px;
}
.blog-card-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none !important;
}
.blog-card-content {
    margin-right: 110px;
}
.blog-card-title {
    margin: 0 0 2px;
    line-height: 1.3;
    max-height: 47px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
}
.blog-card-title:hover {
    text-decoration: underline;
}
.blog-card-excerpt {
    line-height: 1.5;
    font-size: 12px;
    max-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.blog-card-footer {
    font-size: .6em;
    width: 100%;
    color: #666;
    clear: both;
    vertical-align: bottom;
}
.site-footer_content {
    position: relative;
    float: left;
    margin-right: 7px;
    margin-top: 1px;
}
span.blog-card-favicon {
    position: relative;
    bottom: -4px;
}
.hatebu-count {
    float: left;
    position: relative;
    bottom: -9px;
}
.blog-card-date {
    float: right;
    margin-bottom: -5px;
    position: absolute;
    bottom: 12px;
    right: 22px;
}

/*  キーボード
---------------------------------------------------*/
/*白いキーボード*/
.keyboard {
    height: 35px;
    min-width: 40px;
    padding: 0 10px;
    margin: 5px 10px;
    background: #f8f9fb;
    border-radius: 4px;
    border-top: 1px solid #f5f5f5;
    box-shadow: 0 0 25px #E8E8E8 inset, 0px 1px 0 #C3C3C3, 0 2px 0 #C9C9C9, 0 2px 3px #333333;
    color: #666;
    text-shadow: 0 1px 0 #f5f5f5;
    font: bold 14px arial;
    text-align: center;
    line-height: 35px;
    display: inline-block;
}
/*黒いキーボード*/
.keyboard-dark {
    height: 41px;
    min-width: 24px;
    padding: 0 10px;
    margin: 5px 10px;
    background: #222222;
    border-radius: 4px;
    border-top: 1px solid #222222;
    box-shadow: 0 0 25px #333333 inset, 0 1px 0 #000000, 0 2px 0 #222222, 0 2px 3px #333333;
    color: #AAAAAA;
    text-shadow: 0 -1px 0 #000000;
    font: bold 14px arial;
    text-align: center;
    line-height: 41px;
    display: inline-block;
}

/*吹き出し
---------------------------------------------------*/
.speech_bubble {
    position: relative;
    margin-bottom: 18px;
    margin-top: 18px;
    display: flex !important;
}
.speech_bubble figure {
    width: 80px;
    height: auto;
}
.speech_bubble-image-left {
}
.speech_bubble-image-right {
}
.speech_bubble figure img {
    border-radius: 50%;
    margin: 0;
}
.speech_bubble-image-description {
    font-size: 10px;
}
.speech_bubble-arrow-box_right, .speech_bubble-arrow-box_left {
    position: relative;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 100%;
}
.speech_bubble-arrow-box_right {
        margin-left: 20px;
}
.speech_bubble-arrow-box_left {
    margin-right: 20px;
}
.speech_bubble-arrow-box_right:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #ccc;
    top: 15px;
    left: -21px;
}
.speech_bubble-arrow-box_right:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    top: 15px;
    left: -20px;
}
.speech_bubble-arrow-box_left:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #aaa;
    top: 15px;
    right: -20px;
}
.speech_bubble-arrow-box_left:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    top: 15px;
    right: -19px;
}
.speech_bubble-arrow-box_right p, .speech_bubble-arrow-box_left p {
    margin: 0 !important;
}
/*反対になってたのを修正*/
.speech_bubble.clr.speech_right_bubble {
    flex-direction: row-reverse;
}
/*吹き出しのお名前をセンタリング*/
.speech_bubble-image-description {
    text-align: center;
}

/*考え事
----------------------------------------------*/
/*左*/
.heart_arrow-box_right:before {
 border: 1px solid #aaa;
 border-radius: 50%;
 width: 8px;
 height: 8px;
 top: 15px;
 left: -12px;
}
.heart_arrow-box_right:after {
 border: 1px solid #aaa;
 border-radius: 50%;
 width: 4px;
 height: 4px;
 top: 20px;
 left: -19px;
}
/*右側*/
.heart_arrow-box_left:before {
 border: 1px solid #aaa;
 border-radius: 50%;
 width: 8px;
 height: 8px;
 top: 15px;
 right: -12px;
}
.heart_arrow-box_left:after {
 border: 1px solid #aaa;
 border-radius: 50%;
 width: 4px;
 height: 4px;
 top: 20px;
 right: -19px;
}


/*コメントトグル
---------------------------------------------------*/
#comments-toggle {
    cursor: pointer;
    display: block;
    margin: 20px 0;
    padding: 8px 0px;
    background-color: #efefef;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#comments-toggle:hover {
    cursor: pointer;
    opacity: 0.8;
}

/*NEW!マーク
---------------------------------------------------*/
/*共通*/
.New-caption::before,.StillHot-caption::before{
    border-style: solid;
    border-width: 0 60px 60px 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
}
.New-caption::after,.StillHot-caption::after{
    position: absolute;
    transform: rotate(45deg);
    color: #fff;
    font-size: 12px;
}
/*三日*/
.New-caption::before {
    border-color: transparent #ff560d transparent transparent;
}
.New-caption::after {
    content: "New!";
    top: 9px;
    right: 3px;
}
/*一週間*/
.StillHot-caption::before {
    border-color: transparent #3f51b5 transparent transparent;
}
.StillHot-caption::after {
    content: "StillHot!";
    top: 10px;
    right: 0;
}

/*蛍光マーカーのスタイル
---------------------------------------------------*/
strong.light-yellow {
    background: linear-gradient(transparent 60%, #ffff00a6 60%);
}
strong.crimson {
    background: linear-gradient(transparent 60%, #ff66c9a1 60%);
}
strong.royalblue {
    background: linear-gradient(transparent 60%, #97ccff 60%);
}
strong.limegreen {
    background: linear-gradient(transparent 40%, #44fd44 80%);
}
strong.orangered {
    background: linear-gradient(transparent 40%, #ff7744 80%);
}

/*記事下カテゴリ別人気記事
---------------------------------------------------*/
.category_in_populars_title {
    border-bottom: 2px dotted #ddd;
}
.category_in_populars i.fa.fa-line-chart {
    margin-right: 8px;
}
/*ランキングの王冠*/
.category_in_populars .ranking_image {
    position: absolute;
    top: -12px;
    left: -4px;
    content: "";
    width: 25px;
    height: 25px;
    background-size: cover;
    background-position: center;
}
.category_in_populars ul li:first-child .ranking_image {
    background-image: url(/wp-content/themes/white-tiger/images/ranking_1.png);
}
.category_in_populars ul li:nth-child(2) .ranking_image {
    background-image: url(/wp-content/themes/white-tiger/images/ranking_2.png);
}
.category_in_populars ul li:nth-child(3) .ranking_image {
    background-image: url(/wp-content/themes/white-tiger/images/ranking_3.png);    
}

/*  カエレバ・ヨメレバ・トマレバ
---------------------------------------------------*/
.cstmreba {
    width: 98%;
    height: auto;
    margin: 36px 0;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Helvetica, Meiryo, sans-serif;
    line-height: 1.5;
    word-wrap: break-word;
    box-sizing: border-box;
    display: block;
}
.cstmreba a {
    transition: 0.8s;
    color: #285EFF;
    /* テキストリンクカラー */
}
.cstmreba a:hover {
    color: #FFCA28;
    /* テキストリンクカラー(マウスオーバー時) */
}
.cstmreba .booklink-box, .cstmreba .kaerebalink-box, .cstmreba .tomarebalink-box {
    width: 100%;
    background-color: #fff;
    /* 全体の背景カラー */
    overflow: hidden;
    border: 1px solid #ddd;
    /* 外枠 */
    border-radius: 3px;
    box-sizing: border-box;
    padding: 12px 8px;
}
/* サムネイル画像ボックス */
.cstmreba .booklink-image, .cstmreba .kaerebalink-image, .cstmreba .tomarebalink-image {
    width: 150px;
    float: left;
    margin: 0 14px 0 0;
    text-align: center;
}
.cstmreba .booklink-image a, .cstmreba .kaerebalink-image a, .cstmreba .tomarebalink-image a {
    width: 100%;
    display: block;
}
/* サムネイル画像 */
.cstmreba .booklink-image a img, .cstmreba .kaerebalink-image a img, .cstmreba .tomarebalink-image a img {
    margin: 0;
    padding: 0;
    text-align: center;
}
.cstmreba .booklink-info, .cstmreba .kaerebalink-info, .cstmreba .tomarebalink-info {
    overflow: hidden;
    line-height: 170%;
    color: #333;
}
/* infoボックス内リンク下線非表示 */
.cstmreba .booklink-info a, .cstmreba .kaerebalink-info a, .cstmreba .tomarebalink-info a {
    text-decoration: none;
}
/* 作品・商品・ホテル名 リンク */
.cstmreba .booklink-name>a, .cstmreba .kaerebalink-name>a, .cstmreba .tomarebalink-name>a {
    border-bottom: 1px dotted;
    font-size: 16px;
}
/* タイトル下にPタグ自動挿入された際の余白を小さく */
.cstmreba .kaerebalink-name p, .cstmreba .booklink-name p, .cstmreba .tomarebalink-name p {
    margin: 0;
}
/* powered by */
.cstmreba .booklink-powered-date, .cstmreba .kaerebalink-powered-date, .cstmreba .tomarebalink-powered-date {
    font-size: 10px;
    line-height: 150%;
}
.cstmreba .booklink-powered-date a, .cstmreba .kaerebalink-powered-date a, .cstmreba .tomarebalink-powered-date a {
    border-bottom: 1px dotted;
    color: #333;
}
.cstmreba .booklink-powered-date a:hover, .cstmreba .kaerebalink-powered-date a:hover, .cstmreba .tomarebalink-powered-date a:hover {
    color: #333;
}
/* 著者・住所 */
.cstmreba .booklink-detail, .cstmreba .kaerebalink-detail, .cstmreba .tomarebalink-address {
    font-size: 12px;
}
.cstmreba .kaerebalink-link1 img, .cstmreba .booklink-link2 img, .cstmreba .tomarebalink-link1 img {
    display: none !important;
}
.cstmreba .kaerebalink-link1, .cstmreba .booklink-link2, .cstmreba .tomarebalink-link1 {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
.cstmreba .booklink-link2>div, .cstmreba .kaerebalink-link1>div, .cstmreba .tomarebalink-link1>div {
    float: left;
    width: 31%;
    min-width: 125px;
    margin: 0.5% 1%;
}
/*------------------ボタンデザインここから-------------------*/
.cstmreba .booklink-link2 a, .cstmreba .kaerebalink-link1 a, .cstmreba .tomarebalink-link1 a {
    width: 100%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    line-height: 180%;
    padding: 3% 1%;
    margin: 1px 0;
    border-radius: 4px;
    box-shadow: 0 2px 0 #ccc;
    background: -moz-linear-gradient(top, #fafafa, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eee));
}
.cstmreba .booklink-link2 a:hover, .cstmreba .kaerebalink-link1 a:hover, .cstmreba .tomarebalink-link1 a:hover {
    text-decoration: underline;
}
/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a {
    color: #76ae25;
}
/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a {
    color: #ff7a15;
}
/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a {
    color: #c81528;
}
/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a {
    color: #0b499d;
}
/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a {
    color: #bf9500;
}
/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a {
    color: #000066;
}
/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a {
    color: #ff0033;
}
/* Yahoo!トラベル */
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a {
    color: #ff0033;
    letter-spacing: normal;
}
/* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a {
    color: #84be24;
}
/* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a {
    color: #8d124b;
}
/* セシール */
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a {
    color: #314995;
}
/* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a {
    color: #007dcd;
}
/* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a {
    color: #d50000;
}
/* 楽天kobo */
.cstmreba .booklink-link2 .shoplinkbk1 a {
    color: #0085cd;
}
/* honto */
.cstmreba .booklink-link2 .shoplinkehon a {
    color: #2a2c6d;
}
/* ehon */
.cstmreba .booklink-link2 .shoplinkkino a {
    color: #003e92;
}
/* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a {
    color: #333333;
}
/* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a, .cstmreba .booklink-link2 .shoplinkamazon a {
    color: #FF9901;
}
/* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a, .cstmreba .booklink-link2 .shoplinkrakuten a {
    color: #c20004;
}
/* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a, .cstmreba .booklink-link2 .shoplinkseven a {
    color: #225496;
}
/* 7net */
/*-----------------ボタンデザインここまで--------------------*/

.cstmreba .booklink-footer {
    clear: both;
}
/*-----------------480px以下のスタイル-------------------*/
@media screen and (max-width:480px) {
    .cstmreba .booklink-image, .cstmreba .kaerebalink-image, .cstmreba .tomarebalink-image {
        width: 100%;
        float: none;
    }
    .cstmreba .booklink-link2>div, .cstmreba .kaerebalink-link1>div, .cstmreba .tomarebalink-link1>div {
        width: 49%;
        margin: 0.5%;
    }
    .cstmreba .booklink-info, .cstmreba .kaerebalink-info, .cstmreba .tomarebalink-info {
        text-align: center;
        padding-bottom: 1px;
    }
}

/***************************お知らせフィールド****************************************/
/*ラベル*/
#site-info {
    background: #07a2de;
    color: #fff;
    font-size: 70%;
    font-weight: bold;
    text-align: center;
}
/*ラベルホバー*/
#site-info:hover {
    opacity: .8;
}
/*ラベルアンカー*/
#site-info a {
    text-decoration: none;
    color: #fff;
}
/*お知らせフィールド*/
#site-info_field {
    min-height: 200px;
    padding: .5%;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width:780px) {
#site-info_field {
    background-attachment: scroll;
    background-position: center;
    height: auto !important;
}
}
.info_field-in {
    width: 100%;
    max-width: 580px;
    background: #fbfaf5ba;
    margin: 0 auto;
    padding: 2%;
    text-align: center;
    border-radius: 5px;
    color: #23282d;
    position: relative;
    font-size: 90%;
    min-height: 100px;
}
.info_field-in:before {
    position: absolute;
    top: -5px;
    left: 15px;
    font-family: FontAwesome;
    content: '\f05a';
    color: #4688f4;
    font-size: 40px;
}
.info_field-title {
    font-size: 120%;
    color: #333;
    font-weight: bold;
}
.info_field-text {
    padding: 1em 0;
}
a.site-info_btn {
    color: #fff;
    text-decoration: none;
    background: #fb7625e0;
    border-radius: 4px;
    font-weight: bold;
    padding: 2% 4%;
    border: solid 1px #f9823a;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}
a.site-info_btn:hover {
    color: #f88139;
    background: #f7f8f9;
    border: 1px solid #f9823a;
}

/*お知らせフィールドを左からフェードイン 左からだとtranslateX(-100vh)*/
.home .info_field-in {
    animation-name: fadein_info_field_in;
    animation-duration: 1.9s;
}
@keyframes fadein_info_field_in {
from {
    transform: translateX(200px);
    opacity: 0;
}
to {
    transform: translateX(0);
    opacity: 1;
}
}

/***************************contentsスライダー**********************************
/*ホバー*/
.swiper-slide:hover{
    opacity: .7;
    transition: .7s;
}
/*タイトル*/
.the_title{
line-height: 1.2;
}
/*タイトルアンカー*/
.the_title a{
color: #333;
text-decoration: none;
font-size: 13px;
}
/*ラッパー*/
.swiper-wrapper {
    padding-bottom: 14px;
}
/*コンテンツラップ*/
.swiper-slide.swiper-slide-duplicate{
    padding-bottom: 20px;
}
/*画像*/
.swiper-slide img{
vertical-align: bottom;
}
@media (min-width:1024px) {
    /*ラッパー*/
    .swiper-wrapper {
        margin: 0 100px;
        padding-bottom: 14px;
    }
}

/*swiper-containerを20px下から0位置にフェードイン*/
.swiper-container {
    padding-top: 15px !important;
    animation-name: swiper_fadein;
    animation-duration: 3s;
    /*animation-iteration-count: infinite;*/
}
@keyframes swiper_fadein {
from {
    transform: translateX(-40px);
    opacity: 0;

}
to {
    transform: translateX(0);
    opacity: 1;

}
}


/*リストボックス
-----------------------------------------------*/
.list-box {
    padding: 12px;
    border-radius: 5px;
    margin: 1em 0;
}
.list-box ul>li{
    list-style: none;
}
.list-box ul>li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    border-radius: 50%;
    margin-right: .3em;
    padding: 2px;
}
/*灰色*/
.lb-gray {
    background: #fbfafa;
    border: solid 1px #ddd;
}
.lb-gray ul>li:before {
   background: #808080;
}

/*青色*/
.lb-blue {
    background: #daf5ff57;
    border: solid 1px #00b8ff;
}
.lb-blue ul>li:before {
   background: #0073ff;
}

/*赤色*/
.lb-red {
    background: #ffe3e673;
    border: solid 1px #ff808e;
}
.lb-red ul>li:before {
    background: #db4a39;
}

/*緑色*/
.lb-green {
    background: #c6ffb79c;
    border: solid 1px #25af00;
}
.lb-green ul>li:before {
    background: #25af00;
}

/*黄色*/
.lb-yellow {
    background: #fdffb98a;
    border: solid 1px #ffdc00;
}
.lb-yellow ul>li:before {
    background: #ffe100;
}


/*メディアクエリー 
---------------------------------------------------*/
/*  タブレット端末以上
---------------------------------------------------*/
@media (min-width:768px) {
    body {
        font-size: 16px;
    }
    #site-title {
        margin-bottom: 15px;
        padding: 5px;
    }
    #site-title a {
        font-size: 30px;
    }
    .title_3type {
        width: 32.6%;
    }
    .title_2x3type{
        width:32.6%
    }
    /* 最新ののエントリーを二つ大きく二つ並びに */
    .title_2x3type:first-child {
        width: 49.5%;
    }
    .title_2x3type:nth-child(2) {
        width: 49.5%;
    }
    /*記事ブログタイプ780以上*/
    .blog_type img {
        width: 240px;
        height: 130px
    }
    .blog_type .text {
        margin-left: 260px
    }
    .blog_type h2 {
        margin-bottom: 10px;
        line-height: 1.3;
        font-size: 110%
    }
    .blog_type .excerpt {
        height: 90px;
        font-size: 85% !important;
        margin-left: 260px !important
    }
    #entry-list::after {
        content: "";
        display: block;
        width: 33%;
    }
    h1.entry-title {
        font-size: 30px;
        margin: 10px 0;
    }
    #entry-content h2 {
        padding: 15px;
        font-size: 26px;
        margin: 40px 0 20px;
    }
    #entry-content h3 {
        font-size: 22px;
        padding: 6px 20px;
        margin: 35px 0 18px;
    }
    #entry-content h4, #entry-content h5, #entry-content h6 {
        font-size: 18px;
        padding: 6px 20px;
        margin: 35px 0 18px;
    }
    .related-entries li {
        width: 24.24%;
    }
    .related-entries::before, .related-entries::after {
        content: "";
        display: block;
        width: 24.24%;
    }
    .related-entries::before {
        order: 1;
    }
    #prev_next {
        display: flex;
    }
    #prev_next #prev, #prev_next #next {
        margin: 20px 3px;
    }
    }

/*  パソコン 低解像度
---------------------------------------------------*/
@media (min-width:1024px) {
    /*モバイルメニュー*/
    #fixed_menu-box {
        display:none;
    }
    /*グローバルナビ サブメニュー*/
    .navi-in>ul .sub-menu{
        width: 240px;
    }
    .navi-in>ul .sub-menu .menu-item-has-children>a {
        position: relative;
    }
    .navi-in>ul .sub-menu .menu-item-has-children>a::after {
        font-family: FontAwesome;
        content: "\f105";
        padding-right: 3px;
        position: absolute;
        right: 5px;
        top: 33.311543%;
    }
    /*メニュー項目ラップ*/
    .manulabel-wrap {
        width: 100%;
    }
    /*メニュー説明*/
    .menu_description {
        font-size: 11px;
        opacity: .6;
    }
    /*jQueryで追加した要素*/
    .wwwww {
        position: relative;
    }
    .wwwww::after {
        font-family: FontAwesome;
        content: "\f107";
        font-size: 12px;
        padding-right: 3px;
        position: absolute;
        right: 10px;
        top: 5px;
    }
    #navi {
        display: block;
        box-shadow: 0 2px 2px rgba(0, 0, 0, .29);
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .29);
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .29);
    }
    .navi-in {
        padding: 0;
    }
    .navi-in>ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .navi-in>ul li:hover>ul, .navi-in a, .navi-in a:hover>ul {
        display: block;
    }
    .navi-in>ul li {
        display: block;
        width: 160px;
        height: 55px;
        line-height: 50px;
    }
    .navi-in a {
        color: #333;
        font-size: 14px;
        text-decoration-line: none;
        line-height: 22px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 55px;
    }
    .navi-in a:hover {
        transition: all 0.3s ease 0s;
    }
    .navi-in>ul .sub-menu {
        display: none;
        position: absolute;
        margin-left: 0;
        min-width: 240px;
        list-style: none;
        padding-left: 0;
        background: #f6f6f6;
        z-index: 99;
        text-align: left;
    }
    .navi-in>ul .sub-menu li {
        width: auto;
    }
    .navi-in>ul .sub-menu a {
        padding-left: 16px;
        padding-right: 16px;
    }
    .navi-in>ul .sub-menu ul {
        top: -55px;
        left: 240px;
        position: relative;
        background: #f4f4f4;
    }
    /*メインラッパー*/
    #main-wrapper {
        max-width: 1240px;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
     /*右サイドバー*/
    .sidebar_right {
        flex-direction: row;
    }/*左サイドバー*/
    .sidebar_left {
        flex-direction: row-reverse;
    }
    #content {
        margin: 0;
    }
    #side-contents {
        font-size: 16px;
        width: 360px;
        margin-left: 10px;
        flex-shrink: 0;
    }
    #sidebar-scroll {
        position: sticky;
        top: 0;
    }
    #footer-menu {
        display: inline-block;
    }
    #copy {
        padding: 0;
        text-align: right;
    }
    .related-entries-wrap h3, #comment_box h3 {
        font-size: 22px;
    }
    /*トップへ戻るボタン*/
    #return-to-top {
        position: fixed;
        right: 3px;
        bottom: 1px;
        display: none;
        z-index: auto;
    }
    #return-to-top a {
        padding: 10px;
        text-decoration: none;
        display: block;
        cursor: pointer;
        text-align: center;
        line-height: 100%;
        border-radius: 5px;
    }
    #return-to-top a:hover {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
}


/*  パソコン高解像度
---------------------------------------------------*/
@media (min-width:1260px) {
    body {
        font-size: 18px;
    }
    #content {
        width: 856px;
    }
    .singl-content {
        padding: 0 40px;
    }
    #side-contents {
        margin-left: 24px;
    }
    .related_thumbnail {
        background: #ddd;
        width: 183px;
        height: 115px;
    }
}




/*--------------------最近の追加分　重複や無駄がないか等の検証をています。-----------------------------*/

/*カテゴリ別のトップページテンプレートのスタイル
---------------------------------------------------*/
h2.category_top-title {
    padding: 10px 20px;
    border-bottom: 2px solid #808080;
    margin-bottom: 20px;
    color: #333;
}

h3.toppage-categorys-title {
    position: relative;
    font-size: 26px;
    padding: 10px 0;
    text-align: center;
    margin: 1.5em 0;
}

h3.toppage-categorys-title a {
    color: #666;
    text-decoration: none;
}

/*  ボタン
---------------------------------------------------*/
/*button*/
.whbutton {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    margin: 20px;
}
.whbutton:hover {
    background: #fff;
}
/*オレンジ*/
.whbutton_orange {
    background: #fb7625e0;
}
.whbutton_orange:hover {
    color: #f88139;
    border: 1px solid #fb7625e0;
}
/*ブルー*/
.whbutton_ {
    background: #4688f4;
}
.whbutton_:hover {
    color: #4688f4;
    border: 1px solid #4688f4;
}
/*レッド*/
.whbutton_ {
    color: #fff;
    background: #ff3526;
}
.whbutton_:hover {
    color: #ff3526;
    border: 1px solid #ff3526;
}
/*グリーン*/
.whbutton_ {
    color: #fff;
    background: #22bf28;
}
.whbutton_:hover {
    color: #22bf28;
    border: 1px solid #22bf28;
}

/*  スペーサー
---------------------------------------------------*/
.whspace-right {
    padding: 10px;
}
.whspace-middle {
    padding: 10px;
}
.whspace-large {
    padding: 20px;
}
.whspace-heavy {
    padding: 30px;
}

/*  検証中
---------------------------------------------------*/
.widget-new-entry-date {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #808080;
    font-size: 80%;
}
.widget-new-entry-date::before {
    content: "\f040";
    font-family: FontAwesome;

}
.widget_my_popular_posts .cat-data, .widget_recent_entries .cat-data {
    position: absolute;
    left: 6px;
    background: #3f51b591;
    color: #fff;
    padding: 0 2px;
    font-size: 10px;
}
.widget_recent_entries ul li {
    position: relative;
}
.widget_recent_entries .cat-data,.widget_my_popular_posts .cat-data {
    top: 11px;
}