@charset "utf-8";

body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    margin: 0;
}
body a {
    color: #1967d2;
}
.article_header {
    background-color: #efefef;
    color: #000;
    width: 100%;
}
.article_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    width: 1256px;
    margin: 0 auto;
}
.article_header.hide {
    transform: translateY(-100%);
}
.article_header_inner img {
    width: 280px;
    height: 89px;
    padding: 7px 0 0 15px;
}
.article_header_inner p {
    font-size: 12px;
}
.article_top_button_pc a {
    color: #fff;
    text-decoration: none;
}
.article_top_button_pc {
    background-color: #0d507e;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    width: 210px;
    height: 45px;
}
.article_header_icon {
    margin-right: -2px;
    background-color: #FFF;
    color: #0d507e;
    border-radius: 50%;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 16px;
}
.article_header_icon i {
    position: relative;
    top: 1px;
}
.article_header_text {
    position: relative;
    top: 1px;
}
#shadowban_container {
    margin: 30px auto 0;
    width: 1256px;
    padding: 36px 29px;
    box-sizing: border-box;
}
.footer {
    background: #efefef;
    color: #000;
    width: 100%;
    text-align: center;
    align-items: center;
    display: grid;
    padding: 47px 0 23px;
}
.article_footer-uni-emoji {
    font-family: Segoe UI emoji;
}
small.copyright {
    font-size: 14px;
}
small.copyright a {
    color: #000;
}
.contentsHeadline-h1 {
    background: #FFF;
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin: 0 0 10px;
    padding: 10px 0px 10px 10px;
    position: sticky;
}
.contentsHeadline-h2 {
    background: #FFF;
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin: 0 0 25px 0px;
    position: sticky;
    border-bottom: 3px solid #608faf;
    padding: 13px 20px 20px;
    border-left: 6px solid #0d507e;
}
.ctgSubHeading {
    border-left: none;
    color: #111;
    font-size: 20px;
    font-weight: bold;
    height: auto;
    line-height: 20px;
    margin: 0px 0 10px 11px;
}
.bakusai_h4 {
    border-left: 4px solid #0d507e;
    color: #111;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 20px;
    margin: 10px 0 10px 11px;
    padding: 0 0 0 10px;
}
.shadowban_wrapper {
    font-size: 16px;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    width: auto;
}
.shadowban_wrapper p {
    margin: 0 15px 30px;
    text-align: justify;
    line-height: 1.6em;
}
li {
    list-style-type: none;
    list-style-position: inside;
}
ol.shadowban_remove_first_content a {
    color: #000;
    text-decoration: none;
}
ol.shadowban_remove_first_content a:hover {
    text-decoration: underline;
}
.shadowban_remove_first_content li{
    counter-increment: num_f;
    break-inside: avoid;
}
.shadowban_remove_first_content li:before{
    display: marker;
    content: counter(num_f)". ";
}
.shadowban_remove_second_content li{
    counter-increment: num_s;
}
.shadowban_remove_second_content li:before{
    display: marker;
    content: counter(num_f)'.' counter(num_s)". ";
}
.shadowban_remove_first_content li:nth-child(6) {
    break-before: column;
}
.shadowban_content ol {
    font-size: 15px;
    line-height: 1.6em;
    column-count: 2;
    padding: 0 16px;
    width: 100%;
}
ol.shadowban_remove_second_content {
    column-count: 1;
    margin-bottom: 10px;
}
table.shadowban_remove_table {
    border: 1px solid #ccc;
    margin: 0 15px 20px;
    line-height: 1.4em;
    border-collapse: collapse;
    width: 98%;
}
table.shadowban_remove_table tr td {
    border: 1px solid #ccc;
}
table.shadowban_remove_table th {
    padding: 6px;
    white-space: nowrap;
    background: #0d507e;
    color: #fff;
    border-right: 1px solid #fff;
}
table.shadowban_remove_table td {
    padding: 6px;
    background: #F5F5F5;
}
table.shadowban_remove_table tr:nth-child(odd) td {
    background: #fff;
}
table.shadowban_remove_table td:nth-child(2) {
    text-align: center;
}
.shadowban_img_wrapper {
    margin: 30px 14px 25px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 3px;
    position: relative;
}
.shadowban_hansei h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 19px 5px;
    background: #ebebeb;
    padding: 10px 0 10px;
    border-radius: 3px;
    height: auto;
}
.shadowban_img_wrapper img {
    width: 30%;
    margin: 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
}
.shadowban_tweet_a,
.shadowban_tweet_b {
    width: 50%;
}
.shadowban_tweet_a {
    margin: 0 5px 0 10px;
}
.shadowban_tweet_b {
    margin: 0 10px 0 5px;
}
.shadowban_wrapper ul {
    background-color: #f3f9ff;
    padding: 10px 20px 10px 10px;
    width: max-content;
    margin-left: 3%;
}
.shadowban_wrapper ul li {
    padding: 0 3px 0 10px;
}
.shadowban_wrapper ol li {
    list-style: decimal;
}
#footer .shiftUP {
    bottom: 3px;
    cursor: pointer;
    height: 43px;
    position: fixed;
    right: 3px;
    transition: all 0.1s ease-in-out 0s;
    z-index: 10;
}
#footer .shiftUP a {
    bottom: 5px;
    color: #323232;
    display: block;
    float: right;
    font-size: 22px;
    height: 33px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    width: 70px;
    text-align: center;
}
p.shadowban_img_text {
    margin: 15px 25px 6px;
}
p.shadowban_img_kome {
    margin: 0 22px 10px;
}
span.shadowban_remove_red {
    font-weight: bold;
    color: red;
}
span.shadowban_external_link,
span.shadowban_external_link2 {
    margin-left: 5px;
    font-size: 14px;
}
span.shadowban_annotation {
    font-size: 13px;
}
br.shadowban_sp_kaigyo {
    display: none;
}
article#shadowban_container .shadowban_checker_wrapper img {
    width: 600px;
    margin: 0 auto 5px;
    border: solid 1px #ccc;
    border-radius: 5px;
    text-align: center;
    display: block;
}
.shadowban_accordion_content {
    display: none;
    width: max-content;
    margin: 0 auto;
}
.shadowban_accordion_mokuji {
    background-color: #F4F4F4;
    padding: 10px;
    border-bottom: none;
    border-radius: 2px;
    margin: 10px;
    font-size: 1em;
    position: relative;
    cursor: pointer;
}
.shadowban_accordion_title:after {
    position: absolute;
    display: block;
    content: '';
    top: 27%;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0d507e;
    border-right: 2px solid #0d507e;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
}
.shadowban_accordion_title.open:after {
    transform: rotate(-45deg);
    top: 45%;
  }
  span.shadowban_mokuji_icon {
    color: #0d507e;
    font-size: 12px;
    padding: 2px;
    vertical-align: 1px;
}
span.shadowban_marker {
    background: linear-gradient(transparent 35%,#ffdef8 35%);
}
.shadowban_img_box img {
    width: 600px;
    margin: 20px auto 30px;
    display: block;
}
.shadowban_update {
    text-align: right;
    font-size: 11px;
    padding: 0 0 5px 0;
    margin-right: 10px;
}
.shadowban_colorbox {
    background: #feffe8;
    padding: 15px 0 0;
    border-radius: 3px;
    border: 1px solid #eee;
    margin-bottom: 25px;
}
.shadowban_lead {
    font-size: 16px;
    font-weight: bold;
    margin: 0 15px 30px;
    text-align: justify;
}
.shadowban_tweet_a_eiyaku {
    display: flex;
}
.shadowban_tweet_eiyaku_mark {
    background: #1da1f2;
    color: #fff;
    padding: 2px 13px 4px;
    font-size: 13px;
    border-radius: 10px;
    width: fit-content;
    margin: 0 9px 0 0;
    height: 14px;
}
span.shadowban_caret_right {
    padding-left: 5px;
    font-size: 16px;
    vertical-align: -1.5px;
}
.shadowban_tweet_eiyaku {
    font-size: 16px;
    line-height: 19px;
}
table.shadowban_remove_table tr td:nth-child(odd) {
    text-align: center;
}
table.shadowban_remove_table td:nth-child(2) {
    text-align: left;
}
.shadowban_history_title {
    font-size: 16px;
    font-weight: bold;
    margin: 18px 0 2px;
}
.shadowban_taisaku_icon1,
.shadowban_taisaku_icon2,
.shadowban_taisaku_icon3 {
    color: #fff;
    font-size: 12px;
    padding: 1px 8px 0;
    margin: 6px 0 2px 0;
    border-radius: 2px;
    width: fit-content;
    white-space: nowrap;
}
.shadowban_taisaku_icon1 {
    background: #0d507e;
}
.shadowban_taisaku_icon2 {
    background: #ff0000;
}
.shadowban_taisaku_icon3 {
    background: #1da1f2;
}
.shadowban_history_inner {
    margin-bottom: 6px;
}
.shadowban_taisaku {
    margin-left: 11px;
}
.shadowban_taisaku2 {
    margin-left: 52px;
}
.shadowban_history_wrapper {
    background: #f3f9ff;
    padding: 1px 16px 14px;
    border-radius: 3px;
    margin: 0 0 30px 15px;
}
.shadowban_taisaku_wrapper {
    display: flex;
    align-items: baseline;
    margin-left: 11px;
}
hr.shadowban_history_hr,
hr.shadowban_history_hr2 {
    border: 1px dashed #aaa;
}
hr.shadowban_history_hr {
    margin: 18px 0 22px;
}
hr.shadowban_history_hr2 {
    margin: 20px 0;
}
.shadowban_tweet_wrapper {
    width: fit-content;
    margin: 0 auto 30px;
}
span.shadowban_arrow_down {
    margin-left: 3px;
    font-size: 20px;
    vertical-align: -1px;
}
.shadowban_mutual_link {
    background: #fbfbfb;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}
.shadowban_mutual_link a {
    text-decoration: none;
}
span.shadowban_circle,
span.shadowban_batten,
span.shadowban_hatena {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 3px;
}
span.shadowban_double_circle {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 3px;
    color: red;
}
span.shadowban_triangle {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    top: 3px;
}
span.shadowban_circle {
    color: #28a0e9;
}
span.shadowban_triangle {
    color: #bfcc38;
}
span.shadowban_batten {
    color: #555;
}
span.shadowban_hatena {
    color: #0d507e;
}
.shadowban_inyolink {
    text-align: right;
}
.shadowban_kome {
    margin-left: 12px;
}
.shadowban_checker_wrapper.checker_img_margin {
    margin-bottom: 60px;
}
.shadowban_kome.shadowban_kome_sp {
    display: none;
}
.article_top_button_sp {
    display: none;
}

@media screen and (max-width: 1256px) {
    .article_header_inner {
        width: 100%;
    }
    #shadowban_container {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .article_header {
        width: 100%;
        background: #fff;
        box-shadow: 0 0 5px darkgrey;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
        padding: 0;
        margin: 0;
        list-style: none;
        align-items: center;
        line-height: 1.4;
        height: 50px;
        transition: 0.3s;
    }
    .article_header_inner {
        height: 50px;
    }
    .article_header_inner img {
        height: 74px;
        display: block;
        margin: 0 auto;
        width: auto;
        padding: 0 1px 0 0;
    }
    .article_header_logo {
        position: relative;
        width: 100%;
        height: 50px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .article_top_button_pc {
        display: none;
    }
    .article_top_button_sp {
        display: block;
        width: 75px;
    }
    .article_header_icon_sp {
        text-align: center;
        width: 100%;
        display: block;
        font-size: 19px;
        color: #333;
    }
    .article_top_button_sp a {
        color: #333;
        text-decoration: none;
    }
    .item-label_text_sp {
        font-size: 9px;
        text-align: center;
    }
}

@media screen and (max-width: 834px) {
    .shadowban_content ol {
        width: 92%;
    }
    .shadowban_tweet_a,
    .shadowban_tweet_b {
        width: 48%;
    }
    #shadowban_container {
        margin: 15px auto 0;
        width: 100%;
        max-width: max-content;
        padding: 32px 16px;
    }
}

@media screen and (max-width: 768px) {
    .shadowban_content ol {
        column-count: 1;
    }
    .shadowban_img_wrapper img {
        width: 46%;
        margin: 5px;
    }
    .article_header_inner {
        height: auto;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .article_header_inner img {
        width: auto;
        height: 70px;
        margin-right: 0;
    }
    .article_header_inner p {
        margin: 0;
    }
    .article_header_inner p {
        font-size: 11px;
    }
    .article_header_balloon:before {
        left: 50%;
        top: -12px;
        border-left: 6px solid transparent;
        border-right: 6px solid rgba(0, 0, 0, 0);
        border-bottom: 6px solid #bcbcbc;
    }
    .article_header_balloon:after {
        left: 50.2%;
        top: -10px;
        border-bottom: 5px solid #fff;
        border-right: 5px solid rgba(0, 0, 0, 0);
        border-left: 5px solid transparent;
    }
    .shadowban_remove_first_content li:nth-child(6) {
        break-before: auto;
    }
    .shadowban_wrapper ul {
        width: auto;
    }
}

@media screen and (max-width: 600px) {
    .shadowban_wrapper {
        font-size: 14px;
    }
    .shadowban_tweet_wrapper {
        display: block;
        margin: 30px auto 0;
        text-align: center;
    }
    .shadowban_tweet_a,
    .shadowban_tweet_b {
        width: 95%;
        margin: 0 10px;
    }
    .contentsHeadline-h1,
    .contentsHeadline-h2 {
        font-family: HiraKakuProN-W6;
        font-size: 20px;
        padding: 8px 10px;
        text-overflow: ellipsis;
        margin: 0px 0px 16px 0px;
        height: auto;
        line-height: normal;
    }
    .ctgSubHeading {
        font-size: 18px;
    }
    .bakusai_h4 {
        font-size: 16px;
        margin: 10px 0 7px 4px;
    }
    .shadowban_img_wrapper img {
        margin: 5px;
        width: 44%;
    }
    .shadowban_table {
        overflow-x: scroll;
    }
    table.shadowban_remove_table {
        width: 100%;
        border-collapse: collapse;
        white-space: normal;
    }
    .shadowban_remove_table th:nth-child(2),
    .shadowban_remove_table th:nth-child(2),
    .shadowban_remove_table th:nth-child(4),
    .shadowban_remove_table td:nth-child(4) {
        width: 45%;
        min-width: 350px;
    }
    span.shadowban_annotation {
        font-size: 12px;
    }
    br.shadowban_sp_kaigyo {
        display: block;
    }
    article#shadowban_container .shadowban_checker_wrapper img {
        width: 94%;
        margin: 0 10px 5px 10px;
    }
    .shadowban_wrapper p {
        margin: 0 0 15px;
    }
    .shadowban_wrapper ul {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding-left: 1.6em;
        text-indent: -1.6em;
        padding-right: 6px;
    }
    .shadowban_img_box img {
        width: 100%;
        margin: 0px auto 30px;
    }
    .shadowban_hansei h3 {
        padding: 10px 5px 10px;
        line-height: 21px;
        margin: 15px 14px 5px;
        font-size: 15px;
    }
    span.shadowban_external_link2 {
        margin-left: 27px;
    }
    .shadowban_checker_h3_sp {
        height: 34px;
        margin-bottom: 13px;
    }
    #footer {
        margin-top: 10px;
    }
    .shadowban_history_wrapper {
        margin: 0 0 30px 0;
    }
    .shadowban_kome {
        margin-left: 12px;
        font-size: 12px;
    }
    .shadowban_kome.shadowban_kome_sp {
        display: block;
        margin-left: 16px;
    }
    .shadowban_inyolink {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .ctgSubHeading {
        margin: 0px 0 10px 0;
    }
    .shadowban_colorbox {
        padding: 15px 15px 0;
    }
}

@media screen and (max-width: 320px) {
    span.article_header_balloon {
        font-size: 10px;
    }
}