.p-page__wrap {
  font-family: 'Noto Serif JP', serif;
}
.c-alert {
  color: #000;
  background: #eaeef2;
  font-size: 16px;
}
.c-button {
  border-radius: 0;
  background: #eaeef2;
  box-shadow: none;
}
textarea[name="q_comment[1]"] {
	resize: none;
	overflow: hidden;
	height: 2.57em;	
}
.c-button {
	color: #fff!important;
	background-color: #062235;
	transition: all 0.2s;
}
.c-button:hover {
    opacity: 0.6;
	color: #fff;
	background-color: #062235;
}