/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li,
ol li {
  list-style-type: none;
}

dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

button {
  background-color: inherit;
  border: inherit;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

.cta_button {
  text-decoration: none;
}

body a.cta_button {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.widget-type-cta,
.hs-web-interactive-inline {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media not all and (min-width: 768px) {
  a[href^="tel:"] {
    text-decoration: underline;
    color: var(--color_primary_base);
  }
  a[href^="mailto:"] {
    text-decoration: underline;
    color: var(--color_primary_base);
  }
}
@media screen and (min-width: 768px) {
  a[href^="mailto:"] {
    text-decoration: underline;
    color: var(--color_primary_base);
  }
  a[href^="mailto:"]:hover {
    text-decoration: none;
  }
}
@media (hover: hover) {
  button:enabled:hover {
    text-decoration: none;
  }
  .button:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .button:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .cta_button:hover {
    text-decoration: none;
  }
}
a {
  color: var(--color-link);
  text-decoration: inherit;
}

.hs-video-widget {
  max-width: 100%;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}

.body-wrapper {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

iframe {
  border: unset;
}

:root {
  --color-primary: #247272;
  --color-primary-translucent: rgba(36, 114, 114, 0.1);
  --color-text-on-primary: #FFF;
  --color-tag: #ff9100;
  --color-link: #00c;
  --color-error: #d00d0d;
  --color-txt-default: #000;
  --color-txt-gray: #707070;
  --color-txt-table-th: #fff;
  --color-border-black: #121212;
  --color-border-gray: #8D8D8D;
  --color-border-table-th: #fff;
  --color-bg-gray: #e5e5e5;
  --color-bg-lightgray: #f2f2f2;
  --color-bg-table-th: #000;
  --color-marker: #FEE3BF;
}
@charset "UTF-8";
/* @import url('http://example.com/example_style.css'); */
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 300;
    src: url(//22441832.fs1.hubspotusercontent-na1.net/hubfs/22441832/raw_assets/public/sed-case2024/assets/fonts/NotoSansCJKjp-DemiLight.woff) format('woff');
    font-display: block;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 400;
    src: url(//22441832.fs1.hubspotusercontent-na1.net/hubfs/22441832/raw_assets/public/sed-case2024/assets/fonts/NotoSansCJKjp-Regular.woff) format('woff');
    font-display: block;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: 400;
    font-weight: 400;
    src: url(//22441832.fs1.hubspotusercontent-na1.net/hubfs/22441832/raw_assets/public/sed-case2024/assets/fonts/NotoSansCJKjp-Regular.woff) format('woff');
    font-display: block;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: 500;
    font-weight: 500;
    src: url(//22441832.fs1.hubspotusercontent-na1.net/hubfs/22441832/raw_assets/public/sed-case2024/assets/fonts/NotoSansCJKjp-Medium.woff) format('woff');
    font-display: block;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: 700;
    font-weight: 700;
    src: url(//22441832.fs1.hubspotusercontent-na1.net/hubfs/22441832/raw_assets/public/sed-case2024/assets/fonts/NotoSansCJKjp-Bold.woff) format('woff');
    font-display: block;
}
*/
body {
  background-color: #FFF;
  overflow-wrap: break-word;
  color: #000;
  font-size: 15px;
/*
  font-family: "NotoSansCJKjp", sans-serif;
*/
  line-height: 1.5;
}

p {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

select {
  background-color: #FFF;
  padding: 0.5em;
  border: solid 1px #CCC;
  border-radius: 3px;
  cursor: pointer;
}

.sedcase_contents_pad {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .sedcase_contents_pad {
    padding: 0 15px;
  }
}

.bgc_gray {
  background-color: #FAFAFA;
}

/*********************
  ボタン
*********************/
.sedcase_btn_wrap {
  margin: 0 auto 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sedcase_btn {
  display: inline-block;
  margin: 0 10px;
  padding: 0.8em 1.3em;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  background-color: #DDD;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.sedcase_btn:hover {
  opacity: 0.5;
}

/*********************
  リスト
*********************/
.sedcase_list_dot {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sedcase_list_dot__item {
  padding: 0 0 0 15px;
  margin: 0.5em 0;
}
.sedcase_list_dot__item:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
  position: relative;
  top: -4px;
  left: -10px;
}
.maw_1000 {
  max-width: 1000px !important;
  margin-left: auto;
  margin-right: auto;
}

.maw_800 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.maw_1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 768px) {
  .header-spacer {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .header-spacer {
    padding-top: 100px;
  }
}

body .hs-tools-menu {
  z-index: 1 !important;
  left: 10px !important;
  right: unset !important;
  bottom: 10px !important;
  top: unset !important;
}
@media not all and (min-width: 768px) {
  body .hs-tools-menu {
    display: none;
  }
}
#hs_cos_wrapper_post_body figure {
  margin: 0 0 35px;
  max-width: 100%;
  display: inline-block;
}
#hs_cos_wrapper_post_body figure img {
  margin-bottom: 10px;
}
#hs_cos_wrapper_post_body figure figcaption {
  text-align: center;
}

#hs_cos_wrapper_post_body a {
  text-decoration: underline;
}
#hs_cos_wrapper_post_body a:hover {
  text-decoration: none;
}

#hs_cos_wrapper_post_body mark {
  background: linear-gradient(180deg, transparent 60%, var(--color-marker) 60%);
}

#hs_cos_wrapper_post_body h2 {
  font-size: 22px;
  line-height: 1.5;
  margin: 35px 0 35px 0;
  padding: 0 0 0 15px;
  border-left: 5px solid var(--color-primary);
  font-weight: bold;
}
#hs_cos_wrapper_post_body h2:first-of-type {
  margin-top: 0px;
}
#hs_cos_wrapper_post_body h3 {
  font-size: 20px;
  line-height: 1.5;
  margin: 25px 0 25px 0;
  border-bottom: 1px solid var(--color-border-black);
  padding: 5px 0;
  font-weight: bold;
}
#hs_cos_wrapper_post_body h4 {
  font-size: 18px;
  line-height: 1.5;
  margin: 35px 0px 30px;
  font-weight: bold;
}
#hs_cos_wrapper_post_body h4:before {
  content: "";
  display: inline-block;
  width: 3em;
  height: 2px;
  margin-right: 0.5em;
  background-color: var(--color-primary);
  vertical-align: middle;
}
#hs_cos_wrapper_post_body h5 {
  font-size: 16px;
  line-height: 1.5;
  margin: 35px 0px 10px;
  font-weight: bold;
  padding: 0;
}
#hs_cos_wrapper_post_body h5::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  position: relative;
  top: -0.2em;
  margin-right: 0.5em;
  background-color: var(--color-primary);
  transform: rotate(45deg);
}
#hs_cos_wrapper_post_body h6 {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0px 25px;
  font-weight: normal;
  background: linear-gradient(180deg, transparent 60%, var(--color-primary-translucent) 60%);
  display: inline;
}
#hs_cos_wrapper_post_body h6::after {
  content: "";
  display: block;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #hs_cos_wrapper_post_body h2 {
    font-size: 28px;
    margin: 85px 0px 35px;
  }
  #hs_cos_wrapper_post_body h3 {
    font-size: 22px;
    margin: 55px 0px 35px;
  }
  #hs_cos_wrapper_post_body h4 {
    font-size: 19px;
    margin: 55px 0px 30px;
  }
  #hs_cos_wrapper_post_body h5 {
    font-size: 17px;
    margin: 50px 0px 15px;
  }
  #hs_cos_wrapper_post_body h6 {
    font-size: 18px;
    margin: 20px 0px 20px;
  }
}

#hs_cos_wrapper_post_body p {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-txt-default);
  word-break: break-all;
}
#hs_cos_wrapper_post_body p.link {
  margin: 15px 0;
}
#hs_cos_wrapper_post_body p.link a {
  font-size: 15px;
  color: var(--color-txt-default);
  text-decoration: underline;
  cursor: pointer;
  word-break: break-all;
}
#hs_cos_wrapper_post_body p.link a:hover {
  text-decoration: underline;
}
#hs_cos_wrapper_post_body p.link a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px 10px;
  border-bottom: 1px solid var(--color-border-gray);
  border-right: 1px solid var(--color-border-gray);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hs_cos_wrapper_post_body p.anchor {
  margin: 15px 0;
}
#hs_cos_wrapper_post_body p.anchor a {
  font-size: 15px;
  line-height: 25px;
  color: var(--color-txt-default);
  text-decoration: underline;
  cursor: pointer;
}
#hs_cos_wrapper_post_body p.anchor a:hover {
  text-decoration: underline;
}
#hs_cos_wrapper_post_body p.anchor a:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 4px 10px;
  border-bottom: 1px solid var(--color-txt-default);
  border-right: 1px solid var(--color-txt-default);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  #hs_cos_wrapper_post_body p {
    font-size: 17px;
    color: var(--color-txt-default);
    word-break: break-all;
  }
  #hs_cos_wrapper_post_body p.link {
    margin: 15px 0;
  }
  #hs_cos_wrapper_post_body p.link a {
    font-size: 18px;
    line-height: 32px;
    color: var(--color-txt-default);
    text-decoration: underline;
    color: var(--color-link);
    cursor: pointer;
  }
  #hs_cos_wrapper_post_body p.link a:hover {
    text-decoration: underline;
  }
  #hs_cos_wrapper_post_body p.link a:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 1px 10px;
    border-bottom: 1px solid var(--color-link);
    border-right: 1px solid var(--color-link);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #hs_cos_wrapper_post_body p.anchor {
    margin: 15px 0;
  }
  #hs_cos_wrapper_post_body p.anchor a {
    font-size: 18px;
    line-height: 32px;
    color: var(--color-txt-default);
    text-decoration: underline;
    cursor: pointer;
  }
  #hs_cos_wrapper_post_body p.anchor a:hover {
    text-decoration: underline;
  }
  #hs_cos_wrapper_post_body p.anchor a:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 4px 10px;
    border-bottom: 1px solid var(--color-txt-default);
    border-right: 1px solid var(--color-txt-default);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

#hs_cos_wrapper_post_body blockquote {
  display: block;
  margin: 0 0 1.5em 0;
  padding: 60px 40px;
  font-size: 15px;
  line-height: 1.75;
  background-image: url(//22441832.fs1.hubspotusercontent-na1.net/hubfs/22441832/raw_assets/public/sed-case2024/assets/images/common/article_bloquote_start.svg),
    url(//22441832.fs1.hubspotusercontent-na1.net/hubfs/22441832/raw_assets/public/sed-case2024/assets/images/common/article_bloquote_end.svg);
  background-color: var(--color-bg-lightgray);
  background-repeat: no-repeat, no-repeat;
  background-position: top 30px left 30px, bottom 30px right 30px;
  background-size: 24px 18px, 24px 18px;
}
#hs_cos_wrapper_post_body blockquote > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #hs_cos_wrapper_post_body blockquote {
    font-size: 17px;
    padding: 70px 100px;
    background-position: top 50px left 50px, bottom 50px right 50px;
    background-size: 29px 21px, 29px 21px;
  }
}

#hs_cos_wrapper_post_body img {
  margin: 0 0 35px 0;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #hs_cos_wrapper_post_body img {
    margin: 0 0 35px 0;
    max-width: 100%;
  }
}

#hs_cos_wrapper_post_body table {
  width: 100% !important;
  border: none !important;
  font-size: 13px;
}
#hs_cos_wrapper_post_body table caption {
  padding: 0.75em 0.5em;
  font-weight: 700;
  caption-side: top;
  border-bottom: none;
}
#hs_cos_wrapper_post_body table p {
  margin: 0;
}
#hs_cos_wrapper_post_body table tr:nth-of-type(even) td {
  background-color: var(--color-bg-lightgray);
}
#hs_cos_wrapper_post_body table tr:nth-of-type(odd) td {
  background-color: #fff;
}
#hs_cos_wrapper_post_body table th {
  border: 1px solid var(--color-border-table-th);
  color: var(--color-txt-table-th);
  background-color: var(--color-bg-table-th);
}
#hs_cos_wrapper_post_body table td {
  border: 1px solid var(--color-border-black);
}
#hs_cos_wrapper_post_body table th,
#hs_cos_wrapper_post_body table td {
  padding: 0.85em 0.5em;
  text-align: center;
}
#hs_cos_wrapper_post_body table tr :first-child {
  border-left: none;
}
#hs_cos_wrapper_post_body table tr :last-child {
  border-right: none;
}
@media screen and (min-width: 768px) {
  #hs_cos_wrapper_post_body table {
    font-size: 16px;
  }
}

/*** HubSpotリッチエディタのレスポンシブテーブル ***/
#hs_cos_wrapper_post_body div[data-hs-responsive-table] {
  background: unset !important;
  padding: 0 !important;
}
@media all and (min-width: 768px) {
  #hs_cos_wrapper_post_body div[data-hs-responsive-table] {
    width: 100% !important;
  }
  #hs_cos_wrapper_post_body div[data-hs-responsive-table] table {
    width: 100% !important;
    table-layout: auto !important;
  }
}

#hs_cos_wrapper_post_body ul {
  border: 1px solid var(--color-border-black);
  margin: 30px 0;
  padding: 20px 40px 20px 50px;
}
#hs_cos_wrapper_post_body ol {
  border: 1px solid var(--color-border-black);
  margin: 30px 0;
  padding: 20px 40px 20px 50px;
}
#hs_cos_wrapper_post_body ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
#hs_cos_wrapper_post_body ol li::marker {
  font-weight: bold;
}
#hs_cos_wrapper_post_body ul li,
#hs_cos_wrapper_post_body ol li {
  font-size: 16px;
  line-height: 1.75;
  margin: 0.5em 0;
}
#hs_cos_wrapper_post_body ul li {
  list-style: none;
  position: relative;
}
#hs_cos_wrapper_post_body ul li a {
  text-decoration: underline;
}
#hs_cos_wrapper_post_body ul li::before {
  position: absolute;
  top: 1em;
  margin-top: -0.35em;
  left: -0.75em;
  display: inline-block;
  width: 3px;
  height: 3px;
  content: "";
  border-radius: 100%;
  background: var(--color-txt-default);
}

#hs_cos_wrapper_post_body .hs_cos_wrapper_type_rich_text > div:not([class]) {
  padding: 1.2em 1em;
  font-size: 15px;
  line-height: 1.75;
  background-color: var(--color-bg-lightgray);
}
@media (min-width: 768px) {
  #hs_cos_wrapper_post_body .hs_cos_wrapper_type_rich_text > div:not([class]) {
    padding: 1.5em 1.8em;
    font-size: 18px;
  }
}

#hs_cos_wrapper_post_body pre {
  padding: 1.2em 1em;
  color: inherit;
  overflow: unset;
  margin: 0;
  white-space: unset;
  word-break: break-all;
  background-color: var(--color-bg-gray);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  #hs_cos_wrapper_post_body pre {
    font-size: 18px;
    padding: 1.5em 1.8em;
  }
}

/*** テーブル（spでは幅800px固定でスクロール可能な状態にする） ***/
#hs_cos_wrapper_post_body .sptbl_scrollable {
  overflow: auto;
  position: relative;
  width: calc(100vw - 15px);
  left: 0;
}
#hs_cos_wrapper_post_body .sptbl_scrollable.sptbl_scrollable-hint_show:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50vw - 62px);
  top: calc(50% - 41px);
  width: 124px;
  height: 82px;
  background-image: url();
}
#hs_cos_wrapper_post_body .sptbl_scrollable table {
  width: 800px !important;
}
@media screen and (min-width: 768px) {
  #hs_cos_wrapper_post_body .sptbl_scrollable {
    position: static;
    width: 100%;
  }
  #hs_cos_wrapper_post_body .sptbl_scrollable table {
    width: 100% !important;
  }
  #hs_cos_wrapper_post_body .sptbl_scrollable.sptbl_scrollable-hint_show:after {
    content: none;
  }
}

/*** フォーム ***/
#hs_cos_wrapper_post_body .hs_cos_wrapper_type_form {
  margin: 30px 0;
  padding: 30px 20px;
}
#hs_cos_wrapper_post_body .hs_cos_wrapper_type_form > h3:first-child {
  margin-top: 0;
  margin-bottom: 1.5em;
  padding: 0;
  border-bottom: none;
  font-size: 26px;
  text-align: center;
}
#hs_cos_wrapper_post_body .hs_cos_wrapper_type_form label {
  font-size: 18px;
}
#hs_cos_wrapper_post_body .hs_cos_wrapper_type_form select,
#hs_cos_wrapper_post_body .hs_cos_wrapper_type_form input {
  font-size: 16px;
}
#hs_cos_wrapper_post_body li.hs-form-checkbox,
#hs_cos_wrapper_post_body li.hs-form-radio {

}
#hs_cos_wrapper_post_body li.hs-form-checkbox:before,
#hs_cos_wrapper_post_body li.hs-form-radio:before {
  content: none;
}
#hs_cos_wrapper_post_body li.hs-form-checkbox .hs-input,
#hs_cos_wrapper_post_body li.hs-form-radio .hs-input{
  width: auto;
  margin-right: 1em;
}
#hs_cos_wrapper_post_body  li.hs-form-checkbox label,
#hs_cos_wrapper_post_body  li.hs-form-radio label {
  display: flex;
  align-items: baseline;
  margin-top: 0;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #hs_cos_wrapper_post_body .hs_cos_wrapper_type_form {
    margin: 50px 0;
    padding: 60px 7%;
  }
  #hs_cos_wrapper_post_body .hs_cos_wrapper_type_form label {
    font-size: 26px;
  }
  #hs_cos_wrapper_post_body .hs_cos_wrapper_type_form select,
  #hs_cos_wrapper_post_body .hs_cos_wrapper_type_form input {
    font-size: 19px;
  }
  #hs_cos_wrapper_post_body .hs_cos_wrapper_type_form > h3:first-child {
    font-size: 38px;
  }
  #hs_cos_wrapper_post_body  li.hs-form-checkbox label,
  #hs_cos_wrapper_post_body  li.hs-form-radio label {
    font-size: 19px;
  }
  #hs_cos_wrapper_post_body .hs_cos_wrapper_type_form .hs-button {
    font-size: 26px;
  }
}
@charset "UTF-8";
/*********************
	絞り込み検索
*********************/
.sedcase_posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.sedcase_posts a {
	transition:opacity .4s ease;
}
.sedcase_posts a:hover {
	opacity:0.5;
}

.sedcase_posts__item {
  flex: 0 1 31%;
  margin-bottom: 50px;
  transition: all 0.5s ease-out;
  overflow: hidden;
  opacity: 1;
  transform: scale(1);
}
.sedcase_posts__item.deactive {
  opacity: 0;
  transform: scale(0.1);
}
.sedcase_posts__item:nth-child(3n+2) {
  margin-left: 3.5%;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .sedcase_posts__item {
    margin-bottom: 70px;
  }
}

.sedcase_posts__image {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.sedcase_posts__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  aspect-ratio: 40/21;
}
@media screen and (min-width: 768px) {
  .sedcase_posts__image {
    margin-bottom: 15px;
  }
}

.sedcase_posts__description {
  display: block;
  padding: 0 15px;
}

.sedcase_posts__corp:before, .sedcase_posts__corp:after {
  content: normal;
}

.sedcase_posts__corp_link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: var(--color-txt-default);
}
@media screen and (min-width: 768px) {
  .sedcase_posts__corp_link {
    margin-bottom: 10px;
  }
}

.sedcase_posts__corp_logo {
  max-width: 120px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #DDD;
}
.sedcase_posts__corp_logo img {
  vertical-align: top;
  width: auto;
  height: auto;
  min-height: 23px;
  max-height: 60px;
  object-fit: contain;
}

.sedcase_posts__eyecatch {
  position: relative;
  left: -10px;
  width: calc(100% + 20px);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
}

.sedcase_posts__subeyecatch {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 0.25em;
}

.sedcase_posts__topic_list {
  display: block;
  border-radius: 3px;
  margin-top: 20px;
  padding: 8px 10px;
  background-color: #f7f7f7;
}
.sedcase_posts__topic_list--nocontainer {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}
.topicfilter_post__topic-link {
  display: inline-block;
  margin: 3px 3px;
  padding: 3px 8px;
  color: #999;
  background-color: #FFF;
  font-size: 12px;
  border-radius: 3px;
  color: var(--color-tag);
  border: 1px solid var(--color-tag);
}
.topicfilter_post__topic-link--large {
  border-radius: 4px;
  padding: 3px 12px;
  font-size: 14px;
}

.sedcase_posts__meta_hidden {
  display: none;
}

@media (max-width: 999px) {
  .sedcase_posts__item {
    flex-basis: 48%;
  }
  .sedcase_posts__item:nth-child(3n+2) {
    margin-left: inherit;
    margin-right: inherit;
  }
}
@media (max-width: 599px) {
  .sedcase_posts {
    display: block;
  }
  .sedcase_posts__corp_logo {
    max-width: 100px;
  }
  .sedcase_posts__description {
    padding: 0 10px;
  }
}
/*********************
	Pagination
*********************/
.sedcase_pagination {
  width: 100%;
  margin: 0px 0 60px 0;
  line-height: 1;
  font-size: 11px;
  text-align: center;
}
.sedcase_pagination > div {
  display: inline-block;
}
.sedcase_pagination a {
  display: inline-block;
  padding: 10px 12px;
  background-color: #f6f6f6;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition:opacity .4s ease;
}
.sedcase_pagination a:hover {
	opacity:0.5;
}
.sedcase_pagination_center > a.active {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: var(--color-primary);
  background-color: var(--color-primary);
}
/* リンクボタンが一つしかない場合、非表示とする */
.sedcase_pagination_center > a:first-child:last-child {
  display:none;
}

@media (max-width: 599px) {
  .sedcase_pagination {
    margin-bottom: 40px;
  }
}
@charset "UTF-8";
/*********************
	見出し
*********************/
.sedcase_ttl_1,
h1.sedcase_ttl_1:first-child,
h2.sedcase_ttl_1:first-child,
h3.sedcase_ttl_1:first-child,
h4.sedcase_ttl_1:first-child,
h5.sedcase_ttl_1:first-child,
h6.sedcase_ttl_1:first-child {
  margin: 5em 0 2em 0;
  padding: 0 0 10px 0;
  text-indent: 0.1em;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  color: var(--color-txt-default);
  border: none;
}

.sedcase_ttl_1:before {
  width: 50px;
  content: "";
  border-bottom: solid 1px #CCC;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  opacity: 1;
}
.sedcase_ttl_1:after {
  content: normal;
}

@media (max-width: 767px) {
  .sedcase_ttl_1,
  h1.sedcase_ttl_1:first-child,
  h2.sedcase_ttl_1:first-child,
  h3.sedcase_ttl_1:first-child,
  h4.sedcase_ttl_1:first-child,
  h5.sedcase_ttl_1:first-child,
  h6.sedcase_ttl_1:first-child {
    font-size: 18px;
  }
}
.sedcase_ttl_2 {
  border-top: solid 1px #CCC;
  border-right: none;
  border-bottom: solid 1px #CCC;
  border-left: none;
  padding: 0.5em 1.5em;
  background-color: #f6f6f6;
  font-weight: bold;
  color: var(--color-txt-default);
}
.sedcase_ttl_2:before, .sedcase_ttl_2:after {
  content: normal;
}

.sedcase_ttl_3 {
  border: none;
  padding: 0 1em;
  font-weight: bold;
  color: var(--color-txt-default);
}
.sedcase_ttl_3:before {
  content: "“";
  position: relative;
  top: 0.7em;
  left: -0.1em;
  display: block;
  border: none;
  opacity: 1;
  font-size: 150%;
}
.sedcase_ttl_3:after {
  content: normal;
}
.hs-form,
.hs-form-checkbox,
.hs-form-booleancheckbox {
  font-size: 16px !important;
}
@media screen and (min-width: 768px) {
  .hs-form,
  .hs-form-checkbox,
  .hs-form-booleancheckbox {
    font-size: 20px !important;
  }
}

.hs-form input[type="email"],
.hs-form input[type="file"],
.hs-form input[type="number"],
.hs-form input[type="password"],
.hs-form input[type="tel"],
.hs-form input[type="text"],
.hs-form select,
.hs-form textarea {
  display: inline-block;
}

.hs-form .hs-form-field {
  margin-top: 20px;
}
.hs-form .hs-form-field > label {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .hs-form .hs-form-field {
    margin-top: 30px;
  }
}

.hs-form .hs-field-desc {
  margin: 0.5em 0;
  line-height: 1.25;
}

.hs-form .form-columns-2 {
  display:flex;
  justify-content:space-between;
  gap: 0 0.5em;
}
@media screen and (min-width: 768px) {
  .hs-form .form-columns-2 {
    gap: 0 1em;
  }
}

.hs-form .hs-input {
  margin-top: 8px;
  padding: 13.5px 10px;
  border: 1px solid #4d4d4d;
  border-radius: 6px;
  background-color: #FFF;
}
.hs-form input::placeholder {
  color: #c8c8c8 !important;
}
.hs-form .hs-input[type="file"] {
  border: none;
  padding: 0;
}
.hs-form .hs-input:not([type="checkbox"]) {
  width: 100% !important;
}
.hs-form .hs-input.invalid.error {
  border: 2px solid var(--color-error);
}

.hs-form input[type="email"]:focus,
.hs-form input[type="text"]:focus,
.hs-form textarea:focus {
  border-color: var(--color-primary);
  outline: none;
}

.hs-form fieldset {
  max-width: 100% !important;
  border: none !important;
}

.hs-form .inputs-list {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.hs-form .inputs-list > li {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}
.hs-form .inputs-list li:before {
  content: none !important;
}

.hs-form .hs-fieldtype-checkbox .inputs-list  {
  display: flex;
  flex-wrap: wrap;
  gap: 0em 2em;
  margin-top: 0.5em !important;
}
.hs-form .hs-fieldtype-checkbox .inputs-list > li {
  flex-basis: max-content;
}

.hs-form .hs_error_rollup {
  margin-top: 30px;
}
.hs-form .hs_error_rollup + .hs_submit {
  margin-top: 20px;
}

.hs-form .hs-error-msg,
.hs-form .hs-error-msgs {
  color: var(--color-error);
}


.hs-form input[type="checkbox"].hs-input {
  display: none;
}

.hs-form .hs-form-booleancheckbox-display,
.hs-form .hs-form-checkbox-display,
.hs-form .hs-form-radio-display {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: inherit;
  margin-bottom: 0;
  position: relative;
}
.hs-form .hs-form-booleancheckbox-display::before,
.hs-form .hs-form-checkbox-display::before {
  content: "";
  display: inline-block;
  margin-right: .5em;
  border: 1px solid #4d4d4d;
  width: 24px;
  height: 24px;
  background-color: #FFF;
}

.hs-form .hs_submit {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hs-form .hs_submit {
    margin-top: 50px;
  }
}


.hs-form input[type="checkbox"]:checked + span::after {
  box-sizing: border-box;
  content: "";
  display: inline-block;
  margin-left: 8px;
  margin-top: -8px;
  border: 2px solid var(--color-primary);
  border-width: 0 2px 2px 0;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  z-index: 1;
}

.hs-form .hs-submit .hs-button.primary,
.hs-form .hs-submit input[type="button"],
.hs-form .hs-submit input[type="submit"] {
  display: inline-block;
  margin: 0 auto;
  outline: none;
  border: none;
  border-radius: 10px;
  padding: 25px;
  width: 100%;
  max-width: 420px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1;
  text-align: center;
  background-color: var(--color-tag);
  appearance: none;
  text-decoration: none;
  transition: all .3s;
  white-space: normal;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .hs-form .hs-submit .hs-button.primary,
  .hs-form .hs-submit input[type="button"],
  .hs-form .hs-submit input[type="submit"] {
    font-size: 20px;
  }
}

.hs-form .hs-form-required {
  font-size: 0;
  color: #ef6b51;
}
.hs-form .hs-form-required::before {
  display: inline-block;
  content: "必須";
  margin-left: 10px;
  margin-bottom: -.25em;
  padding: .45em .75em;
  border-radius: 13px;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background-color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .hs-form .hs-form-required::before {
    font-size: 13px;
  }
}
@charset "UTF-8";

/*********************
	記事ページ 共通
*********************/

.sedcase_detail a,
.sedcase_detail_compact a {
	transition:opacity .4s ease;
}
.sedcase_detail a:hover,
.sedcase_detail_compact a:hover {
	opacity:0.5;
}

/* CTA */
.sedcase_detail__cta {
  margin: 0 0 100px 0;
  display: flex;
  justify-content: center;
}
 .sedcase_detail__cta > .hs_cos_wrapper.hs_cos_wrapper_widget {
  max-width: 100%
}

/* ブログ投稿 */
.sedcase_detail__body {
  margin: 80px 0 80px 0;
}
@media (max-width: 767px) {
  .sedcase_detail__body {
    margin: 40px 0 40px 0;
  }
}

/* 非公開情報 */
.sedcase_privateinfo {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 2em;
  background-color: #FEE;
  border-radius: 10px;
}
.sedcase_privateinfo.sedcase_privateinfo_empty {
  display: none;
}

/* お客様コメント */
.sedcase_detail__voc {
  margin-bottom: 3em;
  font-weight: 700;
}
.sedcase_detail__voc * {
  font-size: 20px;
}
.sedcase_detail__voc p,
.sedcase_detail__voc dl,
.sedcase_detail__voc ul,
.sedcase_detail__voc ol,
.sedcase_detail__voc textarea{
  margin-bottom: 0.5em;
}
.sedcase_detail__voc ul {
  padding-left: 1em;
  list-style: none;
}
.sedcase_detail__voc ul li {
  position: relative;
}
.sedcase_detail__voc ul li::before {
  content: '・';
  position: absolute;
  left: -1em;
  top: 0;
}
.sedcase_detail__voc ol {
  padding-left: 1.5em;
}
.sedcase_detail__voc ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
@media (max-width: 767px) {
  .sedcase_detail__voc * {
    font-size: 16px;
  }
}

/* 課題と効果 */
.sedcase_detail__solution {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: solid 1px #333;
  border-radius: 4px;
  margin: 0 0 20px 0;
  padding: 20px 20px;
  margin-top: 3em;
}
.sedcase_detail__arrow_gray_b ~ .sedcase_detail__solution {
  margin-top: 0;
}

.sedcase_detail__arrow_gray_b {
  text-align: center;
  margin: 20px 0;
}
.sedcase_detail__arrow_gray_b:after {
  content: '';
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 24px;
  height: 24px;
  background: transparent url(//22441832.fs1.hubspotusercontent-na1.net/hubfs/22441832/raw_assets/public/sed-case2024/assets/images/common/arrow_b_gray.svg) no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .sedcase_detail__arrow_gray_b {
    margin-bottom: 30px;
  }
}

.sedcase_detail__solution_l {
  flex: 0 1 20%;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

.sedcase_detail__solution_r {
  flex: 0 1 80%;
  margin: 0;
  font-size: 15px;
}

@media (max-width: 767px) {
  .sedcase_detail__solution {
    display: block;
    padding-top: 0;
  }
  .sedcase_detail__solution_l {
    position: relative;
    top: -14px;
    text-align: center;
    width: 100%;
  }
  .sedcase_detail__solution_ttl {
    display: inline-block;
    padding: 0 1em;
    background-color: #FFF;
  }
}
/* 事例情報（簡易版） */
.sedcase_detail_compact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
}

.sedcase_detail_compact__head_img {
  flex: 0 0 auto;
  text-align: left;
  margin-right: 10%;
  margin-bottom: 0.5em;
}
.sedcase_detail_compact__head_img img {
  max-width: 300px;
  max-height: 120px;
}

.sedcase_detail_compact__head_txt {
  flex: 0 1 auto;
}

.sedcase_detail_compact__dl.sedcase_detail__dl {
  margin: 0;
  padding: 0;
}

@media (max-width: 599px) {
  .sedcase_detail_compact__dl.sedcase_detail__dl {
    padding: 1em 0 0 0;
  }
  .sedcase_detail_compact {
    display: block;
    margin-bottom: 70px;
  }
  .sedcase_detail_compact__head_img {
    text-align: center;
    margin-right: 0;
  }
}
/*********************
	記事ページ A
*********************/
/* メインビジュアル */
.sedcase_detail__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 20px auto 40px auto;
}

.sedcase_detail__head_img {
  -webkit-box-flex: 0;
  flex: 0 1 55%;
}

.sedcase_detail__btn_downloadfile {
  display:block;
	background-color: var(--color-primary);
	color:#FFF;
	margin:20px auto;
	padding:10px 10px;
	text-align:center;
	max-width:200px;
	border-radius:4px;
	font-weight:bold;
	cursor:pointer;
	transition:opacity .4s ease;
}
.sedcase_detail__btn_downloadfile:hover{
	opacity:0.5;
}

.sedcase_detail__head_txt {
  -webkit-box-flex: 0;
  flex: 0 1 43%;
  padding: 0 10px;
  margin-top: 20px;
}

.sedcase_detail__head_img img {
  width: 100%;
}

.sedcase_detail__corp {
  margin-bottom: 30px;
}
.sedcase_detail__corp_logo {
  margin: 0 0 20px;
}
.sedcase_detail__corp_logo img {
  max-width: 100%;
  vertical-align: middle;
  max-height: 80px;
}

.sedcase_detail__corp_name {
  font-size: 15px;
}

.sedcase_detail__eyecatch {
  font-size: 26px;
  font-weight: bold;
  color: var(--color-primary) !important;
}

.sedcase_detail__subeyecatch {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-primary) !important;
}

.sedcase_detail__dl {
  margin: 30px 0 40px 0;
}
.sedcase_detail__dl a {
  color: var(--color-txt-default);
}
.sedcase_detail__dl_div:last-of-type {
  display: none;
}
.sedcase_detail__dl_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
.sedcase_detail__dt {
  position: relative;
  flex: 1 0 9em;
  padding-right: 2em;
  font-size: 13px;
  font-weight: bold;
}
.sedcase_detail__dt:after {
  position: absolute;
  right: 0.75em;
  top: 0;
  content: ":";
  font-weight: bold;
}
.sedcase_detail__dd {
  flex: 0 1 100%;
  font-size: 13px;
}
.sedcase_detail__overview {
  font-size: 26px;
  font-weight: bold;
  margin: 3em 0 0;
}
@media (max-width: 767px) {
  .sedcase_detail__head {
    display: block;
    margin-top: 10px;
  }
  .sedcase_detail__head_img {
    margin-bottom: 15px;
  }
  .sedcase_detail__head_img img {
    width: auto;
  }
  .sedcase_detail__head_txt {
    padding: 0 20px;
  }
  .sedcase_detail__corp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
    color: var(--color-txt-default);
  }
  .sedcase_detail__corp_logo {
    max-width: 100px;
    margin: 0px 20px 0 0;
    padding-right: 20px;
    border-right: solid 1px #DDD;
  }
  .sedcase_detail__dl {
    margin: 20px 0 20px 0;
  }
  .sedcase_detail__eyecatch,
  .sedcase_detail__overview {
    font-size: 18px;
  }
  .sedcase_detail__subeyecatch {
    font-size: 14px;
  }
}
/* SNSシェアボタン */
.hs-blog-social-share {
  float: right;
  margin-bottom: 80px;
}


.sedcase_detail__corp__inner {
  display: inline-block;
}
@media (max-width: 767px) {
  .sedcase_detail__corp__inner {
    display: flex;
    align-items: center;
  }
}
@charset "UTF-8";
/*********************
　汎用
*********************/
.clear_fix:after {
  content: "";
  display: block;
  clear: both;
}

.sedcase_ta_c {
  text-align: center;
}

.sedcase_mt_10 {
  margin-top: 10px !important;
}
.sedcase_mt_20 {
  margin-top: 20px !important;
}
.sedcase_mt_30 {
  margin-top: 30px !important;
}
.sedcase_mt_40 {
  margin-top: 40px !important;
}
.sedcase_mt_50 {
  margin-top: 50px !important;
}

.sedcase_mb_10 {
  margin-bottom: 10px !important;
}
.sedcase_mb_20 {
  margin-bottom: 20px !important;
}
.sedcase_mb_30 {
  margin-bottom: 30px !important;
}
.sedcase_mb_40 {
  margin-bottom: 40px !important;
}
.sedcase_mb_50 {
  margin-bottom: 50px !important;
}
.topicfilter{
	display:none;
}

.topicfiltercontrol{
	max-width:1000px;
	margin:0px auto 50px auto;
}
.topicfiltercontrol--hidden {
	display:none;
}

.topicfilter__body {
	margin-bottom: 70px;
}

.topicfilter__data-hidden {
	display:none;
}

/*** A案 ***/
.topicfiltercontrol_selectors{
	display:flex;
	justify-content:space-between;
}
.topicfiltercontrol_select_wrap{
	flex-basis:100%;
	flex-shrink:1;
	margin:0 10px 20px 10px;
}
.topicfiltercontrol_select_label {
	margin-bottom: 0.5em;
}
.topicfiltercontrol_select {
	width: 100%;
}
.topicfiltercontrol_option_title{
	font-weight:bold;
}
.topicfiltercontrol_button{
	display: block;
	width: 100%;
	max-width:200px;
	height: auto;
	min-height: 3em;
	margin:20px auto;
	border: none;
	border-radius:4px;
	padding:10px 10px;
	font-weight:bold;
	text-align:center;
	color: var(--color-text-on-primary);
	background-color: var(--color-primary);
	cursor:pointer;
	appearance: none;
	transition:opacity .4s ease;
}
.topicfiltercontrol_button:hover{
	opacity:0.5;
}
@media(max-width: 767px) {
	.topicfiltercontrol_selectors{
		display:block;
		margin-bottom:30px;
	}
}


/*** B案 ***/
/*
.topicfiltercontrol_tabs {
}
.topicfiltercontrol_titles {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.topicfiltercontrol_title {
	position:relative;
	flex:1 1 auto;
	background-color:#DDD;
	font-size:18px;
	padding:1em 0;
	text-align:center;
	border-right:solid 1px #FFF;
	cursor:pointer;
	transition:opacity .4s ease;
}
.topicfiltercontrol_title:hover{
	opacity:0.5;
}
.topicfiltercontrol_title.current {
	color: var(--color-text-on-primary);
	background-color: var(--color-primary);
}
.topicfiltercontrol_title.current:after{
	content:'';
	position:absolute;
	left:calc(50% - 7px);
	bottom:-9px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #666;
}
.topicfiltercontrol_title:last-child{
	border-right:none;
}
.topicfiltercontrol_title_sp{
	display:none;
}
.topicfiltercontrol_bodies {
	margin:0 0 20px 0;
	border-left:solid 1px #DDD;
	border-right:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
}
.topicfiltercontrol_body {
	display:none;
	flex-wrap:wrap;
	justify-content:flex-start;
	font-size:13px;
	padding:20px 15px;
}
.topicfiltercontrol_body.current{
	display:flex;
}
.topicfiltercontrol_topic {
	margin:8px 15px 8px 15px ;
	padding:0.5em 2em;
	border:solid 1px #DDD;
	border-radius:4px;
	cursor:pointer;
	background-color:#FFF;
	transition:opacity .4s ease;
}
.topicfiltercontrol_topic:hover{
	opacity:0.5;
}
.topicfiltercontrol_topic.selected{
	border-color:#000;
}
.topicfiltercontrol_selected_topics{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	font-size:13px;
}
.topicfiltercontrol_selected_topic{
	position:relative;
	margin:8px 20px 8px 0px;
	padding:0.5em 3em;
	border:solid 1px #DDD;
	border-radius:4px;
	background-color:#f7f7f7;
}
.topicfiltercontrol_selected_topic:before{
	position:absolute;
	right:1em;
	top:calc(50% - 7px);
	line-height:1;
	font-family: FontAwesome;
	font-size:13px;
	content: "\f00d";
	color:#DDD;
	cursor:pointer;
}
@media(max-width: 767px) {
	.topicfiltercontrol_titles{
		display:none;
	}
	.topicfiltercontrol_title_sp{
		display:block;
		background-color:#DDD;
		font-weight:bold;
		text-align:center;
		padding:1em 0;
		margin-top:1px;
	}
	.topicfiltercontrol_title_sp.current {
		color: var(--color-text-on-primary);
		background-color: var(--color-primary);
	}
	.topicfiltercontrol_bodies {
		border:none;
	}
	.topicfiltercontrol_body {
		margin:10px;
		padding:10px 10px;
		background-color:#f7f7f7;
	}
	.topicfiltercontrol_topic {
		margin:5px 5px 5px 5px;
		padding:0.3em 1.5em;
		border-radius:20px;
	}
	.topicfiltercontrol_selected_topic {
    padding: 0.5em 3em 0.5em 1.0em;
	}
}
*/

/*** カテゴリー並び順 ***/
.topicsortindex {
	display: none;
}


/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

/***
    The new CSS reset - version 1.8.3 (last updated 21.1.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/

/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
 *:where(:not(html, iframe, canvas, img, svg, video, audio , ,form):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
/* ol, ul, menu {
  list-style: none;
} */

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
pre {
  all: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* remove default dot (•) sign */
::marker {
  content: initial;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly.
 - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  letter-spacing: 0.05em;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 100%; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}


button-wrapper{
  margin: 0, auto;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.hs-breadcrumb-menu-item.first-crumb {
  padding-left: 0px;
}

.hs-breadcrumb-menu-item > a{
  color: #333;
  text-decoration: underline;
}


.breadmenu.white .hs-breadcrumb-menu-item > a,
.breadmenu.white .hs-breadcrumb-menu-item > span{
  color: rgb(255 255 255 / 79%);
}
body {
  line-height: 100%;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 16px;
  margin: 0;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* Lists */

ul,
ol {
  margin: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 120px;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

.main_cta{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.4rem;
  width: 24rem;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  border: solid var(--main-color) 1px;
  background: var(--main-color);
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.main_cta.head_cta{
  width: 14rem;
}
.main_cta:hover{
  color: var(--main-color);
  font-weight: bold;
  font-size: 1.4rem;
  background: #fff;
  text-decoration: none;
}


@media(max-width: 768px){
  .main_cta{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    width: 18rem;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    background: var(--main-color);
  }
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

.form-title{
  color: #333;
  line-height: 200%;
}

/* Labels */

form label {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 1.6rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header */
.sony_logo{
  background: #000;
  height: 65px;
  display: flex;
}
.sony_logo > img{
  margin-left: 3%;
  width: 100px;
}

.header{
  width: 100%;
  top: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #D9D9D9;
  position: fixed;
  z-index: 2;
  color: #333333;
  font-family: "ヒラギノ角ゴシック","メイリオ", "Meiryo","ＭＳ ゴシック","sans-serif";
  font-weight: 600;
}

.header-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 16px 0px;
}


.header-nav{
  display: flex;
  align-items: center;
}

.header-nav .hs-menu-wrapper ul li a,
.header-nav .hs-menu-wrapper ul li a:hover{
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.header-nav .hs-menu-wrapper ul li a:hover{
  color: #000;
  text-decoration: underline;
}


.header-nav-menu-pc{
  display: flex;
  justify-content: flex-end;
}

.header-nav-menu-tablet{
  display: none;
}

.hs-menu-item{
  margin-right: 24px;
  font-size: 14px;
}

/* tablet_layout */
@media screen and (max-width: 768px) {
  .sony_logo > img{
    margin-left: 25px;
  }
  .header{
    padding: 0px 0px;
  }

  .header-container{
    width: 100%;
    padding: 0;
  }

  .header-logo{
    margin-left: 16px;
  }

  .header-nav-menu-pc{
    display: none;
  }

  #hamburger{
    position: relative;
    display: block;
    width: 65px;
    height: 80px;
    margin: 0 0 0 auto;
    border: 1px solid #D9D9D9;
  }

  /*   ハンバーガー開くボタン */

  .hamburger-container-open{
    position: relative;
    display: block;
    height: 22px;
    margin-top: 28px;
  }


  .hamburger-container-open span{
    position: absolute;
    top: 50%;
    left: 25%;
    display: block;
    width: 32px;
    height: 2px;
    background: #1F54DB;
    transform: translateY(-50%);
  }

  .hamburger-container-open::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 25%;
    width: 32px;
    height: 2px;
    background: #1F54DB;
  }

  .hamburger-container-open::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 32px;
    height: 2px;
    background: #1F54DB;
  }

  /*   ハンバーガー閉じるボタン */
  .hamburger-container-close.active{
    display: block;
    position: relative;
    height: 22px; 
    z-index: 2;
    margin-top: 28px;
    margin-left: 18px;

  }

  /*バツ印線1*/  
  .hamburger-container-close.active span{
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 32px;
    height: 2px;
    background: #1F54DB;
    transform: rotate( 45deg );

  }

  /*バツ印線2*/
  .hamburger-container-close.active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 32px;
    height: 2px;
    background: #1F54DB;
    transform: rotate( -45deg );

  }


  .header-nav-menu-tablet.active{
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    width: 100%;
    background: rgba(240, 244, 255, .8);
    transition: all .2s ease-in-out;]
    /*     opacity: 0;
    transform: translateY(-100%); */
  }

  .hs-menu-wrapper{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .hs-menu-wrapper ul{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .hs-menu-item{
    padding: 0;
    margin: 0;
  }

  .hs-menu-wrapper li {
    margin: 0;
    padding: 0;
  }

  .hs-menu-wrapper li a{
    display: block;
    padding: 20px 0;
  }

  .hs_cos_wrapper_type_cta{
    margin-right: 32px;
  }



}
/* footer */
.footer{
  width: 100%;
  padding-top: 48px;
  font-family: "ヒラギノ角ゴシック","メイリオ", "Meiryo","ＭＳ ゴシック","sans-serif";
  font-weight: 600;
}
.footer a{
  font-family: "ヒラギノ角ゴシック","メイリオ", "Meiryo","ＭＳ ゴシック","sans-serif";
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.footer a:hover{
  font-family: "ヒラギノ角ゴシック","メイリオ", "Meiryo","ＭＳ ゴシック","sans-serif";
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
}


.footer-container{
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}

.footer-container-1{
  display: flex;
  margin-bottom: 36px;
  width: 100%;
}

.footer-container-1 .hs-menu-wrapper ul{
  display: flex;
  flex-wrap: wrap;
}
.footer-container-1 .hs-menu-wrapper li.hs-menu-depth-1 {
  width: 45%;
  margin-bottom: 2rem;
  margin-right: 0;
  flex-grow: 1;
}

.footer-container-1 .hs-menu-wrapper li.hs-menu-depth-2 a,
.footer-container-1 .hs-menu-wrapper li.hs-menu-depth-2 a:hover{
  font-weight: 300;
}

.footer-container-2 {
  width: 40%;
  margin-right: 2rem;
}

.company-info{
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}

.company-info-name{
  margin-bottom: 8px;
}

.footer-logo{
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  margin-bottom: 36px;
}

.footer-nav{
  /*   height: 96px; */
}





/* .footer-nav li:first-child{
margin-bottom: 16px;
} */

/* .footer-nav li:first-child{
margin-bottom: 16px;
} */

.footer-guidelines-list{
  display: flex;
  font-weight: 300;
  font-size: 12px;
  justify-content: space-between;
}

.hs-item-has-children li{
  margin-bottom: 0px;
  margin-top: 8px;
  list-style: none;
}

.hs-menu-children-wrapper{
  font-weight: 300;
  font-size: 14px;
}

.footer-guidelines{

}

.footer-nav-menu-mobile{
  display: none;
}

.copyright{
  background: #000;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  text-align: right;
  padding: 1rem 3%;
}

.footer-guidelines,
.group_site{
  margin-bottom: 2rem;
}

@media(max-width: 768px){
  .footer-guidelines .hs-menu-wrapper{
    justify-content: flex-start;
  }

  .footer-guidelines .hs-menu-wrapper ul{
    align-items: flex-start;
  }
  .footer-guidelines .hs-menu-wrapper li a{
    padding: 10px 0;
  }
}


.group_site a{
  color: #696969;
  background: #BFBFBF;
  display: inline-block;
  padding: 5px 10px 5px 20px;
  border-radius: 50px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
}
.group_site a:hover{
  font-weight: 400;
  color: #696969;
}

.group_site a:before{
  content: "▶︎";
  color: #696969;
  font-size: 10px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
}

/* tablet_layout */
@media screen and (max-width: 768px) {
  .footer-container-1{
    display: flex;
    flex-direction: column;
    justify-content:flex-start
  }

  .footer-container-2{
    margin-bottom: 48px;
    width: 90%;
  }

  .footer-nav div.hs-menu-wrapper{
    justify-content:flex-start
  }

  .footer-nav div.hs-menu-wrapper li a {
    padding: 0px;
  }

  .footer-nav div.hs-menu-wrapper ul{
    align-items: flex-start;
    width: 66%;
  }

  .footer-nav-menu-mobile{
    display: none;
  }

  .footer-nav div.hs-menu-wrapper li.hs-menu-depth-1 a{
    padding: 0px;
    border-bottom: solid #ffffff 0.5px;
    padding-bottom: 16px;
  }

  .footer-nav div.hs-menu-wrapper li.hs-menu-depth-2 a{
    border-bottom: solid #ffffff 0px;
    margin-bottom: 0px;
    padding: 0px;
  }
  .footer-container-1 .hs-menu-wrapper li.hs-menu-depth-1{
    width: 100%; 
  }

}

/* mobile_layout */
@media screen and (max-width: 480px) {  

  .footer-nav{
    width: 100%;
  }

  .footer-nav div.footer-nav-menu-pc{
    display: none;
  }

  .footer-nav-menu-mobile{
    display: block;
  }

  .footer-nav-menu-mobile div.hs-menu-wrapper ul{
    height: 100%;
  }

  .footer-guidelines-list {
    flex-direction: column;
  }

  .footer-guidelines-list li{
    margin-top: 16px;
  }

  .footer-container-1 {
    margin-bottom: 8px;
  }

  .footer-container {
    align-items: flex-start;
  }

  .footer-container-1 li.hs-menu-depth-1:nth-child(2) {
    margin-bottom: 16px;
  }

  .footer li.hs-menu-depth-1{
    /*     border-bottom: solid #ffffff 0.5px; */
    /*     padding-bottom: 16px; */
    width: 100%;
  }

  .footer-nav div.hs-menu-wrapper ul{
    width: 100%;
  }

  .footer-nav div.hs-menu-wrapper li.hs-menu-depth-1 a{
    padding: 0px;
    border-bottom: solid #ffffff 0.5px;
    padding-bottom: 16px;
  }

  .footer-nav div.hs-menu-wrapper li.hs-menu-depth-2 a{
    border-bottom: solid #ffffff 0px;
    margin-bottom: 0px;
    padding: 0px;
  }

  .footer-nav li:nth-child(3){
    margin-bottom: 16px;
  }

  .footer-nav li:nth-child(4){
    margin-bottom: 16px;
  }







}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 768px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 768px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
/*   left: -9999px;
  opacity: 0;
  position: absolute; */
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root {
  --main-color: #1F54DB;
  --sub-color: #F0F4FF;
  --main-black: #333333;
}

span.br{
  display: inline-block;
}

img {
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}





.index_head{
  background: #F0F4FF;
  padding: 12rem 0 6rem 0;
}

.index_head_h2{
  margin-bottom: 2.4rem;
}

.index_popular{
  margin-top: 4rem;
}

.index_body{
  margin-top: 4rem;
  display: flex;
  gap: 2.4rem;
}

.post_body{
  margin-top: 10rem;
  display: flex;
  gap: 2.4rem;
}

.index_lists{
  background: #F0F4FF;
  padding: 2.4rem;
  border-radius: 1rem;
  width: calc( 100% / 3 * 2 );
}

.index_content{
  width: calc( 100% / 3 * 2 );
}

.index_side{
  width: calc( 100% / 3 );
}

.article_sidearea{

}

.article_sidearea__serch,
.article_sidearea__tags{
  background: #F0F4FF;
  padding: 2.4rem;
  border-radius: 1rem;
}

.article_sidearea__serch{
  margin-bottom: 2.4rem;
}

.article_sidearea--head{
  font-size: 1.6rem;
  font-weight: 600;
  border-left: solid 3px #1F54DB;
  padding: 5px 0;
  padding-left: 1rem;
  margin-bottom: 2.4rem;
}

.index_cta{
  background: #F0F4FF;
  margin-top: 4.8rem;
  padding: 4.8rem 0;
}


@media screen and (max-width: 1024px){
  .index_body,
  .post_body{
    display: block;
  }
  .index_content{
    width: 100%;
  }
  .index_lists{
    width: 100vw;
    position: relative;
    left: 50%;
    border-radius: 0;
    transform: translateX(-50%);
  }
  .article_sidearea__serch{
    margin-top: 2.4rem;
  }
  .index_side{
    width: 100%;
  }
}



.hs-search-field form{
  position: relative;
}

.hs-search-field input{
  background-color: #fff !important;
  border: 0px solid #d1d6dc !important;
  border-radius: 32px !important;
  color: #333 !important;
  padding: 1rem!important;
}

.hs-search-field .serch_icon{
  background: url(//22441832.fs1.hubspotusercontent-na1.net/hubfs/22441832/raw_assets/public/Felica/images/Vector.svg);
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.hs-search-field button{
  display: none; 
}

/* 全体 */
.contact-page{
  margin: 8rem 0rem 3rem;
}

@media screen and (max-width: 768px){
  .contact-page{
    margin: 0rem 0rem 3rem;
  }
}

/* 問い合わせタイトル */
.contact-page.post_body{
  display:block;
}

.contact-page-title{
  align-items: center;
  vertical-align: middle;
  background-color: #1F54DB;
}

.contact-page-title-text{
  font-size: 24px;
  font-family: "ヒラギノ角ゴシック","メイリオ", "Meiryo","ＭＳ ゴシック","sans-serif";
  font-weight: 600;
  width: 65%;
  line-height: 200%;
  color: white;
  text-align: center;
  width: 100%;
  padding:5rem;
}

/* 問い合わせ導入 */
.contact-page-richiText{
  line-height: 200%;
  text-align: center;
  padding: 2rem;
}

/* 問い合わせメイン */
.contact-page-main{
  display:flex;
  margin-top: 5rem;
}

.contact-page-summary{
  width: 50%;
}

/* フォーム */

.contact-page-form{
  width:100%;
  padding: 20px;
  background-color:#F0F4FF;
  border-radius: 1%;
  margin-left: 10px;
}

.contact-page-form.w-50{
  width: calc( 50% - 3rem );
  margin-left: 3rem;
  height: fit-content;
}

.contact-page-form label{
  font-size: 1.6rem;
}

.contact-page-form .hs-input{
  font-size: 1.6rem;
  border: 1px solid #f5f5f5;
}

.contact-page-form  .hs_submit.hs-submit {
  display: flex;
  justify-content: center;
}

.contact-page-form  .hs_submit.hs-submit input{
  font-size: 1.6rem;
  font-weight: bold;
  background: var(--main-color);
}
.contact-page-form  .hs_submit.hs-submit input:hover{
  font-size: 1.6rem;
  font-weight: bold;
  background: #fff;
  color: var(--main-color);
}

.contact-page-form textarea{
  height: 200px;
}

.contact-page-form .hs-richtext p
font-size: 1.6rem !important;
}

.contact-page-form.hs-input {
  border: 2px solid #fff;
}

.contact-page-for input{

}


@media screen and (max-width: 768px){
  .contact-page-main{
    display:flex;
    flex-direction: column;
  }
  .contact-page-summary{
    width:100%;
  }

  .contact-page-form.w-50{
    width: 100%;
    margin-left: 0rem;
    margin-top: 3rem;
  }
}


a:active{ 
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN","Meiryo",sans-serif !important;
}








/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: px;

}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0;
}

.dnd-section > .row-fluid {
  width: 80%;
}






:root {
  --font-family-sony: "Hiragino Sans","Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

html {
  font-size: 10px;
}

body {
  ;
  color: ;
  font-size: 1.6rem;
  font-family: var(--font-family-sony);
}

/* Paragraphs */

p {
  font-family: var(--font-family-sony);
}

/* Anchors */

a {
  font-family: var(--font-family-sony);
}

a:hover,
a:focus {
  ;
  font-family: var(--font-family-sony);
}

a:active {
  ;
  color: ;
}

/* Headings */

h1,
.h1 {
  ;
  color: ;
  font-size: ;
  text-transform: ;
  font-family: var(--font-family-sony);
}

h2,
.h2 {
  font-size: 24px;
  text-transform: ;
  font-family: var(--font-family-sony);
}

.main-title-en{
  font-size: 24px

}

h3,
.h3 {
  ;
  color: ;
  font-size: ;
  text-transform: ;
  font-family: var(--font-family-sony);
}

h4,
.h4 {
  ;
  color: ;
  font-size: ;
  text-transform: ;
  font-family: var(--font-family-sony);
}

h5,
.h5 {
  ;
  color: ;
  font-size: ;
  text-transform: ;
  font-family: var(--font-family-sony);
}

h6,
.h6 {
  ;
  color: ;
  font-size: ;
  text-transform: ;
  font-family: var(--font-family-sony);
}

/* Blockquote */

blockquote {
  border-left-color: ;
}





button,
.button,
.hs-blog-post-listing__post-button {
  
  
  ;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-radius: px;
  color: ;
  font-size: ;
  text-transform: ;
  
}

.button{
  margin: 0, auto;
}



button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  ;
  background-color: rgba(#null, 0.0);
  border-color: ;
}

button:active,
.button:active,
.hs-blog-post-listing__post-button:active {
  ;
  background-color: rgba(#null, 0.0);
  border-color: ;
}





form,
.submitted-message {
  ;
}

/* Form title */

.form-title {
  color: ;
}

/* Labels */

form label {
  color: ;
}

/* Help text */

form legend {
  color: ;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: ;
  border-radius: px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: ;
}

::-moz-placeholder {
  color: ;
}

:-ms-input-placeholder {
  color: ;
}

::placeholder {
  color: ;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: ;
}

.fn-date-picker td.is-selected .pika-button {
  background: #247272;
}

.fn-date-picker td .pika-button:hover {
  background-color: #247272 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #247272;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  
  
  ;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-radius: px;
  color: ;
  font-size: ;
  text-transform: ;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(#null, 0.0);
  border-color: ;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(#null, 0.0);
  border-color: ;
}





/* Table */

table {
  
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

/* Table cells */

td,
th {
  
  
  color: ;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: ;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: ;
}





.header {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: ;
}

.menu__child-toggle-icon {
  border-top-color: ;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: ;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: ;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

.menu__child-toggle-icon:active {
  border-top-color: ;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: ;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: ;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: ;
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: ;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: px 0;
}

/* Blog post */

.blog-post__meta a {
  color: ;
}

.blog-post__tag-link {
  color: ;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: ;
}

.blog-post__tag-link:active {
  color: ;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  ;
  text-transform: ;
}

.blog-related-posts__title-link {
  color: ;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: ;
}

.blog-related-posts__title-link:active {
  color: ;
}

/* Blog comments */

.blog-comments {
  margin-bottom: px;
}

#comments-listing .comment-reply-to {
  color: ;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: ;
}

#comments-listing .comment-reply-to:active {
  color: ;
}





.hs-search-results__title {
  ;
  color: ;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  ;
  text-transform: ;
}

.hs-blog-post-listing__post-title-link {
  color: ;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: ;
}

.hs-blog-post-listing__post-title-link:active {
  color: ;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: ;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: ;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: ;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: ;
}

.hs-pagination__link-icon svg {
  fill: ;
}

/* Pricing card */

.card__price {
  ;
  color: ;
  font-size: ;
}

.card__body svg {
  fill: #247272;
}

/* Social follow */

.social-links__icon {
  background-color: #247272;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #004a4a;
}

.social-links__icon:active {
  background-color: #4c9a9a;
  ;
  color: ;
  font-size: ;
}


body a.cta_button {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  vertical-align: middle;
}
.footer {
  background-color: #1f54db;
}
.body-container,
.sedcase_common_cta {
  line-height: 1.5;
}
.blog-content {
  margin-left: auto;
  margin-right: auto;
}


.body-container {
  padding-top: 144px;
}
@media (max-width: 768px) {
  .body-container {
    padding-top: 64px;
  }
}