body {
    font-family: monospace;
    letter-spacing: 0.1em;
    word-break: break-word;

    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smooth: always;
}

.monospaceJp {
    font-family: monospace;
    text-align: start;
    word-break: break-word;
}

.monospaceCode {
    font-family: monospace;
    text-align: start;
    word-break: keep-all;
    white-space: pre;
}

pre>code {
    font-family: monospace;
    text-align: start;
    word-break: keep-all;
    white-space: pre;
    padding: 0px;
}

pre>code.hljs {
    padding: 0px;
}

b {
    color: var(--bs-danger);
}

small {
    color: var(--bs-gray-400);
}

.japan {
    font-family: 'BIZ UDGothic', sans-serif;
}

.logo {
    font-family: 'BIZ UDGothic', sans-serif;
    font-weight: bold;
    font-size: 2.7em;
}

.hcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

a>img:hover {
    filter: brightness(60%);
}

.select-image:hover {
    filter: brightness(60%);
    cursor: pointer;
}

.header-item {

    display: flex;
    justify-content: center;
    align-items: center;

    --bs-text-opacity: 1;
    color: black;

    text-decoration: none;

    font-weight: bolder;

    word-break: keep-all;
}

.header-item i {
    color: var(--bs-gray-700);
}

.header-item:hover {
    color: var(--bs-primary);
    border-bottom: 2px solid;
    border-color: var(--bs-primary);
}

.productname {
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;

    position: relative;
    overflow: hidden;
    padding: 1.5rem 2rem 1.5rem 130px;
    border: 2px solid var(--bs-primary);

    -webkit-text-stroke-width: 1px;
}

.productname:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 200px;
    height: 300%;
    content: '';
    background: white;
}

.productname span {
    font-size: 36px;
    font-size: 3.6rem;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 0px;
    padding-left: 16px;
    color: white;
}

.productname i {
    font-style: normal;
    color: var(--bs-gray-700);
    -webkit-text-stroke-width: 1px;
}

.bd-callout {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0px solid var(--bs-gray-200);
    border-left-width: 6px;
    border-radius: 0;
    background-color: rgb(250, 250, 250);
    color: rgb(0, 0, 0);
    font-size: 110%;
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: var(--bs-primary);
}

.bd-callout-warning {
    border-left-color: var(--bs-warning);
}

.bd-callout-danger {
    border-left-color: var(--bs-danger);
}

.card-body a {
    color: var(--bs-black);
    text-decoration: none;
}

.card-body a:hover {
    color: var(--bs-primary);
    text-decoration: none;
}

.form-control-small {
    width: 4rem !important;
    flex: none !important;
}

.headline-top {
    margin-bottom: 48px;
    padding-top: 16px;
}

.headline-border {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-style: solid;
    border-color: #fff;
}

.headline-border::before {
    width: 100%;
    content: "";
    position: absolute;
    bottom: -16px;
    right: 0;
    left: 0;
    height: 2px;
    background: #e6e6e6;
}

.headline-main {
    position: relative;
    float: left;
    font-size: 22px;
    margin-bottom: -0.4em;
    margin-top: -0.4em;
    line-height: 32px;
    font-weight: bold;
}

.headline-main::before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    height: 2px;
    background-color: var(--bs-danger);
    display: block;
    width: 100%;
    z-index: 2;
}

.headline-sub {
    color: var(--bs-gray-700);
}

.news {
    padding: 24px 8px 16px 0;
    background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 4px 1px;
}

.news div {
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
    min-height: 32px;
    text-decoration: none;
    color: black;
}

.news div:hover {
    color: var(--bs-danger);
}

.nounderline {
    text-decoration: none;
    color: black;
}

.appicon {
    min-width: 272px;
    max-width: 272px;
    position: relative;
    display: grid;
}

.appicon img {
    border: 1px solid black;
}

article:hover {
    filter: brightness(60%);
}

.appicon__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-area: 1/2;
}

.appicon__thumb {
    grid-area: 1/2;
    justify-content: center;
}

.appicon__text {
    grid-area: 2/2;
    justify-content: flex-start;
}

.appiconname {
    line-break: strict;
    max-width: 270px;
    font-family: sans-serif;
    font-weight: bolder;
    font-size: 22px;
    user-select: none;
    text-align: center;
    color: #ffffff;
    letter-spacing: 4px;
    text-shadow:
        2px 2px 1px #003366,
        -2px 2px 1px #003366,
        2px -2px 1px #003366,
        -2px -2px 1px #003366,
        2px 0px 1px #003366,
        0px 2px 1px #003366,
        -2px 0px 1px #003366,
        0px -2px 1px #003366;
}

.score {
    font-family: monospace, sans-serif;
    font-weight: bolder;
    font-size: 2.7em;
    user-select: none;
    text-shadow:
        2px 2px 1px #003366,
        -2px 2px 1px #003366,
        2px -2px 1px #003366,
        -2px -2px 1px #003366,
        2px 0px 1px #003366,
        0px 2px 1px #003366,
        -2px 0px 1px #003366,
        0px -2px 1px #003366;
}