@charset "UTF-8";

/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {

#aboutLogo .dec_pic_box2 {
  justify-content: flex-start;
}
#aboutLogo .dec_pic_box2 .dec {
  width: auto;
}
#aboutLogo .dec_pic_box2 .pic {
  width: auto;
}
#aboutLogo  img {
  width: auto;
  max-width: 100%;
}

} /* End pc */

/* ======================================================
sp
====================================================== */
@media (max-width: 1000px) {

#aboutLogo .dec_pic_box2{
  display: flex;
  flex-direction: column;
}
#aboutLogo .dec_pic_box2 .pic {
    text-align: center;
}
#aboutLogo .dec_pic_box2 .pic img {
    width: 50%;
}



} /* End sp */
