.hr1 {
  border-top: 2px solid rgb(184, 184, 184);
  width: 80%;
}

.hyou1 table {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border: none;
    text-align: left;
  }
  
  .hyou1 table td {         /*table内のtdに対して*/
    padding: 5px 10px;      /*上下5pxで左右10px*/
  }
  

  .text_center {
    width: 70%;
    margin: auto;
    color: rgba(65, 62, 39, 0.87);
  }


  .font_size25 {
    font-size: 25px;
  }
  
       
  .font_color_red {
    color: rgb(158, 83, 83);
  }
  
  .font_color_black {
    color: rgba(65, 62, 39, 0.87);
  }

  .font_color_green {
    color: rgb(92, 194, 123);
  }