@charset "UTF-8";

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mainArea * {
  box-sizing: border-box;
}
.bg-beige {
  background-color: #f7f5f1;
}
.bg-white {
  background-color: #fff;
}
.container {
  width: 960px;
  max-width: 95%;
  margin: 0 auto;
  padding: 20px 0;
}
.catch-15g {
  margin-bottom: 20px;
}
.catch-15g p {
  font-size: clamp(20px, 6vw, 28px);
  font-weight: bold;
  text-align: center;
}
.catch-15g small {
  display: block;
  margin-top: 7px;
  font-size: clamp(13px, 3.8vw, 18px);
  text-align: center;
}
.app-btn-wrap {
  margin: 10px auto 20px;
}
a.app-btn {
  width: 90%;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  position: relative;
  max-width: 720px;
  background: #75B52D;
  box-shadow: 0 5px 0 #62832d;
  border-radius: 50vh;
  text-align: center;
  padding: 14px 0px;
  box-sizing: border-box;
  line-height: 1.2;
  letter-spacing: 1px;
  transition-duration: 0.05s;
  user-select: none;
  margin: 0 auto;
  text-decoration: none;
  color: #FFF;
}
.cost-area-anno {
  font-size: 12px;
}
.cost-area-anno li {
  line-height: 1.6em;
  margin: 0 0 .8rem;
  text-indent: -1em;
  padding-left: 1em;
}
h2.title3 {
  margin-top: 30px;
}
.tobidashi {
  margin-top: 20px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
}
.tobidashi span {
  position: relative;
  display: inline-block;
  font-size: clamp(16px, 5vw, 23px);
  font-weight: bold;
}
.tobidashi span:before {
  position: absolute;
  content: "";
  width: 1.5px;
  height: calc(100% + 3px);
  right: calc(100% + 10px);
  bottom: 0;
  background-color: #333;
  transform: rotate(-30deg);
}
.tobidashi span:after {
  position: absolute;
  content: "";
  width: 1.5px;
  height: calc(100% + 3px);
  left: calc(100% + 10px);
  bottom: 0;
  background-color: #333;
  transform: rotate(30deg);
}
.tobidashi.on-spec-table {
  margin-top: 10px;
}

/* キャンペーン */
.campaign-area {
  background: url(/gigaplan/img/202603/pattern-stripe.png);
}
.campaign-catch {
  margin-bottom: 10px;
  text-align: center;
}
.pink-obi {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 5%;
  font-size: clamp(14px, 4vw, 18px);
  font-weight: bold;
  text-box-trim: trim-start;
  background-color: #e2007f;
  color: #ffef00;
}
.pink-obi:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 8px;
  top: 100%;
  left: 50%;
  clip-path: polygon(0 0, 50% 100%, 100% 0%);
  background-color: #e2007f;
  transform: translateX(-50%);
}
.main-catch {
  font-size: clamp(20px, 6vw, 28px);
  font-weight: bold;
  font-style: italic;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
  letter-spacing: 2px;
}
.date-limit {
  margin-top: 5px;
  font-size: clamp(14px, 4vw, 18px);
  font-weight: bold;
  font-style: italic;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
  letter-spacing: 2px;
}
.date-limit .big {
  font-size: 1.4em;
  font-weight: bold;
}
.campaign-box {
  padding-top: 30px;
}
.campaign-box:nth-child(n + 2) {
  padding-top: 40px;
}
.campaign-box:last-child {
  padding-bottom: 20px;
}
.cp-label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 1% 10px 0;
  background-color: #f7f5f1;
  text-align: center;
}
.cp-label span.labl-text {
  display: flex;
  width: 80%;
  justify-content: center;
  font-size: clamp(15px, 4.6vw, 20px);
  font-weight: bold;
  color: #e2007f;
}
.cp-label span.labl-text.long {
  font-size: clamp(8px, 4vw, 17px);
}
.cp-label span.labl-text.long span.break-through {
  position: relative;
  display: inline-block;
  width: 2em;
}
.cp-label span.labl-text.long span.break-through:before {
  position: absolute;
  content: "0";
  font-size: 3.5em;
  font-weight: bold;
  bottom: -0.2em;
  left: 0;
}
.badge {
  position: relative;
  width: 19%;
}
.badge img{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15vw;
  transform: translateY(-50%) translateX(-50%);
}
.cp-box-content {
  padding: 20px 2%;
}
.cp-box-content.pb-short {
  padding: 20px 2% 10px;
}
.campaign-box .cp-box-content.pb-short {
  padding: 25px 2% 10px;
}
.cp-box-content .tobidashi {
  margin-top: 0;
  letter-spacing: 0;
}
.cp-box-content .tobidashi span {
  font-size: clamp(14px, 4vw, 17px);
  font-weight: normal;
}
.cp-box-content-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 5px;
}
.cp-box-content-flex:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 20px;
  top: 50%;
  left: 50%;
  background-color: #666;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateX(-50%) translateY(-50%);
}
.cp-flex-box {
  display: flex;
  align-items: flex-end;
  width: 48%;
}
.cp-flex-box:first-child {
  margin-bottom: 3px;
}
.cp-flex-box img.woman {
  width: 35%;
  margin-right: 2%;
}
.cp-flex-box .slash {
  position: relative;
}
.cp-flex-box .slash:before {
  position: absolute;
  content: "";
  width: 115%;
  height: 2px;
  top: 50%;
  left: -5px;
  background-color: #fa4e9e;
  transform: rotateZ(20deg);
}
.cp-flex-box .slash div:first-child {
  display: flex;
  align-items: center;
  font-size: clamp(22px, 6.5vw, 29px);
  font-weight: bold;
}
.cp-flex-box .slash div:last-child {
  display: flex;
  align-items: center;
  font-size: clamp(26px, 8.5vw, 34px);
  font-weight: bold;
}
.cp-flex-box .slash div small {
  margin-top: 4px;
  font-size: .6em;
}

.benefits-accordion {
  width: 100%;
  margin: 15px auto 10px;
}
.benefits-accordion .benefits-accordion-title {
  position: relative;
  border-top: solid 1px #e7198c;
  border-bottom: solid 1px #e7198c;
  padding: 0.4em 1em;
  text-align: center;
  cursor: pointer;
}
.benefits-accordion .benefits-accordion-title::before,
.benefits-accordion .benefits-accordion-title::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 1px;
  border-radius: 5px;
  background: #e7198c;
  transition: transform 0.3s ease;
}
.benefits-accordion .benefits-accordion-title::after {
  transform: translateY(-50%) rotate(90deg);
}
.benefits-accordion.open .benefits-accordion-title::before {
  transform: translateY(-50%) rotate(45deg);
}
.benefits-accordion.open .benefits-accordion-title::after {
  transform: translateY(-50%) rotate(135deg);
}
.benefits-accordion .accordion-body > * {
  overflow: hidden;
}
.benefits-accordion .accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.benefits-accordion.open .accordion-body {
  grid-template-rows: 1fr;
}
.benefits-list-asterisk li {
  text-indent: -1.2em;
  text-align: left;
  font-size: 11px;
  padding-left: 1.2em;
  line-height: 1.2;
}
.benefits-accordion.open .accordion-body ul {
  margin-bottom: 12px;
}
.benefits-accordion .accordion-body li:first-child {
  margin-top: 12px;
}
.benefits-list-asterisk li:before {
  content: "※";
  margin-right: 0.25em;
}

.vertical {
  writing-mode: vertical-rl;
  margin-bottom: 9px;
  font-size: clamp(17px, 5vw, 22px);
  color: #e2007f;
}
.biggest {
  position: relative;
  color: #e2007f;
  line-height: 1;
}
.biggest div.giga {
  font-size: clamp(24px, 8vw, 32px);
  font-weight: bold;
}
.biggest div.giga small {
  margin-top: 3px;
  font-size: .7em;
  font-weight: bold;
}
.biggest div.big {
  display: flex;
  align-items: center;
  font-size: clamp(48px, 15vw, 70px);
}
.biggest div.big span {
  font-weight: bold;
}
.biggest div.big small {
  position: relative;
  margin-top: .4em;
  font-size: .5em;
  font-weight: bold;
}
.biggest div.big small span.pos-tax {
  position: absolute;
  bottom: calc(100% + 3px);
  width: 120%;
  left: 0;
  font-size: clamp(10px, 3vw, 14px);
}
.max-date {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  text-align: center;
  font-size: clamp(10px, 3vw, 14px);
  font-weight: bold;
  top: -2.2em;
  right: -1.6em;
  border-radius: 50%;
  background-color: #fcedf4;
  line-height: 1.2;
}
.max-date:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 8px;
  bottom: 1px;
  left: 0.4em;
  background-color: #fcedf4;
  clip-path: polygon(25% 0, 0 100%, 100% 0%);
}
.max-date span {
  font-size: 1.5em;
  font-weight: bold;
}
.under-yellow {
  position: relative;
}
.under-yellow:before {
  position: absolute;
  content: "";
  width: calc(100% - 1.7em);
  height: 1em;
  bottom: 0.3em;
  left: 0;
  clip-path: polygon(0% 100%, 100% 100%, 100% 0% );
  background-color: #fff000;
}
a.pink-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 15px 0;
  width: 80%;
  background-color: #e85299;
  border-radius: 50px;
}
a.pink-button i {
  position: relative;
  width: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.pink-button i:before {
  position: absolute;
  content: "";
  width: .8em;
  height: .8em;
  top: 50%;
  left: 50%;
  border-top: 2px solid#fff;
  border-right: 2px solid #fff;
  transform: rotateZ(45deg) translateX(-25%) translateY(-50%);
}
a.pink-button:hover {
  text-decoration: none;
  opacity: .7;
}
a.pink-button .link-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  color: #fff;
  font-size: clamp(13px, 3.7vw, 17px);
  font-weight: bold;
}
img.btn-top-img {
  display: block;
  margin: 0 auto;
  width: 35%;
}
.cp-box-content .minutes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 10px 0;
  border-top: 3px solid #f7f5f1;
  border-bottom: 3px solid #f7f5f1;
}
.cp-box-content .minutes .voice {
  padding: 10px 0;
  width: calc(100% / 3);
  border-right: 1px solid #cfb865;
  text-align: center;
}
.cp-box-content .minutes .voice:last-child {
  border-right: none;
}
.cp-box-content .minutes .voice .text-minute {
  margin-bottom: 5px;
  font-size: clamp(10px, 3.2vw, 16px);
}
.cp-box-content .minutes .voice .text-minute .text-large {
  font-weight: bold;
}
.cp-box-content .spec-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  font-size: clamp(9px, 3vw, 13px);
}
.cp-box-content .spec-cell .before {
  line-height: 1;
  font-size: clamp(10px, 2.5vw, 13px);
  color: #666;
  text-decoration: line-through;
}
.cp-box-content .spec-cell .after {
  color: #e2007f;
  line-height: 1;
  font-weight: bold;
}
.cp-box-content .spec-cell .after .large {
  font-size: clamp(25px, 7vw, 30px);
  font-weight: bold;
}
.cp-box-content .spec-cell .after small {
  font-size: clamp(18px, 4vw, 25px);
  font-weight: bold;
}
.cp-box-content .minutes .voice .text-limit {
  margin-top: 5px;
  font-size: clamp(11px, 3vw, 14px);
  color: #e2007f;
  font-weight: bold;
}
.device-bottom-img {
  display: block;
  margin: 10px auto 0;
  width: 70%;
}
.device-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.device-content img.device-img {
  width: 25%;
  margin-right: 2%;
}
.device-content .price-flex {
  display: flex;
  align-items: center;
}
.device-content .price-flex .vertical {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: clamp(13px, 3.7vw, 17px);
  font-weight: bold;
}
.device-content .price-flex .price {
  font-size: clamp(54px, 18vw, 84px);
  font-weight: bold;
  color: #e2007f;
}
.device-content .price-flex .yen {
  margin-bottom: 11px;
  font-size: clamp(24px, 8vw, 32px);
  font-weight: bold;
  color: #e2007f;
}
.device-content .price-flex .yen div {
  font-weight: bold;
}
.device-content .price-flex .yen small {
  font-size: .4em;
  font-weight: bold;
  color: #e2007f;
}
.device-content .price-flex .namisen {
  font-weight: bold;
  color: #e2007f;
}
.hikari-content {
  position: relative;
  font-size: clamp(8px, 4vw, 17px);/* ※n のサイズ感合わせる為*/
}
.hikari-content img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.hikari-content .tobidashi {
  position: absolute;
  left: 13%;
  top: -1.5vw;
}
.hikari-content .tobidashi span {
  font-size: clamp(8px, 4vw, 17px);
}
.hikari-content .tobidashi sup {
  font-size: .7em;
  vertical-align: super;
}
.hikari-content .kome-num {
  position: absolute;
  font-size: .7em;
  top: 13.5vw;
  right: 6vw;
}
ul.-indent-num {
  margin-left: 0;
}
ul.-indent-num li {
  font-size: 11px;
  text-indent: -1.8em;
  padding-left: 2em;
  line-height: 1.2;
}
.hikari-anno {
  margin-top: 20px;
  padding: 0 2%;
}
#footer-anno ul {
  margin-top: 0;
  font-size: 10px;
}
#footer-anno ul li {
  margin: .5em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}

.spec-table-inner {
  position: relative;
  padding: 5vw 2%;
  width: 100%;
  margin: 5px auto 0;
  background-color: #fff;
  border: solid 2px #e7dccb;
  border-radius: 10px;
}

.after-hukidashi {
  position: relative;
  display: inline-block;
  padding: 1px 13px;
  font-size: 12px;
  color: #ff3;
  background-color: #e64d97;
  border-radius: 50px;
  text-box-trim: trim-both;
  margin-bottom: 5px;
}
.after-hukidashi:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 5px;
  top: calc(100% - 1px);
  left: 50%;
  background-color: #e64d97;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%);
}

@media screen and (min-width: 641px) {
  .after-hukidashi {
    padding: 1px 8px;
  }
  .spec-other-table .after-hukidashi {
    margin-top: 5px;
  }
  .spec-other-table .spec-cell .after {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 640px) {
  .after-hukidashi {
    margin-top: 5px;
    font-size: clamp(8px, 2.5vw, 10px);
    padding: 1px .5em;
    font-weight: bold;
  }
  .spec-cell .after[data-v-59b7824b] {
    margin-bottom: 5px;
  }
}


@media screen and (max-width: 640px) {
  a.app-btn:after {
    content: "";
    position: absolute;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px;
    top: 40%;
    left: 2vw;
    transform: rotate(45deg);
  }
}



@media screen and (min-width: 641px) {
  .container {
    padding: 30px 0;
  }
  .catch-15g p {
    font-size: 30px;
  }
  .catch-15g small {
    margin-top: 10px;
    font-size: 20px;
  }
  a.app-btn {
    background: url(/campaign/summer202208/img/app_btn.png) center top no-repeat;
    background-size: contain;
    width: 475px;
    height: 71px;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    margin: 0 auto;
    box-shadow: none;
    border-radius: 0;
  }
  a.app-btn:hover {
    opacity: .7;
  }
  h2.title3 {
    margin-top: 50px;
  }
  .cost-area-anno {
    margin: 0 auto;
    padding: 1rem 0 0;
  }
  .cost-area-anno li {
    margin: .5rem 0;
    line-height: 1.4em;
  }
  .tobidashi {
    margin-top: 30px;
  }
  .tobidashi span {
    font-size: 24px;
  }
  .pc-flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px;
  }
  .pc-flex:after {
    position: absolute;
    content: "";
    width: 880px;
    height: 1px;
    top: 435px;
    right: 40px;
    background-color: #ccc;
    transition: .3s;
  }
  .pc-flex:has(.benefits-accordion.open):after {
    top: 582px;
    transition: .3s;
  }
  .campaign-box {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 47%;
  }
  .campaign-box:first-child:after,
  .campaign-box:nth-child(3):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 102%;
    top: -5px;
    right: -27px;
    background-color: #ccc;
  }
  .badge img {
    width: 67px;
  }
  .cp-label span.labl-text,
  .cp-label span.labl-text.long {
    font-size: 18px;
  }
  .campaign-box {
    padding-top: 0!important;
  }
  .campaign-box:nth-child(n + 3) {
    margin-top: 60px;
  }
  .hikari-content .tobidashi {
    top: 0;
  }
  .max-date {
    top: -35px;
    line-height: 1;
  }
  .device-content .price-flex .yen {
    margin-bottom: 0;
  }
  .device-content .price-flex .price {
    font-size: 84px;
  }
  .hikari-content .kome-num {
    top: 60px;
    right: 28px;
  }
  .hikari-anno {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .cp-box-content {
    flex-grow: 1;
  }
  .campaign-box:last-child {
    padding-bottom: 0;
  }
  .campaign-box .cp-box-content.pb-short {
    padding: 20px 2% 10px;
  }
  .campaign-catch {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .pink-obi {
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 20px;
    padding: 10px;
    padding-right: 15px;
    background-color: transparent;
    z-index: 1;
  }
  .pink-obi:before {
    top: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    background-color: #e2007f;
    transform: translateY(50%);
    z-index: -1;
  }
  .date-limit {
    margin-top: 0;
    text-align: left;
  }
  .main-catch {
    font-size: 38px;
    text-shadow: 0px 0px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 0px 0 #fff;
  }
  .cp-box-content .spec-cell .after .large {
    font-size: 34px;
  }
  .spec-table-inner {
    padding: 50px 30px;
  }
  #footer-anno ul {
    margin-top: 40px;
    font-size: 12px;
  }


  /* 料金表調整用 */
  .voice.sp,
  .sp-cell {
    display: none!important;
  }
  .spec-title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .spec-title div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
  }
  .spec-title div img {
    width: 30px;
    margin-right: 5px;
  }
}

#specTable table.spec-voice-sim-3col-table thead tr:first-child td[data-v-8c04df09]:last-child {
  background-color: transparent!important;
  color: #333!important;
  font-weight: normal!important;
  border-left: none!important;
  border-right: none!important;
}
#specTable table.spec-voice-sim-3col-table thead tr:first-child td[data-v-8c04df09]:last-child:after {
  display: none!important;
}
#specTable table.spec-voice-sim-3col-table tbody tr:first-child td[data-v-8c04df09] {
  border-top: none!important;
}
#specTable table.spec-voice-sim-3col-table tbody tr td[data-v-8c04df09]:last-child {
  border-left: none!important;
  border-right: none!important;
  background-color: #fdf6f9!important;
}
#specTable table.spec-voice-sim-3col-table tbody tr:last-child td[data-v-8c04df09]:last-child {
  border-bottom: none!important;
}
#specTable table tbody tr th[data-v-8c04df09],
#specTable table tbody tr td[data-v-8c04df09] {
  background-color: #fcedf4!important;
}
#specTable table.spec-voice-sim-3col-table tbody tr td[data-v-8c04df09]:last-child {
  background-color: #fdf6f9!important;
}
#specTable .spec-group-voice-sim .flex-col3 .spec-title[data-v-e9a63f7a], #specTable .spec-group-voice-sim .flex-col3 .voice-title[data-v-e9a63f7a] {
  margin-bottom: 0!important;
}
#specTable .spec-group-voice-sim .flex-col3 .voice-title[data-v-e9a63f7a] {
  margin-bottom: 51px!important;
}
.spec-campaign-text-flex.layout1[data-v-5bc223cd] {
  display: none!important;
}
#specTable .anno[data-v-8c04df09] {
  margin-bottom: 0!important;
}
#specTable .empty[data-v-e9a63f7a] {
  height: 24px!important;
}

.spec .spec-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  margin-bottom: 20px;
  height: 52px;
  letter-spacing: .2em;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  border-top: 2px solid #95856b;
  border-bottom: 2px solid #95856b;
  color: #95856b;
}

.spec-table-inner + .spec-table-inner {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .voice.pc,
  .pc-cell {
    display: none!important;
  }
  .voice.sp {
    margin-top: 20px;
  }
  #specTable .spec-group-voice-sim .flex-col3 .spec-title[data-v-e9a63f7a], #specTable .spec-group-voice-sim .flex-col3 .voice-title[data-v-e9a63f7a] {
    display: flex!important;
    margin-bottom: 0 !important;
    border-top: 1px solid #cfb685!important;
    border-bottom: 1px solid #cfb685!important;
    background-color: #faf5ef!important;
  }
  .spec-title.other {
    display: flex!important;
    margin-bottom: 0 !important;
    height: auto!important;
    padding: 10px 0!important;
    border-top: 1px solid #cfb685!important;
    border-bottom: 1px solid #cfb685!important;
    background-color: #faf5ef!important;
  }
  .spec-title div {
    font-size: 4vw!important;
    letter-spacing: 0.1em!important;
    width: 33%!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    text-align: center!important;
    font-weight: bold!important;
  }
  .spec-title.other div {
    width: 100%!important;
  }
  .spec-title div > div.fw_b {
    width: 100%!important;
  }
  .spec-title div img {
    width: 6vw!important;
    margin-right: 2px!important;
  }
  #specTable table.spec-other-table[data-v-c41afc36] {
    margin-top: 15px!important;
  }
  #specTable table.spec-other-table[data-v-c41afc36] th {
    width: 19%!important;
  }
  #specTable table.spec-other-table[data-v-c41afc36] tbody tr th,
  #specTable table.spec-other-table[data-v-c41afc36] tbody tr td {
    height: 4em;
  }
  .spec-table-inner + .spec-table-inner {
    margin-top: 30px;
  }
  .spec-title:not(.other) div.item:nth-child(1) {
    width: 29%!important;
  }
  .spec-title:not(.other) div.item:nth-child(2) {
    width: 30%!important;
  }
  .spec-title:not(.other) div.item:nth-child(3) {
    width: 29%!important;
    text-align: left!important;
    justify-content: flex-start!important;
  }
  .spec-title:not(.other) div.item:nth-child(3) > div {
    margin-left: 5px;
    text-align: left!important;
    justify-content: flex-start!important;
  }
  .spec-cell .before[data-v-59b7824b] {
    margin-bottom: 3px;
  }
  .cost-area-anno {
    margin-top: 10px;
  }
  .cost-area-anno li {
    margin: 0 0 2px;
  }
  ul.-indent-num li {
    margin: 0 0 2px;
    font-size: 12px;
    line-height: 1.6em;
  }
}

