@charset "utf-8";
/* CSS Document */



.tac {
  text-align: center;
}

.standard-blue {
  color: #f22bf2;
}

.cost-red {
  color: #E61E2F;
}

.fz_xl {
  font-size: 32px;
}

.standard-plan_bg {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-size: 22px;
}

.standard-plan_bg:before,
.standard-plan_bg:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 2px;
  border-top: solid 1px #EC828B;
  border-bottom: solid 1px #EC828B;
}

.standard-plan_bg:before {
  left: 0;
}

.standard-plan_bg:after {
  right: 0;
}

.standard-campaign {
  background-color: #E61E2F;
  background-image: linear-gradient(43deg, #E61E2F 0%, #E61E2F 54%, #E61E2F 100%);
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.ribbon3 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 16px;
  background: #E61E2F;
  color: #FFF;
  box-sizing: border-box;
}

.ribbon3 h3 {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
}

.ribbon3:before,
.ribbon3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon3:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon3:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.premium-orange {
  color: #fe9f32;
}

.td_lt {
  text-decoration: line-through;
}

.premium-campaign {
  position: relative;
  color: #6eb0f9;
  line-height: 1.4;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6));
}

.border-top {
  border-top: #888 solid 1px;
}