@charset "utf-8";





.customize-support div.wrap section.sitemap div.container div.wrap h1 {
font-size: 24px;
margin-bottom: 20px;
margin-top: 40px;
}

.wrap p a:hover {
text-decoration: underline;
}

.text-item a:hover {
text-decoration: underline;
}

.wrap {
border-bottom: 1px solid #CCC;
}
.wrap:last-child {
padding-bottom: -20px;	
}

.customize-support div.wrap section.sitemap div.container div.wrap p {
padding-bottom: 40px;	
}

.text-container {
display: flex;
flex-wrap: wrap;
gap: 10px; /* 文字の間隔を調整 */
white-space: normal;
word-wrap: break-word;
margin-bottom: 20px;
}
/* Smartphones (横-sm-540px) ----------- */
@media (max-width: 576px) {
.text-container {
display: block;
flex-wrap: wrap;
gap: 10px;
white-space: normal;
word-wrap: break-word;
margin-bottom: 0;
}
}


.text-item {
flex: 1;
min-width: 100px; /* 折り返しの最小幅を設定 */
}


.wrap p.last {
padding-bottom: 20px;
}

.wrap p {
padding-bottom: 20px;
}

