@charset "utf-8";
/*-----------------------
  24071701 contents
-------------------------*/
/*#pcHeader #menu #mainMenu>div:nth-child(2) {
  align-items: center;
}*/

h1.cmp-title__text.fontMedium span {
    font-size: 3rem;
    font-weight: bold;
}
.text .dateCategory .date {
  color: #a2a2a2;
  font-size: 1.4rem;
  font-style: italic;
  margin: 12px 0 36px;
}

@media screen and (min-width: 835px) {
.container.layout_background_gray {margin-top: 20px;}
}
@media screen and (max-width: 834px) {
  .separator.padding_default.separator_line-none:has(.cmp-separator) {padding-bottom:0 !important;}
  .separator.padding_default.separator_line-none:has(.cmp-separator) + .title.padding_default.title_gradation {padding-bottom: 20px;}
  h1.cmp-title__text.fontMedium {margin-top: 20px;}
  h1.cmp-title__text.fontMedium span {font-size: 1.7rem;}
}


/*--------------------------------------
  2602 DP紹介ページtableレイアウト追加
----------------------------------------*/
.price_table {
  width: 100%;
  /* min-width: 835px; */
  border-collapse: collapse;
  /* margin: 20px 0; */
  /* font-size: 14px; */
  line-height: 1.6;
  margin-bottom: 3.6rem;
}
.price_table th,
.price_table td {
  border: 1px solid #4acfbd;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
}
.price_table thead th {
  background-color: #4acfbd;
  font-weight: bold;
  color: #fff;
}
.price_table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.item_label {
  text-align: left;
  /* background-color: #fafafa; */
  font-weight: bold;
  width: 32%;
  font-size: 1.6rem;
}
.sub_text {
  display: block;
  font-size: 1.2rem;
  color: #666;
  font-weight: normal;
  margin-top: 4px;
}
.emphasis_column {
  /* background-color: #fffef3; */
  color: #ea0000;
  font-weight: bold;
  font-size: 1.6rem;
}
.total_row {
  background-color: #fffef3;
}
.total_label {
  font-size: 1.6rem;
  font-weight: bold;
}
.highlight {
  color: #ea0000;
  font-weight: bold;
}
[id*=short_movie] {
  padding-bottom:  3.6rem;

  @media screen and (max-width: 834px) {
    padding-bottom: 3.2rem !important;
  }
}