@charset "UTF-8";

/* Theme Name: comwell */

/* A Modern CSS Reset */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
  padding: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* 
.tokuten {
  text-align: center;
}

.complete {
  text-align: center;
  margin-bottom: 8%;
} */

/* .stripe-button-el span {
  font-size: 1.8rem !important;
  height: 100% !important;
  line-height: 1.6;
  padding: 2% 4% !important;
  white-space: nowrap;
  min-width: 200px;
} */

/* p.club_merit-price.club_pay {
  display: block;
} */
/* .club_merit-price .label {
  display: table;
  margin: auto;
} */

/* .club_merit-price {
    display: block!important;
  } */

.pay_btn {
  display: inline-block;
  margin: auto;
  text-align: center;
  padding: 6px 12px;
  background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  color: #fff;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}

.lkc-internal-wrap:before {
  content: "あわせて読みたい";
  position: absolute;
  left: 15px;
  top: -15px;
  background: #56c300;
  font-size: 1.5rem;
  padding: 0 10px;
  border-radius: 2px;
  color: #fff;
}
