@charset "utf-8";

.fl-wrapper-unitprice {
  margin: 0 auto;
  width: 85.333333333vw;
}

.theme-mobile.theme-general .l-article .fl-wrapper-unitprice h1 {
  margin-top: 4.533333333vw;
  font-size: 4.8vw;
  font-weight: 600;
  color: #23366F;
  text-align: center;
  background: none;
}
.fl-wrapper-unitprice h2 {
  padding-left: 0;
  margin-top: 6.4vw;
  margin-bottom: 4.0vw;
  font-size: 4.266666667vw;
  font-weight: 700;
  line-height: 1.8;
  color: #434343;
  border: none;
}
.fl-wrapper-unitprice h2::before,
.fl-wrapper-unitprice h2::after {
  display: none;
}

@media screen and (min-width:1250px) {
  .fl-wrapper-unitprice {
    width: 1200px;
  }

  .fl-wrapper-unitprice h1 {
    margin-top: 99px;
    font-size: 36px;
    color: #23366F;
    font-weight: 600;
    text-align: center;

  }
  .fl-wrapper-unitprice h2 {
    margin-top: 58px;
    margin-bottom: 80px;
    font-size: 32px;
  }
}

.fl-unitprice_link {
  position: relative;
  display: block;
  margin-bottom: 2.666666667vw;
  width: 60.8vw;
  font-size: 3.733333333vw;
  font-weight: 500;
}
.fl-unitprice_link .icon {
  position: absolute;
  display: inline-block;
  top: 45%;
  right: 5%;
}
.fl-unitprice_link .icon::before,
.fl-unitprice_link .icon::after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  width: 3.2vw;
  height: .533333333vw;
  border-radius: .266666667vw;
  background-color: #23366F;
  transform-origin: right center;
}
.fl-unitprice_link .icon::before {
  transform: rotate(40deg);
}
.fl-unitprice_link .icon::after {
  transform: rotate(-40deg);
}

.fl-unitprice_link:hover {
  border-bottom: solid .266666667vw #23366F;
}
@media screen and (min-width:1250px) {
  .fl-unitprice_link {
    margin-bottom: 40px;
    width: 430px;
    font-size: 26px;
  }

  .fl-unitprice_link .icon::before,
  .fl-unitprice_link .icon::after {
    width: 21px;
    height: 3px;
    border-radius: 2px;
  }
  .fl-unitprice_link .icon::after {
    transform: translateY(-1px) rotate(-40deg);
  }
  
  .fl-unitprice_link:hover {
    border-bottom: solid 1px #23366F;
  }
}
