/*
Theme Name: balp_20251211-child
Template:   balp_20251211-parent
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: balp_20251211-parent の子テーマ
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/


a {
    color: #2a4e74;
}
a:hover {
    color: #98b0c9;
}
hr {
    margin: 72px 0;
}

.main-content h1, .main-content h2 {
    border-left-width: 8px;
    border-left-style:solid;
    border-left-color:#2a4a67;
    color: #2a4a67;
    padding: 12px 0.92rem;
}

.main-content h3, .main-content h4 {
    border-left: 6px solid #adadad;
    padding: 8px 0.72rem;
    margin: 40px 0 20px -2%;
    color: #2a4a67;
    width: 104%;
}

.main-content h5 {
    padding: 4px 12px 4px 32px;
    color: #313131;
}


.main-content h5::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0rem;
    width: 24px;
    height: 24px;
    background-image: url('img/check-box.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.sidebar-widget h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 0.4rem;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #a69d87; 
}

.sidebar-widget ul li {
    margin-bottom: 0.6rem;
    padding: 0 0.2rem 0.6rem;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ddd;
    font-size: 1.0rem;
}