/* 2021.11.09　Xserver SSL リリース記念キャンペーン */

/* 特設ページ ----------------------------------------- */

.cpn_note{
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}

/* SSL証明書一覧 -----------------------------------------  */

.price-list .price{
  font-size: 1.2rem;
}

.price-list .price span{
  font-size:24px;
  line-height: 1.0;
}

.price-list .price span.fee {
    display: inline-block;
    font-size: 12px;
    margin-top: 11px;
}

.price-list .price span.securecore {
    display: inline-block;
    font-size: 14px;
	margin-bottom: 8px;
}

/* 認証レベルについて -----------------------------------------  */

.label_year {
  margin-right: 4px;
  padding-right: 16px;
  padding-left: 16px;
  color: #fff;
  background-color: #053564;
}

.label_siteseal {
  padding:4px 10px;
  color: #027bf0;
  font-size:12px;
  font-weight: 700;
  border:1px solid #027bf0;
}

/* Xserver SSLとは -----------------------------------------  */

.cpn_plan_red{
  color:#ff0000;
    min-height:7.1rem;
}

.cpn_box{
  margin-top: 40px;
  position: relative;
  flex-basis: 31.8518518519%;
}

@media only screen and (max-width: 767px){
  .cpn_box {
    margin-top: 30px;
    flex-basis: 100%;
  }
}

.cpn_balloon {
   position: absolute;
   display: block;
   width: 205px;
   height: 40px;
   margin: auto;
   top: -30px;
   right: 0;
   left: 0;
   background: #ffff00;
   border-radius: 4px;
   color:#ff0000;
   line-height: 40px;
   font-size: 15px;
   font-weight: bold;
   text-align: center;
 }

.cpn_balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 90px;
  bottom: -10px;
  border-top: 10px solid #ffff00;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

@media only screen and (max-width: 1205px){
  .cpn_balloon {
    top: -10px;
  }
}

.cpn_off{
    margin: -10px 3px 0 0;
}

@media only screen and (max-width: 1205px){
    .cpn_off.seal {
        margin: -10px 3px 0 -15px;
    }
}

@media only screen and (max-width: 768px){
    .geotrust {
        margin-top: 7px;
    }
}

.plan__bottom {
    padding:24px;
}
@media only screen and (max-width: 1205px){
    .plan__bottom {
        padding:24px 3%;
    }
}
@media only screen and (max-width: 768px){
    .plan__bottom {
        padding:16px 7px 16px;
    }
}
/* 共通 -----------------------------------------  */

.cpn_red{
  color:#ff0000;
}

.cpn_bnr {
  margin:40px auto 0;
  padding:0 15px;
  width:100%;
}
@media only screen and (max-width: 767px) {
  .cpn_bnr {
    max-width:480px;
  }
}

@media only screen and (min-width: 768px) {
  .visible-s {
    display: none;
  }
}