@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;    
}
.jisseki_s section {
    width: 3.42rem;
    margin-right: 0.37rem;
    margin-bottom: 0.65rem;
}
.jisseki_s section:nth-child(3n) {
    margin-right: 0;
}
.jisseki_s h3 {
    width: 100%;
    height: 0.52rem;
    padding: 0 0.08rem;
    margin-bottom: 0.1rem;
    background: #65aa31;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.17rem;
    line-height: 0.52rem;
    text-align: center;
    position: relative;
}
.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: #65aa31;
    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: #65aa31;
    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: 20px;
    flex-flow: wrap;
    margin-top: 20px;
}

.jisseki_j .jinji .flow div {
    width: calc((100% / 3) - 15px);
}

.jisseki_j .jinji .flow div h5 {
    position: relative;
    color: white;
    background-color: #90cb64;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
    width: calc(100% - 20px);
}

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

.jisseki_j .jinji .flow div p {
    margin-bottom: 0;
}

.jisseki_s .btn {
    background: #65aa31;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 15px 10px;
}

.jisseki_c {
    margin-top: 70px;
}

.jisseki_c .col3 {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

@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_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: 13px solid transparent;
        border-bottom: 13px solid transparent;
    }

    .jisseki_c .col3 {
        flex-flow: wrap;
        margin-top: 10px;
    }
}

@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%;
    }
}