@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.commonCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonIndent {
  margin-left: 1rem;
  text-indent: -1rem;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
    max-width: 100%;
    height: auto;
  }
}
.mt00 {
  margin-top: 0;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb00 {
  margin-bottom: 0;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt00 {
  padding-top: 0;
}

.pt15 {
  padding-top: 15px;
}

.pt30 {
  padding-top: 30px;
}

.pt60 {
  padding-top: 60px;
}

.pb00 {
  padding-bottom: 0;
}

.pb15 {
  padding-bottom: 15px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb60 {
  padding-bottom: 60px;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

/*-------
抗菌コーディング（キャンペーン名）
---------*/
.container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

body {
  background-color: #F5FBFF;
  margin: 0;
}

li {
  list-style: none;
}

h2 {
  margin: 0;
  text-align: center;
  transform: translateY(-50%);
  font-size: 45px;
  z-index: 10;
  color: #003A77;
  font-weight: 900;
  text-shadow: 5px 0 0 rgb(255, 255, 255), 0 5px 0 rgb(255, 255, 255), -5px 0 0 rgb(255, 255, 255), 0 -5px 0 rgb(255, 255, 255);
}

.BackSky {
  position: relative;
}
.BackSky::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) skewY(-2.4deg);
  display: block;
  width: 100%;
  height: 105%;
  background-color: #d8f3ff;
  opacity: 0.8;
  z-index: -10;
}
.BackSky::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) skewY(-2.4deg);
  display: block;
  width: 100%;
  height: 97%;
  background: url(/public_html/assets/img/campaign/coating/skyBg.jpg);
  z-index: -20;
}

#RM {
  font-size: 0.6em;
  vertical-align: top;
  font-weight: lighter;
}

.RM {
  font-size: 0.8em;
  vertical-align: top;
  font-weight: lighter;
}

.CoatingKV img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.TopText {
  position: relative;
  padding: 20px 0;
  font-size: 22px;
  text-align: center;
  background-color: #FBD566;
}
.TopText img {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
}
.TopText img:first-of-type {
  left: 0;
}
.TopText img:last-of-type {
  right: 0;
}
.TopText span:first-of-type {
  font-weight: bold;
}
.TopText span:last-of-type {
  font-size: 14px;
}

.video {
  text-align: center;
}
.video p {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin: 40px 0;
}
.video p::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: -10%;
  top: 50%;
  width: 10%;
  height: 1px;
  transform: translateY(-50%) rotate(45deg);
  background-color: #FBD566;
}
.video p::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: -10%;
  top: 50%;
  width: 10%;
  height: 1px;
  transform: translateY(-50%) rotate(-45deg);
  background-color: #FBD566;
}
.video .box {
  position: relative;
  height: 0;
  width: 90%;
  padding-top: 55%;
  margin: 0 auto 150px;
}
.video .box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature {
  position: relative;
  text-align: center;
  margin: 10vh 0 0;
}
.feature h2 {
  position: relative;
}
.feature ul {
  padding: 15vh 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.feature ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22%;
  height: 200px;
  background-color: #fff;
  border: 3px solid #FBD566;
  font-size: 20px;
  font-weight: bold;
}
.feature ul li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  transform: translate(10px, 10px);
  background-color: #FBD566;
  z-index: -5;
}
.feature ul li p span {
  font-size: 16px;
  font-weight: normal;
}
.feature ul li img {
  position: absolute;
  top: -110px;
  left: 0;
  width: 50%;
}

.structure {
  text-align: center;
}
.structure h2 {
  transform: translateY(-50%);
}
.structure p {
  font-size: 20px;
}
.structure p:first-of-type {
  margin-top: 40px;
}
.structure p:last-of-type {
  font-size: 14px;
}
.structure p span {
  font-weight: bold;
}
.structure .sup {
  margin: 50px 0 30px;
}
.structure .borderY {
  position: relative;
}
.structure .borderY::before {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FBD566;
  z-index: -10;
}

.effect {
  position: relative;
  text-align: center;
  margin: 10vh 0 0;
}
.effect h2 {
  position: relative;
}
.effect .box {
  display: flex;
  justify-content: space-around;
  padding: 10vh 0 15vh;
}
.effect .box .content {
  position: relative;
  width: 200px;
  height: 200px;
}
.effect .box .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: matrix(0.71, 0.71, -0.71, 0.71, -100, 0);
  background-color: #fff;
  border: 3px solid #FBD566;
}
.effect .box .content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: matrix(0.71, 0.71, -0.71, 0.71, -80, 5);
  background-color: #FBD566;
  z-index: -5;
}
.effect .box .content p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  width: 110%;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}
.effect .box .content p span {
  font-weight: normal;
  font-size: 16px;
}

.cost {
  padding-bottom: 15vh;
}
.cost h2 {
  position: relative;
}
.cost h2::before {
  content: "※表示価格は税込です";
  position: absolute;
  bottom: -35%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: normal;
  font-size: 16px;
  color: #333;
  text-shadow: none;
}
.cost .content {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 90px;
}
.cost .content .TruckText {
  flex-direction: column;
}
.cost .content .text {
  margin-left: 40px;
  width: 40%;
  text-align: left;
}
.cost .content .text p {
  font-size: 35px;
  margin: 0;
  font-weight: bold;
}
.cost .content .text p span {
  font-size: 20px;
  font-weight: normal;
}
.cost .content .text .FontSmall {
  font-size: 16px;
  font-weight: normal;
}
.cost .content .text .box {
  display: flex;
}
.cost .content .text .box p {
  font-size: 40px;
}
.cost .table {
  text-align: center;
  margin-bottom: 30px;
}
.cost dl {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #707070;
}
.cost dl dt {
  width: 40%;
  font-size: 40px;
  font-weight: bold;
}
.cost dl dt span {
  font-size: 22px;
}
.cost dl dd {
  width: 60%;
}
.cost dl dd ul {
  margin: 0;
}
.cost dl dd ul .BB {
  border-bottom: 1px solid #707070;
}
.cost dl dd ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding: 20px 0;
}
.cost dl dd ul li .price {
  width: 60%;
  font-size: 40px;
  font-weight: bold;
  display: flex;
}
.cost dl dd ul li .price .FS {
  font-size: 16px;
}
.cost dl dd ul li .price span {
  font-size: 20px;
  font-weight: normal;
}

svg .btn1, svg .btn2 {
  fill: rgb(224, 224, 224);
}
svg .btn1.on {
  fill: rgb(150, 180, 213);
}
svg .btn2.on {
  fill: rgb(150, 180, 213);
}

#nidai {
  cursor: pointer;
}

.ChangeBtn {
  display: flex;
  align-items: flex-end;
  border-bottom: solid #FBD566 3px;
  font-size: 31px;
  font-weight: bold;
}
.ChangeBtn .kyabu {
  width: 50%;
  background-color: #E0E0E0;
}

.ChangeBtn .kyabu .on {
  line-height: 60px;
  background-color: #FBD566;
}
.ChangeBtn .LP {
  width: 50%;
  background-color: #E0E0E0;
}
.ChangeBtn .LP span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
}
.ChangeBtn .LP .on {
  line-height: 60px;
  background-color: #FBD566;
}
.ChangeBtn .on {
  line-height: 60px;
  background-color: #FBD566;
}

.guid {
  font-size: 16px;
  text-align: center;
  margin: 43px 0;
}

.SizeBox {
  position: relative;
  width: 40%;
  text-align: center;
}

p {
  margin: 0;
}

.size {
  position: absolute;
  left: 50%;
  max-width: 190px;
  transform: translateX(-50%);
  font-size: 28px;
  font-weight: bold;
  border-radius: 10px;
}

.size1 {
  width: 40%;
  padding: 10px 20px;
  color: #fff;
  background-color: #003A77;
}

.size2 {
  width: 100%;
  padding: 10px 0px;
  color: #003A77;
  background-color: #fff;
  border: #003A77 solid 3px;
}

.TableBox {
  display: none;
}

.TableBox1.on {
  display: block;
}

.TableBox2.on {
  display: block;
}

.TableBox2 dt {
  width: 30% !important;
}
.TableBox2 dd {
  margin-left: 0;
  width: 70% !important;
}
.TableBox2 li {
  align-items: center !important;
}
.TableBox2 li .SizeBox {
  width: 40%;
}
.TableBox2 li .SizeBox .size {
  transform: translate(-50%, -50%);
}
.TableBox2 li .length {
  width: 20%;
  font-size: 20px;
}
.TableBox2 li .price {
  letter-spacing: -2px;
  width: 40% !important;
}

.flow {
  text-align: center;
  padding-bottom: 15vh;
  position: relative;
}
.flow svg {
  margin-top: 40px;
}
.flow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) skewY(-2.4deg);
  display: block;
  width: 100%;
  height: 102%;
  background-color: #d8f3ff;
  opacity: 0.8;
  z-index: -10;
}
.flow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) skewY(-2.4deg);
  display: block;
  width: 100%;
  height: 98%;
  background: url(/public_html/assets/img/campaign/coating/skyBg.jpg);
  z-index: -20;
}
.flow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.flow ul .MR {
  position: relative;
  margin-right: 9%;
}
.flow ul .MR::before {
  content: "";
  position: absolute;
  top: 30%;
  right: -25%;
  width: 0;
  height: 0;
  border-left: 40px solid #003A77;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.flow ul .ML::after {
  content: "";
  position: absolute;
  top: 30%;
  left: -25%;
  width: 0;
  height: 0;
  border-left: 40px solid #003A77;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.flow ul li {
  position: relative;
  width: 25%;
  margin-top: 80px;
}
.flow ul li .img2 {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  object-fit: cover;
}
.flow ul li .img1 {
  position: absolute;
  left: -10%;
  top: -10%;
}
.flow ul li p {
  font-size: 20px;
  line-height: 40px;
}
.flow .dis1, .flow .dis2 {
  display: none;
}
.flow .dis1.on {
  display: inline-block;
}
.flow .dis2.on {
  display: inline-block;
}
.flow .exp {
  position: relative;
  display: inline-block;
  transform: translateX(-10%);
  font-size: 16px;
  padding: 8px 10px;
  margin-top: 15px;
  background-color: #fff;
  border-radius: 20px;
  z-index: 100;
}
.flow .exp::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 3%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 30px solid transparent;
  z-index: -10;
  opacity: 0.9;
}
.flow .exp span {
  font-weight: bold;
}
.flow .exp span .on {
  display: inline-block;
}

.application {
  text-align: center;
}
.application p {
  font-size: 20px;
  line-height: 40px;
  margin: 50px 0 120px;
}

.LinkBtn {
  text-align: center;
  background-color: #fff;
  padding: 10vh 0;
}
.LinkBtn p {
  position: relative;
  font-size: 22px;
  font-weight: bold;
}
.LinkBtn .ContactTtl {
  display: inline-block;
  margin-bottom: 20px;
}
.LinkBtn .ContactTtl::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: -10%;
  top: 50%;
  width: 7%;
  height: 1px;
  transform: translateY(-50%) rotate(45deg);
  background-color: #FBD566;
}
.LinkBtn .ContactTtl::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: -10%;
  top: 50%;
  width: 7%;
  height: 1px;
  transform: translateY(-50%) rotate(-45deg);
  background-color: #FBD566;
}
.LinkBtn a {
  text-decoration: none;
  color: #333333;
}
.LinkBtn .truckBtn {
  position: relative;
  width: 90%;
  max-width: 790px;
  height: 103px;
  margin: 0 auto 80px;
  z-index: 100;
}
.LinkBtn .truckBtn a {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 30px;
  line-height: 103px;
  font-weight: bold;
  border-radius: 20px;
  background-color: #FBD566;
}
.LinkBtn .truckBtn a img {
  transform: translate(-45%, 15%);
}
.LinkBtn .truckBtn::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 8px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background-color: #B57A3F;
  z-index: -10;
}
.LinkBtn .ContactBtn {
  width: 662px;
  height: 74px;
  margin: 30px auto;
  background-color: #FFF4D3;
  position: relative;
  border-radius: 20px;
  z-index: 100;
}
.LinkBtn .ContactBtn a {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 26px;
  line-height: 74px;
  font-weight: normal;
  border-radius: 20px;
  background-color: #FFF4D3;
}
.LinkBtn .ContactBtn a img {
  transform: translate(-45%, 15%);
}
.LinkBtn .ContactBtn::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 8px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background-color: #E2B78C;
  z-index: -10;
}

@media only screen and (max-width: 768px) {
  .container {
    width: 95%;
  }
  h2 {
    font-size: 30px;
  }
  .TopText {
    font-size: 16px;
  }
  .TopText span:last-of-type {
    font-size: 12px;
  }
  .video p {
    font-size: 16px;
    margin: 20px 0;
  }
  .video p::before {
    left: -15%;
    width: 20%;
    transform: translateY(-50%) rotate(60deg);
  }
  .video p::after {
    right: -15%;
    width: 20%;
    transform: translateY(-50%) rotate(-60deg);
  }
  .video .box {
    width: 100%;
    margin: 0 auto;
  }
  .BackSky::before {
    height: 101%;
  }
  .BackSky::after {
    height: 98%;
  }
  .structure p {
    font-size: 16px;
  }
  .structure .sup {
    margin: 30px 0 100px;
  }
  .structure p:first-of-type {
    margin-bottom: 15px;
  }
  .structure p:last-of-type {
    font-size: 12px;
  }
  .feature ul {
    padding: 45px 0;
    flex-direction: column;
  }
  .feature ul li {
    height: 110px;
    width: 85%;
    max-width: 400px;
    margin: 0 auto 90px;
  }
  .feature ul li p {
    font-size: 16px;
  }
  .feature ul li img {
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
  }
  .structure p:first-of-type {
    margin-top: 0;
  }
  .effect .box .content {
    width: 140px;
    height: 140px;
    transform: translateX(20%);
  }
  .effect .box .content::before {
    transform: matrix(0.71, 0.71, -0.71, 0.71, -95, 0);
  }
  .effect .box .content p {
    font-size: 14px;
    line-height: 24px;
  }
  .effect .box .content p span {
    font-size: 12px;
  }
  .cost .content .text .FontSmall {
    font-size: 12px !important;
  }
  .effect .box {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .effect .box .content {
    margin: 0 auto 90px;
  }
  .effect .box .content p {
    width: 130%;
    transform: translate(-60%, -45%);
  }
  .cost h2::before {
    font-size: 12px;
    width: 100vw;
  }
  .cost .content {
    margin-top: 5vw;
  }
  .cost .content .text p {
    font-size: 22px !important;
  }
  .cost .content .text p span {
    font-size: 16px;
  }
  .cost .content .text {
    margin-left: 10px;
    width: 40vw;
  }
  .cost .content .text .box img {
    width: 14%;
  }
  .cost dl dd ul li {
    padding: 13px 0;
  }
  .TableBox {
    transform: translateY(-60px);
    max-width: 500px;
    margin: 0 auto;
  }
  svg {
    width: 30%;
  }
  .guid {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .ChangeBtn {
    margin-bottom: 70px;
    font-size: 18px;
  }
  .ChangeBtn .on {
    line-height: 45px;
  }
  .cost {
    padding-bottom: 50px;
  }
  .cost dl dt {
    width: 40%;
    font-size: 18px;
  }
  .cost dl dt span {
    font-size: 12px;
  }
  .cost dl dd {
    width: 60%;
    margin: 0;
  }
  .cost dl dd ul {
    padding: 0;
  }
  .cost .content {
    align-items: center;
  }
  .ChangeBtn .LP span {
    font-size: 12px;
  }
  .SizeBox {
    width: 35%;
    margin-right: 8px;
  }
  .size {
    font-size: 14px;
    white-space: nowrap;
    border-radius: 5px;
  }
  .size1 {
    padding: 5px 15px;
  }
  .size2 {
    width: 100%;
    padding: 5px 4px;
    max-width: 90px;
  }
  .TableBox2 li .SizeBox {
    width: 30%;
  }
  .TableBox2 li .length {
    font-size: 12px;
  }
  .TableBox2 li .price {
    letter-spacing: -1px;
  }
  .cost dl dd ul li .price {
    width: 65%;
    font-size: 18px;
  }
  .cost dl dd ul li .price img {
    width: 25px;
  }
  .cost dl dd ul li .price .FS {
    font-size: 8px;
    letter-spacing: -1px;
  }
  .flow::before {
    height: 101%;
  }
  .flow::after {
    height: 99%;
  }
  .flow ul {
    flex-direction: column;
  }
  .flow ul .none {
    margin-bottom: 0;
  }
  .flow ul li {
    width: 90%;
    margin: 0 auto;
  }
  .flow ul .MR {
    margin: 0 auto 110px;
  }
  .flow ul .MR:first-of-type {
    margin: 0 auto 20px;
  }
  .flow ul .MR::before {
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #003A77;
  }
  .flow ul .exp {
    position: relative;
    margin-top: 0;
  }
  .flow ul .exp::before {
    content: "";
    top: 140%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #003A77;
  }
  .flow ul .MR:first-of-type {
    position: relative;
  }
  .flow ul .MR:first-of-type::after {
    content: "";
    position: absolute;
    top: 105% !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #003A77;
  }
  .none::after {
    display: none;
  }
  .flow ul .MR:first-of-type::before {
    display: none;
  }
  .flow ul li p {
    padding: 0;
    font-size: 12px;
    line-height: 20px;
  }
  .flow ul li .img1 {
    top: -18%;
    left: 50%;
    transform: translateX(-50%);
    width: 22vw;
  }
  .flow ul li .img2 {
    height: 50vw;
    margin-bottom: 0;
  }
  .flow ul .exp {
    transform: none;
    margin-bottom: 120px;
    font-size: 12px;
    text-align: left;
  }
  .flow .exp::before {
    top: -20%;
    left: 6%;
  }
  .flow ul .exp::after {
    content: "";
    position: absolute;
    top: -25%;
    left: 5%;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 30px solid transparent;
    z-index: -10;
    opacity: 0.9;
  }
  .flow ul li.MB {
    position: relative;
    margin-bottom: 100px !important;
  }
  .flow ul li.MB::before {
    content: "";
    position: absolute;
    top: 105% !important;
    left: 50%;
    transform: translateX(-50%);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #003A77;
  }
  .application p {
    margin: 0px 0 40px;
    font-size: 16px;
    line-height: 25px;
  }
  .LinkBtn {
    padding: 3vh 0;
  }
  .LinkBtn p {
    font-size: 16px;
  }
  .LinkBtn p:last-of-type {
    font-size: 14px;
  }
  .LinkBtn .ContactTtl::before {
    left: -15%;
    width: 20%;
    transform: translateY(-50%) rotate(60deg);
  }
  .LinkBtn .ContactTtl::after {
    right: -15%;
    width: 20%;
    transform: translateY(-50%) rotate(-60deg);
  }
  .LinkBtn .truckBtn {
    width: 90%;
    height: 56px;
    margin: 0 auto 40px;
    max-width: 400px;
  }
  .LinkBtn .truckBtn::before {
    bottom: -4px;
    left: 4px;
  }
  .LinkBtn .truckBtn a {
    line-height: 56px;
    font-size: 18px;
  }
  .LinkBtn .truckBtn a img {
    width: 20px;
  }
  .LinkBtn .ContactBtn {
    width: 80vw;
    height: 44px;
    max-width: 300px;
  }
  .LinkBtn .ContactBtn a {
    line-height: 44px;
    font-size: 16px;
  }
  .LinkBtn .ContactBtn::before {
    bottom: -4px;
    left: 4px;
  }
  .LinkBtn .ContactBtn a img {
    width: 15px;
  }
  .flowSvg {
    width: 60%;
    max-width: 128px;
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 400px) {
  .cost .content .text {
    width: 60%;
  }
  .LinkBtn p {
    font-size: 16px;
  }
  .flow ul .exp::after {
    top: -20%;
  }
  .TableBox2 li .price {
    letter-spacing: -2px;
  }
  .TableBox2 li .length {
    letter-spacing: -1px;
  }
  .TableBox2 li .length {
    width: 25%;
  }
  .TableBox2 li .size2 {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .TopText img {
    display: none;
  }
  .flow .exp {
    transform: none;
  }
  .size2 {
    letter-spacing: -2px;
  }
  h2 {
    text-shadow: 2px 0 0 rgb(255, 255, 255), 0 2px 0 rgb(255, 255, 255), -2px 0 0 rgb(255, 255, 255), 0 -2px 0 rgb(255, 255, 255);
  }
}