@charset "utf-8";

.description_contents h1,
.description_contents h2{
    margin: 30px 0;
}
.description_contents p{
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.65!important;
}
.memo_contents dl{
    margin: 30px 0;
    font-size: 16px;
}
.memo_contents dt{
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
    line-height: 1.5;
}
.memo_contents dd{
    padding: 3px 0;
    margin: 0 0 30px;
    line-height: 1.5;
}
.memo_contents dd:last-child{
    margin: 0;
}

main#stripeBg article{
    margin: 0 0 50px;
}
main#stripeBg article h2{
    margin: 30px 0;
}
main#stripeBg article p{
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.65;
}
main#stripeBg article dl{
    margin: 30px 0;
    font-size: 16px;
}
main#stripeBg article dt{
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
    line-height: 1.5;
}
main#stripeBg article dd{
    padding: 3px 0;
    margin: 0 0 30px;
    line-height: 1.5;
}
main#stripeBg article dd:last-child{
    margin: 0;
}