@charset "euc-jp";
/* CSS Document */
.pc {
    display: block;
}
.sp {
    display: none;
}

a.plan {
  overflow:hidden;
}

a.plan img {
  transition:.3s all;
}

a.plan img:hover {
  transform: scale(1.1, 1.1);
  transition:.3s all;
}

.plan-detail {
    padding-bottom: 64px;
}
.plan-head {
    font-size: 20px;
    font-weight: bold;
    margin: 60px auto 0!important;
    border-bottom: 1px solid #eee;
}
.plan-contents-title {
    background: #e7f0f6;
    padding: 20px;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
}
.plan-enterprise {
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
}
.plan-contents-flex {
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.plan-premium {
    background: #2389CA;
    color: #fff;
}
.head-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.plan-premium,
.plan-enterprise {
    padding: 20px 0;
    text-align: center;
}
.plan-space01 {
    width: 30%;
}
.plan-space02 {
    width: 35%;
}
.plan-space03 {
    width: 35%;
}
.ms-pay span {
    font-size: 12px;
    margin-left: -7px;
}
.plan-item {
    font-size: 14px;
    padding: 30px;
    height: 80px;
    border: 2px solid #eee;
    margin-bottom: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 150%;
    text-align: center;
}
.plan-item span {
    display: contents;
    font-size: 10px;
}
.plan-item:nth-child(odd) {
    background: #f5f5f5;
}
.border {
    border-left: 4px solid #2389CA;
    border-right: 4px solid #2389CA;
    position: relative;
}
.border-top {
    position: relative;
}
.border-top::before {
    content: "";
    position: absolute;
    left: -4px;
    border-left: 4px solid #2389CA;
    top: -175px;
    height: 175px;
}
.border-top::after {
    content: "";
    position: absolute;
    right: -4px;
    border-right: 4px solid #2389CA;
    top: -175px;
    height: 175px;
}
.border-bottom {
    border-bottom: 4px solid #2389CA;
    padding-bottom: 0;
}
.border-before::before {
    content: "";
    position: absolute;
    left: -4px;
    border-left: 4px solid #2389CA;
    top: -110px;
    height: 110px;
}
.border-before::after {
    content: "";
    position: absolute;
    right: -4px;
    border-right: 4px solid #2389CA;
    top: -110px;
    height: 110px;
}
.link-text {
    font-size: 14px;
    font-weight: normal;
    margin-top: 8px;
    display: inline-block;
}
.plan-head-fix {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: top 0.5s ease;
}
.plan-head-fix.fixed {
    position: fixed;
    top: 36px;
    background: #fff;
    left: 0;
    right: 0;
    z-index: +1;
    max-width: 1200px;
}
.plan-head-fix.fixed.none {
    opacity: 0;
    z-index: -1;
}
.single-circle {
    width: 20px;
    height: 20px;
    position: relative;
    border: solid 2px;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block!important;
    color: #2389CA;
}
.wt {
    color: #fff;
}
.plan-price-att {
    font-size: 12px;
    text-align: left;
    margin: 8px auto 0;
}



@media (max-width: 1280px) {
    .contents-inner {
      max-width: 85%;
      margin: 0 auto;
    }
    .inner-list {
      width: auto;
    }
  }
  
  @media (max-width: 768px) {
    .contents-inner {
      max-width: 95%;
      margin: 0 auto;
      padding: 0 10px;
    }
    .inner-list {
      width: 100%;
    }
    .price-box-wrap {
      display: block;
      margin: 3rem 0;
    }
    .premium::before {
      top: -1px;
      left: -1px;
    }
    .price-box {
      padding: 70px 40px 40px 40px;
      width: auto;
    }
    .plan-head-fix.fixed {
      top: 2px;
    }
    .plan-contents-flex {
      justify-content: center;
      flex-wrap: wrap;
    }
    .plan-contents-wrap {
      margin-top: -45px;
    }
    .plan-premium,
    .plan-enterprise {
      width: 48%!important;
      margin: 0 1%;
      background-color: #eee;
      height: 72px;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 140%;
    }
    .plan-premium {
      color: #000;
    }
    .active-plan {
      background-color: #2389CA;
      color: #fff;
    }
    .plan-premium,
    .plan-enterprise,
    .head-title {
      font-size: 16px;
    }
    .plan-contents-title {
      border: none;
      background: #fff;
      padding: 20px 20px 60px 20px;
    }
    .plan-head-fix .plan-space01 {
      display: none;
    }
    .plan-space01 {
      width: 40%;
    }
    .head-title {
      width: 100%;
    }
    .plan-space02,
    .plan-space03 {
      width: 55%;
    }
    .plan-item {
      padding: 30px 0;
      height: 70px;
      border: none;
      margin-bottom: 0;
      border-bottom: 2px solid #eee;
      border-top: none;
      border-right: none;
      border-left: none;
    }
    .plan-item-settlement {
      height: 120px;
    }
    .border {
      border: none;
    }
    .border-top {
      border: none;
    }
    .border-top::before {
      content: "";
      border: none;
    }
    .border-top::after {
      content: "";
      border: none;
    }
    .border-bottom {
      border: none;
    }
    .border-before::before {
      content: "";
      border: none;
    }
    .border-before::after {
      content: "";
      border: none;
    }
    .plan-price-att {
      width: 90%;
    }
    .commission-lead {
      font-size: 18px;
    }
    .commission-lead em {
      font-size: 20px;
    }
    .commission-lead .note {
      font-size: 12px;
    }
    .total-cost-list {
      display: block;
    }
    .total-cost li {
      width: 100%;
      margin-bottom: 16px;
    }
    .total-cost li:last-child {
      margin-bottom: 0;
    }
    .discount-list {
      display: block;
    }
    .discount-list li {
      width: 100%;
      margin-bottom: 40px;
    }
    .discount-list li:last-child {
      margin-bottom: 0;
    }
    .cta-contents {
      padding: 60px 10px;
    }
    .main-cta {
      width: 90%!important;
      font-size: 1rem;
    }
    .pc {
      display: none!important;
    }
    .sp {
      display: block!important;
    }
    .mgb24-sp {
      margin-bottom: 24px;
    }
    .top45 {
      top: 80px!important;
      right: 0!important;
    }
    .top50 {
      top: 50px!important;
      right: 0!important;
    }
    .attention {
      max-width: 90%;
    }
    .cta-text {
      font-size: 19px;
    }
  }