.match-apps_block > h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding: 5px 0 5px 15px;
  border-left: 7px solid #0e5fa6;
  margin: 25px 0 15px 0;
}
.match-apps_block .author-information h5 {
  font-weight: 600;
  font-size: 16px;
}
.match-apps_block .author-information p {
  font-size: 14px;
}
.match-apps_block span.fs-lg {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .match-apps_block span.fs-lg {
    font-size: 18px;
  }
}

.match-apps_content .app-cart-image {
  margin: 40px 0;
  text-align: center;
}
.match-apps_content .app-cart-image img {
  max-width: 100%;
}
.match-apps_content .read-block {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .match-apps_content .read-block {
    font-size: 14px;
  }
}
.match-apps_content .read-block h3 {
  border-bottom: 3px double #346ba9;
  font-size: 22px;
  font-weight: 600;
  padding: 2px 0;
  margin-bottom: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .match-apps_content .read-block h3 {
    font-size: 18px;
  }
}
.match-apps_content .sub-read-block {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 50px;
  text-align: right;
  word-break: break-all;
}
.match-apps_content .sub-read-block a {
  font-size: 14px;
  color: #346ba9;
}
.match-apps_content .chart-block {
  margin-bottom: 50px;
}
.match-apps_content .chart-block .chart {
  text-align: center;
}
.match-apps_content .chart-block .chart img {
  max-width: 100%;
}
.match-apps_content .match-app-list {
  padding: 20px;
  background: #fcedf4;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .match-apps_content .match-app-list {
    padding: 5px;
  }
}
.match-apps_content .match-app-list ul {
  display: flex;
  flex-wrap: wrap;
}
.match-apps_content .match-app-list ul li {
  width: calc(100% / 3);
  padding: 15px;
  box-sizing: border-box;
  display: flex;
}
@media screen and (max-width: 768px) {
  .match-apps_content .match-app-list ul li {
    width: 50%;
    padding: 5px;
  }
}
.match-apps_content .match-app-list ul li .inner-block {
  width: 100%;
  padding: 10px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .match-apps_content .match-app-list ul li .inner-block {
    padding: 10px 5px;
  }
}
.match-apps_content .match-app-list ul li .inner-block .a-logo {
  text-align: center;
  margin-bottom: 10px;
}
.match-apps_content .match-app-list ul li .inner-block .a-logo img {
  max-width: 100%;
}
.match-apps_content .match-app-list ul li .inner-block .a-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
.match-apps_content .match-app-list ul li .inner-block .purpose {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .match-apps_content .match-app-list ul li .inner-block .purpose {
    font-size: 13px;
  }
}
.match-apps_content .match-app-list ul li .inner-block .purpose span.c01 {
  color: #eb4d4b;
}
.match-apps_content .match-app-list ul li .inner-block .purpose span.c02 {
  color: #686de0;
}
.match-apps_content .match-app-list ul li .inner-block .age {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .match-apps_content .match-app-list ul li .inner-block .age {
    font-size: 13px;
  }
}
.match-apps_content .tbl-block {
  margin-bottom: 50px;
}
.match-apps_content .tbl-block h3 {
  border-bottom: 3px double #346ba9;
  font-size: 20px;
  font-weight: 600;
  padding: 2px 0;
  margin-bottom: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .match-apps_content .tbl-block h3 {
    font-size: 18px;
  }
}
.match-apps_content .tbl-block .table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .match-apps_content .tbl-block .table-wrap table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .match-apps_content .tbl-block .table-wrap table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .match-apps_content .tbl-block .table-wrap table tbody tr {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
  }
}
.match-apps_content .tbl-block .table-wrap table tbody tr.t-head {
  background: #efefef;
}
@media screen and (max-width: 768px) {
  .match-apps_content .tbl-block .table-wrap table tbody tr.t-head {
    display: none;
  }
}
.match-apps_content .tbl-block .table-wrap table tbody tr th {
  width: 200px;
  padding: 15px;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .match-apps_content .tbl-block .table-wrap table tbody tr th {
    display: block;
    width: 100%;
    border: none;
    padding: 0 0 10px 0;
    font-size: 16px;
    text-align: left;
  }
}
.match-apps_content .tbl-block .table-wrap table tbody tr td {
  padding: 15px;
  line-height: 1.75;
  font-size: 16px;
  border: 1px solid #cccccc;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .match-apps_content .tbl-block .table-wrap table tbody tr td {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
    font-size: 14px;
  }
}
.match-apps_content .tbl-block .table-wrap table tbody tr td a {
  font-size: 14px;
  color: #346ba9;
}

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