.rules {
    width: 100%;
    color: #6f6f6f;
    padding-bottom: 100px;
}
.operating {
    padding-bottom: 90px;
}

.rules .title {
    text-align: center;
    margin-bottom: 40px;
}
h3 {
    font-weight: bold;
    font-size: 24px;
    font-family: "sourcesan bold", sans-serif;
}
.rules p {
    font-size: 18px;
    line-height: 1.4;
}
.has-space {
    padding-left: 5px;
}

.rules .content {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #6f6f6f;
    white-space: pre-wrap;
    max-width: 1118px;
    margin: auto;
    padding: 100px 15px 0 15px;
}

.rules .content-item {
    margin-bottom: 21px;
    font-weight: 500;
}

.rules .content-item .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #6f6f6f;
    text-align: left;
    margin-bottom: 0;
}
.cp-title {
    margin-top: 6px;
    position: relative;
}
.cp-title img {
    width: 100%;
}
.cp-title .title-page {
    position: absolute;
    width: 100%;
    max-width: unset;
    top: calc(50% - 50px);
    /* transform: translateY(-50%); */
}
.cp-title h1 {
    color: #3e9af0;
    font-family: "sourcesan bold", sans-serif;
    max-width: 1118px;
    margin: auto;
    padding: 0 15px;
}
.hr-color {
    background-color: #3d9aef;
    height: 30px;
    box-sizing: border-box;
}
.operating .content-flex {
    display: flex;
}
.operating .content-item {
    width: 50%;
    color: #6f6f6f;
    margin-bottom: 0;
}
.operating .content-item .title {
    font-size: 36px;
}
.operating .content-item ul {
    font-size: 24px;
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}
.operating .content {
    padding: 70px 15px 0 15px;
}
.operating .content p {
    font-size: 18px;
    display: flex;
    line-height: 1.4;
}
.operating .content-item ul li {
    margin-bottom: 30px;
}
.operating .content-item {
    margin-bottom: 50px;
}
.rules .content p span.d-flex {
    margin-bottom: -20px;
}
.rules .content p span.d-flex:last-child {
    margin-bottom: -10px;
}
@media screen and (max-width: 1270px) {
    .cp-title h1,
    .operating .content,
    .rules .content {
        max-width: unset;
        width: 100%;
        padding: 0 30px;
    }
}
@media screen and (max-width: 1080px) {
    .cp-title h1,
    .operating .content,
    .rules .content {
        padding: 0 20px;
    }
    .operating .content,
    .rules .content {
        padding: 40px 20px;
    }
    .operating {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .operating .content-item .title,
    .rules .content h3 {
        font-size: 30px;
        line-height: 1.4;
    }
    .operating .content-item ul {
        font-size: 20px;
        margin-top: 0;
    }
    .operating .content-item ul li {
        margin-bottom: 20px;
    }
    .operating .content p,
    .rules .content p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .operating .content {
        padding: 0px 70px 0 70px;
    }
    .cp-title {
        margin-top: 30px;
    }
    .cp-title .title-page {
        padding-bottom: 30px;
        text-align: center;
    }
    .operating .content-item .title,
    .rules .content h3 {
        font-size: 26px;
    }
    .operating .content-item ul {
        font-size: 18px;
    }
    .operating .content p {
        font-size: 14px;
        margin-top: 50px;
    }
    .rules .content p {
        font-size: 14px;
    }
    .operating .content-flex {
        flex-direction: column;
    }
    .operating .content-item {
        margin-bottom: 0;
        width: 100%;
    }
    .hr-color {
        height: 20px;
    }
    .has-space {
        padding-left: 0;
    }
}
@media screen and (max-width: 600px) {
    .operating .content,
    .rules .content {
        padding: 0 30px;
    }
    .rules .content h2 {
        font-size: 30px;
        line-height: 1.4;
    }
    .rules {
        padding-bottom: 0;
    }
    .hr-color {
        height: 15px;
    }
}
@media screen and (max-width: 450px) {
    .operating .content-item .title,
    .rules .content h3 {
        font-size: 24px;
    }
    .operating .content-item ul {
        font-size: 16px;
    }
    .operating .content p,
    .rules .content p {
        font-size: 14px;
        line-height: 20px;
    }
    .rules .content {
        padding: 15px 20px;
        padding-top: 0;
        margin-top: -10px;
    }
    .cp-title .title-page {
        top: calc(50% - 55px);
    }
    .hr-color {
        height: 12px;
    }
    .cp-title img {
        height: 125px;
    }
}
