@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


.tagline {
    text-align: left;
    font-size: 14px;
    margin: .6em 1em;
    color: #000;
}

/*新着記事ショートコード*/
.no-thumbnail .widget-entry-cards div.widget-entry-card-content {
    font-size: 16px;
    margin: 0.2em;
}

/*マウスオーバー */
.a-wrap:hover{
transform: translateY(-2px);
box-shadow: 2px 2px 6px 0 #ccc;
}

.text-pc {
	margin-left:20px;
    color: #000;
   font-size: 13px;
}

/*768px以下*/
@media screen and (max-width: 768px){
/*タブレット・スマホの時は非表示*/
.text-pc {display: none; }
}

.navi search-box {
	margin-bottom: 50px;
}

/*検索窓*/
.search-box {
width:100%;
margin:0.7em 1.5px 0.8em; 
position: relative; display: flex;
left: 40px;
}
.search-edit {
width:auto; /*入力部分の長さ*/
height:33px ;/*検索窓の高さ*/ 
background: #fff; /*入力部分の背景色*/
 font-size: 15px;
}	
.search-submit {
background: #fff; /*ボタン部分の背景色*/
color: #aeab92;/*アイコンの色*/
position: absolute; margin:6px 6px 3px; 
cursor: pointer; line-height:0; /*検索アイコンの高さや位置*/ 
border:none;padding: 0;}

.search-box input::placeholder {
font-size: 14px; color: #aeab92;/*プレースホルダーのフォント大きさと色*/
}

.navi-in > ul li {
    display: block;
    height: 30px;
    line-height: 60px;
    position: relative;
}

/*1040px以下*/
@media screen and (max-width: 1040px){
/*タブレット・スマホの時は非表示*/
.search-box{
display: none;
}
}

/************************************
** ■カテゴリーのカスタマイズ
************************************/
.widget_categories ul li a{ /*親カテゴリー設定*/
  text-decoration: none; /*テキスト装飾無し*/
  color: #333; /*文字色*/
  font-size: 15px; /*フォントサイズ*/
  display: block; /*ブロックボックス生成*/
  padding: 4px 4px 2px 10px; /*上下左右空間*/
  border-bottom: 1px dashed #ffc5e0; /*親カテゴリー下側にボーダーライン*/
}
.widget_categories ul li a::before{ /*親カテゴリーのアイコン設定*/
  font-family: FontAwesome;
  content: "\f07c";
  color: #fe619a;
  padding-right: 6px; /*アイコン右側空間*/
}
.widget_categories > ul > li > a:first-child{ 
  border-top: none; /*最初の親カテゴリー上側のボーダー削除*/
}

.widget_categories ul li a .post-count{ /*記事数設定*/
  display: inline-block; /*インラインボックス生成*/
  float: right; /*右寄せ配置*/
  margin-left: 8px; /*右側空間*/
  color: #fe619a; /*文字色*/
  background: #ffddee; /*背景色*/
  font-weight: bold; /*強調フォント*/
  font-style: oblique; /*斜体フォント*/
  font-size: 12px; /*フォントサイズ*/
  white-space: nowrap; /*1つの空白にまとめて表示。折り返し無し。*/
  line-height: 1.1; /*行の高さ*/
  padding: 3px 10px; /*上下左右空白*/
  text-decoration: none; /*テキスト装飾無し*/
  border-radius: 2px; /*角丸コーナー*/
}

.widget_categories ul li a:hover{ /*マウスホバー時設定*/
  background: #ffddee; /*背景色*/
  color: #333; /*文字色*/
}
.widget_categories ul li a:hover .post-count{ /*記事数のマウスホバー時設定*/
  background: #fe619a; /*背景色*/
  color: #fff; /*文字色*/
}

/*H1カスタム*/
.article h1{ /*見出し初期化*/
  padding: 0;
  margin: 0;
  font-size: medium;
  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  line-height: normal;
  position:relative;
}

.article h1 {
  position: relative;
  padding: 1rem .8rem;
  font-size: 25px;
}

.article h1:before,
.article h1:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(#ffd5b3), to(#ff7300));
  background-image: -webkit-linear-gradient(right, #ffd5b3 0%, #ff7300 100%);
  background-image: linear-gradient(to left, #ffd5b3 0%, #ff7300 100%);
}

.article h1:before {
  top: 0;
}

.article h1:after {
  bottom: 0;
}
/*H1カスタムここまで*/

/*H2カスタム*/
.article h2{ /*見出し初期化*/
  padding: 0;
  margin: 0;
  font-size: medium;
  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  line-height: normal;
  position:relative;
  background-color: transparent;
}

.article h2 {
    position: relative;
    padding: 0.4rem .5rem;
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
}

.article h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#0F4A00), to(#fee140));
  background-image: -webkit-linear-gradient(left, #0F4A00 ,#0F7A00 50%, #fee140 100%);
  background-image: linear-gradient(to right, #0F4A00 ,#0F7A00 50%, #fee140 100%);
}

/*H2カスタムここまで*/

/*更新時間の位置*/
.date-tags {
    line-height: 0.8;
    text-align: right;
    margin-bottom: 1em;
    margin-top: 0.5em;
}
/*更新時間の位置カスタムここまで*/

/*記事下カテゴリ*/
.cat-link, .cat-link a {
    color: #ffffff;
}

.article h3, .article h4, .article h5, .article h6 {
    border-color: #ffb64a;
}

.cat-link {
    border-color: #3c5dab;
    background-color: #1F2F54;
}

.tag-link {
    border-color: #3c5dab;
    background-color: #ffffff;
    color: #ffc268;
}
/*記事下カテゴリここまで*/

/*H3カスタム*/
.article h3 { /*見出し初期化*/
  padding: 0;
  margin: 0;
  font-size: medium;
  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  line-height: normal;
  position:relative;
}

.article h3 {
    position: relative;
    padding-bottom: 0.2em;
	padding-left: 0.3em;
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
	margin-top: 50px;
}
 
.article h3::after {
     position: absolute;
     content: '';
     left: 0;
     bottom: 0;
     width: 100%;
     height: 7px;
     box-sizing: border-box;
     border-top: 3px solid black;
     border-bottom: 1px solid black;
}
/*H3カスタムここまで*/

/* ランキング */
ul.wpp-list li {
border-bottom: 1px solid #039BE5;
position: relative;
list-style: none;
}

ul.wpp-list li a.wpp-post-title {
display: block;
text-decoration: none;
font-size: 15px;
font-weight: bold;
color: #333;
margin: 10px 10px 10px 50px;
}

ul.wpp-list li a.wpp-post-title:hover {
color: #039BE5;
}

ul.wpp-list li:before {
content: counter(wpp-count);
display: block;
position: absolute;
font-size: 14px;
font-weight: bold;
text-shadow: 1px 1px #555;
color: #fff;
background-color: #039BE5;
padding: 3px 10px;
z-index: 1;
margin-top: 5px;
border-radius:50%;
}

ul.wpp-list li {
counter-increment: wpp-count;
}

ul.wpp-list li:nth-child(1):before{
background-color: #ffc800;
}

ul.wpp-list li:nth-child(2):before{
background-color: #bfbfbf
}

ul.wpp-list li:nth-child(3):before{
background-color: #e67e00;
}

/* ランキングここまで */

/*H4カスタム*/
.article h4{ /*見出し初期化*/
  padding: 0;
  margin: 0;
  font-size: medium;
  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  line-height: normal;
  position:relative;
}

.article h4 {
  position: relative;
  background: #ffd98a;
  padding: 4px 30px;
  font-size: 16px;
  color: #474747;
  border-radius: 50px;
  margin: 15px 0 15px 17px;
  font-weight: bold;
}
.article h4:before {
  font-family: "FontAwesome";
  content: "\f00c";
  display: inline-block;
  position: absolute;
  padding: 0 0 0 2px;
  color: white;
  background: #ffa337;
  font-weight: normal;
  width: 38px;
  text-align: center;
  height: 40px;
  line-height: 41px;
  left: -23px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
  font-size: 24px;
}
/*H4カスタムここまで*/

/*H5カスタム*/
.article h5 {
  border:none;
  background:none;
  padding:0;
  margin:0;
}
.article h5 {
  position: relative;
  padding:15px 30px;
  margin:40px 0 15px;
  color: #333;
  background: -webkit-repeating-linear-gradient(-45deg, #FFFCF3, #FFFCF3 5px,#FFF8ED 5px, #FFF8ED 10px) !important;
  background: repeating-linear-gradient(-45deg, #FFFCF3, #FFFCF3 5px,#FFF8ED 5px, #FFF8ED 10px) !important;
  font-size: 20px;
  font-weight: bold;
}
.article h5:before,
.article h5:after{ 
  content:'';
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline-block;
}
.article h5:before{
  border-left: solid 1px #FFA337;
  border-top: solid 1px #FFA337;
  top:0;
  left: 0;
}
.article h5:after{
  border-right: solid 1px #FFA337;
  border-bottom: solid 1px #FFA337;
  bottom:0;
  right: 0;
}
/*H5カスタムここまで*/

/*タグクラウドカスタム*/
.tagcloud a:hover {
 background-color: #ffaa42;
 color: #fff;
 border-color: #ff8c00;
}
/*タグクラウドカスタムここまで*/

/*記事アイキャッチカスタム*/
.eye-catch {
    position: relative;
    margin-bottom: .6em;
    margin-top: .9em;
    max-width: 100%;
}
/*記事アイキャッチカスタムここまで*/

/*ボックスメニュー*/
.box-menu-icon {
   display: none;
}

.box-menu {
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding: 0;
    text-decoration: none;
    text-align: center;
    min-height: 40px;
    cursor: pointer;
    background: #fff;
    transition: none;
}

.box-menu:hover {
  color: orange;
  box-shadow: inset 1px 1px 0 0 #ffb145, 1px 1px 0 0 #ffb145, 1px 0 0 0 #ffb145;
  border: solid 1px #ffb145;
}

/*ボックスメニューカスタムここまで*/

/*関連記事ボックスカスタム*/
.list-3{
   list-style: none;
   padding:0;
   margin:0;
}

.list-3 li { 
   position: relative;
   margin:0.5em 0 !important;
   padding-left: 15px;
   font-size: 0.8em;
   font-weight: bold;
}
.list-3 li:before {
   font-family: FontAwesome;
   content: "\f058"; /*アイコン*/
   color:  #ffa952; /* 色 */
   position: absolute;
   left:0;
}

.box3-yellow {
	position: relative;	/* 配置に関するもの(ここを基準に) */
	max-width:90%; /* ボックスの横幅 */
	margin: 2em auto;	/* ボックスの外側余白(上下:2em　左右:auto) */
	padding: 1.7em 0.8em 1em 0.8em;	/* ボックスの内側余白(上下:1.7em　左右:2em) */
	border: 2px solid #fdc44f;	/* ボックスの線 (太さ　線の種類　線の色)*/
	border-radius: 4px;	/* ボックスの角丸 */
}
.box3-yellow .box-title {
	position: absolute; /* 配置に関するもの(ここを動かす) */
	top: -10px; /* 上から（-10px）移動*/
	left: 30px; /* 左から(30px)移動 */
	background: #fff; /* タイトル背景色 */
	color: #fdc44f; /* タイトル文字色 */
	padding: 0 10px;/* タイトルの余白 */
	line-height: 1;/* タイトルの行の高さ */
	font-size: 20px;/* タイトル文字の大きさ */
	font-weight: bold;/* タイトル文字の太さ */
}
.box3-yellow p {
	margin: 0; /* 文字の外側余白リセット*/
	padding: 0; /* 文字の内側余白リセット*/
}

.list-3 li a {
  padding: 0 .3em;
  transition: all .3s;
  text-decoration: none;
  color: #000;
}
.list-3 li a:hover {
  color: #fff;
  background-color: #2ecc71;
}
/*関連記事ボックスカスタム*/


/*共通*/
.flex-1 {
  list-style: none;
  padding-left: 0px;
  display:flex;
  flex-wrap: wrap;
  text-align:center;
  justify-content: center;
  justify-content: flex-start; /* 子要素を左揃えにする（例では使っていません） */
}

.flex-2 {
  width:auto;
  margin: 20px;
  list-style: none;
  text-align:  center;        /* 文字中央揃え */
}

.flex-2 a{
  display:block;
  padding: 6px;
  color:#FFF;
  text-decoration:none;
  box-sizing: border-box;
  border: dotted 2px #FFF;
  border-radius: 8px;
  transition: 1s;
  /*色替え用*/
  background:#0D47A1;
  box-shadow: 0px 0px 0px 4px #0D47A1;
  list-style: none;
  margin: 6px;
}


/*BLUE*/

.blue {
  background: #0D47A1;
  box-shadow: 0px 0px 0px 4px #0D47A1;
}

.blue:hover {
  background: #1E88E5;
  box-shadow: 0px 0px 0px 4px #1E88E5;
}


/*GREEN*/

.green {
  background: #004D40;
  box-shadow: 0px 0px 0px 4px #004D40;
}

.green:hover {
  background: #43A047;
  box-shadow: 0px 0px 0px 4px #43A047;
}


/*ORENGE*/

.orenge {
  background: #BF360C;
  box-shadow: 0px 0px 0px 4px #BF360C;
}

.orenge:hover {
  background: #FF7043;
  box-shadow: 0px 0px 0px 4px #FF7043;
}


/*RED*/

.red {
  background: #B71C1C;
  box-shadow: 0px 0px 0px 4px #B71C1C;
}

.red:hover {
  background: #EF5350;
  box-shadow: 0px 0px 0px 4px #EF5350;
}


/*PINK*/

.pink {
  background: #FF5252;
  box-shadow: 0px 0px 0px 4px #FF5252;
}

.pink:hover {
  background: #FF8A80;
  box-shadow: 0px 0px 0px 4px #FF8A80;
}


/*BROWN*/

.brown {
  background: #3E2723;
  box-shadow: 0px 0px 0px 4px #3E2723;
}

.brown:hover {
  background: #8D6E63;
  box-shadow: 0px 0px 0px 4px #8D6E63;
}


/*GLAY*/

.glay {
  background: #424242;
  box-shadow: 0px 0px 0px 4px #424242;
}

.glay:hover {
  background: #757575;
  box-shadow: 0px 0px 0px 4px #757575;
}


/*BLACK*/

.black {
  background: #000;
  box-shadow: 0px 0px 0px 4px #000;
}

.black:hover {
  background: #424242;
  box-shadow: 0px 0px 0px 4px #424242;
}

.top-banner{
	display: flex;
	flex-wrap:wrap;
	list-style: none;

}
.top-banner li {
	width: calc(100%/4);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
    list-style: none;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

/*新タグクラウドカスタム*/
/*タグクラウドのデザイン*/
.tagclouds a{
 flex-wrap: wrap;
 padding:9px;
 text-decoration:none;
 color:#fff;
 display:inline-block;
 font-size:14px;
 text-align:center;
 margin-bottom:6px;
 background:#7fbfff;
 border-radius:3px;
 box-shadow:0 1px 3px #ccc;
 justify-content: space-around;
 width: 32.5%;
}
/*タグクラウドマウスオーバー時*/
.tagclouds a:hover{
 color:#333;
 background:#ddd;
}

@media screen and (max-width: 834px) {
  .tagclouds a{
    width: 32%;
  }
}
/*新タグクラウドカスタムここまで*/

/*数字リスト*/
.list-6{
   counter-reset:number;
   list-style-type: none;
   padding:0;
   margin:0;
}
.list-6 li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.4em 0 !important;
   max-width:700px; /* 横幅 */
   padding: 0 0 0.5em 1.8em;
}

.list-6 li a { 
   text-decoration: none;
   font-weight: bold;
   color: #333;
}

.list-6 li a:hover {
color: #039BE5;
}

.list-6 li:last-child { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.4em 0 !important;
   max-width:700px; /* 横幅 */
   padding: 0 0 0.5em 1.8em;
}

.list-6 li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #ffa952; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 13px;
   border-radius: 50%;
   left: 0;
   top:0.2em;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}

@media screen and (max-width: 768px){
 .article ul, .article ol {
     padding-left: 0px; /* スマホ閲覧時の余白リセット(cocoon) */
}
}
/*数字リストここまで*/

/*投稿日・更新日を消す場合*/
.page .date-tags {
    display: none;
}

.article h2.danraku01 {
    font-size: 12px;
    padding: 5px;
    background-color: #fff;
    border-radius: 2px;
	  margin-top: 1em;
}

.ranking-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ranking-wrap>div {
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    max-width: 380px;
}

.ranking-box {
    padding: 0 0 1px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    margin-bottom: 1.2em;
	border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.ranking-box img {
box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
transition: .3s;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
	overflow: hidden;

}

.ranking-box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .8em 1.5em;
}

.ranking-wrap .rate-star {
    text-align: right;
}
.fa5 .rate-star {
    font-size: .95em;
}
@media only screen and (min-width: 481px)
.rate-star {
    width: 144px;
}
.rate-star {
    display: inline-block;
    margin: 0;
    width: 125px;
    color: rgba(0,0,0,.15);
    vertical-align: middle;
}
.dfont {
    font-family: "Quicksand","Avenir","Arial","BIZ UDGothic","Hiragino Kaku Gothic ProN",YuGothic,"Yu Gothic","Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
}

.ranking-point {
    list-style: none !important;
    border: none !important;
    margin: 0 1.5em!important;
    padding: .5em 0 !important;
    font-weight: 600;
    color: #555;
    border-bottom: 1px dotted #aaa !important;
}

.ranking-explanation {
    padding: .7em 1.5em;
    font-size: 14px;
}

.more-button {
    margin: 10px auto;
    text-align: center;
	padding-bottom: 10px;
}

.entry-content ul {
    list-style-type: disc;
}
.entry-content ul, .entry-content ol {
    margin-bottom: 1.5em;
    padding: 1em 1em 1em 2.5em;
    border: solid 2px #e8e8e8;
    border-radius: 3px;
}
.ranking-link {
    list-style: none !important;
    border: none !important;
    margin: 0 1.5em!important;
    padding: 1em 0 !important;
}
ol, ul {
    list-style-type: none;
    padding: 0;
}
dl, menu, ol, ul {
    margin: 1em 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
@media only screen and (min-width: 1030px)
body {
    font-size: 107%;
}

@media only screen and (min-width: 736px)
body {
    font-size: 107%;
}

@media only screen and (min-width: 481px)
body {
    font-size: 107%;
}

.others-a {
    text-align: right;
    padding: 0 1.5em;
    letter-spacing: 1px;
    font-size: 15px;
}

.ranking-wrap h3 {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    color: #333;
    font-size: 18px;
    width: 100%;
}

@media screen and (max-width: 480px) {
	.cate {
		display: inline-block;
	}
}

/*ボタン*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  margin-bottom: 12px;
  padding: 0;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  border-radius: 0;
}

a.btn-border span {
  position: relative;

  display: block;

  padding: 0.5rem 0.5rem;

  color: #000;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn-border:before {
  position: absolute;
  bottom: -8px;
  left: 0;

  display: block;

  width: 100%;
  height: 14px;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  border: 2px solid #000;
  border-top: 1px solid #000;
  border-radius: 0 0 0.5rem 0.5rem;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

a.btn-border:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

a.btn-border:hover:before {
  bottom: -5px;
}

a.btn-border:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

a.btn-border:active:before {
  bottom: -1px;
}

.article blockquote :last-child, .article .wp-block-media-text__content :last-child, .article .wp-block-columns :last-child, .article .column-left :last-child, .article .column-center :last-child, .article .column-right :last-child, .article .column-wrap :last-child, .article .timeline-box :last-child, .article .wp-block-cover :last-child, .article .blogcard-type :last-child, .article .btn-wrap :last-child, .article .wp-block-group :last-child, .article .wp-block-gallery :last-child, .article .block-box :last-child, .article .blank-box :last-child, .article .is-style-blank-box-red :last-child, .article .is-style-blank-box-navy :last-child, .article .is-style-blank-box-blue :last-child, .article .is-style-blank-box-yellow :last-child, .article .is-style-blank-box-green :last-child, .article .is-style-blank-box-pink :last-child, .article .is-style-blank-box-orange :last-child, .article .is-style-sticky-gray :last-child, .article .is-style-sticky-yellow :last-child, .article .is-style-sticky-red :last-child, .article .is-style-sticky-blue :last-child, .article .is-style-sticky-green :last-child, .article .toc :last-child {
    margin-bottom: 5px;
}

.ranking-explanation {
    padding: .3em 1em 0.2em 1em;
    font-size: 14px;
}

.entry-card-categories-ex {
text-align: right;
}
.entry-card-tags-ex {
text-align: right;
}

/******************************
** ●サイドバータイトル カスタマイズ
*******************************/
#sidebar h3{
  position: relative;
  color: #fff; /*フォントカラー*/
  background: #2e2e2e; /*背景カラー*/
  font-size: 16px; /*フォントサイズ*/
  letter-spacing: 6px; /*文字間隔*/
  text-align: center; /*文字位置中央 center*/
  margin: 10px 0px 20px 0px;
  padding: 16px 3px 12px 3px;
  line-height: 100%;
}
#sidebar h3::after {
  position: absolute;
  bottom: 0em;
  left: 1.8em;
  content: '';
  height: 5px;
  width: -webkit-calc(100% - 3.6em);
  width: calc(100% - 3.6em);
  background-color: #ffb133;
  border-radius: 5px;
}

.widget-sidebar ul li a {
font-size: 0.8em;
}

.textwidget {
font-size: 0.8em;
}

.no-thumbnail .widget-entry-cards div.widget-entry-card-content {
    font-size: 16px;
    margin: 0.2em 1.5em 0.2em 0.2em;
}

.footer-title{
color:#7b7b7b;
border-bottom:3px dotted;
border-color:#90C31F;
margin-bottom:1em;
}

/* カテゴリーラベルを非表示 */
.cat-label {
display: none;
}

/* sns share */
.button-caption{
  display: none;
}
.sns-share-buttons a {
  border-radius: 50%;
  margin: 5px;
}
#main .sns-share a {
  height: 35px;
  width: 35px;
  margin-bottom: 0.5em;
}
.sns-share-buttons {
  justify-content: center;
}
.social-icon {
  font-size: 15px;
}

/* （下）折り目付き切りっぱなし */
.eye-catch-caption {
position: absolute;
width: fit-content;
text-align: center;
line-height: 3em;
bottom: 10px;
right: -9px;
min-width: 180px;
height: 40px;
padding-left: 0.5em;
padding-right: 1em;
padding-top: 0;
background: #ff0088;
opacity: 0.7;
}
/* 折り返し部分 */
.eye-catch-caption::after {
position: absolute;
top: 40px;
right: 0;
content: '';
border: none;
border-bottom: solid 10px transparent;
border-left: solid 10px #14455b;/* 折り目の裏部分の色 */
}
/* 被リンク文字色 */ 
.eye-catch-caption a {
color: #fff;
text-decoration: none;
}
.eye-catch-caption a:hover {
color: #85edff;
text-decoration: underline;
}

/*フォントのサイズ*/
.f08rem{ font-size: 0.8rem!important; }
.f09rem{ font-size: 0.9rem!important; }
.f10rem{ font-size: 1.0rem!important; }
.f11rem{ font-size: 1.1rem!important; }
.f12rem{ font-size: 1.2rem!important; }
.f13rem{ font-size: 1.3rem!important; }
.f14rem{ font-size: 1.4rem!important; }
.f15rem{ font-size: 1.5rem!important; }
.f16rem{ font-size: 1.6rem!important; }
.f17rem{ font-size: 1.7rem!important; }
.f18rem{ font-size: 1.8rem!important; }
.f19rem{ font-size: 1.9rem!important; }
.f20rem{ font-size: 2.0rem!important; }

.entry-content ul, .entry-content ol {
    margin-bottom: 1.5em;
    padding: 1em 1em 1em 2em;
    /* border: solid 2px #e8e8e8; */
    border-radius: 3px;
}

/*下半分のマーカー色（km）*/
.marker-under {
  background: linear-gradient(transparent 60%, #ff9 60%);
  font-weight: bold;
}

.marker-under-red {
  background: linear-gradient(transparent 60%, #ffd0d1 60%);
  font-weight: bold;
}

.marker-under-blue {
  background: linear-gradient(transparent 60%, #a8dafb 60%);
  font-weight: bold;
}

/* 基本設定（共通） */

.az a,.az div{
  display:block;
  overflow:hidden;
}

.az img{
  max-width:100%;
  weight:auto;
  border:none;
  vertical-align:bottom
}

/* 角枠ランキング */

.az{
	display:inline-block;
	margin:5px;
	width:325px;
	position:relative;
	border:solid 0px rgba(150, 100, 43, 0.9);
}

.azrank{
	position: absolute;
	top:0px;
	left:0px;
	z-index:10;
	background:rgba(199, 145, 43, 0.7);
	color:#fff;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
}

/* プロフィール */
table.cp {
  width: 100%;
  border-collapse: collapse;
  font-size: 80%;
}

table.cp tr{
  border-bottom: solid 2px white;
}

table.cp tr:last-child{
  border-bottom: solid 2px white;
}

table.cp th{
  position: relative;
  text-align: left;
  width: 15%;
  background-color: #7EB5A6;
  color: white;
  text-align: left;
  padding: 10px 10px;
}

table.cp th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #7EB5A6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.cp td{
  text-align: left;
  width: 85%;
  text-align: left;
  background-color: #f5f5f5;
  padding: 10px 20px;
  border: solid 2px white;
}

/* サンプル動画ボタン */
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn01,
a.btn01,
button.btn01 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  width: 100%;
}

.btn-wrap {
  margin: 15px 0px 60px 0 !important;
}

a.btn-c01 {
  font-size: 2.2rem;
  margin: 2.2em 0 !important;
  position: relative;

  padding: 0.25rem 2rem 1.5rem 3.5rem;

  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

a.btn-c01 span {
  font-size: 1.5rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c01 span:before,
a.btn-c01 span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c01 span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.btn-c01 span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c01 i {
  margin-right: 1rem;
}

a.btn-c01:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}

.entry-content ul, .entry-content ol {
    margin-bottom: 0.5em;
    padding: 0.3em 1em 0.3em 2.5em;
    border: solid 0px #e8e8e8;
    border-radius: 3px;
}

/* 目次全体デザイン */
.toc{
    background:#F9F9F9; /* 目次全体の背景色を変える場合はここを変更 */
    border:none;
    display:block;
    border-top:5px solid;
    border-top-color:#FFC679;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    padding: 20px 25px;
}
/* 目次の文字指定 */
.toc-title {
    text-align:left;
    margin: 0 20px 0px -10px;
    padding-left: -20px;
    font-size: 23px;
    font-weight: 700;
    color: #FFC679; /* 目次の文字色を変える場合はここを変更 */
}
/* 目次のアイコン設定 */
.toc-title:before {
    top: 0;
    left: -45px;
    width: 50px;
    height: 50px;
    font-family: FontAwesome;
    content : "\f0ca"; /* アイコンを変える場合はここを変更 */
    font-size:20px;
    margin-right:5px;
    color:#FFF; /* アイコンの色を変える場合はここを変更 */
    background-color:#FFC679; /* アイコンの背景色を変える場合はここを変更 */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding:14px;
}
/* 目次のデザインカスタマイズ */
.toc-content ol {
    padding: 0 0.5em;
    position: relative;
}
.toc-content ol li {
    line-height: 1.5;
    padding: 0.3em 0 0.3em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none!important;
}
/* 目次の各節の先頭にあるアイコンを設定 */
.toc-content ol li:before {
    font-family: FontAwesome;
    content: "\f138"; /* アイコンを変える場合はここを変更 */
    position: absolute;
    left : 0.5em;
    color: #FFC679; /* 色を変える場合はここを変更 */
}
.toc-content ol li:last-of-type {
    border-bottom: none;
}
.toc-content .toc-list li {
    font-weight:700; /* h2のみ太文字に */
}
.toc-content .toc-list li li {
    font-weight:normal; /* h3以降の文字サイズを普通に */
}
.toc-content .toc-list open {
    margin-top: 5px;
}
/* 人気記事の横並び表示 */
.popularlist {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.popularlist a{
 width: 32%;
 flex-grow: 1;
}

/* モバイル */
@media screen and (max-width: 480px){
/* 人気記事の横並び表示 */
.popularlist {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.popularlist a{
 width: 45%;
 flex-grow: 1;
}
}

/* サンプル漫画ボタン */
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn02,
a.btn02,
button.btn02 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  width: 100%;
}

.btn-wrap {
  margin: 30px 0;
}

a.btn-c02 {
  font-size: 2.2rem;
  margin: 2.2em 0 !important;
  position: relative;

  padding: 0.25rem 2rem 1.5rem 3.5rem;

  color: #fff;
  background: #4f8aff;
  -webkit-box-shadow: 0 5px 0 #3064c9;
  box-shadow: 0 5px 0 #3064c9;
}

a.btn-c02 span {
  font-size: 1.5rem;

  position: absolute;
  top: -10px;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #3064c9;
  border: 2px solid #3064c9;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c02:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #0012b8;
  -webkit-box-shadow: 0 2px 0 #004ce3;
  box-shadow: 0 2px 0 #004ce3;
}

a.btn-c02:hover:before {
  left: 2rem;
}

/* サンプル漫画ボタン */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn03,
a.btn03,
button.btn03 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  width: 100%;
}

.btn-wrap {
  margin: 50px 0;
}

a.btn-c03 {
  font-size: 2.2rem;
  margin: 2.2em 0 !important;
  position: relative;

  padding: 0.25rem 2rem 1.5rem 3.5rem;

  color: #fff;
  background: #ff9100;
  -webkit-box-shadow: 0 5px 0 #ffa024;
  box-shadow: 0 5px 0 #ffa024;
}

a.btn-c03 span {
  font-size: 1.5rem;

  position: absolute;
  top: -10px;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #ff9100;
  border: 2px solid #ff9100;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c03:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #ff9a14;
  -webkit-box-shadow: 0 2px 0 #f78e00;
  box-shadow: 0 2px 0 #f78e00;
}

a.btn-c03:hover:before {
  left: 2rem;
}

/* ラベル装飾ボタンボタン */

/* コメント件数表示 comment-info-bar  */
.comment-info-bar{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
    padding: 1px 5px;
    font-size: 15px;
    text-align: right;
    font-weight: 200;
    font-family:HG創英角ﾎﾟｯﾌﾟ体;
    border: 2px solid #fc86c1;
    border-radius: 5px;
    word-break: break-all;
    border-color: #fc86c1;
	display: inline-block;
	background: #fff;
	text-decoration: none;
	color: #FFF;
}

/* ボタン04 */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn04,
a.btn04,
button.btn04 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  width: 100%;
}

.btn-wrap {
  margin: 50px 0;
}

a.btn-c04 {
  font-size: 2.2rem;
  margin: 2.2em 0 !important;
  position: relative;

  padding: 0.25rem 2rem 1.5rem 3.5rem;

  color: #fff;
  background: #6a02d9;
  -webkit-box-shadow: 0 5px 0 #470094;
  box-shadow: 0 5px 0 #470094;
}

a.btn-c04 span {
  font-size: 1.5rem;

  position: absolute;
  top: -10px;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #6a02d9;
  border: 2px solid #6a02d9;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c04:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #9a3dff;
  -webkit-box-shadow: 0 2px 0 #9a3dff;
  box-shadow: 0 2px 0 #1e0afa;
}

a.btn-c04:hover:before {
  left: 2rem;
}

/*H4.p01カスタム*/
.article h4.p01 {
  position: relative;
  background: #96d9ff;
  padding: 4px 30px;
  font-size: 16px;
  color: #474747;
  border-radius: 50px;
  margin: 15px 0 15px 17px;
  font-weight: bold;
}
.article h4.p01:before {
  font-family: "FontAwesome";
  content: "\f00c";
  display: inline-block;
  position: absolute;
  padding: 0 0 0 2px;
  color: white;
  background: #37b6ff;
  font-weight: normal;
  width: 38px;
  text-align: center;
  height: 40px;
  line-height: 41px;
  left: -23px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
  font-size: 24px;
}
/*H4.p01カスタムここまで*/

/* テーブルPK */
table.pk {
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.pk th {
  background-color: #fff;
}
table.pk tr:nth-of-type(2n+1) {
  background-color: #fff;
}
table.pk th,
table.pk td {
  border: solid 2px white;
  padding: 2px;
}
/* テーブルPK */
.rss-entry-cards,.body .widget,.body {
                margin-bottom: 0.1em!important
            }

/* 記事下新着の横2列表示 */
.new-entry-cards.fp-new-entry-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}

.fp-new-entry-cards .new-entry-card-link.a-wrap {
    display: inline-block;
    width: 49.5%;
}

/*768px以下*/
@media screen and (max-width: 768px){
.fp-new-entry-cards .new-entry-card-link.a-wrap {
      width: 49.5%;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
.fp-new-entry-cards .new-entry-card-link.a-wrap {
      width: 100%;
  }
} 

.widget h2 {
    font-size: 20px;
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #494949;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #7db4e6;/*左線*/
}
