.topline {
    box-shadow: 0 0 50px hsla(0, 0%, 55.3%, .3);
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -ms-transition: height .3s ease;
    position: fixed;
    top: 0;
    width: 480px;
    background: #fff;
    z-index: 1;
}

.topdata {
    background: #009;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    font-size: 13px;
    height: 22px;
    line-height: 22px;
}

.topdate {}

.toptime {}

.toptime:before {
    content: '•';
    display: inline-block;
    margin: 0 5px;
}

.topicon a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    margin: 0 20px;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}

.topicon img:nth-child(1) {
    flex-shrink: 0;
    width: 30px;
}

.topicon img:nth-child(2) {
    flex-shrink: 0;
    width: 80px;

}

.topicon img:nth-child(3) {
    flex-shrink: 0;
    width: 20px;

}

.toptxt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 20px;
}

/*block1*/
.b1 {
    padding: 130px 20px 20px;
}

.b1 span {
    color: #000099;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #cdcdd6;
    padding-bottom: 10px;
}

.b1 p {
    font-weight: 600;
    color: #5e5e6e;
    padding-top: 10px;
}

/*article*/
.article {
    padding: 0 15px;
}

.article h1 {
    font-family: 'Merriweather';
    font-weight: 900;
    font-size: 28px;
    margin-bottom: 10px;
}

.article_subtitle {
    font-family: 'Merriweather';
    font-weight: 700;
    font-style: italic;
    font-size: 19px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.article>img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
}

.article>img.wa {
    width: auto;
}

.article>p {
    font-size: 20px;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}

.article>p a,
.article>ul a {
    color: #0000dd;
}

.article>h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.bluebox {
    background: #000099;
    color: #fff;
    border-radius: 20px;
    padding: 20px 30px 0;
    margin-bottom: 20px;
}

.bluebox p {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    padding: 0 0 20px;
}

.article blockquote {
    font-size: 20px;
    line-height: 1.5em;
    margin: 0 0 20px 0;
    padding: 15px 20px;
    font-weight: 700;
    color: #000099;
    border-left: 6px solid #000099;
}

.article ul {
    padding: 0 0 20px 20px;
}

.article ul li {
    font-size: 20px;
    line-height: 1.5em;
}

.article ul.number li {
    list-style: decimal outside;
}

.article ul.mark li {
    list-style: disc outside;
}

.tag {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: .5em;
}

.tag b {
    font-family: 'Merriweather';
    font-weight: 900;
    font-size: 19px;
    color: #000099;
}

.tag span {
    font-size: 16px;
    font-weight: 600;
    color: #6680ff;
    background: #eef1fc;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    border-radius: 14px;
    padding: 0 15px;
}

/*block4*/
.b4 {
    padding: 40px 15px;
}

#comments h2 {
    font-family: 'Merriweather';
    font-weight: 900;
    font-size: 28px;
    display: block;
    border-bottom: 1px solid #cdcdd6;
    margin-bottom: 30px;
}

#comments .item {
    font-size: 18px;
    margin-bottom: 30px;
}

#comments .info {}

#comments .name {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: #414141;
}

#comments .comment-date {
    font-weight: 400;
    font-size: 18px;
    padding-left: 10px;
    color: #a7a7a7;
}

#comments .pg {
    font-size: 18px;
    line-height: 1.4em;
}

#comments .pg a {
    color: #0000dd;
}

#comments .pg img {
    display: block;
    margin: 15px 0 0 0;
    width: 100%;
}

.gorullet {
    width: 260px;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: none;
    border: none;
    background: #009;
    color: #fefefe;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1em;
    margin: 0 auto;
    border-radius: 19px;
    font-family: 'Merriweather';
    font-weight: 900;
    text-decoration: none;

}

/*block10*/

.footer {
    background: #252a3f;
    color: #fff;
    padding: 30px 25px 20px;
}

.footer>img {
    display: block;
    margin: 0 0 20px 0;
}

.footer .st {
    color: #d6dbe6;
    font-size: 14px;
    line-height: 1.3em;
}

.footer ul {
    margin-bottom: 20px;
}

.footer ul li {
    padding: 20px 0;
}

.footer ul li:not(:last-child) {
    border-bottom: 1px solid #687087;
}

.footer ul li a {
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}

.footer ul li a:hover,
.footer ul li a:active {
    color: #d6dbe6;
}