@charset 'Shift_JIS';
:root {
  --w-basesize: 1000px;
  overflow-x: hidden;
}
:root {
  --text-title-s: 22px;
  --text-title-m: 24px;
  --text-title-l: 26px;
  --text-title-ll: 28px;
  --text-title-lll: 32px;
  --text-sss: 12px;
  --text-ss: 14px;
  --text-s: 16px;
  --text-m: 18px;
  --text-l: 20px;
  --text-ll: 22px;
  --text-lll: 24px;
}
strong {
  font-size: 1.2em;
}
.small {
  font-size: 0.8em;
}
:root {
  --point-color01: #F4B312;
  --point-color02: #CD00FB;
  --lead-h1-text-color: #000000;
  --lead-h1-bg-color: #F5F5F5;
}
br.sp-br {
  display: none;
}
br.pc-br {}
p {
  line-height: 1.8rem;
}
.A-radius30px-solid2 {
  border: solid 2px #00E090;
  border-radius: 30px;
}
.pro-solid3-pc01 {
  border: solid 3px var(--point-color01);
}
.pro-solid3-FF0000 {
  border: solid 3px #FF0000;
}
ul.product-list{
  position: relative;
  padding: 1em 1em 1em 2em;
  font: 14px/1.6 'arial narrow', sans-serif;
  border: solid 1px #585858;
  color: #585858;
  background: #fff;
}
ul.product-list li{
  font-size: var(--text-title-ss);
  font-weight: bold;
  list-style: disc;
}
