.sec_title {
  font-size: 4.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec_title {
    font-size: 32px;
    font-size: 8.2051282051vw;
  }
}

.subpage_title {
  background-image: url("../img/product/bg_title_pc.jpg");
}
@media screen and (max-width: 768px) {
  .subpage_title {
    background-image: url("../img/product/bg_title_sp.jpg");
  }
}

.sec_about {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .sec_about {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_about .flex {
    display: block;
  }
}
.sec_about-text {
  margin-top: 2rem;
}
.sec_about-textarea {
  width: 58rem;
}
@media screen and (max-width: 1024px) {
  .sec_about-textarea {
    width: 100%;
  }
}
.sec_about-image {
  width: 54rem;
}
@media screen and (max-width: 1024px) {
  .sec_about-image {
    width: 100%;
    margin-top: 4rem;
  }
}
.sec_about-lineup {
  padding: 12rem 0;
  margin-top: -5rem;
  background-color: #EFF3F7;
}
@media screen and (max-width: 768px) {
  .sec_about-lineup {
    padding: 8rem 0;
    margin-top: -3rem;
  }
}
.sec_about-lineup-table {
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .sec_about-lineup-table {
    overflow-x: auto;
  }
}
.sec_about-lineup-table table {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sec_about-lineup-table table {
    width: 120rem;
  }
}
.sec_about-lineup-table table th, .sec_about-lineup-table table td {
  background-color: #FFF;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.sec_about-lineup-table table th {
  padding: 1.5rem 0.5rem 1.5rem 1.5rem;
  font-size: 1.4rem;
}
.sec_about-lineup-table table td {
  padding: 1.8rem 2rem;
  font-size: 1.6rem;
}
.sec_about-lineup-table table thead th {
  line-height: 1.2;
}
.sec_about-lineup-table table tbody tr th {
  font-weight: bold;
}

.sec_features {
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .sec_features {
    padding: 8rem 0;
  }
}
.sec_features-content {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .sec_features-content {
    margin-top: 4rem;
  }
}
.sec_features-content:nth-of-type(2) .flex {
  flex-direction: row-reverse;
}
.sec_features-textarea {
  width: 65.6rem;
}
@media screen and (max-width: 1024px) {
  .sec_features-textarea {
    width: 100%;
  }
}
.sec_features-textarea .sec_sub-title {
  margin-bottom: 3rem;
}
.sec_features-textarea ul {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0 0;
}
.sec_features-textarea ul li {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec_features-textarea ul li {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.sec_features-textarea ul li + li {
  margin-top: 0.5rem;
}
.sec_features-textarea ul li::before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  display: inline-block;
  background: url("../img/common/icon_check.svg") center/contain no-repeat;
  margin-right: 0.5rem;
  vertical-align: -0.5rem;
}
.sec_features-image {
  width: 48rem;
}
@media screen and (max-width: 1024px) {
  .sec_features-image {
    width: 100%;
    margin-top: 4rem;
  }
}
.sec_features .link03 {
  margin: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  .sec_features .link03 {
    margin: 5rem 0 0;
  }
}

.mgc_asset {
  padding: 12rem 0;
  background-color: #EFF3F7;
}
@media screen and (max-width: 768px) {
  .mgc_asset {
    padding: 8rem 0;
  }
}
.mgc_asset-title {
  font-size: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .mgc_asset-title {
    font-size: 30px;
    font-size: 7.6923076923vw;
  }
}
.mgc_asset dl:not(:last-child) {
  margin-bottom: 1.6rem;
}
.mgc_asset dl dt {
  padding: 0.8rem 1.6rem;
  font-size: 1.8rem;
  color: #FFF;
  background-color: #143C5A;
}
@media screen and (max-width: 768px) {
  .mgc_asset dl dt {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.mgc_asset dl dd {
  margin-top: 1.6rem;
}
.mgc_asset dl dd .flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mgc_asset dl dd .flex {
    flex-wrap: wrap;
  }
}
.mgc_asset-item {
  background-color: #FFF;
  width: 25%;
  padding: 3.2rem 2.4rem;
}
@media screen and (max-width: 1024px) {
  .mgc_asset-item {
    width: calc(50% - 0.8rem);
    padding: 2.4rem 1.6rem;
    margin-bottom: 1.6rem;
  }
  .mgc_asset-item:nth-child(3), .mgc_asset-item:last-child {
    margin-bottom: 0;
  }
}
.mgc_asset-item:not(:first-child) {
  margin-left: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .mgc_asset-item:not(:first-child) {
    margin-left: 0;
  }
}
.mgc_asset-item-icon {
  width: 10rem;
  margin: 0 auto;
}
.mgc_asset-item-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .mgc_asset-item-title {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.mgc_asset-item-text {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .mgc_asset-item-text {
    font-size: 14px;
    font-size: 3.5897435897vw;
    line-height: 1.65;
  }
}

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