/*お問い合わせCSS*/
html{
    font-size: 62.5%;
}
body{
    color: #333;
    font-family: 'Hiragino Sans','Meiryo','MS PGothic',sans-serif;
    font-weight: 200;
    font-size: 1.6rem;
    line-height: 2em;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
}
a{
  color: #333;
}
input{
  font-family: 'Hiragino Sans','Meiryo','MS PGothic',sans-serif;
  font-weight: 200;
  
}

.c-input--text {
    width: 100%;
    padding: 7px;
    border: 1px solid #d7dee2;
    font-size: 16px;
    margin-top: 0;
    vertical-align: middle;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.p-page__wrap .p-shop__header{
  width: 240px;
}
a:hover img{
  background-color: rgba(230,230,230,0.5);
  border-bottom: none;
}

.base01.p-page__container {
  padding: 0 10px;
}
.base02.p-page__container {
  max-width: 804px;
}

.p-page__title{
  font-size: 2.4rem;

}
.c-alert{
  font-size: 1.6rem;
  line-height: 1.2;
}
.c-form__table {
  padding: 0 30px;
}
 .c-form__content {
}
.c-form__title{
  font-size: 1.6rem;
  font-weight: 200;
}
@media screen and (max-width:768px) {
  .p-page__body-inner{
    padding: 0;
  }
  .c-form__title{
    width: 100%;
  }
  .c-form__content {
    padding: 0 0 10px;
  }
  .p-page__title{
    font-size: 2rem;
  }
  .c-alert, .c-form__title{
    font-size: 1.4rem;
  }
  .p-page__wrap .p-shop__header{
    background-image: url("https://file003.shop-pro.jp/PA01441/655/images/common/logo-image-pale.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    margin: 0 auto;
  }
  .p-page__wrap .p-shop__header img{
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .c-form__table {
 	 padding: 0;
	}
}


.c-button--primary, .c-button--lg, .c-button, b{
  background-image: url("https://file003.shop-pro.jp/PA01441/655/images/common/button-bg.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  transition: all 0.5s;
}

.c-button--primary:hover, .c-button--lg:hover, .c-button:hover{
  background-image: url("https://file003.shop-pro.jp/PA01441/655/images/common/button-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  color: #333;
}
/*アカウントCSS*/
.c-form__table {
  padding: 0 30px;
}
.p-page__title{
  font-size: 2.4rem;
}
.c-alert{
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
}
.c-alert--danger {
  text-align: left;
  width: 300px;
  margin: 0 auto;
}
.c-form__table {
  padding: 0 100px;
}
.c-form__title{
  font-size: 1.6rem;
  font-weight: 200;
  width: 20%;
}
.c-form__note a:hover{
  background-color: rgba(230,230,230,0.5);
}
@media screen and (max-width:768px) {
  .p-page__body-inner{
    padding: 0;
  }
  .c-form__table{
    padding: 0 30px;
  }
  .c-form__content {
    padding: 0 0 10px;
  }
  .p-page__title{
    font-size: 2rem;

  }
  .c-alert, .c-form__title{
    font-size: 1.4rem;
  }
  .p-page__wrap .p-shop__header{
    background-image: url("https://file003.shop-pro.jp/PA01441/655/images/common/logo-image-pale.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    margin: 0 auto;
  }
  .p-page__wrap .p-shop__header img{
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .c-form__table {
 	 padding: 0;
	}
}
/*ここに新たに追加*/
.c-button--primary, .c-button--primary:link, .c-button--primary:hover, .c-button--primary:active, .c-button--primary:visited {
  color: #333;
}
 .p-page__title{
   font-family: 'Hiragino Sans','Meiryo','MS PGothic',sans-serif;
}
a{
  transition: all 0.5s;
}
a:-webkit-any-link {
  text-decoration: none;
}
a:hover{
  opacity: 0.7;
}
.c-form__title {
    width: auto;
}
li{
  list-style: none;
}
.c-alert ul{
  padding-left: 0;
}
.c-alert li{
  margin-bottom: 8px;
}

.c-alert a{
   background-image: url("https://file003.shop-pro.jp/PA01441/655/images/common/button-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4px 8px;
}