//SEO Box v.3
{
  box-sizing: border-box;
  &::before, &::after {
    box-sizing: border-box;
  }
}

.container {
  margin: 0 auto;
  padding: 4rem;
  width: 48rem;
}
.faq {margin-bottom: 30px;}
.footer-seo__description {
    font-size: 14px;
    border: 1px solid var(--monotaro-greylight-color_9);
    box-sizing: border-box;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
    border-radius: 6px;
    text-align: justify;
    padding: 15px;
    margin-bottom: 30px;
}
.shortText {
    transition: height 0.5s;
    height: 43em;
    overflow: hidden;
        }

.shortText.small {
        -webkit-mask-image: black;
        }

.shortText.small span.more {
            display: none;
        }
.small, small {font-size: 100%;}
.moreless-btn {
        margin-top: 15px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 5px;
    background: #e02b27;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    }

.product-table {
    display: block;
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    overflow-x: auto;
}
.product-table th {
    background-color: #f2f2f2;
    color: #333;
    font-weight: bold;
}
.product-table th, .product-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    background-color: #f9f9f9;
}