body {
  background: #FFFFFF;
}
.p-shop__title {
  font-size: 20px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 800px){
  .p-shop__title {
  font-size: 1rem;
  letter-spacing: 1.5px;
  font-weight: bold;
}
}
@media only screen and (max-width: 600px){
  .p-shop__title {
  font-size: 0.85rem;
}
}
@media only screen and (max-width: 520px){
  .p-shop__title {
  font-size: 0.7rem;
}
}
.p-page__title{
  font-size: 0.9rem;
  letter-spacing: 2px;
}
.c-alert{
  font-size: 0.85rem;
}
.c-form__title{
  font-weight: normal;
  font-size: 0.9rem;
}
.c-form__note{
  margin: 0.5em 0;
}
.c-form__note > a{
  text-decoration: none;
}
.c-button {
  background: #eff2f4;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #35454c;
}
.c-button:hover {
  background: #dfe5e8;
}
.c-button--primary {
  background: #b0c4de;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #fff;
}
.c-button--primary:hover {
  background: #778899;
}
.c-button--danger {
  background: <{$button3_bgcolor}>;
}
.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: <{$button3_font_color}>;
}
.c-button--danger:hover {
  background: <{$button3_bgcolor_hover}>;
}
.c-input--text {
  border-color: #d7dee2;
}
.c-input--text:focus {
  border-color: #607d8b;
}
