@charset "UTF-8";
/*===========================================
メディアクエリ
===========================================*/
/* ブレイクポイントを指定 */
/*===========================================
共通パーツ
===========================================*/
.teeth_icon_title {
  display: block;
  text-align: center;
  font-size: 32px;
  color: #005096;
  font-weight: 500;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .teeth_icon_title {
    font-size: 24px;
    margin-bottom: 25px;
    gap: 0;
  }
}
.teeth_icon_title::before, .teeth_icon_title::after {
  content: "";
  display: block;
  background-image: url(../images/icon_teeth2.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 42px;
}
@media screen and (max-width: 480px) {
  .teeth_icon_title::before, .teeth_icon_title::after {
    background-size: 40px 35px;
    width: 40px;
    height: 35px;
  }
}/*# sourceMappingURL=common.css.map */