.p-contents .tag
{
    border-bottom: 1px solid #ddd;
    margin: 20px 0 0 0;
}
.p-contents .tag:first-of-type
{
    margin: 0;
}
.p-contents .tag span
{
    background: #333;
    color: #fff;
    display: inline-block;
    font-size: 1.2em;
    padding: 4px;
    text-align:center;
    width: 8em;
}
.p-contents dl
{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 20px 30px;
    padding: 0;
}
.p-contents dt,
.p-contents dd
{
    box-sizing: border-box;
    padding: 0;
}
.p-contents dt
{
    display: flex;
    flex-direction: row-reverse;
    width: fit-content;
}
.p-contents dt:first-of-type
{
    margin-top: 2em;
}
.p-contents dd
{
    margin-bottom: 2em;
    width: 100%;
}
.p-contents dt span
{
    border-radius: 5px;
    box-sizing: border-box;
    margin-left: 2em;
    padding-left: 2em;
    padding-right: 2em;
}





@media all and (max-width: 767px)
{
                .p-editArea
                {
                    font-size: 1.2rem;
                }
                .p-contents dl
                {
                    margin: 0 1em;
                }
                .p-contents dd
                {
                    font-size: 1.4rem;
                }
}
