 /* モーダル コンテンツエリア */
  #modal-main {
    display: none;
    width: 80%;
    margin: 0;
    padding: 0;
    background-color: #333;
    position:fixed;
    z-index: 3;
    border-radius: 10px;
  }
  /* モーダル 背景エリア */
  #modal-bg {
    display:none;
    width:100%;
    height:130%;
    background-color: rgba(0,0,0,0.5);
    position:fixed;
    top:0;
    left:0;
    z-index: 2;
    }



/* モーダルのdataエリア */
    .modal-data{
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: 2%;
      margin-right: 2%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  /**    box-shadow: 1px 1px 2px rgba(0,0,0,0.7);    **/
    }
  @media (min-width: 600px){
      .modal-data{
      margin-left: 2%;
      margin-right: 1%;
      }
    }
  
    .modal-data-bread{
      padding: 0px 0px 0px 8px;
      display: flex;
      flex-wrap: wrap
    }
  
  .modal-data-bread-unit{
    padding: 0px 2px 15px 8px;
    display: flex;
    flex-wrap: wrap
  }
  
  .top-data-bread-unit a{
   color:#ccc;
  }   

  .modal-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .modal-wrapper-1{
    padding:0px
  }

  .modal-wrapper-1 h5{
    font-size:1.8rem;
    margin:15px 30px;
    font-weight: 500;
  }  