@charset "utf-8";
/* CSS Document */

.pc_del{display: none;}


.basic{
    width: 100%;
    padding: 40px 0 0;
    margin-top: 50px;
    margin-bottom: 40px;
    box-sizing: border-box;
    font-feature-settings : "palt";
   }

   .basic h2{
    color: #0095d9;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 0 30px;
   }

   .basic h3{
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}
.basic > h3{
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 0 30px;
}

.basic .bas_comm{
    margin:0 30px 40px;
  }

    /* ダウンロードリスト */


    .basic  .dl_area{
        margin: 0 30px;
        margin-bottom: 80px;
    }

    .dl_li{
        display: flex;
        align-items: center;
        border-top:1px solid #ccc;
        padding:20px 0;
      }
      
      .dl_li:last-child{
        border-bottom:1px solid #ccc;
      }
      
      .dl_li dt{
        flex: 3 2 70%;
        margin-right: 20px;
      }
      .dl_li dt{
        flex: 1 0 30%;
      }
      
      
      .dl_li a{
        display: inline-block;
        padding: 0.4em 1.6em;
        font-size: 0.8em;
        color: #fff;
        background: #0095d9;
        text-decoration: none;
        user-select: none;
        border-radius: 4px;
        transition: 0.4s ease;
      }
      
      .dl_li a:hover {
        opacity: 0.8;
      }


