@charset "utf-8";

@font-face{
    font-family:'NotoSansJP';
    src:url(../fonts/NotoSansJP.woff2);
}
@font-face{
    font-family:'Roboto';
    src:url(../fonts/Roboto.woff2);
}
@font-face{
    font-family:'RobotoMono';
    src:url(../fonts/RobotoMono.woff2);
}

html {
    overflow-y: scroll
}

body {
    background: #fcfcfc;
    color: #333;
    font-family: NotoSansJP,"Helvetica Neue","Roboto",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
    font-kerning: auto;
    font-size: 100%;
    font-variant-ligatures: none;
    letter-spacing: .025rem;
    line-height: 1.75;
    margin: 0;
    overflow-wrap: break-word;
    padding: 0;
    quotes: "\201C" "\201D" "\2018" "\2019";
    width: 100%;
    height: 100%;
    overflow: hidden;
}

a {
    color: #3884FF;
    text-decoration: none;
}
a:hover,.u {
    text-decoration: underline;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
em {
    font-style: normal;
    font-weight: bold;
}

p {
    margin: 1rem 0 1.5rem;
    word-break: break-all;
    position: relative;
}
p a {
    line-height: 1.5;
    color: #3884FF;
    text-decoration: none;
}
p a:hover {
    text-decoration: underline;
}

.ptn_descp {
    margin: 0 0 .25rem;
    font-size: .875rem;
    font-family: 'RobotoMono', 'NotoSansJP';
    color: #888;
}

figure {
    margin: .5rem 0 1.5rem;
    text-align: center;
}
figcaption, picture {
    margin: 0;
}
picture img {
    border: 0;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
}
figcaption {
    color: #555;
    font-size: .875rem;
    text-align: center;
}

button {
    touch-action: manipulation
}

.hero_block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero_icon {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px 4px #f6f6f6;
    display: block;
    height: 128px;
    margin: 2rem auto;
    padding: 6px;
    width: 128px;
}
.profile_block {
    margin-left: 3.5rem;
    font-family: "Roboto";
}
.profile_name {
    font-weight: 400;
    font-size: 1.75rem;
}
.profile_class, .profile_email {
    margin-left: 2px;
    color: #666;
}
em, .email_address {
    font-style: normal;
}
dt {
    font-weight: bold;
}
dd {
    margin: .25rem 0 .75rem 1rem;
}
.colorul {
    margin-top: 6px;
    padding-left: 2rem;
}
.colorul li {
    padding: 1px 0;
}
.colorul li::marker {
    color: #3498db;
}
#header {
    height: 76px;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
}
.header_block {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    z-index: 10;
    max-width: 1080px;
    justify-content: space-between;
}
.logo_block {
    align-items: center;
    display: flex;
    padding: 0;
    width: 100%;
    inset: 0;
    margin: 1rem;
}
.logo_link {
    display: flex;
    align-items: center;
    width: 48px;
    height: 48px;
    justify-content: center;
}
.logo {
    height: 25px;
    padding: 2px;
    vertical-align: middle;
    width: 25px;
    border: 2px solid #eee;
    border-radius: 50%;
    background-color: #fff;
}
.logo_title {
    font-weight: 500;
    font-family: "Roboto";
}
.nav_block {
    display: flex;
    margin: 1rem;
}
#global_nav {
    margin-right: 2rem;
    color: #000;
    display: flex;
    align-items: center;
}
.search-icon {
    text-decoration: none;
    padding: 12px;
    border-radius: 50%;
    font-size: 24px;
    width: 24px;
}
i.bx.bx-left-arrow-alt {
    font-size: 24px;
    vertical-align: middle;
    height: 26px;
    margin-right: 8px;
}
.search-icon:hover {
    cursor: pointer;
    background-color: rgb(200 200 200 / 0.15);
}
#hamburger_icon, #search_icon {
    width: 48px;
    height: 48px;
}
.menu,
.xmark {
    padding: 12px;
    font-size: 24px;
    width: 24px;
}
.menu:hover,
.xmark:hover {
    background-color: rgb(200 200 200 / 0.15);
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
}
#nav_menu {
    position: fixed;
    top: 0;
    width: 100%;
    transition: height 0s ease, opacity 0.5s ease;
    opacity: 0;
    left: 0;
    z-index: -1;
    display: none;
    padding: 76px 0 .5rem 0;
    justify-content: flex-start;
    background: linear-gradient(315deg, rgba(255 255 255 / .5) 0%, #fafafa 100%);
    border-bottom: 1px solid #fff;
}
.nav_menu_block {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-evenly;
    max-width: 960px;
}
.menu_title {
    font-size: .8rem;
    margin: 0;
    font-weight: 300;
    opacity: 0;
    transition: opacity 0.25s ease;
    color: #888;
}
.menu_ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    max-width: 960px;
    flex-direction: column;
    width: 100%;
}
.menu_ul_li {
    padding: 4px 0;
    opacity: 0;
    transition: opacity 0.5s ease
}
.menu_title.fade-in,
.menu_ul_li.fade-in,
#searchbox.fade-in,
.search_link_ul li.fade-in,
.search_link_title.fade-in,
.ais-Hits-item.fade-in {
    opacity: 1;
    transform: translateY(0);
}
.menu_ul_li a {
    font-size: .875rem;
    text-decoration: none;
    color: #333;
}
.menu_ul_li a:hover {
    text-decoration: underline;
}

.fa-bookmark,
.fa-clock-rotate-left,
.fa-star {
    margin-right: 1rem;
    text-decoration: none;
    width: 20px;
    display: inline-block;
    text-align: center;
}

#breadcrumb {
    margin: 0 auto;
    width: 100%;
    height: 28px;
    max-width: 960px;
    font-size: .875rem;
    display: flex;
    font-family: 'Roboto';
    align-items: center;
}
.breadcrumb_logo {
    height: 16px;
    padding: 2px;
    vertical-align: top;
    width: 16px;
    border: 2px solid #eee;
    border-radius: 50%;
    background-color: #fff;
    margin-right: .5rem;
}
.breadcrumb_a:hover {
    color: #000
}

.breadcrumb_a {
    color: #888;
    font-weight: 500;
    text-decoration: none;
    margin-left: 0;
    font-family: "Roboto";
}
.breadcrumb_arrow {
    color: #888;
    margin: 0 1rem 0 0;
}
.separator {
    margin: 0 .5rem;
    font-family: "Roboto";
}
.current_node {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    margin-left: 0;
    font-family: "Roboto";
}

#main {
    display: block;
    min-height: calc(100vh - 440px);
    position: relative;
    text-align: left;
    padding-top: 48px;
    padding-bottom: 10rem;
    margin: 0 1.25rem;
}

article>section {
    margin: 0 auto;
    width: 960px;
}

h1 {
    color: #333;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho;
    line-height: 1.5;
    font-size: 2.75rem;
    margin: 4rem auto 0;
    width: 960px;
}
.h1_p {
    color: #b2bec3;
    margin: 64px auto 0;
    width: 960px;
    font-size: .75rem;
    font-family: 'Roboto';
}
.meta_value {
    color: #333;
}
.written_block {
    border-right: 2px solid #eee;
    padding-right: 1.75rem;
    height: 36px;
}
.article_share_x {
    padding: 8px;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    margin-top: -5px;
    box-shadow: 0 0 .5rem -.25rem #ccc;
    transition: all .25s;
}
.article_share_x:hover {
    border: 2px solid #ddd;
    cursor: pointer;
    transition: all .25s;
}

.tags {
    margin: 1.75rem auto;
    padding: 0;
    list-style: none;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    width: 960px;
}
.tag {
    padding: 4px 12px;
    border: 1px solid #eee;
    border-radius: 8px;
    font-size: .875rem;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 0.025) 0px 0px 8px;
    color: #333;
}

.article_meta_block {
    max-width: 960px;
    margin: 2rem auto 0;
    display: flex;
    gap: 2rem;
    font-family: 'Roboto';
    font-size: .875rem;
    line-height: 1.5;
}
.meta_title {
    color: #95a5a6;
    font-size: .75rem;
}

.blogPublished {
    font-size: .875rem;
    font-family: 'Roboto';
    color: #666;
    text-align: right;
    width: 960px;
    margin: 2rem auto 3rem;
}
.group_red:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #e6002f;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.group_blue:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #0095d9;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.group_orange:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #f08300;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.group_brown:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #8d5025;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.group_yellow:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #FFDA01;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 1px;
}

h2 {
    margin: 0;
    color: #333;
    font-size: 1.25rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho;
    margin-top: 4rem;
}
h3 {
    margin: 0;
    color: #333;
    font-size: 1rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho;
    margin-top: 2rem;
}

.toc-container {
    display: flex;
    align-items: center;
    gap:0;
    padding: 1rem 0 1rem 3rem;
    border-radius: 1rem;
    background: linear-gradient(315deg, rgba(255 255 255 / .75) 0%, #fafafa 100%);
    border: 2px solid #fff;
    box-shadow: 0 0 .5rem -.25rem #ccc;
}
.toc {
    max-width: 960px;
    margin: 4rem auto 8rem;
    width: 100%;
}
.toc-title {
    font-size: 1.25rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho;
    font-weight: bold;
    border-right: 1px solid #dfe6e9;    
    padding-right: 2.75rem;
    margin-right: 4rem;
    min-height: 100px;
    display: flex;
    align-items: center;
}
.toc-list {
    margin: 0;
    padding: 0;
    list-style: none;    
    position: relative;
}
.toc-list li {
    padding: 3px 0;
}
.toc-list li a {
    color: #333;
    transition: all 0.25s ease; 
}
.toc-list li a:hover {
    text-decoration: none;
}
.toc-list .toc-h2:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #0984e3;
    transition: all 0.25s ease;
    margin-top: 12px;   
}
.toc-list .toc-h3:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #74b9ff;
    transition: all 0.25s ease;
    margin-top: 12px;   
}
.toc-h3 {
    margin-left: 1rem;
}
table {
    table-layout: fixed;
    border-collapse: collapse;
    margin: 30px 0;
    width: 960px;
}
th {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
}
td {
    padding: 6px 12px;
    border: 1px solid #e5e5e5;
    text-align: left;
    vertical-align: top;
}

.glayframe {
    max-width: 640px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 2px solid #ccc;
    margin: 0 auto;
    display: block;
}

.point {
    background-color: rgba(255,0,0, .0125);
    margin: 1rem 0 2rem 0;
    padding: 20px 26px 26px;
    border-radius: 12px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 2%);
}
.hint {
    background-color: rgba(0, 184, 148,.025);
    margin: 1rem 0 2rem 0;
    padding: 20px 26px 26px;
    border-radius: 12px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 2%);
}
.note {
    background-color: rgba(255, 118, 117,.025);
    margin: 1rem 0 2rem 0;
    padding: 20px 26px 26px;
    border-radius: 12px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 2%);
}


.extlink mark {
    background: cornflowerblue;
    color: #fff;
    font-size: 0.875rem;
    padding: 6px 12px;
    border-radius: 8px;
}

.point mark {
    background: darkorange;
    color: #fff;
    font-size: 0.875rem;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: bold;
}
.hint mark {
    background: mediumseagreen;
    color: #fff;
    font-size: 0.875rem;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: bold;
}
.note mark {
    background: #ff7675;
    color: #fff;
    font-size: 0.875rem;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: bold;
}
.note p,
.hint p,
.point p {
    margin: 1rem 5px 0 5px;
    word-break: break-all;
}
.point ul {
    margin: 0;
}
.point ul li{
    line-height: 1.5;
    margin-bottom: 5px;
}

.hint ul {
    margin: 0;
}
.hint ul li{
    line-height: 1.5;
    margin-bottom: 5px;
}

.extlink{
    background-color: rgba(0,0,255,0.015);
    margin: 1rem 0 2rem 0;
    padding: 16px 20px 24px 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 2%);
}
.extlink a {
    line-height: 1.5;
}
.extlink div {
    font-size: 12px;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #888;
    font-weight: 200;
}

.extlink ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.extlink ul li{
    padding-left: 5px;
    margin-top: 1rem;
}


.extlinksvg {
    margin-right: 10px;
    display: none;
}




#searchInput {
    transition: .2s;
    border: none;
    border-radius: 0;
    user-select: none;
    padding-left: 3rem;
    outline: none;
    border-bottom: 1px solid #888;
    font-family: NotoSansJP, "Helvetica Neue", "Roboto", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    caret-color: #5a5e9a;
    color: #23263b;
    flex: 1 1 0%;
    font: inherit;
    background-color: #fcfcfc;
    font-size: 1rem;
    height: 3rem;
    box-shadow: none;
    width: 60vw;
    max-width: 600px;
    margin-right: 1rem;
}
.filterSort>div {
    position: relative;
}
.filterSort_filtericon {
    position: absolute;
    margin-left: 14px;
    margin-top: 16px;
}
.filterSort {
    margin: 6rem 1rem 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .25rem;
    height: 48px;
}
.filterSort_sorticon {
    position: absolute;
    left: 12px;
    top: 16px;
    font-size: 1rem;
}

.select {
    position: relative;
    display: inline-block;
    cursor: pointer;
    user-select: none;
}

.select-label {
    font-size: 1rem;
    cursor: pointer;
    width: 32px;
    height: 32px;
    margin-top: 12px;
    padding: 2px;
}
.select-label:hover {
    cursor: pointer;
    background-color: rgb(200 200 200 / 0.15);
    border-radius: 50%;
}
.select-input {
    display: none;
}

.select-items {
    display: none;
    position: absolute;
    background-color: rgba(255 255 255 / .9);
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 5;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: 150px;
    right: 0;
    flex-direction: column;
    margin-top: 8px;
    padding: 1rem 2rem;
}


.select-input:checked ~ .select-items {
    max-height: 200px;
    padding-top: 8px;
    margin-top: 8px;
}

.select-items div {
    padding: 6px 16px;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    position: relative;
}

.selected-check {
    display: none;
}

.select-items .selected .selected-check {
    display: inline;
}

.select-item .fa-check {
    position: absolute;
    left: -12px;
    top: 12px;
}
.selected-check-tag {
    position: absolute;
    left: 20px;
    margin-top: 4px;
}


#filter-buttons {
    display: none;
    padding: 1rem 2rem;
    flex-direction: column;
    position: absolute;
    background-color: rgba(255 255 255 / .9);
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 5;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin-top: 8px;
    width: 230px;
    right: 0;
}
#filter-buttons button {
    background: unset;
    border: none;
    padding: 6px 16px;
    font-family: 'RobotoMono', 'NotoSansJP';
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    transition: .3s;
    user-select: none;
    height: 40px;
    color: #333;
}

.share_block {
    margin-top: 4rem;
}
#share {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.share_button {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #fcfcfc;
    font-family: "Roboto";
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 14px;
    width: 160px;
    height: 40px;
    box-shadow: rgb(0 0 0 / 0.03) 0px 0px 8px;
}
.share_button i{
    margin-right: .75rem;
    font-size: 1rem;
}
#share-twitter {
    color: #000;
}
.twitter,
.fa-clone {
    width: 14px;
    height: 14px;
    margin-right: .75rem;
}
#UrlCopy {
    color: #000;
}
#UrlCopy i {
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
    font-size: 1rem;
}
#UrlCopyText {
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
}
#discord i,
#feedback i {
    font-size: 1.25rem;
}
.share_block p {
    margin-bottom: 8px;
    text-align: center;
    font-size: .75rem;
    color: #555;
}

.relation_color_items {
    margin: 1rem 0 1.5rem;
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}
.relation_color_item {
    margin: .25rem 1rem .25rem 0;
    display: flex;
    align-items: center;
}
.relation_color_item a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}
.relation_color_item a:hover {
    color: #3884FF;
    text-decoration: underline;
}
.relation_color_item_sample {
    border-radius:50%;
    width:24px;
    height:24px;
    margin-right: .5rem;
}
.amazon_btn {
    background-color: #FFD814;
    border-radius: 0.5rem;
    color: #333;
    display: block;
    transition: all .3s;
    user-select: none;
    width: fit-content;
    padding-right: 1.5rem;
    font-weight: 500;
    margin-top: 1rem;
}
.amazon_btn:hover {
    background: #ffeaa7;
    text-decoration: none;
}
.amazon_btn .fa-amazon {
    background-color: #F7CA00;
    font-size: 1.2rem;
    margin-right: 1.5rem;
    padding: 1rem 1.2rem;
    vertical-align: middle;
    color: #333;
    border-radius: .5rem 0 0 .5rem;
}


#footer {
    background: #454545;
    color: #fff;
    padding-bottom: 2rem;
    padding-top: 3rem;
    width: 100%;
}

#footer_conteiner {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    margin: .5rem auto 1.5rem;
    max-width: 1040px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3rem;
}

.footer_conteiner_left {
    margin-top: 1rem;
    margin-left: 2rem;
}
.footer_conteiner_left,
.footer_conteiner_right {
    max-width: 360px;
}

.footer_title_block {
    display: flex;
    align-items: center;
}
.footer_text_block {
    font-size: .75rem;
    margin-top: 2rem;
}
.footer_logo {
    background: #fff;
    border-radius: 50px;
    height: 24px;
    padding: 2px;
    vertical-align: middle;
    width: 24px;
    margin-right: 1rem;
    border: 2px solid #eee;
    border-radius: 50%;
}
.footer_title_text_block {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.footer_title {
    font-weight: 400;
    font-family: "Roboto";
}
.footer_subtitle {
    font-size: .6rem;
    text-align: center;
}

.footer_conteiner_right > .menu_ul_li {
    opacity: 1;
}

#footer_menu_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer_menu_list li a {
    color: #fff;
    text-decoration: none;
}

.footer_conteiner_right {
    margin-right: 2rem;
}
.footer_menu_mobile {
    display: flex;
    gap: 2rem;
}
.footer_menu_title {
    color: #fff;
    font-size: .875rem;
    margin: 0;
    margin-bottom: 4px;
}
.footer_menu_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_menu_block {
    display: flex;
    flex-direction: column;
}
.footer_menu_ul_li > a {
    color: #fff;
    font-size: .75rem;
    font-family: 'Roboto';
}

#footer_copyright {
    font-size: .75rem;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 6px auto 0;
}

#footer_copyright a {
    color: #fff;
    padding-left: 5px;
    text-decoration: none
}

#footer_copyright a:hover {
    text-decoration: underline
}

#copyright {
    font-size: .75rem;
    padding-left: 5px
}




#search {
    width: 100%;
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 10;
    flex-direction: column;
}
#search_nav {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    width: 80%;
    max-width: 960px;
    z-index: 20;
}
.search_nav_menu {
    margin-left: 1.25rem;
    font-weight: 500;
    margin-right: 5px;
}
#search_conteiner {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
}
#searchbox {
    width: 80%;
    margin: 10px auto;
    max-width: 960px;
    z-index: 20;
    opacity: 0;
    transition: opacity 0.1s ease 0.2s;
}
#quick_link_block {
    margin-top: 1.55rem;
}
#quick_link_title {
    font-size: .8rem;
    margin: 0 0 4px 2rem;
    font-weight: 300;
    font-family: "Roboto";
}
.quick_links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.link_block {
    display: flex;
    gap: 1.5rem;
}
.quick_link:first-child {
    margin-top: 8px;
}
.quick_link {
    padding: 0;
    margin-left: 2.5rem;
    font-family: "Roboto";
    line-height: 2.25;
}
.quick_link a {
    font-size: .875rem;
    text-decoration: none;
    color: #333;
    transition: all .2s;
    padding: 6px 8px;
}
.quick_link a:hover {
    color: #3884FF;
    transition: all .2s;
}
.quick_link-bx-check {
    font-size: 1.25rem;
    vertical-align: sub;
    margin-right: 4px;
    color: #00a8ff;
}
.ais-SearchBox-form {
    background-color: #fcfcfc;
    font-size: 1rem;
    height: 3rem;
    box-shadow: none;
}
.ais-SearchBox-input{
    transition: .2s;
    background-color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 0;
    user-select: none;
    padding-left: 3rem;
    border-radius: 48px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05) !important;
    font-size: 1rem;
    font-family: "Roboto";
}
.ais-SearchBox-form::before {
    left: 1.25rem;
}
.ais-SearchBox-input::placeholder {
    color: #ccc;
}
.ais-SearchBox-reset {
    width: 36px;
    height: 36px;
    right: 10px;
    transition: all .2s;
}
.ais-SearchBox-reset:hover,
.ais-SearchBox-reset:focus {
    background: rgb(200 200 200 / 0.15);
    outline: 0;
    fill: #000;
    transition: all .2s;
}
#hits {
    max-width: 960px;
    margin: 0 auto;
    z-index: 20;
    word-break: break-all;
    width: 100%;
}
.ais-Hits-list {
    margin-top: 1rem;
}

.ais-Hits-item { opacity: 0; }
.ais-Hits-item.fade-in { opacity: 1; transition: opacity 0.25s ease; }

.ais-Hits-item, .ais-InfiniteHits-item {
    box-shadow: none;
    background-color: unset;
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem 0;
    transition: .2s;
}
.ais-Hits-item:last-child {
    border: none;
}
li.ais-Hits-item a {
    text-decoration: none;
}

.ais-Hits--empty:before {
    content: "検索結果";
    font-size: .8rem;
    font-weight: 300;
}
.ais-Hits--empty {
    margin: 1.55rem 0 0 2rem;
    font-size: .9275rem;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ais-Hits-list:before {
    content: "検索結果";
    font-size: .8rem;
    left: 2rem;
    font-weight: 300;
    top: 4px;
    position: relative;
}

.hit_items {
    margin-left: 2rem;
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
}
.hit_item {
    display: flex;
    gap: .5rem;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
}
.hit_item_content {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.hit-thumbnail {
    height: 48px;
    width: 48px;
}
.hit-thumbnail_img {
    border-radius: 50%;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.085);
}
.hit-title {
    font-weight: 500;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hit-custom_url {
    font-size: .75rem;
    color: #888;
}


@media screen and (max-width: 1080px) {
    #footer_conteiner{
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    #breadcrumb {
        width: 100%;
    }
    .breadcrumb_a {
        margin: 0;
    }
    article>section {
        width: 100%;
    }
    h1 {
        font-size: 2.25rem;
        width: 100%;    
    }
    .h1_p {
        width: 100%;
    }
    .tags {
        width: 100%;
    }
    .blogPublished {
        width: 100%;
    }
    
    
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.25rem;
    }
    .color_table {
        flex-direction: column;
        align-items: center;
    }
    .responsive {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling:touch;
    }
    table {
        display: block;
        width: max-content;
        max-width: 960px;
    }
}

@media screen and (max-width: 960px) {
    .nav_menu_block {
        padding-left: 16px;
    }
}

@media screen and (max-width: 880px) {
    #footer_conteiner {
        flex-direction: column;
        align-items: center;
    }
    .footer_conteiner_left {
        margin: 1rem;
    }
    .footer_conteiner_right {
        margin: 0;
    }

}

@media screen and (max-width: 720px) {
    .share_text {
        display: none;
    }
    .share_button {
        width: auto;
    }
    .twitter {
        margin: 0;
    }
    .share_button i {
        margin-right: 0;
    }
}

.menu_mobile {
    display: flex;
    gap: 4rem;
}
@media screen and (max-width: 620px) {
    .profile_block {
        margin-left: 1.5rem;
    }
    .menu_mobile {
        flex-direction: column;
        gap: 1.5rem;
    }
    .hit_items,
    .ais-Hits--empty,
    .ais-Hits-list:before,
    #quick_link_title
     {
        margin-left: 0;
        left: 0;
    }
}
@media screen and (max-width: 512px) {
    .footer-card {
        padding: 3rem 2rem;;
    }
}

#cookieConsentContainer {
    display: flex;
    flex-direction: row;
    opacity: 0;
    transform: translateY(12px);
    animation: fadeInEffect .3s ease-out forwards;
    border: 2px solid #fff;
    background: linear-gradient(315deg, rgba(255 255 255 / .75) 0%, #fafafa 100%);
}
@keyframes fadeInEffect {
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.875);
    color: #000;
    padding: 1rem;
    text-align: center;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 .5rem -.25rem #6e6e6e;
    margin: 12px auto;
    border-radius: 16px;
    backdrop-filter: blur(2px);
    font-family: "NotoSansJP";
    max-width: 960px;
    width: 85vw;
}

.cookie-consent p {
    margin: 0;
    padding: 0 .75rem;
    text-align: justify;
    font-size: .875rem;
    font-family: "Roboto";
}
.cookie_action_block {
    display: flex;
    align-items: center;
    margin-left: 16px;
}
#acceptCookies,
#declineCookies {
    background-color: #2980b9;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    min-width: 160px;
    height: 42px;
    border-radius: 24px;
    align-items: center;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 .5rem -.25rem #6e6e6e;
    margin-top: 24px;
    transition: .25s;
    font-family: "Roboto";
}
#acceptCookies:hover {
    background-color: #3498db;
}
#declineCookies {
    background-color: rgba(255,255,255,0);
    color:#666;
    box-shadow: none;
    margin-left: 8px;
}
#declineCookies:hover {
    color: #3884FF;
}
#closeCookies {
    position: absolute;
    right: 6px;
    top: 2px;
}
#closeCookies:hover {
    cursor: pointer;
}
.cookie-consent button:hover {
    background-color: #0056b3;
}
@media (max-width: 880px) {
    #cookieConsentContainer{
        flex-direction: column;
    }
    .cookie-consent p{
        padding: 0 .5rem;
        line-height: 1.6;
        font-size: 14px;
    }
    #acceptCookies, #declineCookies{
        margin-top: 12px;
    }
    #declineCookies{
        margin-left: 0;
    }
    #closeCookies{
        display: none;
    }
}

@media (max-width: 640px) {
    .toc-container {
        padding: 1rem 0 3rem 0;
        flex-direction: column;
    }
    .toc-title {
        padding-right: 0;
        margin-right: 0;
        border-bottom: 1px solid #dfe6e9;
        border-right: none;
        margin-bottom: 1rem;
        min-height: 64px;
        min-width: 100px;
        display: flex;
        justify-content: center;
    }

}   