@charset "UTF-8";

.p-header__discription {
	color: #166288;
	font-size: 10px;
}
@media screen and (min-width: 768px) {
	.p-header__discription {
	  font-size: 14px;
	}
  }

.p-footer__copyright span {
	font-size: 10px;
	display: block;
}
@media screen and (min-width: 768px) {
	.p-footer__copyright span {
	  font-size: 14px;
	}
  }