@charset "UTF-8";

#table_1 + .block_table_6 table tbody td:nth-child(2),
#table_1 + .block_table_6 table tbody td:nth-child(3) {
    color: #FF0000;
}
#table_2 + .block_table_6 table tbody td:nth-child(2) {
    color: #FF0000;
}

#table_1 + .block_table_6 table thead th,
#table_2 + .block_table_6 table thead th {
    background: #aaa;
    background: #0051c5;
    color: #ffffff;
}

#table_1 + .block_table_6 table tbody tr td:first-child,
#table_2 + .block_table_6 table tbody tr td:first-child,
[data-lib="17230"] .price_table th {
    width: 30%;
    text-align: center;
    padding: 10px;
    background: #ccc;
    border: 1px solid #ccc;
    background: rgba(0, 81, 197, 0.7);
    color: #ffffff;
}


.text_table th {
    width: 30%;
    padding: 10px 15px 5px 30px;
    vertical-align: top;
    color: #ccc;
    color: #0051c5;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

.text_table td {
    width: 70%;
    padding: 10px 30px 5px 15px;
    color: #313131;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    text-align: right;
}


.-x-on-richtext{
    border-collapse: collapse;
    width: calc(100% - 40px);
    margin: 20px auto 40px;
}


@media (max-width: 768px) {
  .text_table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .text_table th {
    width: 100%;
    border: none;
    background: rgba(77, 144, 254, 0.2);
  }

  .text_table td {
    width: 100%;
    border: none;
  }
#screwbg + section.contents_box01 .inner_item_txt p:nth-last-of-type(1){
  margin-bottom: 0;
    color: rgb(98, 98, 98);
    font-feature-settings: "palt";
    text-size-adjust: 100%;
    font-size: 3vw;
}
}


