.iconTtl {
  font-size: 24px;
  font-size: 1.5rem;
  color: #283a5e;
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .iconTtl {
      font-size: 20px;
      font-size: 1.25rem;
      margin-bottom: 10px; } }
  .iconTtl--01:before {
    content: "";
    display: inline-block;
    background: url("/feature/img/ttl_icon01.png") no-repeat center center;
    background-size: 53px 37px;
    width: 53px;
    height: 37px;
    margin-right: 10px; }
    @media only screen and (max-width: 768px) {
      .iconTtl--01:before {
        background: url("/feature/img/ttl_icon01_sp.png") no-repeat center center;
        background-size: 37px 26px;
        width: 37px;
        height: 26px; } }
  .iconTtl--02:before {
    content: "";
    display: inline-block;
    background: url("/feature/img/ttl_icon02.png") no-repeat center center;
    background-size: 44px 42px;
    width: 44px;
    height: 42px;
    margin-right: 10px; }
    @media only screen and (max-width: 768px) {
      .iconTtl--02:before {
        background: url("/feature/img/ttl_icon02_sp.png") no-repeat center center;
        background-size: 32px 31px;
        width: 32px;
        height: 31px; } }
  .iconTtl--03:before {
    content: "";
    display: inline-block;
    background: url("/feature/img/ttl_icon03.png") no-repeat center center;
    background-size: 50px 36px;
    width: 50px;
    height: 36px;
    margin-right: 10px; }
    @media only screen and (max-width: 768px) {
      .iconTtl--03:before {
        background: url("/feature/img/ttl_icon03_sp.png") no-repeat center center;
        background-size: 38px 27px;
        width: 38px;
        height: 27px; } }

/*# sourceMappingURL=style.css.map */
