
/*切換PC置頂選單*/
.cantantBase1 { display: block;}
.cantantBase2 { display: none;}

/* 各頁面CSS */
@media screen and (min-width:768px){

}

@media screen and (max-width:767px){
  .btn_section{padding-top: 3vw;}
  .btn_section img{width: 60%;}
}
/* 標題微調 */
.Area_boxstyle_title{transform: translateX(-43%);}
