@charset "utf-8";
/* CSS Document */
/* @copyright 2017 Panasonic Corporation. */

/*------------------------------------------------------------
  ウィークックとは　about.css
  htdocs/about/index.html
------------------------------------------------------------ */
@import "../common/css/base.css";  /* 基本スタイル */

.copy1 {
  font-size: 1.3rem;
  font-weight: bold;
}

.copy2 {
  font-size: 2rem;
  font-weight: bold;
}

.big {
  display: inline-block;
  font-size: 140%;
}

@media screen and (max-width: 768px){
  .copy1 {
    font-size: 1.2rem;
  }
  .copy2 {
    font-size: 1.6rem;
  }
  .big {
    font-size: 120%;
  }
}

@media screen and (max-width: 425px){
  .copy1 {
    font-size: 0.9rem;
  }
  .copy2 {
    font-size: 1.2rem;
  }
  .big {
    font-size: 115%;
  }
}
