/* 特定商取引法に関する記述 */
article.dsctl_article {
    width: min(1200px, 95%);
	margin: 0 auto;
    padding: 5%;
}

article.dsctl_article h2 {
    color: #FAF2E9;
    background: #960032;
}

article.dsctl_article p {
    padding: 0 25px;
}

article.dsctl_article div {
    margin: 100px auto;
}

article.dsctl_article table {
    width: min(700px, 95%);
    margin: 0 auto;
    margin-top: 50px;
    line-height: 2rem;
}

article.dsctl_article table tr {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #960032;
}

article.dsctl_article table th, 
article.dsctl_article table td {
    border: none;
}

article.dsctl_article table th{
    width: 100px;
}

article.dsctl_article table td{
    width: calc(100% - 100px);
}