@charset "utf-8";

/* ==================================================
共通
================================================== */
.textLink.arrow-blank.fcRed::after {
  background-image: url("/common_v2/images/icon_blank_red.svg");
}

.attention__exclusiveTel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
  line-height: 1;
  margin-top: 15px;
  
  & dt {
    font-size: 20px;
  }
  
  & dd {
    font-size: 48px;
    color: #fc544c;
    transform: translateX(-.25em);
  }
}

.attention__pointList {
  & .box1_head {
    font-size: 2rem;
  }
  
  & .cirList {
    > li {
      font-size: 1.6rem;
      
      &::before {
        background: #fff;
      }
    }
  }
}