/* Scss Document */
.page-fv {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 360px;
  background: no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page-fv {
    height: 500px;
  }
}
.page-fv:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.page-fv__inner {
  position: relative;
  z-index: 2;
}
.page-fv__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page-fv__ttl {
    font-size: 1.4rem;
  }
}
.page-fv__ttl:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  top: inherit;
  bottom: -12px;
  display: block;
  background-color: #fff;
  z-index: 2;
}
.page-fv__sub-ttl {
  font-size: 4rem;
  font-weight: bold;
  margin-top: 1.4rem;
}
.page-fv__sub-ttl span {
  display: block;
  font-size: 0.4em;
  font-weight: 600;
  margin-top: -12px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 599px) {
  .page-fv__sub-ttl {
    font-size: 2.6rem;
  }
}

.page-fv.team-group {
  background-image: url("../img/product/team/bg.jpg");
}

.page-fv._1stplayer {
  background-image: url("../img/product/1st-player/bg.jpg");
}

.page-fv.kingston {
  background-image: url("../img/product/kingston/bg.jpg");
}

.page-fv.hyperx {
  background-image: url("../img/product/hyperx/bg.jpg");
}

.page-fv.ssst {
  background-image: url("../img/product/ssst/bg.jpg");
}

.page-fv.udinfo {
  background-image: url("../img/product/udinfo/bg.jpg");
}

.page-fv.delta {
  background-image: url("../img/product/delta/bg.jpg");
}

.page-fv.manli {
  background-image: url("../img/product/manli/bg.jpg");
}

.page-fv.feeltek {
  background-image: url("../img/product/feeltek/bg.jpg");
}

.page-fv.acer {
  background-image: url("../img/product/acer/bg.jpg");
}

.page-fv.predator {
  background-image: url("../img/product/predator/bg.jpg");
}

.page-fv.leadtek {
  background-image: url("../img/product/leadtek/bg.jpg");
}

.page-fv.delux {
  background-image: url("../img/product/delux/bg.jpg");
}

.page-fv.data-deletion {
  background-image: url("../img/solution/data-deletion/bg.jpg");
}

.page-fv.data-copy {
  background-image: url("../img/solution/data-copy/bg.jpg");
}

.page-fv.kitting-service {
  background-image: url("../img/solution/kitting-service/bg.jpg");
}

.page-fv.inspection-work {
  background-image: url("../img/solution/inspection-work/bg.jpg");
}

.page-fv._404 {
  background-image: url("../img/404/bg.jpg");
}

.page-fv.company {
  background-image: url("../img/company/bg.jpg");
}

.page-fv.product {
  background-image: url("../img/product/1st-player/bg.jpg");
}

.page-fv.solution {
  background-image: url("../img/solution/bg.jpg");
}

.page-fv.news {
  background-image: url("../img/news/bg.jpg");
}

.page-fv.privacy {
  background-image: url("../img/privacy/bg.jpg");
}

.page-fv.contact {
  background-image: url("../img/contact/bg.jpg");
}

.page-fv.support {
  background-image: url("../img/support/bg.jpg");
}

.breadcrumb__list {
  position: relative;
  z-index: 1;
  height: 100px;
  margin-bottom: -100px;
}
.breadcrumb__list__item {
  display: inline-block;
  font-size: 1.4rem;
}
.breadcrumb__list__item:not(:first-child) {
  padding-left: 10px;
  position: relative;
}
.breadcrumb__list__item:not(:first-child):before {
  content: "/";
  margin-right: 10px;
  color: #999;
}
.breadcrumb__list__item a {
  color: #999;
}

.page-lead {
  background-color: #f3f3f3;
}
.page-lead__inner {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 599px) {
  .page-lead__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .page-lead__inner {
    display: flex;
  }
}
.page-lead__ttl {
  color: #283b4c;
  font-size: 1.5rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .page-lead__ttl {
    padding-right: 50px;
    border-right: 1px solid #283b4c;
    font-size: 2rem;
    line-height: 1.3;
  }
}
.page-lead__txt {
  margin-top: -5px;
  padding-left: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .page-lead__txt {
    padding-left: 0;
    padding-top: 2rem;
  }
}

.product-list {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.product-list.pt-0 {
  padding-top: 0;
}
@media screen and (max-width: 599px) {
  .product-list {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.product-list ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
}
.product-list__ttl {
  font-weight: bold;
  font-size: 2rem;
}
.product-list__ttl-img {
  margin-bottom: 2rem;
}
.product-list__ttl-img img {
  width: 100%;
}
.product-list__link {
  display: block;
  overflow: hidden;
  position: relative;
}
.product-list__link:hover {
  text-decoration: none;
  opacity: 0.9;
  transition: all 0.3s ease;
}
.product-list__link:hover .product-list__img img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.product-list__list {
  margin-top: 2rem;
}
.product-list__list::after {
  display: block;
  content: "";
  width: calc(33.3333% - 30px);
}
.product-list__item {
  width: calc(33.3333% - 30px);
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .product-list__item {
    width: calc(50% - 10px);
  }
}
.product-list__img {
  display: block;
  overflow: hidden;
  height: auto;
}
.product-list__img.border {
  border: 1px solid #ddd;
}
.product-list__img img {
  width: 100%;
  transition-duration: 0.3s;
  transform: scale(1);
  transition: all 0.3s ease;
}
.product-list p.sub-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 3rem 0;
  padding: 2rem 0 2rem 2rem;
  border-left: 2px solid #283b4c;
}
@media screen and (max-width: 599px) {
  .product-list p.sub-ttl {
    padding: 1rem 0 1rem 1rem;
  }
}
.product-list p.txt {
  margin: 2rem 0;
}
.product-list p.txt.small {
  font-size: 0.85em;
  margin-top: 1em;
}
.product-list .icon-feeltek {
  width: 80px;
  height: 30px;
  background-color: #e7333f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-list .icon-feeltek span {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  height: 30px;
}
.product-list .feeltek-hr {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 2rem 0 6rem;
}
.product-list .icon-list ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
}
.product-list .icon-list ul li {
  width: 18%;
  margin-bottom: 0.5em;
}
.product-list .icon-list ul li img {
  width: 100%;
}
.product-list .icon-list ul li span {
  display: block;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 0.3em 0;
  font-size: 1rem;
}
.product-list__txt .ttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 599px) {
  .product-list__txt .ttl {
    font-size: 1.5rem;
  }
}
.product-list__txt .txt {
  line-height: 1.6;
}

.slide-img-list {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media screen and (max-width: 599px) {
  .slide-img-list {
    margin-bottom: 2rem;
  }
}
.slide-img-list.list-2 {
  margin-top: 5rem;
}
@media screen and (max-width: 599px) {
  .slide-img-list.list-2 {
    margin-top: 2.5rem;
  }
}
.slide-img-list__img {
  margin-bottom: 4rem;
  order: 0;
}
.slide-img-list__img img {
  width: 100%;
}
.slide-img-list__img ul.slick-dots {
  bottom: -20px;
}
.slide-img-list__txt {
  margin-bottom: 4rem;
  order: 1;
}
.slide-img-list__txt .ttl {
  font-size: 2.4rem;
  font-weight: bold;
}
.slide-img-list__txt .ttl span {
  display: block;
  font-size: 0.8em;
  line-height: 1.8;
}
.slide-img-list__txt .txt {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  .slide-img-list__txt .txt {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .slide-img-list.reverse .slide-img-list__img {
    order: 2;
  }
}

.chair {
  margin-bottom: -11rem;
}
@media screen and (max-width: 599px) {
  .chair {
    margin-bottom: -6rem;
  }
}

.message {
  padding-top: 11rem;
}
@media screen and (max-width: 599px) {
  .message {
    padding-top: 4rem;
  }
}
.message__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #283b4c;
}
@media screen and (max-width: 599px) {
  .message__ttl {
    font-size: 2.2rem;
  }
}
.message__ttl span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .message__ttl span {
    font-size: 1.4rem;
  }
}
.message__ttl span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 30px;
  height: 1px;
  background-color: #283b4c;
  content: "";
  top: inherit;
  bottom: -10px;
}
.message__img {
  margin-top: 4rem;
}
.message__img img {
  width: 100%;
}
.message__txt {
  width: calc(100% - 100px);
  margin: -6rem auto 0;
  padding: 4rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.message__txt p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .message__txt {
    width: 100%;
    margin: 0 auto 0;
    padding: 2rem 0;
  }
}
.message__president {
  text-align: right;
  font-weight: bold;
}

.about {
  padding-top: 11rem;
}
@media screen and (max-width: 599px) {
  .about {
    padding-top: 4rem;
  }
}
.about__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #283b4c;
}
@media screen and (max-width: 599px) {
  .about__ttl {
    font-size: 2.2rem;
  }
}
.about__ttl span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .about__ttl span {
    font-size: 1.4rem;
  }
}
.about__ttl span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 30px;
  height: 1px;
  background-color: #283b4c;
  content: "";
  top: inherit;
  bottom: -10px;
}
.about__table {
  padding-top: 3rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 599px) {
  .about__table {
    padding-bottom: 6rem;
    padding-top: 2rem;
  }
}
.about__table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .about__table table tr {
    border-bottom: 1px solid #283b4c;
  }
}
.about__table table th {
  width: 210px;
  padding: 30px 15px 29px 30px;
  font-weight: bold;
  border-bottom: 1px solid #283b4c;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .about__table table th {
    display: block;
    border-bottom: none;
    padding: 20px 15px 0;
  }
}
.about__table table td {
  padding: 30px 0 29px 30px;
  border-bottom: 1px solid #f3f3f3;
}
@media screen and (max-width: 599px) {
  .about__table table td {
    display: block;
    border-bottom: none;
    padding: 8px 15px 20px;
  }
}

.contact__content {
  padding-top: 11rem;
}
@media screen and (max-width: 599px) {
  .contact__content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.contact__content__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #283b4c;
}
@media screen and (max-width: 599px) {
  .contact__content__ttl {
    font-size: 2.2rem;
  }
}
.contact__content__ttl span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .contact__content__ttl span {
    font-size: 1.4rem;
  }
}
.contact__content__ttl span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 30px;
  height: 1px;
  background-color: #283b4c;
  content: "";
  top: inherit;
  bottom: -10px;
}
.contact__content__txt-thanks {
  text-align: center;
}
.contact__content__txt {
  margin-top: 4rem;
}
.contact__content__txt a {
  text-decoration: underline;
}
.contact__content__table {
  padding-top: 3rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 599px) {
  .contact__content__table {
    padding-bottom: 6rem;
    padding-top: 2rem;
  }
}
.contact__content__table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}
.contact__content__table table tr {
  border-bottom: 1px solid #ddd;
}
.contact__content__table table th {
  width: 260px;
  padding: 37px 0 30px 29px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  .contact__content__table table th {
    display: block;
    border-bottom: none;
    padding: 20px 15px 0;
  }
}
.contact__content__table table td {
  padding: 30px 30px 30px 100px;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  .contact__content__table table td {
    display: block;
    border-bottom: none;
    padding: 8px 15px 20px;
  }
}
.contact__content input, .contact__content textarea {
  width: 100%;
  height: 43px;
  font-family: inherit;
  font-size: 1.4rem;
  padding: 10px 15px;
  border: none;
  background: #e5e5e5;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.contact__content textarea {
  height: 100% !important;
}
.contact__content .btn-area {
  margin-top: 6rem;
}
.contact__content .preview.u-cart-btn-navy {
  margin-bottom: 2rem;
  opacity: 0.5;
}

.l-news {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.l-news__content a {
  color: #38557E;
  text-decoration: underline;
}
.l-news__inner {
  max-width: 900px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .l-news__inner {
    padding: 0 25px;
  }
}
.l-news__inner img {
  width: 100%;
  height: auto;
}
.l-news__inner p {
  margin: 3rem 0;
  font-size: 1.6rem;
}
.l-news__inner .wp-block-image figcaption {
  font-size: 1.5rem;
  line-height: 1.8;
}
.l-news__inner h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 3rem 0 2rem;
}
.l-news__inner h3 {
  font-size: 2rem;
  font-weight: bold;
}
.l-news__inner .wp-block-media-text {
  margin: 3rem 0;
}
.l-news__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 400px;
}
.l-news__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 1.4rem 0 0;
}
.l-news__ttl h1 {
  font-weight: bold;
}
.l-news__time {
  text-align: right;
  color: #666;
  font-size: 1.4rem;
}

._404 {
  padding: 11rem 0;
}
@media screen and (max-width: 599px) {
  ._404 {
    padding: 6rem 0;
  }
}
._404 p {
  margin: 2rem 0;
}

.privacy {
  padding: 11rem 0;
}
@media screen and (max-width: 599px) {
  .privacy {
    padding: 6rem;
  }
}
.privacy__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #283b4c;
}
@media screen and (max-width: 599px) {
  .privacy__ttl {
    font-size: 2.2rem;
  }
}
.privacy__ttl span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .privacy__ttl span {
    font-size: 1.4rem;
  }
}
.privacy__ttl span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 30px;
  height: 1px;
  background-color: #283b4c;
  content: "";
  top: inherit;
  bottom: -10px;
}
.privacy__txt p {
  margin: 2rem 0;
}
.privacy__txt p.ttl {
  font-weight: bold;
  font-size: 1.8rem;
}
.privacy__txt p.address {
  line-height: 1.6;
}
.privacy__txt p.author {
  text-align: right;
  margin-top: 3rem;
}

.l-contents {
  padding: 11rem 0;
}
@media screen and (max-width: 599px) {
  .l-contents {
    padding: 4rem 0;
  }
}
.l-contents__inner:not(:first-child) {
  margin-top: 11rem;
}
@media screen and (max-width: 599px) {
  .l-contents__inner:not(:first-child) {
    margin-top: 4rem;
  }
}
.l-contents__img img {
  width: 100%;
}
.l-contents h2 {
  font-weight: bold;
  font-size: 1.8;
  margin: 3rem 0;
}
.l-contents h2.ttl {
  padding-left: 20px;
  border-left: 2px solid #283b4c;
  font-size: 1.2em;
}
.l-contents p {
  margin: 2rem 0;
}
.l-contents p.ttl {
  font-weight: bold;
  font-size: 1.8;
  margin: 3rem 0;
  padding: 2rem 0 2rem 2rem;
  border-left: 2px solid #283b4c;
}
@media screen and (max-width: 599px) {
  .l-contents p.ttl {
    padding: 1rem 0 1rem 1rem;
  }
}
.l-contents p.a {
  margin-bottom: 6rem;
  margin-top: -2rem;
}
@media screen and (max-width: 599px) {
  .l-contents p.a {
    margin-bottom: 3rem;
    margin-top: -2rem;
  }
}
.l-contents__col-3 {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
}
.l-contents__col-3 > div {
  width: calc(33.3333% - 30px);
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .l-contents__col-3 > div {
    width: 100%;
  }
}
.l-contents__col-3 p.col-ttl {
  font-weight: bold;
  margin: 2rem 0;
}
.l-contents__col-3 div.img img {
  width: 100%;
}
.l-contents__col-2 {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
}
.l-contents__col-2 > div {
  width: calc(50% - 30px);
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .l-contents__col-2 > div {
    width: 100%;
  }
}
.l-contents__col-2 p.col-ttl {
  font-weight: bold;
  margin: 2rem 0;
}
.l-contents__col-2 div.img img {
  width: 100%;
}

.news-page {
  padding: 11rem 0;
}
@media screen and (max-width: 599px) {
  .news-page {
    padding: 4rem 0;
  }
}

.product-lead p {
  text-indent: -1em;
  padding-left: 1em;
}

.specifications {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .specifications {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.specifications img {
  width: 100%;
}
.specifications .item {
  margin: 0 0 3em;
}
@media screen and (max-width: 599px) {
  .specifications .item {
    margin-bottom: 1.5em;
  }
}
.specifications .item h3 {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0.5em 0;
}
@media screen and (max-width: 599px) {
  .specifications .item h3 {
    font-size: 1.6rem;
  }
}

.spec {
  background-color: #f5f5f5;
}
.spec .inner {
  padding: 4rem 0;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .spec .inner {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.spec .inner h2 {
  margin: 2rem 0 1rem;
  font-size: 1.6em;
}
@media screen and (max-width: 599px) {
  .spec .inner h2 {
    margin: 1rem 0 0.5rem;
  }
}
.spec .inner p {
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
}
.spec .inner .item {
  margin: 1em 0;
}
.spec .inner .attention {
  opacity: 0.7;
}
.spec .inner table {
  width: 100%;
  margin: 2rem 0 4em;
}
.spec .inner table tr {
  border-bottom: 1px solid #333;
}
.spec .inner table tr th {
  vertical-align: top;
  font-size: 1.4rem;
  width: 30%;
  text-align: left;
  padding: 1em 0;
}
.spec .inner table tr td {
  font-size: 1.4rem;
  text-align: left;
  padding: 1em 0;
}

.cart-area {
  margin: 5em 0;
}
@media screen and (max-width: 599px) {
  .cart-area {
    padding-left: 25px;
    padding-right: 25px;
    margin: 2.5em 0;
  }
}
.cart-area div {
  margin-bottom: 2.4em;
}

.indent-small {
  font-size: 0.84em;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}

.wp-block-table table {
  margin: 2rem 0;
}
.wp-block-table tr td:first-child {
  font-weight: bold;
}
.wp-block-table tr td:first-child strong {
  font-weight: bold;
}
.wp-block-table tr td {
  padding: 0.5em 1em;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
}/*# sourceMappingURL=page.css.map */