@charset "euc-jp";

html {
 width: 100%;
 height: 100%;
 background-color: #FFFFFF;
}

body {
 color: #292929;
 font-family: 'Open Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
 line-height: 1.8;
 margin: 0 auto;
}

a {
   color: #67B2BC;
}

.p-page__body {
  background:transparent;
}

.p-page__body-inner {
  border-top: 0;
  border-bottom: 0;
}

.p-shop__logo {
    max-width: 700px;
}

/* アラート背景枠 */
.c-alert {
  color: #292929;
  background: rgba(165,165,165,.2);
  text-align: center;
}

/* ショップへ戻るボタン */
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #FFF;
  box-shadow: none;
  border-radius: 0;
}
.c-button {
  background: #292929;
}
  .c-button:hover {
    color: #FFF;
    background: #ad966a;
    /* background: #6ABFC6;　*/
  }
.back_shop_link a {
    border-radius: 0px !important;
}

/* 送信ボタン */
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #FFF;
  border-radius: 0;
}
.c-button--primary {
  background: #ad966a;
  /* background: #6ABFC6;　*/
}
  .c-button--primary:hover {
    background: #292929;
  }

/* 区切り線 */
.c-line {
 background: #4E4A47;
}

/* フォーム枠線 */
.c-input--text {
  border: 1px solid #d9d9d9 !important;
  border-radius: 0 !important;
}
.p-page__container {
  padding-bottom: 2em;
}
.p-secure__msg {
  width: 68%;
}

@media only screen and (max-width: 768px) {
  .p-shop__logo {
    max-width: 100%;
  ｝
}