/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */





































 





/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
   box-sizing: border-box; 
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/fonts/NotoSansJP-Regular.woff2") format("woff2"),
    url("//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/fonts/NotoSansJP-Regular.woff") format("woff"),
      url("https://fs.hubspotusercontent00.net/hubfs/8598105/it_infra/fonts/NotoSansJP-Regular.otf") format("opentype");
      }
@font-face { 
  font-family: "Noto Sans Japanese"; 
  font-style: normal;
  font-weight: 500;
  src: url("//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/fonts/NotoSansJP-Medium.woff2") format("woff2"),
    url("//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/fonts/NotoSansJP-Medium.woff") format("woff"),
      url("https://fs.hubspotusercontent00.net/hubfs/8598105/it_infra/fonts/NotoSansJP-Medium.otf") format("opentype");
      }
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src:url("//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/fonts/NotoSansJP-Bold.woff") format("woff2"),
    url("//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/fonts/NotoSansJP-Bold.woff2") format("woff"),
      url("https://fs.hubspotusercontent00.net/hubfs/8598105/it_infra/fonts/NotoSansJP-Bold.otf") format("opentype");
      }
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url("https://fs.hubspotusercontent00.net/hubfs/8598105/it_infra/fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url("//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/fonts/fa-solid-900.woff2") format("woff2"),
    url("//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/fonts/fa-solid-900.ttf") format("truetype");
}




html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #040000;
  line-height: 1.69;
}

p {
  margin-top: 0;
  margin-bottom: 24px;
  
}

/* Anchor Links */
a {
  color: #0081cc;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.69;
  font-weight: 700;
  
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.33;
  letter-spacing: 0.2em;
  margin-bottom: 0;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.5;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.69;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: #0081cc;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
共通クラス、ボタン
*********************************************************************************
****************************************************************************** */
@media (min-width: 751px){
  .pc-non, ._sp-only {
    display: none !important;
  }
}

@media (max-width: 750px){
  .sp-non, ._pc-only {
    display: none !important;
  }
}

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

.d-ibk {
  display: inline-block;
}

/** 画像 **/
.js-ofi {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.js-ofi.-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}

/** 背景 **/
.bg-ptn_blue {
  background-image:url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/ptn_blue.png');
}

.bg-ptn_pink {
  background-image:url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/ptn_pink.png');
}

.bg-ptn_gray {
  background-image:url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/ptn_gray.png');
}

.bg-ptn_orange {
  background-image:url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/ptn_orange.png');
}

/** アイコン **/
.icon-arrow {
  background: url(//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/arrow_btn.png) no-repeat;
}

/** アイコン付きのタイトル **/
.icon-with {
  position: relative;
  padding-left: 26px;
  font-size: 20px;
  margin-bottom: 5px;
}

@media (max-width: 980px) {
  .icon-with {
    font-size: 17px;
  }
}

.icon-with::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 6px;
  left: 0px;
  background-color: #e9474d;
  border-radius: 50%;
}

/** btn **/
.btnGrad a {
  display: inline-block;
  background: linear-gradient(to bottom, #ff6e73, #d1353a);
  min-width: 400px;
  padding: 0 50px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  position: relative;
  transition: .15s;
}

.btnGrad_thin a {
  min-width: 360px;
  line-height: 39px;
  padding-bottom: 1px;
  border-radius: 20px;
  font-size: 16px;
}

@media (max-width: 750px){
  .btnGrad a {
    width: 100%;
    min-width: initial;
    font-size: 17px;
    line-height: 50px;
    border-radius: 25px;
  }

  .btnGrad_thin a {
    min-width: initial;
    line-height: 39px;
    font-size: 14px;
  }
}

.btnGrad_thin a::after {
  width: 26px;
  height: 26px;
  position: absolute;
  content: "";
  background: url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/arrow_btn.png') no-repeat center center;
  background-size: contain;
  top: 50%;
  margin-top: -13px;
  right: 15px;
  transition: .15s;
}

.btnGrad a:hover {
  /*background: linear-gradient(to bottom, #69bae9, #4e95be);*/
}

.btnGrad a:hover::after {
  transform: translate(5px, 0);
}
/** 下矢印ボタン **/
.arrow-down-btn {
  position: relative;
  display: inline-block;
  min-width: 200px;
  padding: 0 35px;
  text-decoration: none;
  background-color: #0081cc;
  color: #fff;
  line-height: 40px;
  border-radius: 20px;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}
.arrow-down-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  transition: transform .15s;
}
.arrow-down-btn:hover {
  opacity: .7;
}

a.cm-btn {
  display: inline-block;
  background: linear-gradient(to bottom, #88d48b, #459848);
  min-width: 400px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  position: relative;
}
a.cm-btn:hover {
  background: linear-gradient(to bottom, #abe0ad, #7fb881);
  color: #fff;
}
a.cm-btn:hover:after {
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
a.cm-btn:after {
  background-image:url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/arrow_btn.png');
    width: 26px;
    height: 26px;
    position: absolute;
    content: "";
    background-size: contain;
    top: 50%;
    margin-top: -13px;
    right: 15px;
    transition: .15s;
    }

@media (max-width: 980px){
  a.cm-btn {
    line-height: 40px;
    font-size: 13px;
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 750px){
  a.cm-btn {
    min-width: unset;
    width: 100%;
  }
}

.arrow_btn {
  display: inline-block;
  position: relative;
  width: 200px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none !important;
  color: #0081cc !important;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #0081cc;
  transition: transform ease .3s;
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.arrow_btn:hover span {
  cursor: pointer;
  text-decoration: none;
  transform: translateX(6px);
}
.arrow_btn span {
  display: inline-block;
  text-decoration: none;
  transition: transform ease .3s;
}
.fa, .fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}



/** 編集画面のnodata **/
.prev-no-data {
  width: 100%;
  padding: 2em;
  border: 1px dashed #516f90;
  outline: 1px dashed #fff;
  background-color: #f5f8fa;
  color: #7c98b6;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
/*
form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}
*/
form fieldset {
  max-width: 100% !important;
}

.hs-button {
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;margin: 15px 0 30px;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 60px;
  font-size: 20px;
  position: relative;
  text-align: center;
  border-style: solid;
  outline:none;
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  /*font-size: .83rem;*/
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  padding-top: 10px;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  font-size: 93%;
  color: #B70000 !important;
}

.hs-input,
input#hs-pwd-widget-password{
  display: block;
  width: 100% !important;
  height: 38px;
  color: #040000;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 0 5px;
  /*box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1) inset;*/
}
input#hs-pwd-widget-password{
  height: 38px !important;
  max-width: 767px;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  display: inline-block;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  /* 20210428 COCOO MOD */
  height: 130px;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
  /* 20210428 ADD */
  text-align:center;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field, .hs-form-field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #040000;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}


@media (max-width: 479px){
  .hs-button, .button--primary {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.body-container__contact .dnd-section>.row-fluid {
  max-width: 800px;
}
.dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}
.body-container__contact .hs-form-field > label {
  float: left;
  width: 205px;
  background-image:url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/ptn_pink.png');
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 20px;
    padding-right: 16px;
    position: relative;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    }
.body-container__contact .hs-fieldtype-radio .input {
  padding-top: 18px;
}
.body-container__contact .input {
  float: left;
  width: calc(100% - 205px);
  margin-right: 0 !important;
  padding-top: 21px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 26px;
}
.body-container__contact .hs-recaptcha .input {
  float: none;
  width: 100%;
}

.body-container__contact ul.no-list.hs-error-msgs {
  width: 100%;
  display: flex !important;
}
.body-container__contact ul.no-list.hs-error-msgs label {
  margin-top: 0;
}
.body-container__contact ul.no-list.hs-error-msgs .hs-main-font-element {
  text-align: center;
}
.body-container__contact fieldset {
  max-width: 100% !important;
}
.body-container__contact .hs-form-field {
  overflow: hidden;
  border-top: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.body-container__contact .hs-fieldtype-radio ul {
  margin: 0;
  padding: 0;
}
.body-container__contact .hs-fieldtype-radio ul.inputs-list>li {
  display: inline-block;
  width: auto;
  line-height: 38px;
}
.body-container__contact .hs-fieldtype-radio ul.inputs-list>li > label {
  display: inline-block;
  margin-right: 28px;
  line-height: 38px;
  margin-bottom: 0;
}
.body-container__contact .hs-fieldtype-radio ul.inputs-list>li > label span {
  font-size: 16px;
  vertical-align: 0;
  line-height: normal;
}
.body-container__contact .hs-fieldtype-radio ul.inputs-list>li>label .hs-input[type=radio] {
  width: 30px !important;
  height: 30px !important;
  background-image:url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_radio.png');
    background-size: contain;
    margin-right: 14px;
    vertical-align: -8px;
    appearance: none;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    }
.body-container__contact .hs-fieldtype-radio ul.inputs-list>li>label .hs-input[type=radio]:checked {
  background-image:url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_radio_on.png');
    }
.body-container__contact textarea {
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #aaa;
  display: block;
  height: 262px;
  max-width: 100% !important;
}
.body-container__contact .hs-form-field.hs-fieldtype-textarea {
  border-bottom: 1px solid #cccccc;
}
.body-container__contact .hs-richtext {
  text-align: center;
}
.body-container__contact .hs-richtext h2 {
  color: #e9474d;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}
.body-container__contact .hs-richtext p {
  line-height: 2;
  margin-bottom: 20px;
  font-size: 16px;
  color: #040000;
}
.body-container__contact .contactPrivacyBox {
  height: 280px;
  overflow: auto;
  padding: 25px;
  text-align: left;
  border: 1px solid #cccccc;
}
.body-container__contact .contactPrivacyBox h3 {
  font-size: 20px;
  color: #040000;
  margin-top: 2em;
  margin-bottom: 1em;
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.5;
}
.body-container__contact .contactPrivacyBox h4 {
  font-size: 18px;
  color: #040000;
  margin-top: 2em;
  margin-bottom: 1em;
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.5;
}
.body-container__contact .hs-fieldtype-booleancheckbox.hs-form-field {
  border-top: 0;
}
.body-container__contact .hs-fieldtype-booleancheckbox .input {
  width: 100%;
  padding-top: 27px;
  text-align: center;
}
.body-container__contact .hs-fieldtype-booleancheckbox.hs-form-field ul.inputs-list {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  padding: 0;
}
.body-container__contact .hs-fieldtype-booleancheckbox.hs-form-field ul.inputs-list li span {
  font-size: 16px;
  vertical-align: 0;
  line-height: normal;
}
.body-container__contact .hs-fieldtype-booleancheckbox.hs-form-field ul.inputs-list li .hs-input {
  width: 28px !important;
  height: 28px !important;
  background-image:url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_check.png');
    background-size: contain;
    margin-right: 17px;
    vertical-align: -8px;
    appearance: none;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 7px;
    }
.body-container__contact .hs-fieldtype-booleancheckbox.hs-form-field ul.inputs-list li .hs-input:checked {
  background-image:url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_check_on.png');
    }
.body-container__contact .hs-fieldtype-booleancheckbox.hs-form-field  label {
  margin: 0;
}
.body-container__contact .actions {
  margin-top: 62px;
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.body-container__contact .hs_submit.hs-submit {
  text-align: center;
}
.body-container__contact input.hs-button.primary.large {
  margin: 0;
  min-width: 400px;
}
.body-container__contact .actions:hover:after {
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
.body-container__contact .actions:after {
  background-image:url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/arrow_btn.png');
    width: 26px;
    height: 26px;
    position: absolute;
    content: "";
    background-size: contain;
    top: 50%;
    margin-top: -13px;
    right: 15px;
    transition: .15s;
    }
.body-container__contact .hs-input {
  max-width: 416px;
}

.body-container__contact select {
  background: linear-gradient(to bottom, #fefefe, #ebebeb);
  box-shadow: none;
}
.body-container__contact .hs-form-required {
  font-size: 0;
  margin-left: 5px;
}
.body-container__contact .hs-form-required::before {
  content: "必須";
  display: inline-block;
  width: 35px;
  text-align: center;
  background-color: #ea585d;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.goTopContact {
  padding-top: 50px;
  padding-bottom: 23px;
  text-align: right;
}
.scroll-top {
  padding: 0 20px;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
.contact-bottom .dnd-section>.row-fluid {
  padding: 0;
}
/** SERVICE **/
.body-container__service .dnd-section {
  background-repeat: repeat !important;
}

.service-bottom .span6 {
  width: 50%;
  margin-bottom: 20px;
  margin-left: 0;
}
.service-bottom .span6 .row-fluid-wrapper{
  height: 100%;
}
.service-bottom .span6 .row-fluid{
  height: 100%;
}
.service-bottom .span6 .span12{
  height: 100%;
}
.service-bottom .span6 .hs_cos_wrapper_type_module{
  height: 100%;
}
.service-bottom .span6 .content-wd-icon {
  width: 98%;
}

.body-container__contact .contactPrivacyBox a {
  color: #5200EE;
  text-decoration: underline;
}
.body-container__contact .contactPrivacyBox h2 {
  color: #040000;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: normal;
  font-size: 16px;
}

/** team **/
.body-container__team .dnd-section {
  background-repeat: repeat !important;
}
.image-scroll .inner {
  overflow: auto;
  overflow-y: hidden;
}
.image-scroll img {
  max-width: none;
}
@media (max-width: 750px){
  .image-scroll::after {
    content:"";
    display: block;
    height: 12px;
    margin-top: 10px;  
    background:url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_scroll.png') no-repeat right center;
    background-size: contain;
  }
}


@media (max-width: 1024px){
  .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .body-container__contact .hs-firstname .input, .body-container__contact .hs-lastname .input,
  .body-container__contact .hs-f .input, .body-container__contact .hs-fr .input {
    /*width: 48% !important; COCOO20210218*/
  }

}


@media (max-width: 980px){
  
  .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }
  .body-container__service .span6:last-child .service-card,
  .service-bottom .span6:last-child .content-wd-icon,
  .body-container__service .span4:last-child .service-card {
    float: none;
  }
}


@media (max-width: 767px){
  .dnd-section>.row-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
  .body-container__contact .hs-form-field>label {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
  .body-container__contact .hs-form-field {
    display: block;
  }
  .body-container__contact form {
    margin-top: 23px;
  }
  .body-container__contact .input {
    width: 100% !important;
  }
  .body-container__contact .hs-input {
    max-width: 100%;
  }
  .body-container__contact .hs-fieldtype-radio ul.inputs-list>li:last-child>label {
    margin-right: 0;
  }

}

@media (max-width: 750px){

  .body-container__contact input.hs-button.primary.large {
    width: 100%;
    font-size: 17px;
    line-height: 50px;
    border-radius: 25px;
    min-width: auto;
  }
  .body-container__contact .actions {
    display: block;
    margin-top: 20px;
  }
  .service-bottom .span6 {
    width: 100%;
  }
  .service-bottom .span6 {
    width: 100%;
  }
}

@media (max-width: 498px){
  .body-container__contact form {
    margin-top: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: transparent;
}
.header__container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}
.header__logo {
  display: flex;
  align-items: center;
  height: 62px;
  padding: 10px 0 8px 19px;
}
.header__logo img {
  /*max-width: 82px;*/
  max-width: 161px;/* COCOO20210311 */
  display: block;
  transition: .3s;
}
.header__logo img:hover {
  opacity: 0.7;
}
/* 20210506 COCOO ADD */
.header-li　li{
  float: left;!important
}
/*
.header-cta{
  display: block;
  align-items: center;
}
.header-tel{
  box-sizing: border-box;
  float:left;
  padding-top:15px;
  padding-right:15px;
}
.header-btn{
  padding-bottom:5px;
  padding-top:5px;
  float:right;
  padding-right:70px;
}*/

.header-cta {
  display: flex;
  align-items: center;
}
.header-tel {
  flex: 0 0 auto;
  padding-right:15px;
}
.header-btn {
  padding-right:70px;
}

.header-btn a {
  box-sizing: border-box !important;
}


@media(max-width: 750px) {
.header-tel{
  display:none;
}
.header-btn{
  display:none;
}
}
/* //20210506 COCOO ADD */  
  
  
  
.header-nav-logo {
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1;
  padding-left: 20px;
  color: #fff;
}
.header-nav-logo p:last-child {
  margin-bottom: 0;
}
.headerNavLogo__text {
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
  letter-spacing: 0;
  vertical-align: 5px;
}
.custom-menu-primary .submenu.level-1 {
  display: flex;
}
.custom-menu-primary .submenu.level-1 li {
  padding-left: 1px;
}
.custom-menu-primary .submenu.level-1>li a.menu-link {
  display: block;
  line-height: 50px;
  text-decoration: none;
  padding: 0 9px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.custom-menu-primary .submenu.level-1>li:last-child {
  margin-left:20px;
}
.custom-menu-primary .submenu.level-1>li:last-child a.menu-link {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #81292d;
  font-size: 20px;
  letter-spacing: 0.2em;
}
/*
.custom-menu-primary .submenu.level-1>li:last-child {
  position: absolute;
  top: -64px;
  right: -88px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-menu-primary .submenu.level-1>li:last-child a.menu-link {
  background-color: #ffaa00;
  padding: 100px 50px 0;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.2em;
}
.custom-menu-primary .submenu.level-1>li:last-child a.menu-link:hover {
  opacity: 1;
  background-color: #ffc44d;
}
*/
.custom-menu-primary .submenu.level-1>li a.menu-link:hover{
  opacity: 0.7;
}
.custom-menu-primary .submenu.level-1 > .has-submenu > a.menu-link {
  padding-left: 25px;
}
.custom-menu-primary .submenu.level-1 > .has-submenu > a.menu-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(135deg);
  margin-top: -4px;
}
.custom-menu-primary .submenu.level-2 {
  width: auto;
  min-width: 150px;
  background: #fff;
}
.custom-menu-primary .submenu.level-2 > li a.menu-link {
  padding: 0 18px 0 30px;
  position: relative;
  
}
.custom-menu-primary .submenu.level-2 .menu-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
    margin-top: -3px;
}
.header-main-grp {
  min-height: 112px;
}
.header-fix-grp {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.mobile-trigger {
  display: none;
}
.mobile-menu{
  display:none;
}
.landing-header .header-main-grp {
  min-height: 33px;
}
.header-nav-logo a:hover {
  opacity: 0.7;
}

/*

@media(max-width: 991px) {

  .header-nav-logo {
    font-size: 20px;
  }
  .custom-menu-primary .submenu.level-1>li:last-child a.menu-link {
    padding-right: 50px;
  }

}
*/

@media(max-width: 850px) {
 /*
  .custom-menu-primary .submenu.level-1>li:last-child a.menu-link {
    padding-right: 20px;
  }*/
  .header-nav-logo {
    font-size: 16px;
    letter-spacing: 1px;
  }

} 


@media (max-width: 991px){
  .header-main-grp {
    min-height: 83px;
  }
  .header__logo {
    height: 45px;
    padding: 10px;
  }
  .header-btn {
    padding-right: 20px;
  }
  .header-btn a {
    height: 34px;
  }
  .custom-menu-primary {
    display: none;
  }
  .header-menu-grp {
    padding: 0;/*14px 0 15px;*/
    position: relative;
  }
  .header-menu-grp .header__container {
    height: 50px;
    align-items: center;
  }
  .header-nav-logo {
    font-size: 23px;
    letter-spacing: 0.1em;
  }
  .header-nav-logo a {
    display: inline-block;
    vertical-align: middle;  
  }
  .headerNavLogo__text {
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
    line-height: 1.3;
  }
  .mobile-trigger {
    display: block;
    padding: 16px 15px 14px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    height: 50px;
  }
  .spMenuBtn {
    width: 25px;
    height: 23px;
    position: relative;
    cursor: pointer;
  }
  .spMenuBtn span {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #fff;
  }
  .spMenuBtn span:first-child {
    top: 0px;
    left: 0px;
  }
  .spMenuBtn span:nth-child(2) {
    top: 10px;
    left: 0px;
  }
  .spMenuBtn span:last-child {
    bottom: 0px;
    left: 0px;
  }
  .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    border-top: 1px solid #f07f83;
    background-color: #e9474d;
  }
  .mobile-menu .submenu.level-1>li {
    display: block;
    padding-left: 0;
  }
  .mobile-menu .submenu.level-1 {
    display: block;
  }
  .mobile-menu .submenu.level-1>li a.menu-link {
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    display: block;
    text-decoration: none;
    letter-spacing: 0;
  }
  .mobile-menu .submenu.level-1>li:last-child a.menu-link {
    background-color: #81292d;
  }
/*
  .mobile-menu .submenu.level-1>li:last-child a.menu-link {
    background-color: #ffaa00;
  }
*/
  .mobile-menu .submenu.level-2 {
    display: none;
    position: static;
    width: 100%;
    background: #fff;
    visibility: visible;
    opacity: 1;
  }
  .mobile-menu .submenu.level-2>li:not(:last-child) {
    border-bottom: 1px solid #e9474d;
  }
  .mobile-menu .submenu.level-2>li a.menu-link {
    color: #e9474d;
    position: relative;
    padding-left: 35px;
  }
  .mobile-menu .submenu.level-2>li a.menu-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 19px;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    margin-top: -3px;
  }
  .mobile-open .mobile-trigger {
    background-color: #f07f83;
  }
  .mobile-open  .spMenuBtn span:first-child {
    top: 10px;
    left: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-open .spMenuBtn span:nth-child(2) {
    display: none;
  }
  .mobile-open .spMenuBtn span:last-child {
    bottom: 10px;
    left: 0px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  } 
  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
  .child-trigger:after {
    content: "+";
    line-height: 45px;
  }
  .child-trigger.child-open:after {
    content: "-";
  }
}

@media (max-width: 750px){
  .header-main-grp {
    min-height: 92px;
  }
  .header__logo {
    padding: 11px 0 11px 10px;
  }
  .header-menu-grp .header__container {
    height: 55px;
  }
  .mobile-trigger {
    height: 55px;
  }
}


@media (max-width: 479px){
  .header-nav-logo {
    font-size: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__copyright {
  text-align: center;
  line-height: 29px;
  font-size: 12px;
}
.footer__main {
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
.footer__container {
  padding-bottom: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footerLeft {
  width: 140px;
}
.footerRight {
  width: calc(100% - 140px);
  border-left: 1px solid #b3b3b3;
}
.footerLeft img {
  max-width: 101px !important;
}
.footerRight-inner {
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
}
.footer-menu ul.submenu.level-2 {
  display: block;
  position: static;
  opacity: 1;
  visibility: visible;
  width: auto;
}
.footer-menu ul.submenu.level-1 {
  display: flex;
  justify-content: space-between;
}
.footer-contact-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 25px;
}
.footer-contact-social ul li {
  display: flex;
  line-height: 1;
}
.footer-contact img {
  max-width: 20px;
  vertical-align: middle;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.footer-links {
  margin-top: 25px;
  text-align: right;
}
.footer-links ul {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.footer-links ul li {
  display: inline-block;
  margin-left: 30px;
  font-size: 12px;
  letter-spacing: 0.2em;
}
.footerRight a:hover {
  opacity: 0.7;
}
.footer-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.footer-social ul li {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}
.footer-social ul li a {
  display: inline-block;
  width: 200px;
  line-height: 40px;
  border: 1px solid #999999;
  border-radius: 8px;
  text-align: left;
  padding-left: 14px;
}
.footer-menu ul.submenu.level-1>li.has-submenu>a {
  cursor: text;
  opacity: 1;
  font-size: 16px;
  white-space: normal;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
  display: block;
}
.footer-menu ul.submenu.level-2 li a {
  font-size: 12px;
  margin-bottom: 7px;
  font-weight: normal;
}
.footer-contact-social ul li:first-child img {
  max-width: 24px;
}
.footer-contact-social ul li:first-child {
  margin-right: 30px;
}
.footerRight p {
  margin: 0;
}
.footer-menu {
  width: calc(100% - 325px);
}
.footer__copyright {
  margin-left: -25px;
  margin-right: -25px;
}

.landing-footer .footer__main {
  padding-top: 0;
}



@media (max-width: 920px){
  .footer-menu .submenu.level-1>li {
    padding-right: 10px;
  }
}

@media (max-width: 870px){
  .footer-menu {
    width: 100%;
  }
  .footer-contact {
    width: 100%;
    margin-top: 25px;
  }
  .footerRight-inner {
    flex-wrap: wrap;
  }
  .footer-menu .submenu.level-1>li:last-child {
    padding-bottom: 15px;
  }


}

@media (max-width: 767px){

  .footer__container {
    display: block;
  }
  .footerRight {
    width: 100%;
    border-left: 0;
  }
  .footerRight-inner {
    display: block;
    padding-left: 0;
  }
  .footer-links {
    text-align: left;
    margin-top: 0;
    padding-top: 25px;
  }
  .footer-links ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .footer-menu {
    width: 100%;
  }
  .footerLeft {
    width: 100%;
  }
  .footer-social ul {
    float: none;
    text-align: left;
  }
  .footer-social ul li {
    text-align: left;
  }
  .footer-social ul li a {
    width: 100%;
  }
  .footer-menu .child-trigger {
    display: none;
  }
  .footer-menu ul.submenu.level-1 {
    display: block;
  }
  .footer-menu .submenu.level-1>li {
    display: block;
    padding-right: 0;
    padding-bottom: 40px; 
  }
  .footer-menu ul.submenu.level-2 li a {
    font-size: 13px;
  }
  .footer-menu ul.submenu.level-1>li.has-submenu>a {
    font-size: 17px;
  }
  .footerLeft {
    padding-bottom: 40px;
    margin-bottom: 45px;
    text-align: center;
    width: auto;
    border-bottom: 1px solid #b3b3b3;
  }
  .footerLeft img {
    display: block;
    margin: 0 auto;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #040000;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #040000;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #040000;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.news-blog-post__body a:hover,
.media-blog-post__body a:hover{
  color: #00e;
}
.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.media-blog-post__body img {
  width: auto;
  max-width: 100%;
}
.blog-header__author-social-links a:hover {
  background-color: #040000;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #040000;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}




.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}


.blog-post.no-image {
  margin-top: 50px;
}
.blog-post__title {
  margin-bottom: 20px;
  font-size: 32px;
  font-family: "Noto Sans Japanese", sans-serif;
  color: #040000;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}
.social-sharing-list ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blogSingle__sns li a:hover img {
  opacity: 0.8;
}
.social-sharing-list ul li {
  margin-right: 5px;
}
.social-sharing-list ul li a{
  display:block; 
}
.social-sharing-list ul li a img {
  transition: .2s;
  max-width: 35px;
  vertical-align: middle;
}
.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


.banner-area-mdl.blog-banner {
  min-height: 199px;
  background-size: cover;
  text-align: center;
  padding-top: 49px;
  background-color: #ffefef;
  position: relative;
}
.banner-area-mdl.blog-banner .banner-content h1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  font-family: "Noto Sans Japanese", sans-serif;
}
.banner-area-mdl.blog-banner .banner-content h1 span {
  font-size: 48px;
  letter-spacing: 0.2em;
  font-weight: 700;
  display: block;
}
.banner-area-mdl.blog-banner .breadcrumbs,
.media-banner .breadcrumbs{
  font-size: 14px;
  font-family: "Noto Sans Japanese", sans-serif;
  width: fit-content;
  position: absolute;
  top: 13px;
  left: 19px;
}
.post-breadcrumbs {
  padding: 13px 19px 0;
  font-size: 14px;
  font-family: "Noto Sans Japanese", sans-serif;
}
.banner-area-mdl.blog-banner .breadcrumbs li.hs-breadcrumb-menu-item,
.media-banner .breadcrumbs li.hs-breadcrumb-menu-item,
.post-breadcrumbs li.hs-breadcrumb-menu-item {
  padding: 0;
  color: #222222;
}
.banner-area-mdl.blog-banner .breadcrumbs li.hs-breadcrumb-menu-item a,
.media-banner .breadcrumbs li.hs-breadcrumb-menu-item a,
.post-breadcrumbs li.hs-breadcrumb-menu-item a {
  color: #222222;
  text-decoration: underline;
}
.banner-area-mdl.blog-banner .hs-breadcrumb-menu-divider:before,
.media-banner .breadcrumbs .hs-breadcrumb-menu-divider:before,
.post-breadcrumbs .hs-breadcrumb-menu-divider:before {
  content: " > ";
  padding-left: 0;
  padding-right: 3px;
}
.banner-area-mdl.blog-banner.mobile-banner,
.media-banner .mobile-banner{
  display: none;
}
.news-post-grp {
  border-top: 1px solid #cccccc;
  margin-bottom: 120px;
}

.news-post-item {
  border-bottom: 1px solid #cccccc;
}

.news-post-item a {
  width: 100%;
  align-items: baseline;
  display: flex;
  padding: 13px 0;
  line-height: 1.5;
  color: inherit;
  text-decoration: none;
  transition: .2s;
}

.news-post-item__tag {
  min-width: 60px;
  background: #e9474d;
  font-size: 12px;
  padding: 2px;
  color: #fff;
  text-align: center;
  flex: none;
}

time.news-post-item__date {
  margin: 0 15px;
  white-space: nowrap;
  flex: none;
}

p.news-post-item__text {
  margin: 0;
}
.custom-categories  ul {
  margin: 0;
  padding: 0;
}

.custom-categories ul li {
  display: inline-block;
  margin-right: 8px;
  border: 2px solid #e9474d;
  position: relative;
  margin-bottom: 15px;
  font-size: 14px;
}

.custom-categories ul li a {
  text-decoration: none;
  color: #fff;
  background-color: #e9474d;
  padding: 8px 16px;
  display: inline-block;
  transition: .2s;
}

.custom-categories ul li:hover a,
.custom-categories ul li.active a,
.media-categories ul li:first-child > a{
  background-color: #fff;
  color: #e9474d;
}

.custom-categories ul li:hover:after,
.custom-categories ul li.active a:after,
.media-categories ul li:first-child > a:after{
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #e9474d;
  top: 100%;
  left: 50%;
}
.news-posts-wrap{
  padding-top: 80px;
  margin-bottom: 140px;
  padding-left: 15px;
  padding-right: 15px;
}
.case-posts-wrap{
  padding-top: 80px;
  margin-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-categories {
  margin-bottom: 25px;
}
.news-post-item a:hover {
  background-color: #f2f2f2;
  color: #040000;
}
.blog-banner-mobile-img {
  display: none;
}
.newsSingle__tag {
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  background-color: #e9474d;
  padding: 0 14px;
  margin-bottom: 20px;
}
h2.news-blog-post__title {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: "Noto Sans Japanese", sans-serif;
  color: #040000;
  font-weight: normal;
  letter-spacing: 0;
}
time.newsSingle__date {
  display: block;
  text-align: right;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.news-blog-post .main-image {
  margin-bottom: 80px;
}
.news-blog-post__body img {
  margin-bottom: 80px;
  display: block;
  max-width: 100%;
  width: auto;
}
.media-blog-post__body h2, .news-blog-post__body h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 26px;
  padding-top: 16px;
  position: relative;
  font-family: "Noto Sans Japanese", sans-serif;
  color: #040000;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
.case-blog-post__body h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 20px;
  position: relative;
  font-family: "Noto Sans Japanese", sans-serif;
  color: #040000;
  line-height: 1.5;
  letter-spacing: 0;
  background: #f2f2f2;
}
.media-blog-post__body h2:before, .news-blog-post__body h2:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 6px;
  background: linear-gradient(
    90deg, #e9474d 0%, #e9474d 50%, #81292d 50%, #81292d 100%);
}
.case-blog-post__body h2:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 6px;
  background: #e9474d;
}
.case-blog-post__body h3 {
  margin-top: 40px;
  margin-bottom: 15px;
  padding-left: 8px;
  border-left: 6px solid #e9474d;
  font-size: 18px;
  font-weight: bold;
}
.media-blog-post__body .pink-line {
  background-color: #ffc1e0;
}
.case-blog-post__body .case-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-blog-post__body p,
.case-blog-post__body p,
.media-blog-post__body p{
  margin-bottom: 1.5em;
}
.news-blog-post__body a,
.case-blog-post__body a,
.media-blog-post__body a {
  color: #0000ee;
}
.news-blog-post__body,
.media-blog-post__body{
  line-height: 2;
  margin-bottom: 50px;
}
.news-blog-post__body table {
  border-collapse: collapse;
}
.news-blog-post__body table th {
  width: 21%;
  padding: 5px;
  font-weight: 400;
  text-align: left;
}
.news-blog-post__body table td {
  width: 79%;
  padding: 5px;
}
.case-blog-post__body {
  margin-bottom: 79px;
  line-height: 2;
}
.news-post-pagination {
  text-align: center;
  font-weight: bold;
  padding-bottom: 118px;
}
.singlePager__prev {
  display: inline-block;
  padding-right: 1em;
  border-right: 1px solid #e9474d;
  min-width: 84px;
  white-space: nowrap;
}
.singlePager__center {
  display: inline-block;
  margin: 0 1em;
}
.singlePager__next {
  display: inline-block;
  padding-left: 1em;
  border-left: 1px solid #e9474d;
  min-width: 84px;
  white-space: nowrap;
}
.singlePager__prev a:before {
  content: url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_page_prev.png');
    margin-right: 0.5em;
    vertical-align: -2px;
    }
.singlePager__next a:after {
  content: url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_page_next.png');
    margin-left: 0.5em;
    vertical-align: -2px;
    }
.worksSingle__tag span{
  padding: 6px 16px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background-color: #e9474d;
  line-height: 1;
}
h2.worksSingle__title {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 15px;
  font-family: "Noto Sans Japanese", sans-serif;
  color: #040000;
  font-weight: normal;
  letter-spacing: 0;
}
time.worksSingle__date {
  display: block;
  text-align: right;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
}
.worksSingleDesc {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}
.worksSingleDesc__left {
  width: 365px;
}
.worksSingleDesc__left img {
  width: 100%;
  max-width: 353px;
  display: block;
}
.worksSingleDesc__right {
  width: 580px;
}
.worksSingleDesc__right p {
  line-height: 1.9;
  margin: 0;
}
.worksSingleDesc__excerpt p {
  font-size: 18px;
  line-height: 1.4;
  padding-top: 23px;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
}
.newsTagScroll {
  display: none;
}
.post-three-col > ul {
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0 -1px 80px;
}
.post-three-col > ul > li {
  flex: 1;
  background-image:url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/ptn_pink.png');
    padding: 20px 25px;
    margin: 0 1px;
}
.post-three-col>ul>li p.heading {
  color: #fff;
  background-color: #e9474d;
  width: 92px;
  height: 28px;
  padding-top: 3px;
  font-size: 14px;
  border-radius: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 15px;
}
.post-three-col>ul>li p {
  font-size: 14px;
  margin: 0;
}
.post-three-col>ul  ul {
  margin-bottom: -5px;
  padding: 0;
  list-style: none;
}
.post-three-col>ul ul li {
  margin-bottom: 5px;
  font-size: 14px;
  position: relative;
  padding-left: 1em;
}
.post-three-col>ul ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e9474d;
}
.hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  max-height: 100% !important;
}
.works-post-item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.works-post-item a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: inherit;
  padding: 30px 0;
  transition: .2s;
}
.worksListArchiveItem__left {
  width: 280px;
}
.worksListArchiveItem__thumb {
  overflow: hidden;
}
.worksListArchiveItem__thumb img {
  transition: .2s;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 100%;
  display: block;
}
.worksListArchiveItem__right {
  width: 670px;
}
.works-posts-grp {
  border-top: 1px solid #cccccc;
  margin-bottom: 120px;
}
.case-post__tags span{
  padding: 8px 17px;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background-color: #e9474d;
}
p.worksListArchiveItem__title {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 1.4;
}
time.worksListArchiveItem__date {
  margin-bottom: 15px;
  display: block;
  text-align: right;
  font-size: 14px;
}
.works-post-item:nth-child(2n) a {
  flex-direction: row-reverse;
}
.works-post-item a:hover {
  background-color: #f2f2f2;
}
.works-post-item a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.works-post-item a:hover p.worksListArchiveItem__title {
  color: #040000;
}
.works-post-item a:hover {
  color: #1c1c1c;
}
.case-post-pg-wrap {
  padding-top: 50px;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
}
.worksSingleDesc__client {
  line-height: 1.9;
  color: #040000;
}
.worksSingleDesc__excerpt {
  color: #040000;
}
.listing-summary {
  color: #040000;
  line-height: 1.8;
  margin-top: -2px;
}
.media-posts-grp .content-wrapper {
  max-width: 1714px;
}
.media-posts-grp {
  padding-top: 60px;
  padding-bottom: 120px;
  padding-left: 10px;
  padding-right: 10px;
}
.media-posts-grp .row-fluid {
  display: flex;
  justify-content: space-between;
}
.media-posts-wrap {
  width: 1490px;
}
.blog-sidebar {
  width: 180px;
}
.blogArchiveListItem__thumb img {
  width: 100%;
  transition: .2s;
  -webkit-transform-origin: center;
  transform-origin: center;
  display: block;
  min-height: 142px;
  object-fit: cover;
  height: 100%;
}
.media-banner {
  background-size: cover;
  padding-top: 94px;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px;
  position: relative;
  margin-top: -1px;
}
.blogArchiveListItem a {
  display: block;
}
.blogArchiveListItem.post-item:first-child .blogArchiveListItem__thumb {
  max-height: unset;
}
.blogArchiveListItem__thumb {
  width: 100%;
  height: auto;
  max-height: 142px;
  overflow: hidden;
}
p.blogArchiveListItem__title {
  font-size: 16px;
  line-height: 1.4;
  color: #040000;
  width: 200px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  height: 45px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 auto;
}
.title-wrap {
  width: 200px;
}
time.blogArchiveListItem__date {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  color: #040000;
  line-height: 1.5;
  right: 18px;
}
.blogArchiveListItem a:hover {
  opacity: 0.8;
}
.blogArchiveListItem a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.media-banner .banner-content h1 {
  width: 290px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  border: 1px solid #fff;
  border-top-style: none;
  font-size: 39px;
  text-align: center;
  line-height: 1;
  padding: 24px 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.media-banner .banner-content h1 span {
  position: absolute;
  width: 100%;
  left: 0px;
  top: -10px;
  display: flex;
  align-items: center;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.media-banner .banner-content h1 span:before {
  height: 1px;
  flex: 1;
  background-color: #fff;
  content: "";
  display: block;
  margin-right: 8px;
}
.media-banner .banner-content h1 span:after {
  height: 1px;
  flex: 1;
  background-color: #fff;
  content: "";
  display: block;
  margin-left: 8px;
}
.blogTagNav {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 10px 8px;
  display: flex;
  margin-bottom: 60px;
}
.blogTagNav__left {
  font-size: 14px;
  font-weight: bold;
  flex: none;
  color: #040000;
  line-height: 1.5;
}
.blogTagNav__right {
  display: inline;
  line-height: 1.5;
}
.blogTagNav__right h3 {
  display: none;
}
.blogTagNav__right ul {
  margin: 0;
  padding: 0;
  display: block;
}
.blogTagNav__right ul li {
  display: inline-block;
  margin-right: 13px;
  padding-left: 1.2em;
  position: relative;
  font-size: 14px;
  vertical-align: top;
}
.blogTagNav__right ul li a {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  line-height: 1.5;
}
.blogTagNav__right span.filter-link-count {
  display: none;
}
.blogTagNav__right ul li:before {
  display: inline-block;
  content: "";
  background: url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_tag.png') no-repeat center;
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 0px;
    width: 13px;
    height: 13px;
    }
.blogTagNav__right ul li a:hover {
  color: #e9474d;
}
.blogArchiveListGrid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -22px;
  position: relative;
}
.blogArchiveListItem {
  width: 230px;
  background-color: #fff;
  margin-bottom: 20px;
  margin-left: 22px;
}
.blogArchiveListItem.post-item:first-child {
  width: 734px;
}
.blogArchiveListItem__tagArea {
  background-color: #e9474d;
  height: 22px;
}
.blogArchiveListItem__tag {
  padding: 3px 0 0 17px;
  font-size: 10px;
  color: #fff;
}
.blogArchiveListItem__inner {
  padding: 12px 15px 30px;
  min-height: 104px;
  position: relative;
  background: url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/ptn_gray.png');
    }
.blogArchiveListItem.post-item:first-child p.blogArchiveListItem__title {
  font-size: 24px;
  text-overflow: unset;
  height: auto;
  width: 100%;
}
.blogArchiveListItem.post-item:first-child .title-wrap {
  width: 100%;
}
.blogArchiveListItem.post-item:first-child time.blogArchiveListItem__date {
  font-size: 14px;
}
.media-posts-grp .contact-card {
  max-width: 980px;
  margin: 0 auto;
}
.blogPopular {
  margin-top: 80px;
  padding-bottom: 120px;
}
h2.blogPopular__h2 {
  text-align: center;
  position: relative;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: 0;
}
h2.blogPopular__h2 span {
  display: inline-block;
  background-color: #fff;
  color: #e9474d;
  font-weight: bold;
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 1.5;
}
.blogPopular__h2 span:before {
  content: "";
  display: inline-block;
  background: url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_crown.png') no-repeat center;
    background-size: contain;
    width: 25px;
    height: 20px;
    margin-right: 14px;
    }
.blogPopular__h2 span:after {
  content: "";
  display: inline-block;
  background: url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_crown.png') no-repeat center;
    background-size: contain;
    width: 25px;
    height: 20px;
    margin-left: 14px;
    }
.blogPopular__h2:after {
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e9474d;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
}
.blogArchiveList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -22px;
  margin-bottom: -20px;
}
.blogRecent {
  margin-top: 80px;
}
.blogRecent__h2 {
  text-align: center;
  position: relative;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: 0;
}
.blogRecent__h2 span {
  display: inline-block;
  background-color: #fff;
  color: #e9474d;
  font-weight: bold;
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
}
.blogRecent__h2 span:before {
  content: "";
  display: inline-block;
  background: url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_flag.png') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 22px;
    margin-right: 14px;
    }
.blogRecent__h2 span:after {
  content: "";
  display: inline-block;
  background: url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_flag.png') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 22px;
    margin-left: 14px;
    }
.blogRecent__h2:after {
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e9474d;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
}
.blog-sidebar-inner {
  padding-left: 20px;
  border-left: 2px solid #e9474d;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.blog-sidebar h3 {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #cccccc;
  color: #040000;
  font-family: "Noto Sans Japanese", sans-serif;
}
.blog-side-menu .submenu.level-1>li {
  display: block;
}
.blog-side-menu .submenu.level-1>li a {
  color: #040000;
  text-decoration: none;
  white-space: normal;
}
.blog-side-menu .submenu.level-1>li {
  margin-bottom: 16px;
}
.blog-side-menu .submenu.level-1>li a:hover,
.blog-sidebar-topic-filter ul li a:hover,
.blog-sidebar-post-listing ul li a:hover{
  color: #e9474d;
}
.blog-side-menu {
  margin-bottom: 50px;
}
.blog-sidebar-topic-filter {
  margin-bottom: 50px;
}
.blog-sidebar-post-listing {
  margin-bottom: 50px;
}
.blog-side-menu .submenu.level-1>li:last-child {
  margin-bottom: 0;
}
.blog-sidebar-topic-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-sidebar-topic-filter ul li {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.blog-sidebar-topic-filter ul li a {
  display: block;
  padding: 7px 8px 7px 20px;
  text-decoration: none;
  position: relative;
  font-family: "Noto Sans Japanese", sans-serif;
  color: #040000;
  line-height: 1.5;
  font-size: 12px;
}
.blog-sidebar-topic-filter ul li a span.filter-link-count {
  display: none;
}
.blog-sidebar-topic-filter ul li a:before {
  width: 13px;
  height: 13px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 4px;
  background: url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_tag.png') no-repeat center;
    background-size: contain;
    }
.blog-sidebar-post-listing ul {
  margin: 0;
  padding: 0 0 0 0px;
  list-style: none;
  color: #fff;
  font-size: 14px;
  counter-reset: section;
}
.blog-sidebar-post-listing ul li {
  margin-bottom: 17px;
  font-size: 14px;
  padding-left: 0;
  position: relative;

  color: #040000;
}
.blog-sidebar-post-listing ul li a {
  text-decoration: none;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  width: calc(100% - 28px);
  padding-top: 1px;
}
.blog-sidebar-post-listing ul li:before{
  background: url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_rank.png') no-repeat left top;
    background-size: contain;
    display: inline-block;
    width: 28px;
    background-size: 18px 20px;
    color: #fff;
    padding-top: 3px;
    padding-left: 5px;
    font-size: 12px;
    vertical-align: top;
    counter-increment: section;
    content: counter(section);
    float: left;
    }
.media-posts-grp .row-fluid:before,.media-posts-grp .row-fluid:after {
  content: none;
}
.media-posts-grp .contact-card .homeContactRow {
  padding-bottom: 24px;
}

.blogArchiveListItem.post-item:first-child .blogArchiveListItem__inner {
  padding: 20px 28px 0;
  height: 117px;
}
.media-post-banner .banner-content {
  padding-top: 24px;
}
.media-posts-pg-grp {
  padding-top: 80px;
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.blogSingleWrapper {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.post-left-sec {
  width: 760px;
}
.blogSingleTagArea {
  margin-bottom: 25px;
}

p.blogSingleTagArea__category {
  background-color: #e9474d;
  color: #fff;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  margin: 0;
}

.blogSingleTagArea__tagList {
  border: 1px solid #cccccc;
  padding: 5px 10px;
}

.blogSingleTagArea h3 {
  display: none;
}

.blogSingleTagArea ul {
  margin: 0;
  line-height: 1.5;
  padding: 0;
}

.blogSingleTagArea ul li {
  display: inline-block;
  margin-right: 13px;
  padding-left: 1.2em;
  position: relative;
  font-size: 14px;
  vertical-align: top;
}

.blogSingleTagArea ul li a {
  text-decoration: none;
  color: inherit;
}

.blogSingleTagArea ul li span.filter-link-count {
  display: none;
}

.blogSingleTagArea ul li:before {
  display: inline-block;
  content: "";
  background: url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_tag.png') no-repeat center;
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 0px;
    width: 13px;
    height: 13px;
    }
.blogSingleTagArea ul li a:hover{
  color: #e9474d;
}

.blogRelation {
  margin-top: 80px;
}
.blogRelation__h2 {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: 0;
}
.blogRelation__h2 span {
  display: inline-block;
  background-color: #fff;
  color: #e9474d;
  font-weight: bold;
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
}
.blogRelation__h2:after {
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e9474d;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
}
.blogRelation__h2 span:before {
  content: "";
  display: inline-block;
  background:url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_relation.png') no-repeat center;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    }
.blogRelation__h2 span:after {
  content: "";
  display: inline-block;
  background: url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_relation.png') no-repeat center;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin-left: 14px;
    }

.blogArchiveList_middle {
  margin-left: -20px;
}
.media-posts-pg-grp .contact-card .homeContactRow {
  padding-bottom: 44px;
}
a.filter-expand-link {
  display: none;
}
.topic-page .media-categories ul li:first-child>a {
  color: #fff;
  background-color: #e9474d;
}

.topic-page .media-categories ul li:first-child>a:hover {
  background-color: #fff;
  color: #e9474d;
}
.blogTagNav__right ul li.active a {
  color: #e9474d;
} 
.blogSingle__DateArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

time.blogSingle__date {
  font-size: 14px;
  color: #040000;
  position: relative;
  top: -1px;
}
.blog-side-menu .submenu.level-1>li:first-child {
  display: none;
}
.blog-pagination.span12 {
  padding-top: 50px;
}
.comment-date {
  display: block !important;
}
.news-blog-post__body .marker13,
.media-blog-post__body .marker13{
  background: linear-gradient(transparent 20%, #ffc1e0 20%);
  font-weight: bold;
  border-radius: 6px;
}
.news-blog-post__body h3,
.media-blog-post__body h3{
  padding: 13px 20px;
  font-size: 20px;
  font-weight: bold;
  background-color: #f2f2f2;
  border-top: 3px solid #e9474d;
  margin-bottom: 30px;
  margin-top: 60px;
  color: #040000;
  line-height: 1.5;
  font-family: "Noto Sans Japanese", sans-serif;
}
.news-blog-post__body a,
.media-blog-post__body a{
  color: #0000EE;
  text-decoration: underline;
}
.news-blog-post__body h4,
.media-blog-post__body h4{
  margin-top: 40px;
  margin-bottom: 15px;
  padding-left: 8px;
  border-left: 6px solid #e9474d;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans Japanese", sans-serif;
  color: #040000;
  line-height: 1.5;
}
.cst-feature-image-grp img {
  width: 100%;
}
.cst-feature-image-grp {
  width: 100%;
  height: 468px;
  position: relative;
}

.cst-feature-image-grp img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
}
.simple-menu-grp {
  margin-bottom: 80px;
  padding: 24px 30px 22px;
  background: url();
}
.simple-menu-grp .hs-menu-wrapper ul {
  margin: 0;
  display: block!important;
  padding: 0;
  list-style: none;
  margin-bottom: -5px;
}
.simple-menu-grp .hs-menu-wrapper ul li a:after {
  content: "";
  background: url() no-repeat center;
  background-size: contain;
  width: 12px;
  height: 10px;
  display: inline-block;
  transition: .2s;
  margin-left: 5px;
}
.simple-menu-grp .hs-menu-wrapper ul li a {
  color: #e9474d;
  font-weight: bold;
  text-decoration: none;
  transition: .2s;
  font-size: 14px;
  padding: 0;
}
.simple-menu-grp .hs-menu-wrapper ul li {
  margin-bottom: 5px;
  line-height: 24px;
}
.simple-menu-grp .hs-menu-wrapper ul li a:hover {
  opacity: 0.8;
}
.simple-menu-grp .hs-menu-wrapper ul li a:hover:after {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.media-blog-post__body {
  color: #000;
}
.newsSingle__img img {
  vertical-align: middle;
}
.newsSingle__img {
  margin-bottom: 25px;
}
.newsSingle__img {
  margin-bottom: 25px;
}
.newsSingle__text *:last-child {
  margin: 0;
}
.newsSingle__text {
  line-height: 2;
  margin-bottom: 30px;
}
img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.newsSingle__rows.newsSingle__rows_imgRight {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.newsSingle__rows.newsSingle__rows_imgRight .newsSingle__text.text {
  width: 612px;
  line-height: 2;
}
.homeContactRow__large {
  font-size: 20px;
  font-weight: bold;
}
body.remove-menu .simple-menu-grp {
  display: none;
}
.newsSingle__rows.newsSingle__rows_imgRight .img {
  width: 320px;
  margin-left: 20px;
}
..newsSingle__rows.newsSingle__rows_imgLeft {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-direction: row-reverse;
}
.newsSingle__rows.newsSingle__rows_imgLeft .newsSingle__text.text {
  width: 612px;
  line-height: 2;
}
.newsSingle__rows.newsSingle__rows_imgLeft .img {
  margin-left: 0px;
  margin-right: 20px;
  width: 320px;
}
@media only screen and (min-width: 1714px){
  .blogArchiveListItem.post-item:nth-child(5) {
    position: absolute;
    right: 504px;
    top: 284px;
  }
  .blogArchiveListItem.post-item:nth-child(6) {
    position: absolute;
    right: 252px;
    top: 284px;
  }
  .blogArchiveListItem.post-item:nth-child(7) {
    position: absolute;
    right: 0px;
    top: 284px;
  }

}


@media only screen and (max-width: 1713px) and (min-width: 1462px){
  .media-posts-grp .content-wrapper {
    max-width: 1462px;
  }
  .blogArchiveListItem.post-item:nth-child(4) {
    position: absolute;
    right: 252px;
    top: 284px;
  }
  .blogArchiveListItem.post-item:nth-child(5){
    position: absolute;
    right: 0;
    top: 284px;
  }
  .media-posts-wrap {
    width: 1238px;
  }




} 


@media only screen and (max-width: 1461px) and (min-width: 1210px){
  .media-posts-grp .content-wrapper {
    max-width: 1210px;
  }
  .media-posts-wrap {
    width: 986px;
  }
  .blogArchiveListItem.post-item:nth-child(2){
    position: absolute;
    right: 0;
    top: 284px;
  }

}


@media only screen and (max-width: 1209px){
  .media-posts-grp .content-wrapper {
    max-width: 958px;
  }
  .media-posts-wrap  {
    width: 734px;
  }
}


@media (max-width: 1024px){
  .post-left-sec {
    width: calc(100% - 220px);
  }
}

@media (max-width: 980px){
  .worksSingleDesc__left img {
    max-width: 100%;
  }
  .worksSingleDesc__left {
    max-width: none;
    padding-right: 20px;
  }
  .media-posts-grp .contact-card {
    max-width: 330px;
  } 
  .media-posts-wrap {
    width: calc(100% - 220px);
  }
  .blogArchiveListItem.post-item {
    width: 29.7%;
  }
  p.blogArchiveListItem__title {
    width: 100%;
  }

  .title-wrap {
    width: 100%;
  }
  .media-posts-grp {
    overflow: hidden;
  }

}

@media (max-width: 850px){
  .blogArchiveListItem.post-item {
    width: 45.8%;
  }
}
@media (max-width: 767px){
  .blogArchiveListItem.post-item:first-child {
    width: 100%;
    margin-bottom: 2vw;
    margin-left: 0;
  }

  .blogArchiveListGrid {
    margin-left: 0;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
  }
  .media-posts-wrap {
    width: 100%;
  }
  .media-posts-grp {
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
  h2.worksSingle__title {
    font-size: 28px;
    line-height: 1.5;
  }
  h2.news-blog-post__title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  h2.blogRecent__h2,h2.blogPopular__h2 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .blogRecent__h2 span,h2.blogPopular__h2 span {
    font-size: 21px;
  }
  .blogArchiveList {
    justify-content: space-between;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  .blogArchiveListItem {
    width: 49%;
    margin-bottom: 2vw;
    margin-left: 0;
  }
  .blog-sidebar {
    width: 100%;
    margin-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .blogPopular {
    padding-bottom: 0;
  }

  .blogArchiveListItem.post-item {
    width: 49%;
    margin-bottom: 2vw; 
    margin-left: 0;
    position: static !important;
  }
  .blogArchiveListItem.post-item:first-child .blogArchiveListItem__inner {
    height: auto;
    padding: 15px 20px;
  }
  .blogArchiveListItem.post-item:first-child p.blogArchiveListItem__title {
    font-size: 19px;
  }
  .blogArchiveListItem.post-item:first-child time.blogArchiveListItem__date {
    font-size: 12px;
  }
  p.blogArchiveListItem__title {
    font-size: 13px;
    width: 100%;
    height: 38px;
  }
  .title-wrap {
    width: 89%;
  }
  time.blogArchiveListItem__date {
    font-size: 9px;
  }
  .blogSingleWrapper {
    display: block;
  }

  .post-left-sec {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .media-posts-pg-grp {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .media-posts-pg-grp .news-post-pagination {
    margin-top: 75px;
  }



}


@media (max-width: 750px){
  .banner-area-mdl.blog-banner .breadcrumbs,
  .media-banner .breadcrumbs,
  .post-breadcrumbs {
    display: none;
  }
  .banner-area-mdl.blog-banner {
    min-height: 150px;
    padding-top: 35px;
    padding-left: 25px;
    background-position: right center;
    text-align: left;
  }
  .banner-area-mdl.blog-banner .banner-content h1 {
    font-size: 15px;
  }
  .banner-area-mdl.blog-banner .banner-content h1 span {
    font-size: 36px; 
  }
  .banner-area-mdl.blog-banner .desktop-banner{
    display: none;
  }
  .banner-area-mdl.blog-banner.mobile-banner{
    display: block;
  }   
  .news-posts-wrap,
  .case-posts-wrap{
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .custom-categories {
    margin-bottom: 47px;
  }
  .news-post-item a {
    flex-wrap: wrap;
  }
  p.news-post-item__text {
    width: 100%;
    margin-top: 10px;
  }
  .news-post-grp {
    margin-bottom: 60px;
  } 
  .banner-area-mdl.blog-banner {
    background: none !important;
  }
  .blog-banner-mobile-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    z-index: -1;
  }
  .newsSingle__tag {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 20px;
    padding: 0 9px;
  }
  h1.news-blog-post__title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  time.newsSingle__date {
    font-size: 14px;
  }
  .news-blog-post__body img {
    margin-bottom: 60px;
  }
  .news-blog-post__body h2 {
    font-size: 21px;
  }
  .case-blog-post__body h2,
  .media-blog-post__body h2{
    font-size: 17px;
  }
  .news-blog-post__body,
  .case-blog-post__body,
  .media-blog-post__body{
    font-size: 14px;
  }
  .news-post-pagination {
    padding-bottom: 57px;
  }
  .news-blog-post__body h3,
  .media-blog-post__body h3{
    padding: 10px 20px;
    font-size: 17px;
    margin-bottom: 25px;
  }
  .news-blog-post__body h4,
  .media-blog-post__body h4{
    font-size: 16px;
  }
  .newsTagScroll {
    margin-top: 10px;
    display: block;
    background: url('//digima.cocoo.co.jp/hubfs/raw_assets/public/ExcelJoshi_2021/images/icon_scroll.png') no-repeat right center;
      height: 12px;
      background-size: contain;
      }
  .news-post-grp {
    margin-top: 30px;
  }
  h1.worksSingle__title {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .worksSingle__tag span {
    font-size: 14px;
    padding: 6px 10px;
    margin-bottom: 10px;
  }
  .worksSingleDesc__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .worksSingleDesc__right {
    width: 100%;
  }
  .worksSingleDesc {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .worksSingleDesc__client{
    font-size: 14px;
  }
  .worksSingleDesc__excerpt p{
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 10px;
    line-height: 1.75;
  }
  .post-three-col>ul {
    flex-direction: column;
    margin: 0 0 50px;
  }
  .post-three-col>ul>li {
    margin-bottom: 10px;
    padding: 20px;
  }
  .post-three-col p {
    margin: 0;
  }
  time.worksSingle__date {
    margin-bottom: 10px;
  }
  .case-post-pg-wrap {
    padding-top: 39px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .case-blog-post__body {
    margin-bottom: 54px;
  }
  .case-posts-wrap .custom-categories {
    margin-bottom: 22px;
  }
  .works-posts-grp {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .case-post__tags span{
    max-width: 50%;
    padding: 6px 10px;
    margin-bottom: 10px;
  }
  p.worksListArchiveItem__title {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  time.worksListArchiveItem__date {
    margin-bottom: 18px;
    font-size: 13px;
    text-align: left;
  }
  .listing-summary {
    font-size: 13px;
  }
  .works-post-item a {
    display: block;
  }
  .worksListArchiveItem__left {
    margin-bottom: 15px;
  }
  .worksListArchiveItem__right {
    width: 100%;
  }

  .media-categories {
    overflow-y: hidden;
    overflow-x: auto;
    padding-left: 25px;
    padding-right: 25px;
  } 
  .blogTagNav {
    margin: 20px 25px 30px;
    display: block;
  }
  .media-banner {
    min-height: 180px;
    padding-top: 60px;
    margin-top: 0;
    background: none !important;
  }
  .media-banner .banner-content h1 {
    width: 170px;
    font-size: 24px;
    padding: 13px 0;
  }
  .media-banner .banner-content h1 span {
    font-size: 10px;
    top: -5px;
  }
  .media-banner .blog-banner-mobile-img {
    background-position: center;
  }
  .media-posts-grp {
    padding-top: 40px;
  }
  .media-posts-grp {
    padding-top: 40px;
  }
  .media-categories {
    margin-bottom: 8px;
  }
  .custom-categories ul li {
    margin-bottom: 10px;
  }
  .media-posts-grp .newsTagScroll {
    margin-right: 25px;
  }
  .blogTagNav__left {
    font-size: 13px;
    display: inline;
    vertical-align: top;
  } 
  .blog-post__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .blogSingleTagArea__tagList {
    padding: 4px 10px 6px;
  }
  .blogSingleTagArea ul {
    margin: 0;
    line-height: 22px;
    padding: 0;
  }
  .blogSingleTagArea ul li {
    font-size: 11px;
    padding-left: 1.5em;
    vertical-align: middle;
  }
  time.blogSingle__date {
    font-size: 12px;
  }
  .cst-feature-image-grp {
    height: auto;
  }
  .cst-feature-image-grp img {
    position: static;
    height: auto;
  }
  .simple-menu-grp {
    padding: 20px;
    margin-bottom: 60px;
  }
  .simple-menu-grp .hs-menu-wrapper ul li {
    line-height: 18px;
  }
  .simple-menu-grp .hs-menu-wrapper ul li a {
    font-size: 12px;
    display: block;
    padding-right: 1.5em;
    position: relative;
  }
  .simple-menu-grp .hs-menu-wrapper ul li a:after {
    position: absolute;
    top: 6px;
    right: 0px;
  }
  .blogRelation {
    margin-top: 60px;
  }
  .newsSingle__rows {
    flex-direction: column;
  }
  .newsSingle__rows.newsSingle__rows_imgRight .newsSingle__text.text {
    width: 100%;
    margin-bottom: 25px;
  }
  .newsSingle__rows.newsSingle__rows_imgRight .img {
    width: 100%;
    margin-left: 0;
  }
}

.recruit {
  background-color: #f7f7f7;
  padding: 35px 0 70px;
  text-align: center;
}


/* 20211206 文末CTA用に追加 */
.exj-blog-cta-container {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background: #fdeff0;
}
.exj-blog-cta-box {
    margin: 20px 10px;
}
.exj-blog-cta-button {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 30px 8px 40px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: #e9474d;
    border-radius: 100vh;
}
.exj-blog-cta-arrow {
    display: inline-block;
    margin: 0px 0px 0px 24px;
    vertical-align: -6px;
    fill: #FFFFFF;
}
@media screen and (max-width: 540px) {
.exj-blog-cta-container {
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
    text-align: center;
    padding: 10px 0px;
    background: #fdeff0;
}
.exj-blog-cta-box {
    margin: 10px 5px;
}
.exj-blog-cta-button {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 8px 24px 6px 32px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #e9474d;
    border-radius: 100vh;
}
.exj-blog-cta-arrow {
    display: inline-block;
    margin: 0px 0px 0px 20px;
    vertical-align: -8px;
    fill: #FFFFFF;
}
}


/* 20220920 文末CTA用に追加 */
/* お問合せ */

.exj-blog-cta-contact-container {
    width: 100%;
    background: #fdeff0;
    overflow:hidden;
    margin-top:30px;
   margin-bottom:30px;
}

.exj-blog-cta-contact-left {
    float:left;
    width: 40%;
}

.exj-blog-cta-contact-left img{
    padding: auto;
    margin: 30px 20px 30px 30px ;
}

.exj-blog-cta-contact-left img.jirei{
    padding: auto;
    margin: 30px 20px 30px 50px ;
}

.exj-blog-cta-contact-right {
    float:right;
    width: 60%;
    margin:23px auto auto 0;
    padding:0 ;
}

.exj-blog-cta-contact-right span {
    padding: auto;
    font-size: 16px;
    font-weight: bold;
    color: #e9474d;
}

.exj-blog-cta-contact-right p {
    text-align: left;
    padding: auto;
    margin:0;
    font-size: 16px;
    color: #444444;
    line-height:22px;
}

.exj-blog-cta-contact-right a {
    display: block;
    margin:0  !important;
    padding:0;
    text-decoration: none  !important;
}

.exj-blog-cta-contact-button {
    width: 80%;
    padding: 5px 5px 3px 15px;
    margin:5px auto auto 55px;
    background: #e9474d;
    border-radius: 100vh;
}


.exj-blog-cta-contact-arrow {
    display: inline-block;
    margin: 0px 0px 0px 24px;
    vertical-align: -6px;
    fill: #FFFFFF;
}



@media screen and (max-width: 540px) {

.exj-blog-cta-contact-container {
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
    text-align: center;
    padding: 10px 0px 20px;
    background: #fdeff0;
}

.exj-blog-cta-contact-button {
    width: 100%;
    padding: 8px 24px 6px 32px;
    margin:auto;
    font-size: 14px;
    font-weight: bold;
    background: #e9474d;
    border-radius: 100vh;
}

.exj-blog-cta-contact-arrow {
    display: inline-block;
    margin: 0px 0px 0px 20px;
}

.exj-blog-cta-contact-left {
    width: 100%;
    padding: 15px 15px 0 15px;
    margin: 0;
}
    
.exj-blog-cta-contact-left img {
    width: 95%;
    padding: 0;
    margin: 0;
}

.exj-blog-cta-contact-left img.jirei {
    width: 95%;
    padding: 0;
    margin: 0;
}

.exj-blog-cta-contact-right {
    width: 100%;
    padding:0 20px;
    margin: 0 ;
}
}


/* 20220920 文末CTA用に追加 */
/* 資料ダウンロード */

.exj-blog-cta-wpdl-container {
    width: 100%;
    display: flex;
    padding: 0px;
    background: #eee;
    overflow:hidden;
    margin-top:40px;
}

.exj-blog-cta-wpdl-a {
    display: block;
    text-decoration: none  !important;
    margin:0;
    padding:0;
}

.exj-blog-cta-wpdl-left {
    float:left;
    width: 25%;
    padding: 10px;
    margin: 0;
}

.exj-blog-cta-wpdl-left img {
    text-align: left;
    padding: auto;
    margin: 5px 0 0 10px;
}

.exj-blog-cta-wpdl-right {
    float:right;
    text-align: left !important;
    width: 75%;
    padding:10px 15px 10px 20px;
    margin: 0 ;
}

.exj-blog-cta-wpdl-right span {
    padding: auto;
    font-size: 16px;
    font-weight: bold;
    color: #e9474d;
    line-height:100%;
    margin: 0 10px ;
}

.exj-blog-cta-wpdl-right p {
    text-align: left;
    padding: auto;
    margin: 0 10px ;
    color: #444444;
    line-height:18px;
    font-size: 12px;
　　font-weight: normal !important;
}


.exj-blog-cta-wpdl-button {
    width: 60%;
    padding: 1px 5px 1px 18px;
    margin:10px auto 5px auto;
    background: #e9474d;
    border-radius: 100vh;
}

.exj-blog-cta-wpdl-arrow {
    display: inline-block;
    margin: 0px 0px 0px 10px;
    vertical-align: -6px;
    fill: #FFFFFF;
}



@media screen and (max-width: 540px) {
.exj-blog-cta-wpdl-container {
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
    text-align: center;
    padding: 10px;
    background: #eee;
}

.exj-blog-cta-wpdl-button {
    width: 100%;
    display: inline-block;
    padding: 8px 24px 6px 32px;
    margin:auto;
    font-size: 14px;
    font-weight: bold;
    background: #e9474d;
    border-radius: 100vh;
}

.exj-blog-cta-wpdl-arrow {
    display: inline-block;
    margin: 0px 0px 0px 20px;
}

.exj-blog-cta-wpdl-left {
    width: 100%;
    padding: 0;
    margin: 0;
}
    
.exj-blog-cta-wpdl-left img {
    padding: 0;
    margin: 0;
}

.exj-blog-cta-wpdl-right {
    text-align: left !important;
    width: 100%;
    padding:0 10px 5px 10px;
    margin: 0 ;
}

.dm-blog-cta-wpdl-right span{
    margin: 0 ;
}
}


/* 20221226 ボタンCSS追加 */

.EXJ-blog-cta-button {
    width: 50%;
    text-align:center;
    font-weight:bold;
    padding: 8px 5px 8px 18px;
    margin:50px auto 5px auto;
    background: #e9474d;
    border-radius: 100vh;
    font-size:22px;
    text-decoration: none  !important;
    color:#ffffff;
}

.EXJ-blog-cta-button a {
    display: block;
    text-decoration: none  !important;
  　color:#ffffff;
    margin:0;
    padding:0;
}


@media screen and (max-width: 540px) {
.EXJ-blog-cta-button {
    width: 100%;
    display: inline-block;
    padding: 8px 24px 6px 32px;
    margin:10px auto;
    font-size: 20px;
    font-weight: bold;
    background: #e9474d;
    border-radius: 100vh;
}
}

/* ブルグ記事内のCTA装飾用 */
.post-cta-box {
  position: relative;
  margin: 2em auto;
  padding: 24px 24px 20px;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  border-radius: 20px;
}
.post-cta-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 0;
  border-bottom: 8px solid #e9474d;
  margin-left: -25%;
}


/* 2024年ブログ記事の装飾変更 */
.blogSingleTagArea__tagList__2024 {
  border: none;
  padding: 0;
}

.blogSingleTagArea__2024 ul li {
  display: inline-block;
  margin-right: 0;
  padding: 0;
  position: relative;
  font-size: 15px;
  vertical-align: top; 
}

.blogSingleTagArea__2024 ul li:before {
  display: none;
}

.blogSingleTagArea__2024 ul li:nth-child(n+2) {
  margin-left: 10px;
}

.blogSingleTagArea__2024 ul li a {
  text-decoration: none;
  color: #E9474D;
  border: 1px solid #E9474D;
  padding: 5px 29px;
  line-height: 1.4;
}

.media-blog-post__body__2024 h2 {
  padding: 13px 20px;
  font-size: 20px;
  font-weight: bold;
  background-color: #f2f2f2;
  border-top: 7px solid #e9474d;
  margin-bottom: 30px;
  margin-top: 60px;
  color: #040000;
  line-height: 1.5;
  font-family: "Noto Sans Japanese", sans-serif;
}
@media screen and (max-width: 767px) {
  .media-blog-post__body__2024 h2 {
    font-size: 18px;
  }
}


.media-blog-post__body__2024 h2::before,
.media-blog-post__body__2024 h2::after {
  display: none;
}

.media-blog-post__body__2024 h3 {
  background-color: transparent;
  border-top: 2px solid #E9474D;
  border-bottom: 2px solid #E9474D;
  font-size: 18px;
  color: #E9474D;
}

@media screen and (max-width: 767px) {
  .media-blog-post__body__2024 h3 {
    font-size: 16px;
  }
}

.media-blog-post__body__2024 .background-text {
  padding: 31px 37px;
  background-color: rgba(255, 221, 221, 0.48);
}

.media-blog-post__body__2024 .background-text p {
  margin: 0;
}

.cmn02_cta-footer {
  max-width: 1272px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cmn02_cta-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.cmn02_cta-footer .cta-footer .desc h5{
  font-size: 22px !important;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cmn02_cta-footer .cta-footer .desc h5{
    font-size: 15px !important;
  }
}

.cmn02_cta-footer .cta-footer .desc p{
  font-size: 17px !important;
}

@media screen and (max-width: 767px) {
  .cmn02_cta-footer .cta-footer .desc p{
    font-size: 12px !important;
  }
}

.cmn02_cta-footer .footer-button{
  font-size: 20px !important;
}

@media screen and (max-width: 1000px) {
  .cmn02_cta-footer .footer-button{
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .cmn02_cta-footer .footer-button{
    font-size: 14px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #ccc;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;
  background-color: #dbf1fd;
  border: 1.5px solid #0081cc;
  border-radius: 6px;
  font-size: .75rem;
  color: #0081cc;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #040000;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #040000;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}


.error-breadcrumbs{
  font-size: 14px;
  font-family: "Noto Sans Japanese", sans-serif;
  width: fit-content;
  position: absolute;
  top: 12px;
  left: 19px;
}
.error-breadcrumbs li.hs-breadcrumb-menu-item{
  padding: 0;
  color: #222222;
}
.error-breadcrumbs li.hs-breadcrumb-menu-item a{
  color: #222222;
  text-decoration: underline;
}
.error-breadcrumbs .hs-breadcrumb-menu-divider:before{
  content: " > ";
  padding-left: 0;
  padding-right: 3px;
}
.error-pg-wrap .error-page:before {
  content: none;
}
.error-pg-wrap {
  padding: 0 15px;
  position: relative;
}
.error-pg-wrap .error-page {
  padding: 0;
}
.error-pg-wrap h1.error-page_heading {
  font-size: 30px;
  color: #FF0004;
  margin: 0;
  text-align: center;
  padding: 159px 0 60px;
  font-family: Noto Sans Japanese;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.5;
}

.error-pg-wrap .error-page p a {
  color: #551A8B;
  text-decoration: underline;
}

.error-pg-wrap .error-page p {
  font-size: 20px;
  text-align: center;
  padding-bottom: 100px;
  line-height: 1.5;
  margin: 0;
}

.error-pg-wrap .contact-grp {
  padding: 60px 0;
}

.error-pg-wrap .contact-grp h2 {
  color: #FF0004;
  text-align: center;
}

@media (max-width: 1024px){
  .systems-page{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 980px){
  .error-breadcrumbs {
    display: none;
  }
}

@media (max-width: 767px){
  .error-page,
  .systems-page{
    padding-left: 25px;
    padding-right: 25px;
  }
}



@media (max-width: 479px){
  form#email-prefs-form h1,
  .hs_cos_wrapper_type_email_simple_subscription h1{
    font-size: 35px;
    letter-spacing: 0;
  }
  form#email-prefs-form h2 {
    letter-spacing: 0;
  }


}