.rules-page .faq-page .sub-page-content:not(:first-child) {
    margin-top: 60px;
}

.rules-page .sub-page-content p {
    line-height: 1.8;
    text-align: justify;
    word-break: break-all;
}

.rules-page .sub-page-content h3 {
    margin: 30px 0 20px 0;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    border-left: 4px solid #00E8D0;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.rules-page .sub-page-content .rules-area:first-child h3 {
    margin-top: 0;
}

.rules-area a {
    display: inline;
    text-decoration: underline;
    color: steelblue;
}

/****************
*****************
画面幅が768px以下
*****************
****************/
@media screen and (max-width: 768px) {
    
}