body {
  background: url(https://img21.shop-pro.jp/PA01414/779/etc/cnt_bg.jpg?cmsp_timestamp=20180427115337) no-repeat center center;
  background-size:cover;
}
h1#logo {
  font-size: 18px !important; 
}
.p-page__title {
   font-weight: bold;
}
.c-alert{
  color: #222;
  background: #fff;
  text-align: center;
  margin-top: 0;
 }
.c-alert--danger {
    color: #f44336;
    background: #feedeb;
    font-weight: bold;
}
.view_pc .base01{
  max-width: 100% !important;
}
.p-page__wrap .p-shop__header {
  background: #FFF;
}
.view_pc .p-page__container {
  max-width: 100%;
}
.view_pc .base02.p-page__body {
  width: 700px;
  padding: 0 120px;
  margin: 60px auto;
}
.c-form__table {
  border-top: 2px solid #918b8a;
  margin-top: 30px;
}
.p-page__body-inner {
  border-top: none;
  border-bottom: none;
}
.c-form__title--must {
  background: #c8c8c8;
  color: #fff;
  padding: 2px 0;
  font-size: 90%;
  margin-left: 5px;
  font-weight: bold;
}
.c-form__title,
.c-form__content {
  padding-top:20px;
  padding-bottom:20px;
  border-bottom: 2px solid #e2e4e9;
}
tr:last-child .c-form__title,
tr:last-child .c-form__content:last-child {
  border-bottom: 0;
}
.c-form__title {
  text-align: left;
  vertical-align: middle;
}
.c-button:disabled, .c-button.disabled, .c-button:disabled:hover, .c-button--primary
 {  background: #fff;
    color: #222;
    border: 2px solid #222;
    padding: 17px 120px;
    border-radius: 0;
    font-weight: bold;
}
.c-button.disabled:hover,
.c-button--primary:hover {
  background: #222;
  color: #fff;
  border: 2px solid #222;
  padding: 17px 120px;
  border-radius: 0;
  font-weight: bold;
}
.p-page__footer {
  background: #fff;
  padding-bottom: 20px;
}
.p-shop__title {
  font-size:20px;
}
tr:nth-child(1) th span::before {
    content: "（漢字）";
    background: #fff !important;
    padding: 5px 0 !important;
    color: #222 !important;
    font-weight: normal !important;
    font-size: 100% !important;
    margin-left: -10px !important;
}
tr:nth-child(1) td::after {
  content:"お名前（漢字）の後にフリガナもご入力ください。例：田中 太郎（タナカ タロウ） ";
  font-size: 11px;
  margin-top: 4px;
  display: block;
}
tr:nth-child(3) td::after {
  content:"例：「製品について」「使用方法について」「配送について」「ギフトについて」など ";
  font-size: 11px;
  margin-top: 4px;
  display: block;
}
tr:nth-child(6) td::after {
  content:"市町村名・番地・ビルマンション名までご記入ください";
  font-size: 11px;
  margin-top: 4px;
  display: block;
}
.c-input--text {
    height: 33px;
}
.c-input--text:last-child {
    height: auto;
}

/*size:1000px以下
----------------------------------------------------*/
@media screen and (max-width:1000px){
.view_pc .base02.p-page__body {
   width: 85%;
   padding: 0px 20px;
  }
}
@media screen and (max-width:768px){
.group_form dd{
  	padding-bottom:0 !important;
}
}
