@charset "utf-8";
h2 {
    height: 0.56rem;
    padding-left: 0.26rem;
    margin-bottom: 0.3rem;
    border: #65aa31 0.02rem solid;
    border-right: #65aa31 0.16rem solid;
    border-left: #65aa31 0.16rem solid;
    color: #65aa31;
    font-size: 0.21rem;
    line-height: 0.56rem;
}
article {
    padding-bottom: 1rem;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: none;
}
table th {
    height: 0.4rem;
    background: #efefef;
    line-height: 0.4rem;
    font-weight: normal;
    text-align: left;
}
table th.top {
    background: #65aa31;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    vertical-align: middle;
    padding: 10px 0;
}
table th.top a {
    color: white;
}
table th.small {
    font-size: 0.14rem;
}
table th,
table td {
    padding-left: 0.12rem;
    border: #b0b0b0 1px solid;
    font-size: 0.15rem;
    line-height: 0.4rem;
    line-height: 1.3;
    vertical-align: middle;
    padding: 10px;
}
table td.center {
    text-align: center;
}
table th a {
    text-decoration: underline;
}
table th a:hover {
    color: rgba(255,255,255,.8);
}
.jisseki_s .seminar,
.jisseki_b .books {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;  
}
.jisseki_s section {
    margin-right: 0;
    margin-bottom: 30px;
    width: calc((100% / 3) - 20px);
}
.jisseki_s h3 {
    width: 100%;
    height: 55px;
    padding: 5px 10px;
    margin-bottom: 0.1rem;
    background: #65aa31;
    color: #fff;
    overflow: hidden;
    font-size: 0.17rem;
    line-height: 1.3;
    display: flex;
    align-items: center;
}
.jisseki_s img {
    width: 3.42rem;
    height: 1.64rem;
    margin-bottom: 0.1rem;
}
.jisseki_s p,
.jisseki_b p {
    font-size: 0.15rem;
}
.jisseki_b section {
    width: 2.3rem;
    padding: 0.6rem 0; 
    margin-right: 0.6rem;
    border-bottom: #b0b0b0 1px solid;
}
.jisseki_b section:nth-child(4n) {
    margin-right: 0;
}
.jisseki_b h3 {
    margin-bottom: 0.1rem;
    font-size: 0.17rem;
}
.jisseki_b img {
    width: 2rem;
    height: 3rem;
    margin: 0 auto 0.1rem;
    display: block;
}

.jisseki_j {
    margin-top: 70px;
}

.jisseki_j .border {
    border-top: 1px solid #65aa31;
    border-bottom: 1px solid #65aa31;
    color: #65aa31;
    margin: 20px 0;
    font-weight: bold;
}

.jisseki_j h3 {
    color: #65aa31;
}

.jisseki_j .jinji {
    margin-top: 20px;
}

.jisseki_j .jinji h3 {
    position: relative;
    color: white;
    background-color: #f7b52c;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
    width: 200px;
    text-align: center;
}

.jisseki_j .jinji h3:after {
    content: "";
    position: absolute;
    width: 550%;
    left: 0;
    background-color: #f7b52c;
    height: 3px;
    bottom: 0;
}

.jisseki_j .jinji h4 {
    color: #65aa31;
    margin-bottom: 10px;
}

.jisseki_j .jinji p {
    margin-bottom: 10px;
}

.jisseki_j .jinji hr {
    border: 0;
}

.jisseki_j .jinji .flow {
    display: flex;
    gap: 15px;
    flex-flow: wrap;
    margin-top: 20px;
}

.jisseki_j .jinji .flow div {
    width: calc((100% / 6) - 13px);
    /* max-width: 170px; */
}

.jisseki_j .jinji .flow div h5 {
    position: relative;
    color: white;
    background-color: #65aa31;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2;
    width: calc(100% - 20px);
    font-size: 13px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jisseki_j .jinji .flow div:nth-child(1) h5 {
    background-color: #4b8023;
}
.jisseki_j .jinji .flow div:nth-child(1) h5:after {
    border-left: 18px solid #4b8023;
}

.jisseki_j .jinji .flow div:nth-child(2) h5 {
    background-color: #589729;
}
.jisseki_j .jinji .flow div:nth-child(2) h5:after {
    border-left: 18px solid #589729;
}

.jisseki_j .jinji .flow div:nth-child(3) h5 {
    background-color: #65aa31;
}
.jisseki_j .jinji .flow div:nth-child(3) h5:after {
    border-left: 18px solid #65aa31;
}

.jisseki_j .jinji .flow div:nth-child(4) h5 {
    background-color: #70ba37;
}
.jisseki_j .jinji .flow div:nth-child(4) h5:after {
    border-left: 18px solid #70ba37;
}

.jisseki_j .jinji .flow div:nth-child(5) h5 {
    background-color: #7bc840;
}
.jisseki_j .jinji .flow div:nth-child(5) h5:after {
    border-left: 18px solid #7bc840;
}

.jisseki_j .jinji .flow div:nth-child(6) h5 {
    background-color: #87da47;
}
.jisseki_j .jinji .flow div:nth-child(6) h5:after {
    border-left: 18px solid #87da47;
}

.jisseki_j .jinji .flow div h5:after {
    content: "";
    position: absolute;
    right: -18px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 18px solid #65aa31;
    border-top: 22px solid transparent;
    border-bottom: 23px solid transparent;
}

.jisseki_j .jinji .flow div p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
}

.jisseki_j .jinji ul li {
    list-style: disc;
    margin-left: 20px;
}

.jirei ul {
    padding-left: 20px;
}

.jirei ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}

.jirei .linkarea li {
    list-style-type: unset;
    margin-bottom: 0;
}

.jisseki-btn {
    background-image: linear-gradient(90deg, #65ac31, #6eb33b);
    color: white;
    padding: 8px 40px;
    border-radius: 2px;
    margin: 0 auto;
    display: table;
}

.jirei table th a:hover {
    color: rgb(0 0 0 / 70%);
}

@media screen and (min-width:1118px) { /* PCのみ */
}

@media screen and (max-width:1118px) { /* タブレット以下の場合 */
}

@media screen and (max-width:1118px) and (min-width:768px) { /* タブレットのみ */
}


@media screen and (max-width:768px) { /* スマホのみ */
    .jisseki_s section {
        width: calc((100% / 2) - 15px);
    }
    .jisseki_s h3 {
        height: auto;
        margin-bottom: 7px;
    }
    .jisseki_s img {
        width: 100%;
        height: 170px;
        margin-bottom: 0.1rem;
        object-fit: cover;
    }

    .jisseki_j .jinji .flow div h5 {
        width: calc(100% - 12px);
    }

    .jisseki_j .jinji .flow div h5:after {
        right: -14px;
        border-left: 14px solid #90cb64;
        border-top: 22px solid transparent;
        border-bottom: 23px solid transparent;
    }

    .jisseki_j .jinji .flow div:nth-child(1) h5:after {
        border-left: 14px solid #4b8023;
    }
    .jisseki_j .jinji .flow div:nth-child(2) h5:after {
        border-left: 14px solid #589729;
    }
    .jisseki_j .jinji .flow div:nth-child(3) h5:after {
        border-left: 14px solid #65aa31;
    }
    .jisseki_j .jinji .flow div:nth-child(4) h5:after {
        border-left: 14px solid #70ba37;
    }
    .jisseki_j .jinji .flow div:nth-child(5) h5:after {
        border-left: 14px solid #7bc840;
    }
    .jisseki_j .jinji .flow div:nth-child(6) h5:after {
        border-left: 14px solid #87da47;
    }
}

@media screen and (max-width:510px) {
    .jisseki_j .jinji .flow div {
        width: calc((100% / 2) - 15px);
    }
}

@media screen and (max-width:370px) {
    .jisseki_j .jinji .flow div {
        width: 100%;
    }
}

@media screen and (max-width:940px) {
    .jisseki_j .jinji .flow div {
        width: calc((100% / 3) - 10px);
    }
}

@media screen and (max-width:420px) {
    .jisseki_j .jinji .flow div {
        width: 100%;
    }
    .jisseki_j .jinji .flow div h5 {
        height: auto;
    }
    .jisseki_j .jinji .flow div h5:after {
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
    }

    .jisseki_s section {
        width: 100%;
        margin-bottom: 5px;
    }
}