@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@1,700&display=swap");
.inquiry-thanks-title {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .inquiry-thanks-title {
    font-size: 2rem;
    line-height: 3.2rem;
    padding-top: 8rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-thanks-title {
    font-size: 16px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .inquiry-thanks-text {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .policy .mc-section {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .policy .mc-section {
    padding-top: 40px;
  }
}
.policy-table td {
  text-align: center;
}
.policy-table-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .policy-table-wrap {
    max-width: 79.2rem;
  }
}

.support-section {
  position: relative;
}
@media screen and (min-width: 768px) {
  .support-section {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: solid 0.1rem #e2e2e2;
  }
}
@media screen and (max-width: 767px) {
  .support-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e2e2e2;
  }
}
.support-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  transform-origin: top center;
  transform: rotate(45deg) translateY(50%);
}
@media screen and (min-width: 768px) {
  .support-section:after {
    width: 2rem;
    height: 2rem;
    border-right: solid 0.1rem #313131;
    border-bottom: solid 0.1rem #313131;
  }
}
@media screen and (max-width: 767px) {
  .support-section:after {
    width: 14px;
    height: 14px;
    border-right: solid 1px #313131;
    border-bottom: solid 1px #313131;
  }
}
.support-section:last-of-type {
  border-bottom: unset;
}
.support-section:last-of-type:after {
  content: unset;
}

@media screen and (min-width: 768px) {
  .in-house-product .mv {
    background-image: url(../images/common/main_img02.jpg);
  }
}
@media screen and (max-width: 767px) {
  .in-house-product .mv {
    background-image: url(../images/common/sp_main_img02.jpg);
  }
}
@media screen and (min-width: 768px) {
  .in-house-product .mc-section {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .in-house-product .mc-section {
    padding-top: 40px;
  }
}
.in-house-product-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .in-house-product-list {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .in-house-product-list {
    justify-content: unset;
    flex-direction: column;
    margin-top: 20px;
  }
}
.in-house-product-list > li {
  display: flex;
}
@media screen and (min-width: 1228px) {
  .in-house-product-list > li {
    width: 44.8rem;
  }
}
@media screen and (max-width: 1227px) {
  .in-house-product-list > li {
    width: 44.89%;
    max-width: 448px;
  }
}
@media screen and (max-width: 767px) {
  .in-house-product-list > li {
    width: 100%;
    max-width: unset;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .in-house-product-list > li:first-of-type {
    margin-top: unset;
  }
}
.in-house-product-list > li > a {
  color: #313131;
}
@media screen and (min-width: 768px) {
  .in-house-product-list > li > a {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .in-house-product-list > li > a {
    padding-bottom: 20px;
  }
}
.in-house-product-list > li > a:hover {
  text-decoration: unset;
  opacity: unset;
}
@media screen and (min-width: 768px) {
  .in-house-product-list > li > a:hover {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  }
}
.in-house-product-list > li > a img {
  width: 100%;
  height: auto;
}
.in-house-product-list > li > a h2 {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .in-house-product-list > li > a h2 {
    font-size: 1.8rem;
    margin-top: 2rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .in-house-product-list > li > a h2 {
    font-size: 18px;
    margin-top: 15px;
    padding: 0 15px;
  }
}
.in-house-product-list > li > a h2.external {
  position: relative;
}
.in-house-product-list > li > a h2.external:after {
  content: "";
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 0;
  transform: translateY(0.1em);
  width: 1.6em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right bottom;
  background-image: url("../images/common/icon_external.svg");
}
@media screen and (min-width: 768px) {
  .in-house-product-list > li > a p {
    margin-top: 1rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .in-house-product-list > li > a p {
    margin-top: 8px;
    padding: 0 16px;
  }
}
