/*
Theme Name: 260208_refill
*/

/* 基本 */
body	{
	background-color: #ffffff; 
	color: #424242; /* gray */
	font-family:  "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

a	{
	text-decoration: underline;
	color: #0099ff;  /* skyblue */
}

a:hover	{
	text-decoration: underline;
    color: #ff2e99; /* pink */
}

a img	{
	border: none;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}


/* コンテナ */
div#container {
	width: 1090px;
	background-color: #ffffff; 
	margin: auto;
}

/* ヘッダー */
div#header {
	margin-top: 20px;	
	margin-bottom: 20px;
	font-size: 12pt;
}

div#header h1 {
	font-size: 20pt;
	margin: 0;
}

div#header h1 a	{
	color: #424242; /* gray */
	text-decoration: none;
}

div#header h1 a:hover{
    color: #ff2e99; /* pink */
}

div#header p#desc {
	font-size: 1em;
	font-weight: bold;
	color: #999999;
	margin: 0 0 5px;
}

div#subinfo {
	text-align: right;
	margin: -32px 0 5px;
}


/* ナビゲーションバー */
div#nav	{
	font-size: 13pt;
	height: 30px;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 30px;
	margin-bottom: 40px;
}

div#nav ul {
	margin: 0;
	padding: 0px;
}

div#nav li {
	list-style-type: none;
	float: left;
}

div#nav li a {
	display: block;
	text-decoration: none;
	width: 272px;
	line-height: 30px;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	color: #424242; /* gray */
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

div#nav li a:hover {
	background-color: #4169E1;
	color:#FFFAFA;
}


/* パンくずリスト */
div#pan	{
	font-size: 11pt;
}


/* コンテンツ */
div#content {
	width: 730px;
	font-size: 12pt;
	line-height: 2.0;
	float: left;
}

/* 画像中央揃え */
div#content img{
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* コンテンツ */
div#content h1	{
/*	border-left:1px solid #FF0000;
	font-size: 16pt;
	padding: 5px 20px;
	margin-bottom: 10px; */
	
	border-left:5px solid #ff6347;
    border-bottom:1px solid #ff6347;
	font-size: 17pt;
	padding: 5px 20px;
	margin-bottom: 10px;
}

div#content h1 a	{
	color: #0099ff;  /* skyblue */
}

div#content h1 a:hover{
    color: #ff2e99; /* pink */
}

div#content h2.pink	{

	border-left:5px solid #ff69b4;
	font-size: 14pt;
	padding: 5px 10px 5px 15px;
	margin:20px 10px 20px 0px;
	line-height:30px;
	color: #424242; /* gray */	
	
}

div#content h2 a	{
	color: #0099ff;  /* skyblue */
}

div#content h2 a:hover{
    color: #ff2e99; /* pink */
}




/* この記事のポイント2 */
div#content h2.point2 {
  position: relative;
  display: inline-block;
  font-size: 14pt;
  padding: 0 55px;
  text-align: center;	
}

div#content h2.point2:before, div#content h2.point2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #5989cf;
}

div#content h2.point2:before {
  left:0;
}
div#content h2.point2:after {
  right: 0;
}





/* 行動へのステップ2 */
div#content h2.step2 {
  position: relative;
  display: inline-block;
  font-size: 14pt;
  padding: 0 55px;
  text-align: center;	
}

div#content h2.step2:before, div#content h2.step2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #ff69b4;
}

div#content h2.step2:before {
  left:0;
}
div#content h2.step2:after {
  right: 0;
}




/* 問題提起 */
div#content h2.mondai {
	border-left:5px solid #5989cf;
	font-size: 14pt;
	padding: 5px 10px 5px 15px;
	margin:20px 10px 20px 0px;
	line-height:30px;
	color: #424242; /* gray */
}

/* 結果の根拠 */
div#content h2.kekka {
	border-left:5px solid #ff69b4;
	font-size: 14pt;
	padding: 5px 10px 5px 15px;
	margin:20px 10px 20px 0px;
	line-height:30px;
	color: #424242; /* gray */
}




/* 囲み枠 */
.kakomi1 {
 margin: 5px;
 padding: 10px;
 /* width: 90%; */
 background-color: #ffffff; /* 背景色 */
 border: 1px solid #cccccc; /* 枠線 */
}




div#content h3	{
	border-left:1px solid #0099ff;
	font-size: 14pt;
	padding: 5px 10px 5px 15px;
	margin:20px 10px 20px 0px;
	line-height:30px;
	color: #424242; /* gray */
}




div#content ul	{
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}

div#content li	{
/*	padding: 5px 0 5px -20px; */
    list-style-type: none;
	font-size: 12pt;
	margin: 0;
}

div#content li a {
	text-decoration: underline;
	color: #0099ff;  /* skyblue */
	display: block;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0 ;
}

div#content li a:hover	{
	text-decoration: underline;
    color: #ff2e99; /* pink */
}

/* テーブル文字 */
div#content table {
	font-size: 12pt;
	line-height: 1.5;
}


div#content p.title	{
	border-left:1px solid #0099ff;
	border-bottom: solid 1px #FF0000; 
	font-size: 15pt;
	padding: 10px 20px;
	margin-bottom: 20px;
	line-height:30px;
	color: #424242; /* gray */
}



/* サムネイル画像 */
div.post p.thumb336 {
	float: left;
	margin: 0 10px 10px 0;
}

p.thumb336 {
	float: left;
	margin: 0 10px 0px 0;
}

p.pagenation {
	font-size: 0.938em;
	margin: 0px;
	overflow: hidden;
}

span.oldpage	{float: left}
span.newpage	{float: right}



/* 個別記事中の文字 */
div.post	{
	font-size: 12pt;
	line-height: 1.8;
	margin-bottom: 30px;
	overflow: hidden
}

div.post h1 {
	color: #424242; /* gray */
}

div.post h1 a	{
	color: #0099ff;  /* skyblue */
}

div.post h1 a:hover{
    color: #ff2e99; /* pink */
}

div.post h2 {
	color: #424242; /* gray */
}

div.post h2 a	{
	color: #0099ff;  /* skyblue */
}

div.post h2 a:hover{
    color: #ff2e99; /* pink */
}


div.post p	{
	font-size: 12pt;
	line-height: 1.5;
}

div.post p.postcat	{
	text-align: right;
	margin: -10px 10px 10px 0}

div.post p.postcat a	{
	font-size: 11pt;
	background-color: #a7d043;
	border-radius: 2px;
	color: #ffffff;
	padding: 1px 5px
}

div.post p.postinfo	{
	color: #0099ff;
	text-align: right;
	margin: 0}


/* 囲み枠0 220528 */
.waku0 {
 border-radius: 7px;	
 line-height: 1.8;
 margin: 0 auto;
 padding: 20px;
 color: #555555; /* 文章色 */
 background-color: #add8e6; /* 背景色 */
 /* border: 1px solid #4682b4; /* 枠線の太さ・色 */
 width: 92%;
}

/* 囲み枠1 記事のポイント　220528 */
.waku1 {
 line-height: 1.8;
 margin: 0 auto;
 padding: 20px;
 color: #555555; /* 文章色 */
 background-color: #add8e6; /* 背景色 */
 border-top: solid 5px #5989cf;
 border-bottom: solid 5px #5989cf;	
 /* width: 92%; */
}


/* 囲み枠2 行動へのステップ　220528 */
.waku2 {
 line-height: 1.8;
 margin: 0 auto;
 padding: 20px;
 color: #555555; /* 文章色 */
 background-color: #ffc0cb; /* 背景色 */
 border-top: solid 5px #ff69b4;
 border-bottom: solid 5px #ff69b4;	
 /* width: 92%; */
}








/* 引用 */
.b1 blockquote	{
	background: url(blockquote2.gif) no-repeat 2% 6%;
	padding: 10px 20px;
	margin: 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #424242; /* gray */
}

.b1 p	{
	margin-bottom: 12px;
}

.b1 .origin	{
	text-align: left;
	margin-bottom:0;
}

.b1 .origin a	{
	color: #2D88B3;
}

/* 記事一覧表示（日付・タイトル調整） */
dl {
	overflow: hidden;
	zoom: 1;
}

dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
	clear: both;
/*	font-weight: bold; */

}

dd {
	margin-bottom: 5px;
	padding: 0 0 5px 0px;
/*	border-bottom: 1px dotted #999; */
}


/* タイトル付　囲み枠1　*/
.kakomi1 {
 position: relative;
 margin: 2em auto;
 padding: 25px;
 color: #555555; /* 文章色 */
 background-color: #fff; /* 背景色 */
 border: 1px solid #555555; /* 枠線の太さ・色 */
 width: 90%;
}

.title-kakomi1 {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color: #fff; /* タイトル背景色 */
 color: #555555; /* タイトル文字色 */
}



/* 記事内の画像 */
.aligncenter	{
	display: block;
	margin-left: auto;
	margin-right: auto
}

.alignleft	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px
}

.alignright	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px
}

.wp-caption	{
	border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px
}


/* サイドバー */
div#sidebar {
	width: 336px;
	float: right;
}

div#sidebar ul	{
	margin: 0;
	padding: 0;
	list-style-type: none
}

div#sidebar .widget	{
	margin-bottom: 20px
}

div#sidebar h2	{
	border-left:1px solid #0099ff;
	font-size: 12pt;
	margin:20px 10px 5px 0px;
	padding: 5px 15px;
	color: #424242; /* gray */
}

div#sidebar li li {
	font-size: 11pt;
	padding: 5px 5px 5px 10px;
	border-bottom: dotted 1px #aaaaaa; 

}


div#sidebar li li a {
	color: #0099ff;  /* skyblue */
	display: block;
}

div#sidebar li li a:hover	{
	text-decoration: underline;
    color: #ff2e99; /* pink */
}





/* 関連記事 */
div.related	{border: solid 1px #aaaaaa;
	margin-top: 20px}

div.related p	{color: #ffffff;
	background-color: #a7d043;
	margin: 0;
	padding-left: 10px}

div.related ol	{font-size: 0.75em}


/* 記事の個別ページ */
.single div.post h2	{
	background-color:#ffffff;
	color: black;
}

.single div.post h2 a	{
	color: #333333;
}




/* 画像の個別ページ */
.attachment div#content	{width: 100%;
	float: none}

.attachment p.photo	{text-align: center}


/* タイトルの一覧 */
ul.post	{list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: dotted 1px #aaaaaa}

ul.post li	{border-bottom: dotted 1px #aaaaaa;
	background-image: url(chip.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 15px 0 15px 20px}

ul.post li a	{color: #000000}

ul.post li span	{font-size: smaller;
	color: #888888}




/* ステータス */
div#sidebar li#execphp-3 h2	{background-color: #333333;
	border-radius: 0}

div#sidebar li#execphp-3 ul	{border: solid 1px #aaaaaa}

div#sidebar li#execphp-3 li	{padding: 5px 10px}

div#sidebar li#execphp-3 span	{color: #888888}


/* 人気記事ランキング */
div#sidebar ol	{margin: 0;
	padding: 0;
	list-style-type: none}

div#sidebar ol li a:before	{content: counter(mycount);
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: larger;
	color: #ffffff;
	background-color: #f3b62f;
	padding: 2px 7px;
	margin-right: 7px;
	vertical-align: -2px}

div#sidebar ol li	{counter-increment: mycount}



/* パンくずリスト */
.single div#header, .archive div#header
	{margin-bottom: 5px}

div#breadcrumb	{margin-bottom: 5px}

div#breadcrumb div	{display: inline;
	font-size: 0.75em}


/* ページ番号リンク */
p.pagenum	{text-align: center}

p.pagenum a, p.pagenum span
	{padding: 3px 6px;
	color: #ffffff}

p.pagenum a	{background-color: #78982b}

p.pagenum span	{background-color: #a7d043}


/* フッター */
div#footer	{
	font-size: 10pt;
	color: #424242; /* gray */
	background-color: #ffffff; 
	border-top: solid 1px #aaaaaa;
	text-align: center;
	padding: 6px 0;
	clear: both
}

div#footer a	{
	text-decoration: none;
	font-size: 10pt;	
	color: #424242; /* gray */
	text-align: center;
	}


div#footer p	{
	font-size: 0.75em;
	font-style: normal;
	font-family: Verdana, sans-serif;
	margin: 0
}





/* test */


div.entry {
	width: 728px;
}
div.entry div {
	width: 336px;
/*	background: #EFEFEF; */
	float: left;
	margin-right: 28px;
	margin-top: -5px;

}
div.entry div.right0 {
	margin-right: 0;
}




/* ページナビゲーション */

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	width: auto;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	background: #555;
	color:#fff;
	text-decoration: none;
}
.pagination a:hover{
	background: #3279bb;
	color: #fff;
}
.pagination .current{
	padding: 6px 9px 5px 9px;
	background: #3279bb;
	color: #fff;
}



/* タブ切り替え（メインカラム） */

.tab {
	list-style-type: none;
	text-decoration: none;
}

.tab li { /*タブ部分*/
	float: left;
	list-style-type: none;
	text-decoration: none;
	margin: 0 2px;
	padding: 3px 7px;
	background: #ffffff;
	}

.tab li a { /*タブ部分*/
	display: block;
	text-decoration: none;
	width: 90px;
	line-height: 20px;
/*	border-top: solid 1px #aaaaaa; */
/*	border-bottom: solid 1px #aaaaaa; */
	color:#ffffff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	}



.tab li.active { /*選択中のタブ*/
	background: #FFFFCC;

/*	background: #FFFF99; */

    }

.tab li.active a { /*選択中のタブ*/
	color: #ffffff;
	text-decoration: none;

    }


.tab_area { /*切り替え部分非表示*/
	display: none;
    }
.tab_content { /*内容*/
    clear: both;
    width: 336px;
/*    height: 250px; */
/*  border: 1px solid #999; */
/*    padding: 10px; */
    }

/* 新着記事　Newpost Catch */

#npcatch li{
    overflow:hidden;
    clear:both;
    margin:0px;
}
#npcatch img{
    float:left;
    padding:0px 5px 0px 0px;
}
#npcatch .title{
    width:210px;
    float:left;
    padding:5px 0px;
    line-height:140%;
    font-size:11pt;
/*    text-decoration:none; */
}
#npcatch li a{
/*    text-decoration:none; */
}
#npcatch li:hover{}
#npcatch li:hover .title{}
#npcatch li:hover .title a{}
#npcatch li:hover .date{}

/* 写真重ねタイトル */

.item{
	position: relative;
	float: left;
/*	width: 336px; */
/*	height: 252px;  */
}

.item a {
	text-decoration: none;
        color: #ffffff;
}

.item a:hover {
	text-decoration: none;
        color: #ff2e99;
}

.photo img{
	width: 100%;
	height: auto;
}

.comment{
	position: absolute;
	left: 0;
	font-size: 14px;
	bottom: 8px;
	width: 100%;
	height: 34%;
	padding: 5px 10px 5px 10px;
	background: #FFF;
    color: #ffffff;
	background-color: rgba(0, 0, 0, 0.6);
/*	background-color: rgba(0, 0, 0, 0.3); */
/*	background: rgba(255,255,255,.6); */

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* 記事一覧 */

div#content .kiji-list {
  margin: 0 0 15px;
  border: solid 1px #ddd;
  background-color: #fff;
}
 
div#content .kiji-list a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #000;
}
 
div#content .kiji-list a:after {
  display: block;
  clear: both;
  content: '';
}
 
div#content .kiji-list a:hover {
  background-color: #eee;
}
 
div#content .kiji-list img {
  float: left;
  width: 220px;
  height: 165px;
  object-fit: cover;
}
 
div#content .kiji-list .text1 { /*アイキャッチ画像あり*/
  width: auto;
  margin-left: 240px;
}

div#content .kiji-list .text2 { /*アイキャッチ画像なし*/
  width: auto;
  margin-left: 0px;
}
 
div#content .kiji-list h2 {
  border-left:none;
  padding:0;
  margin:0 0 10px 0;	
  font-size: 13pt;
  line-height: 1.4;
/*  margin-top: 0; */
/*  margin-bottom: 5px; */
}
 
div#content .kiji-date {
  font-size: 10pt;
  margin-bottom: 8px;
  color: #666;
}
 
div#content .cat-data {
  font-size: 9pt;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
}
 
div#content .kiji-list p {
  font-size: 10pt;
  margin: 10px 0 0;
}

/* リンクカード横幅いっぱい */
.wp-embedded-content {
width:100%;
}


承知いたしました。 前回のコードが強力すぎて、あなたが本文に書いた大切な見出し（<h2 class="kekka">など）まで巻き添えにして消してしまっていました。大変失礼いたしました。

「不要なタイトル（商品名）」と「自動で出る『説明』の文字」だけを消し、あなたが書いた本文（.kekkaなど）は必ず表示させるように、コードを修正しました。

以前のコードを全て消して、こちらに貼り替えてください。

【修正版】本文の見出しを守りつつ、不要な要素を消すCSS
CSS

/* ==================================================
   本文の見出しを表示し、タイトル等は消す設定
   ================================================== */

/* --------------------------------------------------
   1. ページ上部の「商品タイトル(H1)」だけを狙い撃ちで消す
   -------------------------------------------------- */
/* 本文エリア(.woocommerce-Tabs-panel)の外にあるH1だけを消す指定です */
.single-product .product_title,
.single-product .entry-header h1,
.single-product .summary h1 {
    display: none !important;
}

/* --------------------------------------------------
   2. 本文（商品説明）の中身は「全て表示」する
   -------------------------------------------------- */
/* 一旦、説明エリア内の全ての要素を表示扱いにします */
#tab-description,
#tab-description * {
    display: block; /* !importantはあえて外します（微調整のため） */
}

/* ★ご指定のクラス（kekka）や本文中のH2などを確実に表示 */
#tab-description h2,
#tab-description .kekka {
    display: block !important;
}

/* --------------------------------------------------
   3. 自動で挿入される「説明」という見出しだけを消す
   -------------------------------------------------- */
/* 説明エリアの「一番最初にあるH2」＝自動挿入される「説明」見出し */
#tab-description > h2:first-child {
    display: none !important;
}

/* --------------------------------------------------
   4. その他の不要要素（画像・価格・カート・タブ）を非表示
   -------------------------------------------------- */
.single-product .woocommerce-product-gallery,
.single-product p.price,
.single-product .product_meta,
.single-product .cart,
.single-product .woocommerce-tabs ul.tabs,
#tab-additional_information,
#tab-reviews {
    display: none !important;
}

/* --------------------------------------------------
   5. レイアウト調整（全幅表示）
   -------------------------------------------------- */
.single-product .entry-summary {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* FluentCRMの解除理由アンケートを非表示にする */
.fluentcrm_unsubscribe_reasons, 
.fluentcrm_unsubscribe_reason_wrapper,
.fluentcrm_unsubscribe_other_reason {
    display: none !important;
}

/* 「理由を教えてください」という見出しラベルを消す場合 */
.fluentcrm_unsubscribe_form label {
    display: none !important;
}




