.title_area{
  display:none;
}
.p-page__body-inner{
  border:none;
  width: 523px;
  margin: auto;
  padding:104px 0 0 0;
  max-width:90vw;
}
.p-page__title{
  font-family: Kozuka Mincho Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  letter-spacing: 0.1em;
  color: #767676;
  margin:  0 0 87px 0;
}
.c-alert{
display:none;
}
.c-alert--danger{
  display:block;
  font-family: Kozuka Mincho Pro;
  font-style: normal;
  font-weight: normal;
}
.c-button__group--sub {
  margin: 0;
  text-align: left;
  transform:translateY(25px);
}
.c-button{
  background:none;
  font-family: Kozuka Mincho Pro;
font-style: normal;
font-weight: bold;
font-size: 15px;
color: #767676 !important;
  margin: 0 !important;
  border-radius:0px;
box-shadow:none;
  padding: 0px;
}
.c-button::before{
  content:'＜ ';
}
.c-button:hover{
  background:none;
}
.c-form__table tr{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-form__title{
  font-family: Kozuka Mincho Pro;
  color: #767676;
  width: 100%;
  vertical-align: top;
  padding:0;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-form__content{
  color: #767676;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  padding: 10px 0;
  font-size: 13px;
}
.c-input--text {
    width: 100%;
    padding: 7px;
    border: 1px solid #d7dee2;
    font-size: 13px;
    margin-top: 0;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  font-family: Kozuka Mincho Pro;
font-style: normal;
font-weight: normal;
font-size: 13px;
color: #767676;
}
.c-form__content{
  padding:3px 0 22px 0;
}
.c-form__content textarea{
height:250px;
}
.g-recaptcha{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:35px;
}
.c-button--primary:nth-last-of-type(1){
  display: inline-block;
  width: 100%;
  height: 38px;
  color:white !important;
  background: #B6B6B6 !important;
}
.c-button__group{
  margin:27px 0 100px 0;
}
.p-page__footer{
  display:none;
}

.c-alert{
margin:0;
padding:0;
}
.c-alert--success{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Kozuka Mincho Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  background:none;
  text-align: center;
  letter-spacing: 0.1em;
  color: #767676;
}
.c-alert--success::after{
  content:url(https://img21.shop-pro.jp/PA01462/811/etc/messageComplete.png?cmsp_timestamp=20210117231817);
  width:182px;
  margin:110px 0 100px 0;
}
.c-button--lg{
  width: 100%;
  background-color: #B6B6B6 !important;
  padding: 10px 0;
  color: white !important;
  font-family: Kozuka Mincho Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  outline:none !important;
}

@media(max-width: 500px){
  .c-button__group--sub {
    transform: translateY(0);
  }
  .p-page__title{
    margin: 25px 0 87px 0;
    text-align:left;
  }
}