#content #pUse{
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  overflow-x: hidden;
}
@media all and (max-width: 767px) {
  #content #pUse{
    font-size: 14px;
  }
}
#content #pUse .db-sp{
  display: none;
}
@media all and (max-width: 767px) {
  #content #pUse .db-sp{
    display: block;
  }
}
#content #pUse .dib-sp{
  display: none;
}
@media all and (max-width: 767px) {
  #content #pUse .dib-sp{
    display: inline-block;
  }
}
@media all and (max-width: 767px) {
  #content #pUse .db-pc{
    display: none;
  }
}
#content #pUse p:not(:first-child){
  margin-top: 1em;
}
#content #pUse .use-section-index{
  position: relative;
  max-width: 1230px;
  margin: 0 auto 30px;
}
#content #pUse .use-section, #content #pUse .use-section-footer, #content #pUse .use-section-auto, #content #pUse .use-section-energy, #content #pUse .use-section-infra, #content #pUse .use-section-consumer{
  max-width: 980px;
  margin: 0 auto 30px;
}
@media all and (max-width: 767px) {
  #content #pUse .use-section, #content #pUse .use-section-footer, #content #pUse .use-section-auto, #content #pUse .use-section-energy, #content #pUse .use-section-infra, #content #pUse .use-section-consumer{
    margin-bottom: 20px;
  }
}
#content #pUse .use-section-footer{
  position: relative;
  padding: 30px 0;
  margin-bottom: 27px;
}
#content #pUse .use-section-footer > *:first-child{
  margin-top: 0;
}
#content #pUse .use-section-footer:before{
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #f4f4f4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 767px) {
  #content #pUse .use-section-footer{
    padding: 15px 10px;
    margin-bottom: 0;
  }
}
#content #pUse .use-hdg-index{
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  animation: anime-index 1s ease 0.5s forwards;
}
@media all and (max-width: 767px) {
  #content #pUse .use-hdg-index{
    margin-top: 60px;
  }
}
#content #pUse .use-btn-index{
  list-style: none;
  padding: 0;
}
#content #pUse .use-btn-index > li{
  position: absolute;
  opacity: 0;
  transform: scale(0.8);
}
#content #pUse .use-btn-index > li > a{
  display: inline-block;
  position: relative;
}
#content #pUse .use-btn-index > li > a img{
  vertical-align: bottom;
}
#content #pUse .use-btn-index > li > a:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.9);
  transition: 0.3s;
}
#content #pUse .use-btn-index > li > a:hover:after{
  transform: scale(1);
  opacity: 1;
}
#content #pUse .use-btn-index .btn-01{
  top: 10px;
  left: 40px;
  animation: anime-index 1.5s ease 1.5s forwards;
}
#content #pUse .use-btn-index .btn-01 > a:after{
  background-image: url("/product/use/images/index_btn_1_o.png");
}
#content #pUse .use-btn-index .btn-01.en > a:after{
  background-image: url("/en/product/use/images/index_btn_1_o.png");
}
#content #pUse .use-btn-index .btn-02{
  top: 90px;
  right: 10px;
  animation: anime-index 1.5s ease 2s forwards;
}
#content #pUse .use-btn-index .btn-02 > a:after{
  background-image: url("/product/use/images/index_btn_2_o.png");
}
#content #pUse .use-btn-index .btn-02.en > a:after{
  background-image: url("/en/product/use/images/index_btn_2_o.png");
}
#content #pUse .use-btn-index .btn-03{
  top: 360px;
  left: 30px;
  animation: anime-index 1.5s ease 2.5s forwards;
}
#content #pUse .use-btn-index .btn-03 > a:after{
  background-image: url("/product/use/images/index_btn_3_o.png");
}
#content #pUse .use-btn-index .btn-03.en > a:after{
  background-image: url("/en/product/use/images/index_btn_3_o.png");
}
#content #pUse .use-btn-index .btn-04{
  top: 445px;
  right: 85px;
  animation: anime-index 1.5s ease 3s forwards;
}
#content #pUse .use-btn-index .btn-04 > a:after{
  background-image: url("/product/use/images/index_btn_4_o.png");
}
#content #pUse .use-btn-index .btn-04.en > a:after{
  background-image: url("/en/product/use/images/index_btn_4_o.png");
}

#content #pUse .use-btn-index .btn-05{
  top: 495px;
  right: 470px;
  animation: anime-index 1.5s ease 3s forwards;
}
#content #pUse .use-btn-index .btn-05 > a:after{
  background-image: url("/product/use/images/index_btn_5_o.png");
}
#content #pUse .use-btn-index .btn-05.en > a:after{
  background-image: url("/en/product/use/images/index_btn_5_o.png");
}

@media all and (max-width: 767px) {
  #content #pUse .use-btn-index{
    text-align: center;
    font-size: 0;
  }
  #content #pUse .use-btn-index > li{
    position: static;
    display: inline-block;
    max-width: 50%;
    padding: 2px;
  }
}
#content #pUse .use-btn-category{
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: 3em -5px 0;
}
#content #pUse .use-btn-category > li{
  padding: 0 5px;
  width: 33.33333%;
  text-align: center;
}
#content #pUse .use-btn-category > li > a{
  display: inline-block;
}
#content #pUse .use-hdg1{
  text-align: center;
  position: relative;
}
#content #pUse .use-hdg1:before{
  content: "";
  display: inline-block;
  width: 100vw;
  height: 4px;
  background: linear-gradient(-90deg, #3aa7d9 0, #01af99 100%) no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#content #pUse .use-hdg1:after{
  content: "";
  display: inline-block;
  width: 245px;
  height: 54px;
  background: url("/product/use/images/hdg_bg_1.png") no-repeat left bottom;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: -1;
}
#content #pUse .use-hdg1 > span{
  display: inline-block;
  font-weight: bold;
  font-size: 36px;
  margin: 1em 0;
}
#content #pUse .use-hdg1 + .use-sort{
  margin-top: 0 !important;
}
@media all and (max-width: 767px) {
  #content #pUse .use-hdg1:before{
    height: 2px;
  }
  #content #pUse .use-hdg1:after{
    width: 123px;
    height: 27px;
    background-size: contain;
    bottom: 2px;
  }
  #content #pUse .use-hdg1 > span{
    font-size: 27px;
    margin-top: 60px;
  }
}
#content #pUse .use-hdg2{
  background: linear-gradient(-90deg, #3aa7d9 0, #01af99 100%) no-repeat;
  color: #fff;
  font-size: 24px;
  border-radius: 5px;
  text-align: center;
  padding: 0.5em;
  margin-top: 40px;
  font-weight: 700;
}
#content #pUse .use-hdg2 + .use-hdg3{
  margin-top: 2em;
}
@media all and (max-width: 767px) {
  #content #pUse .use-hdg2{
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    border-radius: 3px;
    margin-top: 20px;
  }
  #content #pUse .use-hdg2 + .use-hdg3{
    margin-top: 1.5em;
  }
}
#content #pUse .use-hdg3{
  text-align: center;
  margin-top: 2.5em;
}
#content #pUse .use-hdg3 > span{
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  padding-bottom: 0.5em;
}
#content #pUse .use-hdg3 > span:before{
  content: "";
  display: inline-block;
  width: 160px;
  height: 3px;
  background: linear-gradient(-90deg, #3aa7d9 0, #01af99 100%) no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#content #pUse .use-hdg3 > span img{
  vertical-align: bottom;
}
@media all and (max-width: 767px) {
  #content #pUse .use-hdg3{
    margin-top: 1.5em;
  }
  #content #pUse .use-hdg3 > span{
    font-size: 16px;
  }
  #content #pUse .use-hdg3 > span:before{
    width: 120px;
    height: 2px;
  }
}
#content #pUse .use-hdg4{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid #ccc;
  margin-top: 1.8em;
  padding-bottom: 0.5em;
}
@media all and (max-width: 767px) {
  #content #pUse .use-hdg4{
    font-size: 14px;
  }
}
#content #pUse .use-hdg-img{
  text-align: center;
  margin-top: 75px;
}
@media all and (max-width: 767px) {
  #content #pUse .use-hdg-img{
    padding: 0 30px;
  }
}
#content #pUse .use-image{
  margin-top: 30px;
  text-align: center;
}
#content #pUse .use-image > img{
  vertical-align: bottom;
}
@media all and (max-width: 767px) {
  #content #pUse .use-image{
    padding: 0 10px;
  }
}
#content #pUse .use-image2{
  text-align: center;
  height: 240px;
  position: relative;
  margin: 0;
}
#content #pUse .use-image2-img{
  width: 100vw;
  height: 100%;
  max-width: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: no-repeat center center;
  background-size: cover;
}
@media all and (max-width: 767px) {
  #content #pUse .use-image2{
    height: 120px;
  }
}
#content #pUse .use-hr{
  border: 1px solid #008ad6;
  border-width: 1px 0 0;
  margin: 40px 0;
}
#content #pUse th .use-list-map{
  margin-top: 5px;
  margin-bottom: 0;
}
#content #pUse .use-list-map{
  margin-top: 15px;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
#content #pUse .use-list-map > li{
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
}
#content #pUse .use-list-map > li > img{
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media all and (max-width: 767px) {
  #content #pUse .use-list-map{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
  }
  #content #pUse .use-list-map > li{
    font-size: 10px;
  }
  #content #pUse .use-list-map > li > img{
    width: 17px;
  }
  #content #pUse .use-list-map.icon > li > img{
    width: auto;
  }
}
#content #pUse .use-list-map2{
  margin-top: 15px;
  padding: 0;
  list-style: none;
  width: 50%;
  display: inline-block;
  font-size: 0;
  float: left;
  padding-right: 10px;
  margin-bottom: 30px;
}
#content #pUse .use-list-map2 > li{
  display: block;
  padding: 7px 0;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
#content #pUse .use-list-map2 > li .use-list-map2-hdg{
  width: 17em;
  display: inline-block;
}
#content #pUse .use-list-map2 > li .use-list-map2-icon{
  margin-left: 1em;
  display: inline-block;
  font-size: 12px;
}
#content #pUse .use-list-map2 > li img{
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#content #pUse .use-list-map2 + .use-list-map2{
  float: right;
  margin-right: 0;
  padding-left: 10px;
}
#content #pUse .use-list-map2 + .use-list-map2 + *{
  clear: both;
}
@media all and (max-width: 767px) {
  #content #pUse .use-list-map2{
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0 !important;
    float: none;
  }
  #content #pUse .use-list-map2 > li{
    display: block;
    padding: 7px 0;
    font-size: 14px;
  }
  #content #pUse .use-list-map2 > li .use-list-map2-hdg{
    width: 100%;
    margin-bottom: 2px;
  }
  #content #pUse .use-list-map2 > li .use-list-map2-icon{
    margin-left: 0;
    margin-right: 10px;
  }
  #content #pUse .use-list-map2 > li img{
    width: 17px;
  }
  #content #pUse .use-list-map2 + .use-list-map2{
    float: none;
    padding-left: 0;
    margin-top: 0;
  }
}
#content #pUse .use-text-border{
  border-top: 1px solid #008ad6;
  padding-top: 0.8em;
  margin-top: 0.8em;
}
#content #pUse .use-table{
  border-collapse: separate;
  margin-top: 30px;
  border: 1px solid #39a7d8;
  border-width: 1px 0 0 1px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
#content #pUse .use-table tbody th, #content #pUse .use-table tbody td{
  vertical-align: middle;
  padding: 1em;
  text-align: left;
  border: 1px solid #39a7d8;
  border-width: 0 1px 1px 0;
}
#content #pUse .use-table tbody th{
  background: #f2fbff;
  font-weight: bold;
}
#content #pUse .use-table tbody tr:last-child th{
  border-radius: 0 0 0 8px;
}
#content #pUse .use-table tbody tr:last-child td{
  border-radius: 0 0 8px 0;
}
@media all and (max-width: 767px) {
  #content #pUse .use-table{
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    width: calc(100% - 20px);
    border-radius: 5px;
  }
  #content #pUse .use-table col{
    width: 100% !important;
  }
  #content #pUse .use-table tbody tr, #content #pUse .use-table tbody th, #content #pUse .use-table tbody td{
    width: 100%;
    display: block;
  }
  #content #pUse .use-table tbody th{
    padding: 0.5em 1em;
  }
  #content #pUse .use-table tbody td{
    padding: 0.7em 1em;
  }
  #content #pUse .use-table tbody tr:last-child th{
    border-radius: 0;
  }
  #content #pUse .use-table tbody tr:last-child td{
    border-radius: 0 0 5px 5px;
  }
  #content #pUse .use-table .use-list-map{
    margin-left: 0;
    margin-right: 0;
  }
  #content #pUse .use-table .use-list-map img{
    width: 17px;
  }
}
#content #pUse p.use-lead{
  font-size: 20px;
  margin-top: 40px;
  padding-bottom: 88px;
  text-align: center;
  position: relative;
  font-weight: normal;
}
#content #pUse p.use-lead:before{
  content: "";
  display: inline-block;
  width: 100vw;
  height: 4px;
  background: linear-gradient(90deg, #3aa7d9 0, #01af99 100%) no-repeat;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
}
#content #pUse p.use-lead:after{
  content: "";
  display: inline-block;
  width: 1232px;
  height: 92px;
  background: url("/product/use/images/auto_hdg_2.png") no-repeat center bottom;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  z-index: -1;
}
@media all and (max-width: 767px) {
  #content #pUse p.use-lead{
    font-size: 12px;
    margin-top: 15px;
    padding: 0 10px 30px;
  }
  #content #pUse p.use-lead:before{
    height: 2px;
  }
  #content #pUse p.use-lead:after{
    width: 100%;
    background-size: 100% auto;
    bottom: 2px;
  }
}
#content #pUse p.use-lead2{
  font-size: 20px;
  margin-top: 40px;
  text-align: center;
}
@media all and (max-width: 767px) {
  #content #pUse p.use-lead2{
    font-size: 12px;
    margin-top: 15px;
    padding: 0 10px;
  }
}
#content #pUse p.use-lead3{
  margin-top: 25px;
  text-align: center;
  padding: 0 10px;
}
@media all and (max-width: 767px) {
  #content #pUse p.use-lead3{
    margin-top: 15px;
  }
}
#content #pUse .use-float, #content #pUse .use-float2{
  display: flex;
  width: calc(100% + 20px);
  margin: 1em -10px 0;
}
#content #pUse .use-float-img, #content #pUse .use-float2-img{
  padding: 0 10px;
  width: 38%;
}
#content #pUse .use-float-content, #content #pUse .use-float2-content{
  padding: 0 10px;
  width: 62%;
}
#content #pUse .use-float-content > *:first-child, #content #pUse .use-float2-content > *:first-child{
  margin-top: 10px;
}
#content #pUse .use-float-caption, #content #pUse .use-float2-caption{
  display: inline-block;
  width: 100%;
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}
#content #pUse .use-float .use-hdg4, #content #pUse .use-float2 .use-hdg4{
  text-align: left;
}
@media all and (max-width: 767px) {
  #content #pUse .use-float, #content #pUse .use-float2{
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  #content #pUse .use-float > *:not(:first-child), #content #pUse .use-float2 > *:not(:first-child){
    margin-top: 1em;
  }
  #content #pUse .use-float .use-float-img, #content #pUse .use-float .use-float2-img, #content #pUse .use-float .use-float-content, #content #pUse .use-float .use-float2-content, #content #pUse .use-float2 .use-float-img, #content #pUse .use-float2 .use-float2-img, #content #pUse .use-float2 .use-float-content, #content #pUse .use-float2 .use-float2-content{
    width: 100%;
  }
  #content #pUse .use-float .use-float-content > *:first-child, #content #pUse .use-float .use-float2-content > *:first-child, #content #pUse .use-float2 .use-float-content > *:first-child, #content #pUse .use-float2 .use-float2-content > *:first-child{
    margin-top: 0;
  }
}
#content #pUse .use-float2-img{
  width: 50%;
}
#content #pUse .use-float2-content{
  width: 50%;
}
#content #pUse .use-index{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 18px);
  margin: 2em -9px 0;
  position: relative;
}
#content #pUse .use-index-item{
  padding: 0 9px;
  width: 33.33333%;
}
#content #pUse .use-index-item:nth-child(n+4){
  margin-top: 15px;
}
#content #pUse .use-index.col-2 .use-index-item{
  width: 50%;
}
#content #pUse .use-index.col-2 .use-index-item:nth-child(n+3){
  margin-top: 15px;
}
#content #pUse .use-index.js-use-index{
  position: relative;
  display: block;
}
#content #pUse .use-index.js-use-index .use-index-item{
  padding: 0;
  display: block;
  position: absolute;
  width: calc(33.3% - 18px);
  margin: 9px;
}
@media all and (max-width: 767px) {
  #content #pUse .use-index{
    margin: 10px 0 0;
    width: 100%;
  }
  #content #pUse .use-index-item{
    width: 100%;
  }
  #content #pUse .use-index-item:nth-child(n+2){
    margin-top: 10px;
  }
  #content #pUse .use-index.js-use-index .use-index-item{
    height: auto !important;
    width: calc(100% - 20px);
    margin: 10px 10px 0;
  }
  #content #pUse .use-index.col-2 .use-index-item{
    width: 100%;
  }
  #content #pUse .use-index.col-2 .use-index-item:nth-child(n+2){
    margin-top: 15px;
  }
}
#content #pUse .use-card a.use-card-hdg{
  text-decoration: underline;
  color: #008ad6;
}
#content #pUse .use-card a.use-card-hdg:hover{
  text-decoration: none;
}
#content #pUse .use-card a.use-card-btn{
  display: block;
}
#content #pUse .use-card a.use-card-btn[target="_blank"] > span:after{
  content: url("/product/use/images/icon-blank-1.png");
  display: inline-block;

  margin-left: 9px;
}
#content #pUse .use-card a.use-card-btn[target="_blank"]:hover > span:after{
  content: url("/product/use/images/icon-blank-1_o.png");
}
#content #pUse .use-card a.use-card-btn:hover > span{
  background: #fff;
  color: #008ad6;
  box-shadow: none;
}
#content #pUse .use-card a.use-card-btn:hover > span:before{
  border-color: #008ad6;
}
#content #pUse .use-card{
  height: 100%;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  display: block;
  background: linear-gradient(180deg, #3aa7d9 0, #01af99 100%) no-repeat;
  border-radius: 8px;
  position: relative;
  padding: 20px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}
#content #pUse .use-card:after{
  content: "";
  display: block;
  clear: both;
}
#content #pUse .use-card:before{
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 2px;
  left: 2px;
  box-shadow: inset 0 0 0 4px #efefef;
  transition: 0.3s;
}
#content #pUse .use-card > *{
  position: relative;
}
#content #pUse .use-card-hdg{
  font-size: 18px;
  margin-bottom: 0.6em;
  font-weight: bold;
}
#content #pUse .use-card-list{
  list-style: none;
  margin-top: 0.8em;
  width: calc(100% + 5px);
  margin: 0.8em -2.5px 0;
  display: flex;
  flex-wrap: wrap;
}
#content #pUse .use-card-list > li{
  font-size: 13px;
  display: block;
  border: 1px solid #008ad6;
  border-radius: 2px;
  text-align: center;
  padding: 0.4em 10px 0.3em 30px;
  margin: 5px 2.5px 0;
  line-height: 1;
  width: 100%;
  background: #fff url("/product/use/images/icon-tag-1.png") no-repeat 2px center;
}
#content #pUse .use-card-list > li:nth-child(2){
  background-image: url("/product/use/images/icon-tag-2.png");
}
#content #pUse .use-card-list > li:nth-child(3){
  background-image: url("/product/use/images/icon-tag-2.png");
}
#content #pUse .use-card-list > li:nth-child(4){
  background-image: url("/product/use/images/icon-tag-2.png");
}
#content #pUse .use-card-list > li.icon-non{
  clear: both;
  background-image: none;
  padding-left: 10px;
}
#content #pUse .use-card-list > li.icon-color{
  background: #008ad6;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  width: calc(50% - 5px);
  border: none;
}
#content #pUse .use-card-img{
  margin-top: 10px;
  text-align: center;
}
#content #pUse .use-card-img > img{
  vertical-align: bottom;
}
#content #pUse .use-card-lead{
  font-size: 16px;
  color: #666;
  margin-top: 0.4em;
  margin-bottom: -0.2em;
}
#content #pUse .use-card-lead.en{
  font-weight: bold;
  color: #333;
}
#content #pUse .use-card-notes{
  font-size: 12px;
  color: #666;
  margin: 0.4em 0 0;
}
#content #pUse .use-card-label{
  border-top: 1px solid #008ad6;
  padding-top: 0.8em;
  margin-top: 0.8em;
  text-align: center;
}
#content #pUse .use-card-label:empty{
  height: 0;
  padding-top: 0.4em;
}
#content #pUse .use-card-btn{
  width: 100%;
  clear: both;
  margin-top: 0.5em;
  text-align: center;
}
#content #pUse .use-card-btn > span{
  display: inline-block;
  max-width: 190px;
  width: 100%;
  border-radius: 5px;
  background: #008ad6;
  color: #fff;
  border: 2px solid #008ad6;
  box-shadow: 0 4px 0 0 #a6cade;
  padding: 0.6em 0.5em 0.55em;
  position: relative;
  transition: 0.3s;
}
#content #pUse .use-card-btn > span:before{
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(-45deg);
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
}
#content #pUse .use-card > p{
  margin-top: 0.6em;
}
@media all and (max-width: 767px) {
  #content #pUse .use-card{
    font-size: 12px;
    padding: 13px;
  }
  #content #pUse .use-card-lead{
    font-size: 13px;
  }
  #content #pUse .use-card-notes{
    font-size: 11px;
  }
  #content #pUse .use-card-hdg{
    text-align: center;
    font-size: 13px;
  }
  #content #pUse .use-card-list{
    margin-top: 0.5em;
  }
  #content #pUse .use-card-list > li{
    font-size: 11px;
    margin-top: 3px;
    padding: 0.5em 30px 0.4em;
  }
  #content #pUse .use-card-list > li.icon-non{
    padding-right: 10px;
  }
  #content #pUse .use-card-img{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #content #pUse .use-card-img > img{
    width: 120px;
  }
  #content #pUse .use-card-label{
    clear: both;
  }
  #content #pUse .use-card > p{
    margin-top: 0.6em;
  }
}
#content #pUse .use-box{
  margin-top: 40px;
  height: 100%;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  display: block;
  background: linear-gradient(180deg, #3aa7d9 0, #01af99 100%) no-repeat;
  border-radius: 8px;
  position: relative;
  padding: 30px;
}
#content #pUse .use-box:before{
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 2px;
  left: 2px;
  box-shadow: inset 0 0 0 4px #efefef;
  transition: 0.3s;
}
#content #pUse .use-box > *{
  position: relative;
}
#content #pUse .use-box > *:first-child{
  margin-top: 0;
}
#content #pUse .use-box-hdg{
  margin-bottom: 1.5em;
}
#content #pUse .use-box-hdg > a{
  font-size: 24px;
  font-weight: bold;
  color: #008ad6;
}
#content #pUse .use-box-hdg2 > a{
  font-size: 18px;
  font-weight: bold;
  color: #008ad6;
}
#content #pUse .use-box-hdg2 > span{
  font-size: 18px;
  font-weight: bold;
}
#content #pUse .use-box p{
  margin-top: 0.6em;
}
#content #pUse .use-box .use-hr{
  margin: 25px 0 20px;
}
@media all and (max-width: 767px) {
  #content #pUse .use-box{
    font-size: 12px;
    padding: 20px;
    margin: 20px 13px 15px;
    margin-left: 9px;
    margin-right: 9px;
  }
  #content #pUse .use-box-hdg{
    text-align: center;
  }
  #content #pUse .use-box-hdg > a{
    font-size: 16px;
  }
  #content #pUse .use-box-hdg2{
    text-align: center;
  }
  #content #pUse .use-box-hdg2 > a, #content #pUse .use-box-hdg2 > span{
    font-size: 13px;
  }
  #content #pUse .use-box .use-btn{
    text-align: center;
  }
  #content #pUse .use-box .use-float-img{
    text-align: center;
  }
  #content #pUse .use-box .use-float-img, #content #pUse .use-box .use-float-content{
    width: 100% !important;
  }
  #content #pUse .use-box .use-float2{
    margin-top: 0;
  }
  #content #pUse .use-box .use-float2, #content #pUse .use-box .use-float2-content:not(:first-child){
    margin-top: 2em;
  }
  #content #pUse .use-box .use-float2-content{
    padding-left: 0;
    padding-right: 0;
  }
}
#content #pUse .use-btn{
  margin-top: 1em;
}
#content #pUse .use-btn > a{
  display: inline-block;
  max-width: 190px;
  width: 100%;
  text-decoration: none;
  border-radius: 5px;
  background: #008ad6;
  color: #fff;
  border: 2px solid #008ad6;
  box-shadow: 0 4px 0 0 #a6cade;
  padding: 0.6em 1.2em 0.55em 0.5em;
  position: relative;
  text-align: center;
  transition: 0.3s;
}
#content #pUse .use-btn > a:before{
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(-45deg);
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
}
#content #pUse .use-btn > a[target="_blank"]:after{
  content: url("/product/use/images/icon-blank-1.png");
  display: inline-block;
  margin-left: 9px;
}
#content #pUse .use-btn > a[target="_blank"]:hover:after{
  content: url("/product/use/images/icon-blank-1_o.png");
}
#content #pUse .use-btn > a:hover{
  background: #fff;
  color: #008ad6;
  box-shadow: none;
}
#content #pUse .use-btn > a:hover:before{
  border-color: #008ad6;
}
@media all and (max-width: 767px) {
  #content #pUse .use-btn > a{
    max-width: 100%;
    width: inherit;
    min-width: 190px;
  }
}
#content #pUse .use-list-anchor{
  text-align: center;
  position: relative;
  padding: 33px 10px;
}
#content #pUse .use-list-anchor:before{
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #f4f4f4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#content #pUse .use-list-anchor > li{
  display: inline-block;
  margin: 0 8px;
}
#content #pUse .use-list-anchor > li > a{
  display: inline-block;
  min-width: 240px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  color: #008ad6;
  border: 2px solid #008ad6;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
  padding: 11px 2px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
#content #pUse .use-list-anchor > li > a > img{
  float: left;
  margin: -11px -64px -11px 0;
}
#content #pUse .use-list-anchor > li > a:after{
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-70%) rotate(-45deg);
  border: 1px solid #008ad6;
  border-width: 0 0 1px 1px;
}
#content #pUse .use-list-anchor > li > a:hover{
  box-shadow: none;
  background: #008ad6;
  color: #fff;
}
#content #pUse .use-list-anchor > li > a:hover:after{
  border-color: #fff;
}
@media all and (max-width: 767px) {
  #content #pUse .use-list-anchor{
    padding: 15px 5px;
    font-size: 0;
  }
  #content #pUse .use-list-anchor > li{
    margin: 0 3px;
    width: calc(50% - 6px);
    display: inline-block;
  }
  #content #pUse .use-list-anchor > li > a{
    min-width: auto;
    width: 100%;
    padding: 11px 2px;
    font-size: 12px;
  }
  #content #pUse .use-list-anchor > li > a > img{
    float: left;
    height: 36px;
    margin: -9px -36px -9px 0;
  }
  #content #pUse .use-list-anchor > li > a:after{
    width: 0.6em;
    height: 0.6em;
  }
  #content #pUse .use-list-anchor > li > a:hover{
    box-shadow: none;
    background: #008ad6;
    color: #fff;
  }
  #content #pUse .use-list-anchor > li > a:hover:after{
    border-color: #fff;
  }
  #content #pUse .use-list-anchor + .use-hdg2{
    margin-top: 5px;
  }
}
#content #pUse .use-link-bottom{
  margin-top: 2em;
  border: 2px solid #dfdfdf;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
}
#content #pUse .use-link-bottom > dt{
  font-weight: normal;
  border-right: 2px solid #dfdfdf;
  padding: 17px 20px;
}
#content #pUse .use-link-bottom > dd{
  color: inherit;
  text-decoration: none;
  padding: 0 24px;
}
#content #pUse .use-link-bottom > dd > a{
  display: inline-block;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  color: inherit;
}
#content #pUse .use-link-bottom > dd > a:hover{
  text-decoration: underline;
}
#content #pUse .use-link-bottom > dd > a:after{
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url("/product/use/images/icon-arrow-5.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  #content #pUse .use-link-bottom{
    border-width: 1px;
    border-radius: 2.5px;
    display: block;
    font-size: 12px;
    padding: 10px;
  }
  #content #pUse .use-link-bottom > dt{
    border: none;
    padding: 0;
    text-align: center;
    display: block;
    margin-bottom: 3px;
  }
  #content #pUse .use-link-bottom > dt > span{
    padding-bottom: 3px;
    display: inline-block;
    border-bottom: 2px solid #dfdfdf;
  }
  #content #pUse .use-link-bottom > dd{
    font-size: 11px;
    display: inline-block;
    padding: 0;
    margin: 5px 20px 5px 0;
  }
  #content #pUse .use-link-bottom > dd > a{
    padding-left: 15px;
  }
}
#content #pUse .use-link-bottom2{
  margin-top: 2em;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
#content #pUse .use-link-bottom2 > li{
  display: inline-block;
  border-right: 1px solid #ccc;
}
#content #pUse .use-link-bottom2 > li:first-child{
  border-left: 1px solid #ccc;
}
#content #pUse .use-link-bottom2 > li > a{
  text-decoration: none;
  color: inherit;
  padding: 12px 20px 12px 15px;
  display: block;
}
#content #pUse .use-link-bottom2 > li > a:hover{
  text-decoration: underline;
}
#content #pUse .use-link-bottom2 > li > a > img{
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
#content #pUse .use-link-bottom2 > li > a.icon{
  position: relative;
}
#content #pUse .use-link-bottom2 > li > a.icon:before{
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url("/product/use/images/icon-arrow-5.png") no-repeat center center;
  background-size: 100% auto;
  position: relative;
  margin-right: 8px;
}
@media all and (max-width: 767px) {
  #content #pUse .use-link-bottom2{
    font-size: 12px;
    text-align: left;
  }
  #content #pUse .use-link-bottom2 > li{
    display: block;
    border-right: none;
    border-top: 1px solid #ccc;
  }
  #content #pUse .use-link-bottom2 > li:first-child{
    border-left: none;
    border-top: none;
  }
  #content #pUse .use-link-bottom2 > li > a{
    padding: 12px 20px 12px 36px;
    position: relative;
  }
  #content #pUse .use-link-bottom2 > li > a > img{
    position: absolute;
    top: 50%;
    left: 9px;
    width: 20px;
    transform: translateY(-50%);
  }
  #content #pUse .use-link-bottom2 > li > a.icon:before{
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
  }
  #content #pUse .use-link-bottom2 > li > a.icon img[src*='.pdf']{
    position: static;
    vertical-align: bottom;
  }
}
#content #pUse .use-link-local{
  margin-top: 4em;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
#content #pUse .use-link-local > li{
  display: inline-block;
  border-right: 1px solid #ccc;
}
#content #pUse .use-link-local > li:first-child{
  border-left: 1px solid #ccc;
}
#content #pUse .use-link-local > li > a{
  text-decoration: none;
  padding: 5px 28px;
  display: block;
  color: #3aa7d9;
}
#content #pUse .use-link-local > li > a.is-current{
  color: #333;
}
#content #pUse .use-link-local > li > a.is-current:hover{
  text-decoration: none;
}
#content #pUse .use-link-local > li > a:hover{
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  #content #pUse .use-link-local{
    font-size: 12px;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  #content #pUse .use-link-local > li{
    display: block;
    border-right: none;
    border-top: 1px solid #ccc;
  }
  #content #pUse .use-link-local > li:first-child{
    border-left: none;
    border-top: none;
  }
  #content #pUse .use-link-local > li > a{
    padding: 12px 10px;
    position: relative;
  }
}
#content #pUse .use-column{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 10px -10px 0;
}
#content #pUse .use-column.col2 .use-column-item{
  width: 50%;
}
#content #pUse .use-column-item{
  padding: 20px 10px 0;
}
#content #pUse .use-column-item > *:first-child{
  margin-top: 0;
}
#content #pUse .use-column + .use-float2{
  margin-top: 3em;
}
@media all and (max-width: 767px) {
  #content #pUse .use-column{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #content #pUse .use-column-item{
    padding-top: 10px;
    width: 100% !important;
  }
  #content #pUse .use-column-item:not(:first-child){
    margin-top: 1em;
  }
  #content #pUse .use-column + .use-float2{
    margin-top: 1.5em;
  }
}
#content #pUse .use-card2 .use-hdg4{
  text-align: left;
  margin-top: 0.8em;
}
#content #pUse .use-card2-img img{
  vertical-align: bottom;
}
@media all and (max-width: 767px) {
  #content #pUse .use-card2 .use-hdg4{
    margin-top: 1em;
  }
}
#content #pUse .use-index-list{
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}
#content #pUse .use-index-list > li{
  width: 50%;
  padding: 0 10px;
}
#content #pUse .use-index-list > li.icon-1 > a:hover > span:before{
  background-image: url("/product/use/images/icon-btn-1_o.png");
}
#content #pUse .use-index-list > li.icon-1 > a > span:before{
  background-image: url("/product/use/images/icon-btn-1.png");
}
#content #pUse .use-index-list > li.icon-2 > a:hover > span:before{
  background-image: url("/product/use/images/icon-btn-2_o.png");
}
#content #pUse .use-index-list > li.icon-2 > a > span:before{
  background-image: url("/product/use/images/icon-btn-2.png");
}
#content #pUse .use-index-list > li > a{
  transition: 0.3s;
  display: block;
  background: linear-gradient(0deg, #3aa7d9 0, #01af99 100%) no-repeat;
  color: inherit;
  font-size: 24px;
  border-radius: 15px;
  padding: 6px;
  text-decoration: none;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
#content #pUse .use-index-list > li > a > span{
  background: #fff;
  border-radius: 9px;
  position: relative;
  display: flex;
  width: 100%;
  min-height: 108px;
  height: 108px;
  align-items: center;
  padding-left: 108px;
  color: #333;
  transition: 0.3s;
}
#content #pUse .use-index-list > li > a > span:before{
  content: "";
  display: inline-block;
  width: 108px;
  height: 108px;
  background: url("/product/use/images/icon-btn-1.png") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}
#content #pUse .use-index-list > li > a > span:after{
  content: "";
  display: inline-block;
  width: 16px;
  height: 31px;
  background: url("/product/use/images/icon-arrow-1.png") no-repeat center center;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
#content #pUse .use-index-list > li > a > span > span{
  display: inline-block;
}
#content #pUse .use-index-list > li > a:hover{
  color: #fff;
  box-shadow: none;
}
#content #pUse .use-index-list > li > a:hover > span{
  background: transparent;
  color: #fff;
}
#content #pUse .use-index-list > li > a:hover > span:after{
  background-image: url("/product/use/images/icon-arrow.png");
}
@media all and (max-width: 1000px) {
  #content #pUse .use-index-list > li > a{
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  #content #pUse .use-index-list{
    display: block;
  }
  #content #pUse .use-index-list > li{
    display: block;
    width: 100%;
  }
  #content #pUse .use-index-list > li:not(:first-child){
    margin-top: 10px;
  }
  #content #pUse .use-index-list > li > a{
    padding: 4px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  }
  #content #pUse .use-index-list > li > a > span{
    border-radius: 6px;
    min-height: 73px;
    height: 73px;
    padding-left: 75px;
  }
  #content #pUse .use-index-list > li > a > span:before{
    background-size: 100% auto;
    width: 73px;
    height: 73px;
  }
  #content #pUse .use-index-list > li > a > span:after{
    width: 8px;
    height: 15px;
    background-size: 100% auto;
    right: 18px;
  }
}
#content #pUse .use-link-category{
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#content #pUse .use-link-category > li{
  width: 200px;
  display: inline-block;
  padding: 0 2px;
  margin-top: 10px;
  vertical-align: top;
}
#content #pUse .use-link-category > li.icon-2 > a{
  background: linear-gradient(-90deg, #ffd236 0, #f36f1e 100%) no-repeat;
}
#content #pUse .use-link-category > li.icon-2 > a > span{
  color: #f3721f;
}
#content #pUse .use-link-category > li.icon-2 > a.is-current > span:before, #content #pUse .use-link-category > li.icon-2 > a:hover > span:before{
  background-image: url("/product/use/images/icon-category-2_o.png");
}
#content #pUse .use-link-category > li.icon-2 > a > span:before{
  background-image: url("/product/use/images/icon-category-2.png");
}
#content #pUse .use-link-category > li.icon-3 > a{
  background: linear-gradient(-90deg, #e1419c 0, #7f65dc 100%) no-repeat;
}
#content #pUse .use-link-category > li.icon-3 > a > span{
  color: #5539b7;
}
#content #pUse .use-link-category > li.icon-3 > a.is-current > span:before, #content #pUse .use-link-category > li.icon-3 > a:hover > span:before{
  background-image: url("/product/use/images/icon-category-3_o.png");
}
#content #pUse .use-link-category > li.icon-3 > a > span:before{
  background-image: url("/product/use/images/icon-category-3.png");
}
#content #pUse .use-link-category > li.icon-4 > a{
  background: linear-gradient(90deg, #c8e523 0, #27b968 100%) no-repeat;
}
#content #pUse .use-link-category > li.icon-4 > a > span{
  color: #1b9449;
}
#content #pUse .use-link-category > li.icon-4 > a.is-current > span:before, #content #pUse .use-link-category > li.icon-4 > a:hover > span:before{
  background-image: url("/product/use/images/icon-category-4_o.png");
}
#content #pUse .use-link-category > li.icon-4 > a > span:before{
  background-image: url("/product/use/images/icon-category-4.png");
}
#content #pUse .use-link-category > li > a{
  transition: 0.3s;
  display: block;
  background: linear-gradient(90deg, #3aa7d9 0, #01af99 100%) no-repeat;
  font-size: 18px;
  border-radius: 5px;
  padding: 1px;
  text-decoration: none;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}
#content #pUse .use-link-category > li > a > span{
  background: #fff;
  border-radius: 4px;
  position: relative;
  display: flex;
  width: 100%;
  min-height: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  color: #3aa7d9;
  font-weight: bold;
  overflow: hidden;
  transition: 0.3s;
}
#content #pUse .use-link-category > li > a > span:before{
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("/product/use/images/icon-category-1.png") no-repeat center center;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 0;
}
#content #pUse .use-link-category > li > a > span > span{
  display: inline-block;
  z-index: 1;
}
#content #pUse .use-link-category > li > a.is-current, #content #pUse .use-link-category > li > a:hover{
  box-shadow: none;
}
#content #pUse .use-link-category > li > a.is-current > span, #content #pUse .use-link-category > li > a:hover > span{
  background: transparent;
  color: #fff;
  overflow: inherit;
}
#content #pUse .use-link-category > li > a.is-current > span:before, #content #pUse .use-link-category > li > a:hover > span:before{
  background-image: url("/product/use/images/icon-category-1_o.png");
}
@media all and (max-width: 767px) {
  #content #pUse .use-link-category{
    margin-top: 0;
  }
  #content #pUse .use-link-category > li{
    width: 100%;
  }
  #content #pUse .use-link-category > li:first-child{
    margin-top: 0;
  }
  #content #pUse .use-link-category > li > a{
    font-size: 14px;
    box-shadow: none;
  }
  #content #pUse .use-link-category > li > a > span{
    min-height: 52px;
    height: 52px;
    font-weight: normal;
  }
  #content #pUse .use-link-category > li > a > span:before{
    height: 54px;
    width: 54px;
    background-size: cover;
  }
}
#content #pUse .use-sort{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: 30px;
  padding: 40px 0;
}
#content #pUse .use-sort:before{
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #f4f4f4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#content #pUse .use-sort .use-sort-col{
  padding: 0 20px;
  width: 50%;
}
#content #pUse .use-sort .use-sort-col2{
  padding: 0 20px;
  width: 100%;
}
#content #pUse .use-sort .use-sort-col2 .use-sort-list > li{
  width: calc(100% / 6);
}
#content #pUse .use-sort .use-sort-col3{
  padding: 0 20px;
  width: 100%;
}
#content #pUse .use-sort .use-sort-col3 + *{
  margin-top: 20px;
}
#content #pUse .use-sort .use-sort-hdg{
  border-radius: 5px;
  background: linear-gradient(90deg, #3aa7d9 0, #01af99 100%) no-repeat;
  text-align: center;
  font-size: 24px;
  color: #fff;
  padding: 12px 10px;
}
#content #pUse .use-sort .use-sort-hdg > span > img{
  margin: -10px 8px -10px 0;
  position: relative;
  top: -2px;
}
#content #pUse .use-sort .use-sort-list{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-top: 10px;
  margin-bottom: 0;
}
#content #pUse .use-sort .use-sort-list > li{
  width: 33.33333%;
  padding: 0 5px;
  margin-top: 10px;
}
#content #pUse .use-sort .use-sort-list > li.sort-all{
  width: 100%;
}
#content #pUse .use-sort .use-sort-list > li.sort-all > label{
  width: 33.33333%;
  padding-right: 7px;
}
#content #pUse .use-sort .use-sort-list > li.sort-all > label input[type="radio"] + span{
  min-height: 40px;
  height: 40px;
}
#content #pUse .use-sort .use-sort-list > li > label{
  display: block;
  cursor: pointer;
  position: relative;
}
#content #pUse .use-sort .use-sort-list > li > label input[type="radio"]{
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
}
#content #pUse .use-sort .use-sort-list > li > label input[type="radio"] + span{
  width: 100%;
  background: #fff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #008ad6;
  border-radius: 5px;
  padding: 2px;
  display: block;
  font-size: 14px;
  text-align: center;
  color: #008ad6;
  min-height: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
#content #pUse .use-sort .use-sort-list > li > label input[type="radio"] + span > span{
  display: block;
}
#content #pUse .use-sort .use-sort-list > li > label input[type="radio"]:checked + span{
  background: #008ad6;
  color: #fff;
  box-shadow: none;
}
#content #pUse .use-sort .use-sort-list > li > label input[type="radio"]:disabled + span{
  background: #ddd;
  border-color: #aaa;
  color: #999;
  opacity: 0.8;
  cursor: default;
}
@media all and (max-width: 767px) {
  #content #pUse .use-sort{
    width: 100%;
    margin-left: 0;
    padding: 15px 10px;
  }
  #content #pUse .use-sort .use-sort-col{
    padding: 0;
    width: 100%;
  }
  #content #pUse .use-sort .use-sort-col + *{
    margin-top: 20px;
  }
  #content #pUse .use-sort .use-sort-col3{
    padding: 0;
  }
  #content #pUse .use-sort .use-sort-col3 .use-sort-list li{
    width: 100%;
  }
  #content #pUse .use-sort .use-sort-hdg{
    font-size: 18px;
  }
  #content #pUse .use-sort .use-sort-hdg > span > img{
    height: 26px;
    width: auto;
    top: -4px;
  }
  #content #pUse .use-sort .use-sort-list{
    margin-top: 6px;
    width: calc(100% + 6px);
    margin-left: -3px;
  }
  #content #pUse .use-sort .use-sort-list > li{
    width: 50%;
    padding: 0 3px;
    margin-top: 5px;
  }
  #content #pUse .use-sort .use-sort-list > li.sort-all{
    width: 100%;
  }
  #content #pUse .use-sort .use-sort-list > li.sort-all > label{
    width: 50%;
    padding-right: 5px;
  }
  #content #pUse .use-sort .use-sort-list > li.sort-all > label + span{
    min-height: 40px;
    height: 40px;
  }
  #content #pUse .use-sort .use-sort-list > li > label input[type="radio"] + span{
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    font-size: 11px;
    text-align: center;
    color: #008ad6;
    min-height: 40px;
    height: 40px;
  }
}
#content #pUse .use-section-energy .use-hdg1:before{
  background: linear-gradient(-90deg, #ffd236 0, #f36f1e 100%) no-repeat;
}
#content #pUse .use-section-energy .use-hdg1:after{
  background-image: url("/product/use/images/hdg_bg_2.png");
}
#content #pUse .use-section-energy .use-hdg2{
  background: linear-gradient(-90deg, #ffd236 0, #f36f1e 100%) no-repeat;
}
#content #pUse .use-section-energy .use-hdg3 > span:before{
  background: linear-gradient(-90deg, #ffd236 0, #f36f1e 100%) no-repeat;
}
#content #pUse .use-section-energy .use-box{
  background: linear-gradient(0deg, #ffd236 0, #f36f1e 100%) no-repeat;
}
#content #pUse .use-section-energy .use-card{
  background: linear-gradient(0deg, #ffd236 0, #f36f1e 100%) no-repeat;
}
#content #pUse .use-section-energy .use-card-list > li.icon-color{
  background: #f36f1e;
}
#content #pUse .use-section-energy p.use-lead:before{
  background: linear-gradient(-90deg, #ffd236 0, #f36f1e 100%) no-repeat;
}
#content #pUse .use-section-energy p.use-lead:after{
  background-image: url("/product/use/images/energy_hdg_2.png");
}
@media all and (max-width: 767px) {
  #content #pUse .use-section-energy .use-hdg-img > img{
    max-width: 213px;
  }
}
#content #pUse .use-section-infra .use-hdg1:before{
  background: linear-gradient(-90deg, #e1419c 0, #7f65dc 100%) no-repeat;
}
#content #pUse .use-section-infra .use-hdg1:after{
  background-image: url("/product/use/images/hdg_bg_3.png");
}
#content #pUse .use-section-infra .use-hdg2{
  background: linear-gradient(-90deg, #e1419c 0, #7f65dc 100%) no-repeat;
}
#content #pUse .use-section-infra .use-hdg3 > span:before{
  background: linear-gradient(-90deg, #e1419c 0, #7f65dc 100%) no-repeat;
}
#content #pUse .use-section-infra .use-box{
  background: linear-gradient(0deg, #e1419c 0, #7f65dc 100%) no-repeat;
}
#content #pUse .use-section-infra .use-card{
  background: linear-gradient(0deg, #e1419c 0, #7f65dc 100%) no-repeat;
}
#content #pUse .use-section-infra .use-card-list > li.icon-color{
  background: #7f65dc;
}
#content #pUse .use-section-infra p.use-lead:before{
  background: linear-gradient(-90deg, #e1419c 0, #7f65dc 100%) no-repeat;
}
#content #pUse .use-section-infra p.use-lead:after{
  background-image: url("/product/use/images/infrastructure_hdg_2.png");
}
#content #pUse .use-section-infra .use-sort-hdg{
  background: linear-gradient(-90deg, #e1419c 0, #7f65dc 100%) no-repeat;
}
#content #pUse .use-section-consumer .use-hdg1:before{
  background: linear-gradient(-90deg, #c8e523 0, #27b968 100%) no-repeat;
}
#content #pUse .use-section-consumer .use-hdg1:after{
  background-image: url("/product/use/images/hdg_bg_4.png");
}
#content #pUse .use-section-consumer .use-hdg2{
  background: linear-gradient(-90deg, #c8e523 0, #27b968 100%) no-repeat;
}
#content #pUse .use-section-consumer .use-hdg3 > span:before{
  background: linear-gradient(-90deg, #c8e523 0, #27b968 100%) no-repeat;
}
#content #pUse .use-section-consumer .use-box{
  background: linear-gradient(0deg, #c8e523 0, #27b968 100%) no-repeat;
}
#content #pUse .use-section-consumer .use-card{
  background: linear-gradient(0deg, #c8e523 0, #27b968 100%) no-repeat;
}
#content #pUse .use-section-consumer .use-card-list > li.icon-color{
  background: #c8e523;
}
#content #pUse .use-section-consumer p.use-lead:before{
  background: linear-gradient(-90deg, #c8e523 0, #27b968 100%) no-repeat;
}
#content #pUse .use-section-consumer p.use-lead:after{
  background-image: url("/product/use/images/electrical_hdg_2.png");
}
#content #pUse .use-section-consumer .use-sort-hdg{
  background: linear-gradient(90deg, #c8e523 0, #27b968 100%) no-repeat;
}
#content #pUse .use-index-infra{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 20px -10px;
  padding: 0;
  list-style: none;
}
#content #pUse .use-index-infra > li{
  padding: 0 10px;
  width: 50%;
  margin-top: 20px;
}
#content #pUse .use-index-infra > li > a{
  text-align: center;
  display: block;
  position: relative;
  background: no-repeat center center;
  background-size: auto 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transition: 0.6s;
}
#content #pUse .use-index-infra > li > a > img{
  vertical-align: bottom;
}
#content #pUse .use-index-infra > li > a:hover{
  background-size: auto 115%;
}
#content #pUse .use-index-infra > li > a:hover .use-index-infra-btn > span{
  background: #fff;
  color: #008ad6;
}
#content #pUse .use-index-infra > li > a:hover .use-index-infra-btn > span:after{
  border-right-color: #008ad6;
  border-bottom-color: #008ad6;
}
#content #pUse .use-index-infra > li.bg-1 > a{
  background-image: url("/product/use/infrastructure/images/index_bg_1.jpg");
}
#content #pUse .use-index-infra > li.bg-2 > a{
  background-image: url("/product/use/infrastructure/images/index_bg_2.jpg");
}
#content #pUse .use-index-infra > li.bg-3 > a{
  background-image: url("/product/use/infrastructure/images/index_bg_3.jpg");
}
#content #pUse .use-index-infra > li.bg-4 > a{
  background-image: url("/product/use/infrastructure/images/index_bg_4.jpg");
}
#content #pUse .use-index-infra .use-index-infra-btn{
  position: absolute;
  left: 0;
  bottom: 22%;
  text-align: center;
  width: 100%;
}
#content #pUse .use-index-infra .use-index-infra-btn.large > span{
  max-width: 200px;
}
#content #pUse .use-index-infra .use-index-infra-btn > span{
  display: inline-block;
  max-width: 150px;
  width: 100%;
  border-radius: 5px;
  background: rgba(0, 138, 214, 0.7);
  color: #fff;
  border: 2px solid #fff;
  padding: 0.5em 0.5em 0.45em;
  position: relative;
  font-size: 15px;
  font-weight: normal;
  transition: 0.3s;
}
#content #pUse .use-index-infra .use-index-infra-btn > span:after{
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(-45deg);
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
}
@media all and (max-width: 767px) {
  #content #pUse .use-index-infra{
    flex-wrap: wrap;
    margin: 10px 0 20px;
    width: 100%;
  }
  #content #pUse .use-index-infra > li{
    width: 100%;
    margin-top: 10px;
    padding: 0 10px;
  }
  #content #pUse .use-index-infra > li > a{
    background-size: 100% auto;
  }
  #content #pUse .use-index-infra > li > a:hover{
    background-size: 115% auto;
  }
  #content #pUse .use-index-infra .use-index-infra-btn{
    bottom: 15%;
  }
  #content #pUse .use-index-infra .use-index-infra-btn > span{
    font-size: 14px;
  }
}
#content #pUse .use-index-energy{
  display: flex;
  width: calc(100% + 24px);
  margin: 40px -12px;
  padding: 0;
  list-style: none;
}
#content #pUse .use-index-energy > li{
  padding: 0 12px;
  width: 33.33333%;
}
#content #pUse .use-index-energy > li > a{
  text-align: center;
  display: block;
  position: relative;
  background: no-repeat center center;
  background-size: auto 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transition: 0.6s;
}
#content #pUse .use-index-energy > li > a > img{
  vertical-align: bottom;
}
#content #pUse .use-index-energy > li > a:hover{
  background-size: auto 115%;
}
#content #pUse .use-index-energy > li > a:hover .use-index-energy-btn > span{
  background: #fff;
  color: #008ad6;
}
#content #pUse .use-index-energy > li > a:hover .use-index-energy-btn > span:after{
  border-right-color: #008ad6;
  border-bottom-color: #008ad6;
}
#content #pUse .use-index-energy > li.bg-1 > a{
  background-image: url("/product/use/energy/images/index_bg_1.jpg");
}
#content #pUse .use-index-energy > li.bg-2 > a{
  background-image: url("/product/use/energy/images/index_bg_2.jpg");
}
#content #pUse .use-index-energy > li.bg-3 > a{
  background-image: url("/product/use/energy/images/index_bg_3.jpg");
}
#content #pUse .use-index-energy .use-index-energy-btn{
  position: absolute;
  left: 0;
  bottom: 22%;
  text-align: center;
  width: 100%;
}
#content #pUse .use-index-energy .use-index-energy-btn.large > span{
  max-width: 200px;
}
#content #pUse .use-index-energy .use-index-energy-btn > span{
  display: inline-block;
  max-width: 150px;
  width: 100%;
  border-radius: 5px;
  background: rgba(0, 138, 214, 0.7);
  color: #fff;
  border: 2px solid #fff;
  padding: 0.5em 0.5em 0.45em;
  position: relative;
  font-size: 15px;
  font-weight: normal;
  transition: 0.3s;
}
#content #pUse .use-index-energy .use-index-energy-btn > span:after{
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(-45deg);
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
}
@media all and (max-width: 767px) {
  #content #pUse .use-index-energy{
    flex-wrap: wrap;
    margin: 10px 0 20px;
    width: 100%;
  }
  #content #pUse .use-index-energy > li{
    width: 100%;
    margin-top: 10px;
    padding: 0 10px;
  }
  #content #pUse .use-index-energy > li > a{
    background-size: 100% auto;
  }
  #content #pUse .use-index-energy > li > a:hover{
    background-size: 115% auto;
  }
  #content #pUse .use-index-energy .use-index-energy-btn{
    bottom: 15%;
  }
  #content #pUse .use-index-energy .use-index-energy-btn > span{
    font-size: 14px;
  }
}
#content #pUse .use-index-car{
  position: relative;
  padding-top: 80px;
}
#content #pUse .use-index-car:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: url("/product/use/car/images/index_bg_1.jpg") no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#content #pUse .use-index-car .use-index-car-hdg{
  text-align: center;
}
#content #pUse .use-index-car .use-index-car-img{
  position: absolute;
  bottom: -95px;
  left: 0;
  width: 100%;
  text-align: center;
}
#content #pUse .use-index-car .use-index-car-list{
  text-align: center;
  list-style: none;
  padding: 0 0 50px;
  margin: 30px -3% 114px;
  display: flex;
  width: calc(100% + 6%);
  justify-content: center;
}
#content #pUse .use-index-car .use-index-car-list > li{
  width: 33.9%;
  margin-top: 90px;
  opacity: 0;
}
#content #pUse .use-index-car .use-index-car-list > li:nth-child(1){
  animation: anime-car-index 1s ease 1s forwards;
}
#content #pUse .use-index-car .use-index-car-list > li:nth-child(2){
  animation: anime-car-index 1s ease 1.5s forwards;
}
#content #pUse .use-index-car .use-index-car-list > li:nth-child(3){
  animation: anime-car-index 1s ease 2s forwards;
}
#content #pUse .use-index-car .use-index-car-list > li:nth-child(2){
  width: 32.2%;
  margin-top: 0;
  margin-right: -10px;
  margin-left: -10px;
}
@media all and (max-width: 767px) {
  #content #pUse .use-index-car{
    padding-top: 15px;
  }
  #content #pUse .use-index-car .use-index-car-img{
    bottom: -25px;
  }
  #content #pUse .use-index-car .use-index-car-img > img{
    max-width: 82px;
    vertical-align: bottom;
  }
  #content #pUse .use-index-car .use-index-car-list{
    padding: 0 0 20px;
    margin: 10px -5% 37px;
    width: calc(100% + 10%);
  }
  #content #pUse .use-index-car .use-index-car-list > li{
    margin-top: 30px;
    width: 40% !important;
    position: relative;
  }
  #content #pUse .use-index-car .use-index-car-list > li:nth-child(1){
    right: -5%;
  }
  #content #pUse .use-index-car .use-index-car-list > li:nth-child(3){
    left: -5%;
  }
  #content #pUse .use-index-car .use-index-car-list > li:nth-child(2){
    margin-top: 0;
    margin-right: -10px;
    margin-left: -10px;
    z-index: 1;
  }
}

#content .lang_en #pUse .use-link-category > li > a{
  font-size: 14px;
}
@media all and (min-width: 767px) {
  #content .lang_en #pUse .use-link-category > li > a > span > span{
    margin-left: 32px;
    width: 100%;
    word-break: break-all;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@keyframes anime-car-index {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-index {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
