
.sub-nav__catalog-search input {
  border: 1px solid #00b9ef;
  border-radius: 15px 0 0 15px;
  vertical-align: middle;
  width: 80%;
  height: 46px;
  padding: 10px;
}
.sub-nav__catalog-search button {
  border: 1px solid #00b9ef;
  background-color: #00b9ef;
  border-radius: 0 15px 15px 0;
  width: 20%;
  height: 46px;
  vertical-align: middle;
  font-size: 20px;
  color: #FFFFFF;
  padding: 7px;
  cursor: pointer;
}

label.level1 {
  position: relative;
  display: block;
  background-image: url(../_img/titile_h2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  color: #FFFFFF;
  cursor: pointer;
  padding-left: 15px;
  margin-top: 30px;
  margin-bottom: 5px;
}
label.level1::after {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  content: "\f077";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
label.level1.is-open::after {
  content: "\f078";
}
label.level2,
label.level3 {
  position: relative;
  display: block;
  font-size: 14px;
  color: #51774f;
  padding: 10px 0 10px 30px;
  cursor: pointer;
}
label.level2::before,
label.level3::before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  content: "\f07b";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
label.level3::before {
  font-weight: 400;
}
label.level2.is-open::before,
label.level3.is-open::before {
  content: "\f07c";
}

.sub-nav__catalog-model1 {
  //display: none;
  list-style: none;
}
.sub-nav__catalog-model2 {
  //display: none;
  list-style: none;
  padding-left: 15px;
}
.sub-nav__catalog-modellink {
  //display: none;
  list-style: none;
  padding-left: 15px;
}
.sub-nav__catalog-modellink li,
.sub-nav__catalog-special li,
.sub-nav__catalog-document li {
  border-bottom: 1px solid #cccccc;
  font-size: 13px;
  padding: 15px 0;
}
.sub-nav__catalog-modellink li a,
.sub-nav__catalog-special li a,
.sub-nav__catalog-document li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  padding-right: 18px;
}
.sub-nav__catalog-modellink li a::after,
.sub-nav__catalog-special li a::after,
.sub-nav__catalog-document li a::after {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.list_special {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 30px;
}
.list_special li {
  border: 1px solid #00b9ef;
  border-radius: 5px;
  width: 32%;
  padding: 10px;
  margin-bottom: 10px;
}
.list_special li a {
  display: block;
  background-color: #f95800;
  border-radius: 5px;
  padding: 15px;
}
.list_special li a img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  transition: .5s;
}
.list_special li:hover img  {
  transform: scale(1.1,1.1);
}
.list_special li a label {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}

.list_category,
.list_category2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  list-style: none;
}
.list_category::after,
.list_category2::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.list_category li,
.list_category2 li  {
  border: 1px solid #00b9ef;
  border-radius: 5px;
  width: 32%;
  padding: 10px;
  margin-bottom: 10px;
}
.list_category li a {
  display: block;
  background-color: #51774f;
  border-radius: 5px;
  height: 100%;
  padding: 15px;
}
.list_category li a img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  transition: .5s;
}
.list_category li:hover img  {
  transform: scale(1.1,1.1);
}
.list_category li a label {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #FFFFFF;
  cursor: pointer;
}
.list_category2 {
  margin-bottom: 30px;
}
.list_category2 li a {
  display: block;
  border-radius: 5px;
  height: 100%;
  text-align: left;
}
.list_category2 li a img {
  border-radius: 5px;
  width: 50px;
  height: auto;
  vertical-align: middle;
  transition: .5s;
}
.list_category2 li:hover img  {
  transform: scale(1.3,1.3);
}
.list_category2 li a label {
  display: inline-block;
  font-size: 14px;
  color: #51774f;
  cursor: pointer;
}

.list_document {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 30px;
}
.list_document li  {
  border: 1px solid #00b9ef;
  border-radius: 5px;
  width: 32%;
  padding: 10px;
  margin-bottom: 10px;
}
.list_document li a {
  display: block;
  background-color: #009bdd;
  border-radius: 5px;
  height: 100%;
  padding: 15px;
}
.list_document li a img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  transition: .5s;
}
.list_document li:hover img  {
  transform: scale(1.1,1.1);
}
.list_document li a label {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #FFFFFF;
  cursor: pointer;
}

.list_class {
  list-style: none;
  margin-top: 30px;
}
.list_class__title {
  position: relative;
  display: block;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  font-weight: bold;
  padding: 0 30px 5px 0;
  margin-bottom: 15px;
  cursor: pointer;
}
.list_class__title::after {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 400;
  content: "\f07b";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.list_class__title.is-open::after {
  content: "\f07c";
}
.list_class > li {
  margin-bottom: 25px;
}

.list_class__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list_class__body a {
  display: block;
  width: 38%;
}
.list_class__body a img {
  border: 1px solid #00b9ef;
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.list_class__body ul {
  width: 60%;
  list-style: none;
}
.list_class__body ul li {
  border-bottom: 1pt dotted #1e90ff;
}
.list_class__body ul li:first-of-type {
  border-top: 1pt dotted #1e90ff;
}
.list_class__body li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  padding: 5px 0;
  padding-right: 18px;
}
.list_class__body li a::after {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.search_option__sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #999999;
  padding: 15px;
  margin: 0 0 5px 0;
}
.search_option__sort > div {
  width: 23%;
}
.search_option__sort_item {
  background-color: #00b9ef;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 5px 10px;
}
.search_option__sort_item label {
  display: inline-block;
  width: 70%;
}
.search_option__sort_item i {
  width: 15%;
  vertical-align: middle;
  font-size: 25px;
  color: #FFFFFF;
  transition: .5s;
}
.search_option__sort_item i:hover {
  transform: scale(1.3,1.3);
}
.search_option__sort_link {
  border: 1px solid #00b9ef;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
}
.search_option__sort_link a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 33px;
  color: #00b9ef;
  transition: .5s;
}
.search_option__sort_link a:hover {
  background-color: #00b9ef;
  color: #FFFFFF;
}
.search_option__sort_chckbox label {
  cursor: pointer;
}
.search_option__sort_chckbox input {
  vertical-align: middle;
  margin-right: 5px;
}
.search_option__sort_chckbox {
  font-size: 13px;
  font-weight: 700;
  color: #00b9ef;
}
.search_option nav {
  text-align: right;
  margin-bottom: 30px;
}
.search_option nav a {
  display: inline-block;
  border: 1px solid #999999;
  min-width: 26px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #00b9ef;
  padding: 5px;
  margin-left: 2px;
  transition: .5s;
}
.search_option nav a.is-active,
.search_option nav a:hover {
  background-color: #00b9ef;
  color: #FFFFFF;
}

.list_product {
  list-style: none;
}
.list_product li {
  margin-bottom: 15px;
}
.list_product li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.list_product li a::after {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.product_status {
  background-color: rgba(250,100,30,.1);
  border: 1px solid #fa6c1c;
  border-radius: 15px;
  color: #000000;
  padding: 15px;
  padding-right: 30px;
}
.product_status.charter {
  background-color: rgba(80,120,80,.2);
  border: 1px solid rgb(80,120,80);
}
.product_status.pending {
  background-color: rgba(100,100,100,.1);;
  border: 1px solid #666666;
}
.product_status.discontinued {
  background-color: rgba(0,0,0,.2);
  border: 1px solid #666666;
}
.list_product li a div {
  background-color: #FFFFFF;
  width: 100px;
}
.list_product li a div img {
  width: 100%;
  height: auto;
}
.list_product li a dl {
  width: calc(100% - 100px - 20px);
}
.list_product li a dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.list_product li a dd {
  font-size: 13px;
  color: #000000;
}
.list_product li a dd label {
  display: inline-block;
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  color: #999999;
}
.list_product li a dd.list_product__comp {
  color: #999999;
  margin-top: 5px;
}
.list_product__netis {
  position: absolute;
  left: 15px;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  color: #4058d6;
  padding: 3px;
  bottom: 15px;
  opacity: 0.8;
}

.section-catalog h2 {
  margin: 15px 0;
  width: 100%;
  height: auto;
  background-image: url("../_img/titile_h2.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 8px 5px;
  text-align: left;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;

}
.section-catalog h3 {
  margin: 40px 0 15px 0;
  width: 100%;
  max-width: 400px;
  height: 40px;
  background-image: url("../_img/titile_h2.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 8px 0;
  text-align: center;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
}
.product__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.product__header_netis,
.product__header_special {
  display: inline-block;
  background-color: #007bff;
  font-size: 12px;
  color: #FFFFFF;
  padding: 3px 5px;
  margin-right: 10px;
}
.product__header_special {
  background-color: #f95800;
}
.product__header_badge {
  width: 200px;
  text-align: right;
}
.product__header_badge a {
  display: block;
  font-size: 13px;
}
.product__header_badge p {
  text-align: left;
  font-size: 12px;
  color: #999999;
}
.product__text {
  font-size: 14px;
}
.product__image {
  padding: 0 50px;
  margin-bottom: 10px;
  list-style: none;
}
.product__image li img {
  width: 100%;
}
.product__thumbnail {
  text-align: center;
  list-style: none;
}
.product__thumbnail li {
  padding: 0 10px;
  cursor: pointer;
  display: inline;
}
.product__thumbnail li img {
  border: 1px solid #999999;
  width: 15%;
}
.product__specification_wrap {
  overflow-x: scroll;
  width: 100%;
  margin-bottom: 10px;
}
.product__specification {
  width: 100%;
}
.product__specification thead th {
  min-width: 100px;
  width: 100px;
}
.product__specification thead th:nth-of-type(1) {
  min-width: 140px;
  width: 140px;
}
.product__specification th {
  background-color: #6079f9;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px;
}
.product__specification td {
  border: 1px solid #999999;
  text-align: center;
  font-size: 12px;
  padding: 10px;
}
.product__comparison,
.product__relation,
.product__backno {
  margin-bottom: 50px;
}
.product__comparison li,
.product__relation li,
.product__backno li {
  text-align: center;
  font-size: 13px;
  padding: 0 5px;
}
.product__comparison li img,
.product__relation li img,
.product__backno li img {
  border: 1px solid #999999;
  width: 100%;
}
.product__price {
  margin-top: 5px;
}
.product__price dt {
  font-size: 15px;
  font-weight: bold;
}
.product__price dd {
  font-size: 14px;
}
.download_link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
.download_link li {
  width: 49.5%;
  margin-bottom: 5px;
}
.download_link li a {
  display: inline-block;
  border: 1px solid #00b9ef;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #00b9ef;
}
.download_link li a::before {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  content: "\f1c1";
  margin-right: 10px;
}
.relation_link {
  list-style: none;
}
.relation_link li {
  width: 100%;
  margin-bottom: 5px;
}
.relation_link li a {
  position: relative;
  display: inline-block;
  border: 1px solid #00b9ef;
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #00b9ef;
  padding: 0 10px;
}
.relation_link li a::after {
  position: absolute;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: bold;
  content: "\f35d";
  margin-right: 10px;
}
.product__faq {
  margin-bottom: 10px;
}
.product__faq th span{
  display: block;
  background-color: #999999;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 3px 6px;
  margin-right: 5px;
}
.product__faq th span.product__faq_question {
  background-color: #00b9ef;
}
.product__faq td {
  font-size: 14px;
}
.inquiry__company {
  font-size: 14px;
  font-weight: bold;
  color: #02025d;
}
.inquiry__responsible {
  font-size: 14px;
}
.inquiry__tel {
  font-size: 16px;
  font-weight: bold;
}
.inquiry__text {
  font-size: 14px;
}

/* ------------------------------------------
 * アイコンについて
 */
.terms-table.about_icon td {
  vertical-align: top;
  width: 33.3%;
  line-height: 34px;
}

/* ------------------------------------------
 * タブレット
 */
@media screen and (max-width: 959px) {
  .section-catalog {
    display: flex;
    flex-wrap: wrap;
  }
  .section-catalog .sub-nav {
    display: block;
    float: none;
    order: 2;
    width: 100%;
    margin-top: 50px;
  }
  .section-catalog .main-content {
    order: 1;
  }
}

/* ------------------------------------------
 * SP
 */
@media screen and (max-width: 599px) {
  .list_special li,
  .list_category li,
  .list_category2 li,
  .list_document li  {
    width: 48%;
  }
  .list_class__body a,
  .list_class__body ul {
    width: 100%;
  }

  .search_option__sort {
    flex-wrap: wrap;
    padding: 10px;
  }
  .search_option__sort > div {
    width: 48%;
    margin: 3px 0;
  }

  .list_product li a dd label {
    font-size: 12px;
    width: 100%;
  }
  .product__header {
    flex-wrap: wrap;
  }
  .product__header_badge {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  .download_link li {
    width: 100%;
  }
}
