/* 最小化できませんでした。最小化されていないコンテンツを返します。
(2,19): run-time error CSS1039: Token not allowed after unary operator: '-global-space__xxl'
(7,23): run-time error CSS1039: Token not allowed after unary operator: '-global-space__xxl'
(8,24): run-time error CSS1039: Token not allowed after unary operator: '-global-space__xl'
(9,25): run-time error CSS1039: Token not allowed after unary operator: '-global-space__xl'
(16,22): run-time error CSS1039: Token not allowed after unary operator: '-global-font__xl'
(24,25): run-time error CSS1039: Token not allowed after unary operator: '-global-space__xl'
(27,21): run-time error CSS1039: Token not allowed after unary operator: '-global-font__xl'
(31,21): run-time error CSS1039: Token not allowed after unary operator: '-global-font__lg'
(35,21): run-time error CSS1039: Token not allowed after unary operator: '-global-font__xxl'
(43,21): run-time error CSS1039: Token not allowed after unary operator: '-global-space__xs'
(47,25): run-time error CSS1039: Token not allowed after unary operator: '-global-font__lg'
(59,28): run-time error CSS1039: Token not allowed after unary operator: '-global-color__note--font'
(60,25): run-time error CSS1039: Token not allowed after unary operator: '-global-space__sm'
(61,19): run-time error CSS1039: Token not allowed after unary operator: '-global-space__md'
(61,43): run-time error CSS1039: Token not allowed after unary operator: '-global-space__sm'
(62,18): run-time error CSS1039: Token not allowed after unary operator: '-global-space__xl'
(65,21): run-time error CSS1039: Token not allowed after unary operator: '-global-font__lg'
(66,25): run-time error CSS1039: Token not allowed after unary operator: '-global-space__md'
(71,21): run-time error CSS1039: Token not allowed after unary operator: '-global-space__md'
(75,25): run-time error CSS1039: Token not allowed after unary operator: '-global-space__xxl'
(76,31): run-time error CSS1039: Token not allowed after unary operator: '-global-space__xl'
(76,57): run-time error CSS1039: Token not allowed after unary operator: '-global-space__md'
(82,17): run-time error CSS1039: Token not allowed after unary operator: '-global-space__xxl'
(83,18): run-time error CSS1039: Token not allowed after unary operator: '-global-space__xxl'
(84,28): run-time error CSS1039: Token not allowed after unary operator: '-global-color__note--font'
(90,28): run-time error CSS1039: Token not allowed after unary operator: '-global-color__white'
 */
.hint-header {
    padding: var(--global-space__xxl);
    padding-bottom: 0;
    text-align: center;
}
.hint-article {
    padding-top: var(--global-space__xxl);
    padding-left: var(--global-space__xl);
    padding-right: var(--global-space__xl);
}
.hint-article img {
    height: auto;
    max-width: 100%;
}
.hint-article p + p {
    margin-top: var(--global-font__xl);
}
.hint-article p {
    line-height: 1.7;
}
.hint-article__headingLv1 {
    font-size: 22px;
    text-align: center;
    margin-bottom: var(--global-space__xl);
}
.hint-article__text--large {
    font-size: var(--global-font__xl);
    font-weight: bold;
}
.hint-article__text--midium {
    font-size: var(--global-font__lg);
    font-weight: bold;
}
.hint-article__text--poem {
    font-size: var(--global-font__xxl);
    font-weight: bold;
    text-align: left;
}
.hint-article__text--center {
    text-align: center;
}
.global-button--hint2 {
    padding: 0 var(--global-space__xs);
}
@media screen and (max-width: 768px) {
    .global-button--hint2 {
        font-size: var(--global-font__lg);
    }
}
.hint-article--poem {
    text-align: center;
}
.hint-poem {
    display: inline-block;
    margin: 0 auto;
}
/*---------- hint-article__well ----------*/
.hint-article__well {
    border: 1px solid var(--global-color__note--font);
    border-radius: var(--global-space__sm);
    padding: var(--global-space__md) var(--global-space__sm);
    margin: var(--global-space__xl) 0;
}
.hint-article__wellTitle {
    font-size: var(--global-font__lg);
    margin-bottom: var(--global-space__md);
    text-align: center;
}
.hint-article__well img {
    display: inline-block;
    padding: 0 var(--global-space__md);
}
.hint-article__well--arrow {
    position: relative;
    margin-bottom: var(--global-space__xxl);
    padding-bottom: calc(var(--global-space__xl) + var(--global-space__md));
}
.hint-article__well--arrow::after {
    content: '';
    position: absolute;
    display: block;
    width: var(--global-space__xxl);
    height: var(--global-space__xxl);
    border: 1px solid var(--global-color__note--font);
    border-left: none;
    border-top: none;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%) rotate(45deg);
    background-color: var(--global-color__white);
}
/*----------  ----------*/

