.price {
  text-align: center; }
  .price h1 {
    display: inline-block; }
    @media (max-width: 767.98px) {
      .price h1 img {
        width: 60vw; } }
  .price .price-section {
    max-width: 960px;
    margin: 0 auto; }
    .price .price-section h2 {
      position: relative;
      display: block;
      color: #fff;
      background-color: #064796;
      text-align: left;
      padding: 4px 0 2px 0; }
      .price .price-section h2::before {
        display: inline-block;
        content: '';
        width: 1rem;
        height: 1rem;
        background-color: #fff;
        margin: 0 16px; }
        @media (max-width: 767.98px) {
          .price .price-section h2::before {
            width: 3.5vw;
            height: 3.5vw;
            margin: 0 8px; } }
  .price .price-definition {
    max-width: 500px;
    margin: 0 auto; }
    .price .price-definition .price-row {
      width: 100%;
      display: flex;
      text-align: left;
      align-items: center; }
      .price .price-definition .price-row dt {
        flex-grow: 0; }
      .price .price-definition .price-row .dot {
        flex: 1;
        border-top: 4px dotted #000000;
        margin: 0 8px; }
      .price .price-definition .price-row dd {
        flex: 0 0 20%;
        margin: 0; }
      @media (max-width: 767.98px) {
        .price .price-definition .price-row {
          font-size: 4vw; }
          .price .price-definition .price-row .dot {
            border-top: 3px dotted #000000; }
          .price .price-definition .price-row dd {
            flex: inherit;
            flex-grow: 0; } }
    .price .price-definition .text-green {
      color: #218D00; }
    .price .price-definition .text-red {
      color: #E4151B; }
  .price .price-table th {
    color: #fff;
    background-color: #FF7611;
    border-color: #000000 !important;
    border-bottom-width: 1px;
    padding: 4px; }
  .price .price-table td {
    border-color: #000000 !important;
    vertical-align: middle;
    padding: 4px; }
  .price .price-table p {
    margin: 0; }
  .price .price-table ul {
    margin: 0;
    list-style: none;
    padding: 0; }
  .price .price-table .time-list li::before {
    display: inline-block;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.8rem;
    background-color: #000000;
    margin-right: 2px; }
  .price .price-table .badge {
    min-width: 116px; }
  .price .price-board {
    border: 1px solid #000000; }
    .price .price-board h3 {
      background-color: #FF7611;
      padding: 2px 0; }
    .price .price-board h5 {
      padding: 4px 0 2px 0; }
    .price .price-board p {
      font-weight: bold; }
    .price .price-board .time-list {
      display: flex;
      justify-content: space-around;
      list-style: none;
      padding-left: 0;
      font-weight: bold; }
      .price .price-board .time-list li::before {
        display: inline-block;
        content: '';
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 0.8rem;
        background-color: #000000;
        margin-right: 2px; }
    .price .price-board .price-list {
      list-style: none;
      padding-left: 0;
      font-weight: bold; }
    .price .price-board hr {
      border-top: 3px dotted #000000; }
  @media (max-width: 767.98px) {
    .price .caution {
      font-size: 0.8rem; } }
  .price .bg-darkgreen {
    background-color: #218D00; }
  .price .bg-hotpink {
    background-color: #FE5185; }
  .price .bg-orange {
    background-color: #FF9400; }
  .price .bg-red {
    background-color: #E4151B; }
  .price .bg-black {
    background-color: #000000; }
