/*=========　PC版　=========*/
/*全体フォント指定*/
body {
  font-family: "Lora","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  color: #333;
}
/*送信ボタン*/
.c-button--primary {
  font-family: "Lora","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
/*送信ボタン、ショップに戻るボタン*/
.c-button--primary, .c-button__group--sub a {
  background: #666!important;
  color:#FFF!important;
    }
/*フォームの前のテキスト部分*/
.c-alert {
  color: #79613c;
}
/*フォーム入力窓*/
.c-input--text {
  border: 1px solid #999;
  border-radius: 3px;
}
/*=========　スマホ版　=========*/
@media (max-width: 480px) {
.p-page__wrap .p-shop__header {
  padding:30px 0;
  margin:0 3%;
  }
  img.p-shop__logo {
    width:50%;
    height:auto;
  }
  .p-page__title {
    font-size:16px;
    margin:40px 0;
    line-height:1;
    font-weight:bold;
  }
  .c-alert {
    margin: 0;
    padding: 10px 3%;
    font-size: 12px;
    background: #eff2f4;
    line-height: 1.5;
    color:#333;
  }
  .c-form__table {
    margin:10px 0;
  }
  .c-form__title {
    font-size:12px;
    margin:0 0 5px 0;
  }
  .c-input--text {
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 2%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .c-form__content {
    margin: 0 0 25px 0;
    padding:0;
  }
  .c-input--text.is-narrow {
    width:50%;
  }
  .p-page__body-inner {
    margin:0 3%;
    padding:0;
  }
  .c-button__group .c-button {
    padding:15px 0;
    margin:0 auto;
    font-size:16px;
  }
}