h1.article-title {
    width: 80%;
    margin: 0rem auto 2rem;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
h2 {
    font-size: 24px;
    padding: 12px 25px;
    background-color: #e0eed5;
    color: #000;
    border-left: solid 4px #6eb92a;
    margin: 3rem auto;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
h3 {
    border-bottom: 2px solid #e0eed5;
    padding: 10px !important;
    position: relative;
    font-size: 20px !important;
    margin: 3rem auto 2rem;
}
h3::before {
    content: "";
    width: 15%;
    border-bottom: solid 2px #6eb92a;
    position: absolute;
    left: 0;
    bottom: -2px;
}
h3.kanren_ttl {
    display: block;
    background-color: #6eb92a00;
    color: #2b2b2b;
    font-size: 1em !important;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
    border: 0;
}
h3.kanren_ttl::before {
    display: none;
}
h4 {
    border-left: solid 3px #6eb92a;
    margin: 3rem auto 2rem;
    padding: 5px 10px;
    background: none;
}
strong {
    font-weight: bold;
    color: #5e9f23;
    position: relative;
    z-index: 1;
    background: linear-gradient(transparent 70%, #ffece0 30%);
    padding: 3px;
}
strong::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    bottom: 0;
}
.article-content ul {
    background: #e8e8e8;
    padding: 1rem 3rem 2rem;
    border-radius: 10px;
    margin: 2rem auto;
}
.article-content ul li {
    list-style: none !important;
    padding-left: 40px;
    position: relative;
    margin-top: 1rem;
}
.article-content ul li::before {
    content: "●";
    position: absolute;
    color: #9d9d9d;
    left: 0;
}
p {
    margin-bottom: 1.8rem;
    line-height: 190%;
}
.article-content table {
    display: block;
    margin: 2rem auto;
    width: 100%;
}
.article-content table th {
    border: solid 1px #ccc;
    border-color: #ccc;
    background-color: #e0eed5;
    font-size: 1em;
    padding: 1.5rem;
    width: 25%;
}
.article-content table td {
    border: solid 1px #ccc;
    border-color: #ccc;
    padding: 1.5rem;
}
.article-content table ul {
    padding: 0.5rem 1.5rem 1rem;
    margin: 1rem auto;
}
.article-content table.five-column th {
    width: 20%;
}
.container {
    width: 92%;
    margin: auto;
    display: flex;
}
.article-content {
    width: 95%;
    margin: auto;
}
.main_img {
    margin-bottom: 4rem;
}
.read-summary {
    background: #e1eed5;
    padding: 3rem 4.5rem;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 6rem auto 3rem;
    position: relative;
}
.read-summary::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: -50px;
    left: 45%;
    background: #e1eed5;
    border-radius: 50%;
}
.read-summary p {
    text-align: center;
    position: relative;
    font-weight: bold;
    font-size: 18px;
}
.read-summary img {
    position: absolute;
    width: 70px;
    left: 47%;
    top: -40px;
}
.read-summary ul {
    margin-top: 2rem;
    background: none;
    margin: 0;
    padding: 0;
}
.read-summary ul li {
    list-style: none;
    padding-left: 40px;
    position: relative;
    margin-top: 1rem;
}
.read-summary ul li::before {
    content: "●";
    position: absolute;
    color: #6eb92a;
    left: 0;
}
.read-text {
    font-weight: bold;
    color: #5e9f23;
}
.mokuji {
    padding: 1rem;
    box-sizing: border-box;
    border-radius: 10px;
    background: #e8e8e8;
}
.mokuji-title {
    position: relative;
    text-align: center;
    margin: 0;
}
.mokuji-title::before {
    content: "▼ 目次を開く";
    font-weight: bold;
}
.mokuji-title.is-active::before {
    content: "▲ 目次を閉じる";
}
.mokuji .mokuji-content {
    opacity: 0;
    transition-duration: 0.4s;
    height: 0;
    line-height: 0;
    margin: 0 auto;
    width: 90%;
    padding: 0;
}
.mokuji .mokuji-content li {
    margin: 0;
}
.mokuji .mokuji-content.is-open {
    line-height: normal;
    height: auto;
    opacity: 1;
    margin: 2rem auto;
    background: none;
}
.mokuji .mokuji-content.is-open li {
    list-style: none;
    padding-left: 40px;
    position: relative;
    margin-top: 1rem;
}
.mokuji .mokuji-content.is-open li::before {
    content: "●";
    position: absolute;
    color: #9d9d9d;
    left: 0;
}
.comment {
    display: flex;
    align-items: flex-start;
    margin: 3rem auto;
}
.comment img {
    width: 100px;
    height: 100px;
    border: solid 1px #ccc;
    padding: 2px;
    box-sizing: border-box;
    border-radius: 50%;
}
.comment-text {
    margin-left: 2%;
    border: solid 1px #ccc;
    padding: 1rem;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}
.comment-text p {
    margin: 0;
}
.attention {
    font-size: 12px;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
}
.supervision {
    border-bottom: solid 1px #ccc;
    padding: 1rem 1rem 0;
    margin: 0 auto 3rem;
}
.supervision-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #b1907b;
}
.supervision-title img {
    width: 25px;
    margin-right: 10px;
}
.supervision-box {
    display: flex;
    align-items: flex-start;
}
.supervision-box img {
    width: 13%;
    border-radius: 50%;
}
.supervision-text {
    width: 80%;
    margin-left: 5%;
}
.supervision-text p {
    font-size: 14px;
}
.supervision-text .supervision-name {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 1rem;
}
.supervision-text .supervision-name span {
    background: #ffece0;
    color: #b1907b;
    padding: 6px 15px;
    border-radius: 50px;
    margin-right: 10px;
}
.supervision-all {
    text-align: right;
}
.supervision-all a {
    color: #000;
    border: solid 1px #000;
    border-radius: 10px;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 14px;
    margin-right: 3%;
    position: relative;
}
.supervision-all a::after {
    content: "＞";
    position: relative;
    margin-left: 10px;
}
.writer {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 1rem 1rem 0;
    margin: 3rem auto 0;
}
.writer-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #5e9f23;
}
.writer-title img {
    width: 25px;
    margin-right: 10px;
}
.writer-box {
    display: flex;
    align-items: flex-start;
}
.writer-box img {
    width: 13%;
    border-radius: 50%;
}
.writer-text {
    width: 80%;
    margin-left: 5%;
}
.writer-text p {
    font-size: 14px;
}
.writer-text .writer-name {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 1rem;
}
.writer-text .writer-name span {
    background: #e0eed5;
    color: #5e9f23;
    padding: 6px 15px;
    border-radius: 50px;
    margin-right: 10px;
}
.writer-all {
    text-align: right;
}
.writer-all a {
    color: #000;
    border: solid 1px #000;
    border-radius: 10px;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 14px;
    margin-right: 3%;
    position: relative;
}
.writer-all a::after {
    content: "＞";
    position: relative;
    margin-left: 10px;
}
.connect {
    margin: 6rem auto 3rem;
    border: solid 1.5px #6eb82b;
    border-radius: 10px;
    position: relative;
    border-top-left-radius: 0;
    padding: 1.5rem;
    box-sizing: border-box;
    background: #f9fff5;
}
.connect-icon {
    position: absolute;
    background: #6eb82b;
    top: -40px;
    left: -1.5px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.connect-icon img {
    width: 30px;
    margin-right: 5px;
}
.connect-img {
    width: 20%;
    float: right;
}
.connect-img img {
    width: 100%;
}
.connect-content {
    width: 75%;
}
.connect-box {
    overflow: hidden;
}
.connect-content .connect-title {
    color: #5e9f23;
    font-weight: bold;
    margin: 0;
    margin-bottom: 0.5rem;
}
.connect-content .connect-text {
    color: #888;
    font-size: 14px;
    margin-bottom: 0;
}
.article-content .pickup {
    background: #e1eed5;
}

.article-content .pickup li::before {
    content: "●";
    position: absolute;
    color: #5e9f23;
    left: 0;
}
@media screen and (max-width: 1100px) {
    .read-summary {
        padding: 3rem 2rem;
    }
}
@media screen and (max-width: 767px) {
    .main_img img {
        width: 100%;
    }
    h1.article-title {
        font-size: 16px;
        width: 100%;
    }
    h2 {
        font-size: 20px;
        padding: 10px 20px;
    }
    h3 {
        font-size: 18px !important;
        padding: 5px !important;
    }
    h3.kanren_ttl {
        font-size: 1rem !important;
    }
    .read-summary {
        padding: 2.5rem 1.5rem;
    }
    .read-summary::before {
        left: 35%;
    }
    .read-summary img {
        left: 40%;
    }
    .mokuji .mokuji-content {
        width: 95%;
    }
    .comment {
        display: block;
    }
    .comment img {
        margin-bottom: 1rem;
    }
    .comment-text {
        margin-left: 0;
    }
    .article-content ul {
        padding: 1rem 1.5rem 2rem;
    }
    .supervision-box {
        flex-wrap: wrap;
    }
    .supervision-box img {
        width: 50%;
        display: block;
        margin: 0rem auto 2rem;
    }
    .supervision-text {
        width: 100%;
        margin-left: 0;
    }
    .supervision-all {
        text-align: center;
    }
    .article-content table {
        overflow: scroll;
    }
}
