#wpadminbar {
    background-color: #1c1c1c85;
}

::-moz-selection {
    background-color: #ccff00;
}

::selection {
    background-color: #ccff00;
}

body {
    color: #1c1c1c;
    /*     font-family: "メイリオ", "Meiryo", sans-serif; */
    letter-spacing: 0.1rem;
    font-weight: 400;
    font-style: normal;
    background-image:
        url("../common/img/noise.png"), linear-gradient(90deg, #fff 0%, #fff 50%, #eff3f9 50%, #eff3f9 100%);
    background-repeat: repeat;
    background-attachment: fixed;
}

main {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    margin-block-end: 160px;
    margin-block-start: 160px;
}

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

@media screen and (max-width: 768px) {
    main {
        margin-block-start: 0px;
    }
    /* .block_parts {
        width: 95%;
    } */
}

a {
    transition: 0.8s;
}

a:hover {
    opacity: 30%;
}

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

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

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

#sidebar {
    display: none;
}

/* h2,
h3,
p,
li {
    font-size: 0.7rem;
} */
p {
    line-height: 1.75;
    font-size: 0.9rem;
}

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

.title_h2::after,
.title_h1::after {
    content: "";
    width: 20px;
    height: 1px;
    display: inline-block;
    background-color: #1b3a90;
}

/* ボタン */
.btn a {
    background-color: #1b3a90;
    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: 80px !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 {
        width: 100%;
    } */
    .brsp {
        display: block !important;
    }

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

/* デバック */
/* *,
div {
    border: solid 1px red;
}
#wpadminbar {
    display: none;
} */

/* フロントエンド表示 */
.highlight-marker {
    background-color: #fff47b;
    padding: 0.1em 0.2em;
    border-radius: 2px;
}
