@charset "EUC-JP";

.service-cost h3 {
  font-size: 2.6rem;
  font-weight: bold;
}

.service-cost .notice {
  margin: 4rem auto;
  padding: 1rem;
  text-align: center;
  border: #e3ddc1 1px solid;
  background: #fffdf5;
}

.service-cost .notice a {
  text-decoration: underline;
}

.service-cost .notice a:hover {
  opacity: .8;
}

.company-info .link-button1 {
  width: 500px;
  height: 80px;
  border-radius: 5px;
}

.company-info .link-button1::before {
  border-radius: 0;
}

.company-info .link-button1 a {
  width: 100%;
  height: 100%;
}

.company-info .link-button1 span {
  font-weight: bold;
  display: flex;
  align-items: center;
}

.company-info .link-button1 span::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  content: '';
  background-image: url('../../images/icon/contacticon.svg');
  background-size: contain;
}

.year-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.year-nav label {
  position: relative;
  cursor: pointer;
  flex-basis: 96px;
}

.year-nav label input {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}

.year-nav label span {
  position: relative;
  display: block;
  padding-bottom: 8px;
  text-align: center;
  color: #ccc;
}

.year-nav label span::before {
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 100%;
  height: 2px;
  content: '';
  background: #ccc;
}

.year-nav label input:checked + span {
  color: #027bf0;
}

.year-nav label input:checked + span::before {
  bottom: -1px;
  height: 4px;
  background: #027bf0;
}

.plan-month,
.plan-three-month,
.plan-six-month,
.plan-year,
.plan-two-year,
.plan-three-year {
  display: none;
}

.plan-month.active,
.plan-three-month.active,
.plan-six-month.active,
.plan-year.active,
.plan-two-year.active,
.plan-three-year.active {
  display: block;
}

.planbox {
  display: flex;
  min-width: 1080px;
  justify-content: space-between;
  align-items: center;
}

.planbox__head {
  display: flex;
  width: 130px;
  height: 72px;
  padding: 16px;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  background-color: #caebfc;
  align-items: center;
}

.planbox__head-blank {
  border: 0;
  background-color: #fff !important;
}

.planbox__head p {
  font-size: 1.6rem;
  font-weight: bold;
}

.planbox__head-top {
  height: 130px;
  border-top: solid 1px #ccc;
  border-radius: 5px 0 0 0;
}

.planbox__head-bottom {
  border-radius: 0 0 0 5px;
}

.planbox__child {
  position: relative;
  display: flex;
  width: calc((100% - 130px) / 6);
  height: 72px;
  border-right: solid 1px #fff;
  border-radius: 5px 5px 0 0;
  align-items: center;
  justify-content: center;
}

.planbox__child .campaignRecommend {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  position: absolute;
  top: -26%;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  border-radius: 3px;
  background: #ff7e00;
}

.planbox__child .campaignRecommend:before {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 8px 7px 0 7px;
  border-style: solid;
  border-color: #ff7e00 transparent transparent transparent;
}

.planbox__child-normal {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-radius: 0;
}

.planbox__child-normal:last-child {
  border-right: solid 1px #ccc !important;
}

.planbox__child-normal.bottom {
  border-radius: 0 0 5px 0;
}

.planbox__child-cost {
  height: 130px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-radius: 0;
}

.planbox__child-cost .campaign2 {
  line-height: 1;
  text-align: center;
}

.planbox__child-cost .campaign2 s {
  font-size: 14px;
}

.planbox__child-cost .campaign2 .campaignPrice {
  font-size: 25px;
  font-weight: bold;
  margin: 0 3px;
}

.planbox__child-cost .campaign {
  line-height: 1.2;
  text-align: center;
  color: #f7716f;
}

.planbox__child-cost .campaign s {
  font-size: 14px;
}

.planbox__child-cost .campaign .campaignPrice {
  font-size: 26px;
  font-weight: bold;
  margin: 0 3px;
}

.planbox__child-cost .campaign .campaignPR {
  font-size: 13px;
  font-weight: bold;
  line-height: 2.5;
  position: relative;
  margin-left: 0 !important;
  padding: 2px 5px;
  color: #148dce;
  background-color: #fff700;
}

.planbox__child-cost .campaign .campaignPR:before {
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 0 6px 7px 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff700 rgba(0, 0, 0, 0);
}

.planbox__child-cost .campaign .campaignPR strike {
  font-size: 13px !important;
  font-weight: bold;
  color: #aaa !important;
  -webkit-text-decoration-color: #aaa;
  text-decoration-color: #aaa;
}

.planbox__child-cost .campaign .campaignPR_s {
  font-size: 12px;
  margin-left: 0;
  color: #148dce;
}

.planbox__child-cost .campaign .campaign_text {
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  margin: 5px auto 0;
  text-align: center;
  color: #f7716f !important;
}

.planbox__child-cost .campaign .campaign_yen {
  color: #fff700 !important;
}

.planbox__child-cost .campaign .campaign_yen span {
  color: #fff700 !important;
}

.planbox__child-cost .campaign .campaign2 {
  font-size: 15px;
  font-weight: normal;
  color: #262626 !important;
}

.planbox__child-cost:last-child {
  border-right: solid 1px #ccc !important;
}

.planbox__child-cost p span:first-child {
  font-size: 1.8rem;
  font-weight: bold;
}

.planbox__child-cost p span:last-child {
  font-size: 1.2rem;
  margin-left: 8px;
}

.planbox__child:last-child {
  border-right: none;
}

.planbox__name {
  height: 88px;
  background-color: #148dce;
}

.planbox__name p {
  text-align: center;
}

.planbox__name p span {
  font-weight: bold;
  display: block;
  color: #fff;
}

.planbox__name p span:first-child {
  font-size: 1.5rem;
}

.planbox__name p span:last-child {
  font-size: 2rem;
}

.planbox.memory .planbox__head {
  height: 84px;
}

.planbox.memory .planbox__child {
  height: 84px;
}

.planbox.memory .planbox__child .text {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.planbox.memory .planbox__child .text .main .num {
  font-size: 2rem;
  font-weight: bold;
}

.planbox.memory .planbox__child .text .sub {
  font-size: 1.4rem;
  color: #9c9c9c;
}

.option .planbox__head {
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-left: none;
}

.option .planbox__head.first {
  border-left: solid 1px #ccc;
}

.option .planbox__head-blank {
  border: none;
}

.option .planbox__head:last-child {
  border-right: solid 1px #ccc;
}

.option .planbox__child {
  width: calc((100% - 344px) / 2);
  height: 72px;
}

.option .planbox__name {
  height: 72px;
  border-top: none;
  border-bottom: solid 1px #fff;
  border-radius: 5px 0 0 5px;
  flex-basis: 344px;
}

.option .planbox__name.last {
  border-bottom: none;
}

.option .planbox__name p span {
  font-size: 1.6rem;
}

.option .planbox__name p span sup {
  color: #fff;
}

@media only screen and (max-width: 1130px) {
  .company-info__table.active {
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 999px) {
  .company-info .link-button1 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .service-cost .bnr p.center {
    font-size: 1.2rem;
  }

  .year-nav {
    flex-wrap: nowrap;
  }

  .year-nav label {
    flex-basis: 20%;
  }
}

@media all and (-ms-high-contrast: none) {
  .planbox__child {
    width: 135.7px;
  }
}
/*# sourceMappingURL=price.css.map */
