@charset "UTF-8";

// body {
//   color: red;
// }
.Top .Compare .content .list .item .right .compare .info .label.-blue {
  background: var(--primary);
}

.Top .Compare .content .list .item .right .compare .info {
  position: relative;
  padding: 1rem 0.5rem 2.4rem;
  gap: 0.3rem;
}

.Top .Compare .content .list .item .right .compare .info .baloon_wrap {
  position: absolute;
  font-weight: bold;
  font-size: 10px;
  background: #fff;
  border-radius: 0.3rem;
  border: solid 1px #afafaf;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* 1位のみ */
.Top .Compare .content .list .item .right .compare .info .baloon_wrap.is-first {
  bottom: -11px;
}

/* 2位・3位：.labelが1つだけの場合 */
.Top .Compare .content .list .item .right .compare .info .label:only-of-type ~ .baloon_wrap {
  bottom: 4px;
}

.Top .Compare .content .list .item .right .compare .info .baloon_wrap:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  border-style: solid;
  border-color: transparent transparent #afafaf;
  border-width: 0px 3px 6px;
}

.Top .Compare .content .list .item .right .compare .info .label {
  font-size: 1rem;
}

.text-xxs {
  font-size: 10px;
}

.text-s {
  font-size: 1rem;
}

.Top .Compare .content .table tr td:not(:first-child) .text:not(:first-child) {
  margin: 0.5rem 0 0;
}

.Top .Compare .content .list .item .right .compare{
  max-height: 140px;
}

.Top .Compare .content .list .item .body .left .logo{
  height: 8rem;
}

.Top .Compare .content .baloon{
width: 12.8rem;
left: 11.6rem;
}

.Rank{
  gap: 1rem;
}

.Top .Compare .content .list .item .right .compare .info .baloon_wrap .baloon_inner{
  
  min-width: 60px;
}

.Top .Compare .content .list .item .right .compare .info .baloon_wrap .baloon_inner strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FAF19B), color-stop(90%, #FAF19B), color-stop(90%, transparent));
  background: linear-gradient(transparent 50%, #FAF19B 50%, #FAF19B 90%, transparent 90%);
  position: relative;
  padding: .1rem .2rem;
  color: #222;
}

.Top .Compare .content.-table {
  padding: 3rem 1.5rem 2rem;
}

.Top .Compare .content .table td {
  min-width: 11.4rem;
}

.Top .Compare .content .table td b{
color: #222;
font-weight: 500;
}

.Top .Compare .content .table:after {
  width: 11.4rem;
}

.Top .Compare .content .table td .item .texts strong{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFD8CC), color-stop(90%, #FFD8CC), color-stop(90%, transparent));
  background: linear-gradient(transparent 50%, #FFD8CC 50%, #FFD8CC 90%, transparent 90%);
  position: relative;
  padding: .1rem .2rem;
  color: #222;
}

.Modal .content .body .clinic .list .item .link {
  text-align: left;
}
.Top .Compare .header .title .bottom {
  white-space: nowrap;
}

.orangeline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFD8CC), color-stop(90%, #FFD8CC), color-stop(90%, transparent));
  background: linear-gradient(transparent 50%, #FFD8CC 50%, #FFD8CC 90%, transparent 90%);
  position: relative;
  padding: .1rem .2rem;
  color: #222;
}

.Top .Compare .content .list .item .right{
  gap: 1.0rem;
}

.Top .Compare .content .list .item .comment p b {
  color: #222;
  font-weight: 500;
}


.Localize .Top .Compare .header .title .name{
  font-size: 2.4rem;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,transparent),color-stop(60%,#FAF19B));
  background: linear-gradient(transparent 60%,#FAF19B 60%);
}

.Localize .Compare .pickup .label {
  background-color: #555;
  padding: 0.5rem 1.2rem;

}

.Rank_shops_pickup_body_image{
  width: 8rem;
}

.Rank_shops_pickup_body_item_text{
  font-size: 1.15rem;
}

.Rank_shops_item_body_item_text {
font-size: 1rem;
}

.Baloon{
  font-size: 1.1rem;
  margin-top: 4px;
}

.Baloon_content {
  padding: .3rem .2rem;
}
 
.CampaignBanner{
  padding-top: 1rem;
}

img.BannerImage{
  width: 100%;
  border-radius: 6px;
}

@media screen and (min-width: 769px) {
    body {
          grid-template-columns: 1fr 430px auto;
    }

}