#toho21_gaiyou{
  width: 100%;
  background-color: #7bcbe1;
  padding-bottom: 30px;
}

#toho21_gaiyou_l{
  text-align: center;
  display: inline;
}

#toho21_gaiyou_l table{
  border-collapse: collapse;
  width: 1000px;
  margin: auto;
}

#toho21_gaiyou_l table tr{
  border-bottom: solid 5px #7bcbe1;
}

#toho21_gaiyou_l table tr:last-child{
  border-bottom: none;
}

#toho21_gaiyou_l table th{
  position: relative;
  width: 30%;
  background-color: #45b0ca;
  text-align: center;
}

#toho21_gaiyou_l table th:after{
  display: block;
  content: "";
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #45b0ca;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#toho21_gaiyou_l table td{
  width: 70%;
  text-align: center;
  background-color: #fff;
}


#toho21_sanka{
  width: 100%;
  background-color: #45b0ca;
  padding-bottom: 30px;
}

#toho21_sanka_l{
  width: 1000px;
  text-align: center;
  display: inline;
}

#toho21_sanka_l table{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 1000px;
  margin: auto;
}

#toho21_sanka_l table tr:last-child{
  border-bottom:solid 5px #45b0ca;
}

#toho21_sanka_l table th{
  text-align: center;
  padding: 7px 0;
  font-size: 20px;

  border-right:solid 5px #45b0ca;
  border-left:solid 5px #45b0ca;
}

#toho21_sanka_l table th:nth-child(1){
  background-color:#dddddd;
}

#toho21_sanka_l table th:nth-child(3){
  background-color:#f5b932;
  color: black;
}

#toho21_sanka_l table tr:nth-child(2) td{
  font-size: 23px;
  line-height: 35px;
  font-weight: bold;
}

#toho21_sanka_l table td{
  text-align: center;
  background-color:#ffffff;
  padding: 15px 0;
  border-right:solid 5px #45b0ca;
  border-left:solid 5px #45b0ca;
}

#toho21_sanka_l table td a{
  background-color: #25b327;
  color: white;
  padding:5px 30px;
  border-radius: 30px;
  font-weight: bold;
}

#toho21_sanka_l table .popular{
  width: 180px;
}

#toho21_sanka_l table th.popular{
  position: relative;
}

#toho21_sanka_l table th.popular span.no1{
  position: absolute;
  top: -10px;
  left:calc(50% - 60px);
  background: #f3dd2f;
  color: black;
  width: 120px;
  font-size: 14px;
  border-radius: 15px;
  line-height: 1;
  padding: 5px;
}

#toho21_sanka_l table th.popular span.inner{
  position: absolute;
  color:white;
  background-color: #f34955;
  left: 0;
  bottom: 0;
  display: block;
  width: 327px;
  padding: 10px 0;
}
