@charset "utf-8";
.worksContent {
    padding: 100px 0 0;
    width: 800px;
    margin: 0 auto;
}
.worksAnchor {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
.worksAnchor li {
    width: 24%;
}
.worksAnchor li a {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    background: #0878c0;
    padding: 10px;
    color: #fff;
    position: relative;
}
.worksAnchor li a:after {
    content: "";
    position: absolute;
    top: 11px;
    right: 8px;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
}
.worksList {
    margin-bottom: 60px;
}
.worksList h2 {
    font-size: 2.6rem;
    margin-bottom: 15px;
}
.worksList h2 span {
    font-size: 3.4rem;
    color: #0878c0;
    margin-right: 10px;
}
.worksText {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 30px;
}
.worksExample {
    border: 2px solid #0878c0;
    padding: 15px;
    margin-bottom: 40px;
}
.worksExample h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    border-left: 4px solid #0878c0;
    padding: 5px 0;
}
.worksExample p {
    font-size: 1.4rem;
    line-height: 1.4;
}
.worksExample span {
    display: block;
}
.worksPoint > h3 {
    font-size: 2rem;
    text-align: center;
    background: #0878c0;
    padding: 8px 0;
    color: #fff;
    margin-bottom: 25px;
}
.worksPoint ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.worksPoint li {
    width: 30%;
}
.worksPoint li h3 {
    text-align: center;
    font-size: 1.7rem;
    width: 80%;
    margin: 0 auto 10px;
    background: #DEF2FF;
    border-radius: 25px;
    padding: 8px 0;
    color: #333;
}
.worksPoint li p {
    font-size: 1.4rem;
    line-height: 1.8;
}
.worksSupport h3 {
    background: #0878c0;
    color: #fff;
    font-size: 1.8rem;
    padding: 10px 15px;
}
.worksSupportInner {
    border: 2px solid #0878c0;
    padding: 15px;
    margin-bottom: 40px;
}
.worksSupportInner ul {
    list-style: disc;
    font-size: 1.6rem;
    margin-left: 25px;
}
.worksSupportInner li {
    margin-bottom: 10px;
    line-height: 1.4;
}
.worksSupportInner li:last-child {
    margin-bottom: 0;
}
.worksSupportInner li.field_link {
    margin: 5px 0;
    line-height: 1.4;
}
.worksSupportInner li.field_link a {
    text-decoration: underline;
}
.worksSupportText {
    font-size: 1.6rem;
    line-height: 1.6;
}
@media screen and (max-width: 835px) {
    .worksContent {
        padding: 40px 1em 0;
        width: auto;
        margin: 0 auto;
    }
    .worksAnchor li {
        width: 100%;
        margin-bottom: 15px;
    }
    .worksAnchor {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .worksList h2 {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    .worksList h2 span {
        font-size: 3rem;
    }
    .worksText {
        font-size: 1.5rem;
    }
    .worksExample h3 {
        line-height: 1.4;
        padding: 5px 0 5px 10px;
    }
    .worksPoint ul {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .worksPoint li {
        width: 100%;
        margin-bottom: 20px;
    }
    .worksSupport h3 {
        font-size: 1.6rem;
    }
    .worksSupportInner {
        padding: 15px 10px;
    }
}