html {
  margin-top: 0 !important;
}
h2,h3 {
  color: #181D20 !important;
}
h3 {
  border-left: none !important;
}
h3::after {
  content: none !important;
}
/* TOPへ戻るボタン用*/
#pagetop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #aaa;
  opacity: 0.7;
  border-radius: 50%;
  z-index: 10000;
}
#pagetop a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 1.0;
  text-decoration: none;
  text-align: center;
}
#pagetop a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f106';
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
main {
  padding-top: 260px;
  letter-spacing: 0.06em;
}
main img {
  width: 100%;
  vertical-align: middle;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

h1 {
  width: 100%;
  font-weight: 700;
  font-size: 48px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.06em;
  color: #094CA4;
}

.part-common {
  border-bottom: 1px solid #283445;
}

.title.have-num {
/*   font-size: 20px; */
  font-size: 16px;
  font-weight: 700;
  color: #094CA4;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.title.have-num.big {
  font-size: 20px;
}
.title.have-num span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
/*   flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(107.97deg, #3AB9EF 9.13%, #BE46F3 100%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  border: 4px;
  position: relative;
  text-align: center;
  line-height: 32px;
  z-index: 2;
  margin-right: 8px; */
}
.title.have-num span.big {
  width: 62px;
  height: 64px;
}
.title.have-num span::after {
/*   content: "";
  width: 40px;
  height: 40px;
  background: linear-gradient(107.97deg, #3AB9EF 9.13%, #BE46F3 100%);
  border-radius: 50%;
  opacity: 0.15;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 1; */
}

.used {
  margin-top: 132px;
  gap: 10px;
}
.used .left {
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 0;
}
.used .left p:first-child {
  margin-bottom: 5px;
}
.used .left .blue {
  font-size: 36px;
}
.used .blue {
  color: #094CA4;
  margin-right: 10px;
}
.used .blue :last-child {
  margin-top: 16px;
}
.used .have-circle {
  position: relative;
}
.used .have-circle::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #094CA4;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.used .right {
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
  padding-top: 11px;
}
.used .right p.spe {
  margin-left: -8px;
}

.feature li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feature li .item-pic {
  height: 212px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
}
.feature li:first-child .item-pic {
  width: 220px;
}
.feature li:nth-child(2) .item-pic {
  width: 210px;
}
.feature li:last-child .item-pic {
  width: 240px;
}
.feature li .item-text .text-main {
  font-size: 22px;
  font-weight: bold;
  line-height: 160%;
  margin: 0;
}

.content-first {
  align-items: center;
  margin: 0 10.416% 50px 11.11%;
}
.content-first .left {
  width: 49.5%;
  flex-shrink: 0;
}
.content-first .left .title-black {
  font-size: 36px;
  line-height: 150%;
  margin: 12px 0 36px;
  font-weight: 700;
}
.content-first .left .left-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
}
.content-first .right {
  width: 42.7%;
  flex-shrink: 0;
  position: relative;
}
.content-first .right .center {
  width: 49.79%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.part2 {
  padding-top: 88.6px;
}
.part2 .point-common {
  margin: 0 9.72% 72px;
  background: #fff;
  text-align: center;
  padding: 26px 0 24px;
  font-size: 24px;
  font-weight: bold;
  color: #094CA4;
  line-height: 180%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 24px rgba(9, 76, 164, 0.1);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 12px;
}
.part2 .point-common h3 {
   font-size: 24px;
   font-weight: bold;
   color: #094CA4 !important;
   line-height: 180%;
   text-align: center;
  margin: 0;
}
.part2 .point-common .prompt {
	display: block;
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
	line-height: 100%;
  background: linear-gradient(107.97deg, #3AB9EF 9.13%, #BE46F3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: 'Outfit', sans-serif;
  margin: 0 auto;
}
.part2 .point-content {
  margin: 0 11.11% 132px 9.72%;
}
.part2 .point-content .left {
  width: 41.75%;
  flex-shrink: 0;
}
.part2 .point-content .right {
  width: 49.12%;
  flex-shrink: 0;
}
.part2 .point-content .right ul {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
.part2 .point-content .right .title {
  font-size: 20px;
  font-weight: 700;
  color: #094CA4;
  line-height: 180%;
  margin-bottom: 12px;
}
.part2 .point-content .right .text {
  font-size: 15px;
  line-height: 180%;
  font-weight: 500;
}
.part2 .part-summary {
  margin: 160px 0 213px;
  font-weight: 700;
  line-height: 180%;
  font-size: 36px;
  text-align: center;
}
.part2 .part-summary p,
.part2 .part-summary h2 {
  text-align: center;
}
.part2 .part-summary h2 {
  font-weight: 700;
  line-height: 180%;
  font-size: 36px;
  margin: 0;
}
.part2 .part-summary .prompt {
  font-size: 28px;
  color: #094CA4;
}

.part3 {
  padding: 88.6px 0 220px;
}
.part3 .poc {
  margin: 0 13.89%;
}
.part3 .poc h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 51px;
  color: #094CA4 !important;
  text-align: center;
}
.part3 .poc h3::after {
	content: none;
}
.part3 .poc ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
.part3 .poc li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.part3 .poc li .top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.part3 .poc li .pic {
  width: 53.33%;
  height: 152px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.part3 .poc li .flag {
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8.5px 14px;
  gap: 3.5px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(9, 76, 164, 0.1);
  border-radius: 6px;
  margin-bottom: 12px;
}
.part3 .poc li .flag span {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  background: linear-gradient(107.97deg, #3AB9EF 9.13%, #BE46F3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: 'Outfit', sans-serif;
}
.part3 .poc li .flag span.flow {
  font-size: 13px;
  line-height: 1;
  position: relative;
  top: 0.5px;
}
.part3 .poc li .item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  color: #094CA4;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 0;
}
.part3 .poc li .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
  position: relative;
}
.part3 .poc li .content-word {
  width: 100%;
}
.part3 .poc li:first-child .text::after, .part3 .poc li:nth-child(2) .text::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(../images/img/icon_triangle.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: -40px;
  top: 9px;
}

.part4 {
  padding: 180px 0 120px;
}
.part4 .content-first .cost-pic {
  width: 100%;
  margin-top: 54px;
}
.part4 .content-first .pic-prompt {
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
  margin-top: 24px;
}

.security-system {
  padding: 138px 11.11% 180px;
}
.security-system .system-intro {
  align-items: center;
  margin-bottom: 72px;
  gap: 10px;
}
.security-system .system-intro .left {
  flex: 1;
  font-size: 28px;
  font-weight: 700;
  line-height: 180%;
  color: #094CA4 !important;
  margin-bottom: 0;
}
.security-system .system-intro .right {
  width: 50%;
  flex-shrink: 0;
}
.security-system .system-intro .right p:first-child {
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
}
.security-system .system-intro .right p.prompt {
  font-size: 11px;
  font-weight: 500;
  line-height: 180%;
  margin-top: 8px;
  opacity: 0.6;
}
.security-system .characteristic-list {
  display: flex;
  -moz-column-gap: 1.6%;
       column-gap: 1.6%;
  row-gap: 18px;
  flex-wrap: wrap;
}
.security-system .characteristic-list li {
  width: 23.8%;
  min-height: 311px;
  flex-shrink: 0;
  padding: 34px 34px 40px;
  background: #fff;
  border: 1px solid #DAE4F1;
  border-radius: 8px;
  box-sizing: border-box;
  letter-spacing: 0.06em;
  position: relative;
}
.security-system .characteristic-list li::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url(../images/img/icon_lock.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 20px;
  right: 7.31%;
}
.security-system .characteristic-list li .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  color: #094CA4 !important;
  text-align: center;
  margin-bottom: 12px;
  padding: 0;
}
.security-system .characteristic-list li .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
}

.page-five {
  height: auto;
  margin-bottom: 180px;
}
.page-five .five-parrentdiv .five-parrentdiv-tag {
  padding: 0 7.5% 0 10.83%;
}
.page-five .five-parrentdiv .five-parrentdiv-tag .parrentdiv-tag-cont2 {
  width: 48.08%;
}

@media screen and (min-width: 769px) {
  .used {
    margin: 132px 10.83% 135px 14%;
  }
  .feature {
    margin: 0 17.5% 180px 21.31%;
  }
  .disPC,
  .disPC1000 {
    display: block !important;
  }
  .comitx-animate .disSP,
  .comitx-animate .flexSP,
  .comitx-animate .disSP1000,
  .comitx-animate .fixed-menu {
    display: none !important;
  }
  .comitx-animate .flexPC {
    display: flex !important;
  }
}
@media screen and (max-width: 1280px) {
  .used .left {
    min-width: 305px;
    font-size: 26px;
  }
  .feature {
    margin: 0 5% 180px;
  }
  .feature li {
    width: 33%;
  }
  .feature li .item-text .text-main {
/*     font-size: 16px; */
  }
  .feature li .item-pic {
    width: 70% !important;
  }
  .content-first .left {
    width: 52%;
  }
  .content-first .left .title-black {
    font-size: 26px;
  }
  .part3 .poc {
    margin: 0 10%;
  }
  .part3 .poc ul {
/*     gap: 2%; */
  }
  .security-system {
    padding: 138px 10% 180px;
  }
  .security-system .system-intro .left {
    font-size: 26px;
  }
  .security-system .system-intro .right {
    width: 48%;
  }
  .security-system .characteristic-list li {
    width: 48%;
  }
}
@media screen and (max-width: 1000px) {
  .comitx-animate .disSP1000 {
    display: block !important;
  }
  .comitx-animate .disPC1000 {
    display: none !important;
  }
  .part3 .poc {
    margin: 0 35px 0 30px;
  }
  .part3 .poc h3 {
    font-size: 24px;
    margin-bottom: 41px;
  }
  .part3 .poc ul {
    display: flex;
    flex-direction: column;
    gap: 70.58px;
  }
  .part3 .poc li .top {
    justify-content: flex-start;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 24.36px;
    width: 100%;
  }
  .part3 .poc li .pic {
    width: 29%;
    height: auto;
    margin-bottom: 0;
  }
  .part3 .poc li .flag {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 6px;
  }
  .part3 .poc li .item-title {
    font-size: 19px;
    margin-bottom: 0;
  }
  .part3 .poc li:first-child .content-word::after, .part3 .poc li:nth-child(2) .content-word::after {
    width: 18px;
    height: 24px;
    top: auto;
    right: 50%;
    bottom: -52px;
    transform: translateX(calc(-50% + 20px)) rotate(90deg);
  }
  .part3 .poc li .text {
    letter-spacing: -0.2px;
  }
}
.comitx-animate .page-five {
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .title.have-num {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 4px;
	letter-spacing: -0.1px;
  }
  .title.have-num.big {
	  font-size: 16px;
	  line-height: 130%;
  }
  .title.have-num span {
    width: 36px;
    height: 36px;
/*     line-height: 28px; */
    flex-shrink: 0;
    margin-right: 6px;
  }
  .title.have-num span.big {
    width: 40px;
	height: auto;
  }
/*   .title.have-num span::after {
    width: 36px;
    height: 36px;
  } */
  .info-request {
    width: 162px;
    height: 48px;
    top: 5px;
    right: 5px;
  }
  .info-request img {
    width: 100%;
    vertical-align: middle;
  }
  .info-request a {
    width: 96px;
    height: 48px;
    left: 8px;
    right: 0;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    z-index: 92;
  }
  .info-request a::after {
    content: none;
  }
  .info-request a img {
    width: 12px !important;
    margin-bottom: 0;
  }
  header {
    width: 100%;
    padding-top: 5px;
    z-index: 91;
  }
  header::before {
    width: 100%;
    height: 5px;
  }
  header .header-main {
    display: flex;
    justify-content: space-between;
    padding: 20px 28px 0 20px;
    width: 25.6%;
  }
  header .header-main img {
    width: 100%;
    vertical-align: middle;
  }
  .menu-btn {
    position: absolute;
    top: 18px;
    right: 23px;
    width: 17.5px;
    z-index: 91;
	height: 17.5px;
	font-size: unset;
  }
  .menu-btn img {
    width: 100%;
    vertical-align: middle;
  }
  .fixed-menu {
    display: none !important;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.85);
    padding: 108px 40px 72px;
    box-sizing: border-box;
  }
  .fixed-menu::-webkit-scrollbar {
    display: none;
  }
  .fixed-menu .menu-list > li {
    margin-bottom: 36px;
  }
  .fixed-menu .menu-list a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 130%;
    color: #094CA4;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(9, 76, 164, 0.2);
  }
  .fixed-menu .menu-list a span {
    display: block;
    position: relative;
  }
  .fixed-menu .menu-list a span::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 8px;
    background: url(../images/img/footerRight.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  .fixed-menu .menu-list .item-list {
    margin-top: 6px;
  }
  .fixed-menu .menu-list .item-list li {
    padding-top: 12px;
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
  }
 .fixed-menu .menu-list li.spe .no-click {
    pointer-events: none;
  }
  .fixed-menu .menu-list .item-list li a {
    color: #181D20;
  }
  .fixed-menu .menu-bottom {
    margin-top: 60px;
  }
  .fixed-menu .menu-bottom a {
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    color: rgba(24, 29, 32, 0.4);
    display: block;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 4px 11px 4px 0;
  }
  .fixed-menu .menu-bottom a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8.5px;
    background: url(../images/img/icon_share.png) no-repeat;
    background-size: 100%;
    margin-left: 3px;
  }
  .fixed-menu.show {
    display: block !important;
  }
  .download-btn {
    width: 100%;
  }
  .download-btn a {
    display: block;
    width: 100%;
    height: 66px;
    background: #094CA4;
    box-shadow: 0px 0px 12px rgba(9, 76, 164, 0.3);
    border-radius: 6px;
    padding: 5px 20px 5px 5px;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
  }
  .download-btn a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 8px;
    background: url(../images/img/icon_triangle-small.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
  }
  .download-btn a .icon {
    width: 40px;
    height: 100%;
    flex-shrink: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .download-btn a .icon img {
    width: 12px;
  }
  .download-btn a .text {
    display: block;
    text-align: center;
    flex: 1;
  }
  .right-line {
    height: 100%;
    top: 0;
    width: 5px;
    z-index: 11;
  }
  main {
    padding-top: 120px;
    width: 100%;
    box-sizing: border-box;
  }
  h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
  }
  .content-first {
    margin: 0 30px 0 35px;
    flex-direction: column;
  }
  .content-first .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .content-first .left .title-black {
    margin: 8px 0 24px;
    font-size: 24px;
    line-height: 160%;
  }
  .content-first .left .left-text {
    font-size: 14px;
  }
  .content-first .right {
    width: 67.74%;
    margin-bottom: 69px;
  }
  .content-first .right .center {
    width: 50.95%;
  }
  .part1 {
    padding: 0 35px 94px 30px;
  }
  .part1 .used {
    margin-top: 48px;
    flex-direction: column;
    gap: 36px;
  }
  .part1 .used .left {
    font-size: 20px;
  }
  .part1 .used .blue {
    font-size: 24px;
    margin-right: 7px;
  }
  .part1 .used .have-circle::before {
    width: 5px;
    height: 5px;
    top: -2px;
  }
  .part1 .feature {
    margin: 56px 0 0;
  }
  .part1 .feature ul {
    flex-direction: column;
    gap: 21px;
    padding-left: 3px;
  }
  .part1 .feature li {
    flex-direction: row;
    gap: 6.45%;
    width: 100%;
  }
  .part1 .feature li .item-pic {
    width: 36.77% !important;
    height: auto;
    flex-shrink: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .part1 .feature li:first-child .item-pic img {
    width: 91.67%;
  }
  .part1 .feature li:nth-child(2) .item-pic img {
    width: 87.36%;
  }
  .part1 .feature li .item-text .text-main {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.2px;
  }
  .part2,
  .part3,
  .part4 {
    padding: 59px 0 84px;
  }
  .part2 .point-common {
    margin: 0 25px 48px 20px;
    padding: 24px 0 20px;
    font-size: 20px;
  }
  .part2 .point-common .prompt {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.04em;
    background: linear-gradient(107.97deg, #3AB9EF 9.13%, #BE46F3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 2px;
  }
  .part2 .point-content {
    margin: 0 35px 84px 30px;
    flex-direction: column-reverse;
  }
  .part2 .point-content .left,
  .part2 .point-content .right {
    width: 100%;
  }
  .part2 .point-content .right {
    margin-bottom: 60px;
  }
  .part2 .point-content .right .title {
    letter-spacing: -0.3px;
  }
  .part2 .point-content .right .text {
    letter-spacing: -0.1px;
  }
  .part2 .part-summary {
    margin: 84px 35px 84px 30px;
    font-size: 24px;
  }
  .part2 .part-summary .prompt {
    font-size: 18px;
  }
  .part4 .content-first .right {
    margin-bottom: 33px;
  }
  .part4 .content-first .cost-pic {
    margin-top: 0;
  }
  .part4 .content-first .pic-prompt {
    margin-top: 20px;
  }
  .security-system {
    padding: 84px 35px 0 30px;
  }
  .security-system .system-intro {
    flex-direction: column;
    margin-bottom: 39px;
  }
  .security-system .system-intro .left {
    font-size: 24px;
    margin-bottom: 36px;
  }
  .security-system .system-intro .right {
    width: 100%;
  }
  .security-system .swipe-img {
    width: 100%;
    margin-bottom: 24px;
  }
  .security-system .characteristic-list {
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-bottom: 84px;
  }
  .security-system .characteristic-list li {
    width: 250px;
  }
  .security-system .characteristic-list li .title {
    font-size: 19px;
  }
  .security-system .characteristic-list li .text {
    font-size: 14px;
  }
  .page-five {
    margin-bottom: 84px;
  }
  .page-five .five-parrentdiv .five-parrentdiv-tag {
    flex-direction: column;
    padding: 48px 20px;
    gap: 24px;
    height: auto;
  }
  .page-five .five-parrentdiv .five-parrentdiv-tag .parrentdiv-tag-cont1 {
    font-size: 18px;
    line-height: 160%;
  }
  .page-five .five-parrentdiv .five-parrentdiv-tag .parrentdiv-tag-cont2 {
    min-width: auto;
    width: 100%;
  }
  .page-five .five-parrentdiv .five-parrentdiv-tag .parrentdiv-tag-cont2 .tag-content {
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 12px;
  }
  .page-five .five-parrentdiv .five-parrentdiv-tag .parrentdiv-tag-cont2 .tag-btn-cont {
    font-size: 15px;
  }
  .page-five .five-parrentdiv .five-parrentdiv-tag .parrentdiv-tag-cont2 .tag-btn {
    height: 72px;
  }
  .page-five .five-parrentdiv .five-parrentdiv-tag .parrentdiv-tag-cont2 .tag-btn-icon {
    width: 42px;
    height: 60px;
  }
  .page-five .five-parrentdiv .five-parrentdiv-tag .parrentdiv-tag-cont2 .tag-btn-icon img {
    width: 12px;
  }
  footer {
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px 0 20px;
  }
  footer .footer-top {
    height: auto;
    margin-bottom: 8px;
  }
  footer .footer-top .top-main {
    height: auto;
    flex-direction: column;
    padding: 45.34px 28px 28px;
    box-sizing: border-box;
  }
  footer .footer-top .top-main .top-right {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 33.33px;
    text-align: left;
    line-height: 160%;
  }
  footer .footer-top .top-main .top-right .left {
    margin-bottom: 16px;
  }
  .footer-main {
    display: none !important;
  }
   .used .left p:first-child{
    margin-bottom: 0;
    line-height: 1;
  }
  .used.flex-between p{
    line-height: 1;
  }
}/*# sourceMappingURL=child.css.map */
/* sunseer202507 */