@charset "UTF-8";

/* ==========================================================================
   common
   ======================================================================= */
.u-hd__img {
  background-image: url(../img/health/hd_img.jpg);
}
.u-hd__label,
.u-hd__txt,
.u-article__ttl {
   color: #fa5f71;
}
.u-hd__label {
   border-color: #fa5f71;
}



/* ==========================================================================
   pc
   ======================================================================= */
@media all and (min-width: 768px){

}



/* ==========================================================================
   responsive ajustment
   =======================================================================*/
@media all and (min-width: 768px) and (max-width: 1024px){
}




/* ==========================================================================
   sp
   ======================================================================= */
@media all and (max-width: 767px){
.u-hd__img {
   background-position: 0% 50%;
}

}

/* ==========================================================================
   css animation
   ======================================================================= */


/* ==========================================================================
   js animation
   ======================================================================= */

