.c-button, .c-button:link, .c-button:active, .c-button:visited {
background: #6A83BB;
color: #fff;
}
.c-button:hover {
filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity:0.75;
}
.p-page__title {
    color: #6A83BB;
    font-size: 22px;
    text-align: center;
    margin: 10px 0 30px;
    line-height: 1.5;
    border-bottom: 2px dotted #C5D0E2;
    padding: 0 0 10px 0;
}
.c-alert {
    color: #333;
}
.c-alert a,
.c-form__note a {
    background: url(https://img21.shop-pro.jp/PA01335/957/etc/arrow01.png?cmsp_timestamp=2037094150) left center no-repeat;
    padding: 0 0 0 10px;	
	}
.c-alert a:hover,
.c-form__note a:hover {
text-decoration: none;
}
.c-form__title--must,
table.c-form__table .c-form__title--must {
color: red;
}
@media (max-width: 480px) {
.p-shop__logo {
    max-width: 90%;
}
}