@charset "utf-8";

/*------------------------------*/
/* ページ固有設定*/
/*------------------------------*/
body {
	font-size:15px;
	line-height: 2;
}

.item_comment_t_box h2 {
	display: block;
	border-left:10px solid #666666;
	border-bottom:1px solid #666666;
	background-color: #f0f0f0;
	padding:5px 10px 5px 10px;
	transition: 0.3s;
	margin-top:50px;
	margin-bottom:10px;
	font-size:15px;
	font-weight: bold;
}
.item_comment_t_box h2, .item_comment_t_box h3 {
	display: block;
	background-color: #f0f0f0;
	padding:5px 10px 5px 10px;
	transition: 0.3s;
	margin-top:50px;
	margin-bottom:20px;
	font-size:15px;
	font-weight: bold;
}
.item_comment_t_box .col {
	margin-top:20px;
	margin-bottom:20px;
}
.item_comment_t_box .pc_1,
.item_comment_t_box .pc_2,
.item_comment_t_box .pc_3,
.item_comment_t_box .pc_4,
.item_comment_t_box .pc_5,
.item_comment_t_box .pc_6,
.item_comment_t_box .pc_7,
.item_comment_t_box .pc_8,
.item_comment_t_box .pc_9,
.item_comment_t_box .pc_10,
.item_comment_t_box .pc_11,
.item_comment_t_box .pc_12,
.item_comment_t_box .pc_13,
.item_comment_t_box .pc_14,
.item_comment_t_box .pc_15,
.item_comment_t_box .pc_16,
.item_comment_t_box .pc_17,
.item_comment_t_box .pc_18,
.item_comment_t_box .pc_19,
.item_comment_t_box .pc_20,
.item_comment_t_box .pc_21,
.item_comment_t_box .pc_22,
.item_comment_t_box .pc_23,
.item_comment_t_box .pc_24 {
	border:1px solid #cccccc;
	padding:10px;
}

/* サブタイトル枠 */
.item_comment_t_box h3 {
	background-color:#f0f0f0;
	padding:5px 10px;
}

/*------------------------------*/
/* 線 */
.item_comment_t_box hr {
	border:none;
	border-top:1px dotted #cccccc;
	margin-top:10px;
	margin-bottom:10px;
}

/* スライダー */
.auto_slider {
	height:550px;
}

/* タブレット */
@media only screen and (max-width:1024px) {
	.auto_slider {
		height:500px;
	}
}

/* スマホ */
@media only screen and (max-width:599px) {
	.auto_slider {
		height:400px;
	}
}

/*------------------------------*/
/* テーブルタグ */
.item_comment_t_box table {
	width: 100%;
	margin-top:20px;
	border-collapse: collapse; /* 罫線の重なり防止 */
}

.item_comment_t_box td, .item_comment_t_box th {
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: left;
}

.item_comment_t_box th {
	background-color: #f0f0f0;
	font-weight: bold;
}

.item_comment_t_box tr:nth-child(even) {
	background-color: #fafafa;
}

/*------------------------------*/
/* オートスライダー内の画像 */
.auto_slid_box img {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}

/* ロータリーフェーダー */
.rotary_fader_mein {
	position:absolute;
	bottom:-20px;
	right:10px;
}

/*------------------------------*/
/* ラジオボタン */
.custom_radio_button {
	display:block;
	background-color: #fff6ea;
	border: 1px solid #333333;
	color:#333333;
	padding: 5px 10px;
	cursor: pointer;
	transition: 0.3s;
	border-radius: 5px;
	height:100%;
}
.custom_radio_button:hover {
	background-color: #ffdfb6;
}
.radio_frame {
	position: relative;
}
.radio_frame input[type="radio"] {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.radio_frame input[type="radio"]:checked + .custom_radio_button {
	background-color: #e26d00;
	border:1px solid #000000;
	color:#ffffff;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.5);
}

/* -------------------- */
/* ポップアップ枠 */
.alert_popup_frame {
	position: fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	border:1px solid #cccccc;
	background-color: #fff7d3;
	border-radius: 5px;
	z-index: 1;
	width:calc(100% - 20px);
	max-width:800px;
	max-height:50%;
	padding:10px 10px 35px 10px;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,10,0.6);
	box-shadow: 0 3px 10px rgba(0,0,10,0.6);
	display: none;
}

/* -------------------- */
/* 数量選択枠 */
.select_container {
	display: flex;
	align-items: center;
}

/* セレクトボックス */
.select_form_01 {
	height: 50px;
	font-size: 20px;
	padding: 2px 10px;
}

/* ＋－ボタン */
.select_button {
	height: 50px;
	width: 80px;
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	border-radius: 7px;
	font-size: 20px;
	cursor: pointer;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition:0.3s;
}
.select_button:active {
	background-color: #cccccc;
}

/* -------------------- */
/* リンク */
.button_link, .amazon_link, .rakuten_link {
	all: unset; /* ボタンのデフォルトリセット */
	width: 100%;
	max-width:500px;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	padding: 15px 3px;
	border:none;
	color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	font-size: clamp(12px, 2vw, 18px);
	position: relative;
	overflow: hidden;
}
/* 比較表に追加 */
.button_link {
	background-color: #4662ff;
}
/* Amazonリンク */
.amazon_link {
	background-color:#eea040;
}
/* 楽天リンク */
.rakuten_link {
	background-color:#d04f44;
}

/* 背景マスク */
.button_link_inner {
	position: absolute;
	top: 0;
	left: 0;
	height: 0%;
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	transition: height 0.2s ease;
	z-index: 0;
}
.button_link:hover .button_link_inner, .amazon_link:hover .button_link_inner, .rakuten_link:hover .button_link_inner {
	height: 100%;
}

/*------------------------------*/
/* 動画 */
iframe {
	width: 100%;
	height: 270px;
}

/*------------------------------*/
/* テーブルメニュー */
.table_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
/* タブレット */
@media only screen and (max-width:1024px) {
	.table_list {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* スマホ */
@media only screen and (max-width:599px) {
	.table_list {
		grid-template-columns: 1fr;
	}
}

.table_list li {
  list-style-type: none;
}
.table_list a {
	border-left:10px solid #cccccc;
	border-bottom:1px solid #cccccc;
	display: block;
	padding: 10px;
	background-color: #f0f0f0;
	text-decoration: none;
	color: #333;
	transition: 0.3s;
}
.table_list a:hover {
	background-color: #cccccc;
}

/*------------------------------*/
/* 読み上げ */
.speech_text {
	transition:0.3s;
}
.speech_text:hover {
	background-color: #fffeba;
}