@charset "UTF-8";
@media (min-width: 992px) {
  body {
    letter-spacing: 0.125em;
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 0.875rem;
  }
}
html {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 100vh;
  font-family: Arial, Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
ul, ol {
  padding-left: 1.375em;
}

ul.list-styled {
  padding-left: 0;
  list-style: none;
}
ul.list-styled li {
  position: relative;
}
ul.list-styled li::before {
  position: absolute;
  top: 0;
  left: 0.125em;
}
ul.list-styled.rice li, ul.list-styled li.rice {
  padding-left: 1.25em;
}
ul.list-styled.rice li::before, ul.list-styled li.rice::before {
  content: "※";
}
ul.list-styled.bullet li, ul.list-styled li.bullet {
  padding-left: 1.25em;
}
ul.list-styled.bullet li::before, ul.list-styled li.bullet::before {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle stroke='none' fill='rgb(89, 87, 87)' cx='15' cy='15' r='15'/%3E%3C/svg%3E");
}
ul.list-styled.dotted li, ul.list-styled li.dotted {
  padding-left: 1.125em;
}
ul.list-styled.dotted li::before, ul.list-styled li.dotted::before {
  content: "・";
}

.img-txt {
  display: block;
  height: 0 !important;
  font-size: 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.lead {
  line-height: 2;
}

.note {
  letter-spacing: 0;
}

.img-pmark {
  height: auto;
}

@media (min-width: 992px) {
  .img-pmark {
    width: 125px;
  }
  .lead {
    text-align: center;
  }
  .note {
    font-size: 0.875rem;
  }
  span.space {
    display: inline-block;
    padding-left: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .img-pmark {
    width: 100px;
  }
  .lead {
    font-size: 0.875rem;
  }
  .note {
    font-size: 0.75rem;
  }
  span.space {
    display: inline;
  }
  span.space::before {
    content: "\a";
    white-space: pre;
  }
}
.tel, #site_map ul li > a {
  color: #595757;
}

@media (hover: hover) {
  .tel:hover, #site_map ul li > a:hover {
    color: #00a0c6;
  }
}
@media (hover: none) {
  .tel:active, #site_map ul li > a:active {
    color: #00a0c6;
  }
}
#navbar-global {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background-color: #fff;
  z-index: 1030;
}
#navbar-global .navbar-brand.img-txt {
  background-image: url("../img/img-logo.svg");
  background-size: contain;
}
#navbar-global .nav li > a {
  font-size: 1.25em;
  line-height: 0.875;
  letter-spacing: 0.025em;
  font-weight: bolder;
}
#navbar-global .nav li > a.dropdown-toggle:after {
  display: none;
}
#navbar-global .nav li > a .jp::before {
  content: "\a";
  white-space: pre;
}
#navbar-global .nav li > a > .jp {
  font-weight: normal;
  font-size: 0.84375rem;
}
#navbar-global .nav li > a.nav-link {
  --bs-nav-link-padding-x: .625rem;
}
#navbar-global .nav li .dropdown-menu > li > a {
  font-weight: normal;
  font-size: 0.84375rem;
}

#navbar-burger {
  position: fixed;
  right: 10px;
  top: 0;
  width: 60px;
  height: 60px;
  z-index: 1045;
}
#navbar-burger::after {
  display: block;
  padding: 0px;
  width: 60px;
  height: 60px;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 160, 198)' stroke-width='2' stroke-miterlimit='10' fill='none' d='M4 10h22 m-22 5h22 m-22 5h22z'/%3E%3C/svg%3E");
}
#navbar-burger.is-active::after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 160, 198)' stroke-width='2' stroke-miterlimit='10' fill='none' d='M5 5l20 20 M5 25l20 -20z'/%3E%3C/svg%3E");
}
#navbar-burger:hover {
  text-decoration: none;
}
#navbar-burger:focus {
  text-decoration: none;
  outline: 0;
}

@media (min-width: 992px) {
  #navbar-burger {
    display: none;
  }
  #navbar-global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #navbar-global.navbar .navbar-brand {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  #navbar-global.navbar .nav {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  #navbar-global.navbar .container {
    height: 120px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #navbar-global .navbar-brand.img-txt {
    width: 270px;
    padding-top: 60px;
    margin-bottom: 1rem;
  }
  #navbar-global .nav .dropdown .dropdown-menu.show {
    padding-right: 1rem !important;
  }
  #navbar-global .nav .dropdown .dropdown-menu.show li {
    padding-left: 1rem;
  }
  #navbar-global .nav .dropdown .dropdown-menu.show li a {
    position: relative;
    padding: 0;
    padding-left: 1rem;
    line-height: 24px;
  }
  #navbar-global .nav .dropdown .dropdown-menu.show li a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 160, 198)' stroke-width='1' stroke-miterlimit='10' fill='none' d='M2 0v24 M2 12h10z'/%3E%3C/svg%3E");
  }
  #navbar-global .nav .dropdown .dropdown-menu.show li:last-child a::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 160, 198)' stroke-width='1' stroke-miterlimit='10' fill='none' d='M2 0v12 h10'/%3E%3C/svg%3E");
  }
}
@media (max-width: 991.98px) {
  #navbar-burger {
    display: block;
  }
  #navbar-global {
    display: none;
    opacity: 0;
  }
  #navbar-global.is-active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    background-color: #fff;
    opacity: 1;
  }
  #navbar-global .navbar-brand.img-txt {
    width: 135px;
    padding-top: 30px;
    margin: 30px 15px;
  }
  #navbar-global .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #navbar-global .nav .dropdown.business a > span.jp, #navbar-global .nav .dropdown.privacy a > span.jp {
    display: none;
  }
  #navbar-global .nav .dropdown .dropdown-menu.show {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
  }
  #navbar-global .nav > li + li {
    margin-top: 0.5rem;
  }
  #navbar-global .nav > li a .jp, #navbar-global .nav > li .dropdown-menu > li a {
    color: #595757;
  }
}
@media (max-width: 991.98px) and (hover: hover) {
  #navbar-global .nav > li a .jp:hover, #navbar-global .nav > li .dropdown-menu > li a:hover {
    color: #00a0c6;
  }
}
@media (max-width: 991.98px) and (hover: none) {
  #navbar-global .nav > li a .jp:active, #navbar-global .nav > li .dropdown-menu > li a:active {
    color: #00a0c6;
  }
}
footer {
  padding-top: 4rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  main nav > .container, main #infomation > .container, main .scrollspy .container {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }
}
@media (max-width: 991.98px) {
  main nav > .container, main #infomation > .container, main .scrollspy .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main .col-photo {
  text-align: center;
}
main .col-photo img {
  display: block;
}
main .col-photo img + img {
  margin-top: 1rem;
}

@media screen and (orientation: landscape) {
  main .col-photo .img-fluid {
    max-width: calc(10vw + 100px);
  }
}
@media screen and (orientation: portrait) {
  main .col-photo .img-fluid {
    max-width: 66.6666%;
    margin: auto;
  }
}
#eyeCatch #kv-pc {
  margin-top: 2rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
#eyeCatch #kv-pc > video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 102.5%;
  height: 102.5%;
}
#eyeCatch .keyVisual {
  background-image: url("../img/keyvisual.jpg");
  background-size: contain;
  border-radius: 0.5rem;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#eyeCatch .keyVisual h1 {
  background-image: url("../img/img-logo.svg");
  background-size: contain;
}
#eyeCatch .keyVisual p {
  color: #00a0c6;
}
#eyeCatch .keyVisual p:not(.catchCopy) {
  line-height: 2;
}

@media screen and (orientation: landscape) {
  #eyeCatch {
    padding-top: 10vh;
  }
  #eyeCatch .keyVisual {
    padding: 15vh 10%;
  }
}
@media screen and (orientation: portrait) {
  #eyeCatch {
    padding-top: 0;
  }
  #eyeCatch .keyVisual {
    padding: 10vh 10%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  #eyeCatch .keyVisual h1.img-txt {
    width: 450px;
    padding-top: 100px;
    margin-bottom: 1rem;
  }
  #eyeCatch .keyVisual .catchCopy {
    font-size: 2rem;
  }
  #eyeCatch .keyVisual p:not(.catchCopy) {
    font-size: 1rem;
  }
  #eyeCatch p.lead {
    padding-top: 60px;
    padding-bottom: 45px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  #eyeCatch .keyVisual h1.img-txt {
    width: 270px;
    padding-top: 60px;
    margin: auto;
    margin-bottom: 1rem;
  }
  #eyeCatch .keyVisual .catchCopy {
    font-size: calc(1rem + 2vw);
  }
  #eyeCatch .keyVisual p:not(.catchCopy) {
    font-size: 0.875rem;
  }
  #eyeCatch p.lead {
    padding: 30px;
    font-size: 0.75rem;
  }
}
.work-list .col > a {
  display: block;
  border-radius: 0.5rem;
  background-color: #e9ecef;
  text-align: center;
  text-decoration: none;
}
.work-list .col > a p {
  font-size: 0.875em;
  color: #727171;
}
.work-list .col > a div.more {
  display: inline-block;
  padding: 0 0.75rem;
  border-radius: 0.375rem;
  background-color: rgba(114, 113, 113, 0.75);
  color: #fff;
  font-size: 0.75em;
  line-height: 2;
  letter-spacing: 0;
}
.work-list img.img-fluid {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.work-list .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

@media (max-width: 991.98px) {
  nav .work-list .col {
    position: relative;
    width: 50%;
  }
  nav .work-list .col::after {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='none' fill='rgb(114, 113, 113)' d='M15 0l15 20h -30z'/%3E%3C/svg%3E");
  }
  nav .work-list .col:nth-child(1)::after {
    top: 50%;
    right: -4%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  nav .work-list .col:nth-child(3)::after {
    top: 50%;
    left: -4%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  nav .work-list .col:nth-child(2)::after {
    left: 50%;
    bottom: -24%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
  nav .work-list .col:nth-child(4)::after {
    left: 50%;
    top: -24%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#business_activity .work-list .col {
  position: relative;
  width: 50%;
}
#business_activity .work-list .col::after {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='none' fill='rgb(114, 113, 113)' d='M15 0l15 20h -30z'/%3E%3C/svg%3E");
}
#business_activity .work-list .col:nth-child(1)::after {
  top: 50%;
  right: -3%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#business_activity .work-list .col:nth-child(3)::after {
  top: 50%;
  left: -3%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
#business_activity .work-list .col:nth-child(2)::after {
  left: 50%;
  bottom: -24%;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
#business_activity .work-list .col:nth-child(4)::after {
  left: 50%;
  top: -24%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .work-list .col > a p {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .work-list .col > a div.more {
    margin-bottom: 1.25rem;
  }
  #business_activity .work-list {
    --bs-gutter-x:4rem;
    --bs-gutter-y:4rem;
  }
}
@media (max-width: 991.98px) {
  #business_activity .work-list {
    display: none;
  }
  nav .work-list {
    --bs-gutter-x:2.5rem;
    --bs-gutter-y:2.5rem;
  }
  nav .work-list .col > a p {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
  nav .work-list .col > a div.more {
    margin-bottom: 0.75rem;
  }
  nav .work-list .col::after {
    width: 20px;
    height: 20px;
  }
}
#infomation .container {
  position: relative;
  border-bottom: 1px solid #727171;
  overflow: hidden;
}
#infomation .container::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background: radial-gradient(#e9ecef 0%, #fff 75%);
  content: "";
  z-index: -1;
}

@media screen and (orientation: landscape) {
  #infomation .container {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
@media screen and (orientation: portrait) {
  #infomation .container {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
}
@media (min-width: 992px) {
  #infomation .date {
    margin-right: 2rem;
  }
}
@media (max-width: 991.98px) {
  #infomation .date {
    margin-right: 1rem;
  }
  #infomation .news + .col-auto {
    display: none;
  }
}
.scrollspy > section h2 {
  text-align: center;
  color: #00a0c6;
  font-weight: 700;
}
.scrollspy > section h2 .jp {
  color: #595757;
  font-weight: normal;
  letter-spacing: 0.25rem;
}
.scrollspy > section h2 .jp::before {
  content: "\a";
  white-space: pre;
}
.scrollspy > section h3 {
  margin-bottom: 3rem;
  text-align: center;
  letter-spacing: 0.25rem;
}
.scrollspy > section .h3, .scrollspy > section .h4, .scrollspy > section h4 {
  text-align: center;
}

@media (min-width: 992px) {
  .scrollspy > section {
    padding-top: 160px;
  }
  .scrollspy > section h2 {
    margin-bottom: 4rem;
    font-size: 2.5rem;
  }
  .scrollspy > section h2 .jp {
    font-size: 1.5rem;
  }
  .scrollspy > section h3 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991.98px) {
  .scrollspy > section {
    padding-top: 75px;
  }
  .scrollspy > section h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .scrollspy > section h2 .jp {
    font-size: 1.25rem;
  }
  .scrollspy > section h3 {
    margin-bottom: 2rem;
  }
}
#about_us .profile-list > li > * {
  text-align: justify;
}
#about_us .profile-list .col-auto {
  white-space: nowrap;
}
#about_us .profile-list address {
  margin-bottom: 0;
}
#about_us .iso_27001 {
  height: auto;
}

@media (min-width: 992px) {
  #about_us p.lead {
    margin-bottom: 60px;
  }
  #about_us .profile-list > li + li {
    margin-top: 2rem;
  }
  #about_us .profile-list .col-auto {
    width: 150px;
  }
  #about_us .profile-list ul.dotted {
    margin-bottom: 2rem;
  }
  #about_us .profile-list ul.dotted > li + li {
    margin-top: 0.5rem;
  }
  #about_us .iso_27001 {
    width: 120px;
  }
}
@media (max-width: 991.98px) {
  #about_us p.lead {
    margin-bottom: 60px;
  }
  #about_us .profile-list > li + li {
    margin-top: 1rem;
  }
  #about_us .profile-list .col-auto {
    width: 80px;
  }
  #about_us .profile-list ul.dotted {
    margin-bottom: 1rem;
  }
  #about_us .profile-list ul.dotted > li + li {
    margin-top: 0;
  }
  #about_us .col-photo {
    display: none;
  }
  #about_us #gmap {
    padding: 0 30px;
  }
  #about_us .iso_27001 {
    width: 120px;
  }
}
#business_activity .container section h3.img-txt {
  margin: auto;
  border-radius: 0.5rem;
}
#business_activity .container section p.h3 {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  letter-spacing: 0.25rem;
}
#business_activity .container section p:not(.h3) {
  text-align: justify;
}
#business_activity .container section .row > .col ul li {
  letter-spacing: 0;
}
#business_activity .container section#marketing_planning h3.img-txt {
  background-image: url("../img/business/th-marketing.svg");
}
#business_activity .container section#product_support h3.img-txt {
  background-image: url("../img/business/th-product.svg");
}
#business_activity .container section#sales_support h3.img-txt {
  background-image: url("../img/business/th-sales.svg");
}
#business_activity .container section#processing_support h3.img-txt {
  background-image: url("../img/business/th-prosessing.svg");
}

@media (min-width: 992px) {
  #business_activity p.h4 {
    margin-bottom: 2rem;
  }
  #business_activity p.lead {
    margin-bottom: 4rem;
  }
  #business_activity section {
    margin-top: -100px;
    padding-top: 160px;
  }
  #business_activity h3.img-txt {
    width: 57.5%;
    padding-top: 5.75%;
  }
}
@media (max-width: 991.98px) {
  #business_activity p.h4 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }
  #business_activity p.lead {
    margin-bottom: 0;
  }
  #business_activity section {
    padding-top: 75px;
  }
  #business_activity h3.img-txt {
    width: 100%;
    padding-top: 10%;
  }
  #business_activity p.h3 {
    font-size: 1.125em;
  }
  #business_activity .col-photo .img-fluid {
    max-width: 66.6666%;
    margin: auto;
  }
}
#privacy .container section .row h4, #security .container section .row h4 {
  position: relative;
  font-size: 1em;
  margin-bottom: 1rem;
}
#privacy .container section .row p, #privacy .container section .row ol, #privacy .container section .row ul, #security .container section .row p, #security .container section .row ol, #security .container section .row ul {
  text-align: justify;
}
#privacy .container section .table.table-bordered th, #security .container section .table.table-bordered th {
  text-align: center;
}
#privacy .container section .table.table-bordered td, #security .container section .table.table-bordered td {
  text-align: justify;
  width: 50%;
  letter-spacing: 0;
}
#privacy .container section .table.table-bordered td ul, #security .container section .table.table-bordered td ul {
  margin-bottom: 0;
}
#privacy .container section .table.table-bordered td ul + h5, #security .container section .table.table-bordered td ul + h5 {
  margin-top: 1rem;
}
#privacy .container section .rounded.border ul, #privacy .container section .rounded.border p, #security .container section .rounded.border ul, #security .container section .rounded.border p {
  margin-bottom: 0;
  text-align: center;
}
#privacy .container section ul.parenthesis > li + li, #security .container section ul.parenthesis > li + li {
  margin-top: 1rem;
}
#privacy .container section .version, #security .container section .version {
  position: absolute;
  right: 0;
}

@media (min-width: 992px) {
  #privacy section > .row + .row, #security section > .row + .row {
    margin-top: 3rem;
  }
  #privacy section > h3, #security section > h3 {
    margin-top: -100px;
    padding-top: 160px;
  }
  #privacy .table.table-bordered td, #security .table.table-bordered td {
    padding: 1rem;
  }
  #privacy .rounded.border, #security .rounded.border {
    padding: 2rem;
  }
}
@media (max-width: 991.98px) {
  #privacy .jp, #security .jp {
    letter-spacing: 0.125rem;
  }
  #privacy section > h3, #security section > h3 {
    margin-top: -15px;
    padding-top: 90px;
    margin-bottom: 1rem;
  }
  #privacy h3, #security h3 {
    font-size: 1.25em;
  }
  #privacy h5, #security h5 {
    font-size: 1em;
    line-height: 1.5;
  }
  #privacy .table.table-bordered td, #security .table.table-bordered td {
    padding: 0.5rem;
    font-size: 0.75rem;
  }
  #privacy .rounded.border, #security .rounded.border {
    padding: 1rem;
  }
}
#contact_us .container .row p, #contact_us .container .row ul {
  text-align: justify;
}

#site_map .container .row p, #site_map .container .row ul {
  text-align: justify;
}
#site_map ul.content-list > li + li {
  margin-top: 1rem;
}