/** Shopify CDN: Minification failed

Line 23:0 Unexpected "{"

**/
/* Text Column with Imagesの改造 */
@media only screen and (max-width: 989px) {
  .custom-content-column__grid__item {
    width: 30%;
  }
}
@media only screen and (max-width: 780px) {
  .custom-content-column__grid__item {
    width: calc(100% - 30px);
    padding: 0 var(--outer);
  }
}

/*! ============ Add any custom styles below this line ================== */

h2[id],
h3[id],
{
  position: relative;
}

h2[id]:before,
h3[id]:before {
  content: '';
  display: block;
  height: 66px;
  width: 100%;
  margin-top: -66px;
}

.content-word:before {
  content: '';
  display: block;
  height: 66px;
  width: 100%;
  margin-top: -26px;
}

.marker-orange {
  background: linear-gradient(transparent 60%, #ffceac 60%);
}

.marker-yellow {
  background: linear-gradient(transparent 60%, #E5FF00 60%);
}

.f12 {
  font-size: 12px;
}
.f-bold {
  font-weight: bold;
}

.f-color-red {
  color: red;
}

/* カスタムコンテンツの改造 */
.custom-background-size-contain {
  background-size: contain;
  background-repeat: no-repeat;
}

/* フォームの改造 */
.globo-formbuilder.cave-custom .wizard__content p {
  opacity: 0;
  cursor: none;
}
.globo-formbuilder.cave-custom .wizard__content p a {
  pointer-events: none;
}

/* 特集ブログ */

.custom-article--featured {
  position: relative;
}
.custom-article--featured:after {
  content: "";
  background: #666;
  width: 1px;
  height: 10%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .custom-article--featured:after {
    content: "";
    background: #666;
    width: 20%;
    height: 1px;
    position: absolute;
    top: unset;
    bottom: -5px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }

}