@charset "utf-8";

/* 色変更 */
a.button {
    background-color: #FFFFFF;
    border: solid 2px #0686CC;
}

a.button > span {
    color: #0686CC
}

a.button > span::before {
    border-left-color: #0686CC;
}

footer > .totop > p {
    background-color: #0686CC;
}

footer > section > h3 {
    border-color: #0686CC;
}

footer > .copyright {
    background-color: #0686CC;
}

main {
    background-color: #2F9C56;
}

main section > h2 {
    border-color: #0686CC;
}

main section .author_list > li > h3 {
    border-color: #0686CC;
}

/* おすすめポイント */
.point > div > h3 {
    padding-left: 10px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    border-left: 4px solid #0686CC;
}

.point > div > p {
    margin-top: 16px;
}

.point_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .point_list {
        grid-template-columns: 1fr;
    }
}

.point_list > li {
    position: relative;
    display: grid;
    grid-template-columns: auto;
    gap: 16px;
    align-content: start;
}

.point_list > li > h4 {
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
}

/* 著者紹介 */
main section .author_list > li {
    min-height: auto;
}

main section .author_list > li > h3,
main section .author_list > li > p {
    margin-left: 0;
    padding-bottom: 0;
}
