@charset "utf-8";

body {
  font-size: clamp(13px, 16px, 17px);
  line-height: 1.7!important;
}
.section-box{
  font-family: Arial !important; 
}
h1,
h2,
h3,
h4 {
  font-weight: 700!important;
}

.team-list-content ul li {
  padding: 4px 0;
}

* {
  letter-spacing: 0px!important;

}

.card {
  text-align: left!important;
}

.hide-en{
  display: none;
}

.plan-submenu ul > li a {
line-height: 1.4!important;
        white-space: normal;
}




@media only screen and (min-width: 767px) {
    .tree-hv li div {
        padding: clamp(10px, 0.5vw, 15px);
    }
}

.img-left p, .img-right p, .img-center p {
    font-size: 13px;
    line-height: 1.3;
}

.document ol li::before {
    content: counter(level1, upper-roman) ". " !important;
}
.document ol li>ol li::before {
    content:"("counter(level2, lower-roman)")" !important ;
}
.document ol li>ol li>ol li::before {
    content: counter(level3) "."!important;
}
.document ol li>ol li>ol li>ol li::before {
    content: "(" counter(level4, lower-alpha) ") "!important;
}
