@charset "UTF-8";
#content-nxp {
  display: block;
  width: 92%;
  max-width: 1210px;
  margin: 0 auto;
  margin-top: 40px;
}
#content-nxp:has(aside) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 30px;
}

#content-nxp main {
  width: 100%;
  max-width: 930px;
}

#content-nxp aside {
  width: 100%;
  max-width: 250px;
}
@media (max-width: 768px) {
  #content-nxp aside {
    max-width: inherit;
    margin-bottom: 40px;
  }
}

.widget_media_image {
  text-align: center;
}

@media (max-width: 768px) {
  .widget_categories > ul > .cat-item > a,
  .wp-block-categories-list > li > a,
  .c-widget__title.-side {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #sidebar {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  #content-nxp:has(aside) {
    grid-template-columns: 1fr;
  }
}
.c-postTitle {
  flex-direction: column;
  align-items: start;
}

.p-articleHead {
  margin-bottom: 24px;
}
.p-articleHead__meta {
  margin-top: 16px;
}
.p-articleHead__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-articleHead__authorIcon img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.p-articleHead__authorInfo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.p-articleHead__authorInfo time {
  position: relative;
  padding-left: 18px;
}
.p-articleHead__authorInfo time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../assets/img/time.png") no-repeat center/contain;
}
.p-articleHead__authorName {
  white-space: nowrap;
}
.p-articleHead__date {
  white-space: nowrap;
}

h3.wp-block-heading {
  position: relative;
  padding-top: 5px;
  padding-left: 25px;
  vertical-align: middle;
}
h3.wp-block-heading::before {
  background: #93FF00;
}
h3.wp-block-heading::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: linear-gradient(90deg, #93FF00 0%, #D4FF98 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.p-articleFoot {
  border: none;
}

/*ウィジェット見出し*/
.c-widget__title.-side {
  background: #F2F2F2;
}
.c-widget__title.-side::before, .c-widget__title.-side::after {
  display: none;
}

/*目次*/
#main_content .p-toc {
  font-weight: 300;
}

.p-toc.-simple .p-toc__ttl {
  text-align: center;
  border: none;
}

.l-articleBottom__section {
  margin: 40px 0;
}

.p-nxp-cta {
  margin-top: 56px;
}
.p-nxp-cta__inner {
  border: 1px solid #97ef00;
}
.p-nxp-cta__heading {
  margin: 0;
  padding: 10px 0 12px;
  background: linear-gradient(90deg, #93FF00 0%, #D4FF98 100%);
  color: #1A1A1A;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
}
.p-nxp-cta__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 47.5%;
  column-gap: 56px;
  align-items: center;
  padding: 30px 2.5%;
}
.p-nxp-cta__left {
  min-width: 0;
}
.p-nxp-cta__image {
  display: block;
  width: 100%;
  height: auto;
}
.p-nxp-cta__right {
  min-width: 0;
  padding-right: 18px;
}
.p-nxp-cta__text {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0;
}
.p-nxp-cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  max-width: 500px;
}
.p-nxp-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  width: 280px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}
.p-nxp-cta__button:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.p-nxp-cta__button--sub {
  border: 2px solid #b7df68;
  background: #fff;
  color: #222;
}
.p-nxp-cta__button--main {
  border: 1px solid #a9de57;
  background: linear-gradient(90deg, #97ef00 0%, #d8efb8 100%);
  color: #111;
}
@media (max-width: 1023px) {
  .p-nxp-cta {
    margin-top: 40px;
  }
  .p-nxp-cta__heading {
    padding: 10px 16px 14px;
    font-size: 18px;
    line-height: 1.45;
    text-align: left;
  }
  .p-nxp-cta__body {
    grid-template-columns: 1fr;
    row-gap: 24px;
    padding: 18px 16px 22px;
  }
  .p-nxp-cta__text {
    font-size: 15px;
    line-height: 1.8;
  }
  .p-nxp-cta__buttons {
    gap: 14px;
    margin-top: 24px;
    max-width: none;
  }
}

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