#wpadminbar {
    background-color: #1c1c1c85;
    /* display: none; */
}

::-moz-selection {
    background-color: var(--sub_color);
}

::selection {
    background-color: var(--sub_color2);
}

body {
    color: var(--text_color);
    letter-spacing: 0.1rem;
    font-weight: 400;
    font-style: normal;
    background-color: var(--body_color);
    line-height: 1.75;
}

main {
    max-width: 900px;
    width: 100%;
    padding: 1rem;
    margin: auto;
    margin-block-start: 160px;
    margin-block-end: 160px;
}

.block_parts {
    width: 70%;
    margin: auto;
}

a {
    transition: 0.8s;
    cursor: pointer;
}

a {
    color: var(--link_color);
}

a:hover {
    opacity: 30%;
    text-decoration: underline;
}

/* 投稿ページとカスタム投稿タイプのページ */
.single-post main a,
.single-custom-type main a,
.post-type-archive-practice .entry-summary a {
    text-decoration: underline;
    color: var(--link_color);
}

.post-type-archive-column .excerpt,
.page-template-page-posts .excerpt {
    text-decoration: underline !important;
    color: var(--link_color) !important;
}

/* ブロックエディタで作成したテキスト */
.wp-block a {
    text-decoration: underline;
    color: var(--link_color);
}

#sidebar {
    display: none;
}

/* h2,
h3,
p,
li {
    font-size: 0.7rem;
} */
p {
    font-size: 1rem;
}

h2 {
    font-size: 1.3rem;
}
h3 {
    font-size: 1.2rem;
}
h4 {
    font-size: 1.1rem;
}

/* h2デザイン */
/* .title_h2 {
    font-size: 2rem;
    text-transform: capitalize;
    display: flex;
    color: var(--main_color);
    flex-direction: column;
    line-height: 1.75;
    margin-block-end: 20px;
    align-items: center;
}

.title_h2::after {
    content: "";
    width: 20px;
    height: 1px;
    display: inline-block;
    background-color: var(--main_color);
} */

/* ボタン */
.btn a {
    background-color: var(--main_color);
    padding: 0.4rem 1.4rem;
    color: #fff;
    font-size: 0.7rem;
    display: block;
    text-align: center;
}

.btn {
    padding-top: 1rem;
}

/* 改行 */
.brpc {
    display: block !important;
}

.brsp {
    display: none !important;
}

.blake_point {
    display: inline-block;
}

/* セクション */
section {
    margin-bottom: 40px !important;
}

section .Wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.space_sp {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .blake_point {
        display: inline;
    }

    main {
        margin-block-start: 80px;
        margin-block-end: 80px;
    }

    .brsp {
        display: block !important;
    }

    .brpc {
        display: none !important;
    }
    section .Wrapper {
        flex-direction: column;
    }
    .space_sp {
        display: block !important;
    }
    .block_parts {
        width: 95%;
    }
}
