@charset "utf-8";

.pagetitle_area {
    padding: 160px 0;
    background-image: url(https://www.manaka-hp.jp/assets/img/feature/pagetitle_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width:768px) {

    .pagetitle_area {
        padding: 150px 0;
    }

    .pagetitle_area {
        padding: 160px 0;
        background-image: url(https://www.manaka-hp.jp/assets/img/feature/pagetitle_bk.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

}
}

@media screen and (max-width: 425px) {
    .pagetitle_area {
        padding: 75px 0;
    }
}

.bl-history > div {
    display: flex;

}

.bl-history dt,
.bl-history dt span {
    font-family: "Crimson Text", serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1;

}

.bl-history dt {
    color: #9BBF98;
    font-size: 2.4rem;
    width: 200px;
    letter-spacing: 0.5px;


}


dl.bl-history dt > span {
    font-size: 140%;
    padding-right: 10px;
}

.bl-history dd {
    padding-left: 20px;
    border-left: 3px solid #D7EDD5;
    padding-bottom: 90px;
    padding-top: 10px;
    width: calc(100% - 250px);
}

dd.pt-none {
    padding-top: 0;
}

.bl-history dd > p {
    padding-left: 24px;
    text-indent: -20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.bl-history dd > p:last-of-type {
    margin-bottom: 0;
}
.bl-history dd img{
    width: auto;
    max-width: 300px;
    aspect-ratio 4/3
}
.bl-history dd p + img {
    margin-top: 20px;
}

.bl-history dd > p::before {
    content: "●";
    color: #9BBF98;
    margin-right: 4px;
}

@media screen and (max-width:768px) {
    .bl-history > div {
        flex-direction: column;
    }
    .bl-history dt,
    .bl-history dd {
        width: 100%;
        padding-top: 10px;
    }
    .bl-history dt{
        font-size: 2rem;
    }
    .bl-history dd{
        margin-left: 20px;
        padding-bottom: 60px;
        margin-bottom: 10px;
    }
    .bl-history dd > p {
        font-size: 16px;
    }
}
@media screen and (max-width:350px) {
    
    .bl-history dd{margin-left: 10px;padding-left: 10px;}
}