@charset "utf-8";
.guide-gift h3.md {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    text-align: left;
}
.guide-gift h3.md::after {
    content: "";
    margin-top: 10px;
    background-image: linear-gradient(to right, #E0C566, #E0C566 8px, transparent 8px, transparent 0px);
    background-size: 16px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
}
.guide-gift h4.md {
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.3;
    font-size: 24px;
    border-left: 5px solid #E0C566;
    padding-left: 10px;
    text-align: left;
}
.guide-gift h4.sm {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
}
.guide-gift h4.sm::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
    background: #E0C566;
}
.guide-gift p {
    line-height: 2;
    margin-bottom: 30px;
    text-align: left;
}
.guide-gift p:last-child {
    margin-bottom: 0;
}

