@charset "utf-8";
/* CSS Document */

div.tbl-plan1{overflow-x:scroll;overflow-y:hidden;padding-top:10px;}

table.tbl-plan th{width:20%;text-align:center; padding: 15px 50px; white-space: nowrap;background-color:#00A89C;color:#FFFFFF;}
table.tbl-plan td{width:40%;padding:10px;  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;background-color:#FFFFFF;}
table tr:nth-child(n+3) td{}
table tr:nth-child(n+3) td{text-align:center;
  font-size: 1.5em;
}
table tr:last-child{
  border-bottom:solid 1px #ddd;
}

table th.popular{
  position: relative;
}
table th.popular span.no1{
  position: absolute;
  top: -10px;
  left:calc(45% - 30px);
  background: #bdcc28;
  width: 100px;
  font-size: 0.8em;
  border-radius: 15px;
  line-height: 1;
  padding: 5px;
}

.box-link{border:solid 1px #85c8dd; padding:1em; margin:1em auto;}

.box-link a:hover{text-decoration: underline;}