
.p-page__wrap {
    width: auto;
    font-size: 18px;
}
a {
  color: #ff9800;
}
.view_pc .p-page__container {
  margin: 0 auto;
  width: auto;
  max-width:none;
}
.view_pc .base01 {
  max-width: 1000px;
}
.c-form__title {

  font-size: 16px;

}
.c-input--text {
  width: 100%;
  padding: 10px;
  border: 1px solid #d7dee2;
  font-size: 16px;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-alert {
  color: #333;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}
.c-alert--danger {
  color: #f44336;
  background: #feedeb;
  font-weight: bold;
}
.c-alert--success {
  color: #333;
  background: #edf7ee;
  font-weight: bold;
}

/**/
html{
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	color: #282222;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.02rem;
	-webkit-text-size-adjust: 100%;
	/*従来*/
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	/*明朝*/
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	/*ゴシック*/
	font-family: "Noto Sans JP","Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
@media screen and (max-width: 850px){
	html{
		font-size: 55%;
	}
	body{
		letter-spacing: 0;
	}
}
    .p-shop__title {
      /*color: #222;*/
      font-size: 2.2rem!important;
    }