@charset "UTF-8";
/*===================
 短納期が期待できるLenovo Top Choice Expressのご紹介
=====================*/
.page-header .lead {
  margin-top: 2em;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  .page-header .lead {
    font-size: 1.8rem;
  }
}

.article-wrap h2 span {
  display: inline-block;
  font-weight: normal;
  font-size: 65%;
}

.article-wrap .tce {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1em 0;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
}
@media (max-width: 991px) {
  .article-wrap .tce {
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  .article-wrap .tce {
    font-size: clamp(2rem, 0.8rem + 3.75vw, 2.6rem);
  }
}
.article-wrap .tce strong {
  display: inline-block;
  color: #e1251b;
}
.article-wrap .tce span {
  display: inline-block;
}

.about_tce {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4em auto 0;
  padding: 2.5em 2em 1.5em;
  background-color: #f7f2f7;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .about_tce {
    margin-top: 3em;
  }
}
@media (max-width: 480px) {
  .about_tce {
    margin-top: 2em;
  }
}
.about_tce h3 {
  position: absolute;
  display: inline-block;
  top: -1em;
  left: 0.8em;
  margin: 0;
  padding: 0.4em 0.6em;
  background-color: #531845;
  border-radius: 2px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  box-shadow: 4px 4px 0px rgba(133, 77, 130, 0.4);
}
@media (max-width: 991px) {
  .about_tce h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .about_tce h3 {
    font-size: clamp(1.6rem, 1.2rem + 1.25vw, 1.8rem);
  }
}
.about_tce p {
  position: relative;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .about_tce p {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .about_tce p {
    font-size: clamp(1.4rem, 1rem + 1.25vw, 1.6rem);
  }
}

.tce_structure {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3em 0;
}
.tce_structure p {
  margin: 0;
  font-size: 2.2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .tce_structure p {
    padding: 0 1em;
    font-size: 2rem;
    text-align: left;
  }
  .tce_structure p br {
    display: none;
  }
}
@media (max-width: 480px) {
  .tce_structure p {
    font-size: clamp(1.8rem, 1.4rem + 1.25vw, 2rem);
  }
}

.structure_wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 10px;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .structure_wrap {
    flex-direction: column;
    gap: 0;
  }
}
.structure_wrap .item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: calc((100% - 40px) / 4);
  background-color: #f7f3f7;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .structure_wrap .item {
    flex-direction: row;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .structure_wrap .item {
    flex-direction: column;
  }
}
.structure_wrap .item h3 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0.5em 0 1em;
  padding-bottom: 0.5em;
  width: 100%;
  height: 3em;
  color: #333;
  border-bottom: 1px solid #bfb5bf;
  text-align: center;
}
@media (max-width: 1199px) {
  .structure_wrap .item h3 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .structure_wrap .item h3 {
    margin: 0;
    padding-bottom: 0;
    width: 55%;
    height: auto;
    border-bottom: none;
  }
  .structure_wrap .item h3 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .structure_wrap .item h3 {
    margin: 0.5em 0 1em;
    padding-bottom: 0.5em;
    width: 100%;
    height: 3em;
    border-bottom: 1px solid #bfb5bf;
  }
}
.structure_wrap .item figure {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
}
.structure_wrap .item figure figcaption {
  display: block;
  margin: 0.5em auto 0;
  font-size: 1.5rem;
  color: #854d82;
  text-align: center;
}
@media (max-width: 991px) {
  .structure_wrap .item figure {
    width: 45%;
  }
  .structure_wrap .item figure img {
    max-width: 150px;
  }
  .structure_wrap .item figure figcaption {
    font-size: 1.4rem;
  }
  .structure_wrap .item figure figcaption br {
    display: none;
  }
}
@media (max-width: 480px) {
  .structure_wrap .item figure {
    width: 100%;
  }
  .structure_wrap .item figure img {
    max-width: 150px;
  }
}
.structure_wrap .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.structure_wrap .arrow .triangle {
  height: 3em;
  aspect-ratio: 1/2;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: linear-gradient(90deg, #af81ac, #854d82);
}
@media (max-width: 991px) {
  .structure_wrap .arrow .triangle {
    transform: rotate(90deg);
  }
}

.note_wrap {
  display: block;
  margin-top: 1.2em;
}

.note_wrap small {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  color: #cc0000;
}

.note_wrap small + small {
  margin-top: 0.4em;
}