@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.3
*/

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

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

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

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

/** h2 ~ h6 **/
.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 1.62em;
	border-left-style: solid;
    border-left-color: #8B4513;
	background-color: #ffffff;
}

.article h2 {
	border-width: 10px;
    padding: 20px;
	border-right: 1px solid var(--cocoon-thin-color);
    border-top: 1px solid var(--cocoon-thin-color);
	border-bottom: 1px solid var(--cocoon-thin-color);
}

.article h3 {
	border-right: 0px solid;
    border-top: 0px solid;
	border-bottom: 0px solid;
	margin-top: 50px;
}

/** 本文内疑問ポイント **/
.question-point ul {
	list-style: none;
	margin: 15px 0px 0px 0px;
}
.question-point ul li {
	margin: 0 0 15px -15px;
	background: url(/wp-content/uploads/2025/08/check.png) left 0px top 3px no-repeat;
	background-size: 25px auto;
	padding: 0 0 0 35px;
}

/* ハイライト表示 */
.highlight-text-yellow {
	background: linear-gradient(transparent 75%,#ff3 0);
	font-weight: bold; 
}

/** 本文内チェックリスト **/
.checklist {
	border: 1px solid #ddd;
	padding: 26px 26px 22px;
	margin-top: 25px;
}
.checklist .title {
	background-image: url(/wp-content/uploads/2025/08/information.png);
	background-repeat: no-repeat;
	padding: 0px 0px 5px 41px;
	font-size: 1.0rem;
}
.checklist ul {
	list-style: none;
	margin: 15px 0px 0px 0px;
}
.checklist ul li {
	margin: 0 0 15px -15px;
	background: url(/wp-content/uploads/2025/08/check.png) left 0px top 3px no-repeat;
	background-size: 25px auto;
	padding: 0 0 0 35px;
}

/** 出典文言 **/
.source {
	font-size: 10.5px;
	color: #828080;
}

/** 商品説明 **/
.item_description {
	background: #f8f8ff;
	padding: 20px 20px 5px 20px;
	font-size: 0.9em;
}
.item_description .title {
	text-decoration: underline;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/** 商品スペック **/
.item_spec {
	border: 1px solid #ddd;
	padding: 20px 25px 0px 20px;
	margin: 25px 0;
}
.item_spec .title {
	text-decoration: underline;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/** 価格 **/
.price_area {
	color: #ff4500;
	margin: 10px 0;
	display: inline-block;
	background: url(/wp-content/uploads/2025/08/amazon_icon.png) left 0px top 18px no-repeat;
	background-size: 25px;
}
.price_area .title {
	float: left;
	padding: 16px 0 0 35px;
}
.price_area .price {
	font-weight: bold;
	font-size: 2.0rem;
	float: left;
	padding: 0 6px 0 0;
}
.price_area .tax {
	font-size: 1.2rem;
	padding: 15px 0 0 0;
	float: left;
}
.small_price {
	color: #ff4500;
	font-weight: bold;
	font-size: 1.1rem;
}
.minimum_price {
	color: #ff4500;
	font-weight: bold;
	font-size: 1.0rem;
}

/** ボタン(大) **/
.amazon_button:active,
.rakuten_button:active,
.yahoo_button:active {
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow:none;
}
.amazon_button {
	position: relative;
	display: block;
	height: 45px;
	width: 100%;
	text-decoration: none;
	background: #29c452;
	line-height: 45px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 1px 2px 4px #117a2c;
	margin: 0 0 10px 0;
	font-size: 0.9rem;
}
.rakuten_button {
	position: relative;
	display: block;
	height: 45px;
	width: 100%;
	text-decoration: none;
	background: #e06335;
	line-height: 45px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 1px 2px 4px #8c3210;
	margin: 0 0 10px 0;
	font-size: 0.9rem;
}
.yahoo_button {
	position: relative;
	display: block;
	height: 45px;
	width: 100%;
	text-decoration: none;
	background: #d8d10f;
	line-height: 45px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 1px 2px 4px #8e8a12;
	margin: 0 0 10px 0;
	font-size: 0.9rem;
}
.disabled_button {
	position: relative;
	display: block;
	height: 45px;
	width: 100%;
	text-decoration: none;
	background: #bbb;
	line-height: 45px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 1px 2px 4px #888;
	margin: 0 0 10px 0;
	pointer-events: none;
	font-size: 0.9rem;
}

/** ボタン(小) **/
.amazon_button_small {
	position: relative;
	display: block;
	height: 35px;
	width: 100%;
	text-decoration: none;
	background: #29c452;
	color: #fff;
	line-height: 35px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 1px 2px 4px #117a2c;
	margin: 0 0 10px 0;
}
.rakuten_button_small {
	position: relative;
	display: block;
	height: 35px;
	width: 100%;
	text-decoration: none;
	background: #e06335;
	color: #fff;
	line-height: 35px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 1px 2px 4px #8c3210;
	margin: 0 0 10px 0;
}
.yahoo_button_small {
	position: relative;
	display: block;
	height: 35px;
	width: 100%;
	text-decoration: none;
	background: #d8d10f;
	color: #fff;
	line-height: 35px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 1px 2px 4px #8e8a12;
	margin: 0 0 10px 0;
}
.disabled_button_small {
	position: relative;
	display: block;
	height: 35px;
	width: 100%;
	text-decoration: none;
	background: #bbb;
	color: #fff;
	line-height: 35px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 1px 2px 4px #888;
	margin: 0 0 10px 0;
	pointer-events: none;
}

/** 比較表（横スクロール） **/
.vscroll {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	height:100%;
	white-space:nowrap;
	margin: 25px 0 0 0;
}
.compare-table {
/**	white-space:normal; 
	display:inline-block;**/
	table-layout: fixed;
	margin-right:1%;
	vertical-align:top;
	font-size: 1.0rem;
	word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.compare-table th {
	text-align: center;
	background-color: #7c7c7c;
	color: #f5f5f5;
	padding: 3px 10px;
}
.compare-table td {
	padding: 3px 10px;
}
.compare-table .first {
	position: sticky;
	left: 0;
	width: 90px;
	background-color: #7f7f7f;
	color: #fff;
	text-align: center;
	z-index: 100;
}
.x-baby-coil-table {
	width:927px;
}

/** 本文内トピックス **/
.profile_box {
        border: 1px solid #ddd;
        padding: 26px 26px 22px;
        margin-top: 25px;
}
.profile_box .title {
    background-image: url(https://vape.kents.info/wp-content/uploads/2018/01/information.png);
    background-repeat: no-repeat;
    padding: 0px 0px 3px 41px;
    font-size: 1.0rem;
}
.profile_box .contents {
    padding: 16px 10px 5px;
}
.profile_box .leftimage{
    float: left;
    width: 60px;
    margin: 20px 0 0 10px;
    box-sizing: inherit;
}
.profile_box .leftimage img{
    border-radius: 50%;
}
.profile_box .rightcontents {
    margin: 15px 0 0 80px;
    font-size: 1.0rem;
}


/** アフィリエイト注意 **/
.affiliate_attention {
	padding: 10px 15px;
	background-color: #f7f7f7;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 30px;
}

/** カード型リンク **/
.card-link {
    border: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.card-link:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.card-link a {
    text-decoration: none;
    color: inherit;
    display: flex; /* 画像とテキストを横並びにするため */
    align-items: center;
}

.card-image {
    flex-shrink: 0;
    width: 150px; /* 画像の幅を調整 */
    height: auto;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: auto;
    display: block;
}

.card-content {
    padding: 15px;
}

.card-content h3 {
    margin-top: 0;
    font-size: 1.2em;
}

.card-content p {
    font-size: 0.9em;
    color: #555;
}

/** リンクカード（関連記事） **/
.linkcard {
	width: 100%;
	border: 1px solid #dedede;
	background-color: #fefefe;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	margin: 1.6rem 0 2.5rem;
    border-radius: 8px; /* 角丸を追加 */
    overflow: hidden; /* 子要素のはみ出し防止 */
}

/* ラベル部分のスタイル */
.linkcard:before {
	font-family: FontAwesome;
	position: absolute;
	padding: 2px 6px;
	content: attr(data-item);
	background-color: #dedede;
	color: #696969;
	font-size: .7em;
	z-index: 1;
}

/* カード全体のリンク部分のスタイル */
.linkcard a {
	display: flex; /* Flexboxを有効にして横並びに */
	align-items: center; /* 垂直方向の中央揃え */
	text-decoration: none;
	color: #5d686f;
	line-height: 1.9em;
    padding: 15px; /* 全体の余白 */
}
/* ホバー時のテキスト装飾 */
.linkcard a:hover {
	text-decoration: underline;
}

/* 画像ボックスのスタイル */
.linkcard .imgbox {
	margin-right: 15px; /* 画像とテキストの間の余白 */
	flex-shrink: 0; /* 縮小させない */
	width: 100px;  /* スマホでの幅 */
}
@media only screen and (min-width: 768px) {
	.linkcard .imgbox {
		width: 140px; /* タブレット以上での幅 */
	}
}

/* 画像自体のスタイル */
.linkcard .imgbox img {
    width: 100%; /* 親要素の幅に合わせる */
    height: auto; /* 縦横比を維持 */
    display: block;
    object-fit: contain; /* 画像全体をimgbox内に収める */
    border-radius: 4px; /* 角丸を追加 */
}
/* ホバー時の拡大アニメーション */
.linkcard .imgbox img {
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	
}
.linkcard .imgbox img:hover {
	transform: scale(1.03);
	opacity: 0.8;
}

/* テキストボックスのスタイル */
.linkcard .txtbox {
    flex-grow: 1; /* 残りのスペースを埋める */
    padding-right: 10px;
    overflow: hidden;
}
/* タイトルのスタイル */
.linkcard .txtbox .title {
	font-weight: 700;
	overflow: hidden;
	margin: 0;
}
@media only screen and (min-width: 0) {
	.linkcard .txtbox .title {
		font-size: 0.8rem;
	}
}
@media only screen and (min-width: 768px) {
	.linkcard .txtbox .title {
		font-size: 1.0rem;
	}
}
/* コンテンツのスタイル */
.linkcard .txtbox .contents {
	font-size: 11px;
	line-height: 1.6em;
	overflow: hidden;
	margin: 5px 0 0 0;
}

/* URLのスタイル */
.linkcard .txtbox .url {
	font-size: 11px;
	color: #999;
	margin-top: 5px;
}
@media only screen and (min-width: 0) {
	.linkcard .txtbox .url {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.linkcard .txtbox .url {
		display: block;
	}
}
