@charset "utf-8";
@media only screen and (max-width: 767px) {
    .pc_only {
        display: none;
    }    
}
/*---- public STA ----*/
.seminar_list h5 {
    margin-top: 20px;
}
.heading_content {
    padding: 10px 5px;
    background-color: #d7eeff;
    text-align: center;
    border: 1px solid #0b1489;
    font-size: 20px;
    color: #7b3030;
    border-radius: 10px;
}
.heading_content span {
    font-weight: bold;
}
.heading_content img {
        margin: 1px;
        border-radius: 100px;
}
.mailmember_entry ul {
    padding: 10px 5px;
    font-size: 13px;
}
.attention_text_public {
    color: #000000;
    background: #ffffff;
    border: 2px solid #ffffff;
    padding: 0px 10px 10px 10px;
    font-weight: bold;
    font-size: 14px;
}
.attention_text_public2 {
    color: #000000;
    background: #fffff0;
    border: 1px solid #fff8dc;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
} 
.attention_text_public:empty {
    display: none;
}
@media only screen and (max-width: 767px) {
    .heading_content {
        text-align: center;
    }
    .mailmember_entry img {
        margin: 1px;
        border-radius: 100px;
    }
}
/*---- public END ----*/
/*---- seminar/view STA ----*/
.sb_sb_preview .ss_form_btn {
    width: auto;
}
.sb_sb_preview .ss_summary p {
    word-wrap : break-word;
    overflow-wrap :break-word;
}
/*---- seminar/view END ----*/
/*---- title STA ---- */
.navbar .brand {
	font-size: 16px;
} 
/*---- title END ---- */