html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Avenir, 'Helvetica Neue', Arial, YuGothicM, YuGothic, Meiryo, sans-serif;
}

small {
  font-size: 12px;
}

a:link, a:visited, a:hover, a:active {
  color: #666666;
}

table {
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
}

.bold {
  font-weight: bold;
}

.none {
  display: none;
}

.center {
  text-align: center;
}

.top {
  vertical-align: top;
}

.w50 {
  width: 50px;
}

.red-bold {
  color: #ff0000;
  font-weight: bold;
}

.emphasis {
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
}

#container {
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 128px;
}

.upper-section {
  background-color: #f0f8ff;
}

.lower-section {
  background-color: #91d9fa;
}

#header {
  position: relative;
  padding: 20px 0 5px;
  text-align: center;
}

img.logo {
  width: auto;
  height: 32px;
}

.pr-text {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #666666;
}

img.popular-reason {
  width: 400px;
  max-width: 100%;
  margin-top: 10px;
}

.main {
  width: 95%;
  max-width: 530px;
  font-size: 14px;
  left: 0;
  right: 0;
  margin: auto;
}

#top-message {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #f8f5ef;
}

.top-message-text {
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 12px;
}

.top-message-text p {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  animation: slidein 15s linear infinite;
}

@keyframes slidein {
  0% { 
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}

img.main-image {
  width: 100vw;
  max-width: 800px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  object-fit: cover;
}

.disclosure {
  font-size: 10px;
  line-height: 150%;
  color: #666666;
  padding-bottom: 10px;
}

.subtitle {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  text-decoration: underline solid #ffff00;
  margin: 0 auto 15px;
}

.subtitle::before {
  content: "";
  background-image: url('../image/crown__.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 21px;
  margin-right: 5px;
  transform: translateY(-2px);
}

.subtitle-2 {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline solid #ffff00;
}

.subtitle-3 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-flex; /* アイコンとタイトルを横並びに */
  align-items: center; /* 縦方向の中央揃え */
  height: 40px;
  line-height: 40px;
  text-decoration: underline solid #ffff00;
}

.subtitle-3::before {
  content: "";
  background-image: url('../image/index_finger.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
  margin-right: 5px; /* タイトルとアイコンの距離を微調整 */
  transform: translateY(-3px); /* 少し上に移動 */
}

.bulb {
  position: relative;
  display: flex;
  padding-left: 35px;
}

.bulb::before {
  content: "";
  background-image: url('../image/bulb.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-25px);
  width: 30px;
  height: 35px;
  margin-left: 5px;
}

.no-entry-recommends {
  position: relative;
  border: 5px solid #c8e6c8;
  border-radius: 20px;
  padding: 5px 10px;
  left: 0;
  right: 0;
  background-color: #f0f8ff;
  text-align: center;
  margin-top: 30px;
}

.above-title {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 25px;
  background-color: #f0f8ff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
  line-height: 1em;
  white-space: nowrap;
}

.no-entory-recommends-description {
  margin: 0;
  padding: 10px;
  font-size: 22px;
  font-weight: bold;
}

.dots {
  background-image: radial-gradient(circle at center, #ff0000 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .4em; /* 縦方向の位置調整 */
}

.yellow-marker{
  background:linear-gradient(transparent 60%, #ffff66 60%);
}

.post-category {
  width: 90px;
  padding: 2px;
  text-align: center;
  background-color: #1e90ff;
  color: #fff;
  margin-top: 20px;
  font-size: 12px;
}

.post-title {
  font-size: 28px;
  max-width: 600px;
  margin: 10px 0 20px;
}

.post-content {
  line-height: 1.8;
}

.post-content > h2 {
  font-size: 20px;
  padding: 10px 0;
  border-top: 2px solid #1e90ff;
  border-bottom: 2px solid #1e90ff;
}

.post-content > h3 {
  font-size: 18px;
}

.feature-list {
  margin: 0;
  padding-left: 5px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  text-align: center;
  font-size: 12px;
}

.feature-list > li {
  border: 1px solid #000;
  border-radius: 8px;
  margin-bottom: 4px;
  padding: 3px 0;
}

.feature-list > li.support {
  background-color: #ffffef;
  border: 2px solid #f8b500;
}

.feature-list > li.not-support {
  /*text-decoration: line-through;*/
  background-color: #ccc;
  border: 2px solid #999;
}

.feature {
  margin: 15px 0 30px 0;
}

table th.feature-table-th, table td.feature-table-td {
  border: 1px solid black;
  padding: 10px;
  min-width: 55px;
}

.feature-title-wrap {
  margin-bottom: 10px;
}

.feature-title {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 20px;
}

.feature-subtitle-wrap {
  display: flex;
  flex-direction: column; /* 縦並びにする */
  align-items: center; /* 中央寄せ */
  padding-bottom: 20px;
}

.feature-subtitle {
  position: relative;
  font-size: 16px;
  text-align: center;
  min-width: 260px;
  width: 85%;
  border: 2px solid #f8b500;
  background-color: #ffffef;
  border-radius: 25px;
  margin-bottom: 6px;
  padding: 7px;
  font-weight: bold;
  color: #ff0000;
}

.feature-number {
  position: absolute;
  top: -2px;
  left: -2px;
  height: calc(100% + 4px);
  aspect-ratio: 1;
  background-color: #f8b500;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}

.feature-subtitle-2 {
  padding-left: 34px;
  position: relative;
  font-size: 16px;
  text-align: left;
  min-width: 260px;
}

.feature-subtitle-2:before, .feature-subtitle-2:after {
  content: "";
  display: block;
  position: absolute;
}

.feature-subtitle-2:before {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #000000;
  left: 5px;
  top: 3.5px;
}

.feature-subtitle-2:after {
  border-left: 1.5px solid #30612a;
  border-bottom: 1.5px solid #30612a;
  width: 14px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 10px;
  top: 4px;
}

.feature-subtitle-small {
  font-size: 12px;
  color: #ff0000;
  text-decoration: underline;
  padding-left: 34px;
}

.feature-text-wrap {
  border: 2px solid #ff5f5f;
  padding: 10px 5px;
  margin-bottom: 10px;
  background-color: #fff;
  display: grid;
  row-gap: 2px;
}

.feature-text {
  padding-left: 34px;
  position: relative;
  color: #000;
  font-size: 13px;
}

.feature-text:before, .feature-text:after {
  content: "";
  display: block;
  position: absolute;
}

.feature-text:before {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border: 1px solid #000000;
  left: 5px;
  top: 3px;
}

.feature-text:after {
  border-left: 1.5px solid #30612a;
  border-bottom: 1.5px solid #30612a;
  width: 14px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 10px;
  top: 3px;
}

.feature-description {
  font-size: 10px;
  color: #666666;
  padding: 5px 10px;
  background-color: #f8f5ef;
}

.feature-description p {
  line-height: 1.5;
  margin: 0;
}

.balloon {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  width: 180px;
  background-color: #fff;
  padding: 10px;
  margin: 10px auto 20px;
  border-radius: 20px;
  border: 2px solid #000;
}

.balloon:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 10px 10px 0 10px;
  z-index: 1;
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -12.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 12.5px 12.5px 0 12.5px;
  z-index: 0;
}

.scroll-table {
  overflow-x: auto;
  margin-bottom: 5px;
}

.scroll-table::-webkit-scrollbar {
  height: 3px;
}

.scroll-table::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 20px;
}

.scroll-comment {
  font-size: 13px;
  text-indent: 1em;
  margin-bottom: 10px;
}

@media screen and (min-width: 530px) {
  .scroll-comment {
    display: none;
  }
}

.table-value {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-text {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: keep-all;
  height: 70px;
}

table.ranking-table {
  white-space: nowrap;
  margin: 5px 0 10px;
  background-color: #fff;
  table-layout: fixed;
  min-width: 530px;
}

table.ranking-table2 {
  margin: 5px 0 10px;
  background-color: #fff;
  table-layout: fixed;
}

.ranking-table th, td {
  height: 100px;
  font-size: 13px;
  padding: 10px;
}

.ranking-table td:nth-child(2) {
  background-color: #ffffef;
}

.ranking-table td:nth-child(3),
.ranking-table td:nth-child(4) {
  background-color: #ccc;
}

.ranking-table th,
.ranking-table-td {
  border-bottom: 5px solid #f0f8ff;
}

.ranking-table th:not(:last-child),
.ranking-table td:not(:last-child) {
  border-right: 5px solid #f0f8ff;
}

.ranking-table .ranking-table-th1,
.ranking-table td:first-child {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  background-color: #30612a;
  position: sticky;
  left: 0;
}

.ranking-table th.ranking-table-th2 {
  font-weight: bold;
  background-color: #ffffef;
  color: #1e90ff;
  font-size: 20px;
  text-decoration: underline 2px yellow;
}

.ranking-table th.ranking-table-th3,
.ranking-table th.ranking-table-th4 {
  font-weight: bold;
  background-color: #ccc;
}

.ranking-table td.ranking-table-td:not(:first-child),
.ranking-table td.ranking-table-td-last:not(:first-child) {
  font-weight: 500;
  text-align: center;
}


table.ranking-table3 {
  margin: 5px 0 10px;
  background-color: #fff;
  table-layout: fixed;
}

table.ranking-table3 th.ranking-table-th1,
table.ranking-table3 th.ranking-table-th2 {
  font-size: 13px;
  background-color: #c8e6c8;
  border: 1px solid #c8e6c8;
  border-right-color: #fff;
  padding: 5px;
}

table.ranking-table3 th.ranking-table-th3 {
  font-size: 13px;
  background-color: #c8e6c8;
  border: 1px solid #c8e6c8;
  padding: 5px;
}

table.ranking-table3 td.ranking-table-td {
  border: 1px solid #c8e6c8;
  padding: 5px;
  text-align: center;
  font-weight: 500;
}

.pr-separate {
  margin: 0;
  padding: 0;
  border: 0;
  height: 0;
  border-top: 1px dotted #ccc;
}

.pr-banner {
  margin-bottom: 10px;
  max-width: 50%;
  float: left;
}

/*@media screen and (min-width:650px) {
  .pr-banner {
    float: left;
    margin-right: 10px;
  }
  .feature-text-wrap {
    max-width: calc(100% - 310px);
    margin-bottom: 10px;
    float: left;
  }
}*/

.normal-list-title {
  font-size: 16px;
  font-weight: bold;
}

.switch {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.switch::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  border-top: 90px solid #f0f8ff;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  transform: translateX(-50%);
}

.ranking-version {
  font-size: 16px;
  font-weight: bold;
  width: 180px;
  background-color: #fff;
  padding: 10px;
  margin: 10px auto;
  border-radius: 20px;
}

.ranking-box-select {
  display: flex;
}

.ranking-box-select .selected {
  width: 70%;
  background-color: #30612a;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline 2px solid yellow;
  text-underline-offset: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: auto;
}

.select-option {
  width: 30%;
  height: 100px;
  border-radius: 20px 20px 0 0;
  padding: 25px 10px;
  background-color: #c8e6c8;
  box-sizing: border-box;
  color: #000;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  cursor: pointer;
}

#houjin span {
  font-size: 12px;
}

.ranking-box-title {
  width: calc(100% - 30px);
  max-width: 800px;
  height: auto;
  padding: 15px;
  background: #30612a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ranking-box-title-radius {
  width: calc(100% - 30px);
  max-width: 800px;
  height: auto;
  border-radius: 20px 20px 0 0;
  padding: 15px;
  background: #30612a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ranking-box-title-1 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.ranking-box-title-2 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.ranking-box-title-2 ::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 50px;
  background-image: url(../image/gekkeikan-left.png);
  background-size: contain;
  vertical-align: middle;
}

.ranking-box-title-2 ::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 50px;
  background-image: url(../image/gekkeikan-right.png);
  background-size: contain;
  vertical-align: middle;
}

.ranking-box-title-3 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.box-title {
  width: calc(100% - 30px);
  max-width: 800px;
  height: 40px;
  border-radius: 15px 15px 0 0;
  padding: 20px 15px;
  background: #30612a;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}

.recommend-box {
  max-width: 800px;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 30px;
}

.recommend-rank {
  width: 50px;
}

table.recommend-table {
  table-layout: fixed;
  border: 5px solid #c8e6c8;
}

table th.recommend-table-th {
  border: 1px solid #c8e6c8;
  padding: 5px;
}

table td.recommend-table-td {
  border: 1px solid #c8e6c8;
  padding: 10px 5px;
}

table th.recommend-table-th.column-heading {
  font-size: 14px;
  background-color: #c8e6c8;
}

table th.recommend-card-banner {
  border: 1px solid #c8e6c8;
  padding: 5px;
}

table th.recommend-table-th1, table th.recommend-table-th2, table th.recommend-table-th3 {
  background-color: #f0f8ff;
  border: 1px solid #c8e6c8;
  padding: 5px;
}

table td.recommend-table-td1 {
  border-top: 1px solid #c8e6c8;
  border-right: 1px solid #c8e6c8;
  border-bottom: none;
  border-left: none;
  padding: 10px 5px;
}

table td.recommend-table-td2 {
  border-top: 1px solid #c8e6c8;
  border-right: 1px solid #c8e6c8;
  border-bottom: none;
  border-left: 1px solid #c8e6c8;
  padding: 10px 5px;
}

table td.recommend-table-td3 {
  border-top: 1px solid #c8e6c8;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #c8e6c8;
  padding: 10px 5px;
}

table td.recommend-table-td1-text {
  vertical-align:top;
  border-top: 1px solid #c8e6c8;
  border-right: 1px solid #c8e6c8;
  border-bottom: none;
  border-left: none;
  padding: 10px 5px;
}

table td.recommend-table-td2-text {
  vertical-align:top;
  border-top: 1px solid #c8e6c8;
  border-right: 1px solid #c8e6c8;
  border-bottom: none;
  border-left: 1px solid #c8e6c8;
  padding: 10px 5px;
}

table td.recommend-table-td3-text {
  vertical-align:top;
  border-top: 1px solid #c8e6c8;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #c8e6c8;
  padding: 10px 5px;
}

.merit-box {
  padding-bottom: 10px;
}

.merit-detail {
  padding: 10px;
  background-color: #ffffef;
  margin-bottom: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.merit-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.merit-description {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  border: 1px solid #f8b500;
}

.plus {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.plus::before,
.plus::after {
  content: "";
  position: absolute;
  background-color: #30612a;
  transition: transform 0.3s;
}

.plus::before {
  top: 45%;
  left: 0;
  width: 90%;
  height: 1px;
  transform: translateY(-50%);
}

.plus::after {
  top: 0;
  left: 45%;
  width: 1px;
  height: 90%;
  transform: translateX(-50%);
}

.merit-detail.open .plus::after {
  transform: translateX(-50%) rotate(45deg);
}

.merit-detail.open .plus::before {
  transform: translateY(-50%) rotate(45deg);
}

.popular-reason-box {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #30612a;
  margin-bottom: 15px;
}

.popular-reason-details {
  padding: 10px;
}

.recommend-card {
  font-size: 10px;
  color: #666666;
}

.recommend-table-description {
  font-size: 10px;
  color: #666666;
  margin: -10px 10px 10px 10px;
  text-decoration: underline;
}

/* ---------- 検索用必須 ここから ------------ */
#result [class*="hidden-"] {
  display: none;
}
/* ---------- 検索用必須 ここまで ------------ */

#select {
  font-size: 12px;
  margin: 5px 0 15px 0;
}

#result section {
  padding: 5px;
}

#result section p {
  margin: 0px;
}

#select label.selected {
  background-color: #fcc;
}

input[type=radio] {
  position: relative;
  top: 2px;
}

input[type=checkbox] {
  transform: scale(0.9);
  position: relative;
  top: 2px;
}

.search-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.search-title {
  width: calc(100% - 30px);
  max-width: 800px;
  height: 40px;
  border-radius: 15px 15px 0 0;
  padding: 20px 15px;
  background: #30612a;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}

.search-box {
  max-width: 800px;
  border: 5px solid #c8e6c8;
  border-radius: 0 0 20px 20px;
  left: 0;
  right: 0;
  padding: 5px 5px 10px 5px;
  margin: auto;
  margin-bottom: 15px;
}

.internal-link {
  text-decoration: none;
}

.cta-btn-search {
  display: block;
  position: left;
  padding: 10px;
  margin: 15px 0;
  background-color: #ed4545;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}

.cta-btn-search:hover {
  opacity: 0.6;
}

table.search-table {
  table-layout: fixed;
}

table th.search-card-banner {
  border: none;
  text-align: center;
  padding: 0 5px;
}

.search-card {
  font-size: 10px;
  font-weight: normal;
  color: #666666;
  margin-left: 5px;
}

.search-border {
  height: 1px;
  background-color: #c8e6c8;
  border: none;
  margin-bottom: 20px;
}

.triangle {
  width: 0px;
  height: 0px;
  border-top: 12px solid #fff;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 4px solid transparent;
  margin: 5px auto;
}

#main-box {
  width: calc(100% - 30px);
  max-width: 800px;
  border: 5px solid #c8e6c8;
  border-radius: 20px;
  left: 0;
  right: 0;
  padding: 20px 10px;
  margin: 10px auto 30px;
}

.ranking-box {
  max-width: 800px;
  border: 5px solid #c8e6c8;
  border-radius: 0 0 20px 20px;
  left: 0;
  right: 0;
  padding: 10px 10px 20px;
  margin: 0 auto 30px;
  background-color: #f0f8ff;
}

.pr-wrap {
  padding: 5px 5px 5px 10px;
  border-left: 10px solid #30612a;
  margin: 4px 0;
}

.pr-wrap-ranking {
  padding: 5px 0 10px;
  margin: 4px 0;
}

.pr-wrap-recommended {
  padding: 5px;
  margin: 4px 0;
}

.pr-wrap:hover {
  opacity: 0.6;
}

.pr-title {
  font-size: 16px;
  font-weight: bold;
  margin: 4px auto 0 0;
}

.pr-title-2 {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
  clear: both;
}

.pr-title-3 {
  font-size: 18px;
  font-weight: bold;
  margin: 4px 0;
}

.pr {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  animation: side-bounce 2.5s ease infinite;
}

.pr-arrow {
  display: inline-block;
  margin-right: 5px;
  animation: side-bounce 2.5s ease infinite;
  color: #ff5f5f;
  font-weight: bold;
}

@keyframes side-bounce {
  0%, 40%, 60%, 80% {
    transform: translateX(0);
  }
  50%, 70% {
    transform: translateX(-10px);
  }
}

.pr-subtitle {
  font-size: 12px;
  color: #666666;
  margin-bottom: 4px;
}

a.cta-btn-ranking {
  display: block;
  position: relative;
  padding: 15px 10px;
  margin: 10px 0 15px;
  max-width: 480px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  background: linear-gradient(to bottom, #ff5f5f, #d62d2d);
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 0 #a12424, 0 6px 10px rgba(0, 0, 0, 0.3);
}

a.cta-btn-ranking:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #a12424, 0 10px 15px rgba(0, 0, 0, 0.4);
}

a.cta-btn-ranking::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);

  /* アニメーション */
  animation-name: shiny;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.poyo {
  animation: poyopoyo 2.5s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.countdown-container {
  border: 2px solid #30612a;
  text-align: center;
  padding: 8px;
  border-radius: 8px;
  max-width: 480px;
  background-color: #fff;
}

.countdown-container-main {
  position: relative;
  width: calc(100% - 30px);
  max-width: 800px;
  border: 5px solid #c8e6c8;
  border-radius: 20px;
  padding: 5px 10px;
  left: 0;
  right: 0;
  background-color: #f0f8ff;
  text-align: center;
  margin: 10px 0 20px;
}

.countdown-container-main > .countdown-message {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.countdown-container-1 {
  width: calc(100% - 50px);
  max-width: 600px;
  border: 2px solid #f4f5f5;
  border-radius: 15px;
  padding: 5px 10px;
  left: 0;
  right: 0;
  background-color: #ffffef;
  margin: 10px auto;
  text-align: center;
}

.countdown-container-1 > .time {
  font-size: 32px;
  font-weight: bold;
  color: #ff0000;
}

.countdown-container-1 > .time-text {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.countdown-message {
  font-size: 12px;
  margin-bottom: 5px;
}

.time {
  font-size: 16px;
  font-weight: bold;
  color: #ffd24c;
}

.time-text {
  font-size: 12px;
  color: #fff;
  margin-bottom: 5px;
}

.time-wrap {
  display: inline-block;
  color: #000;
  padding: 8px;
  border-radius: 8px;
  background-color: #000;
  margin-left: 4px;
}

.countdown-description {
  font-size: 10px;
  color: #666666;
  text-decoration: underline;
}

.find-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background-color: #ffffef;
  margin: 5px;
  padding: 5px 10px;
  border: 2px solid #f4f5f5;
  border-radius: 5px;
  color: #000;
  font-weight: 500;
}

.question-number {
  margin-right: 10px;
}

@keyframes borderBlink {
  0% { border: 2px solid #ff5f5f; }
  100% { border: 2px solid transparent; }
}

.border-blink {
  animation: borderBlink 1s infinite alternate linear;
  border: none;
}

#request-a-diagnosis {
  color: #fff;
  text-align: center;
  margin: 10px 5px 15px;
  padding: 5px 10px;
  background: #999;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 0 #666, 0 6px 10px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  pointer-events: none;
}

#request-a-diagnosis.active {
  background: linear-gradient(to bottom, #ff5f5f, #d62d2d);
  box-shadow: 0 4px 0 #a12424, 0 6px 10px rgba(0, 0, 0, 0.3);
  pointer-events: auto;
  cursor: pointer;
}

.wave-text {
  display: flex;
  justify-content: center;
  letter-spacing: 0.3em;
}

.wave-text span {
  display: inline-block;
  animation: wave 1.2s infinite ease-in-out;
}

.wave-text span:nth-child(1) { animation-delay: 0s; }
.wave-text span:nth-child(2) { animation-delay: 0.1s; }
.wave-text span:nth-child(3) { animation-delay: 0.2s; }

@keyframes wave {
  0%, 100% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(-3px);
  }
}

.find-search-top {
  color: #fff;
  text-align: center;
  margin: 10px 5px 15px;
  padding: 5px 10px;
  background: linear-gradient(to bottom, #ff5f5f, #d62d2d);
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 0 #a12424, 0 6px 10px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: bold;
  pointer-events: auto;
}

.find-search {
  color: #fff;
  text-align: center;
  margin: 10px 5px 15px;
  padding: 5px 10px;
  background: #999;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 0 #666, 0 6px 10px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  pointer-events: none;
}

.find-search.wave-stop {
  color: #fff;
  text-align: center;
  margin: 10px 5px 15px;
  padding: 5px 10px;
  background: linear-gradient(to bottom, #ff5f5f, #d62d2d);
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 0 #a12424, 0 6px 10px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  pointer-events: auto;
  cursor: pointer;
}

.wave-stop span {
  animation: none !important;
}

#loadingImage {
  position: fixed; /* 画面全体に対して中央配置 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000; /* モーダルよりも上に */
  display: none;
  width: 40px;
}

.loading-box {
  text-align: center;
  vertical-align: middle;
}

.arrow-right {
  position: relative;
  display: inline-block;
  padding: 12px;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 50%;
  margin-left: 10px;
  top: 7px;
}

.arrow-right::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 6.5px;
  left: 5px;
}

.table-description {
  font-size: 10px;
  color: #666666;
  margin-bottom: 2px;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}

.note-marker {
  flex-shrink: 0;
  line-height: inherit;
  vertical-align: top;
  margin-right: 0.5em;
  min-width: 1em;
}

.final-push {
  font-size: 12px;
  color: #666666;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  justify-content: center;
}

.final-push-description {
  font-size: 10px;
  color: #666666;
  margin-bottom: 10px;
  text-decoration: underline;
}

.open-official {
  color: #666666;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 15px;
}

.info-mark {
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  padding-right: 5px;
}

.info-mark::before {
    content: "i";
    font-size: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 40%;
    background: #666666;
    color: #FFF;
    font-weight: bold;
}

.info-note {
  color: #ff0000;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: bold;
}

.star-wrap {
  margin-bottom: 5px;
}

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  font-size: 14px;
  margin: 1px 0;
}

.star5_rating:before, .star5_rating:after {
  content: '★★★★★';
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffd24c;
}

.star5_rating[data-rate="5"]:after { width: 100%; }
.star5_rating[data-rate="4.5"]:after { width: 90%; }
.star5_rating[data-rate="4"]:after { width: 80%; }
.star5_rating[data-rate="3.5"]:after { width: 70%; }
.star5_rating[data-rate="3"]:after { width: 60%; }
.star5_rating[data-rate="2"]:after { width: 40%; }
.star5_rating[data-rate="1"]:after { width: 20%; }
.star5_rating[data-rate="0"]:after { width: 0%; }

.maru-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 49px;
}

.maru-pr {
  min-height: 40px;
  min-width: 40px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  background: #000;
  font-size: 16px;
  margin-right: 10px;
  color: #fff;
}

.maru {
  min-height: 40px;
  min-width: 40px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  background: #000;
  font-size: 24px;
  margin-right: 10px;
  color: #fff;
}

.maru-4 {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  background: #666666;
  font-size: 24px;
  margin-right: 10px;
  color: #fff;
  float: left;
}

.maru-5 {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  background: #999999;
  font-size: 24px;
  margin-right: 10px;
  color: #fff;
  float: left;
}

.sub-box {
  height: 90px;
  width: calc(100% - 30px);
  max-width: 800px;
  border: 5px solid #c8e6c8;
  border-radius: 20px;
  padding: 20px 10px;
  left: 0;
  right: 0;
  background-color: #f0f8ff;
  color: #000;
}

.sub-box:hover {
  opacity: 0.8;
}

.column-box {
  width: calc(100% - 30px);
  max-width: 800px;
  border: 5px solid #c8e6c8;
  border-radius: 20px;
  padding: 20px 10px;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 30px;
}

.column-title {
  padding: 5px 5px 5px 10px;
  border-left: 10px solid #30612a;
  margin: 4px 0;
}

.column-text {
  padding: 20px 5px 20px 20px;
}

.related-image {
  height: 90px;
  width: 120px;
  object-fit: cover;
  float: left;
  margin-right: 10px;
}

.related-label {
  font-weight: bold;
  margin-bottom: 5px;
}

.related-post-title {
  text-decoration: underline;
}

.suggest {
  padding: 10px 0 30px;
}

footer {
  text-align: center;
  font-size: 12px;
  color: #b2b2b2;
  background-color: #91d9fa;
  padding: 100px 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-open {
  cursor: pointer;
}

.modal {
  width: 95%;
  max-width: 950px;
  height: 80%;
  border: 1px solid #000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 99999;
  display: none;
}

.modal-wrapper {
  position: fixed;
  overflow-y: auto;
  height: 100%;
  width: 100%;
}

.modal-close__wrap {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
}

.modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
}

.modal-close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: black;
  display: block;
}

.modal-close span:nth-child(1) {
  transform: rotate(45deg);
}

.modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #7d7d7d;
  opacity: 0.6;
  display: none;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}

.overlay.open {
  display: block;
}

.modal.open {
  display: block;
}

.modal-answer-main-box {
  display:flex;
  justify-content: center;"
}

.modal-answer-box a {
  overflow: hidden;
  background: linear-gradient(to bottom, #ff5f5f, #d62d2d);
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 0 #a12424, 0 6px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  width: 55px;
  text-align: center;
  padding: 0.5em 2.5em;
  margin: 0 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.25em;
  text-decoration: none;
}

.modal-answer-box a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #a12424, 0 10px 15px rgba(0, 0, 0, 0.4);
}

.readmore-area {
  display: none;
  font-size: 15px;
  margin: 60px 5vw;
}

.modal-question {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin: 50px 6vw 50px;
}

.modal-question-bank {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin: 50px 6vw 50px;
}

.modal-question-list {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  text-decoration: underline double red;
  line-height: 2;
  padding-left: 20px;
  margin-bottom: 30px;
}

.modal-question-push {
  position: relative;
  padding: 1rem;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.modal-question-push::before,
.modal-question-push::after {
  position: absolute;
  width: 15px;
  height: 40px;
  content: '';
}

.modal-question-push::before {
  border-left: 1px solid #666666;
  border-top: 1px solid #666666;
  top: 0;
  left: 0;
}

.modal-question-push::after {
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  bottom: 0;
  right: 0;
}

.modal-question-description {
  max-width: 500px;
  margin: 25px auto 0;
  line-height: 1.5;
}

progress {
  width: 300px; /* 幅 */
  height: 20px; /* 高さ */
  appearance: none; /* デフォルトスタイルを無効化 */
  border: none;
  background: none;
}

.progress-container {
  display: flex;
  width: 70%;
  max-width: 480px;
  justify-content: center;
  gap: 5px;
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
}

.progress-segment {
  width: 50px;
  height: 10px;
  flex: 1;
  background-color: #ccc;
  transition: background-color 0.3s;
}

.progress-segment.active {
  background-color: #1e90ff;
}

.modal-find-question {
  margin-bottom: 10px;
  text-decoration: underline 2px #1e90ff;
}

.modal-find-answer-main-box.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

button.answer {
  display: block; 
  position: relative;
  padding: 10px;
  margin: 0 auto 15px;
  width: 100%;
  max-width: 480px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #e0e1e1;
  border-radius: 8px;
  box-shadow: 0 5px 0 #f4f5f5, 0 4px 10px rgba(176, 176, 176, 0.2);
  cursor: pointer;
}

button.answer-2 {
  display: block;
  position: relative;
  padding: 10px;
  margin: 0 auto 15px;
  max-width: 480px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #e0e1e1;
  border-radius: 8px;
  box-shadow: 0 5px 0 #f4f5f5, 0 4px 10px rgba(176, 176, 176, 0.2);
  width: calc(50% - 5px); /* 2列に分ける (間隔を考慮) */
  box-sizing: border-box;
  cursor: pointer;
}

.selected-outline {
  outline: 2px solid #ff5f5f;
}

button.prev-question {
  margin: 0 auto;
}

#find-result {
  display: none;
  position: relative;
  overflow: auto;
}

.find-result-lower {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 1.0) 100%);
  pointer-events: none; /* クリックを透過 */
  transition: opacity 0.3s ease;
}

.scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: #000;
  animation: scroll-down 2.5s ease infinite;
  transition: opacity 0.3s ease;
}

@keyframes bounce {
  from {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(0);
  }
  80% {
    transform: translateX(-50%) translateY(10px);
  }
  90%, to {
    transform: translateX(-50%) translateY(0);
  }
}

.find-result-title {
  font-weight: bold;
  text-align: center;
}

.find-result-1 {
  color:#1E90FF;
  font-size: 32px;
  margin: 20px 0 15px;
}

.find-result-2 {
  font-size: 20px;
  text-decoration: 2px underline yellow;
}

.scroll-triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #30612a transparent transparent transparent;
  transition: .2s;
  animation: scroll-down 2.5s ease infinite;
  margin: 20px auto;
}

@keyframes scroll-down {
  0%, 40%, 60%, 80% {
    transform: translateY(0);
  }
  50%, 70% {
    transform: translateY(10px);
  }
}

.recommend-service {
  display: none;
}

.recommend-service-name {
  font-size: 22px;
  font-weight: bold;
  margin: 5px 0 15px;
  text-align: center;
}

.acom {
  display: none;
}

.modal-sub-box {
  max-width: 510px;
  border: 5px solid #c8e6c8;
  border-radius: 20px;
  padding: 20px 10px;
  left: 0;
  right: 0;
  background-color: #f0f8ff;
  color: #000;
  margin: 0 auto 20px;
}

.toggle-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid black;
  transition: transform 0.3s;
  margin-left: auto;
}

.arrow.up {
  transform: rotate(180deg);
}

#readmore-lake, #readmore-lake-2 {
  font-size: 10px;
  color: #666666;
  padding: 10px 0;
}

#readmore-lake, #readmore-lake-2 > ul {
  padding-left: 20px;
  margin: 10px 0;
}
