.p-shop__logo {
    width: 150px;
    padding: 30px 0 30px;
}

.p-page__title {
    font-family: 'Noto Serif JP', serif;
}

.c-button {
    background: #CB1717;
    color: #fff!important;
    border-radius: 0px;
    padding: 1em 2em;
    box-shadow: none;
  	transition: all 0.5s;
}
.c-buttons-sm:hover {
   color: #000!important;
  	background-color: #F7F7F7;
	transition: all 0.5s;
}
.c-button--sm:hover {
   color: #000!important;
  	background-color: #F7F7F7;
	transition: all 0.5s;
}

.c-button--lg {
    background: #000!important;
}

.c-input--text {
    border: 1px solid #707070;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding: 15px;
}

.c-alert {
    color: #000000;
    background: #F7F7F7;
}

.c-form__note {
    margin-top: 20px;
}

.c-form__note a {
    color: #000;
}

.c-form__title {
    padding-top: 25px;
}