@media screen and (max-width: 871px) {
  #products header .header_wrap_box .nav_mail,
  #products header .header_wrap_box .nav_recruit {
    display: none;
  }
}

.header_nav li span {
  position: relative;
}

.header_nav li span::after {
  content: "";
  border-radius: 50%;
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}

.products_car_pages .header_nav li:nth-child(1) span::after {
  background-color: #00357E;
}

@media screen and (max-width: 871px) {
  .products_car_pages .header_nav li:nth-child(1) span::after {
    display: none;
  }
}

.products_pd_pages .header_nav li:nth-child(2) span::after {
  background-color: #ED641E;
}

@media screen and (max-width: 871px) {
  .products_pd_pages .header_nav li:nth-child(2) span::after {
    display: none;
  }
}

.products_house_pages .header_nav li:nth-child(3) span::after {
  background-color: #00796B;
}

@media screen and (max-width: 871px) {
  .products_house_pages .header_nav li:nth-child(3) span::after {
    display: none;
  }
}

.products_env_pages .header_nav li:nth-child(4) span::after {
  background-color: #EA3D6C;
}

@media screen and (max-width: 871px) {
  .products_env_pages .header_nav li:nth-child(4) span::after {
    display: none;
  }
}

.main_head_area {
  position: relative;
  background-image: url(../img/products/bg_key.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding: 5vw 0;
}

.main_head_area .breadcrumbs_list {
  color: #333333;
  font-size: 15px;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 5vw;
  display: none;
}

.main_head_area .breadcrumbs_list li::after {
  content: "";
  background-image: url(../img/products/arrow_breadcrumb.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 9px;
  height: 10px;
  margin: 0 10px;
}

.main_head_area .breadcrumbs_list li:last-child::after {
  display: none;
}

.main_head_area .breadcrumbs_list a {
  color: #333333;
}

.main_head_area .main_head_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  width: 100%;
  margin: 5vw auto 0;
}

.main_head_area .main_head_wrap figure {
  width: 41%;
}

.main_head_area .main_head_wrap figure img {
  width: 100%;
  height: auto;
}

.main_head_area .main_head_wrap div {
  width: 59%;
}

.main_head_area h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.main_head_area h1::after {
  content: "";
  display: block;
  background-color: #00357E;
  width: 136px;
  height: 2px;
  margin-top: 20px;
}

.main_head_area h1 + p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.main_head_area .mhw_link_btn {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px;
}

.main_head_area .mhw_link_btn:last-child {
  margin-right: 0;
}

.main_head_area .mhw_link_btn a {
  border: 1px solid #00357E;
  color: #00357E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  width: 190px;
  height: 46px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.main_head_area .mhw_link_btn a span {
  font-weight: bold;
  z-index: 2;
}

.main_head_area .mhw_link_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 2;
  background-image: url(../img/products/arrow_key_car.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: auto 0 auto 0;
}

.main_head_area .mhw_link_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #00357E;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
  height: 100%;
}

.main_head_area .mhw_link_btn a:hover {
  color: #ffffff;
}

.main_head_area .mhw_link_btn a:hover::after {
  background-image: url(../img/products/arrow_key_car_w.png);
}

.main_head_area .mhw_link_btn a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.main_head_area p.scroll_area {
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 4vw;
  left: 5vw;
  width: 31px;
  height: 150px;
  letter-spacing: 0.1em;
}

.main_head_area p.scroll_area span {
  color: #333;
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 110px;
  width: 50px;
  height: 23px;
}

.main_head_area p.scroll_area::before, .main_head_area p.scroll_area::after {
  position: absolute;
  bottom: 0;
  content: "";
  background-color: #333;
  display: block;
}

.main_head_area p.scroll_area::before {
  right: 30px;
  width: 1px;
  height: 150px;
}

.main_head_area p.scroll_area::after {
  right: 27px;
  width: 4px;
  height: 60px;
  -webkit-animation-name: scroll_anime;
          animation-name: scroll_anime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes scroll_anime {
  0% {
    opacity: 0;
    bottom: 140px;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    bottom: 0;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes scroll_anime {
  0% {
    opacity: 0;
    bottom: 140px;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    bottom: 0;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@media screen and (max-width: 1060px) {
  .main_head_area .breadcrumbs_list {
    width: calc(100% - 30px);
  }
  .main_head_area .main_head_wrap {
    width: calc(100% - 30px);
  }
  .main_head_area p.scroll_area {
    left: 50px;
  }
}

@media screen and (max-width: 871px) {
  .main_head_area {
    background-color: #F0F0F0;
    background-size: 100% auto;
    background-position: 50% 0%;
    padding: 15vw 0 6vw;
  }
  .main_head_area .breadcrumbs_list {
    display: none;
  }
  .main_head_area .main_head_wrap {
    margin: 0 auto 0;
  }
  .main_head_area .main_head_wrap figure {
    width: 50%;
  }
  .main_head_area .main_head_wrap figure img {
    width: 100%;
    height: auto;
  }
  .main_head_area .main_head_wrap div {
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto;
  }
  .main_head_area h1 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 40px;
    width: calc(50%);
  }
  .main_head_area h1::after {
    width: 56px;
    height: 1px;
    margin-top: 20px;
  }
  .main_head_area h1 + p {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 30px;
    width: calc(100%);
  }
  .main_head_area p.mhw_link_btn {
    width: 48%;
    margin-right: 0;
    margin-bottom: 0px;
  }
  .main_head_area .mhw_link_btn a {
    background-color: #00357E;
    color: #ffffff;
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    height: 38px;
  }
  .main_head_area .mhw_link_btn a::after {
    background-image: url(../img/products/arrow_key_car_w.png);
    width: 16px;
    height: 16px;
  }
  .main_head_area p.scroll_area {
    display: none;
  }
}

.main_search_area {
  background: #0593c7;
  background: -webkit-gradient(linear, left top, right top, from(#0593c7), to(#00357e));
  background: linear-gradient(to right, #0593c7 0%, #00357e 100%);
  padding: 40px 0 48px;
}

.main_search_area p.search_description {
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 18px;
}

.main_search_area p.search_description::before {
  content: "";
  display: inline-block;
  background-image: url(../img/products/ico_keyboard.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 22px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.main_search_area p {
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin-top: 18px;
}

.main_search_area .search_input {
  position: relative;
  max-width: 860px;
  width: calc(100%);
  margin: auto;
}

.main_search_area .search_input input[type="text"] {
  background-color: #ffffff;
  border-radius: 100px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100%);
  height: 58px;
  padding: 0 70px 0 16px;
}

.main_search_area .search_input input[type="text"]::-webkit-input-placeholder {
  color: #B5B5B5;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.main_search_area .search_input input[type="text"]::-moz-placeholder {
  color: #B5B5B5;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.main_search_area .search_input input[type="text"]:-ms-input-placeholder {
  color: #B5B5B5;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.main_search_area .search_input input[type="text"]::-ms-input-placeholder {
  color: #B5B5B5;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.main_search_area .search_input input[type="text"]::placeholder {
  color: #B5B5B5;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.main_search_area .search_input .search_btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 48px;
  height: 48px;
  margin: auto;
}

.main_search_area .search_input .search_btn img {
  width: 28px;
  height: 28px;
}

@media screen and (max-width: 1060px) {
  .main_search_area {
    padding: 40px 30px 48px;
  }
}

@media screen and (max-width: 871px) {
  .main_search_area {
    padding: 20px 0 25px;
  }
  .main_search_area p.search_description {
    font-size: 15px;
  }
  .main_search_area p.search_description::before {
    width: 21px;
    height: 15px;
  }
  .main_search_area p {
    font-size: 12px;
  }
  .main_search_area .search_input {
    width: calc(100% - 60px);
  }
  .main_search_area .search_input input[type="text"] {
    width: calc(100%);
    height: 48px;
    padding: 0 50px 0 16px;
  }
  .main_search_area .search_input input[type="text"]::-webkit-input-placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .main_search_area .search_input input[type="text"]::-moz-placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .main_search_area .search_input input[type="text"]:-ms-input-placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .main_search_area .search_input input[type="text"]::-ms-input-placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .main_search_area .search_input input[type="text"]::placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .main_search_area .search_input .search_btn {
    right: 0;
    width: 48px;
    height: 48px;
  }
  .main_search_area .search_input .search_btn img {
    width: 18px;
    height: 18px;
  }
}

.main_cont_area {
  background-color: #D9E1EA;
  padding: 80px 0 100px;
}

.main_cont_area .main_cont_description {
  font-size: 17px;
  font-size: 1.0625rem;
  max-width: 1000px;
  width: 100%;
  border: 1px solid #333;
  text-align: center;
  margin: 0 auto 50px;
  padding: 30px;
}

@media screen and (max-width: 1060px) {
  .main_cont_area .main_cont_description {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 871px) {
  .main_cont_area {
    padding: 40px 0 50px;
  }
  .main_cont_area .main_cont_description {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 auto 25px;
    padding: 15px;
  }
}

.products_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  width: calc(100%);
  margin: auto;
}

.products_list::after {
  content: "";
  display: block;
  width: 32%;
}

.products_list .products_list_box {
  background-color: #ffffff;
  padding: 20px;
  width: 32%;
  min-height: 300px;
  position: relative;
  padding-bottom: 90px;
  margin-bottom: 20px;
}

.products_list .products_list_box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
  width: 100%;
}

.products_list .products_list_box div h2 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  width: 50%;
}

.products_list .products_list_box div figure {
  width: 50%;
}

.products_list .products_list_box div figure img {
  width: 100%;
  height: auto;
}

.products_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
  margin: 20px 0 0;
  word-wrap: break-word;
  word-break: break-all;
}

.products_list dt {
  width: 40%;
}

.products_list dd {
  width: 60%;
}

.products_list .products_list_box:nth-child(5) dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

.products_list .products_list_box:nth-child(5) dl div:nth-child(1) {
  width: 56%;
}

.products_list .products_list_box:nth-child(5) dl div:nth-child(2) {
  width: 44%;
}

.products_list .products_list_box:nth-child(5) dl div dt {
  width: 70%;
}

.products_list .products_list_box:nth-child(5) dl div dd {
  width: 30%;
}

.products_list .list_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  font-size: 0.75rem;
  width: 95%;
}

.products_list .list_btn_area:last-child {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.products_list .list_btn_area li {
  width: 95px;
  margin-top: 10px;
  margin-right: 10px;
}

.products_list .list_btn_area li a {
  cursor: pointer;
  border-radius: 5px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 25px;
  padding-left: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.products_list .list_btn_area li a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 3px;
}

.products_list .list_btn_area li a:hover {
  opacity: 0.8;
}

.products_list .list_btn_area .btn_contact a {
  background: #fd9763;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd9763), to(#ed641e));
  background: linear-gradient(to bottom, #fd9763 0%, #ed641e 100%);
}

.products_list .list_btn_area .btn_contact a::before {
  background-image: url(../img/products/ico_contact.png);
  width: 14px;
  height: 14px;
}

.products_list .list_btn_area .btn_support a {
  background: #FF88A8;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF88A8), to(#D61550));
  background: linear-gradient(to bottom, #FF88A8 0%, #D61550 100%);
}

.products_list .list_btn_area .btn_support a::before {
  background-image: url(../img/products/ico_support.png);
  width: 13px;
  height: 13px;
}

.products_list .list_btn_area .btn_download a {
  background: #767676;
  background: -webkit-gradient(linear, left top, left bottom, from(#767676), to(#333333));
  background: linear-gradient(to bottom, #767676 0%, #333333 100%);
}

.products_list .list_btn_area .btn_download a::before {
  background-image: url(../img/products/ico_download.png);
  width: 11px;
  height: 13px;
}

.products_list .list_btn_area .btn_movie a {
  background: #598CD1;
  background: -webkit-gradient(linear, left top, left bottom, from(#598CD1), to(#00357E));
  background: linear-gradient(to bottom, #598CD1 0%, #00357E 100%);
}

.products_list .list_btn_area .btn_movie a::before {
  background-image: url(../img/products/ico_movie.png);
  width: 14px;
  height: 14px;
}

.products_list .list_btn_area .btn_info a {
  background: #FF7677;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF7677), to(#D61518));
  background: linear-gradient(to bottom, #FF7677 0%, #D61518 100%);
}

.products_list .list_btn_area .btn_info a::before {
  background-image: url(../img/products/ico_info.png);
  width: 13px;
  height: 13px;
}

@media screen and (max-width: 1060px) {
  .products_list {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 871px) {
  .products_list .products_list_box {
    padding: 15px;
    width: 100%;
    min-height: auto;
    position: relative;
  }
  .products_list .products_list_box div h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .products_list dl {
    font-size: 11px;
    font-size: 0.6875rem;
    margin: 20px 0 0;
  }
  .products_list .list_btn_area {
    font-size: 16px;
    font-size: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .products_list .list_btn_area:last-child {
    position: static;
  }
  .products_list .list_btn_area li {
    width: 48.4%;
    min-width: auto;
    margin-top: 10px;
    margin-right: 0;
  }
  .products_list .list_btn_area li a {
    cursor: pointer;
    border-radius: 2px;
    width: 100%;
    height: 40px;
    padding-left: 8px;
  }
  .products_list .list_btn_area li a::before {
    margin-right: 6px;
  }
  .products_list .list_btn_area .btn_contact a::before {
    width: 16px;
    height: 16px;
  }
  .products_list .list_btn_area .btn_support a::before {
    width: 16px;
    height: 16px;
  }
  .products_list .list_btn_area .btn_download a {
    cursor: pointer;
  }
  .products_list .list_btn_area .btn_download a::before {
    width: 13px;
    height: 16px;
  }
  .products_list .list_btn_area .btn_movie a::before {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 320px) {
  .products_list .list_btn_area {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.main_catalog_area,
.main_case_area {
  background-color: #F0F0F0;
  padding: 100px 15px;
}

.main_catalog_area ul.cc_list,
.main_case_area ul.cc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}

.main_catalog_area ul.cc_list li,
.main_case_area ul.cc_list li {
  font-size: 17px;
  font-size: 1.0625rem;
  position: relative;
  text-align: center;
  width: 164px;
  margin: 50px 15px 0;
  padding-bottom: 138px;
}

.main_catalog_area ul.cc_list li:nth-child(-n+5),
.main_case_area ul.cc_list li:nth-child(-n+5) {
  margin-top: 0;
}

.main_catalog_area ul.cc_list figure,
.main_case_area ul.cc_list figure {
  display: block;
}

/* 20250428 橋本GM enサイトカタログ画像表示を大きくしてほしい、との要望を受けて追加 */
.main_catalog_area ul.cc_list figure.figure2,
.main_case_area ul.cc_list figure.figure2 {
  /* width: 100%;
  text-align: center; */
  /* 複数要素の場合は注意が必要 */
  display: flex;
  justify-content: center;
}


.main_catalog_area ul.cc_list figure img,
.main_case_area ul.cc_list figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* 20250428 橋本GM enサイトカタログ画像表示を大きくしてほしい、との要望を受けて追加 */
.main_catalog_area ul.cc_list figure.figure2 img.img2,
.main_case_area ul.cc_list figure.figure2 img.img2 {
  display: inline-block;
  max-width: 150%;
  width: auto;
  height: auto;
}

.main_catalog_area ul.cc_list p,
.main_case_area ul.cc_list p {
  font-weight: 500;
  margin-top: 20px;
}

.main_catalog_area ul.cc_list .link_btn,
.main_case_area ul.cc_list .link_btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 128px;
  margin-top: 0;
}

.main_catalog_area ul.cc_list a,
.main_case_area ul.cc_list a {
  font-size: 15px;
  position: relative;
  width: 100%;
  height: 54px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-top: 10px;
  line-height: 1.2;
}

.main_catalog_area ul.cc_list a::after,
.main_case_area ul.cc_list a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  border-right: 1px solid #D61518;
  border-bottom: 1px solid #D61518;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
}

.main_catalog_area ul.cc_list a:hover,
.main_case_area ul.cc_list a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1060px) {
  .main_catalog_area,
  .main_case_area {
    padding: 100px 15px;
  }
  .main_catalog_area ul.cc_list li,
  .main_case_area ul.cc_list li {
    width: calc(18%);
    margin: 50px 1% 0;
  }
  .main_catalog_area ul.cc_list p,
  .main_case_area ul.cc_list p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 871px) {
  .main_catalog_area,
  .main_case_area {
    padding: 50px 15px;
  }
  .main_catalog_area ul.cc_list,
  .main_case_area ul.cc_list {
    padding: 0 1.4% 0;
  }
  .main_catalog_area ul.cc_list li,
  .main_case_area ul.cc_list li {
    font-size: 11px;
    font-size: 0.6875rem;
    width: 30%;
    margin: 50px 1.6% 0;
    padding-bottom: 108px;
  }
  .main_catalog_area ul.cc_list li:nth-child(n+4),
  .main_case_area ul.cc_list li:nth-child(n+4) {
    margin-top: 26px;
  }
  .main_catalog_area ul.cc_list .link_btn,
  .main_case_area ul.cc_list .link_btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100px;
    margin-top: 0px;
  }
  .main_catalog_area ul.cc_list a,
  .main_case_area ul.cc_list a {
    font-size: 9px;
    height: 40px;
    margin-top: 5px;
  }
}

.movie_modal_src {
  cursor: pointer;
}

.modal {
  display: none;
}

.modal .modal_close {
  position: absolute;
  top: 5%;
  left: 980px;
  right: 0;
}

@media screen and (max-width: 1060px) {
  .modal .modal_close {
    left: 90%;
  }
}

@media screen and (max-width: 871px) {
  .modal .modal_close {
    left: auto;
    top: 10px;
    right: 5px;
    width: 35px;
    height: 35px;
    margin: 0 auto 0;
  }
}

.modal .modal_cont {
  max-width: 900px;
  width: 80%;
  height: auto;
  border-radius: 5px;
}

.modal .modal_cont .modal_cont_wrap {
  height: auto;
}

.modal .modal_cont .modal_cont_wrap h2 {
  border-left: 26px solid #00357E;
  color: #00357E;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  padding: 2px 0 2px 20px;
}

.modal .modal_cont .modal_cont_wrap h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 80px;
  width: 100%;
}

.modal .modal_cont .modal_cont_wrap h3::before {
  content: "";
  background-color: #333333;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 2px;
  margin-right: 10px;
}

.modal .modal_cont .modal_cont_wrap h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  margin-top: 30px;
}

.modal .modal_cont .modal_cont_wrap .modal_faq {
  width: 100%;
  padding: 0 30px;
}

.modal .modal_cont .modal_cont_wrap .modal_faq dl {
  background-color: #F0F0F0;
  border-radius: 5px;
  padding: 30px 30px;
  margin-top: 10px;
}

.modal .modal_cont .modal_cont_wrap .modal_faq dt,
.modal .modal_cont .modal_cont_wrap .modal_faq dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 42px 42px;
  padding: 0 0 0 56px;
  min-height: 42px;
}

.modal .modal_cont .modal_cont_wrap .modal_faq dt {
  background-image: url(../img/products/ico_q.png);
  margin-bottom: 10px;
}

.modal .modal_cont .modal_cont_wrap .modal_faq dd {
  background-image: url(../img/products/ico_a.png);
}

.modal .modal_cont .modal_cont_wrap .modal_list {
  width: 100%;
  padding: 0 30px;
}

.modal .modal_cont .modal_cont_wrap .modal_list h4 + ul {
  margin: 10px auto 0;
}

.modal .modal_cont .modal_cont_wrap .modal_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100%);
  margin: 30px auto 0;
}

.modal .modal_cont .modal_cont_wrap .modal_list li {
  border-bottom: 1px solid #E3E3E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(48%);
  padding: 10px 0;
  margin: 0;
}

.modal .modal_cont .modal_cont_wrap .modal_list li:nth-child(1), .modal .modal_cont .modal_cont_wrap .modal_list li:nth-child(2) {
  border-top: 1px solid #E3E3E3;
}

.modal .modal_cont .modal_cont_wrap .modal_list li.link_pdfset p {
  width: calc(100% - 244px);
}

.modal .modal_cont .modal_cont_wrap .modal_list li p {
  width: calc(100% - 260px);
}

.modal .modal_cont .modal_cont_wrap .modal_list li p::before {
  content: "";
  background-color: #D61518;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-right: 10px;
}

.modal .modal_cont .modal_cont_wrap .modal_list li a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  width: 136px;
  height: 32px;
  padding: 15px 15px 15px 30px;
}

.modal .modal_cont .modal_cont_wrap .modal_list li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: auto 0;
}

.modal .modal_cont .modal_cont_wrap .modal_list li a::after {
  display: none;
}

.modal .modal_cont .modal_cont_wrap .modal_list li a.link_show {
  width: 100px;
  padding: 15px 10px;
}

.modal .modal_cont .modal_cont_wrap .modal_list li a.link_show::before {
  display: none;
}

.modal .modal_cont .modal_cont_wrap .modal_list li a.link_pdf::before {
  background-image: url(../img/products/ico_pdf.png);
}

.modal .modal_cont .modal_cont_wrap .modal_list li a.link_movie::before {
  background-image: url(../img/products/ico_movie_red.png);
}

.modal .modal_cont .modal_cont_wrap .modal_list li a.link_dl {
  padding: 15px 10px 15px 30px;
}

.modal .modal_cont .modal_cont_wrap .modal_list li a.link_dl::before {
  background-image: url(../img/products/ico_download_r.png);
}

.modal .modal_cont .modal_cont_wrap .modal_list:last-child {
  padding-bottom: 40px;
}

.modal .modal_cont .modal_cont_wrap .modal_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 30px;
}

.modal .modal_cont .modal_cont_wrap .modal_contact h3 {
  margin-bottom: 30px;
}

.modal .modal_cont .modal_cont_wrap .modal_contact .mailform_btn {
  margin-right: 30px;
}

.modal .modal_cont .modal_cont_wrap .modal_contact .mailform_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #D61518;
  color: #fff;
  line-height: 1;
  width: 260px;
  height: 65px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.modal .modal_cont .modal_cont_wrap .modal_contact .mailform_btn a span {
  padding-bottom: 5px;
}

.modal .modal_cont .modal_cont_wrap .modal_contact .mailform_btn a span::before {
  content: "";
  background-image: url(../img/products/ico_mail.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 22px;
  height: 18px;
  margin: auto 6px auto 0;
  position: relative;
  top: 2px;
}

.modal .modal_cont .modal_cont_wrap .modal_contact .mailform_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: auto 0;
}

.modal .modal_cont .modal_cont_wrap .modal_contact .mailform_btn a:hover {
  opacity: 0.8;
}

.modal .modal_cont .modal_cont_wrap .modal_contact .tel_btn {
  line-height: 1;
  width: 256px;
}

.modal .modal_cont .modal_cont_wrap .modal_contact .tel_btn span {
  display:block;
  justify-content: space-between;
  font-weight: bold;
}

.modal .modal_cont .modal_cont_wrap .modal_contact .tel_btn a {
  color: #D61518;
  font-size: 40px;
  font-size: 2.0rem;
  font-weight: 700;
}

.modal .modal_cont .modal_cont_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 80px);
  margin: 90px auto;
}

.modal .modal_cont .modal_cont_wrap ul::after {
  content: "";
  display: block;
  width: 32%;
}

.modal .modal_cont .modal_cont_wrap li {
  width: 32%;
  margin-bottom: 30px;
}

.modal .modal_cont .modal_cont_wrap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  border: 1px solid #B5B5B5;
  background: #FDFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDFFFF), to(#E0E0E0));
  background: linear-gradient(to bottom, #FDFFFF 0%, #E0E0E0 100%);
  color: #333333;
  font-size: 17px;
  font-size: 1.0625rem;
  width: 100%;
  padding: 15px 30px 15px 15px;
  word-break: break-all;
  position: relative;
}

.modal .modal_cont .modal_cont_wrap li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  background-image: url(../img/products/ico_download_r.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 18px;
  height: 22px;
  margin: auto 0;
}

@media screen and (max-width: 1060px) {
  .modal .modal_cont .modal_cont_wrap .modal_list li {
    width: calc(100%);
  }
  .modal .modal_cont .modal_cont_wrap .modal_list li:nth-child(2) {
    border-top: none;
  }
}

@media screen and (max-width: 871px) {
  .modal .modal_cont {
    width: 96%;
    margin-top: 35px;
    max-height: calc(100% - 70px);
  }
  .modal .modal_cont .modal_cont_wrap h2 {
    border-left: 10px solid #00357E;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 2px 0 2px 10px;
  }
  .modal .modal_cont .modal_cont_wrap h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 50px;
  }
  .modal .modal_cont .modal_cont_wrap h3::before {
    width: 25px;
    height: 1px;
  }
  .modal .modal_cont .modal_cont_wrap h4 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
  }
  .modal .modal_cont .modal_cont_wrap .modal_faq {
    width: 100%;
    padding: 0 15px;
  }
  .modal .modal_cont .modal_cont_wrap .modal_faq dl {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px;
  }
  .modal .modal_cont .modal_cont_wrap .modal_faq dt,
  .modal .modal_cont .modal_cont_wrap .modal_faq dd {
    background-size: 40px 40px;
    padding: 0 0 0 48px;
  }
  .modal .modal_cont .modal_cont_wrap .modal_list {
    padding: 0 15px;
  }
  .modal .modal_cont .modal_cont_wrap .modal_list ul {
    margin: 20px auto 0;
  }
  .modal .modal_cont .modal_cont_wrap .modal_list li {
    font-size: 14px;
    font-size: 0.875rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modal .modal_cont .modal_cont_wrap .modal_list li.link_pdfset p {
    width: calc(100% - 184px);
  }
  .modal .modal_cont .modal_cont_wrap .modal_list li.link_pdfset a {
    font-size: 12px;
  }
  .modal .modal_cont .modal_cont_wrap .modal_list li p {
    width: calc(100% - 200px);
    margin-bottom: 5px;
  }
  .modal .modal_cont .modal_cont_wrap .modal_list li p::before {
    width: 7px;
    height: 7px;
    margin-right: 8px;
  }
  .modal .modal_cont .modal_cont_wrap .modal_list li a {
    font-size: 12px;
    width: 135px;
    height: 35px;
    margin: auto 0 auto auto;
  }
  .modal .modal_cont .modal_cont_wrap .modal_list li a::before {
    left: 16px;
  }
  .modal .modal_cont .modal_cont_wrap .modal_list li a.link_show {
    width: 70px;
    padding: 15px 10px;
  }
  .modal .modal_cont .modal_cont_wrap .modal_list li a.link_show::before {
    display: none;
  }
  .modal .modal_cont .modal_cont_wrap .modal_list li a.link_dl {
    width: 110px;
    padding: 15px 0 15px 17px;
  }
  .modal .modal_cont .modal_cont_wrap .modal_list li a.link_dl::before {
    left: 8px;
  }
  .modal .modal_cont .modal_cont_wrap .modal_contact {
    padding: 0 15px;
  }
  .modal .modal_cont .modal_cont_wrap .modal_contact h3 {
    margin-bottom: 30px;
  }
  .modal .modal_cont .modal_cont_wrap .modal_contact .mailform_btn {
    width: 100%;
    margin-right: 0;
  }
  .modal .modal_cont .modal_cont_wrap .modal_contact .mailform_btn a {
    width: 100%;
  }
  .modal .modal_cont .modal_cont_wrap .modal_contact .mailform_btn a span {
    padding-bottom: 5px;
  }
  .modal .modal_cont .modal_cont_wrap .modal_contact .tel_btn {
    margin-top: 20px;
    width: 100%;
  }
  .modal .modal_cont .modal_cont_wrap .modal_contact .tel_btn span {
    margin-bottom: 5px;
  }
  .modal .modal_cont .modal_cont_wrap .modal_contact .tel_btn a {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .modal .modal_cont .modal_cont_wrap ul {
    width: calc(100% - 30px);
    margin: 20px auto 0;
  }
  .modal .modal_cont .modal_cont_wrap ul::after {
    content: "";
    display: block;
    width: 100%;
  }
  .modal .modal_cont .modal_cont_wrap li {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal .modal_cont .modal_cont_wrap li a {
    border-radius: 2px;
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    padding: 10px 20px 10px 10px;
  }
  .modal .modal_cont .modal_cont_wrap li a::after {
    width: 18px;
    height: 22px;
  }
}

.products_pd_pages .main_head_area {
  padding: 5vw 0 3vw;
}

.products_pd_pages .main_head_area h1 {
  margin-top: 1vw;
}

.products_pd_pages .main_head_area h1::after {
  background-color: #ed641e;
}

.products_pd_pages .main_head_area .mhw_link_btn a {
  border: 1px solid #ed641e;
  color: #ed641e;
}

.products_pd_pages .main_head_area .mhw_link_btn a::after {
  background-image: url(../img/products/arrow_key_pd.png);
}

.products_pd_pages .main_head_area .mhw_link_btn a::before {
  background-color: #ed641e;
}

.products_pd_pages .main_head_area .mhw_link_btn a:hover {
  color: #ffffff;
}

.products_pd_pages .main_head_area .mhw_link_btn a:hover::after {
  background-image: url(../img/products/arrow_key_car_w.png);
}

.products_pd_pages .main_head_area .mhw_link_btn_hand {
  display: block;
  margin: 20px 0 0;
}

.products_pd_pages .main_head_area .mhw_link_btn_hand a {
  border: 1px solid #ed641e;
  color: #ed641e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  width: 404px;
  height: 46px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.products_pd_pages .main_head_area .mhw_link_btn_hand a span {
  font-weight: bold;
  z-index: 2;
}

.products_pd_pages .main_head_area .mhw_link_btn_hand a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 2;
  background-image: url(../img/products/arrow_key_pd.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: auto 0 auto 0;
}

.products_pd_pages .main_head_area .mhw_link_btn_hand a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #ed641e;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
  height: 100%;
}

.products_pd_pages .main_head_area .mhw_link_btn_hand a:hover {
  color: #ffffff;
}

.products_pd_pages .main_head_area .mhw_link_btn_hand a:hover::after {
  background-image: url(../img/products/arrow_key_car_w.png);
}

.products_pd_pages .main_head_area .mhw_link_btn_hand a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.products_pd_pages .main_head_area .mhw_link_btn_anker {
  display: block;
  margin: 30px 0 0;
}

.products_pd_pages .main_head_area .mhw_link_btn_anker a {
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  background: #fdffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdffff), to(#e0e0e0));
  background: linear-gradient(to bottom, #fdffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdffff', endColorstr='#e0e0e0',GradientType=0 );
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  width: 404px;
  height: 46px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.products_pd_pages .main_head_area .mhw_link_btn_anker a span {
  font-weight: bold;
  z-index: 2;
}

.products_pd_pages .main_head_area .mhw_link_btn_anker a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 2;
  background-image: url(../img/products/arrow_anker.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: auto 0 auto 0;
}

.products_pd_pages .main_head_area .mhw_link_btn_anker a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 871px) {
  .products_pd_pages .main_head_area {
    padding: 15vw 0 6vw;
  }
  .products_pd_pages .main_head_area .mhw_link_btn a {
    background-color: #ed641e;
    color: #ffffff;
  }
  .products_pd_pages .main_head_area .mhw_link_btn a::after {
    background-image: url(../img/products/arrow_key_car_w.png);
  }
  .products_pd_pages .main_head_area .mhw_link_btn_hand {
    width: 100%;
    margin: 10px auto 0;
  }
  .products_pd_pages .main_head_area .mhw_link_btn_hand a {
    background-color: #ed641e;
    color: #ffffff;
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    height: 38px;
  }
  .products_pd_pages .main_head_area .mhw_link_btn_hand a::after {
    background-image: url(../img/products/arrow_key_car_w.png);
    width: 16px;
    height: 16px;
  }
  .products_pd_pages .main_head_area .mhw_link_btn_anker {
    width: 100%;
    margin: 10px auto 0;
  }
  .products_pd_pages .main_head_area .mhw_link_btn_anker a {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    height: 38px;
  }
  .products_pd_pages .main_head_area .mhw_link_btn_anker a::after {
    width: 16px;
    height: 16px;
  }
}

.products_pd_pages .main_search_area {
  background: #ED9D1E;
  background: -webkit-gradient(linear, left top, right top, from(#ED9D1E), to(#EB4B03));
  background: linear-gradient(to right, #ED9D1E 0%, #EB4B03 100%);
}

.products_pd_pages .main_cont_area {
  background-color: #F5EBE2;
}

.products_pd_pages .main_case_area {
  background-color: #fff;
}

.products_pd_pages .main_case_area .case_box {
  max-width: 1000px;
  width: 100%;
  background-color: #F0F0F0;
  margin: auto;
}

@media screen and (max-width: 871px) {
  .products_pd_pages .main_case_area .case_box .case_box {
    width: calc(100% - 30px);
  }
}

.products_pd_pages .main_case_area h2 {
  cursor: pointer;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 30px;
  padding: 30px;
  position: relative;
}

@media screen and (max-width: 871px) {
  .products_pd_pages .main_case_area h2 {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 22px 20px;
  }
}

.products_pd_pages .main_case_area h2 span {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0em;
  position: relative;
  top: -4px;
}

@media screen and (max-width: 871px) {
  .products_pd_pages .main_case_area h2 span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.products_pd_pages .main_case_area h2::before, .products_pd_pages .main_case_area h2::after {
  content: "";
  background-color: #333333;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.products_pd_pages .main_case_area h2::before {
  right: 30px;
  width: 24px;
  height: 3px;
}

.products_pd_pages .main_case_area h2::after {
  right: 40px;
  width: 3px;
  height: 24px;
  -webkit-transition: opacity 0.2s, bottom 0.2s;
  transition: opacity 0.2s, bottom 0.2s;
}

.products_pd_pages .main_case_area h2.toggleOn::after {
  opacity: 0;
  bottom: -20px;
}

@media screen and (max-width: 871px) {
  .products_pd_pages .main_case_area h2 {
    margin-top: 0;
  }
  .products_pd_pages .main_case_area h2::before {
    right: 20px;
    width: 14px;
    height: 2px;
  }
  .products_pd_pages .main_case_area h2::after {
    right: 26px;
    width: 2px;
    height: 14px;
    -webkit-transition: opacity 0.2s, bottom 0.2s;
    transition: opacity 0.2s, bottom 0.2s;
  }
}

.products_pd_pages .main_case_area ul.cc_list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 30px auto 0;
  padding-bottom: 30px;
}

.products_pd_pages .main_case_area ul.cc_list li {
  padding-bottom: 40px;
}

.products_pd_pages .main_case_area ul.cc_list figure {
  background-color: #fff;
}

.products_pd_pages .main_case_area ul.cc_list figure img {
  max-width: 100%;
  width: 100%;
  height: 210px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.products_pd_pages .main_case_area ul.cc_list .link_btn {
  display: block;
  height: auto;
}

.products_pd_pages .main_case_area ul.cc_list a {
  height: 38px;
}

.products_pd_pages .main_case_area ul.cc_list p {
  margin-top: 0;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 871px) {
  .products_pd_pages .main_case_area {
    padding: 50px 15px 70px;
  }
  .products_pd_pages .main_case_area ul.cc_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products_pd_pages .main_case_area ul.cc_list li {
    padding-bottom: 40px;
  }
  .products_pd_pages .main_case_area ul.cc_list figure img {
    height: 40vw;
  }
}

.products_pd_case_pages main {
  background-color: #F0F0F0;
  padding-bottom: 100px;
}

.products_pd_case_pages .main_head_area {
  background-image: none;
  padding: 5vw 0 0;
}

.products_pd_case_pages .case_contents {
  padding: 0 15px;
  text-align: center;
}

.products_pd_case_pages .case_contents h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 48px;
}

.products_pd_case_pages .case_contents div {
  background-color: #fff;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 80px;
}

.products_pd_case_pages .case_contents figure {
  display: block;
}

.products_pd_case_pages .case_contents figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.products_pd_case_pages .case_contents div .btn_movie a {
  position: relative;
  background: #FDFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDFFFF), to(#E0E0E0));
  background: linear-gradient(to bottom, #FDFFFF 0%, #E0E0E0 100%);
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  color: #333333;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 50px;
  margin: 50px auto 0;
}

.products_pd_case_pages .case_contents div .btn_movie a::before {
  content: "";
  background-image: url(../img/products/ico_movie_red.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: auto 4px auto 0;
}

@media screen and (max-width: 871px) {
  .products_pd_case_pages .main_head_area {
    padding: 15vw 0 0;
  }
  .products_pd_case_pages .case_contents h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .products_pd_case_pages .case_contents div {
    padding: 15px 15px 50px;
  }
  .products_pd_case_pages .case_contents div .btn_movie a {
    font-size: 17px;
    font-size: 1.0625rem;
    width: 150px;
    height: 35px;
    margin: 25px auto 0;
  }
  .products_pd_case_pages .case_contents div .btn_movie a::before {
    width: 16px;
    height: 16px;
  }
}

.products_house_pages .main_head_area {
  background-image: url(../img/products/bg_key_house.jpg);
  padding: 5vw 0 3vw;
}

.products_house_pages .main_head_area h1 {
  margin-top: 1vw;
}

.products_house_pages .main_head_area h1::after {
  background-color: #00796B;
}

.products_house_pages .main_head_area .mhw_link_btn a {
  border: 1px solid #00796B;
  color: #00796B;
}

.products_house_pages .main_head_area .mhw_link_btn a::after {
  background-image: url(../img/products/arrow_key_house.png);
}

.products_house_pages .main_head_area .mhw_link_btn a::before {
  background-color: #00796B;
}

.products_house_pages .main_head_area .mhw_link_btn a:hover {
  color: #ffffff;
}

.products_house_pages .main_head_area .mhw_link_btn a:hover::after {
  background-image: url(../img/products/arrow_key_car_w.png);
}

@media screen and (max-width: 871px) {
  .products_house_pages .main_head_area {
    background-image: url(../img/products/bg_key_house_sp.jpg);
    background-size: cover;
    padding: 15vw 0 6vw;
  }
  .products_house_pages .main_head_area .mhw_link_btn a {
    background-color: #00796B;
    color: #ffffff;
  }
  .products_house_pages .main_head_area .mhw_link_btn a::after {
    background-image: url(../img/products/arrow_key_car_w.png);
  }
}

.products_house_pages .main_search_area {
  background: #6ED0D0;
  background: -webkit-gradient(linear, left top, right top, from(#6ED0D0), to(#00796B));
  background: linear-gradient(to right, #6ED0D0 0%, #00796B 100%);
}

.products_house_pages .main_cont_area {
  background-color: #fff;
}

.products_house_pages .main_cont_area .products_list {
  margin-top: 100px;
}

.products_house_pages .main_cont_area .products_list_box {
  background-color: #F5FAEA;
  border: 2px solid #C4E6C6;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 485px;
  width: calc(48%);
  padding: 0 20px;
  margin-bottom: 100px;
}

.products_house_pages .main_cont_area .products_list_box h2 {
  background-color: #039685;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 0 #00796B;
          box-shadow: 0 10px 0 #00796B;
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 30px 0;
  margin: -50px auto 30px;
}

.products_house_pages .main_cont_area .products_list_box div {
  max-width: 218px;
  width: 100%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 100px;
}

.products_house_pages .main_cont_area .products_list_box h3 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  width: 100%;
  margin: 0 0 10px;
}

.products_house_pages .main_cont_area .products_list_box dl {
  margin: 0;
}

.products_house_pages .main_cont_area .products_list_box dt {
  width: 140px;
}

.products_house_pages .main_cont_area .products_list_box dd {
  width: calc(100% - 140px);
}

.products_house_pages .main_cont_area .products_list_box figure {
  width: calc(100% - 218px);
}

.products_house_pages .main_cont_area .products_list_box img {
  width: 100%;
  height: auto;
}

.products_house_pages .main_cont_area .products_list_box p {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.products_house_pages .main_cont_area .products_list_box .btn_system {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
}

.products_house_pages .main_cont_area .list_btn_area {
  margin-top: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 200px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.products_house_pages .main_cont_area .list_btn_area li {
  width: 49%;
  height: auto;
  margin-right: 0;
}

.products_house_pages .main_cont_area .list_btn_area li:nth-child(1), .products_house_pages .main_cont_area .list_btn_area li:nth-child(2) {
  margin-top: 0;
}

.products_house_pages .main_cont_area .btn_system a {
  display: block;
  background: #FDFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDFFFF), to(#E0E0E0));
  background: linear-gradient(to bottom, #FDFFFF 0%, #E0E0E0 100%);
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  color: #333333;
  font-weight: bold;
  width: 100%;
  padding: 5px 10px;
  position: relative;
}

.products_house_pages .main_cont_area .btn_system a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  background-image: url(../img/products/arrow_link_system.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: auto;
}

@media screen and (max-width: 871px) {
  .products_house_pages .main_cont_area .products_list {
    margin-top: 60px;
  }
  .products_house_pages .main_cont_area .products_list::after {
    display: none;
  }
  .products_house_pages .main_cont_area .products_list_box {
    max-width: inherit;
    width: calc(100%);
    padding: 15px;
    margin-bottom: 60px;
  }
  .products_house_pages .main_cont_area .products_list_box dt {
    width: 124px;
  }
  .products_house_pages .main_cont_area .products_list_box dd {
    width: calc(100% - 124px);
  }
  .products_house_pages .main_cont_area .products_list_box figure {
    position: static;
    width: 40%;
  }
  .products_house_pages .main_cont_area .products_list_box h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 500;
    padding: 14px 10px;
    margin: -50px auto 30px;
  }
  .products_house_pages .main_cont_area .products_list_box div {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    max-width: 59%;
    width: 100%;
    padding-bottom: 0;
  }
  .products_house_pages .main_cont_area .products_list_box dl {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .products_house_pages .main_cont_area .products_list_box .btn_system {
    position: static;
    width: calc(100%);
    margin-top: 10px;
  }
  .products_house_pages .main_cont_area .products_list_box .list_btn_area {
    position: static;
    width: calc(100%);
    margin-top: 20px;
  }
}

@media screen and (max-width: 320px) {
  .products_house_pages .main_cont_area .products_list_box dt {
    width: 100%;
  }
}

.products_env_pages .main_head_area {
  background-image: url(../img/products/bg_key_env.jpg);
  padding: 5vw 0 3vw;
}

.products_env_pages .main_head_area .breadcrumbs_list {
  margin: 0 auto 2vw;
}

.products_env_pages .main_head_area .main_head_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: inherit;
}

.products_env_pages .main_head_area .main_head_wrap figure {
  width: 52%;
  margin-right: 2%;
}

.products_env_pages .main_head_area .main_head_wrap div {
  background-image: url(../img/products/key_env_3.png);
  background-repeat: no-repeat;
  background-size: 512px 381px;
  width: 512px;
  height: 381px;
  padding: 0 50px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products_env_pages .main_head_area h1 {
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 14px;
}

.products_env_pages .main_head_area h1::after {
  display: none;
}

.products_env_pages .main_head_area p {
  color: #ffffff;
  margin-bottom: 14px;
}

.products_env_pages .main_head_area .mhw_link_btn a {
  border: none;
  border-radius: 5px;
  background-color: #ffffff;
  color: #EA3D6C;
}

.products_env_pages .main_head_area .mhw_link_btn a::after {
  background-image: url(../img/products/arrow_key_env.png);
}

.products_env_pages .main_head_area .mhw_link_btn a::before {
  background-color: #EA3D6C;
}

.products_env_pages .main_head_area .mhw_link_btn a:hover {
  color: #ffffff;
}

.products_env_pages .main_head_area .mhw_link_btn a:hover::after {
  background-image: url(../img/products/arrow_key_car_w.png);
}

@media screen and (max-width: 871px) {
  .products_env_pages .main_head_area {
    background-repeat: repeat;
    padding: 15vw 0 6vw;
  }
  .products_env_pages .main_head_area p {
    margin-bottom: 7px;
  }
  .products_env_pages .main_head_area .mhw_link_btn a {
    background-color: #ffffff;
    color: #EA3D6C;
  }
  .products_env_pages .main_head_area .mhw_link_btn a::after {
    background-image: url(../img/products/arrow_key_env.png);
  }
}

.products_env_pages .main_search_area {
  background: #F4979F;
  background: -webkit-gradient(linear, left top, right top, from(#F4979F), to(#DE355C));
  background: linear-gradient(to right, #F4979F 0%, #DE355C 100%);
}

.products_env_pages .main_cont_area {
  background-color: #fff;
}

.products_env_pages .main_cont_area .products_list {
  margin-top: 100px;
}

.products_env_pages .main_cont_area .products_list dl {
  margin: 0 auto;
  height: calc(100% - 60px);
}

.products_env_pages .main_cont_area .products_list dt {
  width: 75%;
}

.products_env_pages .main_cont_area .products_list dd {
  width: 25%;
}

.products_env_pages .main_cont_area .products_list_box {
  background-color: #FAF4EA;
  border: 2px solid #EBE0D0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 485px;
  width: calc(48%);
  padding: 0 20px;
  margin-bottom: 100px;
}

.products_env_pages .main_cont_area .products_list_box.products_list_box_column2 {
  max-width: 1000px;
  width: calc(100%);
}

.products_env_pages .main_cont_area .products_list_box h2 {
  background-color: #F78A9F;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 0 #DB657C;
          box-shadow: 0 10px 0 #DB657C;
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 30px 0;
  margin: -50px auto 30px;
}

.products_env_pages .main_cont_area .products_list_box .box_column1 {
  position: relative;
  width: 100%;
  height: calc(100% - 130px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

.products_env_pages .main_cont_area .products_list_box .box_column1 div {
  display: block;
  width: 220px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.products_env_pages .main_cont_area .products_list_box .box_column2 {
  position: relative;
  width: 100%;
  height: calc(100% - 130px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

.products_env_pages .main_cont_area .products_list_box .box_column2 figure {
  width: calc(100% - 230px);
}

.products_env_pages .main_cont_area .products_list_box .box_column2 div {
  display: block;
  width: 220px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.products_env_pages .main_cont_area .products_list_box h3 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  margin: 0 0 2px;
}

.products_env_pages .main_cont_area .products_list_box figure {
  width: calc(100% - 230px);
}

.products_env_pages .main_cont_area .products_list_box img {
  width: 100%;
  height: auto;
}

.products_env_pages .main_cont_area .products_list_box p {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  margin-bottom: 6px;
}

.products_env_pages .main_cont_area .products_list_box .btn_system {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
}

.products_env_pages .main_cont_area .list_btn_area {
  margin-top: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.products_env_pages .main_cont_area .list_btn_area li {
  width: 49%;
  height: auto;
  margin-right: 0;
}

.products_env_pages .main_cont_area .list_btn_area li:nth-child(-n + 2) {
  margin-top: 0;
}

.products_env_pages .main_cont_area .btn_system a {
  display: block;
  background: #FDFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDFFFF), to(#E0E0E0));
  background: linear-gradient(to bottom, #FDFFFF 0%, #E0E0E0 100%);
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  color: #333333;
  font-weight: bold;
  width: 100%;
  padding: 5px 10px;
  position: relative;
}

.products_env_pages .main_cont_area .btn_system a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  background-image: url(../img/products/arrow_link_system.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: auto;
}

@media screen and (max-width: 1060px) {
  .products_env_pages .main_head_area .main_head_wrap {
    width: calc(100%);
  }
  .products_env_pages .main_head_area .main_head_wrap figure {
    width: 56%;
  }
  .products_env_pages .main_head_area .main_head_wrap div {
    padding: 0 0px 0 50px;
  }
  .products_env_pages .main_head_area .main_head_wrap .mhw_link_btn {
    margin-right: 10px;
  }
  .products_env_pages .main_head_area .main_head_wrap .mhw_link_btn a {
    width: 19.6vw;
  }
}

@media screen and (max-width: 871px) {
  .products_env_pages .main_head_area .main_head_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products_env_pages .main_head_area .main_head_wrap figure {
    width: 90%;
    margin: 0;
  }
  .products_env_pages .main_head_area .main_head_wrap div {
    background-size: 110% 100%;
    background-position: -15% 0%;
    margin-top: -6vw;
    padding: 0 14vw 0 10vw;
    width: 100vw;
    height: 75vw;
  }
  .products_env_pages .main_head_area .main_head_wrap .mhw_link_btn {
    width: 60%;
    margin: 0 auto 10px;
  }
  .products_env_pages .main_head_area .main_head_wrap .mhw_link_btn a {
    width: 100%;
  }
  .products_env_pages .main_cont_area .products_list {
    display: block;
    margin-top: 60px;
  }
  .products_env_pages .main_cont_area .products_list::after {
    display: none;
  }
  .products_env_pages .main_cont_area .products_list dt {
    width: 124px;
    padding-right: 8px;
  }
  .products_env_pages .main_cont_area .products_list dd {
    width: calc(100% - 124px);
  }
  .products_env_pages .main_cont_area .products_list_box {
    max-width: inherit;
    width: calc(100%);
    padding: 15px;
    margin-bottom: 60px;
  }
  .products_env_pages .main_cont_area .products_list_box h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 500;
    padding: 14px 10px;
    margin: -50px auto 30px;
  }
  .products_env_pages .main_cont_area .products_list_box .box_column1,
  .products_env_pages .main_cont_area .products_list_box .box_column2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products_env_pages .main_cont_area .products_list_box .box_column1 figure,
  .products_env_pages .main_cont_area .products_list_box .box_column2 figure {
    position: static;
    width: 40%;
  }
  .products_env_pages .main_cont_area .products_list_box .box_column1 div,
  .products_env_pages .main_cont_area .products_list_box .box_column2 div {
    width: 59%;
    padding-bottom: 0;
  }
  .products_env_pages .main_cont_area .products_list_box .btn_system {
    position: static;
    width: calc(100%);
    margin-top: 10px;
  }
  .products_env_pages .main_cont_area .products_list_box .list_btn_area {
    position: static;
    width: calc(100%);
    margin-top: 20px;
  }
}

.products_search main {
  background-color: #F0F0F0;
  padding: 10vw 0 110px;
}

.products_search .main_wrap {
  width: 100%;
  margin: auto;
}

.products_search .main_wrap section {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  overflow-y: auto;
  margin-top: 50px;
}

.products_search .main_wrap h1 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.products_search .main_wrap h1 + p {
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
  margin-bottom: 18px;
}

.products_search .main_wrap .note {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
}

.products_search .main_wrap h2 {
  border-left: 7px solid #00357E;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 10px;
  margin-bottom: 20px;
}

.products_search .main_wrap .products_ex_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products_search .main_wrap .products_ex_list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333333;
  color: #ffffff;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 140px;
  height: 46px;
}

.products_search .main_wrap .products_ex_list p:nth-child(1) {
  margin-left: 0;
}

.products_search .main_wrap .products_scroll_wrap {
  width: 998px;
}

.products_search .main_wrap .products_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 3px;
}

.products_search .main_wrap .products_box:nth-child(odd) h3,
.products_search .main_wrap .products_box:nth-child(odd) h4,
.products_search .main_wrap .products_box:nth-child(odd) dl {
  background-color: #DBDDE6;
}

.products_search .main_wrap .products_box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: center;
  width: 140px;
  margin-right: 3px;
  padding: 10px 15px;
}

.products_search .main_wrap .products_box .products_box_wrap {
  width: calc(100% - 143px);
}

.products_search .main_wrap .products_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}

.products_search .main_wrap .products_cont:last-child {
  margin-bottom: 0;
}

.products_search .main_wrap .products_cont h4 {
  background-color: #ffffff;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  margin-right: 3px;
}

.products_search .main_wrap .products_cont div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 143px);
}

.products_search .main_wrap .products_cont dl {
  background-color: #ffffff;
  width: 140px;
}

.products_search .main_wrap .products_cont dt {
  display: none;
}

.products_search .main_wrap .products_cont dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 10px;
}

.products_search .main_wrap .products_cont dd p {
  width: 100%;
  margin-top: 10px;
}

.products_search .main_wrap .products_cont dd p:nth-child(1) {
  margin-top: 0;
}

.products_search .main_wrap .products_cont dd a {
  color: #333333;
  display: block;
  background-color: #E0E0E0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDFFFF), to(#E0E0E0));
  background: linear-gradient(to bottom, #FDFFFF 0%, #E0E0E0 100%);
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 4px 5px;
}

.products_search .main_wrap .products_cont .link_dl a {
  position: relative;
  text-align: left;
  padding: 4px 5px 4px 23px;
}

.products_search .main_wrap .products_cont .link_dl a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  background-image: url(../img/products/ico_download_r.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 12px;
  height: 13px;
  margin: auto 5px auto 0;
}

.products_search .main_wrap.products_pd_search .products_ex_list p:nth-child(1) {
  background-color: #00357E;
}

.products_search .main_wrap.products_pd_search .products_ex_list p:nth-child(2) {
  background-color: #406291;
}

.products_search.products_car_search .main_wrap .products_ex_list p:nth-child(1) {
  background-color: #00357E;
}

.products_search.products_car_search .main_wrap .products_ex_list p:nth-child(2) {
  background-color: #406291;
}

.products_search.products_pd_search .main_wrap .products_ex_list p:nth-child(1) {
  background-color: #ED641E;
}

.products_search.products_pd_search .main_wrap .products_ex_list p:nth-child(2) {
  background-color: #E29771;
}

@media screen and (min-width: 769px) {
  .products_search .main_wrap .category_col_5 .products_ex_list p {
    width: calc((100% / 6) - 3px);
  }
  .products_search .main_wrap .category_col_5 .products_box h3 {
    width: calc((100% / 6) - 2px);
  }
  .products_search .main_wrap .category_col_5 .products_box .products_box_wrap {
    width: calc(100% - ((100% / 6) - 3px));
  }
  .products_search .main_wrap .category_col_5 .products_cont h4 {
    width: calc((100% / 5) - 2px);
  }
  .products_search .main_wrap .category_col_5 .products_cont div {
    width: calc(100% - ((100% / 5) - 3px));
  }
  .products_search .main_wrap .category_col_5 .products_cont dl {
    width: calc((100% / 4) - 3px);
  }
  .products_search .main_wrap .category_col_5 .products_cont .link_dl a {
    text-align: center;
  }
  .products_search .main_wrap .category_col_4 .products_ex_list p {
    width: calc((100% / 5) - 3px);
  }
  .products_search .main_wrap .category_col_4 .products_box h3 {
    width: calc((100% / 5) - 2px);
    margin-right: 4px;
  }
  .products_search .main_wrap .category_col_4 .products_box .products_box_wrap {
    width: calc(100% - ((100% / 5) - 3px));
  }
  .products_search .main_wrap .category_col_4 .products_cont h4 {
    width: calc((100% / 4) - 4px);
    margin-right: 4px;
  }
  .products_search .main_wrap .category_col_4 .products_cont div {
    width: calc(100% - ((100% / 4) + 0px));
  }
  .products_search .main_wrap .category_col_4 .products_cont dl {
    width: calc((100% / 3) - 3px);
  }
  .products_search .main_wrap .category_col_4 .products_cont .link_dl a {
    text-align: center;
  }
}

@media screen and (max-width: 1060px) {
  .products_search .main_wrap {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 871px) {
  .products_search main {
    padding: 20vw 0 70px;
  }
  .products_search .main_wrap section {
    overflow-y: inherit;
  }
  .products_search .main_wrap h1 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
  .products_search .main_wrap h1 + p {
    font-size: 17px;
    font-size: 1.0625rem;
    text-align: center;
    margin-bottom: 18px;
  }
  .products_search .main_wrap .note {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .products_search .main_wrap h2 {
    border-left: 5px solid #00357E;
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .products_search .main_wrap .products_ex_list {
    display: none;
  }
  .products_search .main_wrap .products_scroll_wrap {
    width: 100%;
  }
  .products_search .main_wrap .products_box {
    display: block;
    width: 100%;
    margin-top: 3px;
  }
  .products_search .main_wrap .products_box:nth-child(odd) h3 {
    background-color: #113077;
  }
  .products_search .main_wrap .products_box:nth-child(odd) h4 {
    background-color: #C9CDD3;
  }
  .products_search .main_wrap .products_box:nth-child(odd) dl {
    background-color: #ffffff;
  }
  .products_search .main_wrap .products_box h3 {
    color: #ffffff;
    display: block;
    font-size: 17px;
    font-size: 1.0625rem;
    text-align: center;
    width: 100%;
    margin-right: 0;
    padding: 10px;
    margin-bottom: 3px;
    margin-top: 30px;
  }
  .products_search .main_wrap .products_box .products_box_wrap {
    width: 100%;
  }
  .products_cont .products_search .main_wrap .products_box .products_box_wrap:first-child h3 {
    margin-top: 0;
  }
  .products_search .main_wrap .products_cont {
    display: block;
    margin-bottom: 3px;
  }
  .products_search .main_wrap .products_cont:last-child {
    margin-bottom: 0;
  }
  .products_search .main_wrap .products_cont h4 {
    cursor: pointer;
    color: #ffffff;
    background-color: #C9CDD3;
    background: -webkit-gradient(linear, left top, left bottom, from(#C9CDD3), to(#9599A3));
    background: linear-gradient(to bottom, #C9CDD3 0%, #9599A3 100%);
    font-size: 17px;
    font-size: 1.0625rem;
    width: calc(100%);
    padding: 10px;
    margin-bottom: 3px;
    position: relative;
  }
  .products_search .main_wrap .products_cont h4::before, .products_search .main_wrap .products_cont h4::after {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
  }
  .products_search .main_wrap .products_cont h4::before {
    right: 15px;
    width: 14px;
    height: 2px;
  }
  .products_search .main_wrap .products_cont h4::after {
    right: 21px;
    width: 2px;
    height: 14px;
    -webkit-transition: opacity 0.2s, bottom 0.2s;
    transition: opacity 0.2s, bottom 0.2s;
  }
  .products_search .main_wrap .products_cont h4.active::after {
    opacity: 0;
    bottom: -20px;
  }
  .products_search .main_wrap .products_cont div {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100%);
  }
  .products_search .main_wrap .products_cont dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #ffffff;
    width: calc(100%);
    margin-left: 0;
    margin-bottom: 3px;
  }
  .products_search .main_wrap .products_cont dt {
    background-color: #333333;
    color: #ffffff;
    font-size: 17px;
    font-size: 1.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(40%);
    padding: 10px;
  }
  .products_search .main_wrap .products_cont dd {
    width: calc(60%);
    padding: 10px 15px;
  }
  .products_search .main_wrap .products_cont dd a {
    color: #333333;
    display: block;
    background-color: #E0E0E0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FDFFFF), to(#E0E0E0));
    background: linear-gradient(to bottom, #FDFFFF 0%, #E0E0E0 100%);
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 5px 5px;
  }
  .products_search .main_wrap .products_cont .link_dl a {
    position: relative;
    text-align: center;
    padding: 4px 5px;
  }
  .products_search .main_wrap .products_cont .link_dl a::before {
    position: relative;
    top: 3px;
    left: auto;
    width: 16px;
    height: 20px;
    margin: auto 8px auto 0;
  }
  .products_search.products_car_search .main_wrap .products_box h3 {
    background-color: #113077;
  }
  .products_search.products_pd_search .main_wrap .products_box h3 {
    background-color: #ED641E;
  }
}

.no_results main {
  padding: 10vw 0 0;
}

.no_results .main_wrap {
  width: 100%;
  margin: auto;
}

.no_results .main_wrap section {
  background-color: #D6D6D6;
  max-width: inherit;
  width: 100%;
  margin: auto;
  overflow-y: auto;
  margin-top: 20px;
  padding: 20px 0 30px;
}

.no_results .main_wrap .contacts_area {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  padding-bottom: 70px;
}

.no_results .main_wrap .contacts_area p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}

.no_results .main_wrap .contacts_area .txt_tel {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #D61518;
  margin-left: 20px;
}

.no_results .txt_no_results {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.no_results .search_category,
.no_results .search_keyword {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.no_results .search_category,
.no_results .search_category p,
.no_results .search_category ul,
.no_results .search_keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 871px) {
  .no_results .search_category,
  .no_results .search_category p,
  .no_results .search_category ul,
  .no_results .search_keyword {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.no_results .search_category {
  margin-bottom: 10px;
}

@media screen and (max-width: 871px) {
  .no_results .search_category {
    margin-bottom: 0px;
  }
}

.no_results .search_category p {
  color: #00357E;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.no_results .search_category p::after {
  content: "";
  display: block;
  background-image: url(../img/top/ico_tab_arrow.png);
  background-size: 100% 100%;
  width: 27px;
  height: 27px;
  margin: 0 10px;
}

@media screen and (max-width: 871px) {
  .no_results .search_category p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .no_results .search_category p::after {
    position: relative;
    top: 2px;
    background-image: url(../img/top/ico_tab_arrow_sp.png);
    width: 16px;
    height: 16px;
    margin: 0 4px;
  }
}

.no_results .search_category ul {
  width: calc(100% - 210px);
}

@media screen and (max-width: 871px) {
  .no_results .search_category ul {
    width: calc(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.no_results .search_category li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24.5%;
}

@media screen and (max-width: 871px) {
  .no_results .search_category li {
    width: 49%;
    margin-bottom: 8px;
  }
}

.no_results .search_category li input[type="radio"] {
  margin: 0;
}

.no_results .search_category li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.no_results .search_category li span::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 4px;
}

.no_results .search_category li:nth-child(1) span::before {
  background-image: url(../img/top/ico_search01.png);
  width: 34px;
  height: 25px;
}

.no_results .search_category li:nth-child(2) span::before {
  background-image: url(../img/top/ico_search02.png);
  width: 34px;
  height: 32px;
}

.no_results .search_category li:nth-child(3) span::before {
  background-image: url(../img/top/ico_search03.png);
  width: 35px;
  height: 26px;
}

.no_results .search_category li:nth-child(4) span::before {
  background-image: url(../img/top/ico_search04.png);
  width: 34px;
  height: 25px;
}

.no_results .search_category li label {
  cursor: pointer;
  position: relative;
  background: #767676;
  background: -webkit-gradient(linear, left top, left bottom, from(#767676), color-stop(80%, #333333), to(#333333));
  background: linear-gradient(to bottom, #767676 0%, #333333 80%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#333333',GradientType=0 );
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 34px;
}

@media screen and (max-width: 871px) {
  .no_results .search_category li label {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.no_results .search_category li input[type="radio"] + label::before,
.no_results .search_category li input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  border-radius: 50px;
  margin: auto;
}

.no_results .search_category li input[type="radio"] + label::before {
  background-color: #ffffff;
  width: 16px;
  height: 16px;
}

.no_results .search_category li input[type="radio"]:checked + label::after {
  background-color: #3AADE8;
  left: 14px;
  width: 8px;
  height: 8px;
}

.no_results .search_category li input[type="radio"]:checked + label {
  border: 2px solid #3AADE8;
}

.no_results .search_keyword input[type="text"] {
  background-color: #ffffff;
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 210px);
  height: 36px;
  padding: 0 16px;
}

.no_results .search_keyword input[type="text"]::-webkit-input-placeholder {
  color: #B5B5B5;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.no_results .search_keyword input[type="text"]::-moz-placeholder {
  color: #B5B5B5;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.no_results .search_keyword input[type="text"]:-ms-input-placeholder {
  color: #B5B5B5;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.no_results .search_keyword input[type="text"]::-ms-input-placeholder {
  color: #B5B5B5;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.no_results .search_keyword input[type="text"]::placeholder {
  color: #B5B5B5;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

@media screen and (max-width: 871px) {
  .no_results .search_keyword input[type="text"] {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }
  .no_results .search_keyword input[type="text"]::-webkit-input-placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .no_results .search_keyword input[type="text"]::-moz-placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .no_results .search_keyword input[type="text"]:-ms-input-placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .no_results .search_keyword input[type="text"]::-ms-input-placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .no_results .search_keyword input[type="text"]::placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.no_results .search_keyword button {
  cursor: pointer;
  position: relative;
  background-color: #00357E;
  border-radius: 50px;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  width: 200px;
  height: 36px;
}

.no_results .search_keyword button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: block;
  background-image: url(../img/top/ico_search.png);
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin: auto;
}

@media screen and (max-width: 871px) {
  .no_results .search_keyword button {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    height: 48px;
  }
}

@media screen and (max-width: 871px) {
  .no_results main {
    padding: 20vw 0 0;
  }
  .no_results .main_wrap h1 + p {
    padding: 0 15px;
  }
  .no_results .txt_no_results {
    text-align: left;
    padding: 0 15px;
  }
  .no_results .main_wrap section {
    padding: 25px 30px;
  }
  .no_results .main_wrap .contacts_area {
    background-color: #F0F0F0;
  }
  .no_results .main_wrap .contacts_area p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .no_results .main_wrap .contacts_area .txt_tel {
    font-size: 27px;
    font-size: 1.6875rem;
    margin-left: 10px;
  }
}

@media screen and (max-width: 320px) {
  .no_results .main_wrap .contacts_area {
    background-color: #F0F0F0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .no_results .main_wrap .contacts_area p {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    width: 100%;
  }
  .no_results .main_wrap .contacts_area .txt_tel {
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .modal .modal_cont {
    background-color: #fff;
  }
  .modal .modal_cont_wrap {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.btn_top_movie {
  cursor: pointer;
}

.modal_top_movie {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(8, 15, 26, 0.8);
  z-index: 999;
}

.modal_top_movie .modal_close {
  text-align: right;
  position: relative;
  top: inherit;
  right: inherit;
  left: inherit;
  background: none;
  width: 100%;
}

.modal_top_movie .modal_close::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: -20px;
  background-image: url(../img/btn_modal_close.png);
  background-size: 100% 100%;
  width: 46px;
  height: 46px;
}

.modal_top_movie .modal_cont_wrap {
  padding: 0;
}

.modal_top_movie .modal_cont {
  background-color: transparent;
  max-width: 90%;
  width: auto;
  max-height: 90%;
  margin-top: -20px;
  overflow-y: inherit;
}

.modal_top_movie .youtube {
  -webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, 0.6);
          box-shadow: 0 3px 26px rgba(0, 0, 0, 0.6);
  display: block;
  width: 744px;
  height: 423px;
}

@media screen and (max-width: 871px) {
  .modal_top_movie .modal_close {
    text-align: right;
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
    background: none;
    width: 100%;
  }
  .modal_top_movie .modal_close::after {
    top: -5px;
    right: 0px;
    width: 30px;
    height: 30px;
  }
  .modal_top_movie .modal_cont {
    max-width: 96%;
    width: 100%;
    max-height: 90%;
    height: auto;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .modal_top_movie .youtube {
    width: 100%;
    height: 54vw;
  }
}

/*# sourceMappingURL=css-maps/products.css.map */
