body{
  background-color: #fff;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
.ec-solutions-section-1{
  position: relative;
}
.ec-solutions-section-1 .section-top-pic{
  text-align: center;
}
.ec-solutions-section-1 .section-top-pic img{
  width: 100%;
}
.ec-solutions-section-1 .section-top-pic2{
  background-image: linear-gradient(0deg, #f9f9f9 5%, #fff 5%);
}
.ec-solutions-section-1 .section-top-text{
  text-align: center;
  padding: 90px 0;
  background: url(../images/solutions/ec-solutions-top-bg3.png) #f9f9f9 no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.ec-solutions-section-1 .section-top-text h1{
  margin: 0;
  font-size: 2.4vw;
  color: #d51b19;
}
.ec-solutions-section-1 .section-top-text p{
  font-size: 1.5vw;
  margin-top: 30px;
}
.ec-solutions-section-1 .section-top-text .btn-group{
  width: 380px;
  height: 65px;
  font-size: 24px;
}
.ec-solutions-section-1 .section-top-text .section-btn{
  margin-top: 80px;
}
.ec-solutions-main .btn-group::after{
  display: none;
}
.font-red{
  color:#d4171a;
}
.section-btn{
  align-items: center;
  justify-content: center;
}
.ec-solutions-section-2{
  padding: 180px 0;
}
.ec-solutions-section-2 .inner{
  width: 1000px;
}
.ec-solutions-section h2{
  text-align: center;
  font-size: 42px;
  margin:0 0 180px;
}
.ec-solutions-section-2 .feature-section ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
}
.ec-solutions-section-2 .feature-section ul li{
  list-style: none;
  position: relative;
  width: 44%;
  text-align: center;
  margin-bottom:80px;
}
.ec-solutions-section-2 .feature-section ul li .num{
  position: absolute;
  width: 66px;
  left: 10px;
}
.ec-solutions-section-2 .feature-section ul li .num img{
  width: 100%;
}
.ec-solutions-section-2 .feature-section ul li .feature-box img{
  width:25%;
}
.ec-solutions-section-2 .feature-section ul li h3{
  font-size: 32px;
  color: #d41c19;
  min-height: 100px;
  margin-bottom: 15px;
}
.ec-solutions-section-2 .feature-section ul li p{
  font-size: 23.5px;
  text-align: left;
}
.ec-solutions-section .btn-group{
  width: 310px;
  height: 65px;
  font-size: 24px;
}
.ec-solutions-section-3{
  background: url(../images/solutions/case-bg-big.png) #fff no-repeat;
  background-size: cover;
  background-position: center;
  padding: 180px 0;
}
.ec-solutions-section-3 .case-list{
  width:1200px;
  margin:0 auto;
}
.ec-solutions-section-3 .case-list ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
}
.ec-solutions-section-3 .case-list ul li{
  position: relative;
  list-style: none;
  width: 360px;
  height: 589px;
  margin-bottom: 6vw;
}
.ec-solutions-section-3 .case-list ul li img{
  width:100%;
}
.ec-solutions-section-3 .case-list ul li .outer{
  position:absolute;
  top:0;
  width: 100%;
}
.ec-solutions-section-3 .case-list ul li .case-pic{
  margin-left: 19%;
  border-radius: 30px;
  width: 73%;
  overflow: hidden;
}
.ec-solutions-section-3 .case-list ul li .font-vertical{
  /* transform: rotate(90deg); */
  writing-mode: vertical-rl;
  position: absolute;
  top: 65px;
  color: white;
  font-weight: 600;
  left: 19px;
  font-size: 18px;
}
.ec-solutions-section-3 .case-list ul li.case2{
  margin-top: 5vw;
}
.ec-solutions-section-3 .case-list ul li.case2 .case-pic{
  margin-left:18%;
}
.ec-solutions-section-3 .case-list ul li.case2 .font-vertical{
  left: 17px;
  top: 59px;
}
.ec-solutions-section-3 .case-list ul li.case3 .case-pic{
  margin-left:18%;
}
.ec-solutions-section-3 .case-list ul li.case3 .font-vertical{
  left: 17px;
  top: 72px;
}
.ec-solutions-section-3 .case-list ul li.case5{
  margin-top: 5vw;
}
.ec-solutions-section-3 .case-list ul li.case4 .case-pic,.ec-solutions-section-3 .case-list ul li.case5 .case-pic,.ec-solutions-section-3 .case-list ul li.case6 .case-pic{
  margin-left: 14px;
}
.ec-solutions-section-3 .case-list ul li.case4 .font-vertical,.ec-solutions-section-3 .case-list ul li.case5 .font-vertical,.ec-solutions-section-3 .case-list ul li.case6 .font-vertical{
  top: 62px;
  left: unset;
  right: 37px;
}
.ec-solutions-section-3 .case-list ul li.case6 .font-vertical{
  top: 80px;
  right:36px;
}
.ec-solutions-section-3 .case-list ul li .case-qrcode{
  width: 73%;
  height: 96%;
  background-color: rgb(0 0 0 / 50%);
  position: absolute;
  top: 0;
  left: 19%;
  border-radius: 30px;
  display:flex;
  align-items:center;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.ec-solutions-section-3 .case-list ul li:hover .case-qrcode{
    transform: rotateY(0) translateZ(0);
    -webkit-transform: rotateY(0) translateZ(0);
    -moz-transform: rotateY(0) translateZ(0);
    -ms-transform: rotateY(0) translateZ(0);
}
.ec-solutions-section-3 .case-list ul li.case2 .case-qrcode{
  left: 18%;
}
.ec-solutions-section-3 .case-list ul li.case3 .case-qrcode{
  left: 18%;
}
.ec-solutions-section-3 .case-list ul li.case4 .case-qrcode,.ec-solutions-section-3 .case-list ul li.case5 .case-qrcode,.ec-solutions-section-3 .case-list ul li.case6 .case-qrcode{
  left: 12px;
}
.ec-solutions-section-4{
  background: url(../images/solutions/intro-bg.png) #edeff1 no-repeat;
  background-position: center;
  background-size: cover;
  padding: 180px 0;
}
.ec-solutions-section-4 .intro-top img{
  width:100%;
}
.ec-solutions-section-4 .intro-top .youzan-logo{
  width: 4%;
}
.ec-solutions-section-4 h2{
  font-size: 35px;
  text-align: left;
  color:#d4171a;
  margin:0 0 3%;
}
.ec-solutions-section-4 .text-box{
  font-size: 23px;
}
.ec-solutions-section-4 .intro-top .small-font{
  font-size: 23px;
  color: #333;
}
.ec-solutions-section-4 .intro-top .text-box{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}
.ec-solutions-section-4 .intro-top .intro-text{
  font-size: 23px;
}
.ec-solutions-section-4 .intro-top .data-list{
  width: 40%;
}
.ec-solutions-section-4 .intro-top .data-list ul{
  display: flex;
  padding-left: 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.ec-solutions-section-4 .intro-top .data-list ul li{
  background-color: #f7f7f7;
  border-radius: 20px;
  list-style: none;
  width: 49%;
  margin-bottom: 2%;
  text-align: center;
  padding: 2% 0;
}
.ec-solutions-section-4 .intro-top .data-list ul li h3{
  color: #d4171a;
  font-size: 26px;
  margin:0 0 1%;
}
.ec-solutions-section-4 .intro-top .data-list ul li sup{
  font-size: 16px;
}
.ec-solutions-section-4 .intro-top .data-list ul li p{
  font-size: 13px;
}
.ec-solutions-section-4 .intro-bottom{
  margin-top: 9%;
}
.ec-solutions-section-5{
  padding: 180px 0;
}
.ec-solutions-section-5 h2{
  margin:0;
}
.ec-solutions-section-5 .ask-form .ask-list li{
  font-size: 16px;
}
.ec-solutions-section-5 .ask-form .tips{
  font-size: 26px;
  margin-bottom: 5%;
}
.ec-solutions-section-5 .cc-m-form-view-element {
  display: block;
  clear: both;
  padding: 10px 0;
  position: relative;
}
.ec-solutions-section-5 .cc-m-form-view-element>label{
  margin-bottom: 5px;
  display: flex;
  min-height: 1px;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 16px;
  align-items: center;
}
.ec-solutions-section-5 .cc-m-required>label:after {
  color: #fff;
  content: "必須";
  margin-left: 4px;
  background-color: #d4161a;
  font-size: 16px;
  padding: 3px 10px;
  line-height: 1.5;
}
.ec-solutions-section-5 .cc-m-form-view-sortable input[type=text], .j-formnew .cc-m-form-view-sortable input[type=email], .j-formnew .cc-m-form-view-sortable textarea,.j-formnew .cc-m-form-view-sortable input[type=tel]{
  border: 1px solid #d3161a;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #798486;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.5;
  padding: 10px;
  transition: border-color .3s ease-in;
  width: 100%;
}
.ec-solutions-section-5 .person-info-protect iframe{
  width: 100%;
  height: 300px;
  margin: 15px 0;
  overflow-y: scroll;
  border: solid 1px #e9e9e9;
}
.ec-solutions-section-5 .person-info-protect-check{
  text-align: center;
}
.ec-solutions-section-5 input[type=submit]{
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1.5;
  transition: background-color .3s ease-in, border-color .3s ease-in;
  border: none;
  background: linear-gradient(0deg, #b91110 50%, #d41c19 50%);
  color: #fff;
  border-radius: 50px;
  font-size: 24px;
  margin: 20px 0;
  width: 310px;
  height: 65px;
}
.foot-solutions .footer-column-1{
  width:30%;
  justify-content: right;
  flex-direction: row;
}
.foot-solutions .footer-column-2{
  width: 60%;
  justify-content: left;
}
.foot-solutions .footer-column-2 a{
  color: #161616;
  display: flex;
  align-items: center;
}
.foot-solutions .footer-column-2 a::after{
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20512%20512%22%3E%3C!--!Font%20Awesome%20Free%206.6.0%20by%20@fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202024%20Fonticons,%20Inc.--%3E%3Cpath%20d=%22M432%20320H400a16%2016%200%200%200%20-16%2016V448H64V128H208a16%2016%200%200%200%2016-16V80a16%2016%200%200%200%20-16-16H48A48%2048%200%200%200%200%20112V464a48%2048%200%200%200%2048%2048H400a48%2048%200%200%200%2048-48V336A16%2016%200%200%200%20432%20320zM488%200h-128c-21.4%200-32.1%2025.9-17%2041l35.7%2035.7L135%20320.4a24%2024%200%200%200%200%2034L157.7%20377a24%2024%200%200%200%2034%200L435.3%20133.3%20471%20169c15%2015%2041%204.5%2041-17V24A24%2024%200%200%200%20488%200z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 14px;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 1.1rem;
  font-weight: 900;
  color: #A7A7A7;
  height: 16px;
  display: inline-block;
}
.foot-solutions .footer-column-2 .long-space{
  padding-left: 95px;
}
.foot-solutions .tko-font,.foot-solutions .spo-font{
  letter-spacing: 0.15vw;
}

@media screen and (max-width:1366px) {
  .ec-solutions-section-2 .inner{
    width: 100%;
  }
  .ec-solutions-section-2 .feature-section{
    padding: 0 5%;
  }
  .ec-solutions-section-2 .feature-section ul li h3{
    font-size: 30px;
  }
  .ec-solutions-section-3 .case-list{
    width: 90%;
    padding: 0 5%;
  }
  .ec-solutions-section-3 .case-list ul li{
    width: 33%;
  }
  .ec-solutions-section-3 .case-list ul li .case-qrcode{
    height: 93%;
  }
  .ec-solutions-section-4{
    padding: 10% 5%;
  }
  .ec-solutions-section-4 h2 {
    font-size: 30px;
  }
  .ec-solutions-section-4 .intro-top .small-font{
    font-size: 18px;
  }
  .ec-solutions-section-4 .intro-top .intro-text,.ec-solutions-section-4 .text-box{
    font-size: 20px;
  }
  .ec-solutions-section-5{
    padding: 180px 5%;
  }
  .foot-solutions .footer-column-2 .long-space{
    padding-left: 89px;
  }
}
@media screen and (max-width:1024px) {
  .ec-solutions-section-1 .section-top-text h1{
    font-size: 3.8vw;
  }
  .ec-solutions-section-1 .section-top-text p{
    font-size: 2.4vw;
  }
  
  .ec-solutions-section-2 .feature-section ul li h3{
    font-size: 2.6vw;
  }
  .ec-solutions-section-2 .feature-section ul li p{
    font-size: 2.2vw;
  }
  .ec-solutions-section-3 .case-list{
    width: 90%;
    padding: 0 5%;
  }
  .ec-solutions-section-3 .case-list ul li{
    width: 33%;
  }
  .ec-solutions-section-3 .case-list ul li .font-vertical{
    top: 30px;
    left: 13px;
  }
  .ec-solutions-section-3 .case-list ul li.case2 .font-vertical{
    top: 33px;
    left: 12px;
  }
  .ec-solutions-section-3 .case-list ul li.case3 .font-vertical{
    top: 46px;
    left: 12px;
  }
  .ec-solutions-section-3 .case-list ul li.case4 .font-vertical, .ec-solutions-section-3 .case-list ul li.case5 .font-vertical, .ec-solutions-section-3 .case-list ul li.case6 .font-vertical{
    top: 39px;
    right: 28px;
  }
  .ec-solutions-section-3 .case-list ul li.case6 .font-vertical{
    right: 26px;
    top: 56px;
  }
  .ec-solutions-section-3 .case-list ul li .case-qrcode{
    height: 46.5vw;
  }
  .ec-solutions-section-3 .case-list ul li.case4 .case-pic, .ec-solutions-section-3 .case-list ul li.case5 .case-pic, .ec-solutions-section-3 .case-list ul li.case6 .case-pic{
    margin-left: 10px;
  }
  .ec-solutions-section-4 h2{
    font-size: 2.5vw;
  }
  .ec-solutions-section-4 .intro-top .small-font{
    font-size: 1.8vw;
  }
  .ec-solutions-section-4 .intro-top .intro-text{
    font-size: 1.7vw;
  }
  .ec-solutions-section-4 .intro-top .data-list ul li h3{
    font-size: 1.9vw;
  }
  .ec-solutions-section-4 .intro-top .data-list ul li sup{
    font-size: 1.4vw;
  }
  .ec-solutions-section-4 .intro-top .data-list ul li p{
    font-size: 1.3vw;
  }
  .ec-solutions-section-4 .text-box{
    font-size: 1.7vw;
  }
  .ec-solutions-section-4 .intro-bottom{
    margin-top: 5%;
  }
  
  .ec-solutions-section-5 .ask-form .tips{
    font-size: 2.2vw;
  }
  
}
@media screen and (max-width:820px) {
  .ec-solutions-section-1 .section-top-text h1{
    font-size: 3.4vw;
  }
  .ec-solutions-section-1 .section-top-text p{
    font-size: 2.4vw;
  }
  .ec-solutions-section-1 .section-top-text .section-btn{
    margin-top: 3vw;
  }
  .ec-solutions-section-1 .section-top-text .btn-group{
    width: 34.2vw;
    height: 7vw;
    font-size: 2.8vw;
  }
  .ec-solutions-section-2{
    padding: 15vw 0;
  }
  .ec-solutions-section h2{
    font-size: 4.2vw;
    margin: 0 0 15vw;
  }
  .ec-solutions-section-2 .feature-section{
    margin: 0 6vw;
  }
  .ec-solutions-section-2 .feature-section ul li .num{
    width: 20%;
  }
  .ec-solutions-section-2 .feature-section ul li .feature-box img{
    width: 30%;
  }
  .ec-solutions-section-2 .feature-section ul li h3{
    font-size: 2.5vw;
    min-height: 7vw;
  }
  .ec-solutions-section-2 .feature-section ul li p{
    font-size: 2.2vw;
  }
  .ec-solutions-section .btn-group{
    width: 35.2vw;
    height: 7.5vw;
    font-size: 3vw;
  }
  .ec-solutions-section-3{
    padding: 15vw 0;
  }
  .ec-solutions-section-3 .case-list{
    width: 90%;
    padding: 5%;
  }
  .ec-solutions-section-3 .case-list ul li{
    width: 33%;
    height: 53vw;
  }
  .ec-solutions-section-3 .case-list ul li .case-pic{
    border-radius: 28px;
  }
  .ec-solutions-section-3 .case-list ul li.case4 .case-pic, .ec-solutions-section-3 .case-list ul li.case5 .case-pic, .ec-solutions-section-3 .case-list ul li.case6 .case-pic{
    border-radius: 24px;
    margin-left: 8px;
  }
  .ec-solutions-section-3 .case-list ul li .font-vertical{
    top: 11px;
    left: 8px;
    font-size: 2vw;
  }
  .ec-solutions-section-3 .case-list ul li.case2 .font-vertical{
    top: 18px;
    left: 7px;
  }
  .ec-solutions-section-3 .case-list ul li.case3 .font-vertical{
    top: 29px;
    left: 7px;
  }
  .ec-solutions-section-3 .case-list ul li.case4 .font-vertical, .ec-solutions-section-3 .case-list ul li.case5 .font-vertical, .ec-solutions-section-3 .case-list ul li.case6 .font-vertical{
    top: 22px;
    right: 21px;
  }
  .ec-solutions-section-3 .case-list ul li.case6 .font-vertical{
    right: 19px;
    top: 39px;
  }
  .ec-solutions-section-3 .case-list ul li .case-qrcode{
    height: 88%;
    border-radius: 18px;
  }
  .ec-solutions-section-3 .case-list ul li.case4 .case-qrcode, .ec-solutions-section-3 .case-list ul li.case5 .case-qrcode, .ec-solutions-section-3 .case-list ul li.case6 .case-qrcode{
    left: 9px;
  }
  .ec-solutions-section-4{
    padding: 15vw 12vw;
  }
  .ec-solutions-section-4 .intro-top .youzan-logo{
    width: 11%;
  }
  .ec-solutions-section-4 h2{
    font-size: 3.8vw;
  }
  .ec-solutions-section-4 .intro-top .small-font{
    font-size: 2.5vw;
  }
  .ec-solutions-section-4 .intro-top .text-box{
    flex-direction: column;
  }
  .ec-solutions-section-4 .intro-top .intro-text{
    font-size: 2.5vw;
  }
  .ec-solutions-section-4 .intro-top .data-list{
    width: 100%;
    margin-top: 5%;
  }
  .ec-solutions-section-4 .intro-top .data-list ul li h3{
    font-size: 6vw;
  }
  .ec-solutions-section-4 .intro-top .data-list ul li sup{
    font-size: 3vw;
  }
  .ec-solutions-section-4 .intro-top .data-list ul li p,.ec-solutions-section-4 .text-box{
    font-size: 2.3vw;
  }
  .ec-solutions-section-5 .ask-form .tips{
    font-size: 16px;
    margin-bottom: 5%;
  }
  .ec-solutions-section-5 .ask-form .ask-list li{
    font-size:16px;
  }
  .ec-solutions-section-5 input[type=submit]{
    width: 55.2vw;
    height: 10.5vw;
    font-size: 4vw;
  }
  .foot-solutions .footer-column-1{
    width: 86%;
    justify-content: left;
    padding: 50px 7% 0;
  }
  .foot-solutions .footer-column-2{
    width: 86%;
    padding: 0 7% 50px;
  }
  .foot-solutions .tko-font, .foot-solutions .spo-font{
    letter-spacing: 0.6vw;
  }
  .foot-solutions .footer-column-2 .long-space{
    padding-left: 93px;
  }
}
@media screen and (max-width:768px) {
  .ec-solutions-section-1 .section-top-text{
    padding: 5% 0;
  }
  .ec-solutions-section-1 .section-top-text h1{
    font-size: 4.4vw;
  }
  .ec-solutions-section-1 .section-top-text p{
    font-size: 3.2vw;
  }
  .ec-solutions-section h2{
    font-size: 6.2vw;
  }
  .ec-solutions-section-1 .section-top-text .section-btn{
    margin-top: 3vw;
  }
  .ec-solutions-section-1 .section-top-text .btn-group{
    width: 54.2vw;
    height: 12vw;
    font-size: 4.5vw;
  }
  .ec-solutions-section-2 .feature-section{
    margin: 0 12vw;
  }
  .ec-solutions-section-2 .feature-section ul{
    flex-direction: column;
  }
  .ec-solutions-section-2 .feature-section ul li{
    width: 100%;
    margin-bottom: 10vw;
  }
  .ec-solutions-section-2 .feature-section ul li .num{
    width: 20%;
  }
  .ec-solutions-section-2 .feature-section ul li .feature-box img{
    width: 30%;
  }
  .ec-solutions-section-2 .feature-section ul li h3{
    font-size: 4.5vw;
  }
  .ec-solutions-section-2 .feature-section ul li p{
    font-size: 3.6vw;
  }
  .ec-solutions-section .btn-group{
    margin-right: 0;
    width: 55.2vw;
    height: 10.5vw;
    font-size: 4vw;
  }
  .ec-solutions-section-3 .case-list-sp{
    margin: 0 5%;
  }
  .ec-solutions-section-3 .case-list-sp .case-box{
    position: relative;
    width: 100%;
    margin-bottom: 6vw;
  }
  .ec-solutions-section-3 .case-list-sp .case-box img{
    width:100%;
  }
  .ec-solutions-section-3 .case-list-sp .case-box .outer{
    position:absolute;
    top:0;
    width: 75%;
  }
  .ec-solutions-section-3 .case-list-sp .case-box .case-pic{
    margin-left: 3%;
    border-radius: 25px;
    width: 55%;
    overflow: hidden;
  }
  .ec-solutions-section-3 .case-list-sp .case-box .font-vertical{
    writing-mode: vertical-rl;
    position: absolute;
    top:7%;
    color: white;
    font-weight: 600;
    right: 32%;
    font-size: 4.1vw;
  }
  .ec-solutions-section-3 .case-list-sp .case-box .case-qrcode-sp{
    position: absolute;
    bottom: -5%;
    width: 45%;
    right: 0%;
  }
  .ec-solutions-section-3 .case-list-sp .case2 .case-pic{
    margin-left: 2.5%;
  }
  .ec-solutions-section-3 .case-list-sp .case2 .font-vertical{
    right: 32%;
    top: 7%;
  }
  .ec-solutions-section-3 .case-list-sp .case3 .font-vertical{
    right: 32%;
    top: 7%;
  }
  .ec-solutions-section-3 .case-list-sp .case4 .font-vertical,.ec-solutions-section-3 .case-list-sp .case5 .font-vertical,.ec-solutions-section-3 .case-list-sp .case6 .font-vertical{
    right: 32%;
    top: 8%;
  }
  .ec-solutions-section-3 .case-list-sp .case6 .font-vertical{
    right: 32%;
    top: 12%;
  }
  .ec-solutions-section-4 h2{
    font-size: 3.8vw;
    margin-bottom: 5%;
  }
  .ec-solutions-section-4 .intro-top .small-font{
    font-size: 2.5vw;
  }
}
@media screen and (max-width:580px) {
  .ec-solutions-section-2 .feature-section {
    margin: 0 8vw;
  }
  .ec-solutions-section-4{
    padding: 15vw 8vw;
  }
  .ec-solutions-section-4 h2 {
    font-size: 4vw;
  }
  .ec-solutions-section-4 .intro-top .small-font {
    font-size: 2.8vw;
  }
  .ec-solutions-section-4 .intro-top .intro-text {
    font-size: 2.8vw;
  }
  .ec-solutions-section-4 .intro-top .data-list ul li p, .ec-solutions-section-4 .text-box {
    font-size: 2.8vw;
  }
  .ec-solutions-section-5{
    padding: 80px 5%;
  }
  .ec-solutions-section-5 .cc-m-form-view-element>label{
    font-size: 15px;
  }
  .ec-solutions-section-5 .ask-form .tips{
    font-size: 15px;
  }
  .foot-solutions .footer-column-2 p,.foot-solutions .footer-column-2 p a{
    font-size: 13px;
  }
  .foot-solutions .tko-font, .foot-solutions .spo-font{
    letter-spacing: 1.5vw;
  }
  .foot-solutions .link-font{
    letter-spacing: 0.55vw;
  }
}