*{
    margin: 0;
    padding: 0;
}
.rikenbigbox{
    width: 100%;
    height: auto;
}
.rikenbigbox-1{
    width: 100%;
    height: auto;
}
.rikenbigbox-1 h3{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: red;
    color:blue;
}
.rikenbigbox-1  p{
    text-align: center;
}
.rikenbigbox-2{
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 20px;
}
.rikenbigbox-2-1{
    width: 480%;
}
.rikenbigbox-2-2{
    width: 480%;
    margin-left:4%;
}
.rikenbigbox-3{
    width: 100%;
    height: 50px;
}
.rikenbigbox-3 p{
   color: rgb(1, 88, 168);
   line-height: 50px;
}
.rikenspanspan{
    font-size: 16px;
    font-weight: 700;
    color: rgb(1, 88, 168);
}
.rikenbigbox-4{
    width: 100%;
}
.rikenbigbox-4 dl{
    width: 30%;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.rikenbigbox-4 dl dd{
   font-size: 11px;
   font-weight: bold;
   text-align: center;
}
.rikenbigbox-5{
   width: 100%;
   height: auto;
 }
 .rikenbigbox-5 table{
    width: 100%;
    height: auto;
  }
  .rikenbigbox-5 table tr td{
 border-color: antiquewhite;
 padding: 10px;
 font-size: 14px;
  }
  .rikenbigboxtable{
      background: antiquewhite;
  }