@charset "utf-8";

.product_sub {
  padding: 13px 0 170px;
}

.product_sub .main {
  border-top: 1px solid #b4b4b4;

  display: flex;
  padding-top: 94px;
}

.product_Nav {
  flex: none;
  width: 485px;
}

.product_NList {
  background-color: #f7f7f7;
}

.product_NList>li {
  padding-bottom: 18px;
}

.product_NList>li>a {
  display: block;
  font-size: 3.6rem;
  color: #141414;
  font-weight: bold;
  background-color: #e5e5e5;
  padding: 19px 90px 19px 35px;
  background-image: url("../img/sub_product02_ico01.png");
  background-repeat: no-repeat !important;
  background-position: right 40px center !important;
}

.product_NList>li>a.select {
  color: #ffffff;
  background-color: #0e4590;
  background-image: url("../img/sub_product02_ico02.png");
}

.product_NList>li>ul {
  padding: 34px 50px 20px;
  display: none;
}

.product_NList>li>ul>li {
  margin-bottom: 12px;
}

.product_NList>li>ul>li:last-child {
  margin-bottom: 0px;
}

.product_NList>li>ul>li>a {
  font-size: 3.0rem;
  color: #414141;
  font-weight: bold;
  display: block;
}

.product_NList>li>ul>li>a:hover,
.product_NList>li>ul>li>a.select {
  color: #0e4590;
}

.product_content {
  width: calc(100% - 485px);
  padding-left: 90px;
}

.product_cList01 {}

.product_cList01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -85px;
}

.product_cList01 ul li {
  max-width: 48.6%;
  margin-bottom: 85px;
}

.product_cList01 ul li a {
  display: block;
  background: rgba(21, 73, 154, 1);
}

.product_cList01 ul li a:hover {
  opacity: 0.8;
}

.product_cList01 ul li img {
  display: block;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.76);
}

.product_cList02 {}

.product_cList02>ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-bottom: -35px;
}

.product_cList02>ul>li {
  width: 48.6%;
  margin-right: 2.8%;
  box-sizing: border-box;
  margin-bottom: 35px;
}

.product_cList02>ul>li:nth-child(2n) {
  margin-right: 0;
}

.product_cList02>ul>li>a {
  color: #414141;
}

.product_cList02>ul>li>a:hover {
  opacity: 0.8;
  color: #0e4590;
}

.product_box {}

.product_img {
  position: relative;
}

.product_img img {
  display: block;
  width: 100%;
}

.product_img div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  border: 1px solid #646464;
  box-sizing: border-box;
}

.product_title {
  padding-top: 22px;
  text-align: center;
  font-size: 3.0rem;
}

@media only screen and (max-width: 1620px) {
  .product_Nav {
    width: 420px;
  }

  .product_content {
    width: calc(100% - 420px);
    padding-left: 50px;
  }

  .product_NList>li>a {
    font-size: 3.0rem;
    padding: 19px 55px 19px 25px;
    background-size: 32px auto !important;
    background-position: right 20px center !important;
  }

  .product_NList>li>ul {
    padding: 25px 35px 10px;
  }

  .product_NList>li>ul>li>a {
    font-size: 2.4rem;
  }

}

@media only screen and (max-width: 1400px) {
  .product_Nav {
    width: 380px;
  }

  .product_content {
    width: calc(100% - 380px);
    padding-left: 40px;
  }

  .product_NList>li {
    padding-bottom: 10px;
  }

  .product_NList>li>a {
    font-size: 2.6rem;
    padding: 15px 55px 15px 20px;
    background-size: 26px auto !important;
    background-position: right 20px center !important;
  }

  .product_NList>li>ul {
    padding: 20px 30px 10px;
  }

  .product_NList>li>ul>li>a {
    font-size: 2.0rem;
  }

}

@media only screen and (max-width: 1200px) {
  .product_sub {
    padding-bottom: 100px;
  }

  .product_sub .main {
    padding-top: 90px;
  }

  .product_Nav {
    width: 300px;
  }

  .product_content {
    width: calc(100% - 300px);
    padding-left: 30px;
  }

  .product_NList>li {
    padding-bottom: 10px;
  }

  .product_NList>li>a {
    font-size: 2.2rem;
    padding: 15px 45px 15px 15px;
    background-size: 22px auto !important;
    background-position: right 15px center !important;
  }

  .product_NList>li>ul {
    padding: 15px 20px 5px;
  }

  .product_NList>li>ul>li>a {
    font-size: 1.8rem;
  }

  .product_cList01 ul {
    margin-bottom: -60px;
  }

  .product_cList01 ul li {
    margin-bottom: 60px;
  }

  .product_title {
    padding-top: 20px;
    font-size: 2.2rem;
  }

}

@media only screen and (max-width: 1024px) {
  .product_sub {
    padding-bottom: 80px;
  }

  .product_sub .main {
    padding-top: 80px;
  }

  .product_Nav {
    width: 280px;
  }

  .product_content {
    width: calc(100% - 280px);
  }

  .product_NList>li {
    padding-bottom: 10px;
  }

  .product_NList>li>a {
    font-size: 2.0rem;
    padding: 15px 40px 15px 15px;
    background-size: 20px auto !important;
    background-position: right 15px center !important;
  }

  .product_NList>li>ul {
    padding: 15px 20px 5px;
  }

  .product_NList>li>ul>li {
    margin-bottom: 10px;
  }

  .product_NList>li>ul>li>a {
    font-size: 1.6rem;
  }

  .product_cList01 ul {
    margin-bottom: -40px;
  }

  .product_cList01 ul li {
    margin-bottom: 40px;
  }

  .product_cList02>ul {
    margin-bottom: -20px;
  }

  .product_cList02>ul>li {
    margin-bottom: 20px;
  }

  .product_title {
    padding-top: 15px;
    font-size: 1.8rem;
  }

}

@media only screen and (max-width: 768px) {
  .product_sub {
    padding-bottom: 60px;
  }

  .product_sub .main {
    padding-top: 60px;
  }

  .product_Nav {
    width: 220px;
  }

  .product_content {
    width: calc(100% - 220px);
  }

  .product_NList>li {
    padding-bottom: 10px;
  }

  .product_NList>li>a {
    font-size: 1.8rem;
    padding: 15px 40px 15px 15px;
    background-size: 18px auto !important;
    background-position: right 15px center !important;
  }

  .product_NList>li>ul {
    padding: 15px 20px 5px;
  }

  .product_NList>li>ul>li {
    margin-bottom: 10px;
  }

  .product_NList>li>ul>li>a {
    font-size: 1.4rem;
  }

}

@media only screen and (max-width: 600px) {
  .product_cList01 ul li {
    max-width: 100%;
    margin-right: 0;
  }

  .product_cList02>ul>li {
    width: 100%;
    margin-right: 0;
  }

}

@media only screen and (max-width: 480px) {
  .product_sub {
    padding-bottom: 50px;
  }

  .product_sub .main {
    padding-top: 50px;
    flex-wrap: wrap;
  }

  .product_Nav {
    width: 100%;
  }

  .product_content {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }

  .product_cList01 ul {
    margin-bottom: -20px;
  }

  .product_cList01 ul li {
    max-width: 48.6%;
    margin-bottom: 20px;
  }

  .product_cList01 ul li img {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.76);
  }

  .product_cList02>ul>li {
    width: 48.6%;
    margin-right: 2.8%;
  }

  .product_title {
    padding-top: 10px;
    font-size: 1.6rem;
  }


}