@charset "utf-8";

.chat-plus-lead {
    color: #3f3f3f;
    font-size: 2rem;
    font-weight: bold;
    margin: 60px auto 30px auto;
    opacity: 0.87;
    text-align: center;
    width: fit-content;
}
@media screen and (max-width:768px) {
    .chat-plus-lead {
        font-size: 1.5rem;
    }
}

.chat-plus-box {
    align-items: center;
    display: flex;
    height: 516px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.chat-plus {
    height: 516px;
    width: 1000px;
    border: none;
}

.login-id {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 5px 5px 70px 5px;
}
@media screen and (max-width:768px) {
    .login-id {
        margin: 5px 5px 30px 5px;
    }
}

.login-id div {
    color: #3f3f3f;
    font-size: 1.5rem;
    font-weight: 300;
    margin-left: 15px;
    margin-right: 15px;
    width: fit-content;
}
@media screen and (max-width:768px) {
    .login-id div {
        font-size: 1rem;
        margin: 10px;
    }
}

.copy-button {
    background-color: #225a9e;
    border-radius: 40px;
    border-width: 0px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
    font-size: 1.25rem;
    padding: 8px;
    text-decoration: underline;
    width: 190px;
}
@media screen and (max-width:768px) {
    .copy-button {
        font-size: 1rem;
        padding: 4px;
        width: 104px;
    }
}

.chatplus-info-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chatplus-info-section > div {
    margin-bottom: 50px;
    max-width: 734px;
}

.chatplus-info-title {
    border-bottom: 2px solid #225a93;
    color: #3f3f3f;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: fit-content;
}
@media screen and (max-width:768px) {
    .chatplus-info-title {
        font-size: 1.25rem;
        padding-bottom: 15px;
        text-align: center;
        width: 95%;
    }
}

.chatplus-info-description {
    font-size: 1rem;
    font-weight: 300;
    color: #000000;
    line-height: 2rem;
}
@media screen and (max-width:768px) {
    .chatplus-info-description {
        line-height: 1.5rem;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.chatplus-info-description > span {
    font-size: 0.8125rem;
}
@media screen and (max-width:768px) {
    .chatplus-info-description > span {
        line-height: 1.5rem;
    }
}

.chatplus-info-description ul {
    padding: 0px 5px 0px 15px;
}

.chatplus-info-description li {
    font-size: 1rem;
    font-weight: 300;
    color: #000000;
    line-height: 2rem;
    list-style: disc;
}
@media screen and (max-width:768px) {
    .chatplus-info-description li {
        line-height: 1.5rem;
        margin-bottom: 5px;
    }
}
