.tape-box{
    margin: 1em 0;
    padding: 1em;
    background-color: #FFF0F5;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  }
  
  .tape{
    display: block;
    background-color: #D3D3D3;
    opacity: 0.2;
    transform: rotate(3deg);
    width: 40%;
    height: 35px;
    margin: -2em auto 0 auto;
    border-left: 3px dotted rgba(0,0,0,.1);
    border-right: 3px dotted rgba(0,0,0,.1);
  }
  
  .tape-box p{
    margin: 0;
    padding: 0;
  }

.ruscellolist{
    max-width: 1000px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: center;
    list-style: none;
    padding: 0;
  }
  .ruscellolist li{
    position: relative; /* static以外を指定 */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 100px;
    border-radius: 100px;
    background-color: #FFF0F5;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s;
    cursor: pointer;
    margin-bottom: 20px;
    text-align: center;
  }
  .ruscellolist li:hover {
    background-color: #fff;
    color: #FFF0F5;
    box-shadow: 0 0 20px 0 rgba(108, 199, 244, 0.5);
  }

.bg05 {
    width: 100%;
    padding: 40px 10px;
    background: #D9E5FF;
  } 
  .box {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 40px;
    background: #ffffff;
}
