@charset "UTF-8";

#lower-page.radio-station .price-table thead th{
  text-align: center;
  padding: 1em;
}
#lower-page.radio-station .price-table tbody th{
  width: 35%;
}
#lower-page.radio-station .price-table tbody td{
  text-align: justify;
}
#lower-page.radio-station .price-table tbody th,
#lower-page.radio-station .price-table tbody td{
  border-width: 1px;
  padding: 15px 40px;
}
#lower-page.radio-station .price-table tbody td.item{
  font-weight: 700;
  font-size: 1.8rem;
}
#lower-page.radio-station .price-table tbody td.price{
  font-size: 1.75rem;
  width: auto;
}
#lower-page.radio-station .price-table tbody td.other{
  padding: 20px 40px 25px;
}
#lower-page.radio-station .price-table tbody td.other p{
  font-size: 1.4rem;
  line-height: 1.5;
}
#lower-page.radio-station .price-table tbody td.other .flex-container{
  margin-top: 1em;
  flex-wrap: nowrap;
  gap: 0 2em;
  border-bottom: 2px dotted rgba(186, 195, 242, 0.5);
  align-items: center;
}
#lower-page.radio-station .price-table tbody td.other .flex-container p:last-of-type{
  min-width: 110px;
  text-align: right;
}


#lower-page.radio-station .price-table.business tbody tr:nth-of-type(1) td,
#lower-page.radio-station .price-table.business tbody tr:nth-of-type(4) td,
#lower-page.radio-station .price-table.business tbody tr:nth-of-type(8) td,
#lower-page.radio-station .price-table.business tbody tr:nth-of-type(10) td,
#lower-page.radio-station .price-table.business tbody tr:nth-of-type(11) td{
  padding-top: 4rem;
}
#lower-page.radio-station .price-table.business tbody tr:nth-of-type(3) td,
#lower-page.radio-station .price-table.business tbody tr:nth-of-type(7) td,
#lower-page.radio-station .price-table.business tbody tr:nth-of-type(9) td,
#lower-page.radio-station .price-table.business tbody tr:nth-of-type(10) td,
#lower-page.radio-station .price-table.business tbody tr:nth-of-type(11) td{
  padding-bottom: 4rem;
  border-bottom: 2px solid #f5f7ff;
}

#lower-page.radio-station .price-table.amateur{
margin-top: 10rem;
}
#lower-page.radio-station .price-table.amateur tbody tr:nth-of-type(1) td,
#lower-page.radio-station .price-table.amateur tbody tr:nth-of-type(4) td,
#lower-page.radio-station .price-table.amateur tbody tr:nth-of-type(8) td,
#lower-page.radio-station .price-table.amateur tbody tr:nth-of-type(10) td{
  padding-top: 4rem;
}
#lower-page.radio-station .price-table.amateur tbody tr:nth-of-type(3) td,
#lower-page.radio-station .price-table.amateur tbody tr:nth-of-type(7) td,
#lower-page.radio-station .price-table.amateur tbody tr:nth-of-type(9) td,
#lower-page.radio-station .price-table.amateur tbody tr:nth-of-type(10) td{
  padding-bottom: 4rem;
  border-bottom: 2px solid #f5f7ff;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
}
@media screen and (max-width: 768px){
  #lower-page.radio-station .price-table tbody th,
  #lower-page.radio-station .price-table tbody td{
    padding: 15px 20px;
  }
  #lower-page.radio-station .price-table tbody th{
    width: auto;
    min-width: 150px;
  }
  #lower-page.radio-station .price-table tbody td.item{
    font-size: 1.6rem;
  }
  #lower-page.radio-station .price-table tbody td.price{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 570px){
  #lower-page.radio-station .price-table tbody th,
  #lower-page.radio-station .price-table tbody td{
    padding: 10px 15px;
    display: block;
    width: 100%;
  }
  #lower-page.radio-station .price-table tbody td.item{
    font-size: 1.4rem;
  }
  #lower-page.radio-station .price-table.business tbody tr:nth-of-type(1) td,
  #lower-page.radio-station .price-table.business tbody tr:nth-of-type(4) td,
  #lower-page.radio-station .price-table.business tbody tr:nth-of-type(8) td,
  #lower-page.radio-station .price-table.business tbody tr:nth-of-type(10) td,
  #lower-page.radio-station .price-table.business tbody tr:nth-of-type(11) td{
    padding-top: 1rem;
  }
  #lower-page.radio-station .price-table.amateur tbody tr:nth-of-type(1) td,
  #lower-page.radio-station .price-table.amateur tbody tr:nth-of-type(4) td,
  #lower-page.radio-station .price-table.amateur tbody tr:nth-of-type(8) td,
  #lower-page.radio-station .price-table.amateur tbody tr:nth-of-type(10) td{
    padding-top: 1rem;
  }
  #lower-page.radio-station .price-table tbody td.other{
    padding: 10px 15px;
  }
  #lower-page.radio-station .price-table.business tbody tr:nth-of-type(3) td,
  #lower-page.radio-station .price-table.business tbody tr:nth-of-type(7) td,
  #lower-page.radio-station .price-table.business tbody tr:nth-of-type(9) td,
  #lower-page.radio-station .price-table.business tbody tr:nth-of-type(10) td,
  #lower-page.radio-station .price-table.business tbody tr:nth-of-type(11) td{
    padding-bottom: 1.5rem;
  }
  #lower-page.radio-station .price-table.amateur tbody tr:nth-of-type(3) td,
  #lower-page.radio-station .price-table.amateur tbody tr:nth-of-type(7) td,
  #lower-page.radio-station .price-table.amateur tbody tr:nth-of-type(9) td,
  #lower-page.radio-station .price-table.amateur tbody tr:nth-of-type(10) td{
    padding-bottom: 1.5rem;
  }
  #lower-page.radio-station .price-table tbody td.other p{
    font-size: 1.3rem;
  }
  #lower-page.radio-station .price-table tbody td.other .flex-container{
    margin-top: 1em;
  }
  #lower-page.radio-station .price-table tbody td.price{
    font-size: 1.4rem;
  }
  #lower-page.application-agency .price-table td.price span {
    font-size: 1.4em;
  }
}
