@charset "UTF-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  word-wrap: break-word;
}

@media screen and (min-width: 920px) {
  body {
    width: 620px;
    margin: 0 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: 0.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: -0.5em;
}
sub {
  bottom: -0.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"],/* 1 */
body {
  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: 0 auto;
}
body .header-pr{
  padding: 0;
}
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;
}
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 .sb-font-bold {
  font-weight: bold;
}
body .article-body .sb-color-black {
  color: #000;
}
body .article-body .sb-color-red {
  color: #ff0000;
}
body .article-body .sb-color-blue {
  color: #0000ff;
}
body .article-body .sb-align-left {
  display: block;
  text-align: left;
}
body .article-body .sb-align-center {
  display: block;
  text-align: center;
}
body .article-body .sb-align-right {
  display: block;
  text-align: right;
}
body .article-body .sb-bg-gray {
  background: linear-gradient(to right, #eee 50%, transparent 50%) 100% 0%/200%
    70% no-repeat;
  background: -webkit-linear-gradient(left, #eee 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
  background-position: bottom 0 right 100%;
}
body .article-body .sb-bg-white {
  background: linear-gradient(to right, #fff 50%, transparent 50%) 100% 0%/200%
    70% no-repeat;
  background: -webkit-linear-gradient(left, #fff 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
  background-position: bottom 0 right 100%;
}
body .article-body .sb-bg-black {
  background: linear-gradient(to right, #000 50%, transparent 50%) 100% 0%/200%
    70% no-repeat;
  background: -webkit-linear-gradient(left, #000 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
  background-position: bottom 0 right 100%;
}
body .article-body .sb-bg-red {
  background: linear-gradient(to right, red 50%, transparent 50%) 100% 0%/200%
    70% no-repeat;
  background: -webkit-linear-gradient(left, red 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
  background-position: bottom 0 right 100%;
}
body .article-body .sb-bg-green {
  background: linear-gradient(to right, lime 50%, transparent 50%) 100% 0%/200%
    70% no-repeat;
  background: -webkit-linear-gradient(left, lime 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
  background-position: bottom 0 right 100%;
}
body .article-body .sb-bg-yellow {
  background: linear-gradient(to right, #ffee57 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, #ffee57 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
  background-position: bottom 0 right 100%;
}
body .article-body .sb-bg-blue {
  background: linear-gradient(to right, blue 50%, transparent 50%) 100% 0%/200%
    70% no-repeat;
  background: -webkit-linear-gradient(left, blue 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
  background-position: bottom 0 right 100%;
}
body .article-body .sb-fs-10 {
  font-size: 10px;
}
body .article-body .sb-fs-13 {
  font-size: 13px;
}
body .article-body .sb-fs-15 {
  font-size: 15px;
}
body .article-body .sb-fs-17 {
  font-size: 17px;
}
body .article-body .sb-fs-19 {
  font-size: 19px;
}
body .article-body .sb-fs-21 {
  font-size: 21px;
}
body .article-body .sb-fs-23 {
  font-size: 23px;
}
body .article-body .sb-fs-25 {
  font-size: 25px;
}
body .article-body .sb-fs-27 {
  font-size: 27px;
}
body .article-body .sb-fs-29 {
  font-size: 29px;
}
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;
  max-width: 100%;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
body .article-body video:not(.lazyload) {
  height: auto !important;
}
body .article-body img:not(.lazyload) {
  height: auto !important;
}
body .article-body img {
  display: block;
  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-bg-gum-marker,
body .article-body .sb-bg-gum-marker-animated {
  background: linear-gradient(to right, #ffee57 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, #ffee57 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
}
body .article-body .sb-bg-gum-marker.animated,
body .article-body .sb-bg-gum-marker-animated.animated {
  background-position: bottom 0 right 100% !important;
}
body .article-body .sb-bg-gum-marker.sb-bg-gray,
body .article-body .sb-bg-gum-marker-animated.sb-bg-gray {
  background: linear-gradient(to right, #eee 50%, transparent 50%) 100% 0%/200%
    70% no-repeat;
  background: -webkit-linear-gradient(left, #eee 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
}
body .article-body .sb-bg-gum-marker.sb-bg-gray.animated,
body .article-body .sb-bg-gum-marker-animated.sb-bg-gray.animated {
  background-position: bottom 0 right 100%;
}
body .article-body .sb-bg-gum-marker.sb-bg-white,
body .article-body .sb-bg-gum-marker-animated.sb-bg-white {
  background: linear-gradient(to right, #fff 50%, transparent 50%) 100% 0%/200%
    70% no-repeat;
  background: -webkit-linear-gradient(left, #fff 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
}
body .article-body .sb-bg-gum-marker.sb-bg-white.animated,
body .article-body .sb-bg-gum-marker-animated.sb-bg-white.animated {
  background-position: bottom 0 right 100%;
}
body .article-body .sb-bg-gum-marker.sb-bg-black,
body .article-body .sb-bg-gum-marker-animated.sb-bg-black {
  background: linear-gradient(to right, #000 50%, transparent 50%) 100% 0%/200%
    70% no-repeat;
  background: -webkit-linear-gradient(left, #000 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
}
body .article-body .sb-bg-gum-marker.sb-bg-black.animated,
body .article-body .sb-bg-gum-marker-animated.sb-bg-black.animated {
  background-position: bottom 0 right 100%;
}
body .article-body .sb-bg-gum-marker.sb-bg-red,
body .article-body .sb-bg-gum-marker-animated.sb-bg-red {
  background: linear-gradient(to right, red 50%, transparent 50%) 100% 0%/200%
    70% no-repeat;
  background: -webkit-linear-gradient(left, red 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
}
body .article-body .sb-bg-gum-marker.sb-bg-red.animated,
body .article-body .sb-bg-gum-marker-animated.sb-bg-red.animated {
  background-position: bottom 0 right 100%;
}
body .article-body .sb-bg-gum-marker.sb-bg-green,
body .article-body .sb-bg-gum-marker-animated.sb-bg-green {
  background: linear-gradient(to right, lime 50%, transparent 50%) 100% 0%/200%
    70% no-repeat;
  background: -webkit-linear-gradient(left, lime 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
}
body .article-body .sb-bg-gum-marker.sb-bg-green.animated,
body .article-body .sb-bg-gum-marker-animated.sb-bg-green.animated {
  background-position: bottom 0 right 100%;
}
body .article-body .sb-bg-gum-marker.sb-bg-yellow,
body .article-body .sb-bg-gum-marker-animated.sb-bg-yellow {
  background: linear-gradient(to right, #ffee57 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, #ffee57 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
}
body .article-body .sb-bg-gum-marker.sb-bg-yellow.animated,
body .article-body .sb-bg-gum-marker-animated.sb-bg-yellow.animated {
  background-position: bottom 0 right 100%;
}
body .article-body .sb-bg-gum-marker.sb-bg-blue,
body .article-body .sb-bg-gum-marker-animated.sb-bg-blue {
  background: linear-gradient(to right, blue 50%, transparent 50%) 100% 0%/200%
    70% no-repeat;
  background: -webkit-linear-gradient(left, blue 50%, transparent 50%) 100%
    0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
}
body .article-body .sb-bg-gum-marker.sb-bg-blue.animated,
body .article-body .sb-bg-gum-marker-animated.sb-bg-blue.animated {
  background-position: bottom 0 right 100%;
}
body .article-body .article-body-comment {
  display: table;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  width: 100% !important;
  max-width: 100% !important;
}
body .article-body .article-body-comment .comment-image,
body .article-body .article-body-comment .comment-content {
  display: table-cell;
  vertical-align: top;
}
body .article-body .article-body-comment .comment-image {
  padding-right: 1em;
}
body .article-body .article-body-comment .comment-image > img {
  display: block;
  height: auto;
  max-width: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body .article-body .article-body-comment .comment-content {
  width: 100%;
}
body .article-body .article-body-comment .comment-content .comment-title {
  font-size: 1em;
  margin: 0 0 0.5em 0;
  font-weight: bold;
}
body .article-body .article-body-comment .comment-content p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
body .article-body .article-body-comment .comment-content p.comment-detail {
  color: rgba(51, 51, 51, 0.5);
  font-size: 0.9em;
  font-style: italic;
}
body .article-body .sb-custom img {
  display: block !important;
}
body .article-body .sb-form iframe {
  height: 0;
  margin: 0 auto !important;
}
body {
}

.article-body {
  font-size: 17px !important;

  font-family:
    Hiragino Sans,
    Arial,
    sans-serif !important;

  color: #000000 !important;

  line-height: 1.8 !important;

  padding-top: 15px !important;

  padding-bottom: 15px !important;

  padding-left: 20px !important;

  padding-right: 20px !important;
}

body .article-body iframe {
}

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-17403.sb-custom-part-mmv7tnk73sw9tvg3hwu .border-frame {
  font-size: 16px;
  margin: 0 auto 2em;
  padding: 2em;
  background-color: #fff;
  box-shadow:
    0 0 6px 1px #99cccc,
    0 0 6px 7px #33cccc inset;
  border-radius: 30px;
}

#sb-part-17403.sb-custom-part-mmv7tnk73sw9tvg3hwu .border-frame p {
  margin: 0;
}
#sb-part-6.sb-custom-part-mmvy793d6lp8hn8wk6v h2 {
  font-size: 24px;
  color: #19a8dc;
  padding: 10px 5px 10px 5px;
  border-top: solid 2px #19a8dc;
  border-bottom: solid 2px #19a8dc;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  background: repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  margin-bottom: 20px;
  line-height: 160%;
}
#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .center-text {
  text-align: center;
  font-size: 13px;
  display: block;
  font-weight: 900;
  color: #ff0004;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b {
  text-align: center;
  animation: anime-b 3s ease infinite;
  box-sizing: border-box;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b a.a-btn {
  display: inline-block;
  text-decoration: none;
  max-width: 98% !important;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

@keyframes anime-b {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-15px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}
#sb-part-6.sb-custom-part-mmv9pfw5f05dbuxnhwp h2 {
  font-size: 24px;
  color: #19a8dc;
  padding: 10px 5px 10px 5px;
  border-top: solid 2px #19a8dc;
  border-bottom: solid 2px #19a8dc;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  background: repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  margin-bottom: 20px;
  line-height: 160%;
}
#sb-part-3427.sb-custom-part-mmv9nh85hxkrbzvfl4p h3 {
  /*左ライン。線の太さ｜線の種類｜線の色*/
  border-left: 5px solid #999999;
  /*余白*/
  padding: 2px 5px 2px 10px;
  /*水平方向の字間スペース*/
  margin-bottom: 18px;
  line-height: 150%;
}
#sb-part-3427.sb-custom-part-mmv9izu4vqfxrrh376 h3 {
  /*左ライン。線の太さ｜線の種類｜線の色*/
  border-left: 5px solid #999999;
  /*余白*/
  padding: 2px 5px 2px 10px;
  /*水平方向の字間スペース*/
  margin-bottom: 18px;
  line-height: 150%;
}
#sb-part-3427.sb-custom-part-mpeuld7qkfsvu24lzl h3 {
  /*左ライン。線の太さ｜線の種類｜線の色*/
  border-left: 5px solid #999999;
  /*余白*/
  padding: 2px 5px 2px 10px;
  /*水平方向の字間スペース*/
  margin-bottom: 18px;
  line-height: 150%;
}
#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .center-text {
  text-align: center;
  font-size: 13px;
  display: block;
  font-weight: 900;
  color: #ff0004;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b {
  text-align: center;
  animation: anime-b 3s ease infinite;
  box-sizing: border-box;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b a.a-btn {
  display: inline-block;
  text-decoration: none;
  max-width: 98% !important;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

@keyframes anime-b {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-15px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}
#sb-part-6.sb-custom-part-mmv965cw9efmp77rz0t h2 {
  font-size: 24px;
  color: #19a8dc;
  padding: 10px 5px 10px 5px;
  border-top: solid 2px #19a8dc;
  border-bottom: solid 2px #19a8dc;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  background: repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  margin-bottom: 20px;
  line-height: 160%;
}
#sb-part-17403.sb-custom-part-mmvyhsfi8odaesuuc6f .red-text {
  color: #ff0004;
  font-weight: 900;
}

#sb-part-17403.sb-custom-part-mmvyhsfi8odaesuuc6f blockquote {
  font-size: 14px;
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #9dd4ff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

#sb-part-17403.sb-custom-part-mmvyhsfi8odaesuuc6f blockquote:before {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #9dd4ff;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

#sb-part-17403.sb-custom-part-mmvyhsfi8odaesuuc6f blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}

#sb-part-17403.sb-custom-part-mmvyhsfi8odaesuuc6f blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
#sb-part-17403.sb-custom-part-mmv8xwgn6wmnfyvlian .border-frame {
  font-size: 16px;
  margin: 0 auto 2em;
  padding: 2em;
  background-color: #fff;
  box-shadow:
    0 0 6px 1px #99cccc,
    0 0 6px 7px #33cccc inset;
  border-radius: 30px;
}

#sb-part-17403.sb-custom-part-mmv8xwgn6wmnfyvlian .border-frame p {
  margin: 0;
}
#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .center-text {
  text-align: center;
  font-size: 13px;
  display: block;
  font-weight: 900;
  color: #ff0004;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b {
  text-align: center;
  animation: anime-b 3s ease infinite;
  box-sizing: border-box;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b a.a-btn {
  display: inline-block;
  text-decoration: none;
  max-width: 98% !important;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

@keyframes anime-b {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-15px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}
#sb-part-6.sb-custom-part-mmv8vh5t2x3e7vb8n82 h2 {
  font-size: 24px;
  color: #19a8dc;
  padding: 10px 5px 10px 5px;
  border-top: solid 2px #19a8dc;
  border-bottom: solid 2px #19a8dc;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  background: repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  margin-bottom: 20px;
  line-height: 160%;
}
#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .center-text {
  text-align: center;
  font-size: 13px;
  display: block;
  font-weight: 900;
  color: #ff0004;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b {
  text-align: center;
  animation: anime-b 3s ease infinite;
  box-sizing: border-box;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b a.a-btn {
  display: inline-block;
  text-decoration: none;
  max-width: 98% !important;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

@keyframes anime-b {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-15px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}
#sb-part-6.sb-custom-part-mmv8pd09z0wrl8cyc9s h2 {
  font-size: 24px;
  color: #19a8dc;
  padding: 10px 5px 10px 5px;
  border-top: solid 2px #19a8dc;
  border-bottom: solid 2px #19a8dc;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  background: repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  margin-bottom: 20px;
  line-height: 160%;
}
#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .center-text {
  text-align: center;
  font-size: 13px;
  display: block;
  font-weight: 900;
  color: #ff0004;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b {
  text-align: center;
  animation: anime-b 3s ease infinite;
  box-sizing: border-box;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b a.a-btn {
  display: inline-block;
  text-decoration: none;
  max-width: 98% !important;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

@keyframes anime-b {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-15px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}
#sb-part-6.sb-custom-part-mmlcxi1tpepaacnzyj h2 {
  font-size: 24px;
  color: #19a8dc;
  padding: 10px 5px 10px 5px;
  border-top: solid 2px #19a8dc;
  border-bottom: solid 2px #19a8dc;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  background: repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  margin-bottom: 20px;
  line-height: 160%;
}
#sb-part-3427.sb-custom-part-mml9tg5g6z4pstqfjcy h3 {
  /*左ライン。線の太さ｜線の種類｜線の色*/
  border-left: 5px solid #999999;
  /*余白*/
  padding: 2px 5px 2px 10px;
  /*水平方向の字間スペース*/
  margin-bottom: 18px;
  line-height: 150%;
}
#sb-part-11214.sb-custom-part-mne871lxjhw5ao1d2cr .red-text {
  color: #ff0004;
  font-weight: 900;
}

#sb-part-11214.sb-custom-part-mne871lxjhw5ao1d2cr .evaluation .r-title {
  font-size: 18px;
  font-weight: 900;
  color: #ff9208;
}

#sb-part-11214.sb-custom-part-mne871lxjhw5ao1d2cr .evaluation {
  font-size: 16px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#sb-part-11214.sb-custom-part-mne871lxjhw5ao1d2cr .evaluation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sb-part-11214.sb-custom-part-mne871lxjhw5ao1d2cr .evaluation-title {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  padding-top: 0em;
  position: relative;
  width: fit-content;
  margin: auto;
}

#sb-part-11214.sb-custom-part-mne871lxjhw5ao1d2cr .evaluation-title::before {
  content: attr(data-title) "";
  position: absolute;
  font-size: 2.25em;
  opacity: 0.15;
  line-height: 1;
  font-weight: 700;
  left: -1.5em;
  bottom: 0.25em;
}

#sb-part-11214.sb-custom-part-mne871lxjhw5ao1d2cr .evaluation-content {
  padding: 1em;
  border: solid 3px;
  border-radius: 10px;
}

#sb-part-11214.sb-custom-part-mne871lxjhw5ao1d2cr .evaluation-content li {
  line-height: 1.5;
  position: relative;
  padding-left: 2em;
}

#sb-part-11214.sb-custom-part-mne871lxjhw5ao1d2cr
  .evaluation-content
  li:not(:first-child) {
  margin-top: 0.75em;
}

#sb-part-11214.sb-custom-part-mne871lxjhw5ao1d2cr
  .evaluation-content
  li:not(:last-child) {
  border-bottom: dotted 2px;
  padding-bottom: 0.75em;
}

#sb-part-11214.sb-custom-part-mne871lxjhw5ao1d2cr
  .evaluation-content
  li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  background: url(https://file.mysquadbeyond.com/uploads/article_photo/photo/3036937/9622ec1b-45b1-43bf-8f24-75fd93eab588.png)
    no-repeat 0 0 / contain;
  aspect-ratio: 1/1;
  width: 1.5em;
  display: block;
  margin: 0;
}

#sb-part-11214.sb-custom-part-mne871lxjhw5ao1d2cr
  .evaluation.good
  .evaluation-title {
  color: #ff5e5e;
}

#sb-part-11214.sb-custom-part-mne871lxjhw5ao1d2cr
  .evaluation.good
  .evaluation-content {
  border-color: #1d6faa;
}

#sb-part-11214.sb-custom-part-mne871lxjhw5ao1d2cr
  .evaluation.good
  .evaluation-content
  li:not(:last-child) {
  border-color: #1d6faa;
}

#sb-part-11214.sb-custom-part-mne871lxjhw5ao1d2cr
  .evaluation.more
  .evaluation-title {
  color: #1d6faa;
}

#sb-part-11214.sb-custom-part-mne871lxjhw5ao1d2cr
  .evaluation.more
  .evaluation-content {
  border-color: #68a727;
}

#sb-part-11214.sb-custom-part-mne871lxjhw5ao1d2cr
  .evaluation.more
  .evaluation-content
  li:not(:last-child) {
  border-color: #68a727;
}
#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .center-text {
  text-align: center;
  font-size: 13px;
  display: block;
  font-weight: 900;
  color: #ff0004;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b {
  text-align: center;
  animation: anime-b 3s ease infinite;
  box-sizing: border-box;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b a.a-btn {
  display: inline-block;
  text-decoration: none;
  max-width: 98% !important;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

@keyframes anime-b {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-15px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}
#sb-part-6.sb-custom-part-mmkkmqemtmijncw5s8 h2 {
  font-size: 24px;
  color: #19a8dc;
  padding: 10px 5px 10px 5px;
  border-top: solid 2px #19a8dc;
  border-bottom: solid 2px #19a8dc;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  background: repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  margin-bottom: 20px;
  line-height: 160%;
}
#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .center-text {
  text-align: center;
  font-size: 13px;
  display: block;
  font-weight: 900;
  color: #ff0004;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b {
  text-align: center;
  animation: anime-b 3s ease infinite;
  box-sizing: border-box;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b a.a-btn {
  display: inline-block;
  text-decoration: none;
  max-width: 98% !important;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

@keyframes anime-b {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-15px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}
#sb-part-6.sb-custom-part-mmklfwwiko8faccqde h2 {
  font-size: 24px;
  color: #19a8dc;
  padding: 10px 5px 10px 5px;
  border-top: solid 2px #19a8dc;
  border-bottom: solid 2px #19a8dc;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  background: repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  margin-bottom: 20px;
  line-height: 160%;
}
#sb-part-3424.sb-custom-part-mmkm99iq9a1nhh8320v .red-text {
  color: #ff0004;
  font-weight: 900;
}

#sb-part-3424.sb-custom-part-mmkm99iq9a1nhh8320v .accordion-001 {
  max-width: 100%;
  background-color: #f2f2f2;
}

#sb-part-3424.sb-custom-part-mmkm99iq9a1nhh8320v .accordion-001:not([open]) {
  margin-bottom: 7px;
}

#sb-part-3424.sb-custom-part-mmkm99iq9a1nhh8320v .accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 15px;
  border-radius: 5px;
  background-color: #2589d0;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

#sb-part-3424.sb-custom-part-mmkm99iq9a1nhh8320v
  .accordion-001
  summary::-webkit-details-marker {
  display: none;
}

#sb-part-3424.sb-custom-part-mmkm99iq9a1nhh8320v .accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 9px;
  height: 9px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  transition: transform 0.3s;
}

#sb-part-3424.sb-custom-part-mmkm99iq9a1nhh8320v
  .accordion-001[open]
  summary::after {
  transform: rotate(225deg);
}

#sb-part-3424.sb-custom-part-mmkm99iq9a1nhh8320v .accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 1em 2em;
  color: #333333;
  transition:
    transform 0.5s,
    opacity 0.5s;
  line-height: 200%;
}

#sb-part-3424.sb-custom-part-mmkm99iq9a1nhh8320v .accordion-001[open] p {
  transform: none;
  opacity: 1;
}
#sb-part-6.sb-custom-part-mmua6m41mt7slerf57 h2 {
  font-size: 24px;
  color: #19a8dc;
  padding: 10px 5px 10px 5px;
  border-top: solid 2px #19a8dc;
  border-bottom: solid 2px #19a8dc;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  background: repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  margin-bottom: 20px;
  line-height: 160%;
}
#sb-part-3424.sb-custom-part-mml8kc2gc54bfw11h8n .red-text {
  color: #ff0004;
  font-weight: 900;
}

#sb-part-3424.sb-custom-part-mml8kc2gc54bfw11h8n .arrow-mark-list {
  border: double 5px #ff9900;
  border-radius: 15px;
  padding: 25px 15px 25px 15px;
  position: relative;
  margin: 0px 0px 40px 0px;
  background-color: #fffef0;
}

#sb-part-3424.sb-custom-part-mml8kc2gc54bfw11h8n .arrow-mark-list li {
  line-height: 150%;
  padding: 0px 10px 0px 20px;
  list-style-type: none !important;
  margin-bottom: 20px;
}

#sb-part-3424.sb-custom-part-mml8kc2gc54bfw11h8n
  .arrow-mark-list
  li:last-child {
  margin-bottom: 0px;
}

#sb-part-3424.sb-custom-part-mml8kc2gc54bfw11h8n .arrow-mark-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  left: 1em;
  color: #ff9900;
  font-weight: 900;
}
#sb-part-18582.sb-custom-part-mmu9v7i480p4q4jzl9y .center-text {
  text-align: center;
  font-size: 13px;
  display: block;
  font-weight: 900;
  color: #ff0004;
}

#sb-part-18582.sb-custom-part-mmu9v7i480p4q4jzl9y .anime-b {
  text-align: center;
  animation: anime-b 3s ease infinite;
  box-sizing: border-box;
}

#sb-part-18582.sb-custom-part-mmu9v7i480p4q4jzl9y .anime-b a.a-btn {
  display: inline-block;
  text-decoration: none;
  max-width: 98% !important;
}

#sb-part-18582.sb-custom-part-mmu9v7i480p4q4jzl9y .anime-b img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

@keyframes anime-b {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-15px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}
#sb-part-6.sb-custom-part-mmua1teiy192enj4sb h2 {
  font-size: 24px;
  color: #19a8dc;
  padding: 10px 5px 10px 5px;
  border-top: solid 2px #19a8dc;
  border-bottom: solid 2px #19a8dc;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  background: repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  margin-bottom: 20px;
  line-height: 160%;
}
#sb-part-18582.sb-custom-part-mmu9v7i480p4q4jzl9y .center-text {
  text-align: center;
  font-size: 13px;
  display: block;
  font-weight: 900;
  color: #ff0004;
}

#sb-part-18582.sb-custom-part-mmu9v7i480p4q4jzl9y .anime-b {
  text-align: center;
  animation: anime-b 3s ease infinite;
  box-sizing: border-box;
}

#sb-part-18582.sb-custom-part-mmu9v7i480p4q4jzl9y .anime-b a.a-btn {
  display: inline-block;
  text-decoration: none;
  max-width: 98% !important;
}

#sb-part-18582.sb-custom-part-mmu9v7i480p4q4jzl9y .anime-b img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

@keyframes anime-b {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-15px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}
#sb-part-6.sb-custom-part-mmkk261ycfxlgu9ft8m h2 {
  font-size: 24px;
  color: #19a8dc;
  padding: 10px 5px 10px 5px;
  border-top: solid 2px #19a8dc;
  border-bottom: solid 2px #19a8dc;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  background: repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  margin-bottom: 20px;
  line-height: 160%;
}
#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .center-text {
  text-align: center;
  font-size: 13px;
  display: block;
  font-weight: 900;
  color: #ff0004;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b {
  text-align: center;
  animation: anime-b 3s ease infinite;
  box-sizing: border-box;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b a.a-btn {
  display: inline-block;
  text-decoration: none;
  max-width: 98% !important;
}

#sb-part-18582.sb-custom-part-mmkkg0dxiggvrgqycep .anime-b img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

@keyframes anime-b {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-15px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}
#sb-part-18529.sb-custom-part-mmkicxlh2evrh7g6mam

/*フッター*/
.footer {
  text-align: center;
  font-size: 14px;
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: auto;
  color: #fff;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-weight: bold;
  background-color: #014c96;
}

#sb-part-18529.sb-custom-part-mmkicxlh2evrh7g6mam .footer a {
  color: #ffffff;
  font-weight: bold;
}

#sb-part-18529.sb-custom-part-mmkicxlh2evrh7g6mam .footer a:hover {
  color: #ffffff;
}
