.ec-blockBtn--action {
    color: #fff;
    background-color: #56ac77;
    border-color: #56ac77;
}

.ec-blockBtn--action:hover {
    color: #fff;
    background-color: #355b44;
    border-color: #355b44;
}
.ec-productRole__btn button:active {
    color: #fff;
    background-color: #355b44;
    border-color: #355b44;
}
.ec-headerNavSP {
    border: 1px solid #535353;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width:480px) {
   .pc {
    display: none;
}
.sp {
    display: block;
} 
}

.table-01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
.table-01 td {
  background: #fff;
  border: 1px solid #c39e6e;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
  width: 200px;
}
@media all and (max-width: 767px) {
    .table-01 td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding:10px;
  }
  .table-01 tr:last-child td:last-child {
    border-bottom: 1px solid #c39e6e;
  }
}
.section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 10px;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

.ec-itemNav {
    margin: 0 0 10px 0;
}