a:visited {
  color: #3300ff;
}

a:hover {
  color: #333333;
}

/*----- Breadcrumbs List ----*/
#breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin: 10px 0 40px 0;
}
#breadcrumbs ol li + li::before {
  content: ">";
  padding: 0 10px;
}
#breadcrumbs ol a {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}
#breadcrumbs ol a:visited {
  color: #333333;
}
#breadcrumbs ol .material-symbols-outlined {
  font-size: 20px;
  vertical-align: -5px;
  margin-right: 10px;
}

@media (max-width: 599px) {
  #breadcrumbs ol li + li::before {
    padding: 0 5px;
  }
}
/*-------- Page Common -------*/
.page-title {
  border-bottom: 1px solid #333333;
  margin-bottom: 30px;
}

.benri-coupon {
  margin-bottom: 60px;
}

.sitename {
  font-size: 15px;
}

.page-kijinai-ad {
  margin: 35px 0 0;
}

.page-side-ad ul li {
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .page-side-ad ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 15px;
  }
}
@media (max-width: 599px) {
  .page-title {
    font-size: 18px;
    line-height: initial;
  }
}
/*-------- Index Page -------*/
.index-list-wrap {
  margin: 0 0 80px 10px;
}

.list-item-wrap {
  margin-bottom: 40px;
  padding-left: 10px;
  border-left: 8px double #E4AFCA;
}
.list-item-wrap h2 {
  font-size: 16px;
  font-weight: bold;
}
.list-item-wrap .idx1 {
  font-size: 16px;
}
.list-item-wrap .category-item ul {
  display: flex;
  flex-wrap: wrap;
}
.list-item-wrap .category-item ul li {
  margin-right: 25px;
}
.list-item-wrap .category-item ul li:last-child {
  margin-right: 0;
}

@media (max-width: 850px) {
  .list-item-wrap .idx2 {
    font-size: 16px;
  }
}
/*-------- List Page --------*/
.waribiki-tokuten-wrap {
  margin-bottom: 50px;
}
.waribiki-tokuten-wrap .tokuten-item li:last-child {
  margin-bottom: 20px;
}
.waribiki-tokuten-wrap .tokuten-name {
  color: #993333;
  font-weight: bold;
  font-size: 15px;
}
.waribiki-tokuten-wrap ul {
  list-style: disc;
  line-height: 1.8em;
  padding-left: 25px;
}
.waribiki-tokuten-wrap ul li {
  margin-bottom: 5px;
}
.waribiki-tokuten-wrap br {
  display: block;
  content: "";
}

.main-list-wrap {
  margin: 35px 0 60px;
}
.main-list-wrap h2 {
  margin: 30px 0 10px;
}
.main-list-wrap .attention {
  margin-bottom: 35px;
}

.item-wrap {
  margin-bottom: 20px;
}
.item-wrap .sitename {
  display: inline-block;
}
.item-wrap .sitename a {
  margin-right: 20px;
}
.item-wrap .wari-btn {
  padding: 0 6px;
  font-size: 11px;
}
.item-wrap .desc a:link,
.item-wrap .desc a:visited {
  color: #333333;
  font-size: 14px;
}
.item-wrap .desc a:hover {
  color: #3300ff;
}

/*--------- OFF Button -------*/
.off-button {
  display: inline-block;
  background-color: #FBFAF7;
  font-size: 11px;
  line-height: 1.4em;
  margin-right: 20px;
  padding: 1px 6px 0 6px;
  border: 1px solid #666666;
  border-radius: 2px;
}
.off-button a {
  color: #cc0000;
  text-decoration: none;
}

.off-btn-flash {
  position: relative;
  top: -2px;
}
.off-btn-flash:hover {
  color: #cc0000;
  outline: 1px solid #fff;
  text-decoration: none;
}
.off-btn-flash::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
.off-btn-flash:hover::after {
  transform: scaleX(1.5) scaleY(1.5);
  background: #000;
  opacity: 0;
}

.off-btn-flash.clicked::after {
  transform: scaleX(1.5) scaleY(1.5);
  background: #000;
  opacity: 0;
}

/*--------- ad-box --------*/
.ad-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.ad-box {
  position: relative;
  width: 300px;
  border: 1px solid #1c1c1c;
  margin-bottom: 25px;
  padding: 10px;
}

.ad-box-innner-wrap {
  display: flex;
  padding-bottom: 6px;
}

.ad-box-banner {
  width: 140px;
}

.ttl-name a:link,
.ttl-name a:visited {
  color: #333333;
  font-weight: bold;
}

.red-frame {
  display: inline;
  color: #db1219;
  font-size: 11px;
  font-weight: 600;
  margin: 0 12px 10px 0;
  padding: 1px 6px 0;
  border: 1px solid #db1219;
  border-radius: 2px;
}

.point {
  font-size: 12px;
  padding: 10px 0 0 22px;
}
.point ul {
  list-style: disc;
}

.tryout {
  background-color: #db1219;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  padding: 5px;
}

.tryout a:link,
.tryout a:visited {
  color: #fff;
}

.tryout a:hover {
  color: #f7c3c5;
  text-decoration: none;
}

.tryout::after {
  content: ">";
  position: absolute;
  right: 30px;
}

.amzn-btn {
  width: 120px;
  height: 60px;
  line-height: 60px;
  background-color: #0E161D;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  margin-right: 20px;
}
.amzn-btn a:link, .amzn-btn a:visited, .amzn-btn a:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 850px) {
  .ad-box {
    padding-bottom: 60px;
  }
  .point {
    font-size: 16px;
  }
  .tryout {
    width: 93.5%;
    position: absolute;
    bottom: 10px;
  }
}
@media (max-width: 619px) {
  .ad-box {
    width: 100%;
  }
  .tryout {
    width: 96.5%;
  }
}
@media (max-width: 500px) {
  .tryout {
    width: 94%;
  }
}/*# sourceMappingURL=page.css.map */