body {
  background: #F2F8F4;
}
.ec-layoutRole {
  background: #F2F8F4;
}
header {
  border-top: 6px solid #000;
  height: 80px;
  background: #fff;
}
.c-header__logo img {
  width: 150px;
}
.ec-headerNaviRole {
  max-width: 1020px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding-bottom: 6px;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 1020px;
  background: #fff;
  border-radius: 6px;
  padding: 40px;
}
.c-main {
  padding: 16px 16px;
  flex-grow: 1;
}
.ec-layoutRole__footer {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: #fff;
/*  position: relative;*/
/*  bottom: 0px;*/
  width: 100%;
  font-weight: 600;
}
.ec-debugModeAlert {
  display: none;
}
.ec-layoutRole {
  margin-top: 0!important;
/*  margin-bottom: 80px;*/
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}
.select-options {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
}
.select-options li {
  padding: 8px;
  background: #f2f8f4;
  display: flex;
  align-items: center;
  font-size: 16px;
  min-height: 42px;
/*  padding-top: -2px;*/
/*  justify-content: center;*/
}
.select-options li label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 17px;
}
.select-options li input {
  margin-right: 10px!important;
  font-size: 16px;
}
.select-options li input:checked + label {
  font-weight: bold;
}
.ec-productRole .ec-grid2 .ec-grid2__cell {
  width: 100%;
}
.section-start {
  padding: 40px;
  background: #ECF5E7;
/*  text-align: center;*/
  border: 1px solid hsl(0deg,0%,80%);
}
.green-label {
  color: #0d742b;
  font-weight: bold;
}
/* #0d742b */
.add-cart-wrapper {
  width: 100%!important;
  text-align: center;
}
.add-cart {
  border: 2px solid #0d742b;
  border-radius: 30px;
  background: #fff;
  color: #0d742b;
  font-weight: bold;
  width: 100%;
}
.add-cart:hover {
  background: #0d742b;
  border: 2px solid #0d742b;
}
.add-cart[disabled] {
  background: #0d742b;
  border: 2px solid #0d742b;
  opacity: 0.4;
}
.ec-price {
  color: #000;
}
.ec-price .ec-price__price {
  color: #cc0000;
}
.ec-productRole__optionNumber {
  font-size: 16px;
}
.ec-productRole__optionNumber span {
  font-size: 30px;
  color: #cc0000;
}
.ec-productRole .ec-productRole__price {
  border: 0;
}
.ec-productRole__tags {
  border: 0!important;
  display: none;
}
.ec-orderRole__summary .ec-blockBtn--action.receipt {
  background: #444;
  border-color: #444;
}
.ec-headerNav .ec-headerNav__itemLink {
  font-size: smaller;
}