.p-page__body-inner{
   max-width: 1200px;
   margin: 0 auto;
}
.p-page__wrap .p-shop__header{
   background: #2B2B2B;
   padding: 50px 0;
}
.p-shop__header a{
    font-family: 'Montserrat', sans-serif;
    color: #F2F2F2;
    font-weight: 400;
    text-decoration:underline !important;
}
.view_pc .p-page__container{
    max-width: 100%;
    background: #f1f1f1;
}
.c-button{
 border-radius:0px; 
 box-shadow:none;
 background: #2B2B2B;
 color: #F5F5F5 !important;
}
.c-form__table{
    padding: 60px 8%;
    background: #fff;
}
.c-alert{
  line-height: 200%;
    font-size: 16px;
    max-width:70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 4%;
    padding-top: 4%;
   color: #222;
   background:transparent;
   max-width:710px;
}
.c-form__title{
  width: 240px;
  font-size: 18px;
  text-align: left;
  padding:0;
}
.c-input--text{
  width: 100%;
  border: solid 0px #e7e7e7;
  padding: 0 10px;
  line-height: 33px;
  background: #f6efe9;
  border-radius: 0;
}
.c-form__content{
  width: calc(100% - 240px);
  padding:0;
}
textarea.c-input--text{
  max-height:300px;
}
.p-page__title{
  font-size: 30px;
}
.c-form__title--must{
  color: #F96D00;
  font-size: 0;
}
.c-form__title--must:before{
  content:"※";
  font-size: 18px;
}

.c-form__table tr{
   display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width:100%;
}
.c-form__table tr:not(:last-of-type){
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  margin-bottom: 45px;
}
.c-form__table tr:not(:last-of-type) > * {
  display:block;
}
.c-button:disabled, .c-button.disabled, .c-button:disabled:hover, .c-button.disabled:hover{
  background: #2B2B2B;
  color: #F5F5F5 !important;
  padding: 1.2em 5.6em;
}

/*ここから追記*/
.p-shop__title{
   font-size: 18px;
}
.p-page__wrap .p-shop__header{
  padding: 20px 0;
  background: #969696;
}
@media only screen and (max-width: 599px) {
    .p-shop__title{
        font-size: 12px;
    }
    .c-button__group--sub .c-button {
       padding: 10px 15px;
       background: #6f7c9a;
       border-radius: 16px;
    }
    .c-button__group--sub .c-button:before {
        content: "←";
        display: inline-block;
        padding-right: 3px;
    }
    .p-page__wrap .p-shop__header{
        padding: 8px 0;
    }
    .p-page__body-inner{
        padding: 20px 2.5%;
    }
    .p-page__title{
        font-size: 20px;
    }
    .c-alert{
        max-width: 96%;
        padding: 0;
        text-align: left;
        line-height: 180%;
        font-size: 14px;
    }
    .c-form__table tr{
        display: block;
    }
    .c-form__content{
        width: 100%;
    }
    .c-form__table tr:not(:last-of-type){
        margin-bottom: 26px;
    }
    .c-form__table {
        padding: 35px 6% 30px;
        background: #fff;
    }
    .c-button__group--sub{
        margin-top:0; 
    }
    .c-form__title{
        font-size: 15px;
        margin-bottom: 2px;
    }
}
.c-button, .c-button:link, .c-button:hover, .c-button:active, .c-button:visited{
  border-radius:30px;
}