/* ボタン */
.pubent_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin:0 0 0 0;
    padding: 0.5em 0.5em;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}
.pubent_btn:hover {
    background-color: #1579c0;
}
/* テキストボックス */
.pubset_text {
    color: #333;
}
.pubset_text {
    width: 50%;
    padding: 8px 10px;
    border: 1px solid #969da3;
    border-radius: 25px;
    font-size: 1em;
    line-height: 1.5;
}
.pubset_text::placeholder {
    color: #999;
}
.pubset_text:disabled {
    background-color: #ccc;
}