/* kobetsu.css */

.toc-content{
	font-size:smaller;
}
.article h5, .article h6 {
    margin-top: 0em;
    margin-bottom: 0em;
}
.content-top, .content-bottom {
    margin: 0;
}
.widget h2 {
    display:none;
}
.KobetsuItem{
	position:relative;
	width: 96%;
	margin: 0 auto;
	border:solid 2px #ccc;
	border-radius:12px;
	box-shadow: 0px 1px 5px rgba(0,0,0,.2);
	color:#333;
}
.entry-content > a {
    text-decoration:none !important;
}
.DivItemImageMedium{
	position:relative;
	margin: 0 auto;
	text-align:center;
}
.DivItemImageMedium img{
	height:25vh !important;
	max-width:100%;
	margin-left: auto;
  box-shadow: 0px 1px 5px rgba(0,0,0,.2);
}
.article h4{
	margin: 0 auto;
	border:none;
	font-weight:800;
}
.Waribiki{
	font-weight: 400;
	color: blue;
}
.AfterPrice{
	font-weight:800;
	font-size:x-large;
	color:red;
	text-shadow:1px 1px #ccc;
}
ul.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button-in > span{
	color: #000;
}
.iframe-class{
	border:solid 1px #ccc;
	border-radius:18px;
	box-shadow: 0px 1px 5px rgba(0,0,0,.2);
}
.KobetsuSyosai{
	margin-left:3px;
	margin-right:3px;
	border:solid 1px #ccc;
	border-radius:18px;
	font-size:small;
	list-style-type:circle;
  text-align: left;
}
.custom-html-widget{
	text-align:center;
}
.divtoph2 {
    background: linear-gradient(45deg, #fff, #555);
    text-shadow: 2px 2px 3px #ccc !important;
	text-align:left;
}
.toph2{
	padding-left: 1em;
font-weight: bolder !important;
color: #f7941d !important;
fill: #f7941d !important;
font-size: x-large !important;
text-shadow: 2px 2px 3px #333 !important;
}
#custom_html-3,#text-2{
	margin-bottom:0;
}
#categories-2{
	margin-top:0;
	margin-bottom:0;
}
.wp-show-posts-image img {
    height: 20vh;
}
.eye-catch img {
    height: 30vh;
}
section a{
	text-decoration: none !important;
}
.page__content h1 {
    font-size: larger;
    font-weight: 600;
}
.page__content h4 {
    font-size: large;
    font-style: oblique;
}
p {
    text-shadow: 1px 1px 1px #ccc;
    font-size: xx-small;
}
.Itembtn{
  background-color: forestgreen !important;
	box-shadow: 0px 1px 5px rgba(0,0,0,.8) !important;
  border: 1px solid darkgreen !important;
  border-radius: 12px !important;
  margin-left: 15vw;
  margin-right: 15vw;
}
h5{
  font-size: 6px;
}
.GoToAmazon{
  font-size: large;
}
.fa-home,.fa-info{
  color: #0076ff !important;
  text-shadow: 1px 1px 1px #fff;
  font-size:x-large;
  background-color: rgba(255,255,255,.8);
  border-radius: 16px;
  width:1.3em;
  height:1.3em;
  text-align: center;
  padding-top:0.1em;;
}
#JPOnly{
  font-size:x-small !important;
  font-weight: normal !important;
    text-shadow: 0px 0px 0px #333 !important;
    color: #000 !important;
    text-align: left !important;
}
.pInfo{
  font-size:medium;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
#DivAmaOnly{
  display: none;
  padding-top: 2%;
}
#DivAmaOnly > ons-list{
  border-radius: 12px;

  background-color: rgba(255,255,255,.8);
}
#DivAmaOnly > ons-list > ons-list-item{
  padding-top: 1%;
  border-radius: 12px;

}
#DivAmaOnly > ons-list > ons-list-item > div.right.list-item__right{
    margin-left: 3%;
    margin-right: 3%;
}
#toc_container{
  font-size: x-small;
  text-align: left;
  border: solid 1px #f7941d;
  border-radius: 12px;
}
#toc_container a{
  text-decoration-line: none !important;
}
#toc_container li{
  list-style-type: disc !important;
  margin:0.5vh;
}
#toc_container ul{
  list-style-type: disc !important;
}
h1{
    text-shadow: 2px 2px 3px #ccc !important;
    margin-bottom: -3%;
}
.logo {
    margin-left: auto;
    margin-right: auto;
}
/*
.menu-bottom {
padding-bottom: env(safe-area-inset-bottom);
} 
*/
.menu-bottom {
  padding-bottom: 0;
}
.page {
  height: 100% !important;
}




/* style.css - UI改善版 */
/* グローバルリセット */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

/* 背景色とコントラスト調整 */
:root {
  --bg-white: rgba(248, 248, 248, 0.95); /* より柔らかい白 */
  --shadow-light: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-medium: 0 4px 12px rgba(0, 0, 0, 0.12);
  --shadow-heavy: 0 6px 20px rgba(0, 0, 0, 0.15);
  --shadow-button: 0 2px 6px rgba(0, 0, 0, 0.2);
  --amazon-color: #FF9900;
  --rakuten-color: #BF0000;
  --yahoo-color: #FF0033;
}

/* セレクトボックスとインプットの改善 */
select, input, ons-select, ons-input, ons-search-input {
  background-color: var(--bg-white) !important;
  border: 1px solid rgba(200, 200, 200, 0.5);
  border-radius: 8px;
  box-shadow: var(--shadow-light);
  transition: all 0.3s ease;
}

select:focus, input:focus, ons-select:focus, ons-input:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1), var(--shadow-medium);
  transform: translateY(-1px);
}

/* スイッチの改善 */
ons-switch {
  box-shadow: var(--shadow-light);
  border-radius: 15px;
}

.content {
  text-align: center;
  font-size: larger;
  font-weight: bolder;
}

/* カード要素の改善 */
.card, ons-card {
  background-color: var(--bg-white);
  box-shadow: var(--shadow-medium);
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.card:hover, ons-card:hover {
  box-shadow: var(--shadow-heavy);
  transform: translateY(-2px);
}

/* ツールバーの改善 */
.toolbar {
  background: linear-gradient(135deg, #ffffff, #f5f5f5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.toolbar__left, .toolbar__title, .toolbar__center, .back-button__icon {
  font-weight: bolder !important;
  color: #f7941d !important;
  fill: #f7941d !important;
  font-size: x-large !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/* ボタンの改善 */
button, ons-button {
  /*box-shadow: var(--shadow-button);*/
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

button:hover, ons-button:hover {
  box-shadow: var(--shadow-heavy);
  transform: translateY(-2px);
}

button:active, ons-button:active {
  box-shadow: var(--shadow-light);
  transform: translateY(0);
}

#push-button, #answer {
  font-weight: bold;
  line-height: 1.5em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  background: linear-gradient(-45deg, #e70050, #0a4088);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2),
              inset 0 1px rgba(255, 255, 255, 0.3),
              inset 0 -1px rgba(255, 255, 255, 0.2);
  font-size: 1.4em;
  border-radius: 10px;
  transition: all 0.3s ease;
}

#push-button:hover, #answer:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3),
              inset 0 1px rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

/* 検索ボタンの改善 */
#btnCul {
  background: linear-gradient(135deg, #1D7FF7, #4BA0FF);
  border: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 1.4em;
  box-shadow: 0 4px 12px rgba(29, 127, 247, 0.3),
              inset 0 1px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  margin: 0.5em;
  transition: all 0.3s ease;
}

#btnCul:hover {
  background: linear-gradient(135deg, #4BA0FF, #1D7FF7);
  box-shadow: 0 6px 18px rgba(29, 127, 247, 0.4);
  transform: translateY(-2px);
}

/* 検索オプションボタンの改善 */
.search-option-group {
  display: flex;
  justify-content: space-around;
  margin: 15px 5px;
  gap: 8px;
}

.search-option-button {
  display: block;
  padding: 12px;
  text-align: center;
  background: var(--bg-white);
  border: 2px solid rgba(220, 220, 220, 0.6);
  border-radius: 10px;
  cursor: pointer;
  box-shadow: var(--shadow-light);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.search-option-button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-medium);
}

/* Amazon, 楽天, Yahooのブランドカラー維持 */
input[type="radio"][name="searchOption"][value="amazon"]:checked + label .search-option-button,
input[type="radio"][name="searchOption-second"][value="amazon"]:checked + label .search-option-button {
  background: linear-gradient(135deg, var(--amazon-color), #FFB84D);
  color: #000000;
  border-color: var(--amazon-color);
  box-shadow: 0 4px 12px rgba(255, 153, 0, 0.3);
}

input[type="radio"][name="searchOption"][value="rakuten"]:checked + label .search-option-button,
input[type="radio"][name="searchOption-second"][value="rakuten"]:checked + label .search-option-button {
  background: linear-gradient(135deg, var(--rakuten-color), #FF3333);
  color: #FFFFFF;
  border-color: var(--rakuten-color);
  box-shadow: 0 4px 12px rgba(191, 0, 0, 0.3);
}

input[type="radio"][name="searchOption"][value="yahoo"]:checked + label .search-option-button,
input[type="radio"][name="searchOption-second"][value="yahoo"]:checked + label .search-option-button {
  background: linear-gradient(135deg, var(--yahoo-color), #FF5566);
  color: #FFFFFF;
  border-color: var(--yahoo-color);
  box-shadow: 0 4px 12px rgba(255, 0, 51, 0.3);
}

/* TODOリストの改善 */
.register-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 10px;
  gap: 10px;
}

.input-container {
  position: relative;
  flex: 1;
}

.input-container input {
  width: 100%;
  padding: 12px 40px 12px 15px;
  box-sizing: border-box;
  height: 45px;
  background: var(--bg-white);
  border: 1px solid rgba(200, 200, 200, 0.5);
  border-radius: 10px;
  box-shadow: var(--shadow-light);
  transition: all 0.3s ease;
  font-size: 16px;
}

.input-container input:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1), var(--shadow-medium);
  transform: translateY(-1px);
}

.clear-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  color: #999;
  font-size: 20px;
  display: none;
  transition: color 0.3s ease;
}

.clear-button:hover {
  color: #ff6565;
}

/* 登録ボタンの改善 */
#js-register-btn, #js-register-btn-second {
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff6565, #ff8787);
    padding: 0 10px; /* 変更: 上下 padding を 0 に */
    line-height: 40px; /* 変更: L.1162 の height 40px に合わせる */
    height: 40px; /* 念のため L.1162 と合わせる */
    font-size: 16px; /* 念のため L.1162 と合わせる */
  box-shadow: 0 4px 12px rgba(255, 101, 101, 0.3);
  transition: all 0.3s ease;
  border: 1px solid #777;
  width: 18vw;
}

#js-register-btn:hover, #js-register-btn-second:hover {
  background: linear-gradient(135deg, #ff8787, #ff6565);
  box-shadow: 0 6px 16px rgba(255, 101, 101, 0.4);
  transform: translateY(-2px);
}

/* タスクリストの改善 */
.item-area-incomplete, .item-area-complete {
  background: var(--bg-white);
  padding: 15px;
  margin: 0;
  border-radius: 0 0 15px 15px;
  min-height: 200px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.05);
}

.todo-title, .done-title {
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 15px 15px 0 0;
  margin-bottom: 0px;
  padding: 12px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.todo-title {
  background: linear-gradient(135deg, #04945d, #06c777);
}

.done-title {
  background: linear-gradient(135deg, #c79b49, #e0b866);
}

/* タスクボタンの改善 */
.checkedBtn, .xmarkedBtn, .delBtn {
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  padding: 10px;
  line-height: 12px;
  display: inline-block;
  box-shadow: var(--shadow-button);
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  text-align: center;
}

.checkedBtn {
  background: linear-gradient(135deg, #04945d, #06c777);
}

.xmarkedBtn {
  background: linear-gradient(135deg, #c79b49, #e0b866);
}

.delBtn {
  background: linear-gradient(135deg, #ff6565, #ff8787);
}

.checkedBtn:hover, .xmarkedBtn:hover, .delBtn:hover {
  transform: scale(1.1);
  box-shadow: var(--shadow-heavy);
}

/* セレクトボックスの改善 */
.country, .category, .pct, .pct-off, .sortOption {
  background: var(--bg-white);
  border: 1px solid rgba(200, 200, 200, 0.5);
  border-radius: 10px;
  box-shadow: var(--shadow-light);
  padding: 10px;
  transition: all 0.3s ease;
  margin-bottom: 1vh;
}

.country:hover, .category:hover, .pct:hover, .pct-off:hover, .sortOption:hover {
  box-shadow: var(--shadow-medium);
  transform: translateY(-1px);
}

/* ページ背景の改善 */
.page__background {
  height: 100vh;
  position: relative;
  z-index: 1;
}

.first, .second, .third {
  height: 100vh;
  width: 100vw;
  position: absolute;
  opacity: 0.9;
}

.first {
  animation: first 20s infinite;
  background: linear-gradient(135deg, #FFA500, #FFB84D);
  z-index: 10;
}

.second {
  animation: second 20s infinite;
  animation-delay: 2s;
  background: linear-gradient(135deg, #FFD700, #FFEB9C);
  z-index: 20;
}

.third {
  animation: third 20s infinite;
  animation-delay: 8s;
  background: linear-gradient(135deg, #FCE0BE, #FFB366);
  z-index: 30;
}

/* アニメーション */
@keyframes first {
  0%, 100% { opacity: 0.9; }
  50% { opacity: 0.3; }
}

@keyframes second {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.9; }
}

@keyframes third {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 0.7; }
}

/* ソーシャルボタンの改善 */
.tw_btn, .fb_btn, .line_btn, .clip_btn {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  padding: 8px;
  text-decoration: none;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.tw_btn {
  background: linear-gradient(135deg, #55acee, #7DC4FF);
}

.fb_btn {
  background: linear-gradient(135deg, #3c5b99, #5B7BBB);
}

.line_btn {
  background: linear-gradient(135deg, #00c739, #00E042);
}

.clip_btn {
  background: linear-gradient(135deg, #C79C00, #E0B533);
}

.tw_btn:hover, .fb_btn:hover, .line_btn:hover, .clip_btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* リストアイテムの改善 */
li, ons-list-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(200, 200, 200, 0.3);
  padding: 10px;
  transition: background-color 0.3s ease;
  background: var(--bg-white);
  margin: 5px 0;
  border-radius: 8px;
  box-shadow: var(--shadow-light);
}

li:hover, ons-list-item:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(245, 245, 245, 0.95));
  box-shadow: var(--shadow-medium);
  transform: translateX(5px);
}

/* オプションエリアの改善 */
#amazon-options, #rakuten-options, #yahoo-options,
#amazon-options-second, #rakuten-options-second, #yahoo-options-second {
  background: var(--bg-white);
  padding: 15px;
  border-radius: 12px;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.08);
  margin-top: 10px;
  border: 1px solid rgba(200, 200, 200, 0.3);
}

.option-row {
  margin-top: 12px;
}

.option-row input, .option-row select {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(200, 200, 200, 0.4);
  box-shadow: var(--shadow-light);
  transition: all 0.3s ease;
}

.option-row input:focus, .option-row select:focus {
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1), var(--shadow-medium);
  border-color: #4a90e2;
}


/* モーダルの改善 */
.modal {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
}

#modalClip > div {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Swiper広告エリアの改善 */
.forAd {
  width: 100%;
  padding: 10px 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(250, 250, 250, 0.95));
  border-radius: 15px;
  margin: 15px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.swiper-container {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
}

.swiper-wrapper {
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

/* バナーカードのスタイル統一 */
.swiper-slide .card {
  width: 95% !important;
  height: 140px;
  margin: 0 auto !important;
  padding: 0 !important;
  background: linear-gradient(135deg, #ffffff, #fafafa);
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255, 153, 0, 0.1);
}

.swiper-slide .card:hover {
  transform: scale(1.02);
  box-shadow: 0 5px 15px rgba(255, 153, 0, 0.2);
  border-color: rgba(255, 153, 0, 0.3);
}

/* バナー画像のスタイル統一 */
.swiper-slide .card img {
  width: auto !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}

/* ItemLinkのスタイル */
.swiper-slide .ItemLink {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
}

/* 各スライドのIDに対する個別調整（必要に応じて） */
#adFromWeb3-second1 .ItemLink img {
  max-width: 85%;
}

#adFromWeb3-second2 .ItemLink img {
  max-width: 90%;
}

#adFromWeb3-second3 .ItemLink img {
  max-width: 90%;
}

#adFromWeb3-second4 .ItemLink img {
  max-width: 90%;
}

/* Swiperのページネーション（オプション） */
.swiper-pagination {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 153, 0, 0.3);
  margin: 0 4px;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: var(--amazon-color);
  width: 24px;
  border-radius: 4px;
}

/* アニメーション効果 */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.swiper-slide-active .card {
  animation: slideIn 0.5s ease-out;
}

/* モバイル対応 */
@media screen and (max-width: 480px) {
  .swiper-container {
    height: 120px;
  }
  
  .swiper-slide .card {
    height: 110px;
    width: 92% !important;
  }
  
  .swiper-slide .ItemLink {
    padding: 8px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .swiper-container {
    height: 140px;
  }
  
  .swiper-slide .card {
    height: 130px;
  }
}

/* アクティブスライドの強調 */
.swiper-slide-active .card {
  box-shadow: 0 4px 12px rgba(255, 153, 0, 0.15);
  border-color: rgba(255, 153, 0, 0.2);
}

/* 前後のスライドの薄暗く表示（3Dカルーセル効果） */
.swiper-slide-prev .card,
.swiper-slide-next .card {
  opacity: 0.7;
  transform: scale(0.95);
}

/* タッチデバイス用のフィードバック */
@media (hover: none) and (pointer: coarse) {
  .swiper-slide .card:active {
    transform: scale(0.98);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}

/* 全削除ボタンの改善 */
#js-allremove-btn, #js-allremove-btn-second {
  color: #fff;
  font-weight: bold;
  border-radius: 0 0 15px 15px;
  margin-bottom: 0px;
  background: linear-gradient(135deg, #6e6e6e, #8e8e8e);
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  border: none;
}

#js-allremove-btn:hover, #js-allremove-btn-second:hover {
  background: linear-gradient(135deg, #ff4444, #ff6666);
  box-shadow: 0 6px 16px rgba(255, 68, 68, 0.3);
  transform: translateY(-2px);
}

/* スクロールバーの改善 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(240, 240, 240, 0.5);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #a0a0a0, #c0c0c0);
  border-radius: 10px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #808080, #a0a0a0);
}

/* アイコンの改善 */
.fa-home, .fa-info {
  color: #0076ff !important;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
  font-size: x-large;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 248, 255, 0.95));
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  padding-top: 0.15em;
  box-shadow: 0 2px 8px rgba(0, 118, 255, 0.2);
  transition: all 0.3s ease;
}

.fa-home:hover, .fa-info:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 118, 255, 0.3);
}

/* アクセシビリティの改善 */
:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* レスポンシブ調整 */
@media screen and (max-width: 600px) {
  .search-option-group {
    flex-direction: row;
    gap: 5px;
  }
  
  .search-option-button {
    padding: 8px;
    font-size: 12px;
  }
}

/* その他の既存スタイルも維持 */
.page__content {
  z-index: 1000;
}

.cmark {
  font-size: x-small;
  color: #999;
  margin-top: 20px;
  padding: 10px;
}

.arrow-icon {
  margin-left: 5px;
  font-size: 14px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.fa-angle-up {
  transform: rotate(180deg);
}

/* ---------- Yahoo チェックボックスを目立たせる（追記） ---------- */

/* チェック時：背景を Yahoo のブランドカラーにして白いチェックを表示 */
input[type="checkbox"][id^="yahoo-"].custom-visible:checked,
#yahoo-options input[type="checkbox"].custom-visible:checked,
#yahoo-options-second input[type="checkbox"].custom-visible:checked,
input[type="checkbox"][id^="yahoo-"]:checked {
  background: linear-gradient(135deg, var(--yahoo-color), #ff5566);
  border-color: var(--yahoo-color);
}

/* 白いチェックマーク（::after を使って描画） */
input[type="checkbox"][id^="yahoo-"].custom-visible:checked::after,
#yahoo-options input[type="checkbox"].custom-visible:checked::after,
#yahoo-options-second input[type="checkbox"].custom-visible:checked::after,
input[type="checkbox"][id^="yahoo-"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  box-sizing: border-box;
}




#field-keywords {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
