﻿h1 {
    box-sizing: unset;
}
div#headerBottom p {
    margin: unset;
}
dl, ol, ul {
    margin-top: unset;
    margin-bottom: unset;
}
.h2, h2 {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.2;
    line-height: 1.4;
}
#breadcrumb {
    line-height: 2;
}
.border-public {
    border-color: #D44076 !important;
}
.column .card .education, .column .card .private, .column .card .public {
    position: relative;
}
.column .card .public::before {
    display: inline-block;
    margin-right: 0.25rem;
}
.column .card .education::before, .column .card .private::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.25rem;
}
.column .card .private::before {
    content: "\f1ad";
}
.column .card .education::before {
    content: "\f19d";
}
.column .card .public::before {
    content: "";
    background-image: url(../img/common/icon-public.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    width: 1rem;
    height: 1rem;
    bottom: -1px;
}
.column h2 {
    font-size: 1.25rem;
    line-height: 1.2;
    color: #1590CC;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-bottom: 0;
    text-align: left;
}
.text-public {
    color: #D44076 !important;
}
.text-success {
    color: #28a745 !important;
}
.btn-public {
    color: #fff;
    background-color: #d44076;
    border-color: #d44076;
}
.column .contents .card-body p {
    display: inline-block;
    line-height: 1.7;
    margin-bottom: 0.5rem;
}
.column.column-list .contents .card-body p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
