/*県民共済について用css*/
.about-kyosai .contents{
    padding: 0;
    border: none;
}

main .about-kyosai h3{
    border-bottom: none;
}

.report h4{
    width: 100%;
    text-align: center;
    color: #333;
}

.overview-image img{
    top: -55%;
}

small{
    display: block;
}

ol{
    margin-left: 20px;
}

ol li::marker{
    color: #0062b1;
    font-weight: bold;
}

.katakana-list, .circle-number-list{
    list-style: none;
    margin: 1rem 0;
}

.katakana-list li{
    text-indent: -3rem;
    margin-left: 3rem;
}

.circle-number-list li{
    display: flex;
    align-items: flex-start;
}

.about-list > li:not(:last-child){
    margin-bottom: 1rem;
}

.katakana-list li span, .circle-number-list li span{
    margin-right: 1rem;
}

li span.item-number{
    color: #005693;
    font-weight: bold;
    margin-right: 0;
}

.large-number{
    font-size: 2.2rem;
}

.about-kyosai .contents{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 20px;
}

.about-kyosai .contents section{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    border: 1px #0062b1 solid;
}

.about-kyosai .contents a{
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 10px 40px 10px 20px;
    margin-top: auto;
    color: #fff;
    background-color: #0062b1;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
}

.about-kyosai .contents a:after{
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

.about-kyosai .contents a:hover{
    filter: brightness(1.1);
}

.service-name{
    color: #0062b1;
}

.table-supplement{
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.table-date{
    display: grid;
    grid-template-columns: auto auto 3.2rem;
    gap: 0;
    justify-content: end;
}

.date-label{
    padding-right: 0.5rem;
}

table{
    width: 100%;
    border-collapse:  collapse;
}

table.financial-status th.amount-title{
    width: 30%;
}

table:not(:last-child){
    margin-bottom: 1rem;
}

th, td{
    padding: 10px;
    border: 1px #333 solid;
}

th{
    color: #fff;
    background-color: #0062b1;
}

.bp th:first-child{
    width: 70%;
}

.sub-total{
    background-color: #e0ffff;
}

.amount{
    font-size: 2.2rem;
    text-align: right;
}

.amount-total {
    font-size: 2.4rem;
    text-align: right;
}

a.pdf-link{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: fit-content;
    padding: 10px 20px;
    color: #fff;
    background-color: #0062b1;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
}

.pdf-link img{
    margin-left: 5px;
}

a.pdf-link:hover{
    filter: brightness(1.1);
}

.report .contents ul{
    margin-left: 5rem;
}

.report .contents ul li{
    text-indent: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.report .contents ul li::before {
    content: none;
    display: none;
}

.report-pdf{
    text-indent: -1rem;
    padding-left: 2rem;
}

p.no-gap, p.report-pdf{
    margin-bottom: 0;
}

.report-pdf::before{
    display: inline-block;
    content: "●";
    margin-right: 5px;
    color: #0062b1;
}

.blank-td{
    height: 15px;
}

.note01-text{
    margin-top: 20px;
}

.founder-container{
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: stretch;
    gap: 10px 50px;
    margin-bottom: 40px;
}

.founder-container .founder-image{
    grid-row: 1 / span 3;
}

.founder-image img{
    width: 100%;
}

.concept-title{
    font-size: 2.5rem;
    font-weight: bold;
}

ol.concept-list{
    margin-left: 2.3rem;
    margin-bottom: 2em;
    font-size: 1.8rem;
}

ol.concept-list li{
    padding: 5px 0;
}

.concept-cr{
    text-align: right;
}

.summary th{
    background-color: #e1effb;
    color: #000000;
    font-weight: normal;
}

.action-plan h4.goal{
    margin-top: 4rem;
}

.shop-topics{
    background-color: #f8f1e7;
    border-radius: 20px;
    margin: 10px 5px;
    padding: 10px 15px;
}

/*960px以下*/
@media screen and (max-width: 960px){
    .about-kyosai .contents{
        grid-template-columns: 1fr;
    }

    .about-kyosai .contents section{
        padding: 15px 10px 10px;
    }

    table, small, .large-number, .amount{
        font-size: 1.2rem;
    }

    .amount-total{
        font-size: 1.4rem;
    }

    th, td {
        padding: 10px 3px;
    }

    .table-date{
        grid-template-columns: auto auto 2.8rem;
    }

    .report .contents ul{
        margin-left: 0;
    }

    .founder-container{
        grid-template-columns: 1fr 3fr;
        align-items: center;
        gap: 10px;
    }

    .founder-container .founder-image{
        grid-row: auto;
    }

    .founder-container .declaration{
        grid-column: 1 / span 2;
    }

    .concept-title{
        font-size: 1.6rem;
        font-weight: bold;
    }

    ol.concept-list{
        margin-left: 2rem;
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }

    ol.concept-list li{
        padding: 5px 0;
    }
}
