figure {
    width: 100%;
    height: auto;
}

figure img {
    height: auto;
}

section {
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    .main {
        width: auto;
        float: none !important;
    }
}

p {
    text-align: justify;
    word-break: break-all;
}

figure {
    margin: 1rem auto 2.5rem;
}

figcaption {
    font-size: 14px;
    line-height: 1.4;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.entry h1 {
    padding-top: 13px;
}

.entryMain img {
    max-width: 100%;
    height: auto;
}

.entryMain strong {
    font-weight: 600;
}

.entryMain h2 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.entryMain h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.entryMain ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.entryMain li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.entryMain li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #f67e04;
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.entryMain blockquote {
    background-color: #efefef;
    padding: 2rem;
}

.entryMain blockquote p {
    margin: 0;
}

.youtube {
    width: 100%;
    aspect-ratio: 16/9;
}

.youtube iframe {
    width: 100% !important;
    height: 100% !important;
}

.icon a:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/pr/article/images/linkicon_re.png);
    background-size: cover;
    /*vertical-align: text-bottom;*/
    margin-left: 0.5rem;
}

ul.share{
margin: 2rem 0;
}

