body{font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;}

#npcatch li{border-bottom-style:solid;color:#eeeeee;border-width:1px;}

#npcatch img{padding:0;margin-right:10px;border-radius:5px;}

/**本文の行間とマージン**/
.entry-content p {
	line-height:1.9em;
	margin: 0 0 1.8em;
}

/**button, input[type="button"], .btn, input[type="submit"]{display: none;}**/

.marker_yellow_hoso {
background: linear-gradient(transparent 60%, #ffff66 60%);
}
.marker_pink_hoso {
background: linear-gradient(transparent 60%, #fcd6c3 60%);
}
h2 {margin-top:50px;}

.entry-content h2 {
font-size: 1.5em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-top: .5em;
padding-bottom: .5em;
padding-left: .5em;
margin-bottom: 2em;
border-left: 10px solid #ad9976;/* 線 */
background-color: #f9f5f1;/* 背景色 */
color: #393939/* フォント色 */
}

.entry-content h3 {  
font-size: 1.4em;/* フォントサイズ */
padding-top: 0.6em;
padding-bottom: 0.6em;
margin-bottom: 1em;
border-top: 3px solid #ad9976;/* 上の線 */
border-bottom: 3px solid #ad9976;/* 下の線 */
color: #393939;/* フォント色 */
text-align: center;/* テキストの位置 */
}

/* .entry-content h4 {  
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-left: .5em;
border-bottom: 1px solid #ad9976;
color: #393939;
background-color: #f9f5f1;} */

h4 {
  position: relative;
  padding: 0.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #b9a673;
	width: max-content;
}

h4:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #b9a673 transparent transparent transparent;
}

/*  コンテンツ内全てテキストリンクのアンダー線を消す　*/
.nv-comment-content a, .nv-content-wrap a:not(.button):not(.wp-block-file__button) {
	text-decoration: none;
}

/* ===================================================
あわせて読みたい　複数リンク対応カスタマイズ
=================================================== */
.emphasize-link {
position: relative;
margin: 36px 0 16px;
padding: 16px 10px;
border: 2px solid #ad9976;
background-color: #f9f5f1;
}
.emphasize-link p:last-child {
margin-bottom: 0;
}
.emphasize-link::before {
position: absolute;
bottom: 100%;
left: -2px;
padding: 2px 6px;
content: "あわせて読みたい";
background-color: #ad9976;
color: #fff;
font-weight: bold;
}

.widget-title {
padding-left:10px;
border-left: 5px solid #ad9976;/* 線 */
background-color: #ffffff;/* 背景色 */
color: #393939/* フォント色 */
}

.textwidget {
padding: 20px;
border: 1px solid #ebe9e6;/* 線 */}

/* リンクボタン商品詳細　*/
a.cp_btn {
	position: relative;
	display: block;
	width: max-content;
	padding: 0.8em;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #CA7F34;
	border-bottom: 2px solid #794C1F;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
a.cp_btn:active {
	border-bottom: 2px solid #794C1F;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/* リンクボタンページ内　*/
a.link_btn {
	position: relative;
	display: block;
	width: auto;
	margin-bottom: 20px;
	padding: 0.8em;
	text-align: center;
	font-weight: bold;
	color: #0366d6;
	background: #FFFFFF;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
}
a.cp_btn:active {
	border: 1px solid #0675c4;
}

/* 関連記事リスト　*/
table.list th,td{
	font-weight: bold;
}

/* 関連記事の行間設定*/
ul.related_post {
	line-height: 1.7em;
}

/* ピックアップモジュール　*/
div.pickup{
	height: 15px;
	text-align: center;
}
div.pickup span{
	padding: 10px 10px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	font-weight: bold;
	color: #baa672;
	background: #ffffff;
	border-left: solid;
	border-right: solid;
	border-bottom: none;
	border-top: none;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-width: 2px;	
}
div.pickup_title {
	padding: 25px 12px 15px; 
	border-radius: 5px;
	border: 2px solid #ad9976;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

/* コラムモジュール　*/
.column {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1.5em;
    border: solid 3px #c1aa93;
    border-radius: 8px;
}
.column .column-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #c1aa93;
    font-weight: bold;
}
.column p {
    margin: 0; 
    padding: 0;
		color: #9c9084;
}

/* insatgram followmeボタン　*/
.insta_btn2 { /*ボタンの下地*/
	padding: 10px 15px 10px 15px;
  color: #FFF;/*文字・アイコン色*/  border-radius: 20px;/*角丸に*/
  height: 35px;/*高さ*/
  width: 125px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 12px;/*文字のサイズ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 20px;/*アイコンサイズ*/
	padding-right: 4px;
}

/*ブログカード*/
.blog-card {
  border: 2px solid #e5e5e5;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  margin: 1em 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card:hover {
  cursor: pointer;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.blog-card a {
  text-decoration: none;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card a:hover {
  color: #333;
  background: rgba(235, 235, 235, 0.8);
  text-decoration: none;
}

.blog-card-thumbnail {
  display: table-cell;
  vertical-align: middle;
}

.blog-card-thumbnail img {
  padding: 0;
  max-width: 100%;
}

.blog-card-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0.4em;
}

.blog-card-title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card-excerpt {
  display: none;/*消します*/
}

.blog-card .clear {
  clear: both;
}

@media screen and (max-width: 500px) {
  .blog-card-title {
    font-size: .85em;
  }
  .blog-card-thumbnail {
    width: 160px;
  }
}

/*ブログカードでラベルを付ける*/
.blog-card-label{
    display: inline-block;
    position: absolute;
    background-color: #ffb36b;
    top: 0px;
    left: 0px;
    width: 70px;
    height: 25px;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    transform-origin: 50% 50%;
    animation: animScale 3.5s ease-out;
}

/*メインメニュー*/
.hfg_header .header-bottom-inner {
    background-color: #f5f4f1;
}

/*目次*/
#ez-toc-container {
  border-width: 2px !important;
  border-radius: 0;
}
#ez-toc-container ul.ez-toc-list a {
  display: block;
  border-bottom: 1px solid #d9d3be;
  padding: 8px;
}
.ez-toc-title-container {
  display: block;
  width: 100%;
}
#ez-toc-container p.ez-toc-title {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.ez-toc-title-toggle {
  position: absolute;
  top: 13px;
  right: 15px;
}
#ez-toc-container {
	margin: auto;
}

/*アプリDLモジュール*/
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

/* オリジナル吹き出しアイコン付き*/
/* 共通 */
.balloon-simple {
 width: 100%;
 margin: 20px 0;
 overflow: hidden;　
}
 
.balloon-simple .icon-right img,
.balloon-simple .icon-left img{
 width: 100%;
 border-radius: 50%;
 background-size:cover;
}
 
.icon-right p,
.icon-left p{
 text-align: center;
 top: -5px;
 position: relative;
}
 
.balloon-simple .balloon {
 width: 100%; 
}
 
.serif-right,
.serif-left {
 position: relative;
 padding: 20px 30px 20px 15px;
 border-radius: 10px;
	border-color:#f0edeb;
}
 
.serif-right:after,
.serif-left:after {
 content: "";
 position: absolute;
 top: 15px;
 border-top: 10px solid transparent;
 border-bottom: 5px solid transparent;
 border-left: 5px solid transparent;
}
 
.serif-right p,
.serif-left p  {
 margin: 0;
 padding: 0;
	color: #3c3c3c;
}
 
/* 右の吹き出し */
.balloon-simple .icon-right {
 float: right;
 width: 70px;
 margin-right: 10px;
}
 
.serif-right {
 margin: 0 30px 0 0;
 background: #FFFFFF;
 float: right;  
	border-style: solid;
  width: 60%；	
}
 
.serif-right:after {
 transform: scale(-1, 1);
 right: -22px;
 border-right: 20px solid #FFFFFF;
}

.serif-right:before{
 transform: scale(-1, 1);
 right: -22px;
 content: "";
 position: absolute;
 top: 13px; 
 border-top: 12px solid transparent;
 border-bottom: 9px solid transparent;
 border-right: 22px solid #f0edeb;
 border-left: 0px solid transparent;
}

/* 左の吹き出し */
 
.balloon-simple .icon-left {
 float: left;
 width: 70px;
 margin-left: 10px;
}

.serif-left{
	display: inline-block;
    margin: 0 0 0 30px;
    border-style: solid;
    background: #ffffff;
    width: 60%;
}
 
.serif-left:after{
 left: -22px;
 border-right: 20px solid #FFFFFF;
}

.serif-left:before{
 left: -22px;
 content: "";
 position: absolute;
 top: 13px; 
 border-top: 12px solid transparent;
 border-bottom: 9px solid transparent;
 border-right: 22px solid #f0edeb;
 border-left: 0px solid transparent;
}

/* テーブル詳細用CSS */
.detail {
  width: 100%;
  border-collapse: collapse;
}

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

.detail tr:last-child{
  border-bottom: none;
}

.detail th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #b9a673a3;
  color: #564418;
  text-align: center;
  padding: 10px 0;
}

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

.detail td{
  text-align: left;
  width: 70%;
  text-align: left;
  background-color: #f7f5f3;
  padding: 10px 20px;
}

/*ランキング順位表示*/
ul.wpp-list li {
    border-bottom: 1px dashed #77776E;
    position: relative;
    list-style: none;
}
/*記事タイトル*/
ul.wpp-list li a.wpp-post-title {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    margin: 10px 10px 10px 0px;
}
ul.wpp-list li a.wpp-post-title:hover {
    color: #3fa3ff;
}
/*アイキャッチ*/
ul.wpp-list li img {
    margin: 10px;
}
/*ランキングカウンター*/
ul.wpp-list li:before {
    content: counter(wpp-count);
    display: block;
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #555;
    padding: 3px 10px;
    border-radius:50%;
    z-index: 1;
}
/*カウント数*/
ul.wpp-list li {
    counter-increment: wpp-count;
}
/*ランキング1〜3の色変更*/
ul.wpp-list li:nth-child(1):before{
    background-color: #EFAF00;
}
ul.wpp-list li:nth-child(2):before{
    background-color: #9EACB4;
}
ul.wpp-list li:nth-child(3):before{
    background-color: #BA6E40;
}