@charset "utf-8";

/*
  File Name   : consultation.css
  Description : コンテンツエリア関係 他
*/

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .com-content__body {
    font-size: 1rem;
  }
}
@media screen and (max-width: 481px) {
  .com-content__body {
    font-size: 0.875rem;
  }
}
