@media only screen and (max-width: 900px) {
  .p-nav {
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 901px) {
  .p-nav {
    padding: 60px 0;
  }
}

.p-nav-ttl {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 901px) {
  .p-nav-list {
    display: flex;
    justify-content: space-between;
  }
}

.p-nav-item {
  letter-spacing: 0;
}
@media only screen and (max-width: 900px) {
  .p-nav-item {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-nav-item {
    flex: 1 1 100%;
  }
  .p-nav-item:not(:last-child) {
    margin-right: 25px;
  }
}

.p-nav-link {
  width: 100%;
  height: 100%;
  display: flex;
  background: #fff;
  box-shadow: 5px 5px 18px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.3;
}
@media only screen and (max-width: 900px) {
  .p-nav-link {
    padding: 10px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-nav-link {
    padding: 10px;
    transition: background 0.4s, color 0.4s, boxShadow 0.4s;
  }
  .p-nav-link:hover {
    background: #169A74;
    color: #fff;
    box-shadow: 5px 5px 18px 0 rgba(0, 0, 0, 0);
  }
}
.p-nav-link.is-actv {
  background: #169A74;
  color: #fff;
  box-shadow: 5px 5px 18px 0 rgba(0, 0, 0, 0);
}

.p-nav-thumb {
  margin-right: 15px;
  flex: 0 0 90px;
  height: 90px;
  object-fit: cover;
  background: #eee;
}
.p-nav-txt {
  flex: 1 1 auto;
}
.p-nav-txt > p {
  line-height: 1.8;
}

.p-nav-sub {
  font-size: 12px;
  font-size: 1.2rem;
}
.p-nav-data {
  margin-top: 0;
  font-weight: bold;
}
.p-nav-data > li {
  margin-top: 0;
  line-height: 1.6;
}

.p-forte-item {
  background: rgba(22, 154, 116, 0.1);
  margin-top: 10px;
  position: relative;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .p-forte-item {
    padding: 15px 20px 15px 60px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-forte-item {
    padding: 20px 30px 20px 80px;
  }
}

.p-forte-item-num {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -45%);
  font-weight: 500;
}
@media only screen and (max-width: 900px) {
  .p-forte-item-num {
    left: 20px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-forte-item-num {
    left: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .p-forte-item-hl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 901px) {
  .p-forte-item-hl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-forute-item-lead {
  line-height: 1.8;
}
@media print, screen and (min-width: 901px) {
  .p-forute-item-lead {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-forute-item-txt {
  line-height: 1.6;
}
@media only screen and (max-width: 900px) {
  .p-point {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-point {
    padding-top: 80px;
  }
}
.p-point > .c-hl02:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 901px) {
  .p-point-col2 {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 900px) {
  .p-point-col2 .p-point-item {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-point-col2 .p-point-item {
    flex: 0 0 calc((100% - 50px) / 2);
  }
}

@media print, screen and (min-width: 901px) {
  .p-point-col2-02 {
    display: flex;
    justify-content: space-between;
  }
}
.p-point-col2-02 .p-point-item {
  margin-top: 25px;
}
@media print, screen and (min-width: 901px) {
  .p-point-col2-02 .p-point-item:first-child {
    flex: 0 0 calc((100% - 50px) / 10 * 4);
  }
}
@media print, screen and (min-width: 901px) {
  .p-point-col2-02 .p-point-item:last-child {
    flex: 0 0 calc((100% - 50px) / 10 * 6);
  }
}

@media print, screen and (min-width: 901px) {
  .p-point-col2-03 {
    display: flex;
    justify-content: center;
    gap: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .p-point-col2-03 .p-point-item {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-point-col3 {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 900px) {
  .p-point-col3 .p-point-item {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-point-col3 .p-point-item {
    flex: 0 0 calc((100% - 60px) / 3);
  }
}

.p-point-item-img-txt {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .p-point-item-img-txt .p-point-txt {
    flex: 0 0 55%;
  }
}
@media print, screen and (min-width: 901px) {
  .p-point-item-img-txt .p-point-txt {
    flex: 0 0 60%;
  }
}
@media only screen and (max-width: 900px) {
  .p-point-item-img-txt .p-point-img {
    flex: 0 0 40%;
  }
}
@media print, screen and (min-width: 901px) {
  .p-point-item-img-txt .p-point-img {
    flex: 0 0 35%;
  }
}

.p-point-center {
  display: flex;
  justify-content: center;
}

.p-point-hl {
  font-weight: bold;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 900px) {
  .p-point-hl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 901px) {
  .p-point-hl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.p-point-img {
  margin: 1em 0;
  text-align: center;
}
.p-point-img img {
  width: auto;
  max-width: 100%;
}
.p-point-img figcaption {
  margin-top: 1em;
}

.p-point-box {
  border: 1px solid #169A74;
  padding: 1em;
}

.p-point-img01 figcaption {
  margin-top: -4em;
}

.p-point-img02 figcaption {
  display: flex;
  justify-content: center;
}

.p-spec .p-spec-photo {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .p-spec .p-spec-photo {
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-spec .p-spec-photo {
    justify-content: center;
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 900px) {
  .p-spec .p-spec-photo li {
    width: 49%;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 1%;
  }
}
@media print, screen and (min-width: 901px) {
  .p-spec .p-spec-photo li {
    margin: 0 35px;
  }
}
.p-spec .p-spec-photo figure {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .p-spec .p-spec-photo figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 901px) {
  .p-spec table thead th {
    height: 67px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-spec table tbody th small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 900px) {
  .p-bnr {
    padding: 40px 0 50px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-bnr {
    padding: 80px 0 100px;
  }
}

.p-bnr-case {
  display: block;
}
@media only screen and (max-width: 900px) {
  .p-bnr-case {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  }
}
@media print, screen and (min-width: 901px) {
  .p-bnr-case {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    transition: opacity 0.4s;
    width: 500px;
    margin: 0 auto;
  }
  .p-bnr-case:hover {
    opacity: 0.8;
  }
}

.p-bnr-case-txt {
  position: relative;
}
@media only screen and (max-width: 900px) {
  .p-bnr-case-txt {
    padding: 20px 55px 20px 20px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-bnr-case-txt {
    padding: 20px 120px 20px 50px;
  }
}
@media only screen and (max-width: 900px) {
  .p-bnr-case-txt .c-arrow-fw {
    right: 20px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-bnr-case-txt .c-arrow-fw {
    right: 50px;
  }
}

.p-bnr-case-hl {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 900px) {
  .p-bnr-case-hl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 901px) {
  .p-bnr-case-hl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.p-bnr-case-lead {
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .p-bnr-case-lead {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 901px) {
  .p-bnr-case-lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 900px) {
  .p-bnr02 {
    padding: 40px 0 50px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-bnr02 {
    padding: 80px 0 100px;
  }
}

.p-bnr02-case {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .p-bnr02-case {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  }
}
@media print, screen and (min-width: 901px) {
  .p-bnr02-case {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    transition: opacity 0.4s;
    margin: 0 auto;
  }
  .p-bnr02-case:hover {
    opacity: 0.8;
  }
}

.p-bnr02-case-txt {
  position: relative;
}
@media only screen and (max-width: 900px) {
  .p-bnr02-case-txt {
    flex: 1 1 auto;
    padding: 20px 55px 20px 20px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-bnr02-case-txt {
    flex: 0 0 53%;
    padding: 20px 20px 20px 70px;
  }
}
@media only screen and (max-width: 900px) {
  .p-bnr02-case-txt .c-arrow-fw {
    right: 20px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-bnr02-case-txt .c-arrow-fw {
    right: 50px;
  }
}

.p-bnr02-case-hl {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 900px) {
  .p-bnr02-case-hl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 901px) {
  .p-bnr02-case-hl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.p-bnr02-case-lead {
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .p-bnr02-case-lead {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 901px) {
  .p-bnr02-case-lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 900px) {
  .p-bnr02-case-img {
    flex: 0 0 122px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-bnr02-case-img {
    flex: 1 1 auto;
  }
}
.p-bnr02-case-img img {
  width: 100%;
  height: 100%;
}

.p-product-news li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 900px) {
  .p-product-news li a {
    display: block;
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 901px) {
  .p-product-news li a {
    align-items: center;
    display: flex;
    padding: 15px 10px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-product-news li a:hover .p-product-news-title {
    color: #169A74;
    text-decoration: underline;
  }
}
.p-product-news .p-product-news-date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #777;
}
@media print, screen and (min-width: 901px) {
  .p-product-news .p-product-news-date {
    flex-shrink: 0;
    width: 100px;
  }
}

.p-product-tech {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .p-product-tech {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-product-tech {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 900px) {
  .p-product-tech-btn {
    width: 100%;
  }
}
@media print, screen and (min-width: 901px) {
  .p-product-tech-btn {
    width: 500px;
  }
}

.p-product-tech-lead {
  line-height: 1.8;
  margin-top: 1em;
}
@media print, screen and (min-width: 901px) {
  .p-product-tech-lead {
    text-align: center;
  }
}

@media only screen and (max-width: 900px) {
  .p-card {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-card {
    margin-bottom: 80px;
  }
}