.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
body {
  --wp--preset--color--black: #000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    #9b51e0 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    #7adcb4 0%,
    #00d082 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    #cf2e2e 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    #eee 0%,
    #a9b8c3 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    #4aeadc 0%,
    #9778d1 20%,
    #cf2aba 40%,
    #ee2c82 60%,
    #fb6962 80%,
    #fef84c 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    #ffceec 0%,
    #9896f0 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    #fecda5 0%,
    #fe2d2d 50%,
    #6b003e 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    #ffcb70 0%,
    #c751c0 50%,
    #4158d0 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    #fff5cb 0%,
    #b6e3d4 50%,
    #33a7b5 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    #caf880 0%,
    #71ce7e 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    #020381 0%,
    #2874fc 100%
  );
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
  display: flex;
}
body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
body .is-layout-flex > * {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}

*,
code {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue,Hiragino Kaku Gothic ProN", sans-serif;
  margin: 0;
  padding: 0;
}
.st-notosans,
.st-notosans * {
  font-family: "Noto Sans JP", sans-serif !important;
}
.st-m1c,
.st-m1c * {
  font-family: "Rounded Mplus 1c", sans-serif !important;
}
main,
article,
aside,
header,
canvas,
details,
figcaption,
figure,
footer,
nav,
section,
summary {
  display: block;
}
html,
body {
  height: 100%;
}
body {
  min-width: 320px;
  word-wrap: break-word;
  background-color: #fafafa;
  counter-reset: stcnt;
}
body.mceContentBody {
  background-color: #fff;
}
.st-hide {
  display: none;
}
hr.hrcss {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.post h4 .point-in i,
.n-entry i,
.p-entry i {
  margin-right: 5px;
}
.hatenamark2:before {
  content: "\f059";
  font-family: FontAwesome;
  margin-right: 7px;
}
.attentionmark2:before {
  content: "\f06a";
  font-family: FontAwesome;
  margin-right: 7px;
}
.usermark2:before {
  content: "\f2bd";
  font-family: FontAwesome;
  margin-right: 7px;
}
.memomark2:before {
  content: "\f044";
  font-family: FontAwesome;
  margin-right: 7px;
}
.checkmark2:before {
  content: "\f058";
  font-family: FontAwesome;
  margin-right: 7px;
}
.bigginermark:before {
  content: "\e910";
  font-family: stsvg;
  margin-right: 7px;
}
.oukanmark:before {
  content: "\e908";
  font-family: stsvg;
  margin-right: 7px;
}
.fa-question-circle,
.fa-check-circle,
.fa-exclamation-triangle,
.fa-exclamation-circle,
.fa-pencil-square-o,
.fa-user,
.st-svg-biggner:before {
  margin-right: 7px;
}
.clip-fonticon .fa-question-circle,
.clip-fonticon .fa-check-circle,
.clip-fonticon .fa-exclamation-triangle,
.clip-fonticon .fa-exclamation-circle,
.clip-fonticon .fa-pencil-square-o,
.clip-fonticon .fa-user,
.clip-fonticon .st-svg-biggner:before {
  margin-right: 0;
}
a {
  color: #4682b4;
}
a:hover {
  color: #b22222;
}
.inline-img img {
  display: inline;
}
.photoline img {
  border: solid 1px #ccc;
}
.st-photohu {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 10px 20px;
  margin-bottom: 20px;
  box-shadow: 0 10px 8px -6px #bebebe;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
}
.st-photohu p.wp-caption-text {
  margin-bottom: -10px;
}
.st-photohu div img {
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
img.size-full,
img.size-large {
  height: auto;
  max-width: 100%;
}
iframe {
  max-width: 100%;
}
.resetwidth img,
.resetwidth video,
.resetwidth object,
.resetwidth iframe {
  max-width: initial;
  display: inline;
}
.wp-caption {
  height: auto;
  max-width: 100%;
}
.st-step-box {
  position: absolute;
  top: -15px;
  left: -5px;
  display: block;
}
.st-step {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 5px 7px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 13px;
  background: #ccc;
  box-sizing: border-box;
  line-height: 18px;
}
.st-step:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #ccc;
  z-index: 0;
}
.st-step .step-arrow {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #70a6ff;
  z-index: 0;
}
.st-step-no {
  font-size: 150%;
  font-weight: 700;
}
.st-step-title {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 10px 10px 10px 65px;
  background: #fff;
  margin-top: 30px;
}
.st-step-title .st-step {
  font-weight: 400;
}
.st-point:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "POINT";
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 50%;
  line-height: 1.5;
  background: #ccc;
  border-radius: 2em;
  width: 4em;
  height: 4em;
}
.st-in-mybox .st-point,
.st-point {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding-left: calc(2em + 20px);
  margin-bottom: 20px;
}
.tuzukicenter {
  text-align: center;
  padding-top: 10px;
}
.tuzuki {
  margin: 0 auto;
  padding: 10px 0;
}
.tuzuki a {
  margin: 5px auto;
  border: 1px solid #ccc;
  padding: 7px 15px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.tuzuki a:hover {
  background: #f3f3f3;
}
.sitename img {
  max-width: 300px;
  margin: 0 auto;
}
.smanone {
  display: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.st-code,
code {
  padding: 2px 4px;
  background: #f3f3f3;
  margin: 2px;
  border-radius: 2px;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
@media print, screen and (max-width: 599px) {
  .sp-center {
    text-align: center;
  }
}
.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.st-youtube {
  position: relative;
  margin-bottom: 20px;
}
.st-youtube .fa-youtube-play {
  font-size: 40px;
  color: #f40000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 8;
}
.st-youtube:hover .fa-youtube-play {
  color: #db0000;
}
#st-player {
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: relative;
}
#tubular-player {
  max-width: none;
}
#playnow {
  position: fixed;
  bottom: 20px;
  left: -3px;
  font-size: 70%;
  background: #d62423;
  color: #fff;
  padding: 2px 10px;
  z-index: 999;
  border-radius: 3px;
}
#playnow a {
  color: #fff;
  text-decoration: none;
}
#playnow .fa-youtube-play {
  margin-right: 5px;
}
.slick-prev,
.slick-next {
  z-index: 9999;
  width: 37px;
  height: 37px;
  opacity: 0.6;
}
.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #424242;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
[dir="rtl"] .slick-prev {
  right: 0;
  left: auto;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: 0;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.85;
}
.slick-prev:before,
.slick-next:before {
  font-size: 12px;
  font-family: FontAwesome;
  color: #fff;
}
.slick-prev:before {
  padding: 10px 15px 10px 11px;
  content: "\f053";
}
.slick-next:before {
  padding: 10px 11px 10px 15px;
  content: "\f054";
}
[dir="rtl"] .slick-prev:before {
  padding: 10px 11px 10px 15px;
  content: "\f054";
}
[dir="rtl"] .slick-next:before {
  padding: 10px 15px 10px 11px;
  content: "\f053";
}
.slick-slide:focus,
.slick-slide a:focus {
  outline: 0;
}
.slider,
.slick-slider {
  visibility: hidden;
  margin-bottom: 30px;
}
.slick-initialized {
  visibility: visible;
}
.slick-slider.slick-dotted {
  padding-bottom: 35px;
  margin-bottom: 10px;
}
.slick-list {
  width: 100%;
}
.slick-track {
  margin-left: 0;
}
.slider.slick-slider .slick-dots {
  display: none !important;
}
.slider.slick-slider.slick-dotted .slick-dots {
  bottom: 0;
  display: block !important;
  margin: 0;
  padding: 0;
  left: 0;
}
.header-post-slider .post-slide {
  position: relative;
}
.header-post-slider .post-slide-image {
  position: relative;
  overflow: hidden;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-post-slider .post-slide-image:before {
  display: block;
  padding-top: 75%;
  width: 100%;
  content: "";
}
@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide-image:before {
    padding-top: 37.73584%;
  }
}
.header-post-slider .post-slide-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-post-slider .post-slide.has-image .post-slide-image img {
  width: auto;
  height: 100%;
}
@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide.has-image .post-slide-image img {
    width: 100%;
    height: auto;
  }
}
.header-post-slider .post-slide-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  color: #fff;
  pointer-events: none;
}
@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide-body {
    right: auto;
    padding: 20px 20px 20px 45px;
    width: 40%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 960px) {
  .header-post-slider .post-slide-body {
    padding: 45px;
  }
}
.header-post-slider .post-slide-body-content,
.header-post-slider .post-slide-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.header-post-slider .post-slide-body-content {
  width: 100%;
}
.header-post-slider .post-slide-text {
  overflow: hidden;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-post-slider.has-cat .post-slide-text {
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide-text {
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 80%,
      rgba(0, 0, 0, 0)
    );
    mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 80%,
      rgba(0, 0, 0, 0)
    );
  }
}
.header-post-slider .post-slide-text .st-catgroup.itiran-category {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  width: 100%;
  text-align: left;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}
@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide-text .st-catgroup.itiran-category {
    overflow: visible;
    margin: 0 0 10px;
    padding: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
@media only screen and (max-width: 599px) {
  .header-post-slider .post-slide-text .st-catgroup.itiran-category {
    padding: 10px;
  }
  .header-post-slider .post-slide-text .st-catgroup.itiran-category .catname {
    font-size: 14px;
  }
}
.header-post-slider .post-slide-text .st-catgroup.itiran-category .catname {
  vertical-align: top;
}
.header-post-slider .post-slide-text .st-catgroup.itiran-category a {
  pointer-events: auto;
}
.header-post-slider .post-slide-title {
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1em;
  line-height: 1.4;
}
.header-post-slider.has-date .post-slide-title {
  padding-bottom: 5px;
}
@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide-title,
  .header-post-slider.has-date .post-slide-title {
    padding: 0;
    background: 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .header-post-slider .post-slide-title {
    font-size: 1.25em;
  }
}
.header-post-slider .post-slide-title a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.header-post-slider .post-slide-title a:hover {
  text-decoration: underline;
}
.header-post-slider .post-slide-date {
  margin: 0;
  padding: 0 10px 10px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1em;
  line-height: 1.4;
}
@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide-date {
    padding: 5px 0 0;
    background: 0 0;
  }
}
.header-post-slider .post-slide-excerpt {
  display: none;
  font-size: 1em;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide-excerpt {
    display: block;
    padding: 10px 0 0;
  }
}
.header-post-slider .post-slide-excerpt p {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
.header-post-slider .post-slide-more {
  display: none;
  margin: 20px 0 0;
}
@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide-more {
    display: block;
  }
}
.header-post-slider .post-slide-more a {
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 10px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
}
.header-post-slider .post-slide-more a:hover {
  background: #fff;
  color: #333;
}
.header-post-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 600px) {
  .header-post-slider.is-wide,
  .header-post-slider.is-wide .slick-list {
    overflow: visible !important;
  }
}
.header-post-slider .slider-item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.content-post-slider .post-slide,
.post-card-list .post-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
}
.content-post-slider .post-slide-image,
.post-card-list .post-card-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 8px;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.content-post-slider .post-slide-image:before,
.post-card-list .post-card-image:before {
  display: block;
  padding-top: 74.25742%;
  width: 100%;
  content: "";
}
.content-post-slider .post-slide-image img,
.post-card-list .post-card-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.content-post-slider .post-slide-image .st-catgroup.itiran-category,
.post-card-list .post-card-image .st-catgroup.itiran-category {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  text-align: left;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0)
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0)
  );
  flex-grow: 1;
  z-index: 1;
}
@media only screen and (max-width: 959px) {
  .post-card-list:not(.is-medium-columns-3)
    .post-card-image
    .st-catgroup.itiran-category {
    top: 5px;
    left: 5px;
  }
  .post-card-list:not(.is-medium-columns-3)
    .post-card-list-item
    .st-catgroup.itiran-category
    .catname {
    font-size: 14px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .post-card-list.is-medium-columns-3
    .post-card-image
    .st-catgroup.itiran-category {
    top: 0;
    left: 0;
  }
  .post-card-list.is-medium-columns-3
    .post-card-list-item
    .st-catgroup.itiran-category
    .catname {
    font-size: 11px;
  }
}
@media only screen and (max-width: 599px) {
  .post-card-list.is-small-columns-2
    .post-card-image
    .st-catgroup.itiran-category {
    top: 0;
    left: 0;
  }
  .post-card-list.is-small-columns-2
    .post-card-list-item
    .st-catgroup.itiran-category
    .catname {
    font-size: 11px;
  }
  .post-card-list.is-small-columns-2 .post-card-list-item .post-card-body {
    padding: 0 10px 10px;
  }
}
@media only screen and (min-width: 600px) {
  .content-post-slider .post-slide-image .st-catgroup.itiran-category,
  .post-card-list .post-card-image .st-catgroup.itiran-category {
    flex-grow: 0;
  }
}
.content-post-slider .post-slide-image .st-catgroup.itiran-category .catname,
.post-card-list .post-card-image .st-catgroup.itiran-category .catname {
  vertical-align: top;
}
.content-post-slider .post-slide-image .st-catgroup.itiran-category a,
.post-card-list .post-card-image .st-catgroup.itiran-category a {
  pointer-events: auto;
}
.post-card-list .st-wppviews-label {
  position: absolute;
  top: 5px;
  left: 5px;
}
.content-post-slider .post-slide-rank {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 8px;
  width: 1em;
  height: 1.75em;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.content-post-slider.slick-slides-to-show-1 .post-slide-rank {
  width: 1.5625em;
  font-size: 2em;
}
.content-post-slider.slick-slides-to-show-2 .post-slide-rank {
  width: 1.25em;
  font-size: 1.25em;
}
.content-post-slider .post-slide-rank:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  border-width: 3.25em 3.5em 0 0;
  border-style: solid;
  border-color: #78909c transparent transparent;
  content: "";
}
.content-post-slider .post-slide-rank-1:before {
  border-color: #c4bf2c transparent transparent;
}
.content-post-slider .post-slide-rank-2:before {
  border-color: #9e9e9e transparent transparent;
}
.content-post-slider .post-slide-rank-3:before {
  border-color: #795548 transparent transparent;
}
.content-post-slider .post-slide-body,
.post-card-list .post-card-body {
  padding: 0 10px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.content-post-slider .post-slide-text,
.post-card-list .post-card-text {
  position: relative;
  overflow: hidden;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.content-post-slider.slick-slides-to-show-1.has-excerpt .post-slide-text {
  height: calc((1em * 1.4 + 5px) + (1em * 1.4 * 3));
}
.content-post-slider.slick-slides-to-show-2.has-excerpt .post-slide-text {
  height: calc((1em * 1.4 + 5px) + (1em * 1.4 * 3));
}
.content-post-slider.slick-slides-to-show-3.has-excerpt .post-slide-text {
  height: calc((1em * 1.4 + 5px) + (1em * 1.4 * 4));
}
.post-card-list.is-small-columns-1.has-excerpt .post-card-text {
  max-height: calc((1em * 1.4 + 5px) + (1em * 1.4 + 10px) + (1em * 1.4 * 4));
}
.post-card-list.is-small-columns-2.has-excerpt .post-card-text {
  max-height: calc((1em * 1.4 + 5px) + (1em * 1.4 * 3));
}
.post-card-list.is-small-columns-3.has-excerpt .post-card-text {
  max-height: calc((1em * 1.4 + 5px) + (1em * 1.4 * 4));
}
@media only screen and (min-width: 960px) {
  .content-post-slider.slick-slides-to-show-1.has-excerpt .post-slide-text {
    height: calc((1em * 1.4 + 5px) + (0.8em * 1.4 * 3));
  }
  .content-post-slider.slick-slides-to-show-2.has-excerpt .post-slide-text {
    height: calc((1em * 1.4 + 5px) + (0.8em * 1.4 * 3));
  }
  .content-post-slider.slick-slides-to-show-3.has-excerpt .post-slide-text {
    height: calc((1em * 1.4 + 5px) + (0.8em * 1.4 * 4));
  }
  .post-card-list.is-large-columns-1.has-excerpt .post-card-text {
    min-height: calc((1em * 1.4 + 5px) + (0.8em * 1.4 * 3));
  }
  .post-card-list.is-large-columns-2.has-excerpt .post-card-text {
    max-height: calc((1em * 1.4 + 5px) + (0.8em * 1.4 * 3));
  }
  .post-card-list.is-large-columns-3.has-excerpt .post-card-text {
    max-height: calc((1em * 1.4 + 5px) + (0.8em * 1.4 * 4));
  }
}
.content-post-slider .post-slide-title,
.post-card-list .post-card-title {
  margin-bottom: 5px;
  text-align: center;
  font-size: 1em;
  line-height: 1.4;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.post-card-list
  .post-card-title:not(.st-css-no):not(.st-matome):not(.rankh5):not(.point):not(
    .st-cardbox-t
  ):not(.popular-t):not(.kanren-t):not(.popular-t) {
  padding: 0 !important;
  border-bottom: 0;
  background: 0 0;
  color: inherit;
  text-align: left;
}
.content-post-slider .post-slide-title a,
.post-card-list .post-card-title a {
  color: #333;
  text-decoration: none;
  font-weight: 700;
}
#st-header-under-widgets-box .slider,
#st-header-under-widgets-box .slick-slider {
  margin-bottom: 10px;
}
#st-header-under-widgets-box .content-post-slider .post-slide-title {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.4;
}
#st-header-under-widgets-box .slick-slider.slick-dotted {
  padding-top: 10px;
}
.content-post-slider .post-slide-date,
.post-card-list .post-card-date {
  margin: 0 0 10px;
  text-align: center;
  font-size: 1em;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 999;
  color: #fff;
}
.post-card-date .fa,
.post-slide-date .fa {
  margin-right: 5px;
}
@media only screen and (min-width: 960px) {
  .content-post-slider .post-slide-date,
  .post-card-list .post-card-date {
    font-size: 0.8em;
  }
}
.content-post-slider .post-slide-excerpt,
.post-card-list .post-card-excerpt {
  overflow: hidden;
  font-size: 1em;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  color: #616161;
  text-align: left;
}
.content-post-slider.slick-slides-to-show-1 .post-slide-excerpt {
  height: calc(1em * 1.4 * 3);
}
.content-post-slider.slick-slides-to-show-2 .post-slide-excerpt {
  height: calc(1em * 1.4 * 3);
}
.content-post-slider.slick-slides-to-show-3 .post-slide-excerpt {
  height: calc(1em * 1.4 * 4);
}
@media only screen and (min-width: 960px) {
  .content-post-slider .post-slide-excerpt,
  .post-card-list .post-card-excerpt {
    font-size: 0.8em;
  }
  .content-post-slider.slick-slides-to-show-1 .post-slide-excerpt {
    height: calc(0.8em * 1.4 * 3);
  }
  .content-post-slider.slick-slides-to-show-2 .post-slide-excerpt {
    height: calc(0.8em * 1.4 * 3);
  }
  .content-post-slider.slick-slides-to-show-3 .post-slide-excerpt {
    height: calc(0.8em * 1.4 * 4);
  }
}
.content-post-slider .post-slide-excerpt:after,
.post-card-list .post-card-excerpt:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: calc(1em * 1.4 * 1 + 0.25em);
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  content: "";
}
.content-post-slider .post-slide-excerpt p,
.post-card-list .post-card-excerpt p {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
}
.content-post-slider .post-slide-more {
  margin: 15px 0 0;
  text-align: center;
}
.content-post-slider .post-slide-more a {
  display: block;
  box-sizing: border-box;
  padding: 6px 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #757575;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
}
@media only screen and (min-width: 600px) {
  .content-post-slider .post-slide-more a {
    display: inline-block;
  }
}
.content-post-slider .post-slide-more a:hover {
  background: #f3f3f3;
}
.content-post-slider,
.post-card-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  width: calc(100% + 16px);
}
@media only screen and (max-width: 599px) {
  .content-post-slider.is-center-mode {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.content-post-slider {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-card-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: -8px;
  margin-bottom: -8px;
}
.content-post-slider .slider-item {
  margin: 0 8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.post-card-list .post-card-list-item.st-infeed-adunit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.st-infeed-adunit .custom-html-widget {
  width: 100%;
  align-self: flex-start;
}
.post-card-list .post-card-list-item,
.post-card-list.is-small-columns-1 .post-card-list-item {
  margin: 8px;
  width: calc(100% - 16px);
}
.post-card-list.is-small-columns-2 .post-card-list-item {
  width: calc(50% - 16px);
}
.post-card-list.is-small-columns-3 .post-card-list-item {
  width: calc(33.33333% - 16px);
}
@media only screen and (min-width: 600px) {
  .post-card-list.is-medium-columns-1 .post-card-list-item {
    width: 100%;
  }
  .post-card-list.is-medium-columns-2 .post-card-list-item {
    width: calc(50% - 16px);
  }
  .post-card-list.is-medium-columns-3 .post-card-list-item {
    width: calc(33.33333% - 16px);
  }
}
@media only screen and (min-width: 960px) {
  .post-card-list.is-large-columns-1 .post-card-list-item {
    width: 100%;
  }
  .post-card-list.is-large-columns-2 .post-card-list-item {
    width: calc(50% - 16px);
  }
  .post-card-list.is-large-columns-3 .post-card-list-item {
    width: calc(33.33333% - 16px);
  }
}
.content-post-slider .slick-next {
  right: 8px;
}
.content-post-slider .slick-prev {
  left: 8px;
}
@media only screen and (max-width: 599px) {
  .content-post-slider.is-center-mode .slick-next {
    right: 0;
  }
  .content-post-slider.is-center-mode .slick-prev {
    left: 0;
  }
}
.st-slider-img .post-slide-body,
.widget_text.top-content.widget_st_custom_html_widget
  .post-card-list
  .post-card-body {
  display: none;
}
.st-slider-img .post-slide {
  background-color: transparent;
}
#st-header-under-widgets-box .content-post-slider .post-slide-body {
  padding-right: 8px;
  padding-left: 8px;
}
@media only screen and (min-width: 1076px) {
  #st-header-under-widgets-box .content-post-slider .post-slide-body {
    padding-right: 8px;
    padding-left: 8px;
  }
}
#st-header .slick-slider {
  margin-bottom: 0;
}
#st-header-under-widgets-box {
  margin: 0 auto;
}
a.st-flexbox-link,
a.st-flexbox-link:visited {
  text-decoration: none;
  color: inherit;
}
.st-header-flexwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.st-header-flexwrap.st-blur:before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  filter: blur(5px);
  transition: filter 0.3s ease;
  z-index: -1;
}
.st-header-flexwrap.st-blur:hover:before {
  filter: blur(0);
}
.st-header-flexbox {
  text-align: center;
  width: 80%;
}
.st-header-flexbox p:last-child {
  margin-bottom: 0;
}
.st-header-flextitle {
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 10px;
}
.st-header-flextitle .fa {
  margin-right: 7px;
}
.st-header-flexwrap.st-flexbox-left {
  display: flex;
  justify-content: flex-start;
}
.st-header-flexwrap.st-flexbox-left .st-header-flexbox {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
p,
.st-kaiwa-hukidashi,
.st-kaiwa-hukidashi2,
.yellowbox,
.graybox,
.redbox,
#topnews .clearfix dd p,
.post ul li,
.post ol li,
#comments #respond,
#comments h4,
.post h5,
.post h6 {
  font-size: 18px;
  line-height: 30px;
}
.entry-title:not(.st-css-no2),
.post .entry-title:not(.st-css-no2) {
  font-size: 22px;
  line-height: 35px;
}
h2:not(.st-css-no2),
.h2modoki {
  font-size: 20px;
  line-height: 27px;
}
.post h3:not(.st-css-no2):not(.rankh3):not(#reply-title),
.h3modoki,
.st-step-title {
  font-size: 19px;
  line-height: 27px;
}
.post h4:not(.st-css-no2):not(.point):not(.rankh4),
.h4modoki {
  font-size: 17px;
  line-height: 26px;
}
p,
.post h5 {
  margin-bottom: 20px;
}
header h1 {
  margin-top: 0;
}
header .descr.sitenametop,
header .sitename.sitenametop {
  margin-bottom: 5px;
  padding-top: 5px;
}
header .descr.sitename-only,
header .sitename.sitename-only {
  padding-top: 5px;
}
#headbox img.sitename-only-img {
  margin-bottom: 5px;
  padding-top: 5px;
}
#headbox img.sitename-bottom {
  margin-bottom: 5px;
}
header .sitename {
  font-size: 22px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
header .sitename a {
  color: #333;
  text-decoration: none;
  font-weight: 700;
}
header h1 {
  font-size: 12px;
  font-weight: 400;
}
header .descr {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
.post .st-catgroup {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 5px 0 10px;
}
.catname {
  font-size: 13px;
  line-height: 1em;
  color: #1a1a1a;
  display: inline-block;
  white-space: nowrap;
  padding: 8px;
  margin-top: 5px;
  border-radius: 2px;
  text-decoration: none;
  background: #f3f3f3;
}
.post .st-catgroup a {
  text-decoration: none;
  color: #000;
}
p.itiran-category {
  margin-bottom: 0;
}
.post .st-catgroup.itiran-category {
  padding: 0 0 5px;
}
.st-catgroup.itiran-category .catname {
  font-size: 11px;
  margin: 0 0 5px;
  padding: 6px;
}
.st-post .st-catgroup.itiran-category .catname,
.st-page .st-catgroup.itiran-category .catname {
  margin-bottom: 5px;
}
.st-wppviews-label {
  position: relative;
}
.st-wppviews-label .wpp-views {
  white-space: nowrap;
  position: absolute;
  top: -1px;
  left: -1px;
  color: #fff;
  z-index: 200;
  font-size: 70%;
  background: #000;
  padding: 3px 7px;
  border-radius: 5px 0;
}
.st-wppviews-label .wpp-views-limit {
  white-space: nowrap;
  position: absolute;
  top: -1px;
  left: -1px;
  color: #fff;
  z-index: 200;
  font-size: 70%;
  background: #bcb72f !important;
  padding: 3px 7px;
  border-radius: 5px 0;
}
.st-wppviews-label .wpp-text {
  font-size: 60%;
  margin-left: 3px;
}
.st-cardbox-label-text .wpp-text {
  font-size: 80%;
  margin-left: 3px;
}
.post-card .st-wppviews-label .wpp-views {
  font-size: 90%;
}
.post .st-wpp-views-widgets ul {
  padding: 0;
  margin: 0;
}
.blog_info .fa {
  margin-right: 5px;
}
.entry-title:not(.st-css-no2),
.post .entry-title:not(.st-css-no2) {
  color: #333;
  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}
#st-page .entry-title:not(.st-css-no2) {
  margin-bottom: 20px;
}
.entry-title:not(.st-css-no2) a:hover {
  text-decoration: underline;
}
.entry-title:not(.st-css-no2) a {
  color: #333;
  text-decoration: none;
}
h1:not(.st-css-no2) {
  margin: 0;
  padding: 0;
}
h2:not(.st-css-no2),
.h2modoki {
  background: #f3f3f3;
  color: #1a1a1a;
  margin: 20px 0;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.post h3:not(.st-css-no2):not(.rankh3):not(#reply-title),
.h3modoki {
  background: #f3f3f3;
  color: #1a1a1a;
  margin: 20px 0;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
h3:not(.st-css-no2) a {
  color: #333;
  text-decoration: none;
}
dd h3:not(.st-css-no2) {
  line-height: 20px;
}
dd h3:not(.st-css-no2) a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
}
.post h4:not(.st-css-no2):not(.point):not(.rankh4),
.h4modoki {
  padding: 10px 15px;
  margin: 20px 0;
  background-color: #f3f3f3;
}
.h2modoki,
.h3modoki,
.h4modoki,
.h5modoki,
.st-step-title {
  font-weight: 700;
}
.post .amazonjs_info h4 {
  background-color: transparent !important;
  background-image: none !important;
  margin-bottom: 10px !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.post .amazonjs_info h4:before,
.post .amazonjs_info h4:after {
  border: none !important;
}
.post h5:not(.st-css-no2).kanren-t {
  margin-bottom: 5px;
}
.post h6:not(.st-css-no2) {
  margin-bottom: 10px;
  font-weight: 700;
}
.wp-caption-text a,
.wp-caption-text {
  font-size: 12px;
  color: #757575;
  line-height: 1.4;
}
.n-entry-t {
  margin-bottom: 30px;
  position: relative;
  border-bottom: solid 1px #f3f3f3;
  background-color: transparent;
  margin-top: 41px;
}
.n-entry {
  padding: 5px 15px;
  max-width: 80%;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 700;
  background: #f3f3f3;
  color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
}
aside h4:not(.st-css-no2),
#side aside h4:not(.st-css-no2),
.st-widgets-title:not(.st-css-no2) {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 15px;
}
.screen-reader-text {
  display: none;
}
#side .widget_recent_entries ul li,
#side .widget_recent_comments ul li,
#side .widget_meta ul li,
#side .widget_archive ul li {
  padding-bottom: 3px;
}
#side li.page_item:not(.menu-item) {
  vertical-align: middle;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px dotted #ccc;
}
#side li.page_item:not(.menu-item) li {
  border: none;
}
#side li.page_item:not(.menu-item) a {
  color: #1a1a1a;
  text-decoration: none;
}
#side li.page_item:not(.menu-item) a:hover {
  color: #ccc;
}
.post h4.point {
  margin-bottom: 30px;
  position: relative;
  border-bottom: solid 1px #f3f3f3;
  background-color: transparent;
  margin-top: 61px;
}
.post h4 .point-in {
  padding: 5px 15px;
  max-width: 80%;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 700;
  background: #f3f3f3;
  color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
}
.cat-itiran p.point {
  background-color: transparent;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 40px;
  padding: 20px 15px 10px;
  position: relative;
}
.cat-itiran p.point .point-in {
  background: #f3f3f3 none repeat scroll 0 0;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  left: 0;
  margin: 0;
  padding: 3px 20px;
  position: absolute;
  top: 15px;
}
.cat-itiran h3 {
  border: none;
}
.blogbox p {
  font-size: 14px;
  margin: 0;
  color: #ccc;
  line-height: 18px;
}
.blogbox {
  margin-bottom: 10px;
  padding: 0;
}
.tagst {
  font-size: 13px;
  color: #ccc;
  padding: 10px 0 0;
}
.no-thumbitiran {
  margin-bottom: 20px;
}
.kanren .no-thumbitiran h3 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
  padding: 5px 0 0;
}
.no-thumbitiran h3 a {
  color: #4682b4;
}
.no-thumbitiran h5 a {
  color: #1a1a1a;
  text-decoration: none;
}
.no-thumbitiran h3 a:hover,
.no-thumbitiran h5 a:hover {
  color: #b22222;
}
.no-thumbitiran p {
  color: #616161;
}
.no-thumbitiran .blog_info p {
  font-size: 12px;
  margin: 0;
  color: #666;
  line-height: 18px;
}
.no-thumbitiran .blog_info {
  margin-bottom: 0;
  padding: 5px 0;
}
.post blockquote {
  background-color: #f3f3f3;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAP1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////9Du/pqAAAAFXRSTlMAs6d1iH6fmmwwrYNiVk05EQsGRSeq7Bs7AAAAh0lEQVRIx+3Ruw7DIAyFYR+XQsg9ad//WWuEKpMFq1sj+Zv+AQ/Y5Jy7lRzi/u13SAeZBgBzzbP0QoYjQPClDROKx6X7VoiYtZN018llYtdO0n0bxNZ0JssMIDabS2Samu8G6YFMSW9C0bqJPhuZ+SU9avcwqqc0Cvsu8JEfRwKqpemVnPtTH5F+A3YQzdiyAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 20px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ccc;
}
.huto {
  font-weight: 700;
}
.hutoaka {
  font-weight: 700;
  color: #f33;
}
.st-aka {
  color: #f33;
}
.maru {
  border-radius: 5px;
}
.noborder {
  border: none;
}
.oomozi {
  font-size: 150%;
  line-height: 1.4;
  font-weight: 700;
}
.komozi {
  font-size: 80% !important;
  line-height: 1.5 !important;
}
.ymarker,
.ymarker-s,
.gmarker,
.gmarker-s,
.rmarker,
.rmarker-s,
.bmarker,
.bmarker-s {
  font-weight: 700;
}
.ymarker {
  background: #fff9c4;
}
.ymarker-s {
  background: linear-gradient(transparent 70%, #fff9c4 0%);
}
.gmarker {
  background: #eee;
}
.gmarker-s {
  background: linear-gradient(transparent 70%, #eee 0%);
}
.rmarker {
  background: #ffcdd2;
}
.rmarker-s {
  background: linear-gradient(transparent 70%, #ffcdd2 0%);
}
.bmarker {
  background: #e1f5fe;
}
.bmarker-s {
  background: linear-gradient(transparent 70%, #e1f5fe 0%);
}
.yellowbox {
  padding: 20px;
  background-color: #ffffe0;
  margin-bottom: 20px;
}
.yellowbox:not(.noborder) {
  border: solid 1px #fffacd;
}
.redbox {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #ffebee;
}
.redbox:not(.noborder) {
  border: solid 1px #ef5350;
}
.graybox {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fafafa;
}
.graybox:not(.noborder) {
  border: solid 1px #ccc;
}
.post .yellowbox .maruck,
.post .yellowbox .maruno,
.post .yellowbox p:last-child,
.post .yellowbox ol:last-child,
.post .yellowbox ul:not(.toc_list):not(.st_toc_list):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .graybox .maruck,
.post .graybox .maruno,
.post .graybox p:last-child,
.post .graybox ol:last-child,
.post .graybox ul:not(.toc_list):not(.st_toc_list):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .redbox .maruck,
.post .redbox .maruno,
.post .redbox p:last-child,
.post .redbox ol:last-child,
.post .redbox ul:not(.toc_list):not(.st_toc_list):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .freebox .maruck,
.post .freebox .maruno,
.post .st-mybox .maruck,
.post .st-mybox .maruno {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 10px;
}
.post .freebox ul:not(.toc_list):not(.st_toc_list):last-child,
.post .st-mybox ul:not(.toc_list):not(.st_toc_list):last-child,
.post .freebox ol:last-child,
.post .st-mybox ol:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.inyoumodoki {
  background-color: #f3f3f3;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAP1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////9Du/pqAAAAFXRSTlMAs6d1iH6fmmwwrYNiVk05EQsGRSeq7Bs7AAAAh0lEQVRIx+3Ruw7DIAyFYR+XQsg9ad//WWuEKpMFq1sj+Zv+AQ/Y5Jy7lRzi/u13SAeZBgBzzbP0QoYjQPClDROKx6X7VoiYtZN018llYtdO0n0bxNZ0JssMIDabS2Samu8G6YFMSW9C0bqJPhuZ+SU9avcwqqc0Cvsu8JEfRwKqpemVnPtTH5F+A3YQzdiyAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 20px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ccc;
}
.post .inyoumodoki p:last-child,
.post .inyoumodoki ol:last-child,
.post .inyoumodoki ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sankou {
  font-size: 70%;
  background-color: #f57c00;
  color: #fff;
  padding: 3px 4px;
  margin: 0 5px;
  white-space: nowrap;
}
.sankou.green {
  background-color: #4caf50;
}
.sankou.blue {
  background-color: #2196f3;
}
.st-hisu {
  font-size: 70%;
  background-color: red;
  color: #fff;
  padding: 3px 4px;
  margin: 0 5px;
  white-space: nowrap;
}
.dotline {
  border-bottom: 1px dotted #212121;
}
.dotliner {
  border-bottom: 1px dotted red;
}
.dotline-s {
  border-bottom: 1px solid #212121;
}
.dotline-sr {
  border-bottom: 1px solid red;
}
.st-down {
  position: relative;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top-color: #999;
  color: #999;
  margin: 0 auto;
}
.st-down:after {
  position: absolute;
  content: "";
  top: -32px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: #999;
}
.st-triangle-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #ccc;
  margin: 0 auto 20px;
}
.st-shake {
  display: inline-block;
  animation: beatshake 0.2s infinite;
}
@keyframes beatshake {
  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);
  }
}
.st-marquee {
  width: calc(100% - 20px);
  padding: 10px 0;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
.st-marquee p {
  padding-left: 100%;
  white-space: nowrap;
  display: inline-block;
  animation-name: marquee;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes marquee {
  from {
    transform: translate(0%);
  }
  to {
    transform: translate(-100%);
  }
}
.pagelist-box .kanrenh4 {
  background-color: #fff;
}
.pagelist-box .st-childlink {
  padding: 20px 0;
}
.post .pagelist-box .st-childlink .kopage-t {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 26px;
}
.y-star,
.w-star {
  font-size: 90% !important;
  margin: 0;
}
.y-star .fa-star,
.w-star .fa-star-half-o,
.w-star .fa-star-o {
  color: #ffb400;
}
.pop-box {
  position: relative;
  border-top: solid 1px #feb20a;
  padding: 20px 20px 10px;
  margin-bottom: 10px;
}
.pop-box.kanren {
  margin-top: 40px;
}
.pop-box.st-wpp-views-widgets {
  margin-top: 20px;
}
.kanren.pop-box dl:last-child {
  margin-bottom: 0;
}
.p-entry {
  padding: 5px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  background: #feb20a;
  color: #fff;
  position: absolute;
  top: -11px;
  left: 0;
  max-width: 80%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
}
.p-entry:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-style: solid;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #5462ab;
  border-left: 5px solid #5462ab;
  z-index: 9999;
}
.post .p-entry-t,
#side .p-entry-t,
.home-post .p-entry-t {
  margin-bottom: 30px;
}
#footer .pop-box:not(.st-wpp-views-widgets) {
  padding: 0;
}
#footer .pop-box,
.nowhits .pop-box,
#footer .nowhits-eye .pop-box,
#footer .st-eyecatch + .nowhits .pop-box {
  border-top: none;
  background-color: transparent;
}
#footer .pop-box.kanren {
  margin-top: 0;
}
#footer .p-entry {
  top: 0;
  left: 0;
}
#footer .p-entry:after {
  content: none;
}
.nowhits .pop-box {
  position: relative;
  margin: -20px 0 20px;
  border-top: solid 1px #feb20a;
  padding: 20px 15px 10px;
}
.nowhits-eye .pop-box {
  position: relative;
  margin: -25px 0 20px;
  border-top: solid 1px #feb20a;
  padding: 20px 15px 10px;
}
.category .p-entry,
.nowhits .p-entry {
  padding: 3px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  background: #feb20a;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.category .p-entry:after,
.nowhits .p-entry:after {
  content: none;
}
.nowhits.noheader .p-entry {
  top: 0;
  left: 0;
}
.category .p-entry-t,
.nowhits.noheader .p-entry-t {
  margin-bottom: 40px;
}
.poprank-no2 {
  background: #feb20a;
  min-width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 80%;
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
}
.poprank {
  position: relative;
}
.poprank-no {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 80%;
  background: #feb20a;
  color: #fff;
  font-weight: 700;
  z-index: 9999;
}
.st-pvm-ranking-body .smanone.st-excerpt p {
  font-size: 80%;
  line-height: 1.7;
  color: #616161;
}
#footer .footerlogo {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}
#footer p {
  font-size: 12px;
  margin-bottom: 5px;
}
#footer .footerlogo img {
  max-width: 300px;
  margin: 0 auto 10px;
  text-align: center;
}
#footer a {
  text-decoration: none;
  color: #212121;
}
#footer a:hover {
  color: #b22222;
}
#footer .copy,
#footer .rcopy {
  font-size: 12px;
  color: #999;
  line-height: 18px;
  padding: 20px 10px 0;
}
#footer .copy a,
#footer .rcopy a {
  font-size: 12px;
  color: #999;
  line-height: 18px;
}
footer h4 a {
  color: #666;
  text-decoration: none;
}
.head-telno a,
footer .head-telno a {
  font-family: Lato, sans-serif;
}
footer .head-telno a {
  font-size: 25px;
  padding: 5px 10px;
  text-align: center;
}
.headbox,
.headbox p {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
#footer-ad {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.ad {
  margin: 0;
}
.ad > * {
  margin-bottom: 10px;
}
.ad > a.st-originallink,
.ad > a.st-formbtnlink {
  display: block;
}
.st-widgets-box > * {
  margin-bottom: 20px;
}
.widget_st_categories_widget .cat-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget_st_categories_widget .children {
  margin: 0;
  padding: 0;
}
.widget_st_categories_widget .children .cat-item {
  padding-left: 10px;
}
.widget_st_categories_widget .children .cat-item .cat-item {
  list-style-type: none;
  margin: 0;
}
.widget_st_categories_widget .cat-item a:after {
  content: " \f105";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
}
.widget_st_categories_widget .cat-item a {
  position: relative;
  vertical-align: middle;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
  color: #1a1a1a;
  text-decoration: none;
  display: block;
}
.widget_st_categories_widget .cat-item a:hover {
  opacity: 0.5;
}
.widget_st_categories_widget .cat-item.has-thumbnail a,
#side .widget_categories .cat-item.has-thumbnail a {
  display: flex;
  align-items: center;
  padding-right: 25px;
}
.widget_st_categories_widget .cat-item.has-thumbnail img,
#side .widget_categories .cat-item.has-thumbnail img {
  width: 2em;
  margin-right: 10px;
}
.widget_st_categories_widget .cat-item.has-thumbnail a:after,
#side .widget_categories .cat-item.has-thumbnail a:after {
  top: 50%;
  transform: translate(0, -50%);
}
.post .widget_st_categories_widget ul:not(.toc_list):not(.st_toc_list) {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 600px) {
  .st-widget-cat-2colum .widget_st_categories_widget > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .st-widget-cat-2colum .widget_st_categories_widget > ul > li {
    width: 50%;
    box-sizing: border-box;
  }
  .st-widget-cat-2colum .widget_st_categories_widget .children {
    display: none;
  }
}
.footer-r {
  text-align: left;
  margin-bottom: 20px;
}
footer .widget_st_categories_widget ul {
  padding-left: 0;
}
footer .widget_tag_cloud,
footer .widget_st_categories_widget {
  margin-bottom: 20px;
}
.top-wbox-t > * {
  margin-bottom: 20px;
}
.top-wbox-u {
  padding: 10px 0 0;
}
.top-wbox-u > * {
  margin-bottom: 20px;
}
#topnews dd h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
#topnews dt {
  float: left;
  width: 100px;
}
#topnews dt img {
  width: 100%;
}
#topnews dd {
  padding-left: 110px;
}
#topnews dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
}
#topnews dl:first-child {
  padding-top: 20px;
}
#topnews dl:last-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-style: none;
}
#topnews .clearfix dd h5 {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 5px;
}
#topnews .clearfix dd p {
  color: #666;
}
#topnews .clearfix dd h5 a {
  color: #333;
  text-decoration: none;
}
.kanren .blog_info p {
  margin: 0 0 5px;
}
#side .kanren .blog_info p {
  margin: 0 0 3px;
}
.kanren h3 {
  margin: 0 0 3px;
}
.kanren h3 a,
.post .kanren h3 a {
  color: #1a1a1a;
}
.post .kanren h5 {
  margin-bottom: 10px;
}
.blog_info p a {
  color: #666;
  text-decoration: none;
}
#topnews .clearfix dd .blog_info p {
  font-size: 12px;
}
.pc-kizi-top-box {
  margin-bottom: 20px;
}
.st-widgets-box {
  margin-bottom: 20px;
}
.kanren {
  padding-top: 20px;
  margin-top: 20px;
}
.category .kanren:not(.st-cardbox) {
  padding-top: 0;
  margin-top: 0;
}
aside .kanren {
  padding-top: 20px;
  margin-top: 0;
}
.kadomaru img {
  border-radius: 100px;
}
.kanren.pop-box h5,
#side .kanren.pop-box h5 {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 10px;
}
.kanren.pop-box dd h5:not(.st-css-no2),
#side .kanren.pop-box dd h5:not(.st-css-no2) {
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  padding: 0;
  margin-bottom: 5px;
}
.kanren dt {
  float: left;
  width: 100px;
}
.kanren dt img {
  width: 100px;
}
.kanren dd {
  padding-left: 115px;
}
.kanren dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f3f3f3;
}
.kanren dl p {
  margin-bottom: 0;
}
.kanren dl:last-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-style: none;
}
.kanren:not(.st-cardbox) .clearfix dd p {
  font-size: 13px;
  color: #616161;
  line-height: 18px;
}
.kanren .clearfix dd h5 a {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  text-decoration: none;
  padding: 0;
}
.kanren .clearfix dd h5 a:hover {
  color: #b22222;
}
.kanren-rank-label {
  position: relative;
}
.kanren .kanren-no {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #78909c;
  font-size: 80%;
  font-weight: 700;
  color: #fff;
}
.kanren.kadomaru .kanren-no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  padding: 0;
  min-width: 2.15em;
  min-height: 2.15em;
  border-radius: 100%;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.kanren .kanren-rank1 {
  background: #c4bf2c;
}
.kanren .kanren-rank2 {
  background: #9e9e9e;
}
.kanren .kanren-rank3 {
  background: #795548;
}
.st-author-box .fa {
  margin-right: 4px;
}
ul#st-tab-menu,
.post ul#st-tab-menu {
  margin: 0;
  padding: 0;
}
#st-tab-menu {
  list-style: none;
}
#st-tab-menu li {
  display: inline-block;
  padding: 5px 10px !important;
  background: #eee;
  cursor: pointer;
  font-size: 90%;
  font-weight: 700;
}
#st-tab-menu li.active {
  background: #000;
  color: #fff;
}
#st-tab-box {
  padding: 15px;
  border: 1px solid #000;
  margin-bottom: 20px;
  background: #fff;
}
#st-tab-box p {
  font-size: 90%;
  line-height: 1.5;
}
.st-author-master #st-tab-box {
  margin-bottom: 0;
}
#st-tab-box div {
  display: none;
}
#st-tab-box div.active {
  display: block;
}
#st-tab-box div dt {
  float: left;
  width: 80px;
}
#st-tab-box div dd {
  padding-left: 100px;
}
#st-tab-box p.st-author-post,
.post #st-tab-box p.st-author-post {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
#st-tab-box p.st-author-post a,
.post #st-tab-box p.st-author-post a {
  text-decoration: none;
  font-weight: 700;
  color: #1a1a1a;
}
.st-author-date {
  margin: 0;
  color: #ccc;
  font-size: 80%;
  line-height: 1.5;
}
.st-author-nickname {
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #1a1a1a;
}
.st-author-sns,
.st-author-homepage {
  margin-bottom: 0;
}
.st-author-sns .fa {
  font-size: 200%;
}
.st-author-sns a,
.st-author-homepage a {
  text-decoration: none;
}
a.st-author-twitter {
  color: #55acee;
  white-space: nowrap;
}
a.st-author-facebook {
  color: #3b5998;
  white-space: nowrap;
}
a.st-author-instagram {
  color: #1a1a1a;
  white-space: nowrap;
}
a.st-author-homepage {
  font-size: 90%;
}
.st-author-archive {
  text-align: right;
  padding-top: 10px;
  margin: 0;
}
#side aside ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#side aside .children li {
  padding-left: 10px;
}
#side aside ul li ul li {
  list-style-type: none;
  margin: 0;
}
#side aside .sub-menu {
  padding-left: 10px;
}
#side aside #mybox ul li ul li {
  font-size: 14px;
  line-height: 24px;
}
#side aside .kanren {
  padding-top: 10px;
}
.fa-rss-square {
  margin-right: 10px;
}
.rssbox a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #1a1a1a;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
#scrollad {
  padding: 20px 0;
}
#sidebg {
  background: #f3f3f3;
  box-sizing: border-box;
}
#side aside .st-pagelists ul {
  padding: 0;
}
#side aside .st-pagelists .sub-menu {
  padding: 0;
}
#side aside .st-pagelists .fa {
  margin-right: 5px;
}
#side aside .st-pagelists ul li {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#side aside .st-pagelists ul .sub-menu li {
  border: none;
}
#side aside .st-pagelists ul li:last-child {
  border-bottom: 1px solid #ccc;
}
#side aside .st-pagelists ul .sub-menu li:first-child {
  border-top: 1px solid #ccc;
}
#side aside .st-pagelists ul li li:last-child {
  border: none;
}
#side aside .st-pagelists ul .sub-menu .sub-menu li {
  border: none;
  padding-left: 15px;
}
#side aside .st-pagelists ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#side aside .st-pagelists ul li a {
  text-decoration: none;
  padding: 10px 15px;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  background: #ccc;
  background: -webkit-linear-gradient(#fff 0%, #f3f3f3 100%);
  background: linear-gradient(#fff 0%, #f3f3f3 100%);
}
#side aside .st-pagelists .sub-menu a {
  text-decoration: none;
  padding: 10px 10px 10px 15px;
  background: 0 0;
  color: #000;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
}
#side aside .st-pagelists .sub-menu a:hover {
  color: red;
}
#side aside .st-pagelists .sub-menu .sub-menu a {
  text-decoration: none;
  padding: 10px 10px 10px 20px;
  background: 0 0;
  background-repeat: no-repeat;
  background-position: left center;
  color: #000;
  border: none;
  margin-bottom: 0;
}
#side aside .st-pagelists .sub-menu .sub-menu a:hover {
  color: red;
}
.tagcloud {
  margin-bottom: 20px;
}
.tagcloud a {
  font-size: 13px !important;
  line-height: 1em;
  color: #1a1a1a;
  display: inline-block;
  border: 1px #757575 solid;
  white-space: nowrap;
  padding: 10px;
  margin: 3px 3px 5px;
  border-radius: 4px;
  text-decoration: none;
  box-sizing: border-box;
}
.st-formbtn {
  vertical-align: middle;
  background: #616161;
  padding: 10px 15px;
  margin-bottom: 0;
}
.st-formbtnlink .fa {
  margin: 0 !important;
  padding: 0 !important;
}
.st-originalbtn-l {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.st-originalbtn-r {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}
.originalbtn-bold {
  font-weight: 700;
}
a.st-formbtnlink {
  color: #fff;
  text-decoration: none;
}
.st-originalbtn {
  vertical-align: middle;
  background: #616161;
  padding: 12px 15px;
  margin-bottom: 0;
}
.st-originalbtn .fa-question-circle,
.st-originalbtn .fa-check-circle,
.st-originalbtn .fa-exclamation-triangle,
.st-originalbtn .fa-pencil-square-o {
  margin-right: 0;
}
a.st-originallink {
  color: #fff;
  text-decoration: none;
}
.post table {
  box-sizing: border-box;
  border-top: 1px #999 solid;
  border-right: 1px #999 solid;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
}
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .post table {
    table-layout: fixed;
  }
}
table tr td {
  padding: 10px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #999;
  vertical-align: top;
}
table th {
  padding: 5px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #999;
}
table th,
table th p,
.post table tr td p,
.post table tr td {
  font-size: 15px;
  line-height: 24px;
}
.post table tr td p:last-child {
  margin-bottom: 0;
}
#main .post table {
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #999;
  border-right-color: #999;
  color: #333;
}
.post .notab table {
  border: none;
  width: initial;
  max-width: initial;
}
.notab table tr td {
  border: none;
  text-align: left;
  vertical-align: top;
}
.notab table th {
  border: none;
}
.post .notab table tr:nth-child(even) {
  background-color: transparent;
}
td.st-centertable,
.st-centertable table td {
  text-align: center;
  vertical-align: middle;
}
.post .scroll-box table {
  max-width: initial;
}
.scroll-box {
  overflow-x: auto;
  margin-bottom: 10px;
}
.scroll-box::-webkit-scrollbar {
  height: 5px;
}
.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f3f3f3;
}
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc;
}
img.alignright {
  float: right;
  margin: 0 0 5px 10px;
}
img.alignleft {
  float: left;
  margin: 0 10px 5px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto 10px;
}
img.float-left {
  float: left;
}
img.float-right {
  float: right;
}
.wp-caption {
  text-align: center;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 10px;
}
.ie8 img {
  width: auto;
}
.post ul:not(.toc_list):not(.st_toc_list):not(.children) {
  list-style-type: disc;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.post ul ul,
.post ul ol,
.post ol ol,
.post ol ul {
  margin-bottom: 10px;
}
.post ul li {
  padding-bottom: 5px;
}
.post ul li:last-child {
  padding-bottom: 0;
}
.post ol {
  list-style-type: decimal;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.post ol li {
  padding-bottom: 5px;
}
.post ol li:last-child {
  padding-bottom: 0;
}
.post .maruno,
.post .maruck {
  margin-bottom: 20px;
}
.post .maruno ol:not(.toc_list):not(.st_toc_list),
.post .maruck ul:not(.toc_list):not(.st_toc_list) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .maruno ol li {
  counter-increment: st-section;
}
.post .maruno ol li:before {
  content: counters(st-section, "");
}
.post .maruck ul li:before {
  content: " \f00c";
  font-family: FontAwesome;
}
.post .maruno ol li,
.post .maruck ul li {
  list-style-type: none;
  padding-bottom: 5px;
  line-height: 23px;
  margin-bottom: 7px;
}
.post .maruno ol li:before,
.post .maruck ul li:before {
  border-radius: 50%;
  float: left;
  min-width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 60%;
  margin-right: 10px;
  background: #f3f3f3;
  color: #000;
  margin-left: -3em;
}
.post .kintou ul:not(.toc_list):not(.st_toc_list) {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0 auto 20px;
}
.post .kintou ul:not(.toc_list):not(.st_toc_list) li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
}
.st-link-guide li a,
.st-count {
  counter-increment: stcnt;
}
.st-count:before {
  content: counter(stcnt) ". ";
  font-size: 150%;
}
.st-link-guide li a:before {
  content: counter(stcnt) ". ";
  font-size: 110%;
  font-weight: 700;
}
.st-link-guide .sub-menu li a:before {
  font-weight: 400;
}
.st-link-guide .st-link-guide-menu > li:last-child a:before {
  content: none;
}
.st-count-reset,
.st-link-guide,
.st-link-guide .sub-menu {
  counter-reset: stcnt;
}
.widget_guidemap_widget.is-no-underline a {
  text-decoration: none;
}
.widget_guidemap_widget.is-rounded .st-link-guide-menu > .menu-item > a {
  border-radius: 8px;
}
.post .st-link-guide-menu:not(.toc_list):not(.st_toc_list) {
  padding-left: 0;
  padding-right: 0;
}
#side aside .st-link-guide li a:after,
.post .entry-content .st-link-guide ul li a:after,
.st-link-guide li a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #ccc;
}
#side aside .st-link-guide > ul li:last-child a:after,
.post .entry-content .st-link-guide > ul li:last-child a:after,
.st-link-guide > ul li:last-child a:after {
  content: none;
}
#side aside .st-link-guide li,
.post .entry-content .st-link-guide ul li,
.st-link-guide li {
  list-style: none;
}
#side aside .st-link-guide li a,
.post .entry-content .st-link-guide ul li a,
.st-link-guide li a {
  position: relative;
  background: #ccc;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: center;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
#side aside .st-link-guide li a,
.post .entry-content .st-link-guide ul li a,
.st-link-guide li a {
  color: #000;
  font-weight: 700;
}
.post .st-link-guide li a:last-child,
.post .entry-content .st-link-guide ul li a:last-child,
.post .st-link-guide li a:last-child {
  padding-bottom: 10px;
}
#side aside .st-link-guide li a:hover,
.post .entry-content .st-link-guide ul li a:hover,
.st-link-guide li a:hover {
  opacity: 0.7;
}
.st-link-guide .sub-menu,
.post .st-link-guide .sub-menu:not(.toc_list):not(.st_toc_list),
#side aside .st-link-guide .sub-menu {
  margin-bottom: 10px;
  padding-top: 0;
}
.st-link-guide .sub-menu:last-child,
.post .st-link-guide .sub-menu:not(.toc_list):not(.st_toc_list):last-child {
  margin-bottom: 0;
}
#side aside .st-link-guide .sub-menu li a:after,
.post .entry-content .st-link-guide .sub-menu li a:after,
.st-link-guide .sub-menu li a:after {
  content: none;
}
#side aside .st-link-guide .sub-menu li a,
.post .entry-content .st-link-guide .sub-menu li a,
.st-link-guide .sub-menu li a {
  position: relative;
  background-color: transparent;
  padding: 5px;
  border-bottom: none;
  text-align: left;
  list-style: none;
  margin-bottom: 0;
}
#side aside .st-link-guide .sub-menu li a,
.post .entry-content .st-link-guide .sub-menu li a,
.st-link-guide .sub-menu li a {
  color: #000;
  font-weight: 400;
}
.post .st-link-guide .sub-menu li a:last-child,
.post .entry-content .st-link-guide .sub-menu li a:last-child,
.post .st-link-guide .sub-menu li a:last-child {
  padding-bottom: 0;
}
.st-slidebox-c {
  margin-bottom: 20px;
}
.post .st-btn-open {
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
}
.st-slidebox {
  padding-top: 10px;
  display: none;
}
.post .st-slidebox p:last-child {
  margin-bottom: 0;
}
.st-memobox2 {
  position: relative;
  margin: 25px 0 20px;
  padding: 20px 20px 0;
  border: solid 1px #9e9e9e;
  border-radius: 0;
}
.st-memobox2 .fa {
  margin-right: 5px;
}
.st-memobox2 .st-memobox-title {
  position: absolute;
  display: inline-block;
  top: -8px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: 90%;
}
.st-memobox2 .st-memobox-title:before {
  content: "\f0f6\00a0";
  font-family: FontAwesome;
}
.st-memobox2 > * {
  font-size: 95%;
  line-height: 1.5;
}
.st-memobox {
  position: relative;
  margin: 20px 0;
  padding: 20px 20px 0;
  border: solid 2px #9e9e9e;
  border-radius: 8px;
}
.st-memobox .fa {
  margin-right: 5px;
}
.st-memobox .st-memobox-title {
  position: absolute;
  display: inline-block;
  top: -8px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  background: #fff;
  color: #9e9e9e;
  font-weight: 700;
}
.st-mybox {
  position: relative;
  margin: 25px 0;
  padding: 0 20px;
  border: solid 2px #9e9e9e;
  border-radius: 8px;
}
.st-in-mybox {
  padding: 20px 0;
}
.st-in-mybox p {
  margin-bottom: 10px;
}
.st-in-mybox p:last-child {
  margin-bottom: 0;
}
.st-mybox .fa {
  margin-right: 5px;
}
.st-mybox .st-mybox-title {
  position: absolute;
  display: inline-block;
  top: -8px;
  left: 10px;
  padding: 0 10px;
  line-height: 1;
  color: #9e9e9e;
  font-weight: 700;
  margin-bottom: 10px;
}
.freebox {
  border-top: solid 1px #feb20a;
  padding: 10px 0;
  background: #f3f3f3;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
  position: relative;
}
.p-free {
  padding: 0;
}
.p-free:after {
  content: "";
  display: block;
  margin-bottom: 30px;
}
.p-entry-f {
  padding: 3px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  background: #feb20a;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 80%;
}
.p-entry-f .fa {
  margin-right: 5px;
}
.free-inbox {
  padding: 10px 15px 10px;
  text-align: left;
}
.free-inbox p {
  margin-bottom: 10px;
}
.free-inbox p:last-child {
  margin-bottom: 10px;
}
.post .st-minihukidashi,
.st-minihukidashi {
  font-size: 100%;
  display: inline-block;
  position: relative;
  background: #f3f3f3;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 20px;
  z-index: 2;
}
.post .st-minihukidashi span,
.st-minihukidashi span {
  content: "";
  position: absolute;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #f3f3f3;
  top: 100%;
  left: 40px;
}
.st-minihukidashi .fa {
  margin-right: 5px;
}
.st-marumozi {
  font-size: 85%;
  padding: 5px 15px;
  margin: 0 10px 0 0;
  display: inline-block;
}
.st-marumozi-big {
  padding: 5px 15px;
  margin: 0 10px 0 0;
  display: inline-block;
  font-weight: 700;
}
.post p.st-marumozi-big-p {
  margin-bottom: 0;
}
.st-marumozi .fa,
.st-marumozi-big .fa {
  margin-right: 7px;
}
.clip-memobox {
  display: table;
  background: #f3f3f3;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 10px;
}
.clip-fonticon,
.clip-memotext {
  display: table-cell;
  vertical-align: middle;
}
.clip-fonticon {
  padding: 0 15px 0 10px;
  text-align: center;
}
.clip-memotext p:last-child {
  margin-bottom: 0;
}
.clip-memotext p {
  margin-bottom: 10px;
}
.clip-memotext {
  padding-left: 15px;
  border-left: 1px solid #e0e0e0;
  width: 100%;
  box-sizing: border-box;
}
.clip-memotext > * {
  font-size: 95%;
  line-height: 1.7;
}
.st-share {
  background: #fafafa;
  padding: 5px;
  border-radius: 3px;
  font-size: 95%;
  line-height: 1.7;
}
.st-share:before {
  content: "\00a0\00a0\f0c1\00a0\00a0\00a0";
  font-family: FontAwesome;
  color: #9e9e9e;
}
.st-blackboard {
  padding: 10px 20px 0;
  border: 3px solid #f3f3f3;
  background: #fff;
  margin: 30px 0;
  border-radius: 0;
}
.st-blackboard-title-box {
  text-align: center;
  margin-bottom: 10px;
}
.st-blackboard-title {
  color: #424242;
  display: inline-block;
  border-bottom: 2px solid #424242;
  font-weight: 700;
  text-align: center;
  padding: 10px 10px 5px;
  background: #fff;
}
.st-blackboard-title:before {
  content: "\f0f6\00a0\00a0";
  font-family: FontAwesome;
}
.st-blackboard:not(.square-checkbox) ol.st-blackboard-list:not(.st-css-no) {
  padding-left: 20px;
}
.st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no) {
  padding-left: 30px;
}
.st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no) li,
.post
  .st-blackboard:not(.square-checkbox)
  ul.st-blackboard-list:not(.st-css-no)
  li:last-child {
  border-bottom: dotted 1px #ccc;
  line-height: 1.3;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.st-blackboard:not(.square-checkbox) ol.st-blackboard-list:not(.st-css-no) li,
.post
  .st-blackboard:not(.square-checkbox)
  ol.st-blackboard-list:not(.st-css-no)
  li:last-child {
  border-bottom: dotted 1px #ccc;
  line-height: 1.3;
  padding: 10px 0;
  margin: 0;
}
.st-blackboard:not(.square-checkbox)
  ul.st-blackboard-list:not(.st-css-no)
  li:before {
  content: "\f058\00a0\00a0";
  font-family: FontAwesome;
  color: red;
}
.st-blackboard:not(.square-checkbox)
  ul.st-blackboard-list:not(.st-css-no).st-no-ck
  li,
.post
  .st-blackboard:not(.square-checkbox)
  ul.st-blackboard-list:not(.st-css-no).st-no-ck
  li:last-child {
  text-indent: 0;
  padding-left: 0;
}
.st-blackboard:not(.square-checkbox) ul.st-blackboard-list.st-no-ck li:before {
  content: none;
}
.st-blackboard.square-checkbox {
  padding: 30px 30px 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#side aside .st-blackboard.square-checkbox ul li,
.st-blackboard.square-checkbox ul li {
  position: relative;
  display: block;
  line-height: 1.5;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.75em;
  padding-left: calc(1.5em + 15px);
}
.st-blackboard.square-checkbox
  ul:not(.toc_list):not(.st_toc_list):not(.children) {
  display: block;
  margin-bottom: 0;
  padding: 10px 0 0;
}
.st-blackboard.square-checkbox ul li:last-child {
  margin-bottom: 15px;
  padding-bottom: 0.75em;
}
.st-blackboard.square-checkbox ul.st-blackboard-list:not(.st-css-no) li:before {
  position: absolute;
  top: calc(50% - 0.95em);
  left: 0;
  content: "\e907";
  font-family: stsvg;
  color: red;
  z-index: 2;
  margin-right: 15px;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 1),
    1px -1px 0 rgba(255, 255, 255, 1), -1px 1px 0 rgba(255, 255, 255, 1),
    1px 1px 0 rgba(255, 255, 255, 1);
  font-size: 150%;
  line-height: 1.5;
}
.st-blackboard.square-checkbox ul li:after {
  content: "\e904";
  font-family: stsvg;
  color: #ccc;
  position: absolute;
  z-index: 1;
  left: 0;
  top: calc(50% - 0.9em);
  font-size: 150%;
  line-height: 1.5;
}
.st-square-checkbox:not(.st-square-checkbox-nobox) {
  border: 3px solid #f3f3f3;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#side
  aside
  .st-mybox
  .st-square-checkbox.st-square-checkbox-nobox
  ul
  li:last-child,
.post .st-mybox .st-square-checkbox.st-square-checkbox-nobox ul li:last-child,
.st-mybox .st-square-checkbox.st-square-checkbox-nobox ul li:last-child,
#side
  aside
  .freebox
  .st-square-checkbox.st-square-checkbox-nobox
  ul
  li:last-child,
.post .freebox .st-square-checkbox.st-square-checkbox-nobox ul li:last-child,
.freebox .st-square-checkbox.st-square-checkbox-nobox ul li:last-child {
  margin-bottom: 0;
}
.st-square-checkbox ul:not(.toc_list):not(.st_toc_list):not(.children) {
  margin-bottom: 0;
  padding: 0;
}
.st-square-checkbox.st-bold ul li {
  font-weight: 700;
}
#side aside .st-square-checkbox ul li,
.post .st-square-checkbox ul li,
.st-square-checkbox ul li {
  position: relative;
  display: block;
  line-height: 1.5;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.75em;
  padding-left: calc(1.5em + 15px);
}
.post .st-square-checkbox ul li:last-child,
.st-square-checkbox ul li:last-child {
  margin-bottom: 15px;
  padding-bottom: 0.5em;
}
.st-square-checkbox ul li:before {
  position: absolute;
  top: calc(50% - 0.95em);
  left: 0;
  content: "\e907";
  font-family: stsvg;
  color: red;
  z-index: 2;
  margin-right: 15px;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 1),
    1px -1px 0 rgba(255, 255, 255, 1), -1px 1px 0 rgba(255, 255, 255, 1),
    1px 1px 0 rgba(255, 255, 255, 1);
  font-size: 150%;
  line-height: 1.5;
}
.st-square-checkbox ul li:after {
  content: "\e904";
  font-family: stsvg;
  color: #ccc;
  position: absolute;
  z-index: 1;
  left: 0;
  top: calc(50% - 0.9em);
  font-size: 150%;
  line-height: 1.5;
}
.st-mybtn {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.st-mybtn:not(.st-mybtn-noborder) {
  border: 1px solid #ccc;
}
.st-mybtn a {
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.st-mybtn .fa:not(.fa-after) {
  margin-right: 10px;
}
.st-mybtn .fa.fa-after {
  margin-left: 10px;
}
.st-mybtn:hover {
  opacity: 0.6;
}
.st-mybtn.st-btn-default {
  width: 100%;
}
.st-mybtn.st-mybtn-mini {
  border: none;
  box-sizing: border-box;
  margin: 0 3px 10px;
  display: inline-block;
}
.st-mybtn.st-mybtn-mini a {
  padding: 7px 15px;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  width: inherit;
  height: auto;
  text-decoration: none;
  font-size: 95%;
}
.st-mybtn.st-mybtn-mini .fa:not(.fa-after) {
  margin-right: 10px;
}
.st-mybtn.st-mybtn-mini .fa.fa-after {
  margin-left: 10px;
}
.st-mybtn.st-mybtn-mini:hover {
  opacity: 0.6;
}
.st-mybtn.st-mybtn-mini.st-btn-default {
  width: inherit;
}
.st-mcbtn-box {
  border-radius: 5px;
}
.st-mcbtn-box .st-mybtn,
.post .st-mcbtn-box .st-mybtn {
  margin-bottom: 10px;
}
.st-mcbox-text,
.post .st-mcbox-text {
  margin-bottom: 0;
  font-size: 80%;
  text-align: center;
}
.st-mcbox-title,
.post .st-mcbox-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.st-reflection-on,
.st-mybtn.st-reflection a {
  position: relative;
  overflow: hidden;
}
.st-reflection-on:after,
.st-mybtn.st-reflection a:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.st-itmebox img {
  border: none !important;
}
a.itembox-link {
  text-decoration: none;
  font-size: 90%;
  display: block;
  box-sizing: border-box;
}
a.itembox-link h5 {
  text-decoration: underline;
}
.st-cardbox.st-itmebox {
  padding-top: 10px;
}
a.itembox-link p,
.post a.itembox-link p {
  margin-bottom: 5px;
}
.st-cardbox.st-itmebox .clearfix dd h5,
.post .st-cardbox.st-itmebox .clearfix dd h5,
#side .st-cardbox.st-itmebox .clearfix dd h5 {
  margin-bottom: 0;
  border: none;
}
a.itembox-link:hover {
  opacity: 0.7;
}
a.itembox-link .itembox-price {
  color: #616161;
}
.st-user-comment-box {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.st-user-comment-img {
  width: 40px;
}
.st-user-comment-img img {
  border-radius: 50%;
}
.st-user-comment-text {
  padding-left: 10px;
  width: calc(100% - 50px);
}
.st-user-comment-text p:not(.st-user-comment-attribute) {
  font-weight: 700;
  margin-bottom: -2px;
  line-height: 1.5;
}
.st-user-comment-box .st-star,
.st-user-comment-attribute {
  font-size: 70%;
  margin-bottom: 0;
  font-weight: 400;
}
@media print, screen and (max-width: 959px) {
  .st-user-comment-text p:not(.st-user-comment-attribute) {
    line-height: 1.3;
  }
  .st-user-comment-box .st-star,
  .st-user-comment-attribute {
    font-size: 90%;
  }
}
.st-user-comment-attribute {
  color: #9e9e9e;
}
.st-user-comment-box .st-star {
  margin-left: 7px;
}
.st-mybox .st-user-comment-box .fa-star {
  margin-right: 0;
}
#st_toc_container {
  margin: 0 auto 20px;
  text-align: center;
}
#st_toc_container .st_toc_title {
  text-align: center;
  padding: 5px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 2px solid #333;
  margin-bottom: 5px;
}
#st_toc_container .st_toc_title {
  margin: 0 auto 20px;
}
#st_toc_container.st_toc_contracted .st_toc_title {
  margin: 0 auto 10px;
}
#st_toc_container .st_toc_title:before {
  content: "\f0f6\00a0";
  font-family: FontAwesome;
}
#st_toc_container .st_toc_title .st_toc_toggle {
  font-weight: 400;
  font-size: 95%;
}
.post #st_toc_container ul,
.post #st_toc_container ol {
  list-style: none;
  margin-bottom: 0;
}
.st_toc_number {
  font-weight: 700;
  margin-right: 5px;
  color: #ccc;
}
#st_toc_container ul a {
  display: block;
  text-decoration: none;
  color: #000;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ccc;
}
#st_toc_container ul li li a {
  padding-left: 5px;
}
#st_toc_container ul a:hover {
  opacity: 0.5;
}
#st_toc_container .st_toc_list > li > li > a {
  margin-bottom: 10px;
}
#st_toc_container .st_toc_list > li > a {
  border-bottom: none;
}
.post #st_toc_container ul ul {
  padding: 5px 0;
}
.post #st_toc_container ul ul ul {
  padding-left: 10px;
}
#st_toc_container li {
  font-weight: 700;
  margin-bottom: 5px;
  padding: 0;
  list-style-type: none;
  text-align: left;
  text-indent: -0.8em;
  padding-left: 1em;
}
#st_toc_container > ul > li {
  font-size: 18px;
}
#st_toc_container li a:before {
  font-family: FontAwesome;
  content: "\f0da\00a0\00a0";
  color: #333;
}
#st_toc_container li li a:before {
  content: none;
}
#st_toc_container li li {
  text-align: left;
  font-weight: 400;
  list-style: decimal outside none;
  text-indent: 0;
  padding: 5px 0;
}
#st_toc_container li li li {
  margin-bottom: 0;
  padding: 3px 0;
  list-style-type: none;
  text-indent: -0.8em;
  padding-left: 1em;
}
#st_toc_container li li li a {
  border: none;
  margin-bottom: 0;
  padding: 0;
}
#st_toc_container li li li a:before {
  font-family: FontAwesome;
  content: "\f0da\00a0\00a0";
  color: #9e9e9e;
}
#st_toc_container.only-toc .st_toc_list {
  padding: 10px 20px 20px 40px;
}
#st_toc_container.only-toc li {
  padding: 0;
  font-weight: 400;
  text-indent: 0;
  list-style-type: decimal;
  border-bottom: dotted 1px #ccc;
}
#st_toc_container.only-toc ul a {
  padding: 5px;
}
#st_toc_container.only-toc li a:before {
  content: none;
}
#st_toc_container.only-toc li a:before {
  content: none;
}
.st_toc_hierarchical:not(.st_toc_contracted) .st_toc_toggle {
  display: none;
}
.post #st_toc_container ol.st-original-toc > li {
  list-style: decimal;
  text-align: left;
  font-weight: 400;
  padding: 0;
  text-indent: 0;
}
#st_toc_container ol.st-original-toc > li a:before {
  content: none;
}
#st_container.only-toc ul {
  padding: 20px;
}
#st_toc_container.only-toc li {
  padding: 0;
  font-weight: 400;
}
#st_toc_container.only-toc li a:before {
  content: none;
}
#st_toc_container.only-toc li {
  list-style-type: decimal;
  border-bottom: dotted 1px #ccc;
}
#st-tab-content label {
  -webkit-appearance: none;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: none;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 30%;
  box-sizing: border-box;
  opacity: 0.5;
  border-radius: 3px 3px 0 0;
  height: auto;
}
#st-tab-content {
  margin-bottom: 20px;
}
#st-tab-content label {
  margin-right: 5px;
}
#st-tab-content label:last-child {
  margin-right: 0;
}
#st-tab-content input[name="st-tab"]:checked + label {
  opacity: 1;
}
input[name="st-tab"] {
  display: none;
}
.entry-content input[name="st-tab"][value="1"]:checked ~ #st-tab-main1,
.entry-content input[name="st-tab"][value="2"]:checked ~ #st-tab-main2,
.entry-content input[name="st-tab"][value="3"]:checked ~ #st-tab-main3 {
  display: block;
}
.st-tab-main {
  display: none;
}
input:not(.st-form-nowide):not([type="checkbox"]):not([type="radio"]):not(
    [type="submit"]
  ):not([type="image"]),
textarea,
select {
  box-sizing: border-box;
  width: 100%;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
textarea,
select {
  padding: 5px;
}
.post input:not(.st-tab-label):not([type="image"]),
.post textarea {
  border-radius: 3px;
  border: 1px solid #ccc;
}
.post input:not(.st-tab-label):not([type="image"]) {
  padding: 7px 15px;
  margin: 5px auto;
}
.post #search input {
  border: none;
}
.post_password input[type="submit"] {
  box-sizing: border-box;
  padding: 10px;
  margin: 10px auto;
  width: 50%;
}
.post_password {
  text-align: center;
}
.wpcf7-submit {
  width: 100%;
  border-radius: 20px;
  background: #f3f3f3;
  color: #000;
  border: none;
  margin: 0 auto;
  padding: 10px;
  display: block;
  box-sizing: border-box;
}
.responbox,
.responbox30,
.responbox33,
.responbox40,
.responbox50,
.responbox60,
.responbox70,
.responboxfree {
  margin-bottom: 10px;
}
.responbox .lbox {
  margin-bottom: 10px;
}
.responboxfree {
  display: flex;
}
.responboxfree .lbox {
  padding-right: 7px;
  box-sizing: border-box;
}
.responboxfree .rbox {
  padding-left: 7px;
  box-sizing: border-box;
}
.responbox50.smart50 .lbox {
  float: left;
  width: 49%;
  box-sizing: border-box;
  margin-bottom: -32768px;
  padding-bottom: 32768px;
}
.responbox50.smart50 .rbox {
  float: right;
  box-sizing: border-box;
  width: 49%;
  margin-bottom: -32768px;
  padding-bottom: 32768px;
}
.responbox50.smart50 {
  overflow: hidden;
}
.responbox30.smart30 .lbox {
  float: left;
  width: 30%;
  box-sizing: border-box;
  margin-bottom: -32768px;
  padding-bottom: 32768px;
}
.responbox30.smart30 .rbox {
  float: right;
  box-sizing: border-box;
  width: 70%;
  margin-bottom: -32768px;
  padding-left: 10px;
  padding-bottom: 32768px;
}
.responbox30.smart30 {
  overflow: hidden;
}
.post .amazonjs_item h4,
.post .amazonjs_item h4 a {
  color: #1a1a1a !important;
  font-size: 15px;
  background-color: transparent;
  border: none !important;
  padding: 0 !important;
}
.post .amazonjs_item ul li {
  font-size: 12px !important;
}
.post ul.yyi-rinker-links:not(.toc_list):not(.st_toc_list) {
  padding: 0;
  list-style: none;
}
div.yyi-rinker-contents div.yyi-rinker-image {
  align-items: flex-start;
}
@media only screen and (max-width: 599px) {
  .post ul.yyi-rinker-links li {
    font-size: 90%;
  }
}
.post .wpap-tpl {
  max-width: 100%;
  box-sizing: border-box;
}
.post .wpap-tpl .wpap-link,
.post .wpap-tpl .wpap-link:hover {
  box-shadow: none;
}
.st-cardbox {
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
  box-sizing: border-box;
}
a.st-cardlink,
a .st-cardbox h5,
a .st-cardbox p {
  text-decoration: none;
  color: #1a1a1a;
}
.st-cardbox:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}
.st-cardbox.kanren {
  margin-top: 0;
}
.kanren.st-cardbox dl:last-child {
  border-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .st-cardbox p,
.st-cardbox p {
  margin-bottom: 10px;
}
.st-cardbox .clearfix dd h5,
.post .st-cardbox .clearfix dd h5,
#side .st-cardbox .clearfix dd h5 {
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.st-cardbox .clearfix dd p {
  font-size: 80%;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #616161;
}
.st-cardbox .clearfix dd p.cardbox-more {
  margin-bottom: 0;
}
.st-cardbox-label {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.st-cardbox-label-text {
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -35px;
  top: 25px;
  width: 150px;
  text-align: center;
  font-size: 90%;
  line-height: 1.2;
  font-weight: 700;
  background: #ffa520;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.st-labelbox {
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
.st-labelbox-label {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.st-labelbox-label-text {
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -35px;
  top: 25px;
  width: 150px;
  text-align: center;
  font-size: 90%;
  line-height: 1.2;
  font-weight: 700;
  background: #ffa520;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.post p.cardbox-more {
  margin-bottom: 5px;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
  color: #757575;
}
#side aside .textwidget .kanren:not(.shortcode-kanren):not(.pop-box),
#side .st-cardbox {
  padding: 0;
  margin-bottom: 0;
  background: #fff;
}
#side .textwidget .kanren:not(.shortcode-kanren):not(.pop-box) dt {
  float: none !important;
  width: 100% !important;
  height: auto;
  overflow: hidden;
}
#side .textwidget .kanren:not(.shortcode-kanren):not(.pop-box) dt img {
  width: 100% !important;
}
#side .textwidget .kanren:not(.shortcode-kanren):not(.pop-box) dd {
  padding: 10px 20px 20px;
}
#side .st-cardbox .clearfix dd p {
  line-height: 1.8;
  margin-bottom: 10px;
}
#side .shortcode-kanren dd .smanone {
  display: none;
}
#side .st-cardbox .clearfix dd p.cardbox-more {
  margin-bottom: 5px;
}
#side .rankst-cont .st-cardbox {
  padding: 15px 15px 10px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
#side .rankst-cont .kanren.st-cardbox dl:last-child {
  border-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#side .rankst-cont .post .st-cardbox p,
#side .rankst-cont .st-cardbox p {
  margin-bottom: 10px;
}
#side .rankst-cont .st-cardbox .clearfix dd h5,
#side .rankst-cont .post .st-cardbox .clearfix dd h5,
#side .rankst-cont .st-cardbox .clearfix dd h5 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
#side .rankst-cont .st-cardbox .clearfix dd p {
  font-size: 90%;
  line-height: 1.8;
  margin-bottom: 10px;
}
.st-cardstyle .st-cardbox {
  border: none;
  padding: 0;
}
.st-cardstyle .kanren dl,
.st-cardstyle .kanren.st-cardbox dl:last-child {
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
}
.st-cardstyle .kanren dl {
  width: 100%;
}
.st-cardstyle .kanren dt {
  float: none !important;
  width: 100% !important;
  height: auto;
  overflow: hidden;
  position: relative;
}
.st-cardstyle .kanren dt img {
  width: 100% !important;
}
.st-cardstyle .kanren dd {
  padding: 20px 20px 15px;
}
.st-cardstyle .kanren .clearfix dd p {
  line-height: 1.8;
}
.st-cardstyle .kanren .st-top-box {
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
}
.st-cardstyle .kanren .st-top-box dl {
  margin-bottom: 0;
  position: relative;
}
.st-cardstyle .kanren .st-top-box a.st-box-a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.st-cardstyle .kanren .st-top-box img.size-full,
.st-cardstyle .kanren .st-top-box img.size-large {
  margin-bottom: 0;
}
.st-cardstyle .cardbox-more a {
  display: block;
}
.st-kaiwa-box {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: table;
}
.st-kaiwa-face {
  text-align: center;
  display: table-cell;
  width: 60px;
  vertical-align: top;
}
.st-kaiwa-face img {
  border-radius: 60px;
  border: 1px solid #ccc;
}
.st-kaiwa-face-name {
  color: #616161;
  font-size: 70%;
  line-height: 1.5;
  max-width: 60px;
}
.st-kaiwa-area {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.st-kaiwa-hukidashi {
  display: inline-block;
  padding: 15px 20px;
  margin-left: 20px;
  border-radius: 7px;
  position: relative;
  background-color: #f9f9f9;
}
.post .st-kaiwa-hukidashi p:last-child {
  margin-bottom: 0;
}
.st-kaiwa-hukidashi:after {
  content: "";
  position: absolute;
  top: 30px;
  left: -10px;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f9f9f9 transparent transparent;
}
.st-kaiwa-face2 {
  text-align: center;
  display: table-cell;
  width: 60px;
  vertical-align: top;
}
.st-kaiwa-face2 img {
  border-radius: 60px;
  border: 1px solid #ccc;
}
.st-kaiwa-face-name2 {
  color: #616161;
  font-size: 70%;
  line-height: 1.5;
  max-width: 60px;
}
.st-kaiwa-area2 {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.st-kaiwa-hukidashi2 {
  display: inline-block;
  padding: 15px 20px;
  margin-right: 20px;
  border-radius: 7px;
  position: relative;
  background-color: #f9f9f9;
  text-align: left;
}
.post .st-kaiwa-hukidashi2 p:last-child {
  margin-bottom: 0;
}
.st-kaiwa-hukidashi2:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -10px;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f9f9f9;
}
.st-ac-box {
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.st-ac-box-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.menu-navigation-container {
  overflow: hidden;
}
nav li a:hover {
  text-decoration: underline;
}
#s-navi {
  margin: 0 -10px;
}
#s-navi ul.sub-menu {
  display: none;
}
#s-navi dl.acordion p {
  margin: 0;
}
#s-navi dl.acordion {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
#s-navi dt.trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  height: 48px;
  overflow: hidden;
}
.trigger .fa:not(.fa-bars) {
  font-size: 20px;
}
.trigger .op .fa:not(.fa-bars) {
  font-size: 23px;
}
#st-mobile-logo {
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: left;
  line-height: 20px;
  font-size: 16px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
header h1#st-mobile-logo,
header p#st-mobile-logo {
  font-weight: 700;
}
#st-mobile-logo a {
  text-decoration: none;
  color: #000;
  line-height: 20px;
  font-size: 16px;
}
#st-mobile-logo img {
  height: 20px;
  width: auto;
  box-sizing: border-box;
}
#s-navi dt.trigger .acordion_button {
  max-width: 20%;
  order: 1;
  flex-grow: 0;
}
#s-navi dt.trigger .op {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  overflow: hidden;
  width: 52px;
  box-sizing: border-box;
}
#s-navi dt.trigger .op .fa {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#s-navi dt.trigger .op.has-text .fa:after {
  margin-top: 3px;
  font-family: Arial, sans-serif;
  content: "MENU";
  font-size: 8px;
  letter-spacing: -0.25px;
}
.s-navi-active #s-navi dt.trigger .op.has-text .fa:after {
  content: "CLOSE";
}
.s-navi-active #s-navi dt.trigger .acordion_button .fa-bars:before {
  content: "\f00d";
}
.s-navi-active .st-svg-menu:before {
  content: "\e90e";
}
.s-navi-active .st-svg-menu_thin:before {
  content: "\e90c";
}
.s-navi-active .st-svg-menu_cut:before {
  content: "\e90d";
}
#s-navi dt.trigger .acordion_extra_1 {
  max-width: 40%;
  order: 3;
  flex-grow: 0;
}
#s-navi dt.trigger .acordion_extra_1 a {
  text-decoration: none;
}
#s-navi dt.trigger .op-st {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #ccc;
  line-height: 30px;
  background: #000;
  display: block;
  box-sizing: border-box;
  height: 48px;
  overflow: hidden;
  padding: 10px;
}
#s-navi dt.trigger .op-st .fa {
  margin-right: 7px;
}
.op-text,
.op-text a {
  font-size: 13px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#s-navi dt.trigger .acordion_extra_2 {
  max-width: 40%;
  order: 4;
  flex-grow: 0;
}
#s-navi dt.trigger .acordion_extra_2 a {
  text-decoration: none;
}
#s-navi dt.trigger .op-st2 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 30px;
  color: #ccc;
  background: #1a1a1a;
  display: block;
  box-sizing: border-box;
  height: 48px;
  overflow: hidden;
  padding: 10px;
}
#s-navi dt.trigger .op-st2 .fa {
  margin-right: 7px;
}
.op-text2,
.op-text2 a {
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0;
  text-decoration: none;
  padding: 0;
  overflow: hidden;
}
#s-navi:after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 5px;
}
#s-navi dd.acordion_tree {
  box-sizing: border-box;
  text-align: left;
  position: fixed;
  top: 0;
  width: 250px;
  transition: all 0.3s;
  z-index: 10000;
  height: 100vh;
  left: -250px;
  max-height: 100vh;
  -webkit-overflow-scrolling: touch;
}
#s-navi dd.acordion_tree .acordion_tree_content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 10px;
}
.acordion_tree ul.menu li {
  position: relative;
  float: none;
  font-size: 15px;
  list-style: none;
}
.acordion_tree ul.menu li:hover {
  cursor: pointer;
}
.acordion_tree ul.menu li a {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  text-decoration: none;
  color: #000;
}
.acordion_tree ul.menu li .fa,
#s-navi .acordion_tree ul.menu li .menu-item-icon.fa {
  margin: -12px -15px -12px 0;
  padding: 0 15px 0 8px;
  min-width: 1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
}
#s-navi .acordion_tree ul.menu li .fa {
  margin: 0 0.25em;
  padding: 0;
  min-width: 0;
  display: inline-block;
}
.acordion_tree ul.menu li .sub-menu a {
  padding-left: 30px;
}
.acordion_tree ul.menu li .sub-menu .sub-menu a {
  padding-left: 45px;
}
.acordion_tree ul.menu li .sub-menu .sub-menu .sub-menu a {
  padding-left: 60px;
}
.menu-close {
  padding: 10px;
}
.s-navi-active #s-navi dl.acordion {
  left: 250px;
}
.s-navi-active #s-navi dd.acordion_tree {
  left: 0;
}
.s-navi-right #s-navi dt.trigger {
  justify-content: flex-end;
}
.s-navi-right #st-mobile-logo {
  order: 1;
}
.s-navi-right #s-navi dt.trigger .acordion_button {
  order: 4;
}
.s-navi-right #s-navi dt.trigger .acordion_extra_1 {
  order: 2;
}
.s-navi-right #s-navi dt.trigger .acordion_extra_2 {
  order: 3;
}
.s-navi-right #s-navi dd.acordion_tree {
  left: auto;
  right: -250px;
}
.s-navi-active.s-navi-right #s-navi dl.acordion {
  left: -250px;
}
.s-navi-active.s-navi-right #s-navi dd.acordion_tree {
  right: 0;
}
#s-navi dl.acordion .acordion_tree .st-ac-box .st-widgets-title {
  font-size: 85%;
  margin-bottom: 10px;
  font-weight: 700;
}
.acordion_tree .st-ac-box .widget_categories ul.st-ac-cat {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
.acordion_tree .st-ac-box .widget_categories ul.st-ac-cat > li.cat-item {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  list-style: none;
  align-items: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.acordion_tree .st-ac-box .widget_categories ul.st-ac-cat li.cat-item a {
  text-decoration: none;
  padding: 10px;
  font-size: 80%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.acordion_tree .st-ac-box .widget_categories ul li.cat-item:hover {
  opacity: 0.7;
}
.acordion_tree .st-ac-box ul.st-ac-cat .children {
  display: none;
}
.st-middle-menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.st-middle-menu .menu > li {
  box-sizing: border-box;
  text-align: center;
  list-style: none;
  align-items: center;
}
.st-middle-menu .menu li a {
  text-decoration: none;
  padding: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.st-middle-menu .fa {
  margin-right: 5px;
}
#st-footermenubox {
  position: fixed;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 7px 10px;
  background: #fff;
  box-shadow: 0px 0px 5px;
  z-index: 9999;
}
#st-footermenubox a {
  text-decoration: none;
}
#st-footermenubox ul.menu {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#st-footermenubox ul.menu li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
}
#st-footermenubox ul.menu li .fa {
  font-size: 13px;
}
.s-navi-active #st-footermenubox {
  left: 250px;
}
.s-navi-active.s-navi-right #st-footermenubox {
  left: -250px;
}
nav.st5,
#st-menuwide div.menu,
#st-menuwide nav.menu {
  display: none;
}
#st-menubox nav.menu ul {
  list-style: none;
}
.st-cardlink-column-d {
  margin: auto;
  padding: 10px 0 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.st-cardlink-card {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 5px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
.st-cardlink-column-1 .st-cardlink-card {
  width: calc(100% - 10px);
}
.st-cardlink-column-2 .st-cardlink-card {
  width: calc(50% - 10px);
}
.st-cardlink-column-3 .st-cardlink-card {
  width: calc(33.33% - 10px);
}
.st-cardlink-column-4 .st-cardlink-card {
  width: calc(25% - 10px);
}
.st-cardlink-card:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}
.st-cardlink-card a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.st-cardlink-card.has-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 50% 50%;
  position: relative;
  z-index: 0;
  padding: 20px;
  background-size: cover;
  font-weight: 700;
  color: #fff;
  font-size: 120%;
  text-shadow: 1px 1px 1px #424242;
  text-align: center;
  min-height: 50px;
}
@media only screen and (min-width: 600px) {
  .st-cardlink-card.has-bg {
    min-height: 100px;
  }
}
.st-cardlink-card.has-link {
  padding: 0;
  align-items: stretch;
}
.st-cardlink-card.has-bg.has-link .st-cardlink-card-link {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 599px) {
  .st-cardlink-card-link,
  .st-cardlink-card-text {
    font-size: 90%;
  }
}
.st-cardlink-card.has-bg.is-blurable:before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  z-index: -1;
}
.st-cardlink-card.has-bg.is-blurable:hover:before {
  -webkit-filter: blur(0);
  filter: blur(0);
}
@media only screen and (max-width: 959px) {
  .st-cardlink-column-d {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .st-cardlink-column-3 .st-cardlink-card,
  .st-cardlink-column-4 .st-cardlink-card {
    width: calc(50% - 10px);
  }
}
#search {
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
#searchform {
  border: #ccc 1px solid;
}
#s {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  height: 34px;
  color: #333;
  font-size: 14px;
  border-radius: 0;
  border-style: none;
  z-index: 10;
  padding: 10px 65px 10px 10px;
  width: 100%;
  box-sizing: border-box;
}
#searchsubmit {
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 34px;
  z-index: 20;
  box-sizing: border-box;
}
*:first-child + html #searchsubmit {
  top: 1px;
}
main #searchsubmit {
  top: 5px;
}
.acordion_tree .search-box {
  padding: 10px;
}
.footermenust {
  text-align: center;
  padding: 20px;
  margin-bottom: 5px;
}
.footermenust li {
  display: inline;
  font-size: 14px;
  padding: 0 10px;
}
footer .footermenust li {
  border-right: 1px solid #ccc;
  font-size: 12px;
  line-height: 18px;
}
footer .footermenust li:last-child {
  border-right: none;
}
#footer .footermenust a {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #757575;
}
footer ul,
footer ol {
  padding-left: 30px;
}
#footer p.copyr {
  margin-bottom: 0;
  line-height: 1.2;
}
.st-pagelink {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.st-pagelink-in {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.st-pagelink:after {
  content: "";
  display: block;
  clear: both;
}
.st-pagelink a {
  text-decoration: none;
  font-size: 13px;
  color: #9e9e9e;
}
.st-pagelink .page-numbers {
  border: 1px solid #ccc;
  padding: 8px 10px;
  margin: 0 2px 5px;
  font-size: 15px;
  min-width: 20px;
  display: inline-block;
  text-align: center;
}
.st-pagelink .page-numbers.current,
.st-pagelink .page-numbers.disabled {
  opacity: 0.5;
}
.st-pagelink-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.st-pagelink-pages .page-numbers {
  margin-right: 5px;
}
.pagination {
  clear: both;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background-color: #999;
}
.pagination a:hover {
  color: #fff;
  background-color: #666;
}
.pagination .current {
  padding: 6px 9px 5px;
  color: #fff;
  background-color: #ccc;
}
#breadcrumb,
#breadcrumb ol,
#breadcrumb li,
#breadcrumb h1 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
#breadcrumb ol li,
#breadcrumb ol li h1 {
  color: #ccc;
  font-size: 13px;
  list-style: none;
  display: inline-block;
}
#breadcrumb ol li a,
#breadcrumb ol li h1 a {
  text-decoration: none;
  color: #ccc;
}
.sns {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 20px;
}
.sns.st-sns-top {
  padding: 0;
}
.snstext,
.snscount {
  font-size: 13px;
  padding: 0 13px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.post .sns ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 20px;
}
.sns li {
  float: left;
  list-style: none;
  width: 50%;
}
.sns li a {
  box-sizing: border-box;
  font-size: 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 6px 10px 4px 15px;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  height: 38px;
  margin: 5px;
  cursor: pointer;
  vertical-align: middle;
  line-height: 25px;
}
.sns li a .fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 1.25em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 13px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sns li a:hover {
  transform: translate(0px, 1px);
}
.sns .twitter a {
  background: #55acee;
  box-shadow: 0 3px 0 #4892cb;
}
.sns .twitter a:hover {
  box-shadow: 0 2px 0 #4892cb;
}
.sns .fa-twitter {
  border-right: 1px solid #9acff4;
}
.sns .facebook a {
  background: #3b5998;
  box-shadow: 0 3px 0 #2c4373;
}
.sns .facebook a:hover {
  box-shadow: 0 2px 0 #2c4373;
}
.sns .fa-facebook {
  border-right: 1px solid #607bb2;
}
.sns .googleplus a {
  background: #dc4e41;
  box-shadow: 0 3px 0 #d51e31;
}
.sns .googleplus a:hover {
  box-shadow: 0 2px 0 #d51e31;
}
.sns .fa-google-plus {
  border-right: 1px solid #e0776d;
}
.sns .share-copy a {
  background: #f3f3f3;
  box-shadow: 0 3px 0 #ccc;
  color: #757575;
}
.sns .share-copy a:hover {
  box-shadow: 0 2px 0 #757575;
}
.sns .share-copy .fa-clipboard {
  border-right: 1px solid #ccc;
}
.sns .hatebu a {
  background: #00a5de;
  box-shadow: 0 3px 0 #0081b8;
}
.sns .hatebu a:hover {
  box-shadow: 0 2px 0 #0081b8;
}
.sns .st-svg-hateb {
  border-right: 1px solid #48b6db;
}
.sns .line a {
  background: #25af00;
  box-shadow: 0 3px 0 #219900;
}
.sns .line a:hover {
  box-shadow: 0 2px 0 #219900;
}
.sns .fa-comment {
  border-right: 1px solid #29c200;
}
.sns .fa-comment:before {
  position: relative;
  top: -1px;
}
.sns .pocket a {
  background: #f03e51;
  box-shadow: 0 3px 0 #c0392b;
}
.sns .fa-get-pocket {
  border-right: 1px solid #f27985;
}
.sns .pocket a:hover {
  box-shadow: 0 2px 0 #f27985;
}
#wp-calendar {
  border-collapse: collapse;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #999;
  border-right-color: #999;
  width: 100%;
}
#wp-calendar thead tr th {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #999;
  font-size: 14px;
  padding: 10px 3px;
  text-align: center;
  background-color: #f3f3f3;
}
#wp-calendar td {
  text-align: center;
  padding: 10px 0;
  background-color: #fff;
}
#wp-calendar caption {
  font-weight: 700;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 14px;
}
#wp-calendar tbody tr #today {
  background-color: #b0e0e6;
}
#page-top {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 0;
  font-size: 24px;
}
#page-top a {
  text-decoration: none;
  background: #ccc;
  color: #fff;
  text-align: center;
  display: block;
  -moz-opacity: 0.8;
  opacity: 0.8;
  padding: 10px 14px;
  cursor: pointer;
}
#page-top a:hover {
  text-decoration: none;
  color: #fff;
}
.comment-form-comment label {
  display: none !important;
}
#comments .comment-form-comment {
  padding-top: 10px;
}
.post .commets-list {
  padding: 10px 0 0;
}
#comments li.comment {
  padding: 5px 10px 5px 80px;
  position: relative;
}
.comment-author {
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 10px;
}
.comment-author img {
  margin-bottom: 5px;
}
#comments ol > li.comment:nth-child(even) {
  background: #fafafa;
}
.comment-author {
  float: left;
  width: 75px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.vcard .fn,
.comment-author a,
.comment-author {
  font-size: 12px;
  line-height: 1.3;
  font-style: normal;
  color: #757575;
}
div.comment-meta a {
  color: #757575;
  text-decoration: none;
}
#comments p a {
  color: #333;
}
.post #comments h3 {
  background-color: transparent;
}
#comments p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  color: #333;
  padding: 5px 0;
}
#comments label {
  display: block;
}
.metadata dd a {
  color: #333;
}
.metadata {
  font-size: 13px;
  line-height: 20px;
}
#comments {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
}
.comment-body {
  padding: 10px 10px 10px 0;
  margin-bottom: 20px;
  clear: both;
}
.says {
  display: none;
}
.commentmetadata {
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.3;
  width: 100%;
}
.reply {
  padding: 5px;
  font-size: 13px;
  text-align: right;
}
#comments #respond {
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  color: #666;
}
#comments #commentform .tags {
  padding: 10px;
  background-color: #f3f3f3;
  font-size: 13px;
}
#comments #commentlist img {
  padding: 10px;
}
#comments .commets-list {
  padding-left: 0;
  list-style-type: none;
}
ul.sub-menu {
  padding: 0;
}
.commets-list li {
  list-style-type: none;
}
.post .commets-list .children {
  padding-left: 20px;
  margin-bottom: 0;
  margin-left: 0;
}
.post .commets-list .children .children {
  padding-left: 0;
}
#comments .children li.comment {
  padding-left: 0;
  padding-right: 0;
}
#comments .children .comment-author {
  left: -80px;
}
.form-allowed-tags {
  display: none;
}
#comments h3 {
  background-image: none;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
#comments h4 {
  background-color: transparent;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
#comments textarea {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  border: 1px #f2f2f2 solid;
}
#comments input {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  border-radius: 2px;
  border: 1px #f2f2f2 solid;
}
#comments input[type="submit"] {
  background-color: #f3f3f3;
  padding: 10px;
  -webkit-appearance: none;
  border-radius: 3px;
  border: 1px #f2f2f2 solid;
}
.p-navi dl dt {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  float: left;
  width: 50px;
  color: #666;
}
.p-navi dl dd {
  font-size: 15px;
  padding-left: 55px;
  line-height: 25px;
}
#topnews-box div {
  padding: 0 10px 10px;
}
#topnews-box {
  padding: 0 0 10px;
  margin-bottom: 10px;
}
.st-topin #topnews-box {
  padding: 10px 0 10px;
}
.news-ca {
  font-size: 13px;
}
#topnews-box div.rss-bar {
  font-size: 14px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 5px 15px;
  margin-top: -10px;
}
.rss-bar a {
  color: #333;
  text-decoration: none;
}
#topnews-box dt {
  font-size: 14px;
  color: #727272;
  padding-bottom: 5px;
}
#topnews-box dd {
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
  font-size: 14px;
  margin-bottom: 10px;
}
#topnews-box div dl dd a {
  color: #333;
  text-decoration: none;
}
#topnews-box div dl dd a:hover {
  color: #b22222;
}
#header-slides[dir="rtl"] {
  direction: rtl;
}
.header-slides-slide {
  display: none;
}
.header-slides-slide:first-child {
  display: block;
}
.header-slides-slide img {
  width: auto;
  height: auto;
}
#st-magazine .kanren .st-catgroup {
  z-index: 10000;
}
#magazine .st-catgroup {
  position: relative;
  z-index: 10000;
}
#magazine .kanren .st-top-box a.st-box-a {
  z-index: 2 !important;
}
#wrapper {
  margin: 0 auto;
  overflow: hidden;
}
body.fixed-footer #wrapper {
  height: 100%;
  min-height: 100%;
}
header {
  text-align: center;
}
#headbox {
  padding: 0 10px 10px;
  margin: 0;
}
#side aside {
  padding: 0 15px 20px;
}
footer {
  clear: both;
  padding: 0;
}
#footer {
  padding: 20px 15px;
  text-align: center;
}
#header-l {
  padding-top: 0;
}
main {
  padding: 20px 15px;
  margin: 0 0 20px;
  background: #fff;
}
.post {
  padding-bottom: 10px;
}
section {
  margin-bottom: 3em;
}
.st-eyecatch {
  margin: -20px -15px 15px;
  position: relative;
}
.st-eyecatch-width {
  margin: 0 -15px 20px;
}
.st-eyecatch.st-eyecatch-under {
  margin-top: 0;
}
.st-eyecatch-under {
  margin-bottom: 20px;
  position: relative;
}
.st-eyecatch img {
  width: 100%;
}
.eyecatch-copyurl {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  bottom: 17px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5px 10px;
  border-radius: 2px;
  margin: 0;
  vertical-align: middle;
}
.eyecatch-copyurl .fa-camera-retro {
  margin-right: 5px;
}
.eyecatch-copyurl a,
p.eyecatch-copyurl {
  color: #212121;
}
.eyecatch-copyurl a:hover {
  color: #b22222;
}
.eyecatch-copyurl:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.colum1.st-lp-wide .st-lp-wide-wrapper {
  margin: 0 -15px 0;
  padding: 30px 15px 10px;
}
.adbox {
  padding: 20px 0;
  margin: 0 -15px;
  text-align: center;
}
.middle-ad {
  margin: 0 -15px 10px;
  text-align: center;
}
.st-h-ad {
  margin: 0 0 20px;
}
.adbox div {
  margin: 0 auto;
}
.kanren .st-infeed-adunit {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.colum1 .st-eyecatch {
  margin: -20px -15px 15px;
}
.colum1 .st-eyecatch-width {
  margin: 0 -15px 20px;
}
.colum1 .st-eyecatch.st-eyecatch-under {
  margin-top: 0;
}
.colum1 .st-eyecatch img {
  border-radius: 0;
}
.lp header,
.lp #gazou,
.lp #itiran,
.lp .kanren:not(.shortcode-kanren):not(.st-cardbox):not(.st-cardbox-ex),
.lp #breadcrumb,
.lp nav,
.lp .blogbox,
.lp .tagst,
.lp .point,
.lp .p-navi,
.lp .pagination,
.lp .n-entry-t,
.lp .st-pagelink {
  display: none;
}
.lp .entry-title:not(.st-css-no2) {
  font-size: 13px;
  color: #ccc;
  line-height: 18px;
}
.lp .post img,
.lp .post video,
.lp .post object {
  max-width: 100%;
  height: auto;
  display: block;
}
#hakusinote {
  background: #fff;
}
#hakusinote hr {
  page-break-after: always;
  color: #ff0000 !important;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
#hakusinote .copyr {
  display: none;
}
@media all and (-ms-high-contrast: none) {
  .rss-bar {
    padding-top: 5px;
  }
  #s {
    color: #ccc;
    padding-top: 7px;
  }
}
@media screen and (orientation: landscape) {
  #headbox {
    padding-right: constant(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left);
  }
  #side,
  #s-navi dt {
    padding-right: calc(constant(safe-area-inset-right) + 10px);
    padding-left: calc(constant(safe-area-inset-left) + 10px);
    padding-right: calc(env(safe-area-inset-right) + 10px);
    padding-left: calc(env(safe-area-inset-left) + 10px);
  }
  .adsbygoogle {
    margin-right: calc(constant(safe-area-inset-right));
    margin-left: calc(constant(safe-area-inset-left));
    margin-right: calc(env(safe-area-inset-right));
    margin-left: calc(env(safe-area-inset-left));
  }
  #footer {
    padding-right: calc(constant(safe-area-inset-right) + 10px);
    padding-left: calc(constant(safe-area-inset-left) + 10px);
    padding-right: calc(env(safe-area-inset-right) + 10px);
    padding-left: calc(env(safe-area-inset-left) + 10px);
  }
  #st-footermenubox {
    padding-right: calc(constant(safe-area-inset-right));
    padding-left: calc(constant(safe-area-inset-left));
    padding-bottom: calc(constant(safe-area-inset-bottom) + 7px);
    padding-right: calc(env(safe-area-inset-right));
    padding-left: calc(env(safe-area-inset-left));
    padding-bottom: calc(env(safe-area-inset-bottom) + 7px);
  }
  .st-ac-box,
  .s-navi-active .acordion_tree ul.menu li a {
    padding-left: calc(constant(safe-area-inset-left) + 10px);
    padding-left: calc(env(safe-area-inset-left) + 10px);
  }
  .st-ac-box,
  .s-navi-right .acordion_tree ul.menu li a {
    padding-right: calc(constant(safe-area-inset-right) + 10px);
    padding-right: calc(env(safe-area-inset-right) + 10px);
    padding-left: 10px;
  }
  .s-navi-active .acordion_tree ul.menu li .sub-menu a {
    padding-left: calc(constant(safe-area-inset-left) + 30px);
    padding-left: calc(env(safe-area-inset-left) + 30px);
  }
  .s-navi-active .acordion_tree ul.menu li .sub-menu .sub-menu a {
    padding-left: calc(constant(safe-area-inset-left) + 45px);
    padding-left: calc(env(safe-area-inset-left) + 45px);
  }
  .s-navi-active .acordion_tree ul.menu li .sub-menu .sub-menu .sub-menu a {
    padding-left: calc(constant(safe-area-inset-left) + 60px);
    padding-left: calc(env(safe-area-inset-left) + 60px);
  }
}
@media screen and (orientation: portrait) {
  #st-footermenubox {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
  #s-navi dd.acordion_tree {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}
@media only screen and (max-width: 959px) {
  .s-navi-active body {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #st-ami {
    position: relative;
    transition: all 0.3s;
    left: 0;
  }
  .s-navi-active #st-ami {
    left: 250px;
  }
  .s-navi-active.s-navi-right #st-ami {
    left: -250px;
  }
  .st-header-under-widgets .slider {
    padding-left: 15px;
    padding-right: 15px;
  }
  #side aside {
    clear: both;
    float: none;
    width: auto;
    position: static;
  }
  .sns .fa {
    font-size: 20px;
  }
  .sns li a {
    box-sizing: border-box;
    height: 48px;
    padding: 10px 15px;
  }
  .rssbox a,
  .st-originalbtn {
    padding: 10px 15px;
  }
  .originalbtn-bold {
    font-weight: 700;
    font-size: 120%;
  }
  .btnwebfont i {
    font-size: 120%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .s-navi-active #st-ami {
    left: 320px;
  }
  .s-navi-active.s-navi-right #st-ami {
    left: -320px;
  }
  .kanren .clearfix dd h5:not(.st-css-no2) a {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .sns .fa {
    font-size: 25px;
  }
  .sns li a {
    box-sizing: border-box;
    height: 58px;
    padding: 15px 20px;
  }
  #side aside .st-pagelists ul li a {
    padding: 15px 20px;
  }
  #side aside .st-pagelists .sub-menu a {
    padding: 15px 20px;
  }
  #side aside .st-pagelists .sub-menu .sub-menu a {
    padding: 15px 20px;
  }
  #s-navi dd.acordion_tree {
    width: 320px;
    left: -320px;
  }
  .s-navi-active #s-navi dl.acordion {
    left: 320px;
  }
  .s-navi-right #s-navi dd.acordion_tree {
    left: auto;
    right: -320px;
  }
  .s-navi-active.s-navi-right #s-navi dl.acordion {
    left: -320px;
  }
  #s-navi dt.trigger {
    height: 58px;
  }
  .trigger .fa:not(.fa-bars) {
    font-size: 25px;
  }
  .op-text,
  .op-text a,
  .op-text2,
  .op-text2 a {
    font-size: 25px;
    line-height: 40px;
    padding: 10px 0;
    margin: 0 0 0 7px;
  }
  #st-mobile-logo {
    padding: 15px 20px;
    line-height: 30px;
    font-size: 25px;
  }
  #st-mobile-logo a {
    line-height: 30px;
    font-size: 25px;
  }
  #st-mobile-logo img {
    height: 30px;
  }
  #s-navi dt.trigger .op {
    font-size: 30px;
    width: 66px;
    height: 58px;
  }
  #s-navi dt.trigger .op.has-text .fa:after {
    margin-top: 4px;
  }
  #s-navi dt.trigger .op-st,
  #s-navi dt.trigger .op-st2 {
    line-height: 40px;
  }
  #s-navi dt.trigger .op-st {
    box-sizing: border-box;
    font-size: 30px;
    line-height: 40px;
    padding: 9px 20px;
    overflow: hidden;
    height: 58px;
  }
  #s-navi dt.trigger .op-st2 {
    box-sizing: border-box;
    font-size: 30px;
    line-height: 40px;
    padding: 9px 20px;
    overflow: hidden;
    height: 58px;
  }
  .acordion_tree ul.menu li {
    font-size: 20px;
  }
  .acordion_tree ul.menu li a {
    padding: 15px 20px;
  }
  .acordion_tree ul.menu li .sub-menu a {
    padding-left: 40px;
  }
  .acordion_tree ul.menu li .sub-menu .sub-menu a {
    padding-left: 60px;
  }
  .acordion_tree ul.menu li .sub-menu .sub-menu .sub-menu a {
    padding-left: 80px;
  }
  .s-navi-active #st-footermenubox {
    left: 320px;
  }
  .s-navi-active.s-navi-right #st-footermenubox {
    left: -320px;
  }
  #page-top {
    font-size: 30px;
  }
  #page-top a {
    padding: 15px 19px;
  }
  .post .maruno ol li,
  .post .maruck ul li {
    line-height: 27px;
  }
  .post .maruno ol li:before,
  .post .maruck ul li:before {
    min-width: 27px;
    height: 27px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 600px) {
  p,
  .st-kaiwa-hukidashi,
  .st-kaiwa-hukidashi2,
  .yellowbox,
  .graybox,
  .redbox,
  .post ul li,
  .post ol li,
  .post h5,
  .post h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .entry-title:not(.st-css-no2),
  .post .entry-title:not(.st-css-no2) {
    font-size: 27px;
    line-height: 40px;
  }
  .h2modoki,
  h2:not(.st-css-no2) {
    font-size: 24px;
    line-height: 35px;
  }
  .post h3:not(.st-css-no2):not(.rankh3):not(#reply-title),
  .h3modoki,
  .st-step-title {
    font-size: 22px;
    line-height: 32px;
  }
  .h4modoki,
  .post h4:not(.st-css-no2):not(.point):not(.rankh4) {
    font-size: 21px;
    line-height: 31px;
  }
  header {
    text-align: left;
  }
  #headbox {
    padding: 0 10px 10px;
    margin: 0;
    text-align: center;
  }
  #headbox img {
    margin: 0 auto;
  }
  .sitename img {
    max-width: 100%;
    margin: 0;
  }
  main {
    background-color: #fff;
    padding: 20px 30px;
    padding-right: calc(constant(safe-area-inset-right) + 10px);
    padding-left: calc(constant(safe-area-inset-left) + 10px);
  }
  .st-eyecatch {
    margin: -20px -30px 10px;
  }
  .st-eyecatch-width {
    margin: 0 -30px 20px;
  }
  .st-eyecatch.st-eyecatch-under {
    margin-top: 0;
  }
  .nowhits .pop-box {
    margin: -20px 0 20px;
  }
  .nowhits-eye .pop-box {
    margin: -20px 0 20px;
  }
  .colum1.st-lp-wide .st-lp-wide-wrapper {
    margin: 0 -30px 0;
    padding: 30px 30px 10px;
  }
  .freebox {
    font-size: 18px;
    line-height: 28px;
  }
  p,
  .post h5 {
    margin-bottom: 20px;
  }
  dd p {
    margin-bottom: 5px;
  }
  .entry-title:not(.st-css-no2),
  .post .entry-title:not(.st-css-no2) {
    color: #333;
    margin-bottom: 10px;
  }
  .h2modoki:after,
  h2:not(.st-css-no2):after {
    bottom: -10px;
    left: 50px;
  }
  .h2modoki:before,
  h2:not(.st-css-no2):before {
    bottom: -10px;
    left: 50px;
  }
  .tuzuki a {
    width: 50%;
  }
  .post p.cardbox-more {
    display: inline-block;
  }
  .kanren .clearfix dd h5:not(.st-css-no2) a {
    font-size: 16px;
    line-height: 26px;
  }
  .kanren:not(.st-cardbox) .clearfix dd p {
    font-size: 16px;
    line-height: 26px;
  }
  .kanren .no-thumbitiran h3:not(.st-css-no2) {
    font-size: 16px;
    line-height: 26px;
  }
  .kanren.pop-box dd h5:not(.st-css-no2),
  #side .kanren.pop-box dd h5:not(.st-css-no2) {
    font-size: 18px;
    line-height: 27px;
  }
  aside h4:not(.st-css-no2),
  #side aside h4:not(.st-css-no2),
  .st-widgets-title:not(.st-css-no2) {
    font-size: 16px;
  }
  #side aside #mybox ul li ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .yellowbox,
  .redbox,
  .graybox {
    margin-bottom: 20px;
  }
  .st-mybtn.st-btn-default {
    width: 60%;
  }
  .adbox {
    margin: 0;
    text-align: left;
  }
  .adbox div {
    margin: 0;
  }
  .middle-ad {
    margin: 0 0 10px;
    text-align: left;
  }
  .responbox .lbox img {
    width: 100%;
    box-sizing: border-box;
  }
  .responbox30 .lbox {
    float: left;
    padding-right: 15px;
    width: 30%;
    box-sizing: border-box;
  }
  .responbox30 .rbox {
    float: left;
    box-sizing: border-box;
    width: 70%;
  }
  .responbox33 .lbox {
    float: left;
    padding: 5px;
    width: 33.33%;
    box-sizing: border-box;
  }
  .responbox .lbox {
    float: left;
    padding-right: 15px;
    width: 40%;
    box-sizing: border-box;
  }
  .responbox .rbox {
    float: left;
    box-sizing: border-box;
    width: 60%;
  }
  .responbox40 .lbox {
    float: left;
    padding-right: 15px;
    width: 40%;
    box-sizing: border-box;
  }
  .responbox40 .rbox {
    float: left;
    box-sizing: border-box;
    width: 60%;
  }
  .responbox50 .lbox {
    float: left;
    padding-right: 7px;
    width: 50%;
    box-sizing: border-box;
  }
  .responbox50 .rbox {
    float: left;
    padding-left: 7px;
    box-sizing: border-box;
    width: 50%;
  }
  .responbox60 .lbox {
    float: left;
    padding-right: 15px;
    width: 60%;
    box-sizing: border-box;
  }
  .responbox60 .rbox {
    float: left;
    box-sizing: border-box;
    width: 40%;
  }
  .responbox70 .lbox {
    float: left;
    padding-right: 15px;
    width: 70%;
    box-sizing: border-box;
  }
  .responbox70 .rbox {
    float: right;
    box-sizing: border-box;
    width: 30%;
  }
  #topnews-box div {
    padding: 0 10px 10px;
  }
  #topnews-box div.rss-bar {
    font-size: 14px;
  }
  #topnews-box dt {
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    float: left;
    width: 90px;
    clear: both;
  }
  #topnews-box dd {
    padding-left: 100px;
    padding-bottom: 5px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #topnews-box div dl dd a {
    text-decoration: none;
  }
  #topnews dt {
    float: left;
    width: 150px;
  }
  #topnews dt img {
    width: 100%;
  }
  #topnews dd {
    padding-left: 170px;
  }
  #topnews .clearfix dd h5 {
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 5px;
  }
  #topnews .clearfix dd p {
    font-size: 13px;
    color: #666;
    line-height: 24px;
    margin: 0;
    padding: 0;
  }
  #topnews .clearfix dd h5 a {
    color: #333;
    text-decoration: none;
  }
  .colum1 #side {
    display: none;
  }
  .colum1 main {
    margin: 0 -10px 20px;
    padding: 20px 30px;
    padding-right: calc(constant(safe-area-inset-right) + 10px);
    padding-left: calc(constant(safe-area-inset-left) + 10px);
  }
  .home .colum1 main,
  .category .colum1 main {
    padding-right: calc(constant(safe-area-inset-right) + 10px) !important;
    padding-left: calc(constant(safe-area-inset-left) + 10px) !important;
  }
  #hakusinote .colum1 main {
    margin: 0;
    padding: 20px;
  }
  .colum1 .st-eyecatch {
    margin: -20px -50px 10px;
  }
  .colum1 .st-eyecatch-width {
    margin: 0 -50px 20px;
  }
  .colum1 .st-eyecatch.st-eyecatch-under {
    margin-top: 0;
  }
  main .st-formbtn {
    width: 60%;
    margin: 20px auto;
  }
  .st-youtube .fa-youtube-play {
    font-size: 60px;
    width: 60px;
    height: 60px;
  }
  .st-cardbox .clearfix dd h5 {
    margin-bottom: 10px;
  }
  .st-cardstyleb .st-cardbox {
    border: none;
    padding: 0;
  }
  .st-cardstyleb .kanren dl,
  .st-cardstyleb .kanren.st-cardbox dl:last-child {
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
  }
  .st-cardstyleb .kanren dl {
    width: 100%;
  }
  .st-cardstyleb .kanren dt {
    float: none !important;
    width: 100% !important;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .st-cardstyleb .kanren dt img {
    width: 100% !important;
  }
  .st-cardstyleb .kanren dd {
    padding: 20px;
  }
  .st-cardstyleb .kanren .clearfix dd p {
    line-height: 1.8;
  }
  .st-cardstyleb .kanren .st-top-box {
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
  }
  .st-cardstyleb .kanren .st-top-box dl {
    margin-bottom: 0;
    position: relative;
  }
  .st-cardstyleb .kanren .st-top-box a.st-box-a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
  }
  .st-cardstyleb .kanren .st-top-box a:hover {
    text-decoration: none;
    background: #fff;
    opacity: 0.3;
  }
  .st-cardstyleb .kanren .st-top-box img.size-full,
  .st-cardstyleb .kanren .st-top-box img.size-large {
    margin-bottom: 0;
  }
  .st-cardstyleb .cardbox-more a {
    display: block;
  }
  #st_toc_container > ul > li {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  p,
  .st-kaiwa-hukidashi,
  .st-kaiwa-hukidashi2,
  .yellowbox,
  .graybox,
  .redbox,
  .post ul li,
  .post ol li,
  .post h5,
  .post h6,
  .post table tr td,
  table tr td {
    font-size: 15px;
    line-height: 27px;
  }
  .entry-title:not(.st-css-no2),
  .post .entry-title:not(.st-css-no2) {
    font-size: 27px;
    line-height: 40px;
  }
  .h2modoki,
  h2:not(.st-css-no2) {
    font-size: 22px;
    line-height: 32px;
  }
  .post h3:not(.st-css-no2):not(.rankh3):not(#reply-title),
  .h3modoki,
  .st-step-title {
    font-size: 20px;
    line-height: 30px;
  }
  .h4modoki,
  .post h4:not(.st-css-no2):not(.point):not(.rankh4) {
    background-color: #f3f3f3;
    font-size: 16px;
    line-height: 26px;
  }
  .st-cardbox .clearfix dd h5,
  .post .st-cardbox .clearfix dd h5,
  #side .st-cardbox .clearfix dd h5 {
    border-bottom: 1px dotted #ccc;
  }
  .post-card-list-item .st-catgroup.itiran-category .catname {
    padding: 8px;
  }
  a:hover img {
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  #playnow:hover {
    opacity: 0.6;
  }
  header .sitename a:hover {
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  .post .st-catgroup a:hover {
    opacity: 0.5;
  }
  .rssbox a:hover {
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  #side aside .st-pagelists ul li a:hover {
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  .tagcloud a:hover {
    opacity: 0.5;
  }
  a:hover .st-formbtn {
    opacity: 0.7;
  }
  a:hover .st-originalbtn {
    opacity: 0.7;
  }
  .wpcf7-submit:hover {
    opacity: 0.9;
  }
  .st-cardstyle .kanren .st-top-box a:hover {
    text-decoration: none;
    background: #fff;
    opacity: 0.3;
  }
  .op-st:hover {
    opacity: 0.5;
  }
  .op-st2:hover {
    opacity: 0.5;
  }
  .st-pagelink a:hover {
    opacity: 0.5;
  }
  #topnews-box {
    padding: 10px 0;
  }
  .st-author-sns .fa {
    font-size: 150%;
  }
  #side .st-author-description {
    font-size: 80%;
    margin-bottom: 10px;
  }
  #st-menuwide {
    border-radius: 1px;
    border: solid 1px #e0dede;
    padding: 0;
    margin: 0 auto;
    background: #f3f3f3;
    background: -webkit-linear-gradient(#fff 0%, #f3f3f3 100%);
    background: linear-gradient(#fff 0%, #f3f3f3 100%);
  }
  nav.smanone {
    margin: 0 auto;
  }
  nav.st5 {
    margin: 0 auto;
  }
  header .smanone ul.menu li .fa,
  header nav.st5 ul.menu li .fa,
  header #st-menuwide div.menu li .fa,
  header #st-menuwide nav.menu li .fa {
    margin-right: 5px;
  }
  header .smanone ul.menu li {
    box-sizing: border-box;
    list-style-type: none;
    float: left;
    width: 160px;
    height: 40px;
    text-align: center;
    border-right: solid 1px #f3f3f3;
    position: relative;
  }
  header .smanone ul.menu > li:last-child {
    border: none;
  }
  header .smanone ul.menu li a {
    display: block;
    font-size: 13px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #000;
    text-decoration: none;
    position: relative;
    z-index: 1;
  }
  header .smanone ul.menu li li a {
    background: #f3f3f3;
    border-top: #ccc dotted 1px;
    z-index: 99999;
  }
  header .smanone ul.menu li a:hover {
    color: red;
  }
  header .smanone ul.sub-menu li ul.sub-menu {
    position: absolute;
    left: 160px;
    top: 0;
  }
  header .smanone ul.sub-menu {
    display: none;
  }
  header .smanone ul.menu {
    zoom: 1;
  }
  * + html header .smanone ul.menu li {
    display: inline;
    zoom: 1;
  }
  * + html header .smanone ul.sub-menu {
    zoom: 1;
    position: relative;
  }
  #side aside .st-pagelists ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #side aside .st-pagelists .sub-menu a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #side aside .st-pagelists .sub-menu .sub-menu a {
    padding-top: 8px;
    padding-bottom: 0;
  }
  #side aside .st-pagelists .sub-menu .sub-menu li:last-child {
    padding-bottom: 8px;
  }
  .smanone {
    display: block;
  }
  .pcnone {
    display: none !important;
  }
  header {
    padding: 0;
  }
  #header-l {
    padding-top: 0;
  }
  #headbox {
    padding: 10px;
    margin: 0 auto;
    text-align: left;
  }
  #headbox img {
    margin: 0;
  }
  #st-headwide #headbox img {
    margin: 0 auto;
  }
  nav {
    display: block;
  }
  .ie7 aside ul li,
  .ie8 aside ul li,
  .ie9 aside ul li {
    display: list-item;
    padding: 0;
  }
  .freebox {
    font-size: 14px;
    line-height: 24px;
  }
  p,
  .post h5 {
    margin-bottom: 20px;
  }
  dd p {
    margin-bottom: 5px;
  }
  .entry-title:not(.st-css-no2),
  .post .entry-title:not(.st-css-no2) {
    color: #333;
    margin-bottom: 10px;
  }
  .blogbox p {
    font-size: 13px;
    margin: 0;
    color: #ccc;
    line-height: 18px;
  }
  .h2modoki:after,
  h2:not(.st-css-no2):after {
    bottom: -10px;
    left: 50px;
  }
  .h2modoki:before,
  h2:not(.st-css-no2):before {
    bottom: -10px;
    left: 50px;
  }
  .post dd h5:not(.st-css-no2) {
    margin-bottom: 5px;
  }
  #side aside ul li {
    font-size: 14px;
    line-height: 24px;
  }
  #side aside #mybox ul li ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .kanren.pop-box dd h5:not(.st-css-no2),
  #side .kanren.pop-box dd h5:not(.st-css-no2) {
    font-size: 16px;
    line-height: 26px;
  }
  .yellowbox,
  .redbox,
  .graybox {
    margin-bottom: 20px;
  }
  .clip-memotext > * {
    font-size: 90%;
  }
  .st-memobox2 > * {
    font-size: 90%;
  }
  .post .st-minihukidashi,
  .st-minihukidashi {
    font-size: 90%;
  }
  #header-l {
    float: left;
    max-width: 380px;
  }
  #header-r {
    float: right;
    max-width: 400px;
    padding-top: 0;
  }
  #header-r a {
    text-decoration: none;
  }
  #header-r p {
    margin: 0;
  }
  #header-r .footermenubox {
    margin-bottom: 10px;
  }
  #header-r .footermenust {
    padding: 0 10px 0 0;
    margin: 0 0 5px;
    text-align: right;
  }
  #header-r .footermenust li {
    border-right: 1px solid #000;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
  }
  #header-r .footermenust li:last-child {
    border-right: none;
  }
  #header-r .footermenust a {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #000;
  }
  .head-telno {
    font-size: 25px;
    padding: 0 10px 10px;
    text-align: center;
  }
  #header-r .head-telno {
    text-align: center;
  }
  .head-telno a {
    color: #000;
  }
  header .headbox .textwidget {
    padding: 5px 10px;
    border-radius: 3px;
  }
  #footer .headbox .textwidget {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 3px;
    margin: 0 auto 10px;
    background: #ccc;
  }
  #footer .headbox p {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 0;
  }
  #st-headwide #header-l {
    float: none;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  #st-headwide #header-r {
    display: none;
  }
  .footer-r {
    box-sizing: border-box;
    padding: 0 15px 10px 0;
    text-align: left;
  }
  .footer-r > * {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
  }
  .footer-l {
    float: left;
    width: 30%;
    min-width: 300px;
    box-sizing: border-box;
    text-align: left;
    padding: 0 20px 0 0;
  }
  .footer-l > * {
    text-align: left;
  }
  .footer-l .head-telno {
    padding-left: 0;
  }
  .footer-r {
    float: right;
    width: 70%;
    box-sizing: border-box;
  }
  .footer-r.footer-column3 {
    padding-right: 0;
  }
  .footer-r-2 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .footer-r-3 {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .st-pagelink .page-numbers {
    padding: 7px 8px;
  }
  #side aside .st-pagelists li {
    font-size: 13px;
    line-height: 24px;
  }
  aside h4:not(.st-css-no2),
  #side aside h4:not(.st-css-no2),
  .st-widgets-title:not(.st-css-no2) {
    font-size: 14px;
  }
  #wrapper {
    overflow: visible;
    padding: 0;
    width: 100%;
  }
  #st-header {
    margin: 0 auto;
  }
  #content {
    margin: 0 auto;
  }
  #content-w {
    padding-top: 10px;
  }
  #side {
    padding: 0;
  }
  footer {
    width: 100%;
  }
  #footer {
    margin: 0 auto;
  }
  #footer-in {
    margin: 0 auto;
  }
  .st-eyecatch {
    margin: -30px -50px 10px;
  }
  .st-eyecatch-width {
    margin: 0 -50px 20px;
  }
  .st-eyecatch.st-eyecatch-under {
    margin-top: 0;
  }
  .st-eyecatch img {
    border-radius: 4px 4px 0 0;
  }
  .st-eyecatch.st-eyecatch-under img {
    border-radius: 0;
  }
  .colum1.st-lp-wide .st-lp-wide-wrapper {
    margin: 0 -70px 0;
    padding: 40px 70px 20px;
  }
  .colum1 #side {
    display: none;
  }
  .colum1 main {
    margin: 0 0 20px;
    padding: 30px 70px;
  }
  #hakusinote #st-header,
  #hakusinote #content,
  #hakusinote #footer-in {
    max-width: 800px;
  }
  #hakusinote .colum1 main {
    margin: 0;
    padding: 20px;
  }
  .sns {
    width: 90%;
  }
  .sns li {
    width: 33%;
  }
  .snstext {
    display: inline;
  }
  dd h3 a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
  }
  .kanren:not(.st-cardbox) .clearfix dd p {
    font-size: 80%;
    line-height: 1.7;
  }
  .colum1 .st-eyecatch {
    margin: -30px -70px 10px;
  }
  .colum1 .st-eyecatch-width {
    margin: 0 -70px 20px;
  }
  .colum1 .st-eyecatch.st-eyecatch-under {
    margin-top: 0;
  }
  nav.st5 {
    padding: 5px;
    display: block;
  }
  nav.st5 li {
    list-style: none;
    position: relative;
    float: left;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  nav.st5 li:last-child {
    border: none;
  }
  nav.st5 li .sub-menu,
  nav.menu li .children {
    display: none;
  }
  nav.st5 li a {
    color: #333;
    text-decoration: none;
  }
  .menu-nav.st5igation-container {
    overflow: hidden;
  }
  nav.st5 li a:hover {
    text-decoration: underline;
  }
  #st-menuwide div.menu,
  #st-menuwide nav.menu {
    margin: 0 auto;
    padding: 5px;
    display: block;
  }
  #st-menuwide div.menu:after,
  #st-menuwide nav.menu:after {
    content: "";
    display: block;
    clear: both;
  }
  #st-menuwide div.menu li,
  #st-menuwide nav.menu li {
    position: relative;
    float: left;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #st-menuwide div.menu li:last-child,
  #st-menuwide nav.menu li:last-child {
    border: none;
  }
  #st-menuwide div.menu li .sub-menu,
  #st-menuwide nav.menu li .sub-menu {
    display: none;
  }
  #st-menuwide div.menu li a,
  #st-menuwide nav.menu li a {
    color: #333;
    text-decoration: none;
  }
  .nowhits .pop-box {
    position: relative;
    margin: -30px 0 20px;
    border-top: solid 1px #feb20a;
  }
  .st-eyecatch + .nowhits .pop-box {
    position: relative;
    margin: -20px 0 20px;
    border-top: solid 1px #feb20a;
  }
  .nowhits-eye .pop-box {
    position: relative;
    margin: -20px 0 20px;
    border-top: solid 1px #feb20a;
  }
  .nowhits .p-entry {
    top: 0;
    left: 0;
  }
  .nowhits .p-entry-t {
    margin-bottom: 30px;
  }
  .wpcf7-submit {
    width: 50%;
  }
  .st-middle-menu {
    display: none;
  }
  #st_toc_container {
    padding-left: 30px;
    padding-right: 30px;
  }
  #st_toc_container > ul > li {
    font-size: 16px;
  }
  #st_toc_container.only-toc > ul > li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .post .scroll-box table td,
  .post .scroll-box table td p {
    white-space: nowrap;
  }
  .scroll-box {
    position: relative;
  }
  .scroll-box:before {
    content: "\f0ec";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(204, 204, 204, 0.8);
    padding: 0.2em;
    font-size: 120%;
    border-radius: 0 0 5px;
    color: #fff;
  }
  .cardbox-more a {
    display: block;
  }
  .st-h-ad {
    margin: 0 -15px 20px;
    text-align: center;
    width: initial !important;
  }
  .sp-ad {
    margin: 0 -15px;
    text-align: center;
    width: initial !important;
  }
  .slick-slides-to-show-3 .post-card-date,
  .slick-slides-to-show-2 .post-slide-date,
  .is-small-columns-2 .post-card-date,
  .is-small-columns-3 .post-card-date {
    font-size: 0.7em;
  }
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 0 0;
}
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: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: 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"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@-webkit-keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  100%,
  75% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  100%,
  75% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.faa-parent.animated-hover:hover > .faa-wrench,
.faa-wrench.animated,
.faa-wrench.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}
.faa-parent.animated-hover:hover > .faa-wrench.faa-fast,
.faa-wrench.animated-hover.faa-fast:hover,
.faa-wrench.animated.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-wrench.faa-slow,
.faa-wrench.animated-hover.faa-slow:hover,
.faa-wrench.animated.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  100%,
  20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  100%,
  20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.faa-parent.animated-hover:hover > .faa-ring,
.faa-ring.animated,
.faa-ring.animated-hover:hover {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  transform-origin-z: initial;
}
.faa-parent.animated-hover:hover > .faa-ring.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-ring.animated.faa-fast {
  -webkit-animation: ring 1s ease infinite;
  animation: ring 1s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-ring.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-ring.animated.faa-slow {
  -webkit-animation: ring 3s ease infinite;
  animation: ring 3s ease infinite;
}
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100%,
  22% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100%,
  22% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.faa-parent.animated-hover:hover > .faa-vertical,
.faa-vertical.animated,
.faa-vertical.animated-hover:hover {
  -webkit-animation: vertical 2s ease infinite;
  animation: vertical 2s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-vertical.faa-fast,
.faa-vertical.animated-hover.faa-fast:hover,
.faa-vertical.animated.faa-fast {
  -webkit-animation: vertical 1s ease infinite;
  animation: vertical 1s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-vertical.faa-slow,
.faa-vertical.animated-hover.faa-slow:hover,
.faa-vertical.animated.faa-slow {
  -webkit-animation: vertical 4s ease infinite;
  animation: vertical 4s ease infinite;
}
@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  100%,
  36% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  100%,
  36% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite;
}
.faa-horizontal.animated-hover.faa-fast:hover,
.faa-horizontal.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
  -webkit-animation: horizontal 1s ease infinite;
  animation: horizontal 1s ease infinite;
}
.faa-horizontal.animated-hover.faa-slow:hover,
.faa-horizontal.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
  -webkit-animation: horizontal 3s ease infinite;
  animation: horizontal 3s ease infinite;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
  -webkit-animation: flash 2s ease infinite;
  animation: flash 2s ease infinite;
}
.faa-flash.animated-hover.faa-fast:hover,
.faa-flash.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-flash.faa-fast {
  -webkit-animation: flash 1s ease infinite;
  animation: flash 1s ease infinite;
}
.faa-flash.animated-hover.faa-slow:hover,
.faa-flash.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-flash.faa-slow {
  -webkit-animation: flash 3s ease infinite;
  animation: flash 3s ease infinite;
}
@-webkit-keyframes bounce {
  0%,
  10%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  10%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-bounce {
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}
.faa-bounce.animated-hover.faa-fast:hover,
.faa-bounce.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
  -webkit-animation: bounce 1s ease infinite;
  animation: bounce 1s ease infinite;
}
.faa-bounce.animated-hover.faa-slow:hover,
.faa-bounce.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
  -webkit-animation: bounce 3s ease infinite;
  animation: bounce 3s ease infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.faa-parent.animated-hover:hover > .faa-spin,
.faa-spin.animated,
.faa-spin.animated-hover:hover {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-spin.faa-fast,
.faa-spin.animated-hover.faa-fast:hover,
.faa-spin.animated.faa-fast {
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-spin.faa-slow,
.faa-spin.animated-hover.faa-slow:hover,
.faa-spin.animated.faa-slow {
  -webkit-animation: spin 2.2s linear infinite;
  animation: spin 2.2s linear infinite;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-float {
  -webkit-animation: float 2s linear infinite;
  animation: float 2s linear infinite;
}
.faa-float.animated-hover.faa-fast:hover,
.faa-float.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-float.faa-fast {
  -webkit-animation: float 1s linear infinite;
  animation: float 1s linear infinite;
}
.faa-float.animated-hover.faa-slow:hover,
.faa-float.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-float.faa-slow {
  -webkit-animation: float 3s linear infinite;
  animation: float 3s linear infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.faa-parent.animated-hover:hover > .faa-pulse,
.faa-pulse.animated,
.faa-pulse.animated-hover:hover {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-pulse.faa-fast,
.faa-pulse.animated-hover.faa-fast:hover,
.faa-pulse.animated.faa-fast {
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-pulse.faa-slow,
.faa-pulse.animated-hover.faa-slow:hover,
.faa-pulse.animated.faa-slow {
  -webkit-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-shake,
.faa-shake.animated,
.faa-shake.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-shake.faa-fast,
.faa-shake.animated-hover.faa-fast:hover,
.faa-shake.animated.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-shake.faa-slow,
.faa-shake.animated-hover.faa-slow:hover,
.faa-shake.animated.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%,
  60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  100%,
  80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%,
  60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  100%,
  80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.faa-parent.animated-hover:hover > .faa-tada,
.faa-tada.animated,
.faa-tada.animated-hover:hover {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-tada.faa-fast,
.faa-tada.animated-hover.faa-fast:hover,
.faa-tada.animated.faa-fast {
  -webkit-animation: tada 1s linear infinite;
  animation: tada 1s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-tada.faa-slow,
.faa-tada.animated-hover.faa-slow:hover,
.faa-tada.animated.faa-slow {
  -webkit-animation: tada 3s linear infinite;
  animation: tada 3s linear infinite;
}
@-webkit-keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
.faa-parent.animated-hover:hover > .faa-passing,
.faa-passing.animated,
.faa-passing.animated-hover:hover {
  -webkit-animation: passing 2s linear infinite;
  animation: passing 2s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-passing.faa-fast,
.faa-passing.animated-hover.faa-fast:hover,
.faa-passing.animated.faa-fast {
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-passing.faa-slow,
.faa-passing.animated-hover.faa-slow:hover,
.faa-passing.animated.faa-slow {
  -webkit-animation: passing 3s linear infinite;
  animation: passing 3s linear infinite;
}
@-webkit-keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
}
@keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
}
.faa-parent.animated-hover:hover > .faa-passing-reverse,
.faa-passing-reverse.animated,
.faa-passing-reverse.animated-hover:hover {
  -webkit-animation: passing-reverse 2s linear infinite;
  animation: passing-reverse 2s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-fast,
.faa-passing-reverse.animated-hover.faa-fast:hover,
.faa-passing-reverse.animated.faa-fast {
  -webkit-animation: passing-reverse 1s linear infinite;
  animation: passing-reverse 1s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-slow,
.faa-passing-reverse.animated-hover.faa-slow:hover,
.faa-passing-reverse.animated.faa-slow {
  -webkit-animation: passing-reverse 3s linear infinite;
  animation: passing-reverse 3s linear infinite;
}
@-webkit-keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
  -webkit-animation: burst 2s infinite linear;
  animation: burst 2s infinite linear;
}
.faa-burst.animated-hover.faa-fast:hover,
.faa-burst.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-burst.faa-fast {
  -webkit-animation: burst 1s infinite linear;
  animation: burst 1s infinite linear;
}
.faa-burst.animated-hover.faa-slow:hover,
.faa-burst.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-burst.faa-slow {
  -webkit-animation: burst 3s infinite linear;
  animation: burst 3s infinite linear;
}
@-webkit-keyframes falling {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
}
@keyframes falling {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
}
.faa-falling.animated,
.faa-falling.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-falling {
  -webkit-animation: falling 2s linear infinite;
  animation: falling 2s linear infinite;
}
.faa-falling.animated-hover.faa-fast:hover,
.faa-falling.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-falling.faa-fast {
  -webkit-animation: falling 1s linear infinite;
  animation: falling 1s linear infinite;
}
.faa-falling.animated-hover.faa-slow:hover,
.faa-falling.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-falling.faa-slow {
  -webkit-animation: falling 3s linear infinite;
  animation: falling 3s linear infinite;
}

.pc {
  display: none;
}
.sp {
  display: block;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Century Gothic", -apple-system, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", YuGothic,
    YuGothicM, sans-serif;
}
body {
  position: relative;
  min-width: 320px;
  color: #222;
  font-size: 15px;
  word-break: break-all;
  background-color: #fff;
}
body:not(.front-page) {
  margin-bottom: 100px;
}
section {
  margin-bottom: 2em;
}
div,
p,
li,
dd,
td,
code,
pre,
td span,
p span,
li span,
#side #mybox li a,
footer li a {
  font-family: "メイリオ", "Meiryo", -apple-system, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-size: calc(1.25rem + ((1vw - 4.8px) * 0.4167));
}
.post .entry-content h5:not(.kanren-t):not(.popular-t):not(.st-cardbox-t),
.post .entry-content h6 {
  font-size: 18px !important;
  margin-bottom: 0;
  line-height: 1.4;
}
.h2modoki,
.post h2:not(.st-css-no) {
  padding: 0.5em 0.5em 0.5em 1.5em !important;
}
.h3modoki,
.post h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title) {
  padding-left: 10px;
  position: relative;
  font-size: 22px;
  border-top: none !important;
}
.h3modoki,
.post h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title):before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30%;
  height: 1px;
  background: #00359e;
}
.post
  h3.both_sides:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title) {
  margin: 0;
  padding: 10px 50px;
  color: #00359e;
  text-align: center;
  border: none;
  overflow: hidden;
}
.post h3.both_sides strong {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.post h3.both_sides strong:before,
.post h3.both_sides strong:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  margin: auto;
  background: #00359e;
}
.post h3.both_sides strong:after {
  left: 100%;
}
.h4modoki,
.post h4:not(.st-css-no):not(.st-matome):not(.rankh4):not(.point) {
  font-size: 20px;
  border-left-width: 2px !important;
}
.entry-content > p,
.entry-content > section > p {
  padding: 0 10px 10px;
  font-size: 16px;
  line-height: 1.75;
}
header ul,
footer ul,
.sidebar ul {
  padding: 0;
}
header li,
footer li,
.sidebar li,
.post .voice li {
  list-style: none;
}
dt {
  font-weight: 700;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #8ac4ff;
  outline: none;
}
.st-triangle-down {
  border: 40px solid transparent;
  border-bottom: none;
  border-top-width: 30px;
}
  .fa,
.fab,
.fal,
.far,
.fas {
  margin-right: 3px;
}
.entry-title:not(.st-css-no2),
.post .entry-title:not(.st-css-no2) {
  padding: 15px;
  color: #fff;
  text-align: center;
  background-color: #00359e;
  border-top: 3px solid #ff5003;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.kdate {
  display: block;
  text-align: right;
}
figure {
  margin: 10px 0;
}
.btn-main {
  padding-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
}
.btn-main p {
  margin: 0;
  font-size: 18px;
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans";
}
.btn-main p:first-child {
  color: #000;
  font-weight: 700;
}
.btn-main p a {
  font-size: 15px;
}
.btn-main > a {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  background: #ff5003;
  background: -moz-linear-gradient(
    top,
    #ff763a 0%,
    #ff5003 51%,
    #ff5003 97%,
    #cd3f00 97%
  );
  background: -webkit-linear-gradient(
    top,
    #ff763a 0%,
    #ff5003 51%,
    #ff5003 97%,
    #cd3f00 97%
  );
  background: linear-gradient(
    to bottom,
    #ff763a 0%,
    #ff5003 51%,
    #ff5003 97%,
    #cd3f00 97%
  );
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #b32d00;
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.35),
    inset 0px 2px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.35),
    inset 0px 2px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.35),
    inset 0px 2px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0px #ab1d00;
}
.mainbox a[target="_blank"]:not([href*="insweb"]):after {
  content: none;
}
.btn-main > a,
.mainbox a[target="_blank"]:not([href*="insweb"]) {
  position: relative;
}
.btn-main > a:after {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  width: 0.8em;
  height: 0.8em;
  right: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 5px;
  box-sizing: border-box;
  color: #ffe200;
  font-size: 0.8em;
  line-height: 0.8;
  text-shadow: none;
}
.btn-main > a:hover {
  opacity: 1 !important;
  -webkit-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
  background: -moz-linear-gradient(
    top,
    #ff5003 0%,
    #ff5003 51%,
    #ff763a 98%,
    #cd3f00 98%
  );
  background: -webkit-linear-gradient(
    top,
    #ff5003 0%,
    #ff5003 51%,
    #ff763a 98%,
    #cd3f00 98%
  );
  background: linear-gradient(
    to bottom,
    #ff5003 0%,
    #ff5003 51%,
    #ff763a 98%,
    #cd3f00 98%
  );
  box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.35),
    inset 0px 2px 0 rgba(255, 255, 255, 0.2);
}
.btn-main > a:active {
  -webkit-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
  background: -moz-linear-gradient(top, #ff5003 0%, #ff5003 51%, #ff763a 100%);
  background: -webkit-linear-gradient(
    top,
    #ff5003 0%,
    #ff5003 51%,
    #ff763a 100%
  );
  background: linear-gradient(to bottom, #ff5003 0%, #ff5003 51%, #ff763a 100%);
}
p.st-step-title {
  padding-left: 60px;
}
body {
  background-color: #fff;
}
main {
  padding: 0;
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  main {
    padding: 0 !important;
  }
}
#content-w {
  padding: 10px 2vw 20px;
  box-sizing: border-box;
}
header {
  text-align: left;
}
#headbox {
  padding: 0;
}
#headbox img {
  margin: 0;
}
#headbox .menu-serviceicon img {
  margin: 0 auto;
}
#header-l {
  padding: 0 10px 5px;
}
.sitename {
  position: relative;
}
.sitename:after {
  position: absolute;
  content: "";
  width: 140px;
  height: 38px;
  bottom: 0;
  right: 0;
  background: url(/wp-content/uploads/breakthrough.svg) 100% 100% no-repeat;
  background-size: 100% auto;
}
.sitename img {
  display: block;
  width: 140px;
}
#gazou-wide img {
  margin: auto;
}
html.s-navi-right.s-navi-active #st-ami:before {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  z-index: 999;
  content: "";
  width: 100%;
  height: 100%;
}
#s-navi {
  margin: 0;
  position: relative;
  z-index: 9999;
}
#s-navi:after {
  content: none;
}
.s-navi-right #s-navi dt.trigger {
  position: relative;
  display: block;
  padding: 0;
}
.s-navi-right #s-navi dt.trigger p + p {
  position: absolute;
  left: 10px;
  top: calc(50% - 0.75em);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.acordion_tree ul.menu li .fa,
#s-navi .acordion_tree ul.menu li .menu-item-icon.fa {
  color: #ff5003;
}
.acordion_tree ul.menu li li {
  background: #f2f2f2;
}
.s-navi-right #s-navi dt.trigger .acordion_button {
  position: absolute;
  right: 0;
  border-left: 1px solid #fff;
}
#s-navi dt.trigger .op.has-text .fa:after {
  display: block;
  font-weight: 400;
}
.st-ac-box-bottom {
  padding: 0;
}
.btn-box {
  position: relative;
  padding: 10px;
  background-color: #00359e;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.btn-box .btn-main p:first-child {
  color: #ffe200;
}
.btn-box .btn-main {
  padding: 0;
}
.btn-box .btn-main > a {
  margin: 0;
}
.btn-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0 0;
}
.btn-box ul li {
  width: 50%;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  background-color: #fff;
  border: 3px solid #00359e;
  border-radius: 10px;
  box-sizing: border-box;
}
header .smanone ul.menu li li a {
  color: #333;
}
#breadcrumb {
  margin: 0 0 5px;
}
.post #breadcrumb ol li {
  line-height: 1.2;
}
#side .dfad img {
  display: block;
  margin: 0 auto 5px;
}
#side .dfad:last-child img {
  margin-bottom: 20px;
}
aside h4:not(.st-css-no2),
#side aside h4:not(.st-css-no2),
.st-widgets-title:not(.st-css-no2) {
  font-size: 18px;
}
#side h4.menu_underh2 {
  position: relative;
  margin: 0 !important;
  padding: 0.7em 1em 0.6em 2.5em;
  color: #fff;
  font-size: 1.8rem;
  background-color: #419fea;
  border-radius: 5px 5px 0 0;
}
h4.menu_underh2:before {
  position: absolute;
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  left: 1em;
  top: 22.5%;
  color: #fff;
  font-size: 1.25rem;
}
#nav_menu-3 h4.menu_underh2:before {
  content: "\f21e";
}
#side #mybox ul {
  margin: 0 0 20px;
  padding: 0 15px 0 20px;
  background-color: #f4f4f4;
  border-radius: 0 0 5px 5px;
}
#side #mybox ul li:not(:last-child) {
  border-bottom: 1px dotted #999;
}
#side #mybox ul li a {
  display: block;
  position: relative;
  padding: 15px 15px 15px 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
#side #mybox ul li a:after {
  content: "";
  position: absolute;
  width: 0.25em;
  height: 0.25em;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 8px;
  border: transparent solid 1px;
  border-right: 1px solid #ff5003;
  border-bottom: 1px solid #ff5003;
  transform: rotate(-45deg);
}
#side #mybox #nav_menu-3 ul {
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
#side #mybox #nav_menu-3 li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
#side #mybox #nav_menu-3 ul a {
  padding: 10px 15px;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 1%, #f5f5f5 100%);
  background: -webkit-linear-gradient(top, #fff 1%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #fff 1%, #f5f5f5 100%);
}
#side #mybox #nav_menu-3 ul li a:after {
  right: 15px;
}
#side aside .sub-menu {
  display: none;
}
#side h5.kanren-t {
  line-height: 1.2;
  font-weight: 400;
  font-size: 14px;
}
h5.kanren-t {
  padding: 0;
  line-height: 1.2;
}
.kanren .clearfix dd h5:not(.st-css-no2) a {
  line-height: 1.45;
}
.kanren dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.post h4.point {
  margin-bottom: 10px;
  border-bottom: 1px solid #439efb;
}
.post h4.point .point-in {
  color: #fff;
  background-color: #439efb;
}
.security {
  margin: 10px auto;
  padding: 15px;
  font-size: 12px;
  background-color: #fafafa;
  border: 1px solid #ccc;
}
.security dt {
  margin-bottom: 10px;
  text-align: center;
}

.footeradd {
  padding: 10px 2vw 0;
}
.menu-serviceicon {
  padding: 20px 1.8vw 10px;
  text-align: center;
  background-color: #fcfcfc;
  border-radius: 5px;
}
.menu-serviceicon p {
  padding-bottom: 5px;
}
.menu-serviceicon ul {
  max-width: 1080px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}
.menu-serviceicon li {
  width: 10%;
  max-width: 100px;
  margin: 0 0 10px;
  font-size: 10px;
  flex-basis: 25%;
}
.menu-serviceicon li:not(.active) a {
  color: #212121;
}
.menu-serviceicon li img {
  display: block;
  width: 35px;
  height: 25px;
  margin: 0 auto 3px;
}
#footer,
#footer #footer-in {
  max-width: 100% !important;
}
.footermenubox {
  background-color: #00359e;
}
.footermenust.menu-sub {
  max-width: 1080px;
  margin: auto;
  padding: 0;
}
#footer .footermenust.menu-sub a {
  display: block;
  padding: 10px;
  text-align: center;
}
#footer .footermenust.menu-sub li {
  display: block;
  text-align: left;
  border: none;
}
#footer .footermenust.menu-sub a {
  color: #fff;
}
#footer #footer-in .menu-sbi {
  padding: 20px 10px;
  text-align: left;
  background-color: #ddd;
  box-sizing: border-box;
}
#footer #footer-in .menu-sbi > div {
  max-width: 1080px;
  margin: auto;
}
#footer #footer-in .menu-sbi strong,
#footer #footer-in .menu-sbi dt {
  font-weight: 400;
  font-size: 14px;
}
#footer #footer-in .menu-sbi dl {
  margin: 10px 0 0;
}
#footer #footer-in .menu-sbi dd {
  color: #757575;
  font-size: 12px;
  line-height: 1;
}
#footer #footer-in .menu-sbi ul {
  line-height: 1;
}
#footer #footer-in .menu-sbi li {
  margin-right: 5px;
  padding-right: 5px;
}
#footer .footermenust li {
  padding: 0;
  border-right-color: #f5f5f5;
}
#footer .footermenust.menu-sbi a {
  display: inline-block;
}
#footer .footerlogo img {
  max-width: 120px;
}
@media only screen and (max-width: 320px) {
  .acordion_tree .btn-main > a {
    font-size: 15px;
  }
  .acordion_tree .btn-box ul {
    display: block;
  }
  .acordion_tree .btn-box li {
    width: 100%;
  }
  #footer .menu-sitemap-container > ul > li {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .btn-main > a {
    font-size: 20px;
  }
  .btn-main > a:before {
    left: 0.5em;
    padding: 5px 8px 3px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 360px) and (max-width: 959px) {
  .s-navi-active #st-ami {
    left: 320px;
  }
  .s-navi-active.s-navi-right #st-ami {
    left: -320px;
  }
  #s-navi dd.acordion_tree {
    width: 320px;
    left: -320px;
    overflow: scroll;
  }
  .s-navi-right #s-navi dd.acordion_tree {
    right: -320px;
  }
  .acordion_tree .menu-serviceicon {
    margin: 1vw 1.5vw;
    padding: 10px;
  }
  .acordion_tree .menu-serviceicon li {
    max-width: 80px;
    flex-basis: 100%;
  }
  .acordion_tree .btn-main > a {
    font-size: 19px;
  }
  .acordion_tree .btn-main > a:before {
    font-size: 15px;
  }
}
@media only screen and (min-width: 600px) {
  .colum1 main {
    padding: 0;
    margin: 0;
  }
  .btn-main > a {
    max-width: 430px;
    font-size: 26px;
  }
  #headbox {
    text-align: left;
  }
}
@media print, screen and (max-width: 767px) {
  .menu-serviceicon {
    margin: 1.8vw;
  }
  #footer #footer-in .menu-sbi dt {
    margin: 8px 0 0;
  }
  #footer .footermenust.menu-sub li {
    border-bottom: 1px solid #fff;
  }
  #footer .footermenust.menu-sub li a {
    position: relative;
  }
  #footer .footermenust.menu-sub li a:after {
    content: "";
    position: absolute;
    width: 0.25em;
    height: 0.25em;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 8px;
    border: transparent solid 1px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
  }
}
@media print, screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  header .descr.sitenametop,
  header .sitename.sitenametop {
    color: #fff;
  }
  header .sitename {
    padding: 5px 0;
  }
  #footer .footermenust.menu-sub {
    display: flex;
    justify-content: space-between;
  }
  #footer .footermenust.menu-sub li {
    flex-basis: 100%;
  }
  .menu-serviceicon li {
    font-size: 11px;
  }
  #footer #footer-in .menu-sbi dt {
    display: inline-block;
    width: 11.5%;
    vertical-align: text-top;
  }
  #footer #footer-in .menu-sbi dd {
    display: inline-block;
    width: 85%;
    margin-bottom: 4px;
    padding-left: 15px;
    line-height: 1.4;
    border-left: 1px solid #888;
    vertical-align: text-top;
  }
  .kanren .clearfix dd h5:not(.st-css-no2) a {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 959px) {
  #footer #footer-in .menu-sbi {
    padding: 20px 2vw;
  }
}
@media print, screen and (min-width: 960px) {
  #content-w {
    padding-top: 20px;
  }
  .btn-main > a:before {
    font-size: 22px;
  }
  main {
    margin-right: 330px;
  }
  #st-menuwide {
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  }
  header .smanone ul.menu {
    display: flex;
    border-left: 1px solid #3c8ede;
    border-right: 1px solid #3c8ede;
  }
  header .smanone ul.menu li {
    width: auto;
    float: none;
    flex-basis: 100%;
  }
  header .smanone ul.menu > li {
    height: 55px;
  }
  header .smanone ul.menu li li a:hover {
    opacity: 1 !important;
  }
  header .smanone ul.menu > li > a {
    position: relative;
    font-weight: 700;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
  }
  header .smanone ul.menu > li > a:after {
    position: absolute;
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    bottom: 0;
    left: calc(50% - 4px);
  }
  header .smanone ul.menu > li > a:hover {
    color: #000 !important;
    text-shadow: none;
    background: #e5f5ff;
  }
  header .smanone ul.menu li li {
    height: auto;
  }
  header .smanone ul.menu li li a {
    position: relative;
    overflow: visible;
    height: auto;
    padding: 15px 20px 15px 10px;
    line-height: 1.2;
    text-align: left;
    box-sizing: border-box;
  }
  header .smanone ul.menu li li a:after {
    content: "";
    position: absolute;
    width: 0.25em;
    height: 0.25em;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 8px;
    border: transparent solid 1px;
    border-right: 1px solid #ff5003;
    border-bottom: 1px solid #ff5003;
    transform: rotate(-45deg);
  }
  header .smanone ul.menu li li a:hover {
    color: #000;
  }
  #header-l > p {
    letter-spacing: 0.65px;
  }
  .sitename:after {
    width: 200px;
    left: 160px;
    margin-bottom: 5px;
  }
  .widget_text.headbox {
    position: relative;
    top: 50px;
  }
  .widget_text.headbox .textwidget.custom-html-widget a {
    display: block;
    color: #333;
  }
  .textwidget.custom-html-widget ul {
    display: flex;
  }
  .textwidget.custom-html-widget li {
    padding-left: 15px;
  }
}

.m0 {
  margin: 0 !important;
}
.m10 {
  margin: 10px !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml5 {
  margin-left: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 20px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.p0 {
  padding: 0 !important;
}
.p10 {
  padding: 10px !important;
}
.pt1 {
  padding-top: 1px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pb1 {
  padding-bottom: 1px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.full {
  width: 100% !important;
}
.blue-1 {
  color: #00297c;
}
.blue-2 {
  color: #00359e;
}
.blue-3 {
  color: #439efb;
}
.blue-4 {
  color: #e5f5ff;
}
.yellow {
  color: #ffd21d;
}
.orange {
  color: #ff5003;
}
.pink {
  color: #fc2762;
}
.bg-blue-3 {
  background-color: #bbddff !important;
}
.bg-blue-4 {
  background-color: #ecf8ff !important;
}
.bg-yellow {
  background-color: #fff9c8 !important;
}
.bg-orange {
  background-color: #ffe7cb !important;
}
.bg-gray {
  background-color: #f2f2f2 !important;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}
.tal {
  text-align: left !important;
}
.td-u {
  text-decoration: underline;
}
.large {
  font-size: 24px !important;
  line-height: 1.4 !important;
}
.middle {
  font-size: 21px !important;
  line-height: 1.2 !important;
}
.small {
  font-size: calc(0.875rem + ((1vw - 4.8px) * -0.1389)) !important;
}
.nowrap {
  white-space: nowrap;
}
.caution {
  display: block;
  margin-top: 10px;
  padding-left: 0.8em;
  text-indent: -0.8em;
  font-size: 0.8em;
  line-height: 1.55;
  color: #666;
}
.indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.fa,
.fab,
.fal,
.far,
.fas {
  top: 0;
  bottom: 0;
  margin: auto;
}
.sns .fa-twitter,
.sns .fa-facebook,
.sns .fa-get-pocket,
.sns .st-svg-hateb,
.sns .fa-comment,
.sns .share-copy .fa-clipboard {
  font-size: 20px;
  border: none;
}
.sns li a .fa {
  padding-right: 0;
}
.sns .share-copy a {
  color: #fff;
  background: #ecbb00;
  box-shadow: 0 3px 0 #cca100;
}
.sns .share-copy a:hover {
  box-shadow: 0 2px 0 #cca100;
}
.flex-1 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.flex-1 > * {
  flex: 1;
}
a[href$=".pdf"] {
  padding: 0 0 0 0.25em;
}
a[href$=".pdf"]:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 3px;
  color: #ef0909;
}
.sankou {
  background-color: #00359e;
}
:not(header) i:not(.fa-clipboard) {
  padding: 0 3px;
}
hr {
  margin-top: 20px;
  padding-bottom: 20px;
  border: none;
  border-top: 1px solid #ccc;
}
-moz-::selection {
  background: rgba(255, 80, 3, 0.25);
}
-webkit-::selection {
  background: rgba(255, 80, 3, 0.25);
}
-ms-::selection {
  background: rgba(255, 80, 3, 0.25);
}
::selection {
  background: rgba(255, 80, 3, 0.25);
}
.bluebox {
  margin-bottom: 20px;
  padding: 1em 2vw;
  background-color: #e5f5ff;
}
.bluebox p {
  margin-bottom: 0;
}
.bluebox svg,
.redbox svg,
.yellowbox svg {
  padding-right: 5px;
}
#topnews-box div.rss-bar {
  padding: 0 0 4px;
  border-bottom: 1px solid #bdd3e8;
}
#topnews-box div.rss-bar .news-ca {
  padding: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #00359e;
}
#toc_container:not(.contracted) {
  margin-top: 10px;
}
#toc_container {
  display: table;
}
#toc_container a {
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", -apple-system, sans-serif;
}
#toc_container p.toc_title {
  text-align: center;
  font-weight: 700;
  margin: 0 0 0.5em;
  padding: 0;
}
#toc_container p:before {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  font-weight: 300;
  margin-right: 5px;
}
#toc_container ul,
#toc_container li {
  padding: 0;
}
#toc_container > ul > li:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  left: -0.6em;
  color: #bbb;
}
#toc_container li {
  position: relative;
  text-indent: -0.1em;
  font-size: 14px;
  list-style: none;
}
.post #st_toc_container ul ul,
.post #toc_container ul ul {
  margin: 0 0 0 1em;
}
#toc_container li li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -1em;
  background-color: #ccc;
}
.post ul:not(.toc_list):not(.st_toc_list):not(.children).note {
  padding: 0;
  color: #555;
}
.post ul.note li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px !important;
  line-height: 1.25em;
}
.post p + ul:not(.toc_list):not(.st_toc_list):not(.children) {
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.post table {
  margin-bottom: 5px;
}
.post table caption {
  padding-bottom: 5px;
  font-weight: 700;
  color: #333;
}
.post table tr th,
.post table tr td {
  font-size: 14px;
}
.post table th {
  padding: 10px;
  line-height: 1.45;
  background-color: #ecf8ff;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
}
.post table td {
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
}
.post table tbody tr th {
  background-color: #f8f8f8;
}
.post table.even tbody tr:nth-child(even) td {
  background: #fbfbfb;
}
.post table.odd tbody tr:nth-child(odd) td {
  background: #fbfbfb;
}
table.tableLine {
  border: none;
}
table.tableLine th,
table.tableLine td {
  border: none;
  border-bottom: 1px solid #ddd;
}
.st-cardbox {
  position: relative;
  border: 2px solid #daecff;
  background-color: #f5f9fb;
}
.st-card-excerpt {
  padding-bottom: 1em;
}
.st-cardbox .clearfix dd p.cardbox-more {
  position: absolute;
  right: -2px;
  bottom: -2px;
  color: #fff;
  font-size: 14px;
  border: none;
  background-color: #439efb;
}
.st-cardbox .clearfix dd p.cardbox-more:hover {
  color: #555;
  background: #c3e0ff;
  box-shadow: none;
}
h5.st-cardbox-t {
  font-size: 19px;
}
.rectangle {
  margin: 20px 0;
  padding: 20px 2.5vw;
  background-color: #e5f5ff;
}
.rectangle dt {
  display: inline-block;
  margin-bottom: 1em;
  color: #00359e;
  font-size: 18px;
  border-bottom: 2px solid #00359e;
}
.speechBubble {
  position: relative;
  max-width: 19em;
  margin: 30px auto 15px;
  padding: 10px 10px 10px 52px;
  box-sizing: border-box;
  background-color: #ffea96;
  border-radius: 100px;
  font-weight: 700;
  line-height: 1.2;
}
.speechBubble:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  bottom: 50%;
  width: 100%;
  height: 100%;
  max-width: 32px;
  max-height: 32px;
  margin: auto;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAMAAAC8EZcfAAACClBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZWVn/3sHZpYz/4MT+3cBcXFz//vz/9etfXl1nZWT/8uWYi4BiYWH/6tf/48r92790bmr//Pl1dXX/69r/5tD42LzjyK+OhHpqZ2T/+vb/+PH/5Mz/4cb62r7UvKbIsp+9qZicj4N/d3HfxK3Pt6PbqY+JgHduamb/7+Dx07iTk5OnmIqik4eUiH5wcHB8dW/8/Pz4+Pj/+fPu7u7/8+jo6Oj/7dzX19f/6NTFxcW3t7fszrXpzLPzzLDwx6zRuqXCrZverJKwn5CBgYH09PTx8fH/9u69vb311rqxsbHbwaunp6fmuJ3Fr5zhsZeOjo6GhoZ4cmxsbGz6+vr/+fTn5+fi4eHd3d3KysqsrKzYvqjMtaGXl5e3pJSrm4yjlIeekYWEe3TS0tL407fv0bf20LSzoZF9fX319fXu0Lbswaejo6PU1NTQ0NDrv6Sfn5//9e3r6+vq6uqdnZ3t/avAAAAAOXRSTlMA/ft7ixD4AcOpCfEdW+4n6djTxgPrpKCcLyUiy7GYd2tnSzkrKUkxt1dWB17z3c7JvpWPjoHe3EjXpVTWAAAJ+0lEQVR42sTZW08TQRQH8NnttvYiBVouAoKgggre7+dsYpM2NJE08fIiohiNFSukaQiVREIhiMRQIAgo0cQY0aAx6ndUVBR3Zjq73Z3t75GnyZk553+2EAf0dHa1a42HT16oD4cAQuH6CycPN2rtXZ09pOK8Fz2BWhU41NqAp8tLKsV7pC2igJASaTtSgUN2eqIqmKZGPZ3ERS2eCFgW8TQTVwSrTilQFuVUVZDItlsLgw1hbTeRqalBBZvUhkNElqZWBRygtDYRGZoDCjhECVQTp3k1HzjIpzk7Gnd11IPD6jt2EcdU+0ECv1P3XOfxgRQ+T50jsREFaaItxLaqEEgUOmo3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)
    center center no-repeat;
  background-size: 100% auto;
}
.speechBubble:after {
  position: absolute;
  content: "";
  left: calc(50% - 8px);
  bottom: -16px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #ffea96;
}
#st-header {
  position: relative;
}
.top {
  text-align: center;
}
.top > p {
  margin: 0 0 10px;
  line-height: 1.3;
  font-weight: 700;
}
.top > p > strong {
  color: #ff5003;
  font-size: 24px;
}
.corp-btn {
  margin: 0 5px;
}
.corp-btn a {
  display: block;
  margin: 0 auto 5px;
  padding: 10px 8px;
  color: #000;
  font-size: 14px;
  background: #f5f5f5;
  border-radius: 5px;
  position: relative;
  white-space: nowrap;
  text-align: center;
  text-indent: -1em;
}
.corp-btn a:after {
  content: "\f0a9";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #34b2a0;
}
.corp-btn.souzoku a:after {
  color: #85699e;
}
.corp-btn.online a:after {
  color: #34c6d1;
}
.st-pagelink .page-numbers {
  color: #555;
  border-color: #555;
}
.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.col-2,
ul.col-2,
.col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.col-2 div,
ul.col-2 li {
  width: 49.5%;
}
.post h3.navy {
  margin: 0 0 -15px 0 !important;
  padding: 0 !important;
  text-align: center;
  border: none !important;
}
.post h3.navy span {
  background: #00359e;
  padding: 5px 20px;
  color: #fff;
  border-radius: 100px;
}
h3.point {
  display: table;
  width: 100%;
  height: 50px;
  color: #333 !important;
  padding: 0 !important;
  border: none !important;
}
h3.point span {
  display: table-cell;
  vertical-align: middle;
}
h3.point span:first-child {
  width: 50px;
  color: #ff0;
  text-align: center;
  background: #439efb;
}
h3.point span:last-child {
  padding: 7px 5px 7px 10px;
  line-height: 1.2;
  background: #ecf8ff !important;
}
.post ul:not(.toc_list):not(.st_toc_list):not(.children).ask,
.post ul:not(.toc_list):not(.st_toc_list):not(.children).ask2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  padding: 25px 10px 10px;
  border: 2px solid #00359e;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 3px #ccc;
}
.post .ask li,
.post .ask2 li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 49.5%;
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  border-radius: 5px;
}
.post .ask2 a {
  text-shadow: 0 0 4px rgb(0 0 0/30%);
}
:root {
  --vividpink: #ff74a6;
  --vividblue: #6cc2e8;
  --vividpurple: #b699e2;
  --vividgreen: #77d2bd;
  --lightblue: #a6daf7;
  --lightpink: #f2b1cf;
  --lightyellow: #f2e29e;
  --lightgreen: #a1ce86;
}
.post .ask li:nth-child(1) {
  background: var(--vividblue);
}
.post .ask li:nth-child(2) {
  background: var(--vividpink);
}
.post .ask li:nth-child(3) {
  background: var(--vividpurple);
}
.post .ask li:nth-child(4) {
  background: var(--vividgreen);
}
.post .ask2 li:nth-child(1) {
  background: var(--lightblue);
}
.post .ask2 li:nth-child(2) {
  background: var(--lightpink);
}
.post .ask2 li:nth-child(3) {
  background: var(--lightyellow);
}
.post .ask2 li:nth-child(4) {
  background: var(--lightgreen);
}
.post .ask li:hover,
.post .ask2 li:hover {
  transform: translate(0px, 1px);
  box-shadow: none;
}
.post .ask a,
.post .ask2 a {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.post .ask a i,
.post .ask a img,
.post .ask2 a i,
.post .ask2 a img {
  font-size: 40px;
  padding-bottom: 10px;
}
.matomeBTN {
  position: relative;
  padding: 20px 10px 10px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #69bba7;
}
.matomeBTN:after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - 10px);
  border: 20px solid transparent;
  border-top: 10px solid #fff;
}
.matomeBTN > p {
  letter-spacing: 0.1em;
}
.matomeBTN > p > strong {
  font-size: calc(1.375rem + ((1vw - 4.8px) * 0.2778));
}
.post
  .select-insurance
  h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title) {
  margin: 0;
  padding: 10px;
  border: none;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
}
.post
  .select-insurance
  h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title).tameru {
  color: var(--vividpink);
  background: #ffc3d9;
}
.post
  .select-insurance
  h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title).sigo {
  color: var(--vividblue);
  background: #aadaf1;
}
.post
  .select-insurance
  h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title).rougo {
  color: var(--vividpurple);
  background: #ddc8fd;
}
.post
  .select-insurance
  h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title).kega {
  color: var(--vividgreen);
  background: #aee4d8;
}
.post
  .select-insurance
  h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title).job {
  color: #80c1e5;
  background: #b6ddf3;
}
.post
  .select-insurance
  h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title).marriage {
  color: #eb87b5;
  background: #f9c1db;
}
.post
  .select-insurance
  h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title).baby {
  color: #cfb856;
  background: #f2e29e;
}
.post
  .select-insurance
  h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title).retirement {
  color: var(--lightgreen);
  background: #b1df96;
}
.post .select-insurance h3 img {
  padding: 0 5px 0 0;
  vertical-align: text-bottom;
}
.select-insurance div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px;
  padding: 5px;
  border-radius: 0 0 5px 5px;
}
.select-insurance dl {
  width: 100%;
  max-width: calc(50% - 10px);
  margin: 5px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}
.select-insurance dt {
  font-size: 15px;
  font-weight: 400;
}
.select-insurance dl dd a {
  display: block;
  max-width: 300px;
  margin: 5px auto;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0px 0px 3px rgb(0 0 0/40%);
}
.select-insurance dl dd a:hover {
  transform: translate(0, 3px);
  box-shadow: none;
}
div.pink-2 {
  background-color: #ffe9f9;
}
div.blue {
  background-color: #e1f6ff;
}
div.purple {
  background-color: #f7e9ff;
}
div.green {
  background-color: #ddf7f1;
}
div.pink-2 dl {
  border: 1px solid #ffcfe1;
}
div.blue dl {
  border: 1px solid #b5e8ff;
}
div.purple dl {
  border: 1px solid #e0cbff;
}
div.green dl {
  border: 1px solid #abf1e1;
}
div.pink-2 dd a {
  background: var(--vividpink);
  box-shadow: 0 3px 0 #d45080;
}
div.blue dd a {
  background: var(--vividblue);
  box-shadow: 0 3px 0 #339dcc;
}
div.purple dd a {
  background: var(--vividpurple);
  box-shadow: 0 3px 0 #8e64ce;
}
div.green dd a {
  background: var(--vividgreen);
  box-shadow: 0 3px 0 #4a9c89;
}
div.lightblue {
  background-color: #e6f0f5;
}
div.lightpink {
  background-color: #ffedf5;
}
div.lightyellow {
  background-color: #f9f4dd;
}
div.lightgreen {
  background-color: #e6f3de;
}
div.lightblue dl {
  border: 1px solid var(--lightblue);
}
div.lightpink dl {
  border: 1px solid var(--lightpink);
}
div.lightyellow dl {
  border: 1px solid var(--lightyellow);
}
div.lightgreen dl {
  border: 1px solid var(--lightgreen);
}
div.lightblue dd a {
  background: var(--lightblue);
  box-shadow: 0 3px 0 #8cc5e5;
}
div.lightpink dd a {
  background: var(--lightpink);
  box-shadow: 0 3px 0 #e59abc;
}
div.lightyellow dd a {
  background: var(--lightyellow);
  box-shadow: 0 3px 0 #e1cd78;
}
div.lightgreen dd a {
  background: var(--lightgreen);
  box-shadow: 0 3px 0 #8cb772;
}
.folw dl {
  border: 2px solid #439efb;
  background: #e5f5ff;
}
.content-accordion *:not(h2) {
  font-size: 15px;
}
.content-accordion .ac-content {
  border-bottom: 1px dotted #ccc;
}
.content-accordion .ac-content label {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 10px 0;
}
.content-accordion .ac-content label:after {
  position: absolute;
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  right: 0.5em;
}
.content-accordion .ac-content input {
  display: none;
}
.content-accordion .ac-content .ac-cont {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.content-accordion .ac-content .ac-cont a {
  position: relative;
  display: block;
  padding: 8px;
  color: #000;
}
.content-accordion .ac-content input:checked + .ac-cont {
  display: block;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  background-color: #e5f5ff;
}
ul:not(.toc_list):not(.st_toc_list):not(.children).col-comp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
ul.col-comp li {
  flex: 1;
  min-width: 120px;
  max-width: 120px;
  padding: 0 10px 10px;
  box-sizing: border-box;
  color: #666;
  list-style: none;
  text-align: center;
  line-height: 1.2;
}
ul.col-comp li span {
  font-size: 12px;
}
ul.col-comp li img {
  display: block;
  margin-bottom: 3px;
}
section.flow {
  background: #e5f5ff;
}
section.flow div {
  padding: 0 5px;
}
section.flow dl {
  position: relative;
  margin: 0 0 20px;
  text-align: center;
}
section.flow dl:not(:last-child):after {
  position: absolute;
  content: "";
  left: calc(50% - 20px);
  border: 20px solid transparent;
  border-top: 10px solid #439efb;
}
section.flow dl dt {
  position: relative;
  padding: 5px;
  color: #fff;
  text-align: center;
  background: #439efb;
  border-top: 2px solid #439efb;
  overflow: hidden;
}
section.flow dl dt span {
  position: absolute;
  top: -4px;
  left: 2px;
  padding: 8px 12px;
  color: #333;
  font-size: 120%;
  letter-spacing: 0.1em;
  background: #ffc107;
}
section.flow dl dd {
  padding: 10px;
  border: 2px solid #439efb;
  background: #fff;
}
section.flow dl dd img {
  padding: 0 0 5px;
}
section.flow-2 {
  background: #e5f5ff;
}
.post section.flow-2 > div {
  padding: 0 10px;
}
.post section.flow-2 ol {
  padding: 0;
}
.post section.flow-2 li {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  box-sizing: border-box;
  border: 2px solid #0487c6;
  border-radius: 5px;
  background: #fff;
  list-style: none;
}
section.flow-2 li:not(:last-child):after {
  display: table;
  position: absolute;
  content: "";
  bottom: -30px;
  left: calc(50% - 20px);
  border: 20px solid transparent;
  border-top: 10px solid #0487c6;
}
section.flow-2 li span {
  padding: 5px 10px;
  display: table-cell;
  vertical-align: middle;
}
section.flow-2 li span:first-child {
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
  text-align: center;
  background: #0487c6;
}
section.flow-2 li strong {
  color: #0487c6;
  font-size: 130%;
}
section.voice {
  margin-top: 40px;
  border-top: 5px solid #00297c;
}
section.voice h3 {
  margin: 0 !important;
  text-align: center;
  border: none !important;
}
section.voice dl {
  margin: 0 0 20px;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}
section.voice dl:last-child {
  margin-bottom: 0;
}
section.voice dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
  padding: 0 0 10px;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
}
section.voice dt img {
  max-width: 50px;
  margin: 0 10px 0 0;
}
section.voice dt strong {
  color: #333;
  font-size: 120%;
}
section.voice dt span {
  font-weight: 400;
}
section.merit {
  padding: 0 0 5px;
  background: #e5f5ff;
}
section.merit > div {
  margin: 0 10px;
}
section.merit dl {
  margin: 0 0 20px;
}
section.merit dt {
  padding: 5px;
  text-align: center;
  background: #439efb;
  color: #fff;
}
section.merit dt span {
  color: #ff0;
}
section.merit dd {
  padding: 10px;
  font-size: 14px;
  background: #fff;
  min-height: 100%;
}
section.merit dd img {
  display: block;
  margin: auto;
}
.faq {
  margin: 0 0 40px;
}
.faq dt {
  position: relative;
  margin-bottom: 10px;
  padding: 0.5em 0.5em 0.5em 2.5em;
  color: #00297c;
  font-size: 18px;
  background: #e5f5ff;
  border-radius: 3px;
}
.faq dt:before,
.faq dd:first-of-type:before {
  position: absolute;
  content: "Q";
  width: 1.25em;
  height: 1.25em;
  left: 0.5em;
  color: #ffeb3b;
  font-size: 20px;
  text-align: center;
  background: #439efb;
  border-radius: 3px;
  line-height: 1.1;
}
.faq dt:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  border: 10px solid transparent;
  border-top: 10px solid #e5f5ff;
  z-index: 999;
}
.faq dd {
  position: relative;
  padding: 0.5em 0.5em 0.5em 2.75em;
}
.faq dd:first-of-type:before {
  content: "A";
  font-weight: 700;
  color: #00297c;
  background: #ffe200;
}
.anxiety dl {
  padding: 10px;
  border-left: 5px solid #ffa26f;
  margin: 0 0 10px;
  background: #fff8db;
  border-radius: 5px;
}
.anxiety dt {
  font-size: 19px;
  color: #f06113;
}
.mainbox .start-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mainbox .start {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mainbox .start dl {
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border: 1px solid #ccc;
  min-height: 150px;
  box-sizing: border-box;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}
.mainbox .start dt {
  position: relative;
  margin: 0 0 10px;
  padding: 8px 2vw 8px 1.5vw;
  box-sizing: border-box;
  background: #f2f2f2;
  font-size: 18px;
  border-left: 2px solid #000;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mainbox .start .nenkin dt {
  border-left-color: #5f52a0;
}
.mainbox .start .gakushi dt {
  border-left-color: #3bba4f;
}
.mainbox .start .tumitate dt {
  border-left-color: #e84560;
}
.mainbox .start .gaika dt {
  border-left-color: #22ab8f;
}
.mainbox .start .cancer dt {
  border-left-color: #e26000;
}
.mainbox .start .kioushou dt {
  border-left-color: #de2100;
}
.mainbox .start .shunyu dt {
  border-left-color: #0046aa;
}
.mainbox .start .shuushin dt {
  border-left-color: #00b1c1;
}
.mainbox .start .kaigo dt {
  border-left-color: #065d7a;
}
.mainbox .start .shugyo dt {
  border-left-color: #4118b8;
}
.mainbox .start dt img {
  height: auto;
  vertical-align: middle;
}
.mainbox .start dt span {
  width: 100%;
  margin: 0 5px 0 8px;
}
.mainbox .start dt strong {
  display: block;
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  white-space: nowrap;
}
.mainbox .start .nenkin dt strong {
  background-color: #5f52a0;
}
.mainbox .start .gakushi dt strong {
  background-color: #3bba4f;
}
.mainbox .start .tumitate dt strong {
  background-color: #e84560;
}
.mainbox .start .gaika dt strong {
  background-color: #22ab8f;
}
.mainbox .start .cancer dt strong {
  background-color: #e26000;
}
.mainbox .start .kioushou dt strong {
  background-color: #de2100;
}
.mainbox .start .shunyu dt strong {
  background-color: #0046aa;
}
.mainbox .start .shuushin dt strong {
  background-color: #00b1c1;
}
.mainbox .start .kaigo dt strong {
  background-color: #065d7a;
}
.mainbox .start .shugyo dt strong {
  background-color: #4118b8;
}
.mainbox .start dd {
  padding: 0 2vw 5px;
  box-sizing: border-box;
}
.mainbox .start dd a {
  display: block;
  padding: 0 0 0 1.5em;
  color: #000;
  background: url(/wp-content/uploads/arrow-list.svg) 0 0.2em no-repeat;
  background-size: 1em auto;
}
.mainbox .start dd a:hover {
  text-decoration: underline;
}
.mainbox .start dd a[target="_blank"]:after {
  content: none;
}
.cmn_btn {
  display: flex;
  justify-content: center;
  padding: 8px 8px 0;
  background: #eee;
  border-radius: 5px;
}
.cmn_btn div {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 3px 0 #aaa;
}
.cmn_btn div:first-child {
  background: #d3e9ff;
  border: 2px solid #033275;
  box-shadow: 0 3px 0 #033275;
}
.cmn_btn.gakushi div:first-child {
  background: #daf1dd;
  border: 2px solid #2db142;
  box-shadow: 0 3px 0 #2db142;
}
.cmn_btn.nenkin div:first-child {
  background: #e2def9;
  border: 2px solid #5f52a0;
  box-shadow: 0 3px 0 #5f52a0;
}
.cmn_btn.tumitate div:first-child {
  background: #fddae0;
  border: 2px solid #e84560;
  box-shadow: 0 3px 0 #e84560;
}
.cmn_btn.cancer div:first-child {
  background: #c8e4ff;
  border: 2px solid #117fee;
  box-shadow: 0 3px 0 #117fee;
}
.cmn_btn.kioushou div:first-child {
  background: #fff4c9;
  border: 2px solid #fbc000;
  box-shadow: 0 3px 0 #fbc000;
}
.cmn_btn.shunyu div:first-child {
  background: #d1e3fd;
  border: 2px solid #0046aa;
  box-shadow: 0 3px 0 #0046aa;
}
.cmn_btn.shuushin div:first-child {
  background: #c7eaec;
  border: 2px solid #0093a0;
  box-shadow: 0 3px 0 #0093a0;
}
.cmn_btn.kaigo div:first-child {
  background: #d1edf9;
  border: 2px solid #065d7a;
  box-shadow: 0 3px 0 #065d7a;
}
.cmn_btn.gaika div:nth-of-type(1) {
  background: #daf5ef;
  border: 2px solid #22ab8f;
  box-shadow: 0 3px 0 #22ab8f;
}
.cmn_btn.shugyo div:nth-of-type(1) {
  background: #dad5e8;
  border: 2px solid #6140bf;
  box-shadow: 0 3px 0 #6140bf;
}
.cmn_btn div:last-child {
  flex: 0 1 80%;
  margin-left: 5px;
  background: #ff5003;
  box-shadow: 0 3px 0 #cd3f00;
}
.cmn_btn div:last-child:after {
  border-right: #ff5003 2px solid;
  border-top: #ff5003 2px solid;
}
.cmn_btn div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 15px 15px 25px;
  color: #033275;
  font-size: calc(0.875rem + ((1vw - 4.8px) * 0.4167));
  font-weight: 700;
  line-height: 1.25;
}
.cmn_btn.gakushi div:first-child a {
  color: #24a238;
}
.cmn_btn.nenkin div:first-child a {
  color: #342388;
}
.cmn_btn.tumitate div:first-child a {
  color: #ca1735;
}
.cmn_btn.cancer div:first-child a {
  color: #0e569e;
}
.cmn_btn.kioushou div:first-child a {
  color: #bb8a00;
}
.cmn_btn.shunyu div:first-child a {
  color: #003684;
}
.cmn_btn.shuushin div:first-child a {
  color: #0093a0;
}
.cmn_btn.kaigo div:first-child a {
  color: #065d7a;
}
.cmn_btn.gaika div:nth-of-type(1) a {
  color: #22ab8f;
}
.cmn_btn.shugyo div:nth-of-type(1) a {
  color: #6140bf;
}
.cmn_btn.gaika div:after {
  border-right-color: #22ab8f;
  border-top-color: #22ab8f;
}
.cmn_btn.shugyo div:after {
  border-right-color: #4118b8;
  border-top-color: #4118b8;
}
.cmn_btn a:hover {
  transition: 0.8s;
}
.cmn_btn a[target="_blank"]:after {
  content: none;
}
.cmn_btn div:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  background: #fff;
  border-radius: 100%;
}
.cmn_btn div:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  right: 15px;
  border: transparent 0 solid;
  border-right: #00359e 2px solid;
  border-top: #00359e 2px solid;
  transform: rotate(45deg);
}
.cmn_btn.gakushi div:after {
  border-right-color: #3bba4f;
  border-top-color: #3bba4f;
}
.cmn_btn.nenkin div:after {
  border-right-color: #5f52a0;
  border-top-color: #5f52a0;
}
.cmn_btn.tumitate div:after {
  border-right-color: #e84560;
  border-top-color: #e84560;
}
.cmn_btn.cancer div:after {
  border-right-color: #117fee;
  border-top-color: #117fee;
}
.cmn_btn.kioushou div:after {
  border-right-color: #ffcd06;
  border-top-color: #ffcd06;
}
.cmn_btn.shunyu div:after {
  border-right-color: #0046aa;
  border-top-color: #0046aa;
}
.cmn_btn.shuushin div:after {
  border-right-color: #00b1c1;
  border-top-color: #00b1c1;
}
.cmn_btn.kaigo div:after {
  border-right-color: #065d7a;
  border-top-color: #065d7a;
}
.cmn_btn.gaika div a:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABcCAMAAADK+BLZAAAARVBMVEUAAAD///////////99uqvJqWHJqWHJqWF9uqt9uqv////JqWF9uqu+3dXf7uqey8Dy6tjXv4nk1LC6m1mqjFDVxqi/qXwk/GpzAAAACnRSTlMAgL9AgL+AQL9AWk3qVAAAA3FJREFUWMPVmW1zozAMhGNok8Yg2/he/v9PPcWk2RhJdgIzd3P7oSWEebprCcszPf09fU7TdD6xLnzxeTmCupzP58vpwsSCKhcrvXyxhzg1dd6BPP8XSC5LS5e9pe4TjzNBPMTsE48zk79pcO4wE0TIjYeZIIJ6lAkiNLxn1flFEA9BR89aVOLO+IO/Kf14CESp8VWLrN8/H/oFwh6jzutIW0M/9Ko0ITjW0g7fJy5TpWUXUxKPM0FMIIKZdjBBnFTtYFpEMN+t+wjiUaYktplxJqPnrdhTU96HeZ5jeGU5ndE9OW+QcxG9EN2KXdtOHJtlGXVa7KWJXDg2yzbar01Odd/7m0ko2DZhMqs9g8/0iF3YUTBrk8gNYso5FyRiE8uzVmiwbDqvddD354zYlTHSjKLcKhKuEdtDqtERJo2lzAxFbBFUGh1QHAW5VDcTYjeNIrdEsjI6KyN2rW3jj6g3Ci47E7Gltj3qsJRyy0B8xDaRVCUfDCQKj9gmsl5MbyBLuUvDs1MZG0WvKzQ2kFhixJYKKxLfuufqJHUspCX70DIp6+PMHmJ3icOvsckGwqaNRF9mNLmZeVvzPvIem38Geu7p+/4W+Peql5DLreZr7LunsAWWa4qwCaT+8lSxQyECWFUswGb35UG1OTZoomCx3OgjEfsbSRIImwK5NGMXmnCo2QRyacdmtYCwCWTWY8dnQNXUhk28kAkca9wQdttg2QwFeerFFkCvG12XHUgzdhSdXc6DUTNaDIzfW7AduwaiTvouEv1jUDRiAwgiBYFjzaywjrP7YSrnnHKuD34hRNE3fHeLgr4wdKG0YMpqjUiMBEroinn2rFxiQx7SSZFqm6PREhACChRRwOOwacwAyEZJC18F6ezR10eBCSCSy2cgoEwFTvZRHawNo8ZeoW5H9+LAZn9M95HzqW0TcyFqt2MTefKmQBTmtVBAOhNJWup1smnPXsEc3kOS14SS9ypEikuykWC+gYzWVANSRG+mxNjQG7PPNI5tBJ+ii3pMdMtGBtJk9pFBIEMEsskkiaS47p7alnCVzH5jYqjLPkDJIfdSFxH+zsYkkNDYQkLKagikHV5mZMUIe0QUq3HWNaq1NVBCJ11OIMG0UB8sENrQeRXtRUFuqNZ9L0pSJZK9foynAxqdoweK8M+ZY7oi4L/SHyot7aXlDAeaAAAAAElFTkSuQmCC);
}
.cmn_btn.shugyo div a:before {
  background-image: url(data:image/png;base64,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);
}
.cmn_btn div:last-child:after {
  border-right-color: #f9a100;
  border-top-color: #f9a100;
}
.cmn_btn div a:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 2vmin;
  top: 50%;
  transform: translateY(-50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAMAAAArteDzAAAA81BMVEUAAAD////////////o6/CrrrTDxcu/wsjBWRTBWRTU1dirrrTlu5vU1dirrrTLl3bBWRT////iYADo6/DY2+HRVAC/wsjh4+nP0dPxsICsrrT5+vvd4OVHTl309fju8PTlpnjBWRR3d3fU1trU1djk5+zFyM7oqoDn6Om6vcPP0dbJzNLq6+zEx80uNURscn+ws7mJiovQk2rS1du1uMCbnqLz9PT417+TlJXpiEDZez3SXQrVVwDMztKztrroybRcYm7bXgP01L+ZmZk2PUzJWw/ex7nPtqfboXpSWGXZeTLy0rySlp7Ll3bZmWrChFrMbi1MVa57AAAAEXRSTlMAgL9Av79Av79Av0C/gICAgAi4hk4AAAOhSURBVFjD3dn5W9owHMdx0u7Q3WlKytEVa8sUxtRtHlPc3OU8dv7/f82SYP2AKeQr2U97Pz7i9bxMvymIpeHZncETP6DWvPufmyFjfLqAMU+TBbw2FsL0F9FSJuML6w1kEPqStqne34oNOcE0MbIZEE1T+A+WeRBFB9pEzH+aURStGRMFSx16T6ZAVb8/89nCZUwph5Njbx9q9LjJSSpMu1RWaluTn46bQKHSTDSs1OFlFCmyicOHekuzm0qjavwyah5xZKlkU4hYVu38aW5w5DwHwrlmGr+tzI7c+MwdKtGMr9TdjuTzY5SDh1mpgx2OCGNlC0yoV+crdQALTai7ktMHECw0oe50FqqLdwkmeqFIFXmvApIpJ2pBW2pINOVLo9KWytzmhz1tinTQ6YxoUyWsc339tTJFjxcj2rnK3KbsKFWbrgJsk3ueWn0H0338tHm+X//iFHH8IXmelBhG6j1PhJF6ztNGSfN8l1ltTqof6g1ze7tmniLpi0T0++pN35oPi1araJXlTZVhn2A+f75tz1PEiYhFkojE3MbmtmjFraKoRVkFZtnEhIp5LokqUJVqs1JxfhJQNIVmxox3oeL89EDNvkPF+bk8ynvahPpx5vys2/24xO7PQ3k/NqVSm1+3Lqbv75mwa03aX4jyxJji1Q9tbm1dmHniuzcqTDdFoFC12RnuanProzZR/ULno1CNGb/YuzZxEtejm5v7LrQ7MaXcmzV7sFCBodp3U9tUYZ7Yprq1QgWqmzFHiW1yUV9aqfUoTM6Hlpm50H37oS+YMZWqTZHhx76vzenNVSf2gzSbMk2xmEXb0ZyaV23YaAhzarO7S6F44gOzKstgklGMVMr7jQAmWhZtaFSpIUxvNNDoPa3CpKBt9RULxdFXqoTpiyqxUofcE8XeQx1IXxQLrdTBTkc6UID4KlAsFD3EE3k/VGNQ/VEsFDEaethutw84P1A3hxYa2P/w+m9UaKGhN8qAQfVEg0ZdARE91PMEetTLRDqCSVGB2hmzq58wliP35R46epSZx/TyARSH6kaPRNZVZlqWDYdKR4/XhK5fYqUO1Y0eR9HJxCzv0S51uv/un2j4xJh9IdYi3TPqRdnuHDQynZ9ps0JPV6gj6Am7SvmU52d9/I5xTr2C3J2HGjP/JoDmOXmy3Zq1Jr+uTaCnQAms3eajfKyM/GmZms7H47H6dMXnZQ7WaKzmqtXG49L0M9etrPq8IGPl+9KRo7+nFKYnn0MibwAAAABJRU5ErkJggg==)
    center center no-repeat;
  background-size: auto 100%;
}
.cmn_btn.gakushi div a:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABQCAMAAAC9OtKiAAAATlBMVEUAAAD///////////////9UzGI7uk/v6LlBv1QjGBXU8thOyF1sy3v39NzO7tO8tJCRjIqi2o6V0YT7+e5oxmpaUlDEwLPE4Kjz7st703iBbSTJAAAABHRSTlMAgEC/+QGcAgAAAc9JREFUWMPF2QtuwjAQBFDWNp/QkoZv2/tftKhYWsjYmjgTiTnAk3c3gNmsSIJZek40WymxmIqxoHsYmwEmlhgUUEdDgojlx9SQsMQR9+t920GNi+tXM9KiuTg2U9BFNHURTV1EUxJzdj2YqrjZ9GzuoVUEUxbBNFI2FcGEdlqjCCaW3iZ6Pva10uNc8fX5hNnMEl9M44fk4sikh+RiNvGYJon39HBMVdxt+tGzabLoz2f04Yiim163KLoZfN6a6KZ5K0XRTW+lLn56MxcTvZnLisl8OrLopC0jAqmLnjK5/c+xWeRks8jJySInz5mcLHLykMlmkZMtIic9FyJOI7fPOTWK+IFEkolIrhjJRU6eRyQV4Toci9NxcrLoX8GGJIaIIzJMISeLVvzR/SmQv1z0VmIzt4Ucueh1Y+VfJXKiGMvXrK5gfp8uRPS6ceZDl00MFRNcWTNZNalocLHOZNVkYqpc/69d1WSiVf6kdF3VvIAIh/QgWZx7y4rHRiSYh3vYJqr2t/TWuZmtc5q1Mgo+8Eeuw3ADi5RdMYe7NXCAlA1TV0Td5CsYXURTF3WTL91kEWPyrDGhUbR3LG719bK+BFdQBN//QkF57bH8y5k/2a1jsmAI+n0AAAAASUVORK5CYII=);
}
.cmn_btn.nenkin div a:before {
  background-image: url(data:image/png;base64,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);
}
.cmn_btn.tumitate div a:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABQCAMAAAC9OtKiAAAAV1BMVEUAAAD////////////3i6f3i6f7xdP3i6f////3i6f/yznib5X7xdP/5Zz94unxt8r5qL3ufZ7/2Gv42+XyhKPndprpk7AAAAD/8s58RlQ+Iyr0obm5aH3xyXDVAAAACHRSTlMAgL9Av4CAQGXl3S0AAAK3SURBVFjDxZmJjuMgEESD2QMHg88cs7v//51rE0+KdGN8dDRTUi4peqnqhoDxaUVaKROrUOokkSpMUkrLeVzqANCsqdASoByqDZE4fmF2SIstcilxFbmKfaHl4UGUM0GUM+VEMPPEapSXMLnHMqgS9l0bhiwbAZMQTRUxKyoK848iKRabILNq4kL7z9/WZfmDTJqtSFLoZ55ifPkNpCFaAwJa4dP4/BOx9yCR38/IkB1I9IaUZ6NRH2o7vW/GJ5jMEyuqyOgjUFMGoT06T+TTyMfM+Ou/aLs5MYsEE99MtztRMSpST988u6VTJptyr+afiKdlcajZC+VJ5D7GC6GDNOt3dQgYTXnFSikJjeQFr+TH3tgEyXN/3P7sZJIVg+e+3W47kdXL7kPT2MGlCKmeQAzyf+VeJZF/S4EGAz2RvZUgLylkLULat7sckkhjh+PIdgHZbkdgJfdhxbELyI02+WapGhaQV2tt27bDRqBz50nOhd6mkbV9aNPfjjtDAbowIevRaCZ++3h4AJNQRf42Rugli5yI3ZmqyyBr2EyKETlT09XMEpu8M90c1CGzi5lsoajzzJlkJp3xLq4n375YMJMmY28vflFKuujWhMlNwhxeYVMn9m1XO6ldWLXidrgJg3YhN03e26DLkMiNEXk3owLljtEZXVcYxkxD/SeycwEZdHddhNTYDHJmiD+QUsIQ9LSO3EgOJtQCuwGp6MaaM0GetI7MHD70V5vQjETTX2cnTMImGZ5Mqy5PsTYhe+MySEeuTNUWZJ1HIjeic2Rv+hrqjckgMSgXOjRXj8qhG459BA1MirwaJoKk/c5Fn4vH5DgSJvPMUEOTUJdEdjDJmOtKrz0YQXImiAImX8cDUcTku41CetjI9kTqnUeiBCgJD57+4uNl+SG4/Kj++28oSG57vP/mzH846rTMEk0MHgAAAABJRU5ErkJggg==);
}
.cmn_btn.cancer div a:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAMAAAArteDzAAAA81BMVEUAAAD////////////o6/CrrrTDxcu/wsjBWRTBWRTU1dirrrTlu5vU1dirrrTLl3bBWRT////iYADo6/DY2+HRVAC/wsjh4+nP0dPxsICsrrT5+vvd4OVHTl309fju8PTlpnjBWRR3d3fU1trU1djk5+zFyM7oqoDn6Om6vcPP0dbJzNLq6+zEx80uNURscn+ws7mJiovQk2rS1du1uMCbnqLz9PT417+TlJXpiEDZez3SXQrVVwDMztKztrroybRcYm7bXgP01L+ZmZk2PUzJWw/ex7nPtqfboXpSWGXZeTLy0rySlp7Ll3bZmWrChFrMbi1MVa57AAAAEXRSTlMAgL9Av79Av79Av0C/gICAgAi4hk4AAAOhSURBVFjD3dn5W9owHMdx0u7Q3WlKytEVa8sUxtRtHlPc3OU8dv7/f82SYP2AKeQr2U97Pz7i9bxMvymIpeHZncETP6DWvPufmyFjfLqAMU+TBbw2FsL0F9FSJuML6w1kEPqStqne34oNOcE0MbIZEE1T+A+WeRBFB9pEzH+aURStGRMFSx16T6ZAVb8/89nCZUwph5Njbx9q9LjJSSpMu1RWaluTn46bQKHSTDSs1OFlFCmyicOHekuzm0qjavwyah5xZKlkU4hYVu38aW5w5DwHwrlmGr+tzI7c+MwdKtGMr9TdjuTzY5SDh1mpgx2OCGNlC0yoV+crdQALTai7ktMHECw0oe50FqqLdwkmeqFIFXmvApIpJ2pBW2pINOVLo9KWytzmhz1tinTQ6YxoUyWsc339tTJFjxcj2rnK3KbsKFWbrgJsk3ueWn0H0338tHm+X//iFHH8IXmelBhG6j1PhJF6ztNGSfN8l1ltTqof6g1ze7tmniLpi0T0++pN35oPi1araJXlTZVhn2A+f75tz1PEiYhFkojE3MbmtmjFraKoRVkFZtnEhIp5LokqUJVqs1JxfhJQNIVmxox3oeL89EDNvkPF+bk8ynvahPpx5vys2/24xO7PQ3k/NqVSm1+3Lqbv75mwa03aX4jyxJji1Q9tbm1dmHniuzcqTDdFoFC12RnuanProzZR/ULno1CNGb/YuzZxEtejm5v7LrQ7MaXcmzV7sFCBodp3U9tUYZ7Yprq1QgWqmzFHiW1yUV9aqfUoTM6Hlpm50H37oS+YMZWqTZHhx76vzenNVSf2gzSbMk2xmEXb0ZyaV23YaAhzarO7S6F44gOzKstgklGMVMr7jQAmWhZtaFSpIUxvNNDoPa3CpKBt9RULxdFXqoTpiyqxUofcE8XeQx1IXxQLrdTBTkc6UID4KlAsFD3EE3k/VGNQ/VEsFDEaethutw84P1A3hxYa2P/w+m9UaKGhN8qAQfVEg0ZdARE91PMEetTLRDqCSVGB2hmzq58wliP35R46epSZx/TyARSH6kaPRNZVZlqWDYdKR4/XhK5fYqUO1Y0eR9HJxCzv0S51uv/un2j4xJh9IdYi3TPqRdnuHDQynZ9ps0JPV6gj6Am7SvmU52d9/I5xTr2C3J2HGjP/JoDmOXmy3Zq1Jr+uTaCnQAms3eajfKyM/GmZms7H47H6dMXnZQ7WaKzmqtXG49L0M9etrPq8IGPl+9KRo7+nFKYnn0MibwAAAABJRU5ErkJggg==);
}
.cmn_btn.kioushou div a:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABUCAMAAAAmq5C0AAAAbFBMVEUAAAD///9HTl3///////8uNUSEiZNHTl3Mu6XBsZ07QlHq5d50eILg2M7////i0LXBsZ1HTl3Swang2M7x6NrJuaMuNUTayK87QlHw7Oejp6748+3p3MjRxbbo4NTZzLx1eobR09fh1MKXmqJFhj9bAAAADnRSTlMAgIBAv4C/v79AQL+/gBTSP1gAAAKCSURBVFjD7ddtX9owFAXwpMlA3RbTltLROdTt+3/HNQ94bU8u0KT68wXnBQ8e+m8uKYpimmqMeB8lq2EYTMwwbCp57gjMtvbZVjGbOuQliC/xWXVKrLe8WNVcBr9GtubXWfNx5Jk6h3w15rWUxMmHHPKRz86Y3Zk6hzRjcsi7njmit460bH3Hkve2a1Lp7MGRB7a+F2y+22ScGMx0fvKiNuboTtpSxkXYZxPD1ooX/bY2lgi3JbY1MXytODGXJBPEAlILjDL5JJkglpBGwtiFJL6d0hSSOLopJHF0vQppYG/KSQmLLCYNLDKbxGXKUhKXadYjVVzknOx2FCT5mq5NPSebRwqQqRomNyuRNLlai6Q9l0B2DaVHEuv55BpI+y4NkFAjacwKFxFFrU9KIdT6pPz6pLmRN/ILkh/zgRSfQx7cg6N76W8kY91CHaLgV7B/0R9/b9tAzMg+/tzJT6czUOAPhR+ls+GYNj67VAOZ2p/W3XXuNqyZ8vRWh9se3koXk5jcyy0Nlqgt1fB1Q8PkjY2kO94m3hhPJmv44kY74MnwkKltqtYOhMnDuT15Ggwn92SYB+fGPffQ3/HmmTYnUdtUHUCc3L20GQ9sToPh5E18SWq/mQ3qAklXHdY2UQeOuTQDGQfDyQPZs4vED+WJ7GhzoLZYCwpe7ke/40daxXSKcBG1M1HCP3ww/MSDGk6nxTS6nFQzUuWSODaZhaQWGJ1LkohmCalE2swlSUQzlyQRzQwSRDCXkShi5GJSi0tRC0mJBEYvIZW4KupqUoqrI68itRIL8lDX9a/9P04cxnq/fxBLUl0gff0tg/yh06LcZJHxGCXlRNNSUp1FpnIjmfo/b0U522ARipEAAAAASUVORK5CYII=);
}
.cmn_btn.shunyu div a:before {
  background-image: url(data:image/png;base64,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);
}
.cmn_btn.shuushin div a:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFkAAABRCAMAAACOhvrwAAAA3lBMVEUAAAD////////////3y6H3y6H3y6H////////////////3y6H////////3y6H3y6H//////////vz3y6H4zaT3y6H////////3y6H4z6f3y6H40Kr3y6H98eb517b74sv406/64cj40Kn41bL+9u/52r33y6H////3y6H3y6H////yNl/75dD3zqf869z99e363sT98uf41bL+/Pn40az++PP52Lj3gZv+8vXzQmj92eH76Nb4mq/1aIf87+L64sr52770W3z95uv4jaX0TnL5p7n6s8P7wM32dJH8zdcSsBa8AAAAKXRSTlMA8BCggOEQ4EDQYNCwUEDAIMCCMG5QkHBg+PCooPTt6OLc0sS6tJAwILeIptEAAASgSURBVFjDrZjpeqIwFIZBcNdW7Uz32dccAbVqXbuqM537v6HRSPgSEipY3z/tg+XtycmXI2qlJ1cqlXLWQflVOW0WSVBsnlZ+HcCaq9Rs0rGdytvKr9comVp973LP0AIzxf0KP7NpN/ZZZm8J9Y6nmvB5jLpL2RpRE9bVU3vNcjSFdbHcXHpaCXvttZa8zzN26RaigkUj/k7agpetaLyIrkxWoiVR2QX3krH8e0nMONUTi9OikFFbYjLdFPwkXxpRSMvinFS3IqjzbEu+sOmEo4qhfqYxxKra4RVHHiE+YoLrtbhMohXtGHf0Er8kGkLldbOvI89JaH7HIgoQj0WPAXqMdUD9G5p3ofmndCkS07ydhhFFaqlANzQf49IXilimMk9wwxdojkPzJS55JJi20/GXBB40+TCEzGSepzTPJTNANHTzKKX5zmg+QjQ0811mc5eBc0TjAOZbFg/H8YHNCEf+TTs40swIBzOa/6Q0r+I7iHCcMMHjrDfEGE5pxuAe9maPmBxS6Lp9UnhKJV6SQr8rxc7lv130iKgTeL1+tnbMI2fPCzpE1LsIZ5IwfyAKBptf/CDL4JiMaUvgb24eBEQftrETofsmBf0+Q9FzIWaip0TfNj+vhPk7XmP+EJ1O2eWhzwQBfeeBDuNcJbpBYm7FuJvsDIYe5RuyqxtjGOevRAyk7scKvQBEXzc/QvNn1eyLgCxSHb++r5o/S+YLviDwmGaWvhBHv5XnThzBIV8R6O5W342V6Ykd7ITH+0iYbrKpR2QU34gLR9zMi+74ujp56C3MYr/DS+bmk+h/3TOFmyEe7uJM/ogghytFqvrhlUI0RB+IHpiC74lcx4/Mk8ixJ9YJSRdjFK1XW83HgDF9C753fNCo3G6iDXM1ahGCCfeMOP9Q9vJfWC+8OAZis/gZvI4a26ceA7F2z8Nuz8docIx1aQPp2dM6l0M+YwBr4TyPNiF+Jg6CBGZEj8pjwW/jawATezqf6oMioa4CngqwnqSqQccgRi/FeEY7sAdAndiYxsC8/+d4FtVzAzCx9Qlkyiw+Trh61vUbOYlN7uKcyU/mhbw69Q2BGhDQdkKbDXl8alMaZuxj8FrJfmyeSR8IP2qbnNRp44p61JevfrRAy1d75ul390UwjEekK6+gZYHSfewvB4ntCEx7MFNWoHzGtz39fUEbkBzjKwO5LtuSqSl34H690bcms9JLRzFXlJ0JOno3/NBsSGQnUNZbtxRseXt9ZgBmDV8Olm2pnJKsTjb3mRGI6TRmbmhDVw/tGi3q+uRqWDEcqPcwY9pi/1A01JnNEKNk4ODG/cxcjJJBzsYRy2jGIbVzxq/++K0Pe5jxSfLMMtLEITOQ/BaI5+KmZabB+4H32J0nBQz6vBcNK4E6FpzBjFbVrUROMc4ymbv4PhAYoudlNnsIXCLlvc3YPTO58p7mcm73F8R7mR2Ik3GM5sGrZsdKxY/MNf+w0uFmNrspzYWqObKJYa8WrLRq17365Cnck+DeU/h05boQp6JSpN0UK7jhkO4yvFkpOXai1nZK1puoO0VTF5y6dQAa9VataYtSm7VWvZHirv+XMo3VCLSs6gAAAABJRU5ErkJggg==);
}
.cmn_btn.kaigo div a:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABQCAMAAAC9OtKiAAAAulBMVEUAAAD///////////8JQE8GXXr///9HTl3Y2+EuNUQGXXqjp651eoYIT2XR09cJQE87QlE0O0qDrr1kgYxBSFdrcX6QlZ+/wsjMz9WEoKe0uMBvnK6XmqLLzdCDiJMnVmxiaHMoR1ausrpgZ3ZYX2wIR1o3UmTB197Cz9NpbnkHVm84S1ry8/VEhptQdoZHcHs+Ym8YTWMnTmEcO0ri5OnFyM6kvMedoKh/mKaJjpk1b4NPaXkWWXNfZXJ4JF+wAAAABnRSTlMAgEC/gL/qC2BFAAAEk0lEQVRYw8WZiZqaMBSFC7RJJRihFVqtgnbsvu/7+79W7ybXshhb5vt6Zgajwj/n3IQQ8UZAcRSZUyVRdGOKosQMKoqvkafUfwCakJJ4CnA6NDaX6lb6h0aJiblYaTo/0aMpFkVP0vniRDenVFF0J320MgkfOCm06lW6eAoP8WSiKn2+oMd4MlGR8zeGmVOJWsr5yghzGlGRXEplhokvb4/qI4/KhZ5JgfGIBkAPbo8rRc0JKcwA8VV6GXJlVNHZ2E9gdIDufro/pnvw9jxdKLJfzmioK1/eG5XXUo5FN31kUFzKsejJPyCf9Hca7RtFhueMUZtJb+9RNc1jy3rc7E1XanLAwHxI7xinyvyIzWgA+fZuT29bUp7nbdsP2hyaD+7e7mhdMq2YHVXkfaexmgwi1xa0LJBUHOq6PhTUXnaMJto5IWR5BB7qqqJXmvcfdkdo1k1uQkghAqCGdmXpJbuH6XcDr7VMTR4HkEIEi/Ybw3DzwNLQ/WLBqDC1z6Mgcs3EuiwZuYbNV0vTb5ZtmOlPkychpBAfAqwiz7htHuMJ7qwx25bZIk0IWVIdHyKcDFaE3APSA4iYS40eX4CsiFgzvaQXsJT7FcRmzoaYri1mHEJSbI4s0Qm5WGFskrMUvUVGASSbXNsSMkt0+PtpFxLb+Mx6tnkpskSTNT5WHJ36p3mxkNjOZhi9aKsZRpJJbIhRIFfV52a/cpYsslWyGUJq7pz7hoxS9MpC77y2ni1KD+WQPIDU3DyAWqNlyRNQ1lrkgSTJw0gLyAKr2BoFIjPJosgVgLQhpJbyF+xdVpUYVXmmuQzaz9piBpFSynVVCdeqhOacp2IGkM+/P2Ah8oe0XzcNsw5XB9gKjRVGzlMRIt+lKoJeXV0R0JAUefaEXByFyA/ts/3+xQkyc24QeeP88haRG+0F5zi5xGbuXyOXs2faC8Z3etwLl3tcJrckgIRxyTQ5o1tixsUkro5LvVCMITM8e7bHQ5HihOiQ3zl7BBmfRTouJooR3npn4Qce6V90znFewpxFepqJxLDDbWZcZjKHDZ03aCby7XIjGUaKrCT3nNJZ7Hz8NdbJ7Ia5tZS95A4lSE2+E4s8k1MZuS1Gd5xbF9cnQMtqGKk2pSM4rcU/ecJGW5NxdzGYoaPZLF/aF4p0WM18K21E4IYcSuds8/bS012yOjiWtaQd1GZB5ZSoDs1lTp7L2kBOne7C+jiBP8QcivTE3G2PSZ3jjUTf7nS10V3+e5sjkZi59crMxCfFlrhtWzxmapIk8xYch5cCuKzOCk2uTPk3AhMbSgSTKl7sv4e36WIDyJkilVnsqKAM4zLuCiGySdVNngzRJa8n1KUyqe92G+od7p/N7o8Va9L/WOrbK3ZNtewx4X1QXm5QJT+xTNQxqYrpsBkxa+1xldMPFJ2PFLpk6zM9rfBpTc8m+0Yxf86CxGpRY/ei2xxlkdiXd7Yr55U4wsz009Gg3CmVhnv4Fox3suO4vAO19q7zRlGYqMzpxOnMeNot276SCXdtJ9y6TiaEnm40+k83wRUaBv7/LxSmfO1x/V/O/AZf/bNztJXC/AAAAABJRU5ErkJggg==);
}
.cmn_btn.gaika div a:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABcCAMAAADK+BLZAAAARVBMVEUAAAD///////////99uqvJqWHJqWHJqWF9uqt9uqv////JqWF9uqu+3dXf7uqey8Dy6tjXv4nk1LC6m1mqjFDVxqi/qXwk/GpzAAAACnRSTlMAgL9AgL+AQL9AWk3qVAAAA3FJREFUWMPVmW1zozAMhGNok8Yg2/he/v9PPcWk2RhJdgIzd3P7oSWEebprCcszPf09fU7TdD6xLnzxeTmCupzP58vpwsSCKhcrvXyxhzg1dd6BPP8XSC5LS5e9pe4TjzNBPMTsE48zk79pcO4wE0TIjYeZIIJ6lAkiNLxn1flFEA9BR89aVOLO+IO/Kf14CESp8VWLrN8/H/oFwh6jzutIW0M/9Ko0ITjW0g7fJy5TpWUXUxKPM0FMIIKZdjBBnFTtYFpEMN+t+wjiUaYktplxJqPnrdhTU96HeZ5jeGU5ndE9OW+QcxG9EN2KXdtOHJtlGXVa7KWJXDg2yzbar01Odd/7m0ko2DZhMqs9g8/0iF3YUTBrk8gNYso5FyRiE8uzVmiwbDqvddD354zYlTHSjKLcKhKuEdtDqtERJo2lzAxFbBFUGh1QHAW5VDcTYjeNIrdEsjI6KyN2rW3jj6g3Ci47E7Gltj3qsJRyy0B8xDaRVCUfDCQKj9gmsl5MbyBLuUvDs1MZG0WvKzQ2kFhixJYKKxLfuufqJHUspCX70DIp6+PMHmJ3icOvsckGwqaNRF9mNLmZeVvzPvIem38Geu7p+/4W+Peql5DLreZr7LunsAWWa4qwCaT+8lSxQyECWFUswGb35UG1OTZoomCx3OgjEfsbSRIImwK5NGMXmnCo2QRyacdmtYCwCWTWY8dnQNXUhk28kAkca9wQdttg2QwFeerFFkCvG12XHUgzdhSdXc6DUTNaDIzfW7AduwaiTvouEv1jUDRiAwgiBYFjzaywjrP7YSrnnHKuD34hRNE3fHeLgr4wdKG0YMpqjUiMBEroinn2rFxiQx7SSZFqm6PREhACChRRwOOwacwAyEZJC18F6ezR10eBCSCSy2cgoEwFTvZRHawNo8ZeoW5H9+LAZn9M95HzqW0TcyFqt2MTefKmQBTmtVBAOhNJWup1smnPXsEc3kOS14SS9ypEikuykWC+gYzWVANSRG+mxNjQG7PPNI5tBJ+ii3pMdMtGBtJk9pFBIEMEsskkiaS47p7alnCVzH5jYqjLPkDJIfdSFxH+zsYkkNDYQkLKagikHV5mZMUIe0QUq3HWNaq1NVBCJ11OIMG0UB8sENrQeRXtRUFuqNZ9L0pSJZK9foynAxqdoweK8M+ZY7oi4L/SHyot7aXlDAeaAAAAAElFTkSuQmCC);
}
.cmn_btn.shugyo div a:before {
  background-image: url(data:image/png;base64,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);
}
.cmn_btn div:last-child a {
  color: #fff;
}
.cmn_btn div:last-child a:before {
  background: url(/wp-content/uploads/ico_siryou.svg) center center no-repeat;
}
@media only screen and (max-width: 400px) {
  .cmn_btn {
    display: block;
    padding: 8px;
  }
  .cmn_btn div:last-child {
    margin-left: 0;
  }
  .cmn_btn div br {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .br:before {
    content: "\A";
    white-space: pre;
  }
  .top .btn-main {
    padding: 15px 2vw 20px;
    box-sizing: border-box;
  }
  .seiho .btn-main {
    background: #d2e7ff;
  }
  .post .select-insurance h3 {
    font-size: calc(1.25rem + ((1vw - 4.8px) * 0.2778)) !important;
  }
  .select-insurance dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
  }
  .select-insurance dd {
    width: 100%;
  }
  h3.point span:last-child {
    font-size: 18px;
  }
  .cmn_btn div a {
    font-size: 85%;
  }
  .cmn_btn div a:before {
    width: 3.5vmax;
    height: 3.5vmax;
  }
  .cmn_btn.kioushou {
    display: block;
    padding: 8px;
  }
  .cmn_btn.kioushou div:last-child {
    margin-left: 0;
  }
  .cmn_btn.kioushou div br {
    display: none;
  }
}
@media print, screen and (min-width: 600px) {
  .col-4 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .speechBubble {
    max-width: 29em;
  }
  section.flow div {
    display: flex;
    justify-content: space-around;
  }
  section.flow dl {
    max-width: calc(100% / 3 - 4px);
  }
  section.flow dl:not(:last-child):after {
    top: calc(50% - 10px);
    left: 100%;
    border: 20px solid transparent;
    border-left: 10px solid #439efb;
    z-index: 10;
  }
  section.flow dl dd {
    min-height: 188px;
  }
  .post section.flow-2 ol {
    max-width: 600px;
    margin: 0 auto 20px;
  }
  section.merit h2 + div {
    display: flex;
    justify-content: space-around;
  }
  section.merit dl {
    max-width: calc(100% / 3 - 4px);
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .content-accordion .ac-content label,
  .content-accordion .ac-content input {
    display: none;
  }
  .content-accordion .ac-content .ac-cont {
    height: auto;
  }
  .content-accordion .ac-content .ac-cont a:hover {
    background-color: #e5f5ff;
  }
  .post .ask li,
  .post .ask2 li {
    width: 24.5%;
  }
  .post .ask a,
  .post .ask2 a {
    font-size: 12px;
  }
  .mainbox .start dl {
    width: 49.5%;
  }
}
@media print, screen and (min-width: 960px) {
  .mainbox .start dt strong {
    font-size: 14px;
  }
  .cmn_btn:not(.kaigo) div:first-child br {
    display: none;
  }
}

#s-navi {
  z-index: 10;
}
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: none;
  border-radius: 0;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 11;
}
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
  max-height: 600px;
  max-width: 600px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 11;
  padding: 0 2rem 20px;
  overflow: scroll;
}
.button-close {
  position: absolute;
  top: 15px;
  right: 0;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.button-open {
  margin: 0 auto;
  cursor: pointer;
}
.mainbox table a[target="_blank"]:not([href*="insweb"]) {
  position: inherit;
}
.comparison.result::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.comparison.result::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.post .comparison.result {
  overflow-x: auto;
  max-width: 1080px;
  max-height: 2340px;
  z-index: 0;
  border: 1px solid #ccc;
}
.post .comparison.result:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: -1px;
  top: 0;
  background: #ccc;
  z-index: 0;
}
.post .comparison.result table thead th:first-child,
.post .comparison.result table tbody th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 0;
}
.post .comparison.result table tbody tr:first-child td,
.post .comparison.result table tbody tr:first-child th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 0;
}
.post .comparison.result table tbody tr:first-child th {
  z-index: 1;
}
.post .comparison.result table {
  margin: 0;
}
.post .comparison.result table th {
  width: 100px;
  min-width: 100px;
  max-width: 140px;
  box-sizing: border-box;
}
.post .comparison.result table td {
  min-width: 100px;
  box-sizing: border-box;
}
.post .comparison.result table tbody th.rowspan {
  min-width: 30px;
  left: 108px;
}
.post .comparison.result table thead th,
.post .comparison.result table tbody th {
  font-weight: 400 !important;
  background: #dff4ff !important;
  font-size: 13px;
  text-align: left;
}
.post .comparison.result table tbody td {
  line-height: 1.4;
  background: #fff;
}
.post .comparison.result table tbody tr:nth-child(even) td {
  background: #f9f9f9;
}
.post .comparison.result > table > tbody > td:nth-of-type(1) {
  border-left: 1px solid #ccc !important;
}
.post .comparison.result table tr.company-name td {
  font-size: 16px;
  font-weight: 700;
}
.post .comparison.result table tr.company-name img {
  display: block;
  margin: auto;
}
.post .comparison.result table tr.Interlocking th,
.post .comparison.result table tr.Interlocking td,
.post .comparison.result table tr.Interlocking + tr th,
.post .comparison.result table tr.Interlocking + tr td {
  border-bottom-style: dotted;
}
.post .comparison.result table tr.Interlocking + tr th,
.post .comparison.result table tr.Interlocking + tr + tr th {
  text-indent: 1.5em;
}
.comparison.result table p {
  font-size: 14px !important;
}
.comparison.result .txtRed {
  color: #ff97a8;
  line-height: 1;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Hiragino Kaku Gothic ProN";
}
.comparison.result strong.txtRed {
  color: #ff3758;
}
.comparison.result .txtGreen {
  color: #8fe080;
  line-height: 1;
  font-size: 2rem;
  font-family: "Hiragino Kaku Gothic ProN";
}
.comparison.result .txtLarge {
  font-size: 125%;
}
.app-btn a {
  display: block;
  padding: 10px;
  color: #fff;
  background: #e32d4b;
  background: linear-gradient(
    0deg,
    rgba(227, 45, 75, 1) 0%,
    rgba(237, 53, 83, 1) 50%,
    rgba(255, 77, 106, 1) 100%
  );
  border: 1px solid #c02a43;
  border-radius: 5px;
  box-shadow: 0 2px 0 #c02a43;
  white-space: nowrap;
  font-size: 0.5rem;
  font-family: "Hiragino Kaku Gothic ProN";
}
.app-btn a:hover {
  color: #fff !important;
}
.app-btn a strong {
  font-size: 1rem;
}
.app-btn:nth-of-type(2) a {
  margin-top: 5px;
  background: #97d2f1;
  background: linear-gradient(0deg, #6db0d3 0%, #79c2e9 50%, #97d2f1 100%);
  border: 1px solid #54a3cd;
  box-shadow: 0 3px 0 #3183af;
}
.call {
  display: flex;
  align-items: flex-start;
  max-width: 640px;
  margin: 0 auto 20px;
  padding: 20px;
  border-radius: 5px;
}
.call img {
  width: 7vw;
  max-width: 60px;
  min-width: 30px;
  margin: 0 10px 10px 0;
}
.call dt {
  font-size: 21px;
}
@media print, screen and (max-width: 359px) {
  .modal-window {
    max-height: 440px;
  }
}
@media print, screen and (max-width: 599px) {
  .call dt {
    font-size: calc(1.125rem + ((1vw - 3.2px) * 1.0714));
  }
}
@media print, screen and (min-width: 640px) {
  .call {
    align-items: center;
  }
}
#wrapper-in,
#footer {
  max-width: 100%;
  margin: 0 !important;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  nav.smanone,
  nav.st5,
  #st-header-cardlink,
  #st-menuwide div.menu,
  #st-menuwide nav.menu,
  #st-header,
  #st-header-under-widgets-box,
  #content,
  #headbox {
    max-width: 1080px !important;
  }
  #footer-in {
    max-width: 100%;
  }
  #headbox,
  #st-header {
    margin: auto !important;
  }
  #content-w {
    max-width: 100%;
    margin: 0 !important;
  }
  main {
    margin-right: 330px;
  }
}
