@font-face{
    font-family: "Meiryo UI W53 Regular";
    src: url("/common/font/meiryo-regular/a9aca7e1ecdbdf39d9a97fe080562d20.woff")format("woff"),
    url("/common/font/meiryo-regular/a9aca7e1ecdbdf39d9a97fe080562d20.woff2")format("woff2");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

#topicpath {
    margin-top: 140px !important;
}

#topicpath ul {
    display: flex;
    align-items: center;
    list-style: none;
}

#topicpath a {
    color: #6e6363;
    display: block;
    font-size: 12px;
    line-height: 20px;
}

.card-des{
    word-break: break-all;
}
.tag-list{
    margin-right: 5%;
    text-align: right;
    margin-top: 30px;
}
.postnews-item {
    /*display: flex;*/
    padding: 25px 15px 15px;
    transition: all .3s ease;
}
.postnews-item .card-img a {
    display: block;
}
.postnews-item .card-img a img {
    width: 100%;
}

.postnews-item .card-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #000;
}

.postnews-item .card-des h1,
.postnews-item .card-des h2{
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.postnews-item .card-des h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 20px;
    position: relative;

}

.postnews-item .card-des h1:before,
.postnews-item .card-des h2:before,
.postnews-item .card-des h3:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #bebebe;
}

.postnews-item .card-des h1:after,
.postnews-item .card-des h2:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 6px;
    height: 100%;
    background-color: #f00;
    border-radius: 5px;
}

.postnews-item .card-des {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto 20px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-align: justify;
    vertical-align: unset;
}

.postnews-item .card-des p {
    font-size: 12px;
    line-height: 20px;
}

.postnews-item .card-img img {
    width: 100% !important;
    height: auto !important;
}

.card-des ul, .card-des ol {
    list-style: initial;
    margin: initial;
    padding: 0 0 0 40px;
}

.card-des ul li {
    display: list-item;
    list-style-type: disc;
}

.card-des ol li {
    display: list-item;
    list-style-type: decimal;
}

.widget-toc{

    display: table;
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    padding: 1rem;
    font-size: 95%;
    margin-bottom: 20px;
}

.widget-toc  ol {
    padding-right: 0px;
    counter-reset: item;
}

.widget-toc ol li {
    display: block;
    position: relative;
}

.widget-toc  ol li:before {
    content: counters(item, ".");
    counter-increment: item;
    position: absolute;
    left: -2rem;
}

.widget-toc ol li a {
    text-decoration: none;
    color: #0782C1;
}

.widget-toc ol li a:hover {
    text-decoration: underline;
    color: #0782C1;
}

.toc-title{

    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.postnews-item .card-des a {
    text-decoration: underline;
    color: #0782C1;
}

.postnews-item .card-body{
    width: 100%;
}

.postnews-item .card-des img{
    height: auto !important;
}

.postnews-item .card-des p:first-of-type img  {
    min-height: 217px;
}

@media (max-width: 320px) {
    #topicpath li {
        font-size: 8px !important;
    }
}

#topicpath ul {
    flex-wrap: wrap;
}
.btn-action-regist{
    display: inline-block;
    margin-top: 11px;
    width: 100px;
    bottom: 20px;
    right: 20px;
    justify-content: center;
    align-items: center;
    color: #d61518 !important;
    font-size: 16px;
    line-height: 28px;
    border: 2px solid #d61518;
    border-radius: 25px;
    min-width: 120px;
    text-align: center;
    transition: all .3s ease;
}
.btn-action-regist:hover {
    color: #fff !important;
    background: #d61518;
}

.postnews-item .instagram-media {
    min-height: 500px;
}
.update-date {
    padding-left: calc(100% - 175px);
    font-size: 12px;
}
.postnews-item .widget-toc ol > li:before {
    left: -1.5rem;
    counter-increment: item;
    content: counter(item) ". ";
}
.postnews-item .widget-toc ol > li > ol {
    counter-reset: itemsub;
}
.postnews-item .widget-toc ol > li > ol > li:before {
    left: -2rem;
    counter-increment: itemsub;
    content: counter(item) "." counter(itemsub) " ";
}
.postnews-item .widget-toc ol > li:nth-child(n+10) a {
    margin-left: 8px;
}
.postnews-item .widget-toc ol > li:nth-child(n+10) ol > li a {
    margin-left: 10px;
}
.postnews-item .widget-toc ol > li:nth-child(n+10) ol > li:nth-child(n+10)  a {
    margin-left: 20px;
}
.postnews-item .widget-toc ol > li > ol > li:nth-child(n+10) a {
    margin-left: 10px;
}

.postnews-item .widget-toc ol > li >  ol {
    padding: 0 0 0 32px
}
.postnews-item .widget-toc ol > li:nth-child(n+10) > ol {
    padding: 0 0 0 40px
}

#topicpath,
#topicpath a {
    color: #6e6363;
}

.post-recommen-top .post-top {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}
span.image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.card-post{
    margin-bottom: 15px;
    position: relative;
}
.cart-time {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    color: #868686;
}
.post-recommen-top .card-title {
    font-size: 14px;
    color: #0e0e0e;
    line-height: 18px;
}
.recommended-article-corner a {
    text-align: center;
    display: block;
}
p.btn-post {
    margin-top: 60px;
}
span.number-stt {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 21px;
    text-align: center;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
}
.top-1 .number-stt {
    background-color: #e3ab00;
}
.top-2 .number-stt {
    background-color: #c9caca;
}
.top-3 .number-stt {
    background-color: #ba6e40;
}
.top-4 .number-stt {
    background-color: #525252;
}
section.recommended-article-corner {
    padding: 15px;
}
table,td,tr {
    border: 1px solid #000;
}
td {
    padding: 5px 10px;
}
.card-des .table-wrapper {
    overflow-x: auto;
    padding-bottom: 4px;
}
.card-des .table-wrapper::-webkit-scrollbar {
    height: 3px;
    width: 6px;
}
.card-des .table-wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.postnews-item p em {
    font-style: italic ;
    font-family: "Meiryo UI W53 Regular",Sans-Serif;
}
.postnews-item p em strong {
    font-style: italic ;
    font-family: "Meiryo UI W53 Regular",Sans-Serif;
}
.postnews-item .text-info-postnew a {
    text-decoration: none;
    color: #0782C1;
    display: inline-block;
}

#header {
    position: fixed ;
    z-index: 1001;
}

#topicpath {
    margin-top: 129px;
}
