/*----------------------------------------------------
  通話料
----------------------------------------------------*/
.tbl-landline tr:first-child th:nth-child(2) {
  background-color: #37378D;
  color: #fff;
}
.tbl-landline tr:nth-child(2) th {
  background-color: #C4BFDC;
}
.tbl-landline th,
.tbl-landline td,
.tbl-mobile th,
.tbl-mobile td {
  vertical-align: middle;
}
.tbl-landline td:first-child,
.tbl-mobile td:first-child {
  width: 20%;
}
.tbl-mobile tr th:nth-child(2) {
  background-color: #ECF4EE;
}
/*----------------------------------------------------
  切替
----------------------------------------------------*/
.kirikae-block > .wp-block-column:first-child {
  background-color: #11A4E3;
  font-size: 20px;
  justify-content: center;
}
.kirikae-block > .wp-block-column:first-child p {
  margin-bottom: 0 !important;
}
.kirikae-block > .wp-block-column:last-child {
  border: 3px dashed #11A4E3;
  border-left: none;
  margin-left: 0 !important;
  padding: 20px 30px 10px;
}
.kirikae-block {
  margin-bottom: 3rem !important;
}
/*----------------------------------------------------
  オプション
----------------------------------------------------*/
.tbl-option th:nth-child(2) {
  width: 60%;
}
.tbl-option td:first-child {
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 25px;
  padding-left: 40px;
}
.tbl-option tr:nth-child(2) td:first-child {
  background-image: url(../../../uploads/tel/cableline/fig_option_01.png);
}
.tbl-option tr:nth-child(3) td:first-child {
  background-image: url(../../../uploads/tel/cableline/fig_option_02.png);
}
.tbl-option tr:nth-child(4) td:first-child {
  background-image: url(../../../uploads/tel/cableline/fig_option_03.png);
}
.tbl-option tr:nth-child(5) td:first-child {
  background-image: url(../../../uploads/tel/cableline/fig_option_04.png);
}
.tbl-option tr:nth-child(6) td:first-child {
  background-image: url(../../../uploads/tel/cableline/fig_option_05.png);
}
.pack-block {
  background-color: #E6F2F9;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 3rem;
}
.pack-title {
  background-color: #11A4E3;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.pack-block .wp-block-gallery {
  align-items: center;
  justify-content: center;
}
.pack-block .wp-block-gallery li {
  width: auto !important;
  margin: 0 10px 10px !important;
}
.pack-block .wp-block-gallery li img {
  object-fit: contain !important;
}
.pack-block .wp-block-group {
  margin-bottom: 0 !important;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.pack-block .wp-block-image,
.pack-block .wp-block-group p:last-child {
  margin-bottom: 0 !important;
}
.fig-whitecall-smp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .tbl-landline td:first-child,
  .tbl-mobile td:first-child {
    width: 25%;
  }
  .kirikae-block > .wp-block-column:last-child {
    border: 3px dashed #11A4E3;
    border-top: none;
    padding: 10px 15px 10px;
  }
  .fig-whitecall-pc {
    display: none;
  }
  .fig-whitecall-smp {
    display: block;
  }
}