@charset "UTF-8";
.mce-content-body {
  width: 700px;
}

.mce-content-body, .entry-body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  color: #666;
  -webkit-text-size-adjust: 100%;
}
.mce-content-body strong, .entry-body strong {
  font-weight: bold;
}
.mce-content-body em, .entry-body em {
  font-style: italic;
}
.mce-content-body h1, .entry-body h1 {
  margin: 1em 0;
  font-size: 160%;
  font-weight: bold;
}
.mce-content-body h2, .entry-body h2 {
  position: relative;
  margin: 1em 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #523e2e;
  background-color: #b2d3e6;
  border-top: 4px solid #323269;
  padding: 10px 16px;
}
.mce-content-body h2 span[id], .entry-body h2 span[id] {
  position: relative;
  top: -2px;
  left: 0;
  padding: 12px 0 10px;
}
.mce-content-body h3, .entry-body h3 {
  position: relative;
  margin: 1em 0;
  padding: 4px 14px;
  font-size: 16px;
  font-weight: bold;
  color: #1d1e3d;
  background-color: #d8e9f1;
  border: 1px solid #d8e9f1;
  border-radius: 5px;
}
.mce-content-body h3 span[id], .entry-body h3 span[id] {
  position: relative;
  top: -2px;
  left: 0;
  padding: 6px 0 4px;
}
.mce-content-body h4, .entry-body h4 {
  position: relative;
  margin: 1em 0;
  padding: 7px 0 4px 6px;
  font-size: 16px;
  font-weight: bold;
  color: #28284f;
  border-bottom: 1px dotted #cfcfcf;
}
.mce-content-body h4 span[id], .entry-body h4 span[id] {
  position: relative;
  top: -29x;
  left: 0;
  padding: 9px 0 4px 0;
}
.mce-content-body h5, .entry-body h5 {
  position: relative;
  margin: 1em 0;
  font-size: 110%;
  font-weight: bold;
}
.mce-content-body h5 span[id], .entry-body h5 span[id] {
  position: relative;
  top: 0;
  left: 0;
}
.mce-content-body ul, .entry-body ul {
  list-style: disc;
  margin: 1em;
}
.mce-content-body ol, .entry-body ol {
  list-style: decimal;
  margin: 1.25em;
}
.mce-content-body blockquote, .entry-body blockquote {
  padding: 1em;
  margin: 1em 0;
  background: #eeeeee;
}
.mce-content-body mark, .entry-body mark {
  display: inline-block;
  background-color: #fffccb;
  padding: 0 2px;
}
.single-seo_page .mce-content-body mark, .single-seo_page .entry-body mark {
  display: inline-block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 2px !important;
}
.mce-content-body .emphasisBlock1, .entry-body .emphasisBlock1 {
  margin: 5px 0;
  padding: 10px 5px 5px;
  background-color: #fffccb;
}
.mce-content-body .emphasisBlock2, .entry-body .emphasisBlock2 {
  margin: 5px 0;
  padding: 10px 5px 5px;
  background-color: #ffebeb;
}
.mce-content-body p, .entry-body p {
  margin: 0.5em 0 !important;
}

.entry-body table, .entry-body tbody, .entry-body tr, .entry-body td, .entry-body th {
  padding: revert-layer;
  border: revert-layer;
}
.entry-body ul, .entry-body ol, .entry-body li {
  margin: revert-layer;
  padding: revert-layer;
  list-style: revert-layer;
}

/* ---------------------------------------------------
20240614 表css eccube-Products
----------------------------------------------------*/
.eccube-Products {
  padding: 0;
  margin: 50px auto;
}

h3.eccube-Products_Title {
  background: none;
  padding: 0 0 10px;
  border: none;
  border-bottom: 3px solid #E8A025;
}

.eccube-Products_Title span {
  display: flex;
  align-items: center;
}

.eccube-Products_Image {
  width: 146px;
  height: auto;
  padding: 0 11px 0 0;
}

.eccube-Products_Text {
  font-size: 27px;
  color: #202020;
}

ul.eccube-Products_List {
  display: flex;
  list-style: none;
  margin: 50px auto 15px !important;
  justify-content: space-between;
}

.eccube-Products_Item {
  max-width: 170px;
  width: 100%;
  padding: 0;
  margin: 0 10px 22px 0;
  border-bottom: 5px solid #F6F6F6;
}

.eccube-Products_Item figure {
  max-width: 190px;
  height: 190px;
  width: 100%;
}

.eccube-Products_Item img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.eccube-Products_Name {
  color: #000;
  margin: 6px 0 3px;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 22px;
  max-height: 66px;
}

.eccube-Products_Price {
  padding: 0 5px 0 0;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  margin: 12px 0;
  color: #c00d22;
  display: block;
}

.eccube-Products_Nav {
  text-align: right;
}

.eccube-Products_Nav a {
  background: #E8A032;
  color: #fff;
  font-size: 19px;
  border: 1px solid #E8A032;
  padding: 11px 15px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .eccube-Products_Text {
    font-size: 24px;
  }
  .eccube-Products_List {
    text-align: center;
    flex-wrap: wrap;
  }
  .eccube-Products_Item {
    max-width: 100%;
    width: calc(50% - 20px);
  }
  .eccube-Products_Item figure {
    max-width: 100%;
  }
  .eccube-Products_Price, .eccube-Products_Nav {
    text-align: center;
  }
  .eccube-Products_Nav a {
    padding: 11px 50px;
  }
  .eccube-Products_Title span {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .eccube-Products_Text {
    font-size: 17px;
  }
  .eccube-Products_Nav a {
    font-size: 17px;
    padding: 11px 30px;
  }
  .eccube-Products_Image {
    width: 115px;
  }
  .eccube-Products_Item figure {
    height: 150px;
  }
}

/*# sourceMappingURL=editor.css.map */
