/* カスタマイズ用CSS */
.ec-price .ec-price__point {
  display: inline-block;
  padding: 0 0.3em;
  font-size: 18px;
  font-weight: bold;
}
/* モバイル用 */
@media only screen and (max-width: 767px) {
  .ec-price .ec-price__point {
    font-size: 0.8em;
  }
  .ec-headerTitle .ec-headerTitle__title a {
    display: inline-block;
    margin-bottom: 30px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.ec-headerRole {
    background-color: #111;
}
.ec-headerTitle .ec-headerTitle__title a {
    color: #EEEEEE;
}


  
}
@media only screen and (min-width: 768px) {
  .ec-price .ec-price__point {
    font-size: 0.8em;
  }
.ec-headerRole {
    max-width: 100%;
    background-color: #111;
    }
.ec-headerTitle .ec-headerTitle__title a {
    color: #EEEEEE;
}

  
  
}