/* top-news */

@media (min-width: 900.02px) {
.q-top-what .news__list {
    row-gap: 40px;
}
}

/* wp */
.wp-pagenavi .nextpostslink {
    order: 9999;
}

.wp-pagenavi .previouspostslink {
    order: -9999;
}

.q-area-detail .sight-post__heading ruby {
    text-indent: 0px;
    display: ruby;
}

.q-area-detail .sight-post__heading rp {
    display: none;
}

.q-area-detail .sight-post__heading ruby > rt {
    display: ruby-text;
    font-size: 50%;
    text-align: start;
}

.q-area-detail .sight-post__heading rt {
	position: relative;
    text-indent: 0px;
    line-height: 2em;
    text-emphasis: unset;
	top: -0.5em;
	transform: translateY(0.5em);
    font-family: var(--typography-base-font-family);
}

.c-button._middle {
    grid-template-columns: auto auto;
    justify-content: space-between;
    width: 180px;
    min-height: 40px;
    padding-inline: 15px;
}

.c-button._middle::before {
	content: none;
}

/* 
.q-area-detail .sight-post__heading [rb] {
    position: relative;
}

.q-area-detail .sight-post__heading [rb]::before { 
    content: attr(rb);
    position: absolute; 
    top: -0.6em;
    left: -0.2em;
    right: -0.2em;
    font-size: 50%;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
    text-indent: 0;
} 
*/
