.c5-w600{
  max-width: 600px;
  margin: 0 auto;
}
.c5-w530{
  max-width: 530px;
  margin: 40px auto;
}
.c5-table{
  width: 100%;
}
.c5-table.c5-table tr{
  background: #e2eaee;
}
.c5-table.c5-table tr:nth-child(odd){
  background: #dcf3fe;
}
.c5-table tr th{
  padding: 20px 20px;
}
.c5-table tr td{
  padding: 20px 20px;
}
.c5-table .c5-table-left{
  border-right: 2px solid #707070;
  min-width: 90px;
}
.c5-number_area{
  padding: 30px 15px 20px;
  border: 3px solid #a0d5f3;
  border-radius: 10px;
  text-align: center;
}
.c5-number_area b{
  display: block;
  font-size: 1.75rem;
  line-height: 1.2;
}
.c5-number_area button{
  position: relative;
  margin-top: 10px;
  background: #ec4141;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 20px 5px 10px;
 }
 .c5-number_area button::after{
  content: url(../images/icon.png);
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
 }
.c5-sp__only{
  display: none;
}
.c5-btn{
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  max-width: 320px;
  width: 90%;
  padding: 30px 20px;
  margin: 0;
}

.c5-Redbox{
  padding: 0.5em 1em;
  margin: 0 auto;
  border: solid 1px #c93434;
  width: 80%;
  max-width: 480px;
}
/*20230517追記*/
.c5-summary{
	display: flex;
	justify-content:space-evenly;
	flex-wrap: wrap;
}

@media screen and (max-width: 639px){
  .c5-table tr th{
  padding: 10px;
}
.c5-table tr td{
  padding: 10px;
}
  .c5-sp__only{
    display: block;
  }
  .c5-btn{
  font-size: 1rem;
  padding: 20px 10px;
  }
/*20230517追記*/
  .c5-summary{
	display: block;
  }
}

.c5-wordkeep{
  display: inline-block;
}