.regis-wrapper{
    margin: 100px 10px 0px 10px;
    padding: 20px 0px 0px 0px;
    background-color: #eaeaea;
    border-radius: 15px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    /* box-shadow: 水平方向の距離 垂直方向の距離 ぼかし距離 広がり距離 影の色: */
    display: flex;
    flex-direction: column;
    align-items: center;
    }

.text-wrapper{
  text-align:center;
  }


.img-wrapper{
    max-width:100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.img-wrapper img{
    width:64px;
    height:64px;
    padding:30px;
}
