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

.sitemapBOX li {
	width: 32.5%;
	margin-bottom: 10px;
	 background: #dc8a32;
	display: flex;
  justify-content: center;
  align-items: center;
	
}

.sitemapBOX li a {
	text-align: center;
	line-height: 1.6;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 15px 20px 15px 15px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.45vw, 1.6rem);
}
.sitemapBOX li a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1.5rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.sitemapBOX li a:hover {
  color: #FFF;
}
.sitemapBOX li a:hover:after {
  right: 1.5rem;
}

@media screen and (max-width: 834px) {
	
.sitemapBOX {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sitemapBOX li {
	width: 100%;
	margin-bottom: 5px;
}
	
.sitemapBOX li a {

    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 12px 20px 12px 15px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.45vw, 1.6rem);
	
}
.sitemapBOX li a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1.5rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.sitemapBOX li a:hover {
  color: #FFF;
}
.sitemapBOX li a:hover:after {
  right: 1.5rem;
}
	
.box_gray {
	padding: 15px 20px;
	background: #f3f3f3;
	margin: 0px 0px 20px 0px;
}

.box_gray h3 {
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
.policy p {
	font-size: 1.3rem;
}

ul.pplist {
  list-style-type:disc !important;

text-align: left;
	font-size: 1.3rem;
	padding: 0;
	margin: 0;
	  margin-left:15px;
}
ul.pplist li {
  list-style-type:disc !important;
	line-height: 1.7;
}

}