@charset "UTF-8";

section p {
    font-weight: normal;
    font-size: 1.6rem;
    text-indent: initial;
}
section ul,
section ol {
    padding-left: 1.5em;
    font-size: 1.6rem;
}
section ol {
    list-style-type: decimal;
}
h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 20px;
}
.inline-list {
    display: block;
}
.inline-list span {
    white-space: nowrap;
}
.inline-list span:first-child::before {
    content: "・";
}
.inline-list span::after {
    content: "／";
}
.inline-list span + span::before {
    content: "・";
}
.inline-list span:last-child::after {
    content: none;
}
@media screen and (max-width: 768px) {
    .content-wrapper {
        padding: 0 20px;
    }
    section p {
        font-size: 1.6rem;
    }
    section h2 {
        font-size: 1.6rem;
    }
    section {
        margin-bottom: 25px;
    }
    .sec_3 ul{
        padding-left: 1em;
    }
    .inline-list span {
        display: block;
        white-space: normal;
    }
}