@charset "utf-8";
.single-gyomu h2 {
    margin-bottom: 0.5rem;
    color: #65aa31;
    font-size: 0.35rem;
    line-height: 1rem;
}
.single-gyomu h2::before {
    content: '';
    width: 1.43rem;
    height: 1.43rem;
    margin-right: 0.55rem;
    background: url("../img/gyomu/h2_gyomu.png") 0 0 no-repeat;
    vertical-align: bottom;
    display: inline-block;
}
.gyomu-midashi {
    padding: 8px 0;
    padding-left: 0.26rem;
    margin-bottom: 0.15rem;
    border: #65aa31 0.01rem solid;
    border-right: #65aa31 0.16rem solid;
    border-left: #65aa31 0.16rem solid;
    color: #000;
    font-size: 25px;
    line-height: 1.4;
    background: transparent;
    position: unset;
    margin-top: 30px;
}
.gyomu-midashi a {
    text-decoration: underline;
}
.gyomu-midashi span {
    font-size: 15px;
    margin-left: 20px;
    font-weight: 500;
}
.gyomu-midashi::before {
    content: unset;
}
h3 {
    padding: 0.16rem 0.3rem 0.16rem 0.5rem;
    margin-bottom: 0.4rem;
    background: #e8e8e8;
    color: #65aa31;
    font-size: 0.21rem;
    position: relative;
}
h3::before {
    content: '';
    width: 0.18rem;
    background: #65aa31;
    position: absolute;
    top: 0;
    left: 0.14rem;
    bottom: 0;
}
article {
    padding-bottom: 1rem;
}
article ul {
    padding-left: 0.4rem;
}
article ul>li {
    padding-left: 1.5em;
}
article ul>li::before {
    content: '◯ ';
    margin-left: -1.5em;
    color: #65aa31;
}

.gyomulist {
    display: flex;
    flex-wrap: wrap;
}
.gyomulist section {
    width: 5.26rem;
    margin: 0 0.48rem 0.6rem 0;
    padding: 0.16rem 0;
    background: #fff;
    box-shadow: rgba(0,0,0,.2) 0.04rem 0.04rem 0.06rem 0;
}
.gyomulist section:nth-child(2n) {
    margin-right: 0;
}
.gyomulist section h2 {
    width: 100%;
    height: 0.5rem;
    padding-left: 0.24rem;
    margin-bottom: 0.25rem;
    background: #65aa31;
    overflow: hidden;
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.5rem;
    white-space: nowrap;
}
.gyomulist section .gyomublock {
    padding: 0 0.24rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.gyomulist section .gyomublock>div {
    width: 3rem;
}
.gyomulist section .gyomu_more {
    width: 1.22rem;
    height: 0.3rem;
    margin: 0.3rem auto 0;
    border: #65aa31 0.02rem solid;
    text-align: center;
    color: #65aa31;
    line-height: 0.3rem;
    display: block;
}
.gyomulist section .gyomu_more::after {
    content: ' ＞';
}

.gyomu-flow {
    display: flex;
    justify-content: space-between;
    background-color: #efefef;
    border-radius: 10px;
    padding: 30px 25px;
    gap: 20px;
}

.gyomu-flow div {
    width: calc(100% / 3);
    background-color: white;
    display: flex;
    flex-flow: column;
    gap: 10px;
    padding-bottom: 25px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.gyomu-flow div:first-child, .gyomu-flow div:last-child {
    gap: 30px;
}

.gyomu-flow div:first-child h4, .gyomu-flow div:last-child h4 {
    margin-bottom: -5px;
}

.gyomu-flow div h4 {
    margin-bottom: 15px;
}

.gyomu-flow div p {
    margin: 0px 20px;
}

.gyomu-flow div h4, .gyomu-flow div p {
    color: white;
    text-align: center;
    background-image: linear-gradient(90deg, rgba(99, 171, 47, 1), rgba(26, 171, 51, 1));
    border-radius: 2px;
    padding: 10px 5px;
    font-weight: bold;
}

.gyomu-flow div p {
    background-image: linear-gradient(90deg, #2f56ab, #2f95ab);
}

.gyomu-btn {
    margin: 20px auto 50px;
    text-align: center;
    font-weight: bold;
}

.gyomu-btn a {
    background-image: linear-gradient(90deg, #f1871f, #f16e1f);
    color: white;
    padding: 8px 40px;
    display: inline-block;
    border-radius: 2px;
}

.gyomu-btn a::before {
    content: 'd';
    margin-left: 0;
    margin-right: 30px;
    font-family: 'webfont';
    font-weight: normal;
}

.gyomu-text {
    font-size: 15px;
}

@media screen and (max-width: 1156px) {
    .gyomu-midashi {
        font-size: 20px;
    }
    .gyomu-midashi span {
        font-size: 12px;
        display: block;
        margin: 0;
        margin-right: 10px;
    }
    .gyomu-flow {
        flex-flow: column;
    }
    .gyomu-flow div {
        width: 100%;
    }
    .gyomu-flow div:first-child, .gyomu-flow div:last-child {
        gap: 20px;
    }
}

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

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

@media screen and (max-width:1118px) and (min-width:768px) { /* タブレットのみ */
    .gyomulist section {
        width: calc( 50% - 0.13rem );
        margin-right: 0.26rem;
    }
    .gyomulist section .gyomublock img {
        width: 1rem;
        height: auto;
    }
    .gyomulist section .gyomublock > div {
        width: calc( 100% - 1.2rem );
    }
}

@media screen and (max-width:768px) { /* スマホのみ */
    .single-gyomu h2::before {
        width: 1rem;
        height: 1rem;
        margin-right: 0.3rem;
        background: url("../img/gyomu/h2_gyomu.png") 0 0 no-repeat;
        background-size: cover;
    }
    .gyomulist section {
        width: 100%;
        margin: 0 0 0.6rem 0;
        box-shadow: rgba(0,0,0,.2) 0.04rem 0.04rem 0.12rem 0;
    }
    .gyomulist section h2 {
        height: 0.6rem;
        padding-left: 0.26rem;
        font-size: 0.32rem;
        line-height: 0.6rem;
    }
    .gyomulist section img {
        margin: 0 auto 0.25rem;
        display: block;
    }
    .gyomulist section .gyomublock {
        padding: 0 0.26rem;
        display: block;
    }
    .gyomulist section .gyomublock>div {
        width: 100%;
    }
    .gyomulist section .gyomu_more {
        width: 2.4rem;
        height: 0.6rem;
        line-height: 0.6rem;
    }
}