@charset "UTF-8";
#section_price .subsection {
  width: 100%;
  margin-bottom: 40px;
}
#section_price .subsection_title {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
#section_price .table_area {
  overflow: scroll;
}
#section_price .table_area::-webkit-scrollbar {
  display: none;
}
#section_price table {
  width: 100%;
  min-width: 760px;
  table-layout: fixed;
  border-collapse: collapse;
}
#section_price table,
#section_price table th,
#section_price table td {
  padding: 8px;
  border: solid 1px #D7D7D7;
}
#section_price #subsection_drawing_quality table {
  margin-bottom: 20px;
}
#section_price table th:first-child {
  width: 35%;
}
#section_price table th:nth-child(2) {
  width: 15%;
}
#section_price table th {
  width: 25%;
}
#section_price #subsection_shooting table th:first-child,
#section_price #subsection_other table th:first-child {
  width: 35%;
}
#section_price #subsection_shooting table th,
#section_price #subsection_other table th {
  width: 32.5%;
}
#section_price .subsection .bullet_point {
  margin-bottom: 0;
}
#section_price #subsection_refund_cancel table th,
#section_price #subsection_refund_cancel table td {
  width: 25%;
}