html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    word-wrap: break-word;

    font-size: 17px;
    background-color: #F4F4F4;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    max-width: 620px;
    margin: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
body .article-header-wrapper img {
    max-width: 100%;
}

body .article-body {
    position: relative;
    font-size: 17px;
    line-height: 1.8;
    padding: 15px 20px;
    background-color: #ffffff;
    overflow: hidden;
}

body .article-body span,
body .article-body p,
body .article-body div,
body .article-body h1,
body .article-body h2,
body .article-body h3,
body .article-body h4,
body .article-body h5,
body .article-body h6 {
    max-width: 100%;
}

body .article-body h2 {
    font-size: 27px;
    margin: 0;
}

body .article-body p {
    margin: 0;
}

body .article-body a {
    text-decoration: underline;
    color: #4682b4;
}

body .article-body iframe {
    display: block;
    max-width: 100%;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

body .article-body video {
    display: block;
    height: auto;
    max-width: 100%;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
    outline: none;
    border: none;
}

body .article-body img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

body .article-body img.sb-fl {
    float: left;
    margin-right: 10px;
}

body .article-body img.sb-fc {
    display: block;
    float: none;
    margin: 0 auto;
}

body .article-body img.sb-fr {
    float: right;
    margin-left: 10px;
}

body .article-body img.sb-img-move-side {
    animation: sb_img_move_side 1s ease-in-out infinite alternate !important;
}

@keyframes sb_img_move_side {
    0% {
        transform: translateX(-5px)
    }

    100% {
        transform: translateX(5px)
    }
}

body .article-body .sb-custom img {
    display: block !important;
}

body .article-body .sb-form iframe {
    height: 0;
    margin: 0 auto !important;
}

.article-body {
    font-size: 17px !important;
    font-family: Hiragino Sans, Arial, sans-serif !important;
    color: #000000 !important;
    line-height: 1.8 !important;
    padding-top: 0px !important;
    padding-bottom: 15px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}


body .article-body img {
    display: unset !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

body .article-body video {
    display: unset !important;
}

body .article-body .sb-custom {
    font-size: 17px !important;
    font-family: Hiragino Sans, Arial, sans-serif !important;
    color: #000000 !important;
    line-height: 1.8 !important;
}

body .article-body .sb-custom img {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


#sb-part-573.sb-custom-part-lyr1u4gidieun4gm24 .small {
    font-size: .8em;
    text-align: right;
    line-height: 1.5;
    margin-bottom: 1em;
    position: relative;
    top: -10px;
}


.article-body .annotation_right {
    line-height: 1.2;
    font-size: 0.5em;
    text-align: right;
    margin-top: 10px;
}


.article-body .annotation_1 {
    line-height: 1.2;
    font-size: 0.5em;
    text-align: right;
    position: relative;
    top: -10px;
}

.article-body .annotation_2 {
    line-height: 1.2;
    font-size: 0.5em;
    text-align: right;
    position: relative;
}

.article-body .swaying-text {
    display: block;
    animation-name: swayingText;
    animation-duration: .25s;
    animation-iteration-count: infinite;
    will-change: transform, animation;
}

@keyframes swayingText {
    0% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }

    25% {
        transform: translate(2px, 2px) rotateZ(1deg)
    }

    50% {
        transform: translate(0px, 2px) rotateZ(0deg)
    }

    75% {
        transform: translate(2px, 0px) rotateZ(-1deg)
    }

    100% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
}

.article-body .downArrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.article-body .downArrow>span {
    width: 70px;
    height: 40px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.article-body .downArrow>span::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 40%;
    background: #FF0000;
}

.article-body .downArrow>span::after {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(50%, #FF0000)) top left/50% 100% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(50%, #FF0000)) top right/50% 100% no-repeat;
    background: linear-gradient(to top right, transparent 49%, #FF0000 50%) top left/50% 100% no-repeat, linear-gradient(to top left, transparent 49%, #FF0000 50%) top right/50% 100% no-repeat;
}

.article-body .movebtn {
    -webkit-animation-name: btnAnime02;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: btnAnime02;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;
    align-items: flex-start;
    justify-content: center;
}

@-webkit-keyframes btnAnime02 {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -8px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes btnAnime02 {
    0% {
        -moz-transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(0, -8px);
    }

    100% {
        -moz-transform: translate(0, 0);
    }
}

#sb-part-791.sb-custom-part-lyr3dawfnlq9btzm40p .box {
    border: 10px solid #fcf0f1;
    margin: 10px;
    padding: 3px;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}

#sb-part-791.sb-custom-part-lyr3dawfnlq9btzm40p .box:before {
    border: 1px solid #f5d5da;
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    z-index: -1;
}

#sb-part-791.sb-custom-part-lyr3dawfnlq9btzm40p p {
    margin: 0;
}

.article-body .arrow_down {
    display: block;
}

#sb-part-12854.sb-custom-part-lz84nh01hc15uji5v0m .acc-table {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    border: 3px solid #6B24B2;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
}

#sb-part-12854.sb-custom-part-lz84nh01hc15uji5v0m .acc-table .acc-head {
    position: relative;
    font-size: 19px;
    color: #333333;
    font-weight: bold;
    line-height: 1.2;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    margin: -1px -1px 0;
    padding: 1em 2.2em 1em 1em;
}

#sb-part-12854.sb-custom-part-lz84nh01hc15uji5v0m .acc-table .acc-head::before,
#sb-part-12854.sb-custom-part-lz84nh01hc15uji5v0m .acc-table .acc-head::after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 2px;
    background-color: #6B24B2;
    position: absolute;
    top: calc(50%);
    right: 0.8em;
    -webkit-transform: none;
    transform: none;
}

#sb-part-12854.sb-custom-part-lz84nh01hc15uji5v0m .acc-table .acc-head::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

#sb-part-12854.sb-custom-part-lz84nh01hc15uji5v0m .acc-table .acc-head.is-active::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

#sb-part-12854.sb-custom-part-lz84nh01hc15uji5v0m .acc-table .acc-head.is-active+.acc-body {
    height: auto;
    padding: 0 1em 1em;
    opacity: 1;
    visibility: visible;
}

#sb-part-12854.sb-custom-part-lz84nh01hc15uji5v0m .acc-table .acc-body {
    visibility: hidden;
    height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    transition: padding-top 0.25s, padding-bottom 0.25s, opacity 0.25s, visibility 0.25s, height 0.25s;
}

#sb-part-12854.sb-custom-part-lz84nh01hc15uji5v0m hr {
    margin: 0px 0 10px;
    border: 3px solid #6B24B2;
}

/* #sb-part-12854.sb-custom-part-lz84nh01hc15uji5v0m p {
    line-height: 1;
} */

#sb-part-8163.sb-custom-part-lyr89amxhqzzchf6xoc .widget--fukidashi {
    font-size: min(10px, 1.613vw);
}

#sb-part-8163.sb-custom-part-lyr89amxhqzzchf6xoc .fukidashi {
    background-color: #F44F4F;
    max-width: 60em;
    margin: auto;
    padding: 0.5em 0;
    position: relative;
}

#sb-part-8163.sb-custom-part-lyr89amxhqzzchf6xoc .fukidashi:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2.0em;
    border: 2.0em solid transparent;
    border-top: 2.0em solid #F44F4F;
}

#sb-part-8163.sb-custom-part-lyr89amxhqzzchf6xoc .fukidashi_text {
    color: #fff;
    font-size: 3.2em;
    text-align: center;
    font-weight: bold;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, san-serif;
}

#sb-part-8163.sb-custom-part-lyr89amxhqzzchf6xoc * {
    margin: 0;
    padding: 0;
}


#sb-part-3389.sb-custom-part-lomh2yu3h022d62eq5b h2 {
    font-size: 20px;
    color: #ffffff;
    background: #FF0000;
    text-align: center;
    padding: 10px !important;
    margin: 20px 0 30px !important;
    font-weight: 700;
    line-height: 30px;
    position: relative;
}

#sb-part-3389.sb-custom-part-lomh2yu3h022d62eq5b h2:before {
    border-top: 10px solid #FF0000;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
}


.article-body .blackwood_box {
    position: relative;
    color: #613d29;
    margin: 30px 0;
}

.article-body .blackwood_box .selecter {
    display: none;
}

.article-body .blackwood_box .selecter+.choice-check {
    border: solid 3px #613d29;
    display: block;
    padding: 10px 15px;
    font-weight: bold;
    border-radius: 28px;
    margin-bottom: 10px;
}

.article-body .blackwood_box .selecter:checked+.choice-check {
    background: #f96680;
    border-color: #fff;
    color: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    transition: 200ms;
}

@media screen and (min-width:601px) {
    .article-body .blackwood_box .selecter+.choice-check:hover {
        background: #f96680;
        border-color: #fff;
        color: #fff;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
        transition: 200ms;
    }
}

#sb-part-7775.sb-custom-part-m2bn7dy1ec2z17vw1pn .ctabutton img {
    animation: Shake 3s infinite;
}

@keyframes Shake {
    0% {
        transform: skew(0deg, 0deg);
    }

    30% {
        transform: skew(0deg, 0deg);
    }

    45% {
        transform: skew(10deg, 0deg) translate(-17px, 0px);
    }

    55% {
        transform: skew(-10deg, 0deg) translate(17px, 0px);
    }

    60% {
        transform: skew(5deg, 0deg) translate(-8px, 0px);
    }

    65% {
        transform: skew(-5deg, 0deg) translate(8px, 0px);
    }

    70% {
        transform: skew(5deg, 0deg) translate(-8px, 0px);
    }

    75% {
        transform: skew(-5deg, 0deg) translate(8px, 0px);
    }

    80% {
        transform: skew(3deg, 0deg) translate(-5px, 0px);
    }

    85% {
        transform: skew(-3deg, 0deg) translate(5px, 0px);
    }

    90% {
        transform: skew(2deg, 0deg) translate(-3px, 0px);
    }

    95% {
        transform: skew(-1deg, 0deg) translate(1px, 0px);
    }

    100% {
        transform: skew(0deg, 0deg);
    }
}

.article-body .sb-custom-part-ln9w1c2je6nxzy2bthi .downArrow>span {
    width: 100px;
    height: 65px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.article-body .sb-custom-part-ln9w1c2je6nxzy2bthi .downArrow>span::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 40%;
    background: #043782;
}
.article-body .sb-custom-part-ln9w1c2je6nxzy2bthi .downArrow>span::after {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(50%, #043782)) top left / 50% 100% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(50%, #043782)) top right / 50% 100% no-repeat;
    background: linear-gradient(to top right, transparent 49%, #043782 50%) top left / 50% 100% no-repeat, linear-gradient(to top left, transparent 49%, #043782 50%) top right / 50% 100% no-repeat;
}

