@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Quicksand);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* ベースサイズ（rem基準） */
html {
  font-size: 16px;
}

#site-title {
text-align: left;
margin-top:5px;
margin-bottom:-5px;
margin-left:5px;
margin-right:20px;
}
#site-description {
  display: none;
}

body{
  font-family:
    'Noto Sans JP',
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',
    'ＭＳ Ｐゴシック', 'MS PGothic',
    Helvetica,
    'Lucida Grande', 'Lucida Sans Unicode',
    Arial, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color:#555555 !important;
  letter-spacing: 0.05em !important;
  font-feature-settings: 'palt' !important;
  line-height: 1.5;
}

/* 記事本文：メイリオ優先・Forbes準拠サイズ */
.entry-content,
.article {
  font-family:
    Meiryo, 'メイリオ',
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',
    'ＭＳ Ｐゴシック', 'MS PGothic',
    Arial, Verdana, sans-serif;
  font-size: 1rem !important; /* 16px */
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .05em;
}

blockquote {
  font-family: 'Times New Roman', serif;
}

.post-update {
    display: none;
}

/*
.entry-thumnail.wp-post-image {
        display: none !important;
}
*/

table {
    border-collapse:  collapse; /* セルの線を重ねる */
}

tr:nth-child(odd) {
    background-color:  #eee;    /* 背景色指定 */
}

th,td {
    padding: 5px 10px;          /* 余白指定 */
}

.entry-thumb img{
        width: 130px;
        height: 125px;
        border-radius:0px;
}

.post-meta {
        text-align: left;
}
#navi ul {
  text-align: center;
}

#breadcrumb .fa-home {
  display: none;
}

/* ------------------------------
WordPressプラグイン「WordPress Popular Posts」
------------------------------ */
/* 画像サイズ　レスポンシブ対応 */
.wpp-img img {
float:left;
max-width: 100%;
width: 100%;
height: auto;
margin: 0px 0px 2px 0px;
box-shadow: 0 2px 5px #999;
}
/* 行の幅　縮める */
.wpp-container {
line-height: 1.1em;
margin: 0px 0px 20px 0px;
}
.wpp-post-title {
  display: block;
  font-size: 14px;
}
/* ランキングカウンター実装 */
ul.wpp-list li:before{
content:counter(wpp-count);/* カウンターを表示 */
display:block;/* 縦に並べる指定 */
position:absolute;/* 左上に固定 */
color:#fff;/* 数字の色 */
text-shadow:0 1px 2px rgba(0,0,0,0.2);/* 数字に影をつける */
font-size:13px;/* 数字サイズ */
font-weight:bold;/* 数字を太字 */
background:#555;/* 背景色 */
padding:2px 8px;/* 丸枠内の余白 */
border-radius:50%;/* 背景の丸み */
z-index:1;/* 重なりの指定 */
}
/* カウント数を実装 */
ul.wpp-list li {
counter-increment: wpp-count;
}
/* 上位3位の背景色変更 */
ul.wpp-list li:nth-child(1):before{
background: #D65A4B;
}
ul.wpp-list li:nth-child(2):before{
background: #D39A3D;
}
ul.wpp-list li:nth-child(3):before{
background: #81BE84;
}
ul.wpp-list li:nth-child(10):before{
padding:3px 7px;
}

/*---------------------------------
固定ページの日付を非表示にする
--------------------------------*/
#post-952 .post-meta,#post-952 .post-meta,#post-952 .post-meta{
 display: none;
}
/* 記事区切り */
#main .entry {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
}
/* カテゴリーの背景色*/
.post-meta .category a{
  text-decoration: none;
  background-color:#ffc51d;
  border-radius:3px;
  padding:1px 5px;
}
/*　親カテゴリー　アイコン表示　*/
#categories-2 > ul > li:before {
  content: "\f07c";
  font-family: fontawesome;
  margin-right: 10px;
  color: #fff;
}
/*　子カテゴリー　アイコン表示　*/
#categories-2 ul > li > ul li:before {
  content: "\f115";
  font-family: fontawesome;
  margin-right: 10px;
  color: #fff;
}
#navi .menu li.menu-item-has-children ul.sub-menu li a {
  text-align: left;
}

.archive-title-pb,
.archive-title-pa,
.archive-title-list-text{
  display: none;
}

.entry-read a{
 color:#fff;
 font-size:14px;
 background-color:#848484;
 padding:3px 10px 3px 5px;
 text-decoration:none;
 }
 .entry-read a:hover{
 color:#fff;
 background-color:#848484;
}
 .entry-read {
  text-align: right;
  margin-right: 10px;
}

.comment-notes,
.comment-author,
.comment-form-email,
.comment-form-url,
.form-allowed-tags{
display:none;
}

/* 関連記事 */
.related-entry{
  line-height:130%!important;
  margin-bottom:10px!important;
  margin-right:10px!important;
  margin-left:10px!important;
  clear: both!important;
/*  overflow: auto;
  zoom: 1;*/
}
.related-entry-thumbnail .related-entry-title {
  line-height: 1.1;
  font-size: 14px;
  margin-left: 0px!important;
  text-align: left!important;
  margin-top: 13px!important;
  margin-bottom: 5px!important;
  padding-bottom: 5px!important;
}
.related-entry-thumbnail .related-entry-title a {
  line-height: inherit;
}
.related-entry-thumb img {
  border: 0;
  margin-right: 10px!important;
  width: 90px!important;
  height: 90px!important;
}
.related-entry-content {
  margin-left: 0px!important;
}
.related-entry-snippet{
  font-size:14px;
/*  display: none; */
}

/* 記事タイトル下囲み */
.post-meta {
 font-size: 13px;
 color: #999;
 background-color: #fff;
 border-radius:3px;
}

/************************************
** レイアウト（Layout）
************************************/
#header-in, #navi-in, #body-in, #footer-in{
 width: 90%;
}
#main{
 width: 70%;
 border: none;
}
#sidebar{
 width: 25%;
 border:none;
}

/* ウィジェットタイトル部分 */
#sidebar h3{
    text-align:left;
    line-height: 24px;
    font-size: 18px;
    color: #000;    /*文字色*/
    background-color: #ddd;    /*背景色*/
    border-radius: 3px;
    padding: 2px 10px;
}

.rpwe-block h3 {
    background: none!important;
    margin-bottom: 0!important;
    margin-top: 0!important;
    font-weight: 500;
    font-size: 16px!important;
    line-height: 1.5em;
}

/* 記事タイトルfont-familyをNoto Sans JPに（游ゴシック上書き対策） */
.article h1,
.entry-title,
h1.entry-title,
.post .entry-title,
.post .entry-title-link {
  font-family:
    'Noto Sans JP',
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',
    Meiryo, 'メイリオ',
    Arial, sans-serif !important;
}

/* 本文pタグを16pxに */
.article p,
.entry-content p {
  font-size: 1rem !important; /* 16px */
}

/* 記事タイトル：Forbes準拠 30px / font-weight:500 */
.article h1,
.entry-title,
h1.entry-title {
  font-size: 1.875rem !important; /* 30px */
  font-weight: 500 !important;
  line-height: 1.6;
  letter-spacing: .05em !important;
  font-feature-settings: 'palt' !important;
  color: #222;
  margin:0;
  padding: 0.5em;
}
.archive-title h1 a:link{
 color:#B91313!important;
 font-size: 34px!important;
}

/* TOPページ記事タイトルサイズ */
.entry h2 a{
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500 !important;
  font-size: 29px!important;
  font-weight: bold;
  line-height: 1.4;
}

/* 本文中 h2：Forbes準拠 20px */
.article h2,
.entry-content h2 {
  font-size: 1.25rem !important; /* 20px */
  font-weight: 500 !important;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 15px 10px 12px 20px;
  background: #b91212;
  color: #FFF;
  margin: 25px 0;
  position: relative;
  border:none;
}
.article h2:before{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 border-width: 0px 0px 16px 16px;
 border-style: solid;
 border-color: #FFF #848484 #848484 #FFF;
 background: #848484;
 display: block;
 width: 0;
}

#under-entry-body h2 {
 font-size: 1.3rem;
 font-weight: 700;
 line-height: 1.3;
 padding: 5px 15px;
 background: #848484;
 border-bottom: none !important;
 border-radius: 5px;
 color: #fff;
 margin:35px 0px 30px;
}

/* 本文中 h3：Forbes準拠 18px */
.article h3,
.entry-content h3 {
  font-size: 1.125rem !important; /* 18px */
  font-weight: 500 !important;
  line-height: 1.666;
  letter-spacing: 0;
  padding: 5px 15px;
  border-left: 6px solid #b91212;
  border-bottom: none !important;
  color: #000;
  margin:35px 0px 30px;
}

.article h4{
 font-size: 1.1rem;
 font-weight: 500;
 line-height: 1.3;
 padding: 5px 15px;
 border-bottom: none !important;
 border-left: 2px solid #b91212;
 color: #000;
 margin:35px 5px 20px;
}

/* サムネイルにカテゴリー＆アイコン消す */
#list .category .fa {
        display: none; /* アイコン非表示 */
}

/* TOC もくじのカスタマイズ */
#toc_container{
 margin-top:1px;
 margin-bottom:10px;
 border-radius: 4px;
 font-size: 17px; /* 文字の大きさ */
 padding-right: 10px;
 padding-left: 10px;
 background-color: #ddd; /* 背景色 */
 border: 2px solid #ccc; /* 外枠の設定 */
}
#toc_container .toc_title{
 font-size: 16px; /* タイトルの文字の大きさ */
 color: black; /* タイトルの文字色 */
 text-align: left;
}
/* タイトル前のアイコン　FontAwesomeの設定 */
#toc_container .toc_title:before{
 content: "\f046"; /* FontAwesomeのコード */
 font-family: FontAwesome;
 padding-right: 5px;
 font-size:16px; /* アイコンの大きさ */
 color: black;
}
#toc_container .toc_toggle a{
 color: black;
}
#toc_container ul{
 counter-reset:number;
 list-style:none;
}
#toc_container ul li{
 line-height: 1.10em;
 margin-bottom: 0.9em;
 margin-top:8px;
}
#toc_container ul li:before{
 counter-increment: number;
 content: counter(number);
 color: #555555;
 padding-right:10px;
 margin-left:-25px;
}
#toc_container ul li a{
 color: #555555;
 text-decoration:none;
}
#toc_container ul li a:hover{
 text-decoration:underline
}
#toc_container ul ul{
 margin-top: 0.5em;
}
#toc_container ul ul li{
 line-height: 1.10em;
 margin-bottom: 0.5em;
 font-size:14px;
 margin-left:-50px;
}
#toc_container ul ul li:before{
 content: "\f0da";
 font-family: FontAwesome;
 padding-right: 6px;
 margin-left:0px;
 color: #CCC;
}
#toc_container ul ul li a{
 color: #3D3D3D;
 font-weight: normal;
 padding-right:6px;
 text-decoration:none
}
#toc_container ul ul li a:hover{
 text-decoration:underline
}

.post h2, .post h2 span, .post h3, .post h3 span, .entry-title, .post .entry-title .entry-title-link{
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  font-feature-settings: 'palt' !important;
  line-height: 1.4 !important;
}
.category .archive-title:after {
font-size: 20px!important;
        content: "カテゴリー";
}

/* カウンターの初期化 */
.wpp-list {
    counter-reset: wpp-ranking;
}
/* カウンターの値を表示 */
.wpp-list li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
}

.top-posts-2 .widget_top-posts li {
    position: relative;
    list-style-type: none;
    padding-top: 5px;
    padding-left: 5px;
}
.top-posts-2 .widget_top-posts li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    background: rgba(94, 185, 77, 0.9);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 4px 8px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
