div.whatifkw {
}

div.whatifkw div.warning-text {
    font-weight: 700;
    margin: 10px 0 0;
    text-align: center;
    font-size: 20px
}

strong {
    color: red
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size:3.5rem
    }
}

.table>:not(caption)>*>* {
    padding: .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.shimmer-table-striped>.shimmer-tbody>tr>td:nth-of-type(odd) {
    --bs-table-accent-bg: none
}

.shimmer-table-striped>.shimmer-tbody>tr>td:nth-of-type(even) {
    --bs-table-accent-bg: none
}

.shimmer-table-striped>.shimmer-tbody>tr>td:nth-of-type(odd)>span {
    background-color: #f0f0f0;
    border-radius: 3px;
    color: #f0f0f0;
    display: inline-block;
    width: 100%
}

.shimmer-table-striped>.shimmer-tbody>tr>td:nth-of-type(even)>span {
    background-color: #f0f0f0;
    border-radius: 3px;
    color: #f0f0f0;
    display: inline-block;
    width: 100%
}

.shimmer-table-striped>.shimmer-tbody>tr>td {
    position: relative;
    background: #fff;
    overflow: hidden;
    z-index: 90
}

@keyframes shimmer-effect-over {
    0% {
        transform: translate3d(-100%,0,0) rotate(-0deg)
    }

    100% {
        transform: translate3d(100%,0,0) rotate(-0deg)
    }
}

.shimmer-table-striped>.shimmer-tbody>tr>td::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg,transparent,rgba(255,255,255,0.6));
    animation: shimmer-effect-over 1.4s linear infinite
}

.shimmer-table-striped>.table_tbody>tr>td:nth-of-type(odd) {
    --bs-table-accent-bg: none
}

.shimmer-table-striped>.table_tbody>tr>td:nth-of-type(even) {
    --bs-table-accent-bg: none
}

.shimmer-table-striped>.table_tbody>tr>td:nth-of-type(odd)>span.shimmer {
    background-color: #f0f0f0;
    border-radius: 3px;
    color: #f0f0f0;
    display: inline-block;
    width: 100%
}

.shimmer-table-striped>.table_tbody>tr>td:nth-of-type(even)>span.shimmer {
    background-color: #f0f0f0;
    border-radius: 3px;
    color: #f0f0f0;
    display: inline-block;
    width: 100%
}

.shimmer-table-striped>.table_tbody>tr>td>span.shimmer {
    position: relative;
    background: #fff;
    overflow: hidden;
    z-index: 90
}

.shimmer-table-striped>.table_tbody>tr>td>span.shimmer::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg,transparent,rgba(255,255,255,0.6));
    animation: shimmer-effect-over 1.4s linear infinite
}

span.research {
    margin: 0 2px;
    background-color: #fafad2;
    padding: 3px
}

span.relatedsearch {
    margin: 0 2px;
    background-color: #e6e6fa;
    padding: 3px
}

.dup-but-wra {
    line-height: 25px;
    margin-right: 5px;
    text-align: right
}

#dup-but {
    padding: 2px 10px;
    font-size: 96%;
    border-radius: 3px;
    border: solid 1px #ccc
}

.mod-blo li,.mod-blo ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0
}

.mod-but {
    color: #c00;
    cursor: pointer
}

.mod-blo {
    display: none;
    text-align: center;
    position: fixed;
    color: #fff;
    background: #0d7ccf;
    width: calc(100% - 50px);
    max-width: calc(340px - 50px);
    height: 48px;
    margin: 0 auto;
    padding: 0;
    border-radius: 6px;
    z-index: 50
}

.mod-lis {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.mod-lis li {
    width: 100%;
    height: auto;
    font-size: 90%
}

.mod-bac {
    display: none;
    background-color: rgba(0,0,0,.1);
    width: 100%;
    height: 140%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40
}

.content-check-modal-input-method {
    display: flex;
    gap: 20px;
    padding-bottom: 20px
}

.content-check-modal-search {
    padding-bottom: 20px
}

.content-check-modal-search-condition {
    display: flex
}

.content-check-modal-search-condition__url {
    width: 80%
}

.content-check-modal-search-condition__btn {
    margin-left: 2%;
    min-width: 85px
}

.content-check-modal-content-panel {
    display: flex;
    gap: 10px;
    position: relative
}

.content-check-modal-content-panel--large {
    height: 73vh
}

.content-check-modal-content-panel--small {
    height: 55vh
}

.content-check-modal-content-panel-editor {
    width: 70%;
    overflow-y: scroll;
    border: 1px solid;
    resize: none
}

.content-check-modal-content-panel-editor__loading {
    position: absolute;
    top: 45%;
    left: 33%
}

.content-check-modal-content-panel-keyword {
    width: 30%;
    overflow-y: scroll;
    border: 1px solid
}

.content-check-modal-content-panel-keyword__item.contained::after {
    padding-left: .25rem;
    content: "\F26B";
    color: green;
    font-family: bootstrap-icons;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.125em
}

.content-check-modal-content-panel-keyword__item.not-contained::after {
    padding-left: .25rem;
    content: "\F622";
    color: red;
    font-family: bootstrap-icons;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.125em
}

.one-keyword-info-main {
    min-width: 1090px
}

.one-keyword-info-main-header {
    display: flex;
    align-items: flex-end;
    gap: 10px
}

.one-keyword-info-main-header__category {
    font-size: 19px;
    background-color: #b0c4de;
    padding: 0 2px 2px;
    vertical-align: middle
}

.one-keyword-info-main-valuations {
    display: flex;
    gap: 10px;
    vertical-align: middle
}

.one-keyword-info-main-valuation {
    width: 50%
}

.one-keyword-info-main-valuation-body__gauge {
    display: flex
}

.one-keyword-info-main-valuation-body__gauge>svg {
    margin: 0 auto
}

.one-keyword-info-main-valuation-body__text {
    font-size: 21px
}

.one-keyword-info-main-notice {
    margin: 16px 0;
    font-size: 18px
}

.one-keyword-info-main-notice__text--emphasis-1 {
    font-weight: 700;
    color: red
}

.one-keyword-info-main-notice__text--emphasis-2 {
    color: red;
    text-decoration: underline
}

.one-keyword-info-main-ranking-header {
    width: 80px;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem
}

.one-keyword-info-main-ranking-body__rank {
    text-align: center;
    vertical-align: middle;
    font-size: 30px
}

.one-keyword-info-main-ranking-body__pa {
    text-align: center;
    vertical-align: middle;
    font-size: 27px
}

.one-keyword-info-main-ranking-body__da {
    text-align: center;
    vertical-align: middle;
    font-size: 27px
}

.one-keyword-info-loading-container {
    display: flex
}

.one-keyword-info-loading-main {
    margin: 0 auto
}

.chart-gauge {
}

.chart-first {
    fill: #458b00
}

.chart-second {
    fill: #e6e600
}

.chart-third {
    fill: #e92213
}

.needle,.needle-center {
    fill: #464a4f
}

.container {
    position: relative
}

.mosaic {
    color: transparent;
    text-shadow: 0 0 8px rgba(0,0,0,.5);
    user-select: none
}

.induction {
    position: absolute;
    top: 500px;
    left: 550px;
    width: 280px;
    height: 150px;
    border-radius: 20px;
    border: 2px solid #6984ae;
    background-color: #d9e3f4;
    z-index: 1;
    padding-top: 10px;
    text-align: center
}

.induction__link {
    font-size: 20pt;
    font-weight: 900
}

.induction__text {
    font-size: 16pt
}

.persona-shimmer-striped__parent {
    position: relative;
    overflow: hidden;
    vertical-align: top
}

.persona-shimmer-striped__parent--iblock {
    display: inline-block
}

.persona-shimmer-striped__item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg,transparent,rgba(255,255,255,0.6));
    animation: shimmer-effect-over 1.4s linear infinite
}

.persona-shimmer-striped__item {
    background-color: #f0f0f0;
    border-radius: 3px;
    color: #f0f0f0
}

.persona-shimmer-striped__item--w92 {
    width: 92px;
    display: inline-block
}

.persona-shimmer-striped__item--w98 {
    width: 98px;
    display: inline-block
}

.persona-shimmer-striped__item--w125 {
    width: 125px;
    display: inline-block
}

.persona__img {
    width: auto;
    height: 250px;
    text-align: center
}

.persona__img--hide {
    display: none
}

.article-outline-spinner-container{
    text-align: center;
    margin-bottom:40px;
}

.article-outline-item {
    display: flex;
}

.article-outline-item__margin--title {
    margin-left: 36px;
}

.article-outline-item__margin--herder {
    margin-left: 24px;
}

.article-outline-item__flag {
    background-color: lightgray;
    width: 24px;
    text-align: center;
}

.article-outline-item__flag--title {
    width: 36px;
}