@charset "UTF-8";
:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 233,83,131;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 252,229,237;
  --beige: 248,244,241;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 189,104,200;
  --light_purple: 242,228,243;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* .l-container
================================================ */
#potenza .l-container {
  padding-top: 0;
}

/* .potenza-mainimg
================================================ */
.potenza-mainimg {
  background: #b9ccea;
  background: linear-gradient(90deg, #f3fbfe 0%, #f3fbfe 50%, #b9ccea 50%, #b9ccea 100%);
}

/* .potenza-case
================================================ */
.potenza-case__inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media all and (min-width: 768px) {
  .potenza-case__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* .potenza-delivery
================================================ */
.potenza-delivery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.potenza-delivery__item {
  width: 48%;
}
.potenza-delivery__item:nth-child(1) {
  order: 1;
}
.potenza-delivery__item:nth-child(2) {
  order: 3;
  width: 200px;
  margin: 15px auto 0;
}
.potenza-delivery__item:nth-child(3) {
  order: 2;
}
.potenza-delivery__area-txt {
  margin-top: 10px;
}
.potenza-delivery__tit {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background: #666;
  border-radius: 9999px;
  padding: 5px;
}
.potenza-delivery__tit.is-potenza {
  background: #23b8ba;
}
.potenza-delivery__list {
  margin-top: 10px;
}
.potenza-delivery__list-item {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
.potenza-delivery__list-item::before {
  content: "・";
}
.potenza-delivery__list-item + .potenza-delivery__list-item {
  margin-top: 5px;
}
@media all and (min-width: 768px) {
  .potenza-delivery {
    justify-content: space-evenly;
  }
  .potenza-delivery__item {
    width: 200px;
  }
  .potenza-delivery__item:nth-child(1) {
    order: 1;
  }
  .potenza-delivery__item:nth-child(2) {
    order: 2;
    margin: inherit;
  }
  .potenza-delivery__item:nth-child(3) {
    order: 3;
  }
  .potenza-delivery__tit {
    font-size: 1.6rem;
  }
  .potenza-delivery__list-item {
    font-size: 1.6rem;
  }
}

/* .potenza-drug
================================================ */
.potenza-drug__head {
  text-align: center;
  margin-bottom: 20px;
}
.potenza-drug__head-txt {
  display: inline-block;
  color: #1aaaac;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  background: #e4f1f0;
  border-radius: 9999px;
  padding: 5px 15px;
}
.potenza-drug-card {
  border: 1px solid rgb(var(--border));
}
.potenza-drug-card__area-img {
  width: 50%;
  margin-inline: auto;
}
@media all and (min-width: 768px) {
  .potenza-drug__head {
    margin-bottom: 40px;
  }
  .potenza-drug__head-txt {
    font-size: 2.8rem;
    padding: 10px 30px;
  }
  .potenza-drug-card {
    border: 1px solid rgb(var(--border));
  }
  .potenza-drug-card__area-img {
    width: auto;
  }
}

/* .potenza-diamondchip
================================================ */
.potenza-diamondchip__head-txt {
  position: relative;
  display: inline-block;
  padding-left: 60px;
}
.potenza-diamondchip__head-txt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 55.5px;
  height: 30px;
  background: url(/potenza/img/txt_new.png) 0 0 no-repeat;
  background-size: contain;
}
@media all and (min-width: 768px) {
  .potenza-diamondchip__head-txt {
    padding-left: 130px;
  }
  .potenza-diamondchip__head-txt::before {
    width: 111px;
    height: 60px;
  }
}

/* .potenza-case-diamond
================================================ */
.potenza-case-diamond__inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media all and (min-width: 768px) {
  .potenza-case-diamond__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}