.sec_title_sm {
    padding-bottom:3%;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 1080px;
  table-layout: fixed;
}

thead th{
  padding: 1% 0;
  border-right: 5px solid#fff;
  text-align: center;
}
tbody tr {
  background-color: #fff;
  padding: .35em;
}

tbody tr:nth-child(even){
  background-color: #f9f9f9;
}

tbody td {
    font-size:0.8rem;
}

table td {
  padding: .7em;
  text-align: center;
}
table th {
  font-size: .75em;
}
i{
  font-size:1em
}

/*入れ子テーブル*/
table .plan_nest_table {
    width: 100%;
    text-align: center;
    color: var(--subcolor);
    border: 1px solid var(--subcolor);
    background-color: #f5fbfe;
    /* 外側のテーブルのスタイルをリセット */
    margin: 0;
    padding: 0;
}

table .plan_nest_table tr {
    padding: 0;
    background-color: transparent; /* 外側のテーブルの背景色をリセット */
}

table .plan_nest_table th {
    background-color: var(--subcolor);
    color: #FFF;
}

table .plan_nest_table th,
table .plan_nest_table td {
    padding: 0.5em;
}

table .plan_nest_table td span {
    font-size: 0.6em;
}

table .plan_nest_table tr:nth-child(even) {
    background-color: transparent;
}

.rec_badge {
    display: inline-block;
    color: #fff;
    margin-top:5px;
    padding: 0.2rem 0.3rem;
    border-radius: 1rem;
    font-size: 0.6rem;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    background-color:#E94F37;
}

.price{
  color: #fff;
  font-weight: bold;
  font-size: 1.8em;
}

.plan1{
  background: var(--grey-dark);
}
.plan1_opa{
  background: #eaecee;
}
.plan1_i{
  color:var(--grey-dark);
}

.plan2 {
  background: #E94F37;
}
.plan2_opa{
  background: #fdedeb;
}
.plan2_i{
  color:#E94F37;
}

.plan3{
  background: #FF8600;
}
.plan3_opa{
  background: #fff3e6;
}
.plan3_i{
  color:#FF8600;
}


table.os_option th {
  background-color: var(--subcolor);
  color:#FFF;
}

.os_option th:nth-child(1),
.os_option td:nth-child(1) {
    width: 30%;  /* 1列目を30%に */
}
.os_option th:nth-child(2),
.os_option td:nth-child(2) {
    width: 70%;  /* 2列目を70%に */
}

.os_option tbody td:nth-child(1) {
    font-weight: bold;
}

.os_option tbody td:nth-child(2) {
    text-align: left;
    padding:1% 2%;
}


@media screen and (max-width: 600px) {
  .wrap{
     overflow-x: scroll;
  }
}