
.top {
    display: flex;
    justify-content: end;
}

@media screen and (max-width: 460px){
    .top {
        display: block;
        height: 1rem;
    }

    .filter_label {
        display: none;
    }

    .filter {
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .archive,
    .search {
        margin: 0.1rem 0;
    }

}

.content {
    background: #FFF;
    width: 80%;
    padding-bottom: 0.3rem;
    margin-top: 0.3rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.7rem;
}

.page_title {
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    font-size: 0.15rem;
    margin-left: auto;
    margin-right: auto;
}

.tags .fa-tag {
    padding: 8px;
}

.tags .tag {
    padding: 0 2px;
    margin: 2px 5px;
    font-weight: 500;
    text-decoration: underline dotted;
    z-index: 1;
    transition: all .5s;
}

.tags .tag:hover {
    text-decoration: none;
    opacity: 0.6;
}

.article_info {
    font-weight: 600;
    font-size: 0.15rem;
    display: flex;
    justify-content: space-between;
    padding: 0.1rem 1.2rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.article_info .article_date {
    color: #AAA;
}

.article_info .author {
    vertical-align: middle;
    height: 0.3rem;
    display: inline-flex;
}

.article_info .author .author_img {
    height: 100%;
    width: auto;
    border-radius: 50%;
    margin-right: 0.1rem;
}

.content hr {
    width: 80%;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}


@media screen and (max-width: 460px){
    .article_title {
        padding: 0.1rem 0.3rem;
    }

    .content {
        width: 100%;
    }

    .title {
        font-size: 0.15rem;
    }

    .tags {
        padding: 0 0.2rem;
    }

    .article_info {
        padding: 0.1rem 0.2rem;
    }
}

.headline_board {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.headline_h {
    font-size: 0.3rem;
    padding-left: 0.2rem;
}

.headline {
    font-size: 0.15rem;
    line-height: 0.3rem;
    padding-left: 0.2rem;
    padding-right: 0.3rem;
}

.headline a {
    text-decoration: underline;
}

.headline a:hover {
    text-decoration: none;
}

.headline .headline_1 {
    padding-left: 20px;
}

.headline .headline_2 {
    padding-left: 40px;
}

.headline .headline_3 {
    padding-left: 60px;
}

.headline .headline_4 {
    padding-left: 80px;
}

.headline .headline_5 {
    padding-left: 100px;
}

.headline .headline_6 {
    padding-left: 120px;
}

.content .text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5rem;
}

.content .text code:not(pre>code) {
    background: #f9f8f5;
    border: 1px solid #eeede7;
    padding-top: 3px;
    padding-bottom: 3px;
}

.content .text pre code.filename {
    color: #000;
    background-color: #eeede7;
    padding: 2px 8px;
    transform: translateY(1em);
    word-break: break-all;
}

.content .text h1 {
    padding-bottom: 5px;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
    border-bottom: 4px solid #eeede7;
}

.content .text h2 {
    padding-bottom: 5px;
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
    border-bottom: 3px solid #eeede7;
}

.content .text h3,
.content .text h4,
.content .text h5,
.content .text h6 {
    padding-bottom: 3px;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
    border-bottom: 2px solid #eeede7;
}

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

.content .text a {
    color: #327ac2;
    cursor: pointer;
    text-decoration: none;
}

.content .text a:hover {
    text-decoration: underline;
}

.content .text a:visited {
    color: #70a5da;
}

.content .text ul,
.content .text ol {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.content .text li {
    list-style: unset;
}

.content .text blockquote {
    color: rgba(0,0,0,.5);
    padding-left: 1.5em;
    border-left: 5px solid rgba(0,0,0,.1);
}

.content .text table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.content .text th {
    border-right: 1px solid #dcdcdc;
    padding: 8px 12px;
}

.content .text td {
    border-right: 1px solid #dcdcdc;
    padding: 8px 12px;
    border-top: 1px solid #dcdcdc;
}

.sns_text {
    font-size: 0.2rem;
    text-align: center;
}

.sns_container {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.sns_container a {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 0.3rem;
    padding: 0.1rem 0;
}

.sns_container a:hover {
    opacity: 0.6;
}

.twitter {
    background: #55acee;
}

.facebook {
    background: #3b5998;
}

.pocket {
    background: #ef3f56;
}

.head_related {
    margin: 0 0.5rem;
}
