html {
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif !important; }

h3 {
  line-height: 1.25; }

p {
  line-height: 2; }

.lcc_bg_red_02 {
  background-color: #FEF3F1; }
.lcc_bg_red_03 {
  background-color: #FDE8EA; }
.lcc_bg_red_04 {
  background-color: #E65760; }
.lcc_bg_gray_02 {
  background-color: #F0F0F0; }
.lcc_text_red {
  color: #E65760; }
.lcc_ck::before {
  content: "";
  background-image: url(../assets/ck.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  display: inline-block;
  height: 1rem;
  width: 1.5rem;
  margin-right: 0.2rem; }
.lcc_button {
  position: relative;
  background: linear-gradient(to right, #E65760, #C5404E);
  border-radius: 3rem;
  width: fit-content;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: 0.3s; }
  .lcc_button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -100%;
    background: linear-gradient(60deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 95%); }
  .lcc_button:hover {
    transform: scale(1.035); }
    .lcc_button:hover::after {
      transition: 0.3s;
      right: -50%;
      left: 0%; }
  @media not all and (min-width: 768px) {
    .lcc_button {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (min-width: 768px) {
    .lcc_button {
      padding-left: 3.5rem;
      padding-right: 3.5rem; } }
  .lcc_button_w_line {
    position: relative;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem; }
    .lcc_button_w_line::before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 3rem;
      content: "";
      border: #FFF 3px solid;
      margin: 4px; }
    @media not all and (min-width: 768px) {
      .lcc_button_w_line {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media (min-width: 768px) {
      .lcc_button_w_line {
        padding-left: 3.8rem;
        padding-right: 3.8rem; } }
.lcc_faq_q {
  position: relative; }
  .lcc_faq_q::before {
    content: "Q.";
    position: absolute;
    left: 1.5rem;
    opacity: 0.4; }
.lcc_faq_a {
  position: relative; }
  .lcc_faq_a::before {
    content: "A.";
    position: absolute;
    left: 1.5rem;
    opacity: 0.5; }

#fst_sec {
  background-image: url("../assets/4x/fst_bg@4x.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom; }
  @media not all and (min-width: 1200px) {
    #fst_sec {
      background-color: rgba(225, 225, 225, 0.75);
      background-blend-mode: lighten; } }

/*# sourceMappingURL=style.css.map */
