#price {
  line-height: 1.66;
}
.monthly {
  margin-bottom: 12rem;
}
#price .lead {
  color: #fff;
}
.bookkeeping {
  margin-bottom: 13.2rem;
}
.bookkeeping .price-table td {
  width: calc(100% / 3);
}
.annual {
  margin-bottom: 12rem;
}
.spot {
  margin-bottom: 17rem;
}
.spot .price-half-table tr td:last-child {
  padding: 0 10px;
  line-height: 1.2;
}
.spot .price-half-table tr td:last-child span {
  font-size: 1.6rem;
}
#price .banneres {
  padding: 0;
  margin-bottom: 17rem;
}
.sponly {
  display: none;
}
@media screen and (max-width: 768px) {
  .sponly {
    display: block;
  }
  .monthly,
  .bookkeeping,
  .annual {
    margin-bottom: 6rem;
  }
  .spot {
    margin-bottom: 7rem;
  }
  #price .banneres {
    margin-bottom: 4.3rem;
  }
}

/* テーブル */
.price-table-wrap {
  margin-top: 4rem;
}
.price-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #2e4c7d;
}
.price-table thead tr:last-child th {
  border-bottom: 2px solid #26476c;
}
.price-table tbody tr:nth-child(odd) th,
.price-table tbody tr:nth-child(odd) td {
  background-color: #f0f1f2;
}
.price-table th,
.price-table td {
  border: 0.5px solid #2e4c7d;
  padding: 15px 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #314f7f;
}
.price-table thead th {
  background: #c9daef;
  color: #314f7f;
}
.price-table thead tr:last-child th {
  background: #fff;
}
.price-table td {
  width: 25%;
}
.price-note {
  margin-top: 1.7rem;
  text-align: right;
  color: #fff;
  font-size: 1.4rem;
}
/* 左列（売上規模）の右罫線を太く */
.price-table th.col-head,
.price-table tbody th {
  border-right: 2px solid #26476c;
}
/* ヘッダー最下段の下線を太く */
.price-table thead tr th:first-child,
.price-table thead tr:last-child th {
  border-bottom: 2px solid #26476c;
}
@media screen and (max-width: 768px) {
  .price-table-wrap {
    margin-top: 2.3rem;
  }
  .price-table {
    font-size: 1.6rem;
  }
  .price-table tr {
    height: 6rem;
  }
  .price-table th,
  .price-table td {
    padding: 8px 3px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .price-note {
    font-size: 1.3rem;
    margin-top: 8px;
  }
  /* 左列（売上規模）の右罫線を太く */
  .price-table th.col-head,
  .price-table tbody th {
    border-right: 1px solid #26476c;
  }
  /* ヘッダー最下段の下線を太く */
  .price-table thead tr th:first-child,
  .price-table thead tr:last-child th {
    border-bottom: 1px solid #26476c;
  }
  /* .monthly .price-table tbody tr:first-child td,
  .monthly .price-table tbody tr:first-child th {
    line-height: 1.2;
    padding: 3px 3px;
  }
  .monthly .price-table thead tr:nth-child(2) th {
    line-height: 1.2;
  } */
}

/* テキストラップ */
.price-text-wrap {
  background-color: #efebe7;
  border: 1px solid #707070;
  border-radius: 6px;
  font-size: 1.8rem;
  padding: 3.2rem 0 2rem 0;
  margin-top: 4.7rem;
}
.price-text-inner {
  max-width: 126.5rem;
  margin: 0 auto;
}
.price-text-title {
  font-weight: bold;
  color: #b59518;
  margin-bottom: 1.2rem;
}
.price-text-container {
  display: flex;
  flex-wrap: wrap;
  color: #26476c;
}
.price-text-item {
  font-weight: 500;
  width: 50%;
  /* list-style: disc;
  list-style-position: inside; */
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .price-text-wrap {
    font-size: 1.4rem;
    padding: 2.4rem 0;
    margin-top: 2rem;
  }
  .price-text-inner {
    max-width: 32rem;
  }
  .price-text-title {
    margin-bottom: 1.6rem;
  }
  .price-text-container {
    flex-direction: column;
  }
  .price-text-item {
    width: 100%;
    margin-bottom: 0.5rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}

/* ハーフテーブル */
.price-half-table-container {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.price-half-table-container
  .price-half-table-wrap:last-child
  tr:last-child
  td:first-child {
  border-radius: 0 0 0 6px;
}
.price-half-table-container
  .price-half-table-wrap:last-child
  tr:last-child
  td:last-child {
  border-radius: 0 0 6px 0;
}
.price-half-table-wrap {
  width: calc(50% - 1.5rem);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-weight: 500;
  border-radius: 6px;
}
.price-half-table {
  color: #2e4c7d;
}
.price-half-table th,
.price-half-table td {
  border: 1px solid #2e4c7d;
  padding: 1.5rem 1rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
.price-half-table tr td {
  width: 50%;
}
.price-half-table tr td:first-child {
  background-color: #c9dbef;
  border-right: 3px solid #2e4c7d;
}
.price-half-table tr td:last-child {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .price-half-table-container {
    margin-top: 2.3rem;
    flex-direction: column;
  }
  .price-half-table-container .price-half-table-wrap:first-child {
    border-radius: 6px 6px 0 0;
  }
  .price-half-table-wrap {
    width: 100%;
  }
  .price-half-table th,
  .price-half-table td,
  .spot .price-half-table tr td:last-child {
    border: 1px solid #2e4c7d;
    padding: 0.5rem 0.2rem;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .price-half-table tr td:first-child {
    border-right: 2px solid #2e4c7d;
  }
  .price-half-table span,
  .spot .price-half-table tr td:last-child span {
    font-size: 1.4rem;
  }
  .price-half-table tr {
    height: 6rem;
  }
  .price-half-table-container .price-half-table-wrap:last-child {
    position: relative;
    top: -1px;
  }
}

.consultation {
  text-align: center;
  color: #fff;
  margin-bottom: 10rem;
}
.consultation .consultation_ttl {
  font-size: 3.2rem;
  font-weight: var(--bold);
  margin-bottom: 6rem;
}
.consultation .consultation_ttl span {
  color: var(--color-yellow);
}
.consultation .consultation_lead {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-bottom: 10rem;
}
.consultation .consultation_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.consultation .consultation_link a {
  width: 50%;
  position: relative;
  color: #fff;
}
.consultation .consultation_link a p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.consultation .consultation_link .consultation_link_item01 p span {
  display: block;
}
.consultation
  .consultation_link
  .consultation_link_item01
  p
  .consultation_link_item01_txt01 {
  font-size: 2.4rem;
  font-weight: var(--bold);
}
.consultation
  .consultation_link
  .consultation_link_item01
  p
  .consultation_link_item01_txt02 {
  font-size: 3.6rem;
  font-family: var(--font-en);
  font-weight: var(--semibold);
  padding-left: 3.6rem;
  position: relative;
}
.consultation
  .consultation_link
  .consultation_link_item01
  p
  .consultation_link_item01_txt02:before {
  content: "";
  width: 2.5rem;
  height: 3.3rem;
  background: url(../img/office/icon_tel.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.consultation
  .consultation_link
  .consultation_link_item01
  p
  .consultation_link_item01_txt03 {
  font-size: 1.8rem;
  font-weight: var(--bold);
}
.consultation
  .consultation_link
  .consultation_link_item02
  p
  .consultation_link_item02_txt01 {
  position: relative;
  padding-left: 8.2rem;
  font-size: 3rem;
  font-weight: var(--bold);
  display: inline-block;
  white-space: nowrap;
}
.consultation
  .consultation_link
  .consultation_link_item02
  p
  .consultation_link_item02_txt01:before {
  content: "";
  width: 5rem;
  height: 3.9rem;
  background: url(../img/office/icon_mail.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .consultation {
    margin-bottom: 4.5rem;
  }
  .consultation .consultation_ttl {
    font-size: 2.4rem;
    line-height: 1.8333333333;
    margin-bottom: 6.5rem;
  }
  .consultation .consultation_lead {
    display: none;
  }
  .consultation .consultation_link a {
    width: 100%;
  }
  .consultation .consultation_link .consultation_link_item01 p {
    width: 100%;
  }
  .consultation
    .consultation_link
    .consultation_link_item01
    p
    .consultation_link_item01_txt01 {
    font-size: 2rem;
  }
  .consultation
    .consultation_link
    .consultation_link_item01
    p
    .consultation_link_item01_txt02 {
    font-size: 3.3rem;
    padding-left: 3.6rem;
    display: inline-block;
    margin: 0.6rem 0;
  }
  .consultation
    .consultation_link
    .consultation_link_item01
    p
    .consultation_link_item01_txt02:before {
    width: 2.7rem;
    height: 3.5rem;
  }
  .consultation
    .consultation_link
    .consultation_link_item01
    p
    .consultation_link_item01_txt03 {
    font-size: 1.3rem;
  }
  .consultation
    .consultation_link
    .consultation_link_item02
    p
    .consultation_link_item02_txt01 {
    padding-left: 0;
    padding-top: 3.8rem;
    font-size: 2rem;
    display: block;
  }
  .consultation
    .consultation_link
    .consultation_link_item02
    p
    .consultation_link_item02_txt01:before {
    width: 3.8rem;
    height: 3rem;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.price-half-table-wrap {
  font-size: 0;
}
.price-half-table {
  font-size: 16px; /* 元に戻す */
}