html :where([style*=border-width]) {
  border-color: var(--tantive-main-color);
  border-style: solid;
}
html :where([style*=border-top-width]), html :where([style*=border-top-color]) {
  border-top-color: var(--tantive-main-color);
  border-top-style: solid;
}
html :where([style*=border-right-width]), html :where([style*=border-right-color]) {
  border-right-color: var(--tantive-main-color);
  border-right-style: solid;
}
html :where([style*=border-bottom-width]), html :where([style*=border-bottom-color]) {
  border-bottom-color: var(--tantive-main-color);
  border-bottom-style: solid;
}
html :where([style*=border-left-width]), html :where([style*=border-left-color]) {
  border-left-color: var(--tantive-main-color);
  border-left-style: solid;
}

code {
  padding: 1em;
  background-color: #333;
  color: white;
  line-height: 2;
}

.innerContainer {
  margin: 200px auto 200px auto;
  max-width: var(--tantive-container-width-pc);
}

.col2Container {
  display: flex;
  gap: 1em;
}

.mainContainer {
  flex: 0 1 80%;
}

.sidebarContainer {
  flex: 0 1 20%;
}

h1 {
  font-size: 1.5em;
  text-align: center;
}

.eyecatch {
  margin-top: 2em;
  text-align: center;
}
.eyecatch img {
  max-width: 500px;
}

.createdDate {
  text-align: center;
  line-height: 2;
}

.categories {
  display: flex;
  gap: 1em;
  justify-content: center;
}

.category {
  padding: 0.5em;
  font-size: 0.75em;
  background-color: var(--tantive-main-color);
  border-radius: 5px;
}

.mainContent {
  margin-top: 2em;
  margin-bottom: 100px;
}
.mainContent > * {
  margin-top: 1em;
  margin-bottom: 1em;
}
.mainContent > h2 {
  position: relative;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 1em;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25em;
}
.mainContent > h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--tantive-main-color);
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: -1;
}
.mainContent > p {
  line-height: 1.8;
  margin-top: 1em;
  margin-bottom: 1em;
}
.mainContent > figure {
  margin-top: 1em;
  margin-bottom: 1em;
}
.mainContent .wp-embed .wp-embed-footer {
  display: none;
}
.mainContent .amazonAffiliateBox--img {
  width: 100px;
}
.mainContent .amazonAffiliateBox--textArea__content {
  font-size: 0.75rem;
}
.mainContent .amazonAffiliateBox--amazonButton {
  margin-top: 0.5em;
}
.mainContent .amazonAffiliateBox--amazonButton a {
  color: inherit;
  background-color: var(--tantive-main-color);
}
.mainContent .contactCTA {
  border: 1px solid var(--tantive-main-color);
  padding: 1em;
}
.mainContent .contactCTA a {
  color: inherit;
  background-color: var(--tantive-main-color);
}
.mainContent .blogCardSimple:not(.noArticle) {
  border: 1px solid var(--tantive-main-color);
}
.mainContent .blogCardSimple:not(.noArticle) a {
  display: flex;
}
.mainContent .blogCardSimple--thumbnail {
  flex: 0 1 20%;
  overflow: hidden;
}
.mainContent .blogCardSimple--thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.mainContent .blogCardSimple--content {
  flex: 0 0 80%;
  padding: 1em;
}
.mainContent .blogCardSimple--title {
  font-weight: bold;
}

.categories--wrap {
  margin-bottom: 2em;
}

.tags--wrap {
  margin-bottom: 2em;
}

.categories--title,
.tags--title {
  text-align: center;
  margin-bottom: 1em;
  border: 1px solid var(--tantive-main-dark-color);
}

.categories--list,
.tags--list {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}

.categories--item,
.tags--item {
  font-size: 0.75rem;
}

.articlePrevNext {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 100px;
}

.articlePrev,
.articleNext {
  flex: 0 0 40%;
}

.articleNext--wrap,
.articlePrev--wrap {
  display: flex;
  align-items: center;
  gap: 1em;
  flex-wrap: nowrap;
  padding: 0.5em 1em;
  border: 1px solid var(--tantive-main-dark-color);
}

.articlePrevNext--eyecatch,
.articlePrevNext--eyecatch {
  flex: 0 0 30%;
}
.articlePrevNext--eyecatch img,
.articlePrevNext--eyecatch img {
  width: 100%;
}

.articlePrevNext--title,
.articlePrevNext--title {
  flex: 0 0 70%;
}

.articleRelated__title {
  text-align: center;
}

.articleRelated__list {
  display: flex;
}

.articleRelated__item {
  box-sizing: border-box;
  padding: 0.5em;
  width: 25%;
}
.articleRelated__item a {
  display: block;
  height: 100%;
  border: 1px solid var(--tantive-main-color);
}
.articleRelated__item p {
  padding: 1em;
  word-wrap: break-word;
}

.articleRelated__eyecatch--wrap {
  position: relative;
  overflow: hidden;
}
.articleRelated__eyecatch--wrap::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.articleRelated__eyecatch--wrap img {
  display: block;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: translate(-50%, -50%);
}

.articleRelated__item--title {
  padding: 0.5em 1em;
}

@media screen and (max-width: 1280px) {
  .innerContainer {
    max-width: min(var(--tantive-container-width-tablet), 95vw);
  }
  .col2Container {
    flex-direction: column;
  }
  .eyecatch img {
    max-width: min(95vw, 500px);
  }
  .articlePrevNext {
    flex-direction: column;
    gap: 1em;
  }
  .articlePrevNext--title {
    word-break: break-all;
  }
  .articleRelated__list {
    flex-direction: column;
  }
  .articleRelated__item {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */