/*
Theme Name: NANO Child
Theme URI:
Description: NANOの子テーマ
Template: nano_tcd065
Author:Taichi Nakamura
Author URI:
Version:0.0.7
*/
.jpsbc-blog__list {
    justify-content: space-evenly;
}


.jpsbc-blog__list .p-blog__list-item {
    width: 32%;
}

@media (max-width: 1023px) {
    .jpsbc-blog__list .p-blog__list-item {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .jpsbc-blog__list .p-blog__list-item {
        width: 100%;
    }
}

.jpsbc-blog__list .p-article01__img {
    width: 100%;
    aspect-ratio: auto 740 / 440;
}

.jpsbc-blog__list .p-btn{
    margin-top: 50px;
}
.jpsbc-blog__list .p-btn a:hover {
    color: #ffffff;
    background: #001489;
}
.jpsbc-blog__list .p-btn a {
    color: #ffffff !important;
    background: #1e73be;
}

.jpsbc-blog__list a {
    color: #000 !important;
    text-decoration: none !important;
}

.jpsbc-blog__list .p-article01__title {
    font-size: 18px;
    line-height: 1.7;
    min-height: 60px;
    transition: color 0.2s ease;
    background: transparent;
    margin-bottom: 0;
}

.jpsbc-blog__list .p-article01__excerpt {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 17px;
}
.jpsbc-blog__list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.p-index-content01{
    padding-top: 0;
}
.p-index-content01__members {
    font-size: 3.6rem;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    /*border: 1px solid #5588b3;*/
    background: linear-gradient(180deg, #5588b3 0%, rgba(255, 255, 255, 0.15) 100%);

}
.p-index-content01__members-title {
    font-size: 1.8rem;
}

@media only screen and (max-width: 1199px) {
}
@media screen and (max-width: 782px) {
    .p-index-content01__members {
        background: none;
        margin-bottom: 20px;
    }
    html { -webkit-text-size-adjust:none; }  /* should render everything * 0.8 */
}

