body {
  font-family: Roboto, 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  background: #fff;
  color: #333;
}

h1 {
  border: 0;
  font-size: 20px;
}

h2 {
  border-bottom: 1px solid #84817a;
  padding: 0 0 15px;
  margin-bottom: 25px;
  color: #666460;
  background: none;
}

h3 {
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 25px;
  background: #ccae62;
  color: #fff;
}

h4 {
  font-size: 20px;
  border-left: 3px solid #cc8e35;
  padding-left: 8px;
  margin-bottom: 15px;
}

.ec-secHeading__jp {
  border: 0;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

p {
  margin-bottom: 1em;
}

.ec-secHeading {
  border: 0;
}

.ec-headingTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 32px;
  font-weight: normal;
  color: #525263;
  border: 0;
}

.ec-pageHeader h1 {
  border: 0;
}

.ec-rectHeading h2 {
  padding: 15px;
  margin-bottom: 25px;
  color: #666460;
  background: #f7f1e3;
  border: 0;
}

.front_page .ec-role,
.ec-sliderRole,
.ec-headerNaviRole,
.ec-headerRole,
.ec-categoryNaviRole,
.ec-layoutRole .ec-layoutRole__contents,
.ec-footerRole .ec-footerRole__inner {
  max-width: none;
}

.ec-layoutRole {
  background: transparent;
}

/*
.ec-layoutRole__contents {
  margin-top: 30px;
}
*/

.ec-cartNaviNull .ec-cartNaviNull__message,
.ec-alert-warning {
  background: #d63031;
  border: 0;
}

.ec-blockBtn--action:focus,
.ec-blockBtn--action:active:focus,
.ec-blockBtn--action:active,
.ec-inlineBtn--action,
.ec-cartNavi .ec-cartNavi__badge,
.ec-blockBtn--action {
  background: #ff793f;
  border: 0;
  transition: .3s;
  border-radius: 4px;
}

.ec-inlineBtn--action:hover,
.ec-blockBtn--action:hover {
  color: #fff;
  background: #ff793f;
  border: 0;
  opacity: 0.8;
}

.ec-blockBtn--cancel:focus,
.ec-blockBtn--cancel:active:focus,
.ec-blockBtn--cancel:active,
.ec-blockBtn--cancel.active,
.ec-inlineBtn--cancel,
.ec-blockBtn--cancel {
  background: #596275;
  border: 0;
  transition: .3s;
  border-radius: 4px;
}

.ec-inlineBtn--cancel:hover,
.ec-blockBtn--cancel:hover {
  color: #fff;
  background: #596275;
  border: 0;
  opacity: 0.8;
}

/* 価格 */
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price,
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel,
.ec-cartRole .ec-cartRole__totalAmount,
.ec-cartRow__unitPrice,
.ec-newItemRole__listItemPrice,
.ec-productRole .ec-productRole__price {
  color: #eb4d4b;
}

/* 購入フロー */
.ec-progress .ec-progress__item:after,
.ec-progress .ec-progress__number{
  background: #84817a;
}

.ec-progress .ec-progress__label {
  color: #84817a;
}

.ec-progress .is-complete .ec-progress__number {
  background: #6ab04c;
}

.ec-progress .is-complete .ec-progress__label {
  color: #6ab04c;
}

.ec-cartRow__name a {
  font-weight: 400;
  color: #2f3542;
}

.front_page .ec-layoutRole__contents {
  margin-top: 0;
}

.ec-cartNaviWrap,
.ec-cartNavi {
  background: transparent;
  min-width: auto;
  display: inline-block;
}

.ec-layoutRole__header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  z-index: 100;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.ec-layoutRole .ec-layoutRole__contents {
  padding-top: 70px;
}

.front_page .ec-layoutRole .ec-layoutRole__contents {
  padding-top: 50px;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
  width: calc(100% - 100px);
}

.ec-headerNaviRole .ec-headerNaviRole__right {
  width: 100px;
}

.ec-cartNavi .ec-cartNavi__badge {
  top: -5px;
}

.ec-categoryNaviRole {
  padding: 0;
/*
  background: rgba(255, 255, 255, .8);
  border-bottom: 1px solid #efefef;
*/
}

.ec-headerNaviRole__nav {
  min-width: 220px;
}

.ec-headerNavSP {
  top: 5px;
  left: 5px;
}

.fa-bars:before {
  color: #84817a;
}

.ec-headerNav__item {
  width: 30px;
}

.ec-cartNavi {
  padding-left: 10px;
}

.ec-headerTitle .ec-headerTitle__title {
  text-align: left;
}

.ec-headerTitle .ec-headerTitle__title a {
  margin: 0;
  display: block;
  font-size: 13px;
  color: #333;
}

.ec-headerRole {
  padding: 0 0 0 30px;
}

.ec-headerNaviRole {
  padding: 5px 20px;
  background: #fff;
/*
  border-bottom: 1px solid #efefef;
*/
}

#ec-headerNav__search {
  cursor: pointer;
}

.ec-headerNaviRole__search {
  z-index: 10;
  position: absolute;
  top: 49px;
  right: 0;
  z-index: 10;
  padding: 10px;
  background: #f8f8f8;
  width: 100%;
  display: none;
}

.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
  height: 36px;
  line-height: 1;
  background: #fff;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  top: 50%;
  margin-top: -3px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  line-height: 1;
  background: #6A6862;
}

.ec-headerSearch .ec-headerSearch__keywordBtn {
  margin-top: -5px;
  top: 50%;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search,
.ec-headerSearch .ec-headerSearch__keyword {
  border-radius: 0;
}

.ec-headerSearch__keywordBtn .ec-headerNav__itemIcon {
  margin: 0;
  right: -5px;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
  color: #666460;
  font-weight: 400;
}

.ec-headerNaviRole__nav .ec-headerNav__itemLink,
.ec-headerNaviRole__nav .fa-shopping-cart:before,
.ec-headerNaviRole__nav .fa-lock:before,
.ec-headerNaviRole__nav .fa-user:before,
.ec-headerNaviRole__nav .fa-search:before {
  color: #7D7B75;
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
  background: #7D7B75;
}

.ec-topicpath {
  border-top: 0;
}

.ec-sliderRole {
  padding: 0;
}

.ec-sliderRole .slick-dots {
  bottom: 0;
}

.slick-slider,
.ec-sliderRole {
  margin-bottom: 0 !important;
}

.ec-categoryRole {
  padding: 20px;
}

.ec-newsRole {
  max-width: 1130px;
  margin: 0 auto;
  padding: 20px;
}

.ec-newItemRole {
  padding: 20px;
}

.ec-newItemRole .slick-arrow {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -15px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-top: 1px solid black;
  border-right: 1px solid black;
  overflow: hidden;
  text-indent: -9999px;
}

.ec-newItemRole .slick-arrow.slick-prev {
  left: -15px;
  transform: rotate(225deg);
}

.ec-newItemRole .slick-arrow.slick-next {
  right: -15px;
  transform: rotate(45deg);
}

.ec-shelfRole .ec-shelfGrid {
  margin-bottom: 0;
}

.ec-shelfGrid__item-image,
.ec-topicRole__listItem a,
.ec-newItemRole__listItemImage,
.ec-categoryRole__listItem a {
  overflow: hidden;
  display: block;
}

.ec-shelfGrid__item-image img,
.ec-topicRole__listItem img,
.ec-newItemRole__listItemImage img,
.ec-categoryRole__listItem img {
  transition: .3s;
  width: 100%;
  height: auto;
}

.ec-shelfGrid__item-image img:hover,
.ec-topicRole__listItem img:hover,
.ec-newItemRole__listItemImage img:hover,
.ec-categoryRole__listItem img:hover {
  transform: scale(1.1,1.1);
}

.ec-newItemRole .ec-newItemRole__listItem {
  width: 50%;
  padding: 0 10px;
  margin: 0 15px !important;
}

.pc {
  display: none !important;
}

.border1c {
  border: 1px solid #ccc;
}

.ec-shelfGrid .ec-shelfGrid__item img {
  width: 100%;
}

.ec-searchnavRole .ec-searchnavRole__infos {
  border: 0;
}

.ec-topicRole__listItemTitle {
  font-size: 14px;
  margin-top: 8px;
}

#page_user_data .ec-layoutRole__mainWithColumn p {
  line-height: 1.6;
}

.user_data-section {
  margin-top: -60px;
  padding-top: 60px;
}

.ec-layoutRole__user_data {
  margin-bottom: 30px;
}

.ec-layoutRole__img {
  margin-bottom: 20px;
}

.user_data-section {
  margin-bottom: 50px;
}

.ec-layoutRole__li-title,
.user_data-section dt {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.ec-layoutRole__txt p + p {
  margin-top: 1em;
}

.user_data-section dd + dt {
  margin-top: 30px;
}

.display-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.display-flex-item {
  margin-bottom: 20px;
}

.display-flex-item img {
  margin-bottom: 10px;
}

.flex-item4 {
  width: 49%;
}

.ec-layoutRole__border01 {
  padding: 15px;
  border: 1px solid #e83929;
}

.ec-layoutRole__border01 .ec-layoutRole__li-title {
  color: #e83929;
}

.user_data-menu {
  padding: 10px;
  background: #efefef;
  margin-bottom: 40px;
}

.user_data-menu .display-flex-item {
  border: 1px solid #ccc;
  margin: 0;
  width: 100%;
}

.user_data-menu a {
  display: block;
  text-align: center;
  padding: 10px 0;
  color: #000;
  background: #fff;
}

.user_data-menu a.active,
.user_data-menu a:hover {
  background: #6ab04c;
  color: #fff;
}

.user_data-menu a:hover {
  text-decoration: none;
  opacity: .8;
}

.user_data-menu_sub {
  text-align: center;
  margin: 30px 0;
  padding: 10px 0;
  background: #f7f1e3;
}

.user_data-menu_sub a {
  color: #84817a;
  display: inline-block;
}

.user_data-menu_sub a + a:before {
  content: "|";
  padding: 0 8px;
}

.user_data-footer_contact {
  font-size: 20px;
  margin-top: 20px;
}

.user_data-footer_contact a {
  color: #990000;
  text-decoration: none;
}

/*
.user_data--sub_title {
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 25px;
  background: #ccae62;
  color: #fff;
}
*/

.ec-overlayRole {
  z-index: 1000;
}

.ec-drawerRole {
  border: 0;
  background: #f8f8f8;
}

.ec-drawerRoleClose {
  background: #f8f8f8;
  border-radius: 0;
}

.fa-times:before {
  color: #84817a;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a {
  padding-left: 30px;
}

.ec-categoryNav-sp a span {
  display: block;
  height: 52px;
  width: 52px;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 52px;
  right: 0;
}

.ec-categoryNav-sp a span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
}

.ec-categoryNav-sp a.open span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}

.ec-drawerRole .ec-headerLinkArea {
  background: transparent;
}

.ec-footerRole {
  border: 0;
  background: #84817a;
}

.ec-blockTopBtn {
  width: auto;
  height: auto;
  right: 10px;
  line-height: 1;
  background-color: transparent;
  font-size: 40px;
  color: #57606f;
}

.ec-newsRole .ec-newsRole__newsDate {
  color: #84817a;
}

.iframe_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.iframe_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ec-orderRole__detail > div {
  margin-bottom: 35px;
}

.ec-role,
.ec-productRole,
.ec-zipInputHelp span,
.ec-productRole .ec-productRole__category a,
.ec-newsRole .ec-newsRole__newsTitle,
.ec-historyRole .ec-historyRole__contents,
.ec-welcomeMsg,
.ec-mypageRole {
  color: #333;
}

.ec-navlistRole .active a {
  color: #ff793f;
}

.ec-cartRow .ec-cartRow__summary {
  font-weight: normal;
}

#page_product_list .ec-productRole__actions {
  display: none;
}





@media only screen and (max-width: 767px) {
  .ec-headerLinkArea {
    display: block;
  }

  .ec-blockTopBtn {
    bottom: 70px;
  }

  .ec-footerRole {
    margin-bottom: 60px;
  }

  .ec-footerTitle .ec-footerTitle__logo a {
    font-size: 16px;
  }

  .ec-footerTitle {
    padding: 20px 0;
  }

  .ec-footerNavi {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0;
  }

  .ec-footerNavi .ec-footerNavi__link {
    width: 50%;
    border-bottom: 1px solid #fff;
  }

  .ec-footerNavi .ec-footerNavi__link:nth-child(even) {
    border-left: 1px solid #fff;
  }

  .ec-footerNavi .ec-footerNavi__link a {
    padding: 10px 0;
  }

  .ec-headerLinkArea .ec-headerLink__list {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  .ec-headerLinkArea .ec-headerLink__list .ec-headerLink__item {
    text-align: center;
    display: block;
    width: 20%;
    height: 60px;
    padding: 11px 5px 0;
    color: #fff;
    background: #353b48;
  }

  .ec-headerLinkArea .ec-headerLink__list .ec-headerLink__item + a {
    border-left: 1px solid #2f3640;
  }

  .ec-headerLinkArea .ec-headerLink__list .ec-headerLink__item i {
    font-size: 24px;
  }

  .ec-headerLinkArea .ec-headerLink__list .ec-headerLink__item span {
    font-size: 11px;
  }
}









@media only screen and (min-width: 768px) {
  .ec-pageHeader h1 {
    border: 0;
    font-size: 36px;
    margin: 10px 0 48px;
    padding: 8px 0 20px;
  }

  .pc {
    display: inline-block !important;
  }

  .ec-layoutRole__header {
    height: 60px;
  }

  .ec-layoutRole .ec-layoutRole__contents {
    padding-top: 100px;
  }

  .front_page .ec-layoutRole .ec-layoutRole__contents {
    padding-top: 60px;
  }
 
  .ec-headerNaviRole {
    padding: 7px 0 8px;
    }

  .ec-headerNav__item {
    width: auto;
  }

  .ec-headerNaviRole .ec-headerNaviRole__left,
  .ec-headerNaviRole .ec-headerNaviRole__right {
    width: 50%;
  }

  .ec-itemNav__nav {
    display: block;
  }

  .ec-itemNav__nav li a {
    padding: 20px 40px;
    background: transparent;
  }

  .ec-itemNav__nav li ul li a {
    background: transparent;
    color: #555;
    font-weight: 400;
  }

  .ec-itemNav__nav li:hover ul li a:hover {
    background: #fff;
    opacity: .8;
  }

  .ec-topicRole,
  .ec-categoryRole {
    padding: 20px 0;
  }

  .ec-headerTitle .ec-headerTitle__title a {
    font-size: 24px;
  }

  .ec-headerSearch .ec-headerSearch__category .ec-select select {
    max-width: none;
  }

  .ec-headerNaviRole .ec-headerNaviRole__search {
    top: 64px;
    right: 25px;
    margin: 0;
    width: 500px;
    margin: 0;
  }

  .ec-headerNaviRole__search::before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 10px 8.5px;
    border-color: transparent transparent #f8f8f8 transparent;
    position: absolute;
    top: -9px;
    left: 42%;
  }

  .ec-cartNaviIsset,
  .ec-cartNaviNull {
    width: 400px;
    max-width: none;
  }

  .ec-cartNaviNull::before,
  .ec-cartNaviIsset::before {
    right: 40px;
  }

  .ec-categoryRole .ec-categoryRole__list {
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .ec-categoryRole .ec-categoryRole__listItem:not(:last-of-type) {
    margin-right: 0;
  }

  .ec-categoryRole .ec-categoryRole__listItem {
    width: 49%;
  }

  .ec-categoryRole .ec-categoryRole__listItem a {
    display: block;
    background: #fff;
    text-align: center;
  }

  .ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
    margin-right: 0;
  }

  .ec-newItemRole .ec-newItemRole__list {
    padding: 0 60px;
  }

  .ec-newItemRole .ec-newItemRole__listItem:not(:first-child) a {
    color: #2f3542;
  }

  .ec-newItemRole .ec-newItemRole__listItem:not(:first-child) a:hover {
    text-decoration: none;
  }

  .ec-newItemRole .ec-newItemRole__listItemTitle {
    font-weight: 400;
  }

  .ec-newItemRole .slick-arrow {
    width: 35px;
    height: 35px;
    margin-top: -35px;
  }

  .ec-newItemRole .slick-arrow.slick-prev {
    left: 0;
  }

  .ec-newItemRole .slick-arrow.slick-next {
    right: 0;
  }

  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: calc(100% - 250px);
    margin-left: 250px;
  }

  .ec-layoutRole .ec-layoutRole__left {
    position: fixed;
    top: 60px;
    left: 0;
    width: 250px;
    height: 100%;
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
    background: #f7f1e3;
    z-index: 100;
  }

  .ec-layoutRole__left .ec-itemNav__nav li {
    float: none;
    border: 0;
  }

  .ec-layoutRole__left .ec-itemNav__nav li a {
    font-weight: normal;
    text-align: left;
    background: transparent;
    transition: .3s;
    border: 0;
  }

  .ec-layoutRole__left .ec-itemNav__nav li:hover a {
    text-align: left;
    background: #fff;
  }

  .ec-layoutRole__left .ec-itemNav__nav li:hover ul a:hover {
    background: #f5f6fa;
  }

  .ec-itemNav__nav li ul {
    position: fixed;
    top: 60px;
    left: 240px;
    display: block;
    visibility: hidden;
    transition: 0.4s;
    z-index: 0;
    background: #fff;
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
  }

  .ec-itemNav__nav li ul li a {
    padding: 20px 40px;
  }

  .ec-layoutRole__left .ec-itemNav__nav li:hover > a + ul {
    visibility: visible;
    left: 250px;
    min-width: 250px;
    height: 100%;
    z-index: 10;
  }

  /* MYページ */
  .ec-mypageRole {
    max-width: 1130px;
  }

  /* user_data */
  .user_data-2column {
    display: flex;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .user_data-2column .ec-layoutRole__img {
    width: 250px;
  }

  .user_data-2column .ec-layoutRole__txt {
    width: calc(100% - 270px);
  }

  .flex-item2 {
    width: 49% !important;
  }

  .flex-item3 {
    width: 32% !important;
  }

  .flex-item4 {
    width: 24% !important;
  }

  .flex-item5 {
    width: 19% !important;
  }

  .ec-newsRole .ec-newsRole__news {
    border: 0;
  }

  .ec-footerNavi .ec-footerNavi__link a {
    text-decoration: none;
  }

  .ec-footerTitle {
    padding: 40px 0 25px;
  }

  .ec-headerLinkArea {
    display: none;
  }

  .user_data--sub_title {
    padding: 15px;
  }

}



@media only screen and (min-width: 960px) {
  .ec-shelfGrid .ec-shelfGrid__item {
      width: 33%;
  }
}

@media only screen and (min-width: 1130px) {
  .ec-shelfGrid .ec-shelfGrid__item {
      width: 25%;
  }
}

/* 一覧価格 */
.ec-favoriteRole__itemPrice,
.price02-default {
  margin: 1em 0;
  color: #DE5D50;
  font-weight: normal;
}









/* 詳細表 */
.ec-productRole__description > p {
  margin-bottom: 1em;
}

.ec-footerGuide .delivery-table,
.ec-productRole__description table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}

.ec-footerGuide .delivery-table th,
.ec-footerGuide .delivery-table td,
.ec-productRole__description table th,
.ec-productRole__description table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
}

.ec-footerGuide .delivery-table th,
.ec-productRole__description table th {
  background: #efefef;
}

.ec-footerGuide .delivery-table th {
  width: 36%;
}

.ec-productRole__description table td p {
  margin: 0;
}

.ec-productRole__description table td p + p {
  margin-top: 1em;
}

.ec-footerGuide .delivery-table caption {
  font-weight: 700;
  font-size: 20px;
}

.footer-guide-section {
  margin-bottom: 40px;
}

.footer-guide-section p {
  margin-bottom: 1em;
}

.footer-guide-section h2 {
  margin-bottom: 1em;
}

.footer-guide-subtitle {
  margin-bottom: 10px;
  font-size: 18px;
}


/* footer calendar */
.footer_calendar table {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  width: 100%;
}

.footer_calendar table caption {
  text-align: center;
  font-weight: 700;
}

.footer_calendar table th,
.footer_calendar table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: right;
  padding: 5px;
}

.footer_calendar table th {
  text-align: center;
  background: #f6f6f6;
  font-weight: 400;
}

.footer_calendar table td.holiday {
  background: #DFFFE0;
}

.footer_calendar table th:first-child {
  background: #ffd1d1;
}

.footer_calendar table td:first-child {
  color: #c0392b;
}

.footer_calendar table th:nth-child(7n) {
  background: #ccf9ff;
}

.footer_calendar table td:nth-child(7n) {
  color: #2980b9;
}

.view_holiday {
  width: 3em;
  display: inline-block;
  padding: 0 5px;
  margin: 0 5px;
  background: #DFFFE0;
  height: 25px;
  vertical-align: middle;
  border: 1px solid #ccc;
}



@media (max-width: 767px) {
  .ec-productRole__description table,
  .ec-productRole__description table tbody,
  .ec-productRole__description table tr,
  .ec-productRole__description table th,
  .ec-productRole__description table td {
    display: block;
    width: 100%;
  }
  .ec-productRole__description table th {
    padding: 8px 15px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .ec-productRole__description table th {
    width: 200px;
  }

  .footer_calendar-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer_calendar-wrap > div {
    width: 49%;
  }
}


/* 商品タグ */
.ec-productRole .ec-productRole__tag {
  border: 0;
  padding: 3px 7px;
}

/* 新着情報 */
.ec-productRole .tag_1 {
  background: #f368e0;
  color: #fff;
}

/* おすすめ */
.ec-productRole .tag_2 {
  background: #ee5253;
  color: #fff;
}

/* ヒット */
.ec-productRole .tag_3 {
  background: #27ae60;
  color: #fff;
}

/* 期間限定 */
.ec-productRole .tag_4 {
  background: #8e44ad;
  color: #fff;
}

/* 数量限定 */
.ec-productRole .tag_5 {
  background: #f39c12;
  color: #fff;
}

/* クール便 */
.ec-productRole .tag_6 {
  background: #54a0ff;
  color: #fff;
}

/* クレジットカード */
label[for="shopping_order_Payment_6"] {
  width: 90%;
  width: calc(100% - 50px);
}

label[for="shopping_order_Payment_6"]::after {
  display: block;
  content: "";
  background: url(https://www.tortoise-industry.jp/html/user_data/assets/img/guide/creditcard.gif) left top no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 455px;
  height: 40px;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  label[for="shopping_order_Payment_6"]::after {
    height: 50px;
  }
}

#page_help_guide .delivery-table thead th {
  text-align: center;
  background: #353b48;
  color: #fff;
  padding: 7px 15px;
}
