/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Brand CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* Variables
-------------------------------------------- */
h2 {
  margin-bottom: 40px;
  padding-top: 60px;
  background: url(../img/brand/brand_icon.gif) center top no-repeat;
  background-size: 20px auto;
  text-align: center;
  font-size: 2.5rem;
  color: #7EB47D; }
  @media (max-width: 460px) {
    h2 {
      font-size: 6vw; } }

.contents p,
.contents p + img {
  display: block;
  margin: 0 auto 40px; }
.contents p.icon {
  width: 20px;
  height: auto; }
