.mdui-faq {
max-width: 800px;
margin: 0 auto;
}

.mdui-faq-item {
background: #fff;
border-radius: 12px;
margin-bottom: 12px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.mdui-faq-item summary {
padding: 20px;
cursor: pointer;
position: relative;
list-style: none;
font-weight: 500;
font-size: 18px;
color: #1d1d1f;
}

.mdui-faq-item summary::-webkit-details-marker {
display: none;
}

.mdui-faq-item summary::after {
content: '';
position: absolute;
right: 20px;
top: 50%;
width: 12px;
height: 12px;
border-right: 2px solid #1d1d1f;
border-bottom: 2px solid #1d1d1f;
transform: translateY(-70%) rotate(45deg);
transition: transform 0.3s ease;
}

.mdui-faq-item[open] summary::after {
transform: translateY(-30%) rotate(-135deg);
}

.mdui-faq-item .mdui-faq-content {
padding: 0 20px 20px;
color: #424245;
font-size: 16px;
}

.mdui-faq-item:hover {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.sitemap-container {
max-width: 1140px;
margin: 0 auto;
}
.wsp-pages-title,.wsp-newss-title{
text-align: center;
}

.wsp-pages-list,.wsp-newss-list{
list-style: disc !important;
width: 740px;
font-size: 19px;
margin: 20px auto;
}
@media (max-width: 768px) {

.mdui-faq-item summary {
padding: 16px 50px 16px 17px;
font-size: 16px;
}
.wsp-pages-list {
width: 100%;
}
.mdui-faq-item .mdui-faq-content {
padding: 0 16px 16px;
}
}
.mdui-features {
margin: 0 auto;
padding: 40px 0px;
}

.mdui-features-title {
text-align: center;
color: #333;
font-size: 28px;
margin-bottom: 40px;
font-weight: 600;
}

.mdui-feature-card {
background: #ffffff;
border-radius: 16px;
padding: 32px;
margin-bottom: 24px;
display: flex;
gap: 30px;
align-items: center;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
}

.mdui-feature-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.mdui-feature-content {
flex: 1;
padding-right: 40px;
}

.mdui-feature-number {
display: inline-flex;
align-items: center;
background: linear-gradient(135deg, #6366f1, #4f46e5);
color: #ffffff;
font-size: 13px;
font-weight: 700;
padding: 6px 16px;
border-radius: 20px;
margin-bottom: 16px;
letter-spacing: 1px;
box-shadow: 0 2px 8px rgba(99, 102, 241, 0.2);
}

.mdui-feature-number::before {
content: '';
display: inline-block;
width: 6px;
height: 6px;
background-color: #ffffff;
border-radius: 50%;
margin-right: 8px;
}
.mdui-feature-title {
font-size: 24px;
color: #1a1a1a;
margin-bottom: 16px;
font-weight: 600;
}

.mdui-feature-description {
color: #666666;
font-size: 16px;
margin-bottom: 24px;
line-height: 1.8;
}

.mdui-feature-button {
display: inline-flex;
align-items: center;
padding: 12px 24px;
background-color: #6366f1;
color: white;
text-decoration: none;
border-radius: 8px;
font-weight: 500;
transition: background-color 0.3s ease;
}

.mdui-feature-button:hover {
background-color: #4f46e5;
}

.mdui-feature-button::after {
content: '';
width: 6px;
height: 6px;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: rotate(-45deg);
margin-left: 8px;
}

.mdui-feature-image {
flex: 0 0 400px;
}

.mdui-feature-image img {
width: 100%;
height: auto;
max-height: 300px;
object-fit: contain;
}

@media (max-width: 968px) {
.mdui-feature-card {
flex-direction: column-reverse;
padding: 24px;
}

.mdui-feature-content {
padding: 24px 0 0 0;
}

.mdui-feature-card:nth-child(2) .mdui-feature-content {
padding: 24px 0 0 0;
}

.mdui-feature-image {
flex: 0 0 auto;
width: 100%;
}

.mdui-feature-image img {
max-height: 200px;
}

.mdui-features-title {
font-size: 24px;
margin-bottom: 32px;
}

.mdui-feature-title {
font-size: 20px;
}
}
.tsp-container {
margin: 0 auto;
padding: 20px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.tsp-company-title {
color: #0066FF;
font-size: 24px;
font-weight: 700;
margin-bottom: 40px;
letter-spacing: 0.05em;
}

.tsp-info-table {
width: 100%;
border-collapse: collapse;
}

.tsp-info-table th {
width: 120px;
background: #FFFFFF;
padding: 20px;
text-align: left;
font-weight: 600;
font-size: 14px;
border-bottom: 1px solid #E5E5E5;
vertical-align: top;
}

.tsp-info-table td {
padding: 20px;
font-size: 14px;
line-height: 1.6;
border-bottom: 1px solid #E5E5E5;
}

.tsp-sub-text {
font-size: 12px;
color: #666;
margin-top: 4px;
}

.tsp-address {
margin-bottom: 16px;
}

.tsp-address:last-child {
margin-bottom: 0;
}

.tsp-business-list {
list-style: none;
padding: 0;
margin: 0;
}

.tsp-business-item {
position: relative;
padding-left: 16px;
margin-bottom: 8px;
}

.tsp-business-item:last-child {
margin-bottom: 0;
}

.tsp-business-item::before {
content: "・";
position: absolute;
left: 0;
}
.news-img{
max-width: 100%;
}
@media (max-width: 600px) {
.tsp-info-table,
.tsp-info-table tbody,
.tsp-info-table tr,
.tsp-info-table th,
.tsp-info-table td {
display: block;
width: 100%;
}

.tsp-info-table th {
border-left: 4px solid #0066FF;
padding: 12px 8px;
}

.tsp-info-table td {
padding: 12px 8px 20px;
}
}
.tsp-news-container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.tsp-news-item {
padding: 24px 0;
border-bottom: 1px solid #E5E5E5;
}

.tsp-news-meta {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 12px;
}

.tsp-news-date {
color: #666;
font-size: 14px;
}

.tsp-news-category {
display: inline-block;
padding: 4px 12px;
font-size: 12px;
color: #FFF;
background: #333;
border-radius: 4px;
}

.tsp-news-category.press {
background: #2C5282;
}

.tsp-news-category.notice {
background: #666;
}

.tsp-news-category.release {
background: #38A169;
}

.tsp-news-title {
font-size: 18px;
font-weight: 600;
margin: 0 0 12px 0;
line-height: 1.5;
text-align: left;
}

.tsp-news-title a {
color: #1a365d;
text-decoration: none;
}

.tsp-news-title a:hover {
text-decoration: underline;
}

.tsp-news-excerpt {
font-size: 14px;
color: #666;
line-height: 1.7;
margin: 0;
text-align: left;
}
#disposal-contents h1{
    font-weight: bold;
    font-size: 30px;
    padding: 20px;
}
.img-center{
    margin: 0 auto;
    display: block;
    text-align: center;
}
@media (max-width: 600px) {
.tsp-news-container {
padding: 16px;
}

.tsp-news-title {
font-size: 16px;
}
}