/*----------------------------------------------------
  ケーブルプラス電話
----------------------------------------------------*/
.cablpuls-block {
  border: 4px solid #009e96;
  border-radius: 20px;
  padding: 20px 40px;
}
.cablpuls-block h2 {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
.fig-ttl-catch img {
  width: 150px;
  text-align: center;
}
/*----------------------------------------------------
  通話料
----------------------------------------------------*/
.tbl-tel-charge td {
  border: 1px solid #ddd;
  vertical-align: middle;
}
.tbl-tel-charge tr:first-child td {
  background-color: #f2f2f2;
  font-weight: bold;
}
.tbl-tel-charge tr:first-child td:last-child {
  background-color: #009d95;
  color: #fff;
}
/*----------------------------------------------------
  乗換え
----------------------------------------------------*/
p.txt-norikae {
  color: #fff;
  background-color: #e95504;
  text-align: center;
  border-radius: 7px;
  padding: 7px 5px;
  margin-bottom: 4rem !important;
}
p.ttl-norikae {
  color: #323232;
  font-size: 20px !important;
  font-weight: bold;
  margin-bottom: 0 !important;
}

/*----------------------------------------------------
  オプション
----------------------------------------------------*/
.cablpuls-block .is-style-design04 {
  color: #323232 !important;
  border-bottom: 1px solid #323232;
  padding-bottom: 5px;
}
.option-free-block {
  border: 1px solid #E95504;
}
.option-free-block > .wp-block-column:first-child {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  background-color: #E95504;
  display: flex;
  justify-content: center;
}
.option-free-block > .wp-block-column:first-child p {
  margin-bottom: 0 !important;
  color: #fff;
}
.option-free-block > .wp-block-column:last-child {
  padding: 20px 30px;
  margin-left: 0;
}
.fig-au-discount-smp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .cablpuls-block {
    border: 4px solid #009e96;
    border-radius: 20px;
    padding: 10px 15px;
  }
  .cablpuls-block h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 0.7em;
  }
  .fig-ttl-catch img {
    width: 100px;
  }
  p.txt-norikae {
    margin-bottom: 2rem !important;
  }
  .option-free-block {
    display: block !important;
  }
  .option-free-block > .wp-block-column:first-child {
    padding: 5px 10px;
  }
  .option-free-block > .wp-block-column:last-child {
    padding: 10px 15px;
  }
  .fig-au-discount-pc {
    display: none;
  }
  .fig-au-discount-smp {
    display: block;
  }
}