.form-group {
    margin-bottom: 15px;
}
.medihiroba_links {
    background-color: #effaf8;
    padding: 3px 15px;
}
.medihiroba_title {
    text-align: center;
    font-weight: bold;
    color: #666666;
}
@media screen and (max-width: 768px) {
    html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, main, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        max-width: 100%;
    }
}
.medihiroba_links .links {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 3px;
}
.medihiroba_links .links a {
    width: 100%;
    display: inline-block;
    border: 2px solid #31AF9F;
    background: #31AF9F;
    color: #FFFFFF;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    font-size: 0.9em;
    padding: 4px 3px 2px;
    line-height: 1.3;
}

.medihiroba_links .links .medihiroba_regist a, .views-element-container .view-header .medihiroba_links .links .medihiroba_regist a {
    background: #FFFFFF;
    color: #31AF9F;
    border: 2px solid #31AF9F;
}


.contents_info a {
    font-size: 0.8em;
    color: #666666;
}
a, a:hover {
    text-decoration: none;
}
  
.contents_info {
    text-align: center;
    margin-top: 3px;
    line-height: 1.2;
}
.contents_info a:before {
    content: '笆ｶ';
}

