.p-shop__title {
  font-size:30px;
}

.p-page__title:after {
  content: '\A Inquiry';
  white-space: pre;
}
.c-form__table tr:nth-child(1) .c-form__title::after {
  content: '\A Your name (*Required)';
  white-space: pre;
}
.c-form__table tr:nth-child(2) .c-form__title::after {
  content: '\A E-mail Address (*Required)';
  white-space: pre;
}
.c-form__table tr:nth-child(3) .c-form__title::after {
  content: '\A Subject (*Required)';
  white-space: pre;
}
.c-form__table tr:nth-child(4) .c-form__title::after {
  content: '\A Phone Number (*Required)';
  white-space: pre;
}

.c-form__table tr:nth-child(5) .c-form__title::after {
  content: '\A Address (*Required)';
  white-space: pre;
}
.c-form__table tr:nth-child(6) .c-form__title::after {
  content: '\A Inquiry (*Required)';
  white-space: pre;
}

.c-form__note::after {
	content: '\A (Please enter your e-mail address again)';
  white-space: pre;
}

.c-button__group::after {
  content: '\A Send';
  white-space: pre;
} 

.c-button__group--sub::after {
  content: '\A Back';
  white-space: pre;
} 