@charset "UTF-8";


/* ================================================================= */
/* ======================== 0 〜 824px以下 =========================== */
/* ============================================================== */

@media screen and (max-width:824px) {

    .content{
        width:100%;
        margin:20px auto;
    }

/*トップ画像*/
.playtop {
  position: relative;
  margin-top:50px;
  }

.playtop p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-size:20px;
  font-weight: bold;
  color:#fff;
  text-align: center;
  /*文字の装飾は省略*/
  }

.playtop img {
  width: 100%;
  }
    

/*2カラム*/

.col-odd{
     margin-bottom: 60px;
}
.col-odd__txt{
     padding: 2em;
     margin:0 auto;
}
 
@media screen and (min-width : 768px) { /* デスクトップ */
  .col-odd{
       display: flex;
       justify-content: space-between;
       margin-bottom: 120px;
  }
  .col-odd__img{
       width: 50%;
       margin: 0 auto;
  }
    
   
    
  .col-odd__txt{
       width: 50%;
       margin: 0 auto;
  }
  .col-odd.reverse{
       margin-bottom: 60px;
       flex-direction: row-reverse;
  }
}
    

   
/*DLカラム*/
   
   
.dl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  padding: 0.8em;
  margin: 0 0 2em;
}

.dl > div {
  overflow: auto;
  min-width: 0;
  padding: 1em;
}
    
    

/*DLアイコン*/

.appicon {
    width:100%;
    height:auto;
    margin:40px 0px;
    
}
    
    
}


/* ================================================================= */
/* ======================== SP END =========================== */
/* ============================================================== */




/* ================================================================= */
/* ======================== 825px以上 =========================== */
/* ============================================================== */

@media screen and (min-width:825px) {
    

.content{
        width:100%;
        margin:20px auto;
    }
    
    
/*トップ画像*/
.playtop {
  position: relative;
  margin-top:50px;
  }

.playtop p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-size:42px;
  font-weight: bold;
  color:#fff;
  text-align: center;
  /*文字の装飾は省略*/
  }

.playtop img {
  width: 100%;
  }
    


/*2カラム*/

.col-odd{
     margin-bottom: 120px;
}
.col-odd__txt{
     padding: 40px;
     margin:0 auto;
}
 
@media screen and (min-width : 768px) { /* デスクトップ */
  .col-odd{
       display: flex;
       justify-content: space-between;
       margin-bottom: 120px;
  }
  .col-odd__img{
       width: 50%;
       margin: 0 auto;
  }
    
    
  .col-odd__txt{
       width: 50%;
       padding: 150px;
       margin: 0 auto;
  }
  .col-odd.reverse{
       margin-bottom: 60px;
       flex-direction: row-reverse;
  }
}


    
}

/*DLカラム*/
   
.dl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  
  margin: 80 auto;
}

.dl > div {
  overflow: auto;
  min-width: 0;
  padding: 0px 100px;
}




/*DLアイコン*/

.appicon {
    width:100%;
    height:auto;
    margin:100px auto;
    
    
}


