@charset "UTF-8";

/*  technique ページ
____________________*/
.technique_section .title_special {
  margin-bottom: 30px;
}

.beauty_section .img_box {
  margin: 0 auto 30px;
  width: 66.6%;
}




/*_______________________________
　　　
　　　メディアクエリ切り替え
     　　　（TB・SP）
_______________________________*/


/* ↓ ↓ ↓ TB（1024px）以下　用 ↓ ↓ ↓ */

@media (max-width:1024px){

  /* --- */
  }
  /* ↑ ↑ ↑ TB（1024px）以下　用　↑ ↑ ↑ */
  
  /*  ↓ ↓ ↓ TB（820px）以下　用  ↓ ↓ ↓ */
  
  @media (max-width:820px){
  
  
  /* --- */
  }
  /* ↑ ↑ ↑ TB（820px）以下　用　↑ ↑ ↑ */
  
  
  /* ↓ ↓ ↓ SP（767px）以下　用 ↓ ↓ ↓ */
  
  @media screen and (max-width: 767px) {

    .beauty_section .img_box {
      width: auto;
      margin-bottom: 15px;
    }

  /* technique ページ(SP)
____________________*/

}
/* ↑ ↑ ↑ SP（767px）以下　用　↑ ↑ ↑ */