<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.singleMovie__toc {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #C1C1C1;
    margin: 0 auto;
    padding: 5px 30px;
    margin-bottom: 50px;
}
.singleMovie__title {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.025em;
    font-weight: medium;
    margin-bottom: 15px;
}
.singleMovie__toc__title {
    width:100%;
    padding: 25px 0;
    border-bottom: 1px solid #C1C1C1;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.025em;
    font-weight: 500;
    background-color: transparent;
}

.singleMovie__toc__body {
    padding: 25px 0;
    background-color:transparent;
}

.singleMovie__toc__list {
    counter-reset: list;
    list-style-type: none;
}

.singleMovie__toc__list &gt; li:before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    left: -10px;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    background: #9EA4B1;
    border-radius: 50%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.singleMovie__thumbnail, .singleMovie__youtubeFrame__wrapper {
    margin-bottom: 40px;
}

.singleMovie__sns {
    margin-bottom: 30px;
}

.singleMovie__toc__list &gt; li:before {
    content: '';
    width: 8px;
    height: 8px;
}

a {
    color: #4e576e;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

.singleMovie__toc__list &gt; li {
    font-size: 14px;
    font-weight:normal;
}

.singleMovie__toc__list &gt; li {
    padding-left: 8px;
}
.singleMovie__toc__list &gt; li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 12px 0px;
    border: dashed 1px transparent;
    line-height: 27px;
}


#singleMovie &gt; h2 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.025em;
    font-weight: 500;
    padding-left: 15px;
    border-left: 2px solid #182A86;
    margin-bottom: 20px;
    margin-top: 45px;
    color: #182A86;
}

#singleMovie td {
    border: 1px solid #e1e1e1;
    background-color: #F4F4F4;
    font-weight: normal;
    font-size: 14px;
}   
table th, table td {
    border-top: 1px solid #eee;
    padding: 10px;
}

p {
    overflow-wrap: break-word;
}

table th, table td {
    border-top: 1px solid #eee;
    padding: 10px;
}

img {
    display: inline-block;
}

#singleMovie blockquote {
    clear: both;
    margin: 0 0 28px;
    padding: 30px 20px 35px 55px;
    position: relative;
    border: 1px #eee solid;
    background: #fafafa;
}

#singleMovie &gt; h3 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.025em;
    font-weight: 500;
    border-bottom: 1px solid #4E576E;
    margin-bottom: 20px;
    margin-top: 45px;
    padding-bottom: 13px;
    color: #182A86;
}

#singleMovie th {
    background: #182A86;
    color: #fff;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    #singleMovie &gt; h2 {
        font-size: 18px;
    }
}

#singleMovie .marker {
    background: -moz-linear-gradient(transparent 50%, #ff6 0%);
    background: -webkit-linear-gradient(transparent 50%, #ff6 0%);
    background: -ms-linear-gradient(transparent 50%, #ff6 0%);
    background: -o-linear-gradient(transparent 50%, #ff6 0%);
    background: linear-gradient(transparent 50%, #ff6 0%);
}

.instagram-media {
    position: static !important;
}</pre></body></html>