@charset "utf-8";
.sitemap .inner {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
.subtitle {
    position: relative;
    height: auto;
    text-align: left;
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
}
.subtitle h2 {
    position: absolute;
    top: 38%;
    left: 10%;
    margin: 0;
    font-size: 70px;
    ;
    ;
    color: #2E308B;
}
.permission h2 {
    margin-top: 50px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
.inner h3  {
    margin: 10px 0;
}
.sitemap .inner .flex-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.sitemap .inner .flex-item {
	/* [disabled]padding-right: 30px; */
	width: 180px;
	white-space: nowrap;
}
a {
	text-decoration: none;
	color: #000000;
}
.sitemap .inner h2 {
	margin-top: 200px;
	margin-bottom: 40px;
}
.sitemap .inner h3 {
	margin-top: 30px;
}
.sitemap .inner .inner-text {
	padding-left: 0px;
	padding-top: 16px;
	padding-bottom: 8px;
}
.inner .inner-text p {
	font-size: 18px;
}
.sitemap .inner .flex-box .flex-item h3:before  {
	content: "｜";
}
.flex-box .flex-item p {
	margin-left: 35px;
	/* [disabled]padding: 10px; */
	/* [disabled]border-radius: 20px; */
	display: block;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
.flex-box .flex-item a:hover  {
	/* [disabled]background-color: #FFFF3E; */
	text-decoration: underline;
}









@media screen and (max-width:1200px){
.subtitle h2 {
    margin: 0;
    font-size: clamp(30px,3vw,70px);
}
.sitemap .inner {
	margin-left: 4%;
	margin-right: 4%;
	width: 100%;
}
.sitemap .inner .flex-item {
	width: 33%;
	white-space: nowrap;
}
.flex-box {
	justify-content: center;
}








}

@media screen and (max-width:600px){
.inner .flex-box  {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sitemap .inner .flex-item {
	width: 200px;
	white-space: nowrap;
}
.sitemap .inner {
	margin-left: 4%;
	margin-right: 4%;
}
.flex-box .flex-item p {

}
.sitemap h2 {
	font-size: 35px;
}
.sitemap h3 {
	font-size: 24px;
}
.sitemap .inner h2 {
	margin-top: 100px;
}






}
