@charset 'utf-8';
/* knowledge all
-------------------------------------------------*/
.post-body .column1__img {
  margin: 30px auto 50px auto;
}
.post-content h3 {
  margin: 44px 0 15px;
}
.post-body h4 {
  margin: 30px 0 10px;
}
.post-content p {
  margin: 0 0 30px;
}
.post-body .external a::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 4px;
  background: url(../../images/common/icon-external.svg) no-repeat center center / contain;
}
.post-content .notes {
  display: block;
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .brand-sec__cont-list {
    display: grid;
  }
}
@media screen and (max-width: 767px) {
  .post-body .column1__img {
    margin: 30px auto 35px auto;
  }
  .post-content h3 {
    line-height: 1.5;
  }
  .post-body h3::before {
    top: 6px;
  }
  .sp-none {
    display: none !important;
  }
  .sp_br {
    display: block;
  }
}

/* --- index --- */
#index {
  margin: 60px 0 0 0;
  padding: 35px 40px;
  background: #ffffff;
  border-radius: 8px;
}
.post-content #index .index__ttl {
  margin-bottom: 15px;
  color: var(--pink);
  font-weight: bold;
  font-size: 20px;
}
.post-content #index .index__list {
  margin: 0;
}
.post-content #index .index__list-indent {
  margin: 0;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #index {
    padding: 25px 20px;
  }
  .post-content #index .index__ttl {
    font-size: 18px;
  }
}

/* --- brand linkArea --- */
 .brand-link {
  width: 880px;
  margin: 120px auto;
  padding: 50px 0 20px;
  background: #F2EDED;
  border-radius: 8px;
  text-align: center;
 }
 .brand-link p {
  font-weight: bold;
  font-size: 20px;
 }
 .brand-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 575px;
  margin: 0 auto;
  text-align: center;
 }
 .brand-link ul li {
  width: 267px;
  padding: 0 0 40px 0;
 }
 .brand-link ul li:before {
  content: none;
 }
 .brand-link ul li a:hover {
  opacity: .75;
 }
 .view-more a {
  text-decoration: none;
 }
 @media screen and (max-width: 767px){
  .brand-link {
   width: auto;
   margin: 50px auto;
   padding: 30px 0 50px;
 }
 .brand-link p {
  font-size: 14px;
 }
 .brand-link ul {
  justify-content: center;
  width: 80%;
  padding: 0;
 }
 .brand-link ul li {
  padding: 0 0 10px 0;
 }
}

/* --- knowledge connect --- */
.knowledge-connect {
  padding-top: 20px;
  border-top: 1px solid #CDCDCD;
}
.knowledge-connect__ttl {
  font-weight: bold;
  font-size: 20px;
}
.knowledge-connect__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
}
.post-content .knowledge-connect__list li {
  padding-left: 0;
}
.knowledge-connect__list img {
  border-radius: 8px;
}
.post-content .knowledge-connect__list li::before {
  content: none;
}
.knowledge-connect__list p {
  font-weight: bold;
}
.knowledge-connect__list a:hover {
  opacity: .75;
}
@media screen and (max-width: 767px) {
  .knowledge-connect__ttl {
    font-size: 16px;
  }
  .knowledge-connect__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* vmcsetup-guide
-------------------------------------------------*/
#vmcsetup-guide h2 span {
  display: block;
  font-size: 18px;
}
#vmcsetup-guide h2:first-of-type {
  line-height: 1.6;
}
#vmcsetup-guide table {
  margin: 0 0 40px 0;
}
#vmcsetup-guide h5 {
  margin: 0 0 10px;
  font-weight: bold;
}
#vmcsetup-guide .column1__img.mv img {
  border-radius: 8px;
}
#vmcsetup-guide .column1__img a:hover,
#vmcsetup-guide .product-single__card a:hover {
  opacity: .75;
}
#vmcsetup-guide #merit + ul li {
  padding: 0 0 10px 0;
}
#vmcsetup-guide #merit + ul li::before {
  content: none;
}
#vmcsetup-guide ol li {
  padding-left: 0;
  list-style: none;
  text-indent: -1.3rem;
  padding-left: 1.3rem;
}
#vmcsetup-guide ol li::before {
  content: none;
}
#vmcsetup-guide .brand-sec__cont-list {
  color: #ffffff;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 2.5rem;
}
.view-more a {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  #vmcsetup-guide .brand-sec__cont-list {
    display: block;
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  #vmcsetup-guide h2 span {
    font-size: 16px;
  }
  #vmcsetup-guide .index {
    padding: 35px 20px 25px;
  }
  #vmcsetup-guide .post-body table tbody .width {
    width: 110px;
  }
}