@charset "UTF-8";

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: #fff;
    z-index: 100;
}

  #Header {
    width: 100%;
    padding: 0;
  }
  #Header .Inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    width: 100%;
    min-width: 1200px
  }
  @media screen and (max-width: 640px) {
    #Header .Inner {
      height: auto;
      min-width: auto;
      display: block;
    }
  }
  #Header .Inner .Logo {
    padding-left: 2em;
    max-width: 390px;
  }
  @media screen and (max-width: 640px) {
    #Header .Inner .Logo {
      padding-left: 0;
      margin-left: 1em;
      margin-top: 1em;
      margin-bottom: .5em;
    }
  }
  #Header .Inner__Inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
  }
  @media screen and (max-width: 640px) {
    #Header .Inner__Inner {
      display: block;
      height: auto;
    }
  }
  #Header .Inner__Inner nav {
    border-bottom: none;
    background: none;
    margin-right: 4em;
  }
  @media screen and (max-width: 640px) {
    #Header .Inner__Inner nav {
      width: 100%;
      margin-right: 0;
    }
  }
  #Header .Inner__Inner nav .accordion {
    width: auto;
  }
  #Header .Inner__Inner nav .accordion  li {
    width: auto;
  }
  @media screen and (max-width: 640px) {
    #Header .Inner__Inner nav .accordion  li {
      width: 50%;
    }
    #Header .Inner__Inner nav .accordion  li:last-of-type {
      width: 100%;
    }
  }
  #Header .Inner__Inner nav .accordion  li a {
    color: #000;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  @media screen and (max-width: 640px) {
    #Header .Inner__Inner nav .accordion li a {
      padding: .5em;
      border-bottom: none;
      background-color: #ddd;
    }
  }
  #Header .Inner__Inner nav .accordion  li a:hover {
    background: none;
    border-bottom: 1px solid #009eb8;
  }
  @media screen and (max-width: 640px) {
    #Header .Inner__Inner nav .accordion li a:hover {
      background: #80cfdc;;
      opacity: 1;
    border-bottom: none;
    }
  }
  #Header .Inner__Inner .contact {
    width: 220px;
    height: 100%;
  }
  #Header .Inner__Inner .contact a{
    width: 220px;
    height: 100%;
    background: #009eb8;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  #Header .Inner__Inner .contact a:hover {
    background: #00b1cf;
  }
#Header .Inner__Inner nav .accordion li.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #Header .Inner__Inner nav .accordion li.sp {
    display: block;
  }
}


/***********スライダー************/
#TopPage .main {
  margin-top: 100px;
  height: calc(100vh - 100px)!important;
}
#TopPage .main .slide5 .back {
  background-position: center bottom;
}
@media screen and (max-width: 640px) {
  #TopPage .main {
    /*margin-top: 81px;*/
    /*height: calc(100vh - 80px)!important;*/
    margin-top: auto;
    height: auto!important;
  max-height: 100vh!important; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  max-height: calc(var(--vh, 1vh) * 100)!important;
  }
}
#TopPage .main .conte {
    position: relative;
    width: 100%;
}
#TopPage .main .swiper-slide figure {
  position: absolute;
  top: 25vh;
  left: min(300px, 14vw);
  width: 28vw;
  min-width: 380px;
}
@media screen and (max-width: 640px) {
  #TopPage .main .swiper-slide figure {
    top: 28vh;
    left: 5%;
    width: 60vw;
  }
}
#TopPage .main .slide5 figure {
  top: 30vh;
  left: 0;
  right: 0;
  margin: auto;
  width: 28vw;
  min-width: 380px;
}
@media screen and (max-width: 640px) {
  #TopPage .main .slide5 figure {
    top: 40vh;
    left: 5%;
    right: auto;
  }
}
#TopPage .main .swiper-slide .back {
    height: calc(100vh - 100px);
}
@media screen and (max-width: 640px) {
  #TopPage .main .swiper-slide .back {
    /*height: calc(100vh - 80px);*/
    height: calc(100vh);
  }
}

@media screen and (max-width: 640px) {
  #TopPage .main .slide1 .back {
    background-position: center 60px;
  }
  #TopPage .main .slide2 .back {
    background-position: -58vh center;
  }
  #TopPage .main .slide3 .back {
    background-position: -15vw 80px!important;
  }
  #TopPage .main .slide4 .back {
    background-position: center 60px;
  }
  #TopPage .main .slide5 .back {
    background-position: -5vw bottom;
  }
}



#TopPage .main .RecBnr {
  position: absolute;
  bottom: 70px;
  right: 70px;
  width: 160px;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.RecBnr a.Career {
  margin-top: 20px;
  text-align: center;
  padding: 10px;
  color: #fff;
  border: 1px solid #fff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 110%;
  display: block;
}
@media screen and (max-width: 640px) {
  #TopPage .main .RecBnr {
    bottom: 50px;
    left: 40px;
    z-index: 3;
  }
  .RecBnr a.Career {
    font-size: 100%!important;
  }
}

#TopPage .main {
  position: relative;
}
#TopPage .main .scroll_txt {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  color: #fff;
  text-align: center;
}
#TopPage .main a.scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
#TopPage .main a.scroll span {
  position: absolute;
  bottom: 6px;
  left: 80%;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
#TopPage .main a.scroll span {
  display: none;
}
#TopPage .main .scroll_txt {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  width: 2em;
  bottom: 90px;
}
#TopPage .main a.scroll {
  width: auto;
  display: inline-block;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 140px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: none;
  -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    animation: none;
    border-bottom: none;
}

#TopPage .main a.scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #fff;
}

#TopPage .main a.scroll::after {
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

#TopPage .main .slide3 .back {
    background-image: url(../img/top/main03_sp.jpg);
    background-position: center;
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
}


@keyframes zoomUp {
  from {
    opacity: 1;
    transform: translateX(0) scale(1); }
  65% {
    opacity: 1;
    transform: translateX(0) scale(1); }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1); }
  }

.main .NewsArea {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 40px;
  color: #fff;
  max-width: 40%;
}
@media screen and (max-width: 640px) {
  .main .NewsArea {
    bottom: -180px;
    left: 0px;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #333;
    max-width: 100%;
    background: #fff;
  }
}

.main .NewsArea dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .main .NewsArea dl {
    padding: 10px 40px 8px;
    position: relative;
  }
  .main .NewsArea dl dl {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.main .NewsArea dl dt {
  display: flex;
}
.main .NewsArea dl dt p {
  margin-right: 1em;
}
.main .NewsArea dl dt p:nth-child(1) {
  font-weight: bold;
  padding-right: 1em;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .main .NewsArea dl dt p:nth-child(1) {
    border-right: 1px solid #000;
  }
}
.main .NewsArea dl dd {
  margin-right: 1.5em;
}

@media screen and (max-width: 640px) {
  .main .NewsArea dl dd {
    width: 84%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}


.main .NewsArea dl a.NewsList {
  background-color: #009eb8;
  padding: 2px 6px;
  display: inline-block;
  margin: 5px 0;
  white-space: nowrap;
    color: #fff;
}
@media screen and (max-width: 640px) {
  .main .NewsArea .SpNewsList {
    position: absolute;
    right: 40px;
    top: 10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #009eb8;
    color: #fff;
  }
}

/************************コンテンツ************************/
#TopPage #Vision {
  /*padding-top: 200px;*/
  /*margin-top:-100px;*/
    padding-bottom: 0;
    height: calc(100vh - 0px);
    min-height: 830px;
}
@media screen and (max-width: 640px) {
  #TopPage #Vision {
    padding: 4em 0 0;
  }
}
#TopPage #Vision .TextBox {
  text-align: center;
  margin: 20vh auto;
}
@media screen and (max-width: 640px) {
  #TopPage #Vision .TextBox {
    text-align: left;
    padding: 0 6%;
    margin: 10vh auto;
  }
}

#TopPage #Vision .TextBox .titleout {
  font-weight: bold;
  margin-top: 6vh;
}
@media screen and (max-width: 640px) {
  #TopPage #Vision .TextBox .titleout {
    margin-bottom: .5em;
  }
}
#TopPage #Vision .TextBox p {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #TopPage #Vision .TextBox p {
    text-align: justify;
    line-height: 1.5;
  }
}

#TopPage section .Inner1080 ,
#TopPage article .Inner1080 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #TopPage section .Inner1080 {
    padding-left: 6%;
    padding-right: 6%;
  }
}
#TopPage .col4 figure {
  width: 25%;
}
@media screen and (max-width: 640px) {
  #TopPage .col4 figure {
    width: 50%;
  }
}

/******About******/
#TopPage section#About {
  margin-top: 0;
  padding: 100px 0 0;
  background: url(../img/top/top_about.jpg) no-repeat center left;
  background-size: cover;
  color: white;
  display: flex;
}

@media screen and (max-width: 640px) {
  #TopPage section#About {
    padding: 5em 0 0;
    background-position:  -150vw 80px;
  }
  #TopPage section#About > div > div {
    margin-bottom: 30px;
  }
}
#TopPage section#About h2,
#TopPage section#Service h2,
#TopPage section#Technology h2,
#TopPage section#Other h2 {
  font-size: 1.5em;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid #ff0000;
}
#TopPage section#About .svg_title {
  width: 50%;
}
@media screen and (max-width: 640px) {
  #TopPage section#About .svg_title {
    width: 60%;
  }
  #TopPage section#About p {
    margin: 20px 0 20px!important;
    line-height: 1.45;
  }
}

#TopPage section#Service {
  margin-top: 0;
  padding: 14em 0 0;
  background: url(../img/top/top_service.jpg) no-repeat top center;
  background-size: cover;
  color: white;
}
@media screen and (max-width: 640px) {
  #TopPage section#Service {
    padding: 5.3em 0 0;
    background-position: -80vw 80px;
  }
  #TopPage section#Service p {
    margin: 40px 0 40px!important;
    line-height: 1.45;
  }
}
#TopPage section#Service .InnerService {
  margin-left: 40%;
}

@media screen and (max-width: 640px) {
  #TopPage section#Service .InnerService {
    margin-left: 0%;
  }
}
#TopPage section#Service .svg_title {
  width: 50%;
}

#TopPage section#About .AboutNav {
  width: 49%;
  margin-bottom: 10px;
  background-color: #fff;
}

/******Service******/

/******Technology******/
#TopPage section#Technology {
  margin-top: 0;
  padding: 18em 0 0;
  background: url(../img/top/top_technology.jpg) no-repeat top center;
  background-size: cover;
  color: white;
}
@media screen and (max-width: 640px) {
  #TopPage section#Technology {
    padding: 5.3em 0 0;
  }
  #TopPage section#Technology p {
    margin: 40px 0 60px!important;
    line-height: 1.45;
  }
}
#TopPage section#Technology .svg_title {
  width: 77%;
}

/******Other******/
#TopPage section#Other {
  margin-top: 0;
  padding: 21em 0 18em;
  background: url(../img/top/top_others.jpg) no-repeat top center;
  background-size: cover;
  color: white;
    display: flex;
}
@media screen and (max-width: 640px) {
  #TopPage section#Other {
    padding: 6em 0 0;
    background: url(../img/top/top_others.jpg) no-repeat -30px 70px;
    background-size: 130vh;
    height: 100vh;
  }
}
#TopPage section#Other .svg_title {
  width: 55%;
}
#TopPage section#Other .Inner1080 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  #TopPage section#Other .Inner1080 {
    margin-top: 0;
    display: block;
  }
  #TopPage section#Other .Inner1080 p {
    margin-top: 40px;
  }
}

/******NewsTopi******/
#TopPage #NewsTopi {
  margin-top: 0;
  /*padding: 10em 0 42em;*/
  padding: 10em 0 3em;
  background: url(../img/top/bg_news.jpg) no-repeat bottom right;
  background-size: cover;
  color: white;
  position: relative;
      height: auto!important;
}
@media screen and (max-width: 640px) {
  #TopPage #NewsTopi {
    /*padding: 6em 0 23em;*/
    padding: 6em 0 1em;
    background: url(../img/top/bg_news.jpg) no-repeat -235vw bottom;
    background-size: cover;
  }
}
#TopPage #NewsTopi .NewsTopiBox {
  padding: 40px;
  background: #fff;
  color: #000;
  width: 100%;
  margin-bottom: 60px;
}
#TopPage #NewsTopi .NewsTopiBox h2 {
  margin-bottom: 30px;
  width: 57%;
}
@media screen and (max-width: 640px) {
  #TopPage #NewsTopi .NewsTopiBox h2 {
    width: 75%;
    margin-bottom: 16px;
  }
  #TopPage #NewsTopi .NewsTopiBox p.sptitle {
    font-size: 1.1em;
    color: #009eb8;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid #ff0000;
    margin-bottom: 50px;
  }
}
#TopPage #NewsTopi .NewsTopiBox dl {
  border-top: 1px solid #888;
  padding: 25px 0;
}
#TopPage #NewsTopi .NewsTopiBox dl:last-of-type {
  border-bottom: 1px solid #888;
}
#TopPage #NewsTopi .NewsTopiBox dl dt {
  width: 10em;
  color: #009eb8;
}
#TopPage #NewsTopi .NewsTopiBox dl dd {
  width: calc(100% - 10em);
}
@media screen and (max-width: 640px) {
  #TopPage #NewsTopi .NewsTopiBox dl {
    font-size: .9em;
  }
  #TopPage #NewsTopi .NewsTopiBox dl dt {
    width: 7em;
  }
  #TopPage #NewsTopi .NewsTopiBox dl dd {
    width: calc(100% - 7em);
  }
}
#TopPage #NewsTopi .NewsTopiBox dl dd a {
  color: #000;
}

#TopPage #NewsTopi .NewsTopiBox dl dd a div {
  display: block;
  position: relative;
  padding: .5em 40px .5em 1.5em;
  color: #fff;
  background-color: #009eb8;
  transition: 0.3s;
  width: 200px;
  font-weight: bold;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 640px) {
  #TopPage #NewsTopi .NewsTopiBox dl dd a div {
    display: none;
  }
}
#TopPage #NewsTopi .NewsTopiBox dl dd a p {
  width: calc(100% - 220px);
}
@media screen and (max-width: 640px) {
  #TopPage #NewsTopi .NewsTopiBox dl dd a p {
    width: 100%;
  }
}

#TopPage #NewsTopi .NewsTopiBox dl dd a divhover {
  opacity: .9;
}
#TopPage #NewsTopi .NewsTopiBox dl dd a div::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0px;
  width: 50px;
  height: 18px;
  transition: 0.3s;
  background-image: url(../img/top/allow_white.svg);
  background-repeat: no-repeat;
}
#TopPage #NewsTopi .NewsTopiBox dl dd a div:hover::after {
  transform: translateX(10px);
}

#TopPage #NewsTopi .h24d365 {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 340px;
}

#TopPage #NewsTopi .CTA {
  background: rgba(0, 158, 184, .5);
  padding: 40px;
  text-align: center;
}
#TopPage #NewsTopi .CTA a {
  display: block;
  color: #fff;
}
#TopPage #NewsTopi .CTA a .Title {
  width: 25%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 640px) {
  #TopPage #NewsTopi .CTA a .Title {
    width: 50%;
  }
}
#TopPage #NewsTopi .CTA p {
  font-weight: bold;
  font-size: 1.1em;
  display: inline-block;
  margin: auto;
  padding-bottom: 4px;
  border-bottom: 2px solid #ff0000;
}


/******ボタンデザイン******/
.button16 a,
.button16_arrow a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 90px 1em 1.5em;
  color: #fff;
  background-color: #009eb8;
  transition: 0.3s;
  width: 100%;
  max-width: 260px;
  font-weight: bold;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 640px) {
  .button16 a,
  .button16_arrow a {
    margin: 0;
    max-width: 50%;
  }
}
.button16 a:hover,
.button16_arrow a:hover {
  opacity: .9;
}
.button16 a::after,
.button16_arrow a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
  transform: translateY(-50%);
  background-color: #fff;
  transition: 0.3s;
}
.button16 a:hover::after,
.button16_arrow a:hover::after {
  transform: translateX(20px);
}


/******フッター******/
footer {
  position: relative;
}
footer .h24d365 {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
    width: 340px;
}
footer .BgBridge {
  background: url(../img/top/bg_bottom.jpg) no-repeat bottom right;
  position: relative;
  height: calc(100vh - 300px);
}
@media screen and (max-width: 640px) {
  footer .BgBridge {
    height: calc(100vh - 520px);
    background: url(../img/top/bg_bottom.jpg) no-repeat -235vw bottom;
  }
}
footer .FootBox {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #fff;
}
footer #footerBg {
    width: auto;
    background: #fff;
    width: 100%;
    padding: 50px 0;
    text-align: center;
    width: 340px;
    margin: auto;
}
@media screen and (max-width: 640px) {
  footer #footerBg {
    width: 400px;
    padding: 20px 0 10px;
  }
}
footer #copyBox {
    background: #009eb8;
    padding: 1.5em 0;
    text-align: center;
    color: #fff;
}
footer #copyBox a.copy {
  color: #fff;
}


footer #copyBox ul.nav-footer-user {
  margin-bottom: 30px;
}
footer #copyBox ul.nav-footer-user li {
  margin: 0 6px;
  padding-left: 12px;
  border-left: 1px solid #fff;
  font-size: .9em;
}
footer #copyBox ul.nav-footer-user li:last-of-type {
  border-right: 1px solid #fff;
  padding-right: 12px;
}
@media screen and (max-width: 640px) {
  footer #copyBox ul.nav-footer-user {
    display: block;
    margin-bottom: 60px;
  }
  footer #copyBox ul.nav-footer-user li {
    margin: 10px 0;
    padding-left: 0;
    padding-bottom: 10px;
    border-left: none;
    border-bottom: 1px solid #fff;
    font-size: 1.2em;
  }
  footer #copyBox ul.nav-footer-user li:last-of-type {
    border-right: none;
  }
}
footer #copyBox ul.nav-footer-user li a {
    color: #fff;
}
@media screen and (max-width: 640px) {
  footer #copyBox ul.nav-footer-user li a {
    display: block;
  }
}
footer #copyBox ul.sns {
  margin-bottom: 60px;
}
footer #copyBox ul.sns li {
  margin: 0 10px;
  width: 22px;
}
@media screen and (max-width: 640px) {
  footer #copyBox ul.sns li {
    margin: 0 6%;
    width: 12%;
  }
}
footer #copyBox ul.sns li a {
    color: #fff;
}
footer #copyBox .inner {
  width: 100%;
    max-width: 1200px;
    align-items: center;
    margin: auto;
}


/******調整******/
.HeightAll {
  height: calc(100vh - 100px);
  padding-top: 1px;
 }
 .PosRel {
  position: relative;
 }
 .PosAbs {
  position: absolute;
 }
 .PosBottom {
  bottom: 0;
 }



section {
  min-height: 100vh!important; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  min-height: calc(var(--vh, 1vh) * 100)!important;
}
