﻿/* @import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap&subset=japanese"); */

@font-face { 
  font-family : "oscine" ; 
  src : url( '../font/Oscine.ttf' ) ; 
} 

html {
  /* font-family: "oscine", "Microsoft YaHei", Arial, sans-serif; */
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

@media screen and (min-width: 961px) {
  .u-list-menu .menu-inner:nth-child(n) {
    width: 50%;
  }
  /*
  .u-list-menu .menu-inner:nth-child(3),
  .u-list-menu .menu-inner:nth-child(4),
  .u-list-menu .menu-inner:nth-child(5),
  .u-list-menu .menu-inner:nth-child(6) {
    width: 33.333%;
  }
  */
}

@media screen and (min-width: 961px) {
  .u-list-menu .menu-inner:nth-child(n) .menu-item:before {
    padding-top: 40%;
  }
  
  .u-list-menu .menu-inner:nth-child(3) .menu-item:before,
  .u-list-menu .menu-inner:nth-child(4) .menu-item:before,
  .u-list-menu .menu-inner:nth-child(5) .menu-item:before,
  .u-list-menu .menu-inner:nth-child(6) .menu-item:before {
    padding-top: 55%;
  }
}

@media screen and (min-width: 961px) {
  .u-list-menu .menu-inner .menu-item:before {
    padding-top: 40%;
  }
}

[data-whatinput="keyboard"] .u-list-menu .menu-inner .menu-item.way:focus .item-wrap:before {
  background-color: #e1d7d7;
}

@media screen and (min-width: 961px) {
  .u-list-menu .menu-inner .menu-item.way:hover .item-wrap:before {
    background-color: #e1d7d7;
  }
}

@media screen and (min-width: 961px) {
  .u-list-menu .menu-inner .menu-item.way .item-wrap:after {
    background-image: url(../../images/top/bg_menu02_1of2.jpg);
  }
  .u-list-menu .menu-inner .menu-item.ssence .item-wrap:after {
    background-image: url(../../images/top/ssence2of1.png);
  }
  .u-list-menu .menu-inner.support{
    /* background-image: url(../../images/top/support1of1.png); */
    display: none;
  }
}

[data-whatinput="keyboard"] .u-list-menu .menu-inner .menu-item.esg:focus .item-wrap:before {
  background-color: #facd3c;
}

@media screen and (min-width: 961px) {
  .u-list-menu .menu-inner .menu-item.esg:hover .item-wrap:before {
    background-color: #facd3c;
  }
}

@media screen and (min-width: 961px) {
  .u-list-menu .menu-inner .menu-item.esg .item-wrap:after {
    background-image: url(../../images/top/bg_menu03_1of2.jpg);
  }
}

[data-whatinput="keyboard"] .u-list-menu .menu-inner .menu-item.ir:focus .item-wrap:before {
  background-color: #b4d2dc;
}

@media screen and (min-width: 961px) {
  .u-list-menu .menu-inner .menu-item.ir:hover .item-wrap:before {
    background-color: #b4d2dc;
  }
}

@media screen and (min-width: 961px) {
  .u-list-menu .menu-inner .menu-item.ir .item-wrap:after {
    background-image: url(../../images/top/bg_menu05_1of2.jpg);
  }
}

[data-whatinput="keyboard"] .u-list-menu .menu-inner:nth-child(n) .menu-item:focus .item-wrap:before, [data-whatinput="keyboard"] .u-list-menu .menu-inner:nth-child(n) .menu-item:focus .item-wrap:after {
  width: 50%;
}

@media screen and (min-width: 961px) {

  .u-list-menu .menu-inner:nth-child(1) .menu-item:hover .item-wrap:before, .u-list-menu .menu-inner:nth-child(n) .menu-item:hover .item-wrap:after,
  .u-list-menu .menu-inner:nth-child(2) .menu-item:hover .item-wrap:before, .u-list-menu .menu-inner:nth-child(n) .menu-item:hover .item-wrap:after {
    width: 50%;
  }
  
  .u-list-menu .menu-inner:nth-child(3) .menu-item:hover .item-wrap:before, .u-list-menu .menu-inner:nth-child(3) .menu-item:hover .item-wrap:after,
  .u-list-menu .menu-inner:nth-child(4) .menu-item:hover .item-wrap:before, .u-list-menu .menu-inner:nth-child(4) .menu-item:hover .item-wrap:after,
  .u-list-menu .menu-inner:nth-child(5) .menu-item:hover .item-wrap:before, .u-list-menu .menu-inner:nth-child(5) .menu-item:hover .item-wrap:after,
  .u-list-menu .menu-inner:nth-child(6) .menu-item:hover .item-wrap:before, .u-list-menu .menu-inner:nth-child(6) .menu-item:hover .item-wrap:after{
    width: 75%;
  }
}

@media screen and (min-width: 961px) {
  .u-box-mainv .mainv-list .list-item .item-wrap {
    padding: 110px 0 0 0;
  }
}

@media screen and (min-width: 961px) {
  .u-box-mainv .mainv-list .list-item .item-wrap .item-body .body-desc .desc-p {
    font-size: 1.8rem;
  }
}

.u-box-catch_pc .catch-inner .catch-img {
  text-align: center;
}

/* Tony 修改于：06-08 15:37:54 */
@media screen and (min-width: 961px) {
  .u-box-catch_pc {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

#l-footer .footer-lower .lower-inner .lower-left .left-menu .menu-item .item-wrap {
  font-size: 14px;
  font-size: 1.4rem;
}

#l-footer .footer-110{
  width: 100%;
  padding-bottom: 40px;
}

#l-footer .footer-110 .inner-110{
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

#l-footer .footer-110 .inner-110 img{
  max-height: 40px;
}
#l-footer .footer-110 .txt-110{
    display: block;
    margin-top: 20px;
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
    color: #606060;
}

@media screen and (max-width: 961px) {
  
  #l-footer .footer-110{
    position: relative;
    top: -20px;
  }

  #l-footer .footer-110 .inner-110{
    width: 100%;
    /* padding: 0 20px; */
  }
  
  #l-footer .footer-110 .inner-110 img{
    max-height: 30px;
  }
  #l-footer .footer-110 .txt-110{
    margin-top: 15px;
    padding: 0 10px;
    font-size: 1rem;
  }

}
 
@media screen and (min-width: 961px) {
  #l-footer .footer-lower .lower-inner .lower-left .left-menu .menu-item .item-wrap {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 961px) {
  #l-header .header-pc .pc-inner .inner-nav ul {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 961px) {
  #l-header .header-pc .pc-inner .inner-icons ul li .icons-btn .btn-txt {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1180px) {
  #l-header .header-pc .pc-inner .inner-nav ul li + li {
    margin-left: 30px;
  }
}

#l-header .header-pc .pc-inner .inner-icons .inner-form {
  top: calc(100% + 12px);
  right: -7px;
}
