@charset "UTF-8";
/******************************************************

fonts

******************************************************/
/******************************************************
    
PC

******************************************************/
@media screen and (min-width: 741px) {
  .grayBox p {
    color: #333333; }
  .flexBox {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px; }
    .flexBox figure + figure {
      margin-left: 20px; } }

/******************************************************

スマートフォン

******************************************************/
@media screen and (max-width: 740px) {
  .grayBox p {
    color: #333333; }
  .flexBox {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px; }
    .flexBox figure + figure {
      margin-left: 10px; } }

/*# sourceMappingURL=style.map */