@charset "utf-8";

/* ================================================================================
  common
================================================================================ */
button{
  outline:none;
}
ul, li {
  text-decoration: none;
}

em {
  font-size: 0.9em;
}

.general .note {
  font-size: 0.9em;
  background-color: #f2f2f2;
  margin-bottom: 1rem;
  padding: 0.5rem;
  margin: 1rem;
}

.general ul.note li {
  text-indent: 0;
  margin-bottom: 0;
}

/* ================================================================================
買いたい方　店舗問合せform
================================================================================ */
form table {
  width: 95%;
  margin: 0 auto;
}

form th {
  color: #fff;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.8;
  text-indent: -2.1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 2.6rem;
  background-color: #525252;
  background-size: 0.5rem 0.5rem;
  border-radius: 0.2rem;
}
th:before {
  content: '';
  vertical-align: middle;
  margin-right: 0.5rem;
  background-image: url(../../../img/mark_circle.png);
  background-size: 1.6rem  1.6rem ;
  display: inline-block;
  width: 1.6rem ;
  height: 1.6rem ;
}
td {
  line-height: 2;
  padding: 0.5rem 0 2rem  0;
}
td {
  font-size: 1em;
}

input#age {
  width: 5em;
  margin-right: 1em;
}
.l-horizontal span {
  vertical-align: bottom;
}

.error_area {
  color: #e20700;
  padding: 0 1.5rem;
}
.item_form .error_area h3{
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.error_area span {
  display: block;
  line-height: 1.5;
}
button.p-cvBtn {
  width: 100%;
  border: 0;
}