<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.article-block{
    width: 1000px;
  display: block;
  margin: auto;
}

.article-block .pc-only{
    display: block;
}
.article-block .sp-only{
    display: none;
}

.article-block .text-block{
    font-size: 18px;
    margin: 50px auto;
    line-height: 1.5em;
}

.article-block .text-block p{
    padding:0 0 1.5em;
}
.article-block .text-block .images-text{
    display: block;
    margin: -25px auto 0;
    width: 640px;
}

.article-block .text-block p.txt-link-mg{
    margin:20px 0 0;
    padding:0;
}

.article-block h1{
    font-size: 28px;
    font-weight: bold;
    position: relative;
    padding: 0.6em;
    background: #BC0486;
    color: #fff;
}

.article-block h1:after{
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #BC0486;
    width: 0;
    height: 0;
}

.article-block h2{
    font-size: 23px;
    font-weight: bold;
    padding: 0.25em 0.5em;
    margin: 0 0 15px;
    color: #1F2873;
    background: transparent;
    border-left: solid 5px #BC0486;
}

.article-block h3{
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0 15px;
    color: #BC0486;
}

.article-block h4{
    font-size: 1.0em;
    font-weight: bold;
    margin: 15px 0;
    color: #333;
}

.article-block .bold-text{
    font-weight: bold;
}

.article-block .article-photo{
    display: block;
    width: 640px;
    margin: auto;
    display: block;
    padding: 25px 0;
    vertical-align: baseline;
}

.article-block a{
    width: 640px;
    margin: auto;
    display: block;
}
.article-block .text-link{
    display: inline-block;
}

.article-block a .article-photo{
    width: 100%;
    margin: 50px 0;
}

.article-block .text-link{
    display: inline;
  color: #1C62B9;
  text-decoration: underline;
}

.article-block table.table-normal {
    width:55%;
}
.article-block table.table-normal td,
.article-block table.table-normal th{
    width:33.3%;
    padding:10px;
    text-align: center;
    border-collapse: collapse;
    border:1px solid #c8c8c8;
}
.article-block table.table-normal th{
    background-color: #ddd;
    font-weight: bold;
}

.article-block table.table-5cell {
    margin: auto;
    width:100%;
}
.article-block table.table-5cell td,
.article-block table.table-5cell th{
    width:20%;
    padding:10px;
    text-align: center;
    border-collapse: collapse;
  border:1px solid #c8c8c8;
}
.article-block table.table-5cell th{
    background-color: #ffe290;
    font-weight: bold;
}

.article-block .s-txt{
    font-size: 85%;
    margin-top:10px;
    line-height: 1.5em;
}

.article-block .bold{
    font-weight: bold;
}

.article-block .red-text{
    color: #ff0d0d;
}

.article-block .annotation-text{
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.article-block .annotation-text::before{
    content: "※" ;
    position: absolute;
    top: 0;
    left: 0;
}

.article-block .dot-text {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.article-block .dot-text::before {
    content: "●" ;
    position: absolute;
    top: 0;
    left: 0;
}

.article-block p.tab-text-box {
    display: inline-block;
    padding: 0 0 1.5em 50px;
}


@media screen and (max-width: 600px){
    .article-block{
        width: 100%;
        padding: 0 10px;
    }

    .article-block .pc-only{
        display: none;
    }
    .article-block .sp-only{
        display: block;
    }

    .article-block h1{
        margin-top: 20px;
    }

    .article-block .text-block .images-text{
        width: 95%;
    }

    .article-block .article-photo{
        width: 95%;
    }

    .article-block a{
        width: 100%;
    }

    .article-block a .article-photo{
        margin: 25px 0;
    }

    .article-block table.table-normal {
        width:95%;
        margin:0 auto;
    }

    .article-block table.table-5cell {
        display: block;
        width: max-content;
    }
    .article-block table.table-5cell .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%;
    }
    .article-block table.table-5cell th,
    .article-block table.table-5cell td {
        border-bottom: none;
        display: block;
        width: 100%;
    }
    .article-block table.table-5cell td{
        font-size: 4.5vw;
    }

    .article-block .s-txt{
        width:95%;
        margin:10px auto 0;
    }

    .article-block p.tab-text-box {
        display: block;
        margin: auto;
        padding: 0 10px 1.5em;
    }
}
</pre></body></html>