@charset "UTF-8";
/********************************************************************************
　IT機器 コラム detail
********************************************************************************/
/* -------------------------------------------------------
  column-detail
------------------------------------------------------- */
.wp-block-columns {
  display: grid;
  grid-template-columns: minmax(200px, 1.8fr) minmax(150px, 1.2fr);
  gap: 6%;
}
.wp-block-image {
  width: 100%;
}
.column-detail {
  margin-top: 90px;
}
.column-detail__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.column-detail__tag p {
  background: #e5eefa;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 1.3rem;
  color: #005ad4;
  line-height: 1;
}
.column-detail__date p {
  line-height: 1;
  font-size: 1.3rem;
  color: #666;
}
.contents h1.column-detail__ttl-h1 {
  font-size: 3.8rem;
  padding: 0 0 10px;
  margin: 10px 0 50px;
  border-bottom: 1px solid #ededed;
}
.contents .column-detail__subTtl {
  font-size: 2.8rem;
  margin-top: -30px;
  margin-bottom: 50px;
}
.column-detail__content {
  max-width: 910px;
  margin: 0 auto;
}
.column-detail__img img {
  margin: 0 auto;
}
.column-detail__index {
  margin: 60px 0;
  background: #f0f8ff;
  padding: 24px 6% 35px;
}
.column-detail__index p {
  font-size: 1.8rem;
  color: #005ad4;
  text-align: center;
  font-weight: 600;
}
.contents .column-detail__index-list {
  margin-top: 10px;
  padding-left: 0;
  border-bottom: 1px solid #e1e1e1;
}
.column-detail__index-list li {
  counter-increment: section;
  list-style: none;
  font-size: 1.6rem;
  padding: 10px 0;
  border-top: 1px solid #e1e1e1;
  padding-left: 10px;
  position: relative;
}
.column-detail__index-list li::marker {
  display: none;
}
.column-detail__index-list li a {
  transition: opacity 0.5s ease;
}
.column-detail__index-list li a:hover {
  opacity: 0.7;
}
.contents h2 {
  font-size: 2.6rem;
  padding: 0 0 10px;
  margin: 65px 0 30px;
  border-top: 0;
}
.contents h2:before {
  top: auto;
  bottom: 0;
  width: 100%;
  border-top: 0;
  border-bottom: 2px solid #ededed;
}
.contents h2:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 10%;
  border-bottom: 2px solid #005ad4;
}
.wp-block-image :where(figcaption) {
  font-size: 1.3rem;
  margin-top: 10px;
}
.contents h3 {
  margin: 0 0 15px;
  background: none;
  padding: 0;
}
.contents p + h3 {
  margin-top: 40px;
}
.contents p a {
  color: #005ad4;
  text-decoration: underline;
  transition: color 0.5s ease;
}
.contents p a:hover {
  color: #00a3e7;
}
.contents p > a {
  color: #005ad4;
  text-decoration: underline;
  position: relative;
  transition: color 0.5s ease;
}
.contents p > a:hover {
  color: #00a3e7;
}
.wp-block-file a {
  color: #005ad4;
  text-decoration: underline;
  position: relative;
  transition: color 0.5s ease;
}
.wp-block-file a:hover {
  color: #00a3e7;
}
.wp-block-file a::after {
  content: "";
  background: url("/common/img/common/icon/icon_pdf.png") no-repeat;
  background-size: contain;
  width: 18px;
  height: 20px;
  transform: translateY(4px);
  display: inline-block;
  margin-left: 10px;
}
.contents .wp-block-table {
  margin: 40px 0 60px;
}
.wp-block-table .has-fixed-layout {
  margin: 0;
}
.wp-block-table thead {
  border-bottom: none;
}
.wp-block-table .has-fixed-layout th {
  background: #f0f8ff;
  font-weight: 600;
}
.contents table thead td {
  background: #f0f8ff;
  font-weight: 600;
}
.wp-element-caption {
  font-size: 14px;
  margin-top: 10px;
}
.wp-block-list {
  margin: 60px 0;
}
.wp-block-list li {
  position: relative;
  padding-left: 10px;
}
.wp-block-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #005ad4;
  position: absolute;
  top: 10px;
  left: 0;
}
.wp-block-list li + li {
  margin-top: 10px;
}
.wp-block-quote {
  background: #ededed;
  padding: 60px 7%;
  position: relative;
  margin: 60px 0;
}
.wp-block-quote::before,
.wp-block-quote::after {
  content: "";
  background: url("../img/column-quote.png") no-repeat;
  background-size: contain;
  width: 48px;
  height: 30px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.wp-block-quote::after {
  transform: rotate(180deg);
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}
.column-detail__banner {
  margin: 60px 0;
  text-align: center;
}
.column-detail__banner a {
  display: block;
}
.column-detail__banner img {
  margin: 0 auto;
  transition: opacity 0.5s ease;
}
.column-detail__banner a:hover img {
  opacity: 0.7;
}
/* -------------------------------------------------------
  recommend-category
------------------------------------------------------- */
.recommend-category {
  position: relative;
  inset-inline: 50%;
  width: 100vw;
  margin-inline: -50vw;
  background: #f0f8ff;
  padding-bottom: 80px;
  margin-top: 150px;
  margin-bottom: 0;
}
.recommend-category .contents-wrapper {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.contents h2.recommend-category__ttl {
  color: #005ad4;
  font-size: 6rem;
  font-weight: 300;
  position: relative;
  top: -50px;
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.contents h2.recommend-category__ttl:before,
.contents h2.recommend-category__ttl:after {
  content: none;
}
.contents h2.recommend-category__ttl span {
  font-size: 1.6rem;
  margin-left: 25px;
  position: relative;
  top: 23px;
}
.category__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.category__list li {
  width: calc((100% - 90px) / 4);
}
.column__img {
  border-radius: 20px;
  overflow: hidden;
}
.column__img a {
  transition: opacity 0.5s ease;
  display: block;
}
.column__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 0.5s ease;
  will-change: transform, opacity;
}
.column-list__article a:hover .column__img img {
  transform: scale(1.1);
}
.column__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin: 10px 0 15px;
}
.column__tag p a {
  background: #e5eefa;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #005ad4;
  line-height: 1;
  transition: opacity 0.5s ease;
}
.column__tag p + p {
  margin-top: 0;
}
.column__txt a {
  transition: opacity 0.5s ease;
  color: #333 !important;
  text-decoration: none !important;
}
.column__tag a {
  text-decoration: none !important;
}
.column__tag a::before,
.column__tag a::after,
.column__txt a::before,
.column__txt a::after {
  content: none !important;
}
.column__txt a:hover,
.column__tag p a:hover {
  opacity: 0.7;
}
.column__txt a .column__date {
  color: #666;
  font-size: 1.3rem;
  margin-top: 5px;
  display: block;
}
.column__txt a .column__date:hover {
  opacity: 1;
}
.column-detail__body ul:not(.column-detail__index-list,.category__list) li {
  position: relative;
  padding-left: 10px;
}
.column-detail__body ul:not(.column-detail__index-list,.category__list) li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #005AD4;
  position: absolute;
  top: 9px;
  left: 0;
}
.column-detail__body ol {
  padding-left: 0;
}
.column-detail__body ol li {
  counter-increment: section;
  list-style: none;
  font-size: 1.6rem;
  padding: 5px 0;
  padding-left: 25px;
  position: relative;
}
.column-detail__body ol li::before {
  content: counter(section) ".";
  position: absolute;
  top: 5px;
  left: 5px;
  color: #333;
}
.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}


/* -------------------------------------------------------
  related-category
------------------------------------------------------- */
.related-category {
  margin-top: 0;
  margin-bottom: 0;
}
.contents h2.related-category__ttl {
  color: #005ad4;
  font-size: 2rem;
  padding-top: 20px;
  margin-bottom: 40px;
  font-weight: 500;
  border-top: 2px solid #ddd;
  margin: 80px 0 20px 0;
}
.contents h2.related-category__ttl:before,
.contents h2.related-category__ttl:after {
  content: none;
}
.related-category .column__txt {
  margin-top: 15px;
}
.related-category .category__list a {
  text-decoration: none;
}
.related-category .category__list a::before,
.related-category .category__list a::after {
  content: none;
}

/* ===========================================================
  TABLET
=========================================================== */
@media screen and (max-width: 1023px) {
}

/* ===========================================================
  SP
=========================================================== */
@media screen and (max-width: 767px) {
  .contents p,
  .contents li {
    font-size: 1.4rem;
  }
  /* -------------------------------------------------------
    column-detail
  ------------------------------------------------------- */
  .wp-block-columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .column-detail {
    margin-top: 40px;
  }
  .contents h1.column-detail__ttl-h1 {
    font-size: 2.2rem;
  }
  .contents .column-detail__subTtl {
    font-size: 1.8rem;
  }
  .column-detail__index {
    margin: 30px 0;
  }
  .column-detail__index-list li {
    font-size: 1.4rem;
  }
  .contents h2 {
    font-size: 2rem;
    margin: 50px 0 30px;
  }
  .contents h3 {
    font-size: 1.8rem;
  }
  .contents .wp-block-table {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 30px 0;
    scrollbar-width: thin;
  }
  .wp-block-table .has-fixed-layout {
    width: 1000px;
    margin: 0 0 10px !important;
  }
  .wp-block-table .has-fixed-layout::-webkit-scrollbar {
    height: 6px;
  }
  .wp-block-table .has-fixed-layout::-webkit-scrollbar-track {
    background: #eee;
  }
  .wp-block-table .has-fixed-layout::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }
  .contents ul.wp-block-list {
    margin: 30px 0;
  }
  .wp-block-quote {
    margin: 30px 0;
  }
  .wp-block-quote {
    margin: 30px 0;
    padding: 50px 7%;
  }
  .wp-block-quote::before,
  .wp-block-quote::after {
    width: 30px;
    height: 20px;
    top: 15px;
    left: 15px;
  }
  .wp-block-quote::after {
    bottom: 15px;
    right: 15px;
    top: auto;
    left: auto;
  }
  .column-detail__banner {
    margin: 30px 0;
  }
  /* -------------------------------------------------------
    recommend-category
  ------------------------------------------------------- */
  .recommend-category {
    margin-top: 100px;
    padding-bottom: 40px;
  }
  .contents h2.recommend-category__ttl {
    font-size: 3.6rem;
    top: -30px;
    display: block;
  }
  .contents h2.recommend-category__ttl span {
    font-size: 1.6rem;
    margin-left: 0;
    top: 0;
    display: block;
  }
  .category__list {
    gap: 30px 5%;
  }
  .category__list li {
    width: calc((100% - 5%) / 2);
  }
  .category__list li .category__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    object-position: bottom;
  }
  .contents h2.related-category__ttl {
    margin: 60px 0 30px;
  }
}
@media screen and (max-width: 500px) {
}
