@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

:root {
  --clr-marine:	#0B3F56;
  --clr-flat-blue:	#14709A;
  --clr-banner-blue-a:	#1A91C7;
  --clr-banner-blue-b:	#1DA1DE;
  --clr-soft-blue:	#5DBEEA;
  --clr-powder-blue:	#B7E2F6;
  --clr-very-light-blue:	#EFF4FC;
  --clr-gray-darker:	#404040;
  --clr-grey-dark:	#595959;
  --clr-grey:	#737373;
  --clr-grey-medium:	#A6A6A6;
  --clr-grey-light:	#D9D9D9;
  --clr-grey-lighter:	#F3F3F3;
  --clr-white:	#FFFFFF;
  --clr-success:	#03AB5C;
  --clr-mid-green:	#038D4D;
  --clr-light-green:	#D0E3CF;
  --clr-danger:	#D11E40;
  --clr-rusty-red:	#A41832;
  --clr-pinkish-brown:	#AF5E5E;
  --clr-warning:	#EC971F;
  --clr-brownish-orange:	#C77C11;
  --clr-sandy:	#ECBD6F;
  --clr-midnight-blue:	#1E376C;
  --clr-deep-pink:	#D6006D;
  --clr-bluey-purple:	#7152B9;
  --clr-info:	#5091CD;
  --clr-strong-pink:	#FC0583;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/* Hide for both screenreaders and browsers */
.hidden {
  display: none;
  visibility: hidden;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.element-invisible,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Image Float Standards */
.pull-right, .img_float_right, .image-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

.pull-left, .img_float_left, .image-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.ds {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

hr.separator {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  margin: 20px 0 0;
}

.Seminar-Item > hr.separator:first-child {
  display: none;
}

.Seminar-Item > .block-flex:nth-of-type(1) {
  padding-top: 0;
}

.Seminar-Item .event-organizer {
  margin-right: 30px;
}
.Seminar-Item .event-organizer, .Seminar-Item .event-co-sponsored {
  display: flex;
  margin-bottom: 1rem;
}
.Seminar-Item .event-organizer .organizer, .Seminar-Item .event-organizer .sponsored, .Seminar-Item .event-co-sponsored .organizer, .Seminar-Item .event-co-sponsored .sponsored {
  width: 50px;
  font-weight: 700;
}
.Seminar-Item .event-organizer .organizer-val, .Seminar-Item .event-organizer .sponsored-val, .Seminar-Item .event-co-sponsored .organizer-val, .Seminar-Item .event-co-sponsored .sponsored-val {
  flex: 1;
}
@media (max-width: 767.98px) {
  .Seminar-Item .event-organizer, .Seminar-Item .event-co-sponsored {
    width: 100%;
  }
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.zebra {
  margin: 15px 0 30px 0;
  padding: 0;
}
.zebra td {
  padding: 6px;
}
.zebra th {
  text-align: left;
  padding: 6px;
  background: #005DAA;
  color: #fff;
}
.zebra th a {
  color: #fff;
  text-decoration: none;
}
.zebra td:last-child, .zebra th:last-child {
  text-align: right;
}
.zebra tr:nth-child(even) {
  background: #fff;
}
.zebra tr:nth-child(odd) {
  background: #eee;
}
.zebra tr:hover {
  background: #ccdfee;
}
.zebra caption {
  font-size: 20px;
  line-height: 1.1;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  margin: 10px 30px 5px 0;
  padding: 0;
  text-align: left;
  color: #005DAA;
}
.zebra .total_box {
  border-top: 1px #333 solid;
  color: #555;
}

.full-width {
  width: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  margin: 15px 0;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-blue {
  background-color: #005DAA !important;
}

.bg-red {
  background-color: var(--clr-danger) !important;
}

.bg-orange {
  background-color: var(--clr-warning) !important;
}

.bg-white {
  background-color: var(--clr-white) !important;
}

.bg-black {
  background-color: #333 !important;
}

.bg-gray {
  background-color: #999 !important;
}

.bg-gray-light {
  background-color: rgb(228, 229, 230) !important;
}

.bg-green {
  background-color: var(--clr-success) !important;
}

.bg-teal {
  background-color: rgb(56, 147, 155) !important;
}

.bg-lime {
  background-color: rgb(193, 216, 47) !important;
}

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-image .txt-full {
  padding: 0 20px;
}

.bg-shade-full {
  background: rgb(228, 229, 230);
  position: relative;
  z-index: 1;
  padding: 20px 0;
  margin: 40px 0;
}
.bg-shade-full:before {
  background: rgb(228, 229, 230);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.bg-shade-full:before {
  left: -50em;
  right: -50em;
}

.blue {
  color: #005DAA !important;
}

.blue2 {
  color: #23356e !important;
}

.red {
  color: var(--clr-danger) !important;
}

.orange {
  color: var(--clr-warning) !important;
}

.white {
  color: var(--clr-white) !important;
}

.black {
  color: #333 !important;
}

.green {
  color: var(--clr-success) !important;
}

.teal {
  color: rgb(56, 147, 155) !important;
}

.lime {
  color: rgb(193, 216, 47) !important;
}

ul.three-columns {
  columns: 3;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  ul.three-columns {
    columns: 2;
  }
}
@media (max-width: 767.98px) {
  ul.three-columns {
    columns: 1;
  }
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hide-mobile {
    display: none !important;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.99);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.99);
    opacity: 0.8;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.99);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(0.99);
    opacity: 0.8;
  }
}
.pad-20 {
  padding: 0 20px;
}

.pad-40 {
  padding: 0 40px;
}

.pad-80 {
  padding: 0 80px;
}

.pad-r-20 {
  padding-right: 20px;
}

.pad-l-20 {
  padding-left: 20px;
}

.pad-r-40 {
  padding-right: 40px;
}

.pad-l-40 {
  padding-left: 40px;
}

.inner-padnone [class^=pad-] {
  padding: 0;
}

@media (max-width: 767.98px) {
  .m-center {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .pad-40 {
    padding: 0 10px;
  }
}
.max-40 {
  max-width: 40%;
  height: auto;
}
@media (max-width: 767.98px) {
  .max-40 {
    max-width: 100%;
  }
}

.max-50 {
  max-width: 50%;
  height: auto;
}
@media (max-width: 767.98px) {
  .max-50 {
    max-width: 100%;
  }
}

.max-60 {
  max-width: 60%;
  height: auto;
}
@media (max-width: 767.98px) {
  .max-60 {
    max-width: 100%;
  }
}

.max-80 {
  max-width: 80%;
  height: auto;
}
@media (max-width: 767.98px) {
  .max-80 {
    max-width: 100%;
  }
}

html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 100vh;
  min-height: 100%;
  /*  overflow-x: hidden; */
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: auto;
  -webkit-font-smoothing: auto;
}

/**
 * Basic styles for links
 */
a,
a:visited {
  color: #005DAA;
  text-decoration: none;
}
a:hover, a:active, a:focus,
a:visited:hover,
a:visited:active,
a:visited:focus {
  color: #004177;
  text-decoration: underline;
}
a.underline,
a:visited.underline {
  text-decoration: underline;
}
a img,
a:visited img {
  outline: none;
  border: none;
}

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

.contain {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  transition: padding 0.3s ease;
}
@media (max-width: 1399.98px) {
  .contain {
    padding: 0 40px;
  }
}
@media (max-width: 767.98px) {
  .contain {
    padding: 0 20px;
  }
}

.contain-small {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  transition: padding 0.3s ease;
}
@media (max-width: 1399.98px) {
  .contain-small {
    padding: 0 40px;
  }
}
@media (max-width: 767.98px) {
  .contain-small {
    padding: 0 20px;
  }
}

.flex-wrap {
  display: flex;
  flex-flow: row wrap;
}

.flex-nowrap {
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 767.98px) {
  .flex-nowrap {
    flex-flow: row wrap;
  }
}

.cols-2 {
  flex: 0 0 50%;
}
@media (max-width: 767.98px) {
  .cols-2 {
    flex: 1 1 100%;
    margin-bottom: 2rem;
  }
  .cols-2.m2 {
    margin-bottom: 0;
  }
}
.cols-2:after:after {
  content: "";
  display: table;
  clear: both;
}

.h-pad {
  padding: 0 0.5rem;
}

.cols-3 {
  flex: 0 0 33.3333%;
}
@media (max-width: 767.98px) {
  .cols-3 {
    flex: 1 1 100%;
    margin-bottom: 2rem;
  }
}
.cols-3:after:after {
  content: "";
  display: table;
  clear: both;
}

.cols-4 {
  flex: 0 0 25%;
}
@media (max-width: 767.98px) {
  .cols-4 {
    flex: 1 1 100%;
    margin-bottom: 2rem;
  }
}
.cols-4:after:after {
  content: "";
  display: table;
  clear: both;
}

.cols-4-2 {
  flex: 0 0 25%;
  padding: 10px 20px 20px;
}
@media (max-width: 767.98px) {
  .cols-4-2 {
    flex: 1 1 50%;
  }
}

.cols-4-services {
  flex: 0 0 25%;
  padding: 10px 20px 20px;
}
@media (max-width: 991.98px) {
  .cols-4-services {
    flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .cols-4-services {
    flex: 1 1 100%;
  }
}

.cols-5 {
  flex: 0 0 20%;
  padding: 10px 20px 20px;
}
@media (max-width: 767.98px) {
  .cols-5 {
    flex: 1 1 100%;
    padding: 10px 0;
  }
}
.cols-5:after:after {
  content: "";
  display: table;
  clear: both;
}

.cols-66 {
  flex: 0 0 66.6666%;
}
@media (max-width: 767.98px) {
  .cols-66 {
    flex: 1 1 100%;
  }
}
.cols-66:after:after {
  content: "";
  display: table;
  clear: both;
}

.cols-33 {
  flex: 0 0 33.3333%;
}
@media (max-width: 767.98px) {
  .cols-33 {
    flex: 1 1 100%;
  }
}
.cols-33:after:after {
  content: "";
  display: table;
  clear: both;
}

.cols-fit {
  flex: 1;
}
.cols-20 {
  flex: 0 0 20%;
}
@media (max-width: 767.98px) {
  .cols-20 {
    flex: 1 1 100%;
    margin-bottom: 2rem;
  }
  .cols-20.m2 {
    margin-bottom: 0;
  }
}
.cols-20:after:after {
  content: "";
  display: table;
  clear: both;
}
.cols-30 {
  flex: 0 0 30%;
}
@media (max-width: 767.98px) {
  .cols-30 {
    flex: 1 1 100%;
    margin-bottom: 2rem;
  }
  .cols-30.m2 {
    margin-bottom: 0;
  }
}
.cols-30:after:after {
  content: "";
  display: table;
  clear: both;
}
.cols-40 {
  flex: 0 0 40%;
}
@media (max-width: 767.98px) {
  .cols-40 {
    flex: 1 1 100%;
    margin-bottom: 2rem;
  }
  .cols-40.m2 {
    margin-bottom: 0;
  }
}
.cols-40:after:after {
  content: "";
  display: table;
  clear: both;
}
.cols-50 {
  flex: 0 0 50%;
}
@media (max-width: 767.98px) {
  .cols-50 {
    flex: 1 1 100%;
    margin-bottom: 2rem;
  }
  .cols-50.m2 {
    margin-bottom: 0;
  }
}
.cols-50:after:after {
  content: "";
  display: table;
  clear: both;
}
.cols-60 {
  flex: 0 0 60%;
}
@media (max-width: 767.98px) {
  .cols-60 {
    flex: 1 1 100%;
    margin-bottom: 2rem;
  }
  .cols-60.m2 {
    margin-bottom: 0;
  }
}
.cols-60:after:after {
  content: "";
  display: table;
  clear: both;
}
.cols-70 {
  flex: 0 0 70%;
}
@media (max-width: 767.98px) {
  .cols-70 {
    flex: 1 1 100%;
    margin-bottom: 2rem;
  }
  .cols-70.m2 {
    margin-bottom: 0;
  }
}
.cols-70:after:after {
  content: "";
  display: table;
  clear: both;
}
.cols-80 {
  flex: 0 0 80%;
}
@media (max-width: 767.98px) {
  .cols-80 {
    flex: 1 1 100%;
    margin-bottom: 2rem;
  }
  .cols-80.m2 {
    margin-bottom: 0;
  }
}
.cols-80:after:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767.98px) {
  .m1 {
    order: 1;
  }
  .m2 {
    order: 2;
  }
  .m3 {
    order: 3;
  }
  .m-nub-none .m1, .m-nub-none .m2, .m-nub-none .m3 {
    order: initial;
  }
}
.d1 {
  order: 1;
}

.d2 {
  order: 2;
}

.d3 {
  order: 3;
}

.v-center {
  align-self: center;
}

.v-top {
  align-self: flex-start;
}

.v-bottom {
  align-self: flex-end;
}

body {
  display: flex;
  flex-direction: column;
}
body .site-grid {
  grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(4, minmax(0, 25%)) [main-end] minmax(0, 1fr) [full-end];
  grid-gap: 0 3rem;
}
body .grid-child {
  max-width: none;
}
body header > .grid-child,
body footer > .grid-child {
  padding-right: 3rem;
  padding-left: 3rem;
}
body:not(.has-sidebar-left) .site-grid .container-component {
  grid-column-start: full-start;
}
body:not(.has-sidebar-right) .site-grid .container-component {
  grid-column-end: full-end;
}
body.contained .site-grid .container-component {
  grid-column-start: main-start;
  grid-column-end: main-end;
  max-width: 1200px;
  margin: 0 auto;
}

.site-grid {
  margin-bottom: auto;
  margin-top: 110px;
}
@media (max-width: 991.98px) {
  .site-grid {
    margin-top: 0;
  }
}

@supports (display: grid) {
  .site-grid {
    display: grid;
    grid-template-areas: ". banner banner banner banner ." ". top-a top-a top-a top-a ." ". top-b top-b top-b top-b ." ". comp comp comp comp ." ". side-r side-r side-r side-r ." ". side-l side-l side-l side-l ." ". bot-a bot-a bot-a bot-a ." ". bot-b bot-b bot-b bot-b .";
    grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(4, minmax(0, 19.875rem)) [main-end] minmax(0, 1fr) [full-end];
    grid-gap: 0 1.5rem;
  }
  .site-grid > [class^=container-],
  .site-grid > [class*=" container-"] {
    width: 100%;
    max-width: none;
    column-gap: 1.5rem;
  }
  .site-grid > .full-width {
    grid-column: full-start/full-end;
  }
  @media (min-width: 992px) {
    .site-grid {
      grid-template-areas: ". banner banner banner banner ." ". top-a top-a top-a top-a ." ". top-b top-b top-b top-b ." ". side-l comp comp side-r ." ". bot-a bot-a bot-a bot-a ." ". bot-b bot-b bot-b bot-b .";
    }
  }
}
.container-banner {
  grid-area: banner;
}

.container-top-a {
  grid-area: top-a;
}

.container-top-b {
  grid-area: top-b;
}

.container-component {
  grid-area: comp;
}

.container-sidebar-left {
  grid-area: side-l;
}

.container-sidebar-right {
  grid-area: side-r;
}

.container-main-top {
  grid-area: main-t;
}

.container-main-bottom {
  grid-area: main-b;
}

.container-breadcrumbs {
  grid-area: bread;
}

.container-bottom-a {
  grid-area: bot-a;
}

.container-bottom-b {
  grid-area: bot-b;
}

/**
 * Basic typography style for copy text
 */
h1, .h1-size {
  font-size: clamp(2rem, 5.6875vw, 2.875rem);
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #005DAA;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
h1.jp, .h1-size.jp {
  font-size: clamp(2rem, 5.6875vw, 3rem);
  line-height: 1.2;
}

h1.p-size {
  font-size: 1.2rem;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  margin: 1em 0;
  padding: none;
}

h1.h3-size {
  font-weight: 500;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.6;
  margin: 1em 0 0;
  padding: none;
}

h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  margin: 20px 30px 10px 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767.98px) {
  h2 {
    margin-right: 0;
  }
}

h2.txt-center {
  margin: 20px 0 10px 0 !important;
}

.h2-light {
  font-size: clamp(1.75rem, 5.6875vw, 2.25rem);
  font-weight: 400;
}

.h2-heavy {
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin: 20px 30px 5px 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767.98px) {
  h3 {
    margin-right: 0;
  }
}

.h3-light {
  font-size: clamp(1.5rem, 5.6875vw, 2rem);
  line-height: 1.2;
  font-weight: 400;
}

h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h4 + p {
  margin-top: 0;
}

h5 {
  font-size: 18px;
  margin: 18px 0 0;
  padding: 0;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h6 {
  font-size: 18px;
  line-height: 1.2;
  margin: 18px 0 0;
  padding: 0;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
h6 + p {
  margin-top: 0;
}

ul.nobul {
  list-style: none;
}

dt {
  font-size: 20px;
  font-weight: 500;
}

dd {
  margin-bottom: 20px;
  margin-left: 0;
  -webkit-margin-start: 0;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

sup {
  font-size: 70%;
}

.sup {
  font-size: 80%;
  vertical-align: top;
}

.smallnote {
  font-size: 70%;
  font-style: italic;
}

ul.checks {
  list-style: none;
}

ul.checks li {
  position: relative;
}

ul.checks li::before {
  content: "✔ ";
  color: var(--clr-cincom-blue);
  position: absolute;
  left: -1.5rem;
}

.panel-gray {
  position: relative;
  padding: 40px 0;
  background-color: var(--clr-grey-lighter);
}

.panel-white {
  position: relative;
  padding: 40px 0;
  background-color: var(--clr-white);
}

.panel-blue {
  position: relative;
  padding: 40px 0;
  background-color: #005DAA;
  color: var(--clr-white);
}

.panel-ltblue {
  position: relative;
  padding: 40px 0;
  background-color: var(--clr-very-light-blue);
}

.panel-lines {
  position: relative;
  padding: 40px 0;
  background: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/bg-lines.png") no-repeat right bottom;
  background-size: contain;
}

.panel-gradient-1 {
  position: relative;
  padding: 60px 0;
  background: rgb(237, 248, 254);
  background: radial-gradient(circle, rgb(237, 248, 254) 0%, rgb(255, 255, 255) 51%);
  background-position: right top;
}
.panel-gradient-1 p {
  font-size: 1.2rem;
}
.panel-gradient-1 p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .panel-gradient-1 {
    padding: 40px 0;
  }
  .panel-gradient-1 .pad-r-40 {
    padding-right: 0;
  }
}

.panel-gradient-2 {
  position: relative;
}

.panel-gradient-purple {
  position: relative;
  padding: 40px 0;
  background: rgb(236, 233, 244);
  background: -moz-linear-gradient(90deg, rgba(236, 233, 244, 0) 0%, rgb(236, 233, 244) 100%);
  background: -webkit-linear-gradient(90deg, rgba(236, 233, 244, 0) 0%, rgb(236, 233, 244) 100%);
  background: linear-gradient(90deg, rgba(236, 233, 244, 0) 0%, rgb(236, 233, 244) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#ECE9F4",GradientType=1);
}

.panel-gradient-gray {
  position: relative;
  padding: 40px 0;
  background: rgb(133, 139, 144);
  background: -moz-linear-gradient(90deg, rgb(133, 139, 144) 0%, rgb(193, 200, 202) 100%);
  background: -webkit-linear-gradient(90deg, rgb(133, 139, 144) 0%, rgb(193, 200, 202) 100%);
  background: linear-gradient(90deg, rgb(133, 139, 144) 0%, rgb(193, 200, 202) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#858b90",endColorstr="#c1c8ca",GradientType=1);
}

.panel-black {
  position: relative;
  padding: 40px 0;
  background-color: #000;
}

.panel-contactform {
  display: none;
  position: relative;
  padding: 40px 0;
  background: rgb(237, 248, 254);
  background: radial-gradient(circle, rgb(237, 248, 254) 0%, rgb(237, 233, 243) 100%);
  background-position: left center;
}

.container-header {
  z-index: 10;
  width: 100%;
  position: fixed;
  background: #fff;
  border-bottom: 1px #f9f9f9 solid;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .container-header {
    position: relative !important;
  }
}
.container-header .grid-child {
  padding: 1.5rem 40px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(200px, 1fr) 1fr;
}
@media (max-width: 991.98px) {
  .container-header .grid-child {
    padding: 1rem 20px;
  }
}
.container-header nav {
  padding: 0;
  margin-top: 0.75rem;
}
.container-header .navbar-brand {
  position: relative;
  line-height: 1;
}
.container-header .brand-logo img {
  width: 198px;
  height: auto;
  margin-top: 8px;
  max-width: 90%;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-9-28 0:45:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-fwd
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.fade-in-fwd {
  -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.sd-b-choices {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  text-align: center;
}
.sd-b-choices li {
  flex: 0 0 calc(33% - 2rem);
  display: block;
  border-radius: 5px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  padding: 1rem;
  margin: 1rem;
  background: #fff;
  transition: all 0.3s ease;
}
.sd-b-choices li:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
  .sd-b-choices li {
    flex: 1 1 100%;
  }
}
.sd-b-choices svg {
  display: block;
  margin: 0 auto;
}
.sd-b-choices a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.sd-b-choices a:hover {
  text-decoration: none;
}

.main {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.footer {
  background: #005DAA;
  color: #fff;
  font-size: 0.8rem;
  padding: 3rem 20px;
}
.footer .flex-wrap {
  gap: 0 20px;
}
.footer h5 {
  color: #fff;
  margin: 15px 0 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}
.footer ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.footer li {
  line-height: 1;
  margin: 8px 0;
}
.footer li a, .footer li a:visited {
  color: #fff;
}
.footer img {
  max-width: 250px;
  height: auto;
  padding: 0.5rem 0 1rem;
}
.footer .footer-nav {
  flex: 0 0 19%;
}
.footer .footer-nav:nth-child(3) {
  flex: 0 0 12%;
}
.footer .footer-end {
  flex: 1;
}

@media (max-width: 767.98px) {
  .footer .flex-wrap {
    gap: 1rem 0;
  }
  .footer .footer-nav, .footer .footer-nav:nth-child(3), .footer .footer-end {
    flex: 1 1 100%;
  }
}
.f_social {
  clear: both;
  margin-bottom: 10px;
}
.f_social a {
  color: #fff;
  font-size: 2rem;
  display: inline-block;
  padding: 0 0.5rem;
}
.f_social .sicon {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNTIuOSAzMS44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNTIuOSAzMS44OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzAwNURBQTt9Cgkuc3Qxe2ZpbGw6I0VDMkUzMzt9Cgkuc3Qye2ZpbGw6I0ZGRkZGRjt9Cgkuc3Qze2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fQoJLnN0NHtmaWxsOiM1QUEyRDA7fQoJLnN0NXtmaWxsOiM5REM5RTM7fQoJLnN0NntmaWxsOm5vbmU7fQoJLnN0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8wMDAwMDEzMTM1Mjc1NDg4ODI1MzQ0NTQ4MDAwMDAxMzE1MjE0MDUwNzQ5NzE2ODA1M18pO30KCS5zdDh7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30KCS5zdDl7ZmlsbDojMDg2NkZGO30KPC9zdHlsZT4KPHJlY3QgeD0iLTMuMyIgeT0iLTUuMiIgY2xhc3M9InN0MCIgd2lkdGg9IjM2My4xIiBoZWlnaHQ9IjQyLjciLz4KPGcgaWQ9IkxheWVyXzEtMiI+Cgk8Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSIyODguMSIgY3k9IjE1LjYiIHI9IjE1LjYiLz4KCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik02Mi42LDBDNTQsMCw0Nyw3LDQ3LDE1LjZzNywxNS42LDE1LjYsMTUuNnMxNS42LTcsMTUuNi0xNS42UzcxLjIsMCw2Mi42LDB6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMTA5LjUsMGMtOC42LDAtMTUuNiw3LTE1LjYsMTUuNnM3LDE1LjYsMTUuNiwxNS42czE1LjYtNywxNS42LTE1LjZTMTE4LjEsMCwxMDkuNSwweiBNMTA2LjUsMjAuOGgtMi45di04LjkKCQloMi45VjIwLjh6IE0xMDUsMTAuN2MtMC45LDAtMS42LTAuNy0xLjYtMS42czAuNy0xLjYsMS42LTEuNnMxLjYsMC43LDEuNiwxLjZTMTA1LjksMTAuNywxMDUsMTAuN3ogTTExNi43LDIwLjhIMTE0di01LjIKCQljMCwwLDAtMS43LTEuNi0xLjVjMCwwLTEuMy0wLjEtMS41LDEuNnY1LjFoLTIuOHYtOC45aDIuNnYxLjJjMC42LTAuOSwxLjYtMS41LDIuNy0xLjRjMCwwLDMuMS0wLjMsMy4zLDMuMlYyMC44eiIvPgoJPGNpcmNsZSBjbGFzcz0ic3QyIiBjeD0iMTUuNiIgY3k9IjE1LjYiIHI9IjE1LjYiLz4KCTxnPgoJCTxnIGNsYXNzPSJzdDMiPgoJCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNSwxMS4yYzAuNywwLDEuMiwwLjMsMS42LDAuN2wtMC43LDAuN2MtMC4zLTAuMi0wLjUtMC40LTAuOS0wLjRjLTAuNywwLTEuMywwLjYtMS4zLDEuN3MwLjUsMS43LDEuMywxLjcKCQkJCWMwLjQsMCwwLjctMC4yLDEtMC41bDAuNywwLjdjLTAuNCwwLjUtMSwwLjgtMS43LDAuOGMtMS40LDAtMi41LTAuOS0yLjUtMi43QzIuNSwxMi4yLDMuNiwxMS4yLDUsMTEuMnoiLz4KCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTcuMywxMS40YzAtMC40LDAuMy0wLjYsMC43LTAuNnMwLjcsMC4zLDAuNywwLjZTOC40LDEyLDgsMTJDNy42LDEyLDcuMywxMS43LDcuMywxMS40eiBNNy40LDEyLjZoMS4ydjQKCQkJCUg3LjRWMTIuNnoiLz4KCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTkuNiwxMi42aDFsMC4xLDAuNWwwLDBjMC4zLTAuMywwLjctMC42LDEuMy0wLjZjMC45LDAsMS4zLDAuNiwxLjMsMS42djIuNWgtMS4ydi0yLjQKCQkJCWMwLTAuNi0wLjItMC44LTAuNS0wLjhzLTAuNSwwLjEtMC43LDAuNHYyLjdIOS42VjEyLjZ6Ii8+CgkJPC9nPgoJCTxnIGNsYXNzPSJzdDMiPgoJCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYuMSwxMi41YzAuNSwwLDAuOSwwLjIsMS4yLDAuNWwtMC41LDAuN2MtMC4yLTAuMi0wLjQtMC4yLTAuNi0wLjJjLTAuNiwwLTAuOSwwLjQtMC45LDEuMQoJCQkJYzAsMC43LDAuNCwxLjEsMC45LDEuMWMwLjMsMCwwLjUtMC4xLDAuNy0wLjNsMC41LDAuOGMtMC40LDAuMy0wLjksMC41LTEuMywwLjVjLTEuMSwwLTItMC44LTItMi4xQzE0LDEzLjMsMTUsMTIuNSwxNi4xLDEyLjV6IgoJCQkJLz4KCQk8L2c+CgkJPGcgY2xhc3M9InN0MyI+CgkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOS42LDEyLjVjMSwwLDIsMC44LDIsMi4xcy0wLjksMi4xLTIsMi4xYy0xLDAtMi0wLjgtMi0yLjFTMTguNiwxMi41LDE5LjYsMTIuNXogTTE5LjYsMTUuNwoJCQkJYzAuNSwwLDAuNy0wLjQsMC43LTEuMWMwLTAuNy0wLjMtMS4xLTAuNy0xLjFjLTAuNSwwLTAuNywwLjQtMC43LDEuMUMxOC44LDE1LjMsMTkuMSwxNS43LDE5LjYsMTUuN3oiLz4KCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIyLjQsMTIuNmgxbDAuMSwwLjVsMCwwYzAuMy0wLjMsMC43LTAuNiwxLjItMC42YzAuNiwwLDAuOSwwLjIsMS4xLDAuN2MwLjQtMC40LDAuNy0wLjcsMS4zLTAuNwoJCQkJYzAuOSwwLDEuMywwLjYsMS4zLDEuNnYyLjVoLTEuMnYtMi40YzAtMC42LTAuMi0wLjgtMC41LTAuOGMtMC4yLDAtMC40LDAuMS0wLjcsMC40djIuN2gtMS4ydi0yLjRjMC0wLjYtMC4yLTAuOC0wLjUtMC44CgkJCQljLTAuMiwwLTAuNCwwLjEtMC43LDAuNHYyLjdoLTEuMkMyMi40LDE2LjQsMjIuNCwxMi42LDIyLjQsMTIuNnoiLz4KCQk8L2c+CgkJPGcgY2xhc3M9InN0MyI+CgkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LDE4LjdoMS44YzEuMSwwLDIsMC4zLDIsMS4zYzAsMC41LTAuMywxLTAuOSwxLjFsMCwwYzAuOCwwLjEsMS4xLDAuNSwxLjEsMS4yYzAsMS4xLTAuOSwxLjYtMi4xLDEuNkg4CgkJCQlWMTguN3ogTTkuOCwyMC44YzAuNiwwLDAuOC0wLjMsMC44LTAuN2MwLTAuNC0wLjMtMC42LTAuOC0wLjZIOS4ydjEuMmgwLjZWMjAuOHogTTkuOSwyMy4xYzAuNywwLDEtMC4yLDEtMC43cy0wLjMtMC43LTEtMC43CgkJCQlIOS4ydjEuNEM5LjIsMjMuMSw5LjksMjMuMSw5LjksMjMuMXoiLz4KCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLjksMTguM2gxLjJ2NC41YzAsMC4zLDAuMSwwLjMsMC4yLDAuM2gwLjFsMC4xLDAuOWMtMC4xLDAuMS0wLjMsMC4xLTAuNiwwLjFjLTAuOCwwLTEuMS0wLjUtMS4xLTEuNAoJCQkJdi00LjRIMTIuOXoiLz4KCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE2LjksMTkuOWMxLDAsMiwwLjgsMiwyLjFjMCwxLjMtMC45LDIuMS0yLDIuMWMtMSwwLTItMC44LTItMi4xQzE1LDIwLjcsMTUuOSwxOS45LDE2LjksMTkuOXogTTE2LjksMjMuMQoJCQkJYzAuNSwwLDAuNy0wLjQsMC43LTEuMXMtMC4zLTEuMi0wLjctMS4yYy0wLjUsMC0wLjcsMC40LTAuNywxLjJDMTYuMiwyMi43LDE2LjQsMjMuMSwxNi45LDIzLjF6Ii8+CgkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMCwyMy45TDIwLDIzLjljLTAuMi0wLjItMC40LTAuNC0wLjQtMC43YzAtMC4zLDAuMi0wLjYsMC41LTAuOGwwLDBjLTAuMy0wLjItMC41LTAuNi0wLjUtMS4xCgkJCQljMC0xLDAuOC0xLjUsMS43LTEuNWMwLjIsMCwwLjQsMCwwLjYsMC4xaDEuNXYwLjloLTAuNmMwLjEsMC4xLDAuMSwwLjMsMC4xLDAuNWMwLDAuOS0wLjcsMS40LTEuNiwxLjRjLTAuMSwwLTAuMywwLTAuNS0wLjEKCQkJCWMtMC4xLDAuMS0wLjEsMC4yLTAuMSwwLjNjMCwwLjIsMC4yLDAuMywwLjYsMC4zSDIyYzEsMCwxLjUsMC4zLDEuNSwxYzAsMC44LTAuOSwxLjUtMi4zLDEuNWMtMC45LDAtMS43LTAuMy0xLjctMQoJCQkJQzE5LjUsMjQuNCwxOS43LDI0LjEsMjAsMjMuOXogTTIxLjMsMjVjMC41LDAsMC45LTAuMiwwLjktMC41cy0wLjItMC4zLTAuNi0wLjNoLTAuNGMtMC4zLDAtMC40LDAtMC42LTAuMQoJCQkJYy0wLjEsMC4xLTAuMiwwLjMtMC4yLDAuNEMyMC40LDI0LjgsMjAuOCwyNSwyMS4zLDI1eiBNMjEuOCwyMS4zYzAtMC40LTAuMi0wLjctMC42LTAuN3MtMC42LDAuMi0wLjYsMC43YzAsMC40LDAuMiwwLjcsMC42LDAuNwoJCQkJUzIxLjgsMjEuOCwyMS44LDIxLjN6Ii8+CgkJPC9nPgoJPC9nPgoJPGNpcmNsZSBjbGFzcz0ic3QyIiBjeD0iMTk4IiBjeT0iMTUuNiIgcj0iMTUuNiIvPgoJPHBhdGggY2xhc3M9InN0NCIgZD0iTTE5OCwzMC40Yy0wLjEsMC0wLjMsMC0wLjQtMC4xYy01LjItNS4yLTcuNi05LTgtMTNjMC0wLjMsMC4yLTAuNSwwLjQtMC41bDAsMGgzLjhjMC4yLDAsMC40LDAuMSwwLjUsMC40CgkJYzAuNiwyLDIuNywzLjIsNC44LDIuNmMxLjMtMC40LDIuMi0xLjQsMi42LTIuNmMwLjEtMC4yLDAuMy0wLjQsMC41LTAuNGgzLjZjMC4zLDAsMC41LDAuMiwwLjUsMC41bDAsMGwwLDBjLTAuNCwzLjktMi44LDcuOC04LDEzCgkJQzE5OC4zLDMwLjQsMTk4LjEsMzAuNCwxOTgsMzAuNHoiLz4KCTxwYXRoIGNsYXNzPSJzdDUiIGQ9Ik0yMDUuOCwxNS4zaC0zLjZjLTAuMiwwLTAuNC0wLjEtMC41LTAuNGMtMC42LTItMi43LTMuMi00LjgtMi42Yy0xLjMsMC40LTIuMiwxLjQtMi42LDIuNgoJCWMtMC4xLDAuMi0wLjMsMC40LTAuNSwwLjRIMTkwYy0wLjMsMC0wLjUtMC4yLTAuNS0wLjVsMCwwdi0wLjFjMC41LTMuOSwzLTgsOC0xM2MwLjItMC4yLDAuNS0wLjIsMC43LDBjNSw1LDcuNSw5LjEsOCwxMwoJCUMyMDYuMywxNSwyMDYuMSwxNS4zLDIwNS44LDE1LjNMMjA1LjgsMTUuM3oiLz4KPC9nPgo8cmVjdCBpZD0iUmVjdGFuZ2xlLXBhdGgiIHg9IjIzMS4zIiB5PSIzLjciIGNsYXNzPSJzdDYiIHdpZHRoPSIyMS42IiBoZWlnaHQ9IjI1LjIiLz4KPHBhdGggY2xhc3M9InN0MiIgZD0iTTI0Mi44LDAuNWMtOC42LDAtMTUuNiw3LTE1LjYsMTUuNnM3LDE1LjYsMTUuNiwxNS42czE1LjYtNywxNS42LTE1LjZTMjUxLjQsMC41LDI0Mi44LDAuNXogTTI0Ny40LDI1LjEKCWMtMC41LDAuNy0xLjIsMS40LTEuOSwxLjljLTAuOSwwLjctMiwxLjItMy4xLDEuNGMtMC45LDAuMi0xLjcsMC4zLTIuNiwwLjJjLTAuOSwwLTEuOC0wLjItMi43LTAuNWMtMC45LTAuNC0xLjgtMC45LTIuNS0xLjYKCWMtMS0wLjktMS44LTItMi4zLTMuMmMtMC4zLTAuOC0wLjUtMS42LTAuNi0yLjRjLTAuNC0yLjYsMC40LTUuMywyLjEtNy4zYzAuNS0wLjcsMS4yLTEuNCwyLTEuOWMwLjgtMC42LDEuNy0wLjksMi43LTEuMQoJYzEuNi0wLjMsMy4yLTAuMiw0LjcsMC4zYzAuMSwwLDAuMiwwLDAuMywwLjFjLTAuMSwwLjMtMC4zLDAuNy0wLjQsMWMtMC4xLDAuNC0wLjIsMC43LTAuMiwxLjFoLTAuMWMtMC42LTAuMi0xLjEtMC40LTEuNy0wLjQKCWMtMC40LDAtMC44LDAtMS4zLDBzLTEsMC4xLTEuNSwwLjNjLTAuNywwLjItMS40LDAuNy0yLDEuMmMtMC44LDAuNy0xLjQsMS41LTEuOCwyLjRjLTAuMiwwLjYtMC40LDEuMy0wLjUsMgoJYy0wLjEsMC42LTAuMSwxLjEsMCwxLjdjMC4xLDEsMC40LDEuOSwwLjgsMi43YzAuNCwwLjgsMSwxLjUsMS43LDJjMC44LDAuNywxLjgsMS4xLDIuOCwxLjNjMCwwLDAuMSwwLDAuMiwwYzAuNy0wLjMsMS40LTAuNywyLTEuMwoJYzAuNy0wLjYsMS4yLTEuMywxLjYtMi4xYzAuNC0wLjgsMC44LTEuOCwxLTIuN2MwLjItMC43LDAuMy0xLjcsMC41LTIuM2MwLjItMC42LDAuMi0xLjMsMC4zLTEuOWMwLjEtMS4zLDAuMS0yLjcsMC4xLTQuMQoJYzAtMC4zLDAtMC41LDAtMC44YzAsMCwwLTAuMSwwLTAuMnYtMC4xYy0wLjItMC41LTAuNC0xLTAuNi0xLjVjLTAuNy0xLjgtMS42LTMuNi0yLjYtNS4zbC0wLjEtMC4yVjMuN2MwLjEsMC4xLDAuMiwwLjIsMC4yLDAuMgoJYzAuNSwwLjUsMSwxLjEsMS40LDEuN2MwLjYsMC45LDEsMS45LDEuMywyLjljMC4zLDAuNywwLjQsMS41LDAuNSwyLjN2MC4xYzAsMCwwLDAuMSwwLDAuMmMwLjEsMCwwLjEsMCwwLjEsMC4xCgljMC40LDAuOSwwLjYsMS44LDAuOCwyLjhjMC4xLDAuOSwwLjIsMS43LDAuMiwyLjZjMCwxLjctMC40LDMuNC0xLjIsNWMtMC45LDEuOC0yLjMsMy41LTQsNC43Yy0wLjEsMC4xLTAuMiwwLjEtMC4zLDAuMmgwLjUKCWMxLjUtMC4xLDMtMC44LDQuMS0xLjljMC44LTAuOCwxLjMtMS44LDEuNi0yLjhjMC4yLTAuNywwLjMtMS41LDAuMy0yLjJjMC0wLjktMC4yLTEuOC0wLjUtMi42di0wLjFsMC43LTAuMgoJYzAuMi0wLjEsMC41LTAuMiwwLjctMC4zYzAuMS0wLjEsMC40LTAuMiwwLjYtMC4zYzAuMSwwLDAuMSwwLjEsMC4xLDAuMWMwLjMsMC43LDAuNCwxLjMsMC4zLDEuOGMwLjEsMC43LDAuMSwxLjUsMC4xLDIuMgoJQzI0OS4xLDIyLDI0OC41LDIzLjcsMjQ3LjQsMjUuMXogTTI1My4zLDkuMWMwLDAuNy0wLjIsMS40LTAuNCwyLjFjLTAuMiwwLjMtMC4zLDAuNi0wLjUsMC45Yy0wLjMsMC41LTAuNywxLTEuMSwxLjQKCWMtMC41LDAuNC0xLDAuNy0xLjYsMC44Yy0wLjUsMC4xLTEsMC0xLjUtMC4xYy0wLjUtMC4yLTEtMC41LTEuNC0wLjhjLTAuMS0wLjEtMC4yLTAuMi0wLjMtMC4zYzAuMSwwLDAuMS0wLjEsMC4yLTAuMQoJYzAuOC0wLjUsMS42LTEsMi4zLTEuNmMwLjYtMC40LDEuMi0wLjksMS43LTEuNWMwLjQtMC4zLDAuNi0wLjcsMC44LTEuMWMwLjEtMC4yLDAuMi0wLjQsMC4yLTAuNlY4LjFjLTEuMiwyLjItMy4zLDMuNy01LjcsNC4zCgljLTAuMS0wLjEtMC4xLTAuMS0wLjEtMC4xYy0wLjMtMC42LTAuNS0xLjItMC41LTEuOGMwLTAuOCwwLjItMS41LDAuNy0yLjFjMC4zLTAuMywwLjYtMC42LDEtMC44YzAuNi0wLjMsMS4xLTAuNSwxLjctMC43CgljMC4xLDAsMC4xLDAsMC4yLDBjMC44LTAuMiwxLjUtMC42LDItMS4yYzAuNC0wLjQsMC43LTAuOCwxLTEuM2wwLjEtMC4yYzAuMSwwLjEsMC4yLDAuMiwwLjIsMC4zYzAuMywwLjYsMC42LDEuMywwLjgsMgoJQzI1My4zLDcuNCwyNTMuNCw4LjMsMjUzLjMsOS4xeiIvPgo8Zz4KCTxnPgoJCTxnPgoJCQk8Zz4KCQkJCTxkZWZzPgoJCQkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeD0iMjc4LjUiIHk9IjkuNCIgd2lkdGg9IjIxLjMiIGhlaWdodD0iMTMuNSIvPgoJCQkJPC9kZWZzPgoJCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF8wMDAwMDE2Mzc3MzQxNzY5MDczMTAxNzUxMDAwMDAxNTQxNDM5OTQ2MTkyMDQ4NjU0N18iPgoJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+CgkJCQk8L2NsaXBQYXRoPgoJCQkJPGcgc3R5bGU9ImNsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMTYzNzczNDE3NjkwNzMxMDE3NTEwMDAwMDE1NDE0Mzk5NDYxOTIwNDg2NTQ3Xyk7Ij4KCQkJCQk8cGF0aCBjbGFzcz0ic3Q4IiBkPSJNMjg1LjMsMTUuMnYyLjNoMy44Yy0wLjQsMS44LTIsMy0zLjgsMi45Yy0yLjQsMC00LjMtMS45LTQuMy00LjNzMS45LTQuMyw0LjMtNC4zYzEsMCwyLDAuMywyLjcsMQoJCQkJCQlsMS44LTEuOGMtMS4yLTEuMi0yLjgtMS44LTQuNS0xLjhjLTMuNywwLTYuOCwzLTYuOCw2LjhzMyw2LjgsNi44LDYuOGMzLjQsMC4xLDYuNC0yLjUsNi41LTZjMC0wLjIsMC0wLjQsMC0wLjYKCQkJCQkJYzAtMC40LDAtMC44LTAuMS0xLjFMMjg1LjMsMTUuMnoiLz4KCQkJCQk8cG9seWdvbiBjbGFzcz0ic3Q4IiBwb2ludHM9IjI5OS44LDE1LjIgMjk3LjksMTUuMiAyOTcuOSwxMy4zIDI5NiwxMy4zIDI5NiwxNS4yIDI5NCwxNS4yIDI5NCwxNy4xIDI5NiwxNy4xIDI5NiwxOS4xIAoJCQkJCQkyOTcuOSwxOS4xIDI5Ny45LDE3LjEgMjk5LjgsMTcuMSAJCQkJCSIvPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L2c+CjxwYXRoIGNsYXNzPSJzdDkiIGQ9Ik0zMzUuNSwwYy04LjYsMC0xNS42LDctMTUuNiwxNS42czcsMTUuNiwxNS42LDE1LjZzMTUuNi03LDE1LjYtMTUuNlMzNDQuMSwwLDMzNS41LDB6Ii8+CjxnPgoJPHBvbHlnb24gY2xhc3M9InN0MiIgcG9pbnRzPSIxNTEuNywxOC43IDE1Ni42LDE1LjkgMTUxLjcsMTMuMSAJIi8+Cgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMTUzLjUsMGMtOC42LDAtMTUuNiw3LTE1LjYsMTUuNnM3LDE1LjYsMTUuNiwxNS42czE1LjYtNywxNS42LTE1LjZTMTYyLjEsMCwxNTMuNSwweiBNMTYyLjcsMjAuNQoJCWMtMC4yLDAuOC0wLjksMS40LTEuNywxLjdjLTEuNSwwLjQtNy40LDAuNC03LjQsMC40cy01LjksMC03LjQtMC40Yy0wLjgtMC4yLTEuNS0wLjgtMS43LTEuN2MtMC40LTEuNS0wLjQtNC42LTAuNC00LjYKCQlzMC0zLjEsMC40LTQuNmMwLjItMC44LDAuOS0xLjUsMS43LTEuN2MxLjUtMC40LDcuNC0wLjQsNy40LTAuNHM1LjksMCw3LjQsMC40YzAuOCwwLjIsMS41LDAuOSwxLjcsMS43YzAuNCwxLjUsMC40LDQuNiwwLjQsNC42CgkJUzE2My4xLDE5LDE2Mi43LDIwLjV6Ii8+CjwvZz4KPHBhdGggZD0iTTY0LjIsMTRsNi40LTcuNGgtMS41TDYzLjYsMTNsLTQuNC02LjRINTRsNi43LDkuN0w1NCwyNC4xaDEuNWw1LjgtNi44bDQuNyw2LjhoNS4xTDY0LjIsMTRMNjQuMiwxNHogTTYyLjIsMTYuNGwtMC43LTEKCWwtNS40LTcuN2gyLjNsNC4zLDYuMmwwLjcsMUw2OSwyM2gtMi4zTDYyLjIsMTYuNEw2Mi4yLDE2LjR6Ii8+CjxnIGlkPSJMb2dvIj4KCTxwYXRoIGlkPSJJbml0aWF0b3IiIGNsYXNzPSJzdDIiIGQ9Ik0zNTEuMSwxNS42YzAtOC42LTctMTUuNi0xNS42LTE1LjZjLTguNiwwLTE1LjYsNy0xNS42LDE1LjZjMCw3LjMsNSwxMy41LDExLjgsMTUuMVYyMC40aC0zLjIKCQl2LTQuOGgzLjJ2LTIuMWMwLTUuMywyLjQtNy44LDcuNi03LjhjMSwwLDIuNywwLjIsMy40LDAuNHY0LjNjLTAuNCwwLTEtMC4xLTEuOC0wLjFjLTIuNiwwLTMuNSwxLTMuNSwzLjV2MS43aDUuMWwtMC45LDQuOGgtNC4yCgkJdjEwLjdDMzQ1LjEsMzAuMiwzNTEuMSwyMy42LDM1MS4xLDE1LjZ6Ii8+Cgk8cGF0aCBpZD0iRiIgY2xhc3M9InN0NiIgZD0iTTM0MS42LDIwLjRsMC45LTQuOGgtNS4xdi0xLjdjMC0yLjUsMS0zLjUsMy41LTMuNWMwLjgsMCwxLjQsMCwxLjgsMC4xVjYuMmMtMC43LTAuMi0yLjQtMC40LTMuNC0wLjQKCQljLTUuMiwwLTcuNiwyLjUtNy42LDcuOHYyLjFoLTMuMnY0LjhoMy4ydjEwLjRjMS4yLDAuMywyLjUsMC41LDMuOCwwLjVjMC42LDAsMS4zLDAsMS45LTAuMVYyMC40SDM0MS42eiIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat;
  background-size: 352px 32px;
  display: inline-block;
  width: 33px;
  height: 32px;
  text-indent: -9000em;
  margin: 5px 3px;
}
.f_social .cb {
  background-position: 0 top;
}
.f_social .tw {
  background-position: -47px top;
}
.f_social .li {
  background-position: -94px top;
}
.f_social .yt {
  background-position: -138px top;
}
.f_social .cp {
  background-position: -182px top;
}
.f_social .via {
  background-position: -226px top;
}
.f_social .gp {
  background-position: -271px top;
}
.f_social .fb {
  background-position: -318px top;
}

.moduletable-topbanner {
  display: block;
  clear: both;
  width: 100%;
}

.custom-vidbanner {
  width: 100%;
  padding: 0;
  background: #004177;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.custom-vidbanner .h-vid {
  flex: 1;
  align-self: center;
  justify-self: center;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.custom-vidbanner .h-vid h1 {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.custom-topbanner {
  width: 100%;
  padding: 30px 40px;
  min-height: 480px;
  background-size: cover;
  background-color: #f9f9f9;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .custom-topbanner {
    padding: 30px 20px;
  }
}
.custom-topbanner .h-text {
  flex: 1 1 100%;
}
.custom-topbanner .h-text > div {
  margin-top: 70px;
}
.custom-topbanner .h-vid {
  flex: 1;
  align-self: center;
  justify-self: center;
  text-align: center;
}
.custom-topbanner .h-vid h1 {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.custom-topbanner h1 {
  color: #fff;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 500;
  padding: 30px 0 5px 0;
  margin: 0;
  max-width: 80%;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.custom-topbanner h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  padding: 20px 0 0;
}
.custom-topbanner p {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
  padding: 20px 0 10px 0;
  max-width: 75%;
}
.custom-topbanner a, .custom-topbanner a:visited {
  color: #fff;
  text-decoration: underline;
}
.custom-topbanner a:hover {
  color: #005DAA;
}
.custom-topbanner .button {
  float: left;
  margin: 0 20px 20px 0;
}

.moduletable-header {
  display: block;
  clear: both;
  width: 100%;
}

.custom-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.custom-header h1 {
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
  padding: 60px 40px;
  max-width: 600px;
}
.custom-header h2 {
  color: #fff;
  opacity: 0.6;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 0;
  margin: 15px 0 0;
  transition: opacity 0.3s ease-in-out;
}
.custom-header:lang(it) h1 {
  padding-bottom: 20px;
}
.custom-header:lang(it) p {
  color: #fff;
  margin: 0;
  padding: 0 40px 30px;
  max-width: 600px;
}

.header-shaded {
  display: flex;
  flex-flow: row nowrap;
  background-color: rgba(35, 31, 32, 0.6);
  padding: 10px 10px;
}
@media (max-width: 767.98px) {
  .header-shaded {
    flex-flow: row wrap;
  }
}
.header-shaded a:hover .cin-icon i, .header-shaded a:hover h2 {
  opacity: 1;
}
.header-shaded .hs-center {
  flex: 0 0 100%;
  margin: 20px auto;
}

:root {
  /* SU Colors */
  --mediumorange: #ff431b;
  --lightorange: #ff8e00;
  --mediumblue: #203299;
  --lightblue: #2b72d7;
  --black: #000000;
  --mediumgray: #707780;
  --darkgray: #404040;
  --lightgray: #adb3b8;
  --horizontal-body-padding: 1rem;
  --min-body-width: 320px;
  --responsive-width: 1100px;
  --max-content-width: 1200px;
  --logo-height: 45px;
  --logo-vertical-padding: 0.5rem;
  --logo-container-height: calc(var(--logo-height) + 2 * var(--logo-vertical-padding));
  --audience-nav-height: 3.125rem;
  --user-nav-height: 2rem;
  --mega-menu-height: 3.25rem;
  --inner-sub-menu-margin: 1rem;
  --chat-height: 10rem;
  --chat-width: 2.5rem;
}

.container-nav {
  /*********************
   SKIP LINKS
  **********************/
  /***************************
   PAGE CENTERING TRICK
  ****************************/
  /*****************************
   NAV TOGGLE BUTTONS {
   *****************************/
  /********************
   HAMBURGER Menu
  *********************/
  /************************
   TOP NAV
  *************************/
  /*********************
   NAV TOGGLE BUTTONS
   *********************/
  /********************************
   MEGA MENU 
  *********************************/
  /******************************
   MEGAMENU NAVIGATION
  *******************************/
  /****************************
   COMPLEX TOOLTIPS 
  *****************************/
}
.container-nav *:focus {
  outline: solid var(--clr-powder-blue) 2px;
  outline-offset: 2px;
}
.container-nav a {
  text-decoration: none;
  color: #005DAA;
}
.container-nav a:hover {
  text-decoration: none;
}
.container-nav .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.container-nav #skipnav_container {
  position: absolute;
  left: 1rem;
  top: 1rem;
  background-color: transparent;
  z-index: 2000;
  font-size: 1.125rem;
  font-weight: 400;
}
.container-nav #skipnav_container:focus-within {
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.5);
}
.container-nav #skipnav_container a {
  display: block;
  padding: 0.625rem 0.75rem;
}
.container-nav #skipnav_container a:focus {
  outline-offset: -6px;
  outline-color: var(--clr-white);
  background: var(--lightblue);
  color: var(--clr-white);
  text-decoration: none;
}
.container-nav #skipnav_container a + a {
  border-top: solid 2px var(--darkgray);
}
.container-nav .page-centered-content {
  max-width: var(--max-content-width);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--horizontal-body-padding);
  padding-right: var(--horizontal-body-padding);
}
.container-nav #page_header {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .container-nav :root {
    --horizontal-body-padding: 1.5rem;
  }
  .container-nav #page_header {
    position: relative;
  }
}
.container-nav .nav-toggle {
  background: var(--clr-white);
  color: var(--clr-grey-dark);
}
.container-nav .nav-toggle:focus {
  outline-color: var(--clr-powder-blue);
  outline-offset: -8px;
}
.container-nav .nav-toggle:hover {
  background: #005DAA;
  color: var(--clr-white);
}
.container-nav button.hamburger-toggle {
  border: none;
  color: var(--clr-white);
  background: #005DAA;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.5rem;
  position: absolute;
  right: var(--horizontal-body-padding);
  top: 1.5rem;
  height: 50px;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}
.container-nav button.hamburger-toggle:hover {
  background: var(--clr-powder-blue);
}
.container-nav button.hamburger-toggle:focus {
  outline-color: var(--clr-powder-blue);
}
.container-nav button.hamburger-toggle > * {
  pointer-events: none;
}
.container-nav button.hamburger-toggle > svg {
  flex: 1 1 1rem;
  width: auto;
  height: 100%;
  max-width: 3em;
}
.container-nav button.hamburger-toggle > div {
  flex: 0 0 auto;
  margin-top: 0.25rem;
}
.container-nav button.hamburger-toggle[aria-expanded=false] + #main_nav_container,
.container-nav button.hamburger-toggle[aria-expanded=false] + #main_nav_container + #main_nav {
  display: none;
}
@media screen and (min-width: 400px) {
  .container-nav button.hamburger-toggle {
    font-size: 0.875rem;
    font-weight: 400;
    right: var(--horizontal-body-padding);
  }
}
@media screen and (min-width: 1100px) {
  .container-nav button.hamburger-toggle {
    display: none;
  }
  .container-nav button.hamburger-toggle[aria-expanded=false] + #main_nav_container,
  .container-nav button.hamburger-toggle[aria-expanded=false] + #main_nav_container + #main_nav {
    display: block;
  }
}
.container-nav #top_nav {
  padding-bottom: 2rem;
  width: auto;
  max-width: 20rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 1100px) {
  .container-nav #top_nav {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    font-size: 1rem;
    padding-bottom: 0;
  }
}
.container-nav button.nav-toggle {
  padding: 0.625rem 1rem;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid var(--clr-powder-blue);
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
}
.container-nav button.nav-toggle > * {
  pointer-events: none;
}
.container-nav button.nav-toggle svg {
  height: 0.875rem;
  width: 0.875rem;
  position: relative;
  top: 1px;
  margin-left: 4px;
}
.container-nav button.nav-toggle[aria-expanded=false] svg.icon.down {
  /* display: inline; */
  display: none;
}
.container-nav button.nav-toggle[aria-expanded=false] svg.icon.up {
  display: none;
}
.container-nav button.nav-toggle[aria-expanded=true] svg.icon.down {
  display: none;
}
.container-nav button.nav-toggle[aria-expanded=true] svg.icon.up {
  /* display: inline; */
  display: none;
}
.container-nav button.nav-toggle[aria-expanded=false] + ul {
  display: none;
}
.container-nav button.nav-toggle[aria-expanded=true] + ul {
  /* display: block; */
  display: none;
}
.container-nav #user_nav button.nav-toggle,
.container-nav .mega-menu button.nav-toggle {
  margin-top: -2px;
}
.container-nav .mega-menu[data-menu-state] button.nav-toggle[aria-expanded=true] + .mega-sub-menu {
  display: block;
  color: #000;
}
.container-nav .mega-menu[data-menu-state] button.nav-toggle[aria-expanded=false] + .mega-sub-menu {
  display: none;
}
.container-nav .mega-sub-menu > div.image-column {
  display: none;
}
.container-nav #main_nav_container {
  z-index: 1000;
  position: relative;
  padding-top: 2px;
  box-shadow: none;
}
@media (max-width: 1099.98px) {
  .container-nav #main_nav_container {
    position: absolute;
    right: 1rem;
    left: 1rem;
    padding-top: 40px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.5);
  }
}
.container-nav #main_nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container-nav .mega-menu > ul > li {
  display: block;
}
.container-nav .mega-sub-menu {
  background: var(--clr-white);
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
  border-left: solid 1px var(--clr-powder-blue);
  border-right: solid 1px var(--clr-powder-blue);
  padding: 0;
}
.container-nav .mega-menu > ul > li:last-child .mega-sub-menu {
  border-bottom: solid 1px var(--clr-powder-blue);
}
.container-nav .mega-sub-menu ul {
  list-style: none;
  padding-left: 0;
}
.container-nav .mega-sub-menu ul li {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.container-nav .mega-sub-menu ul > li + li {
  border-top: solid 1px var(--clr-powder-blue);
}
.container-nav .mega-sub-menu ul li a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0.25rem;
  padding-right: 1rem;
  text-decoration: none;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: block;
}
.container-nav .mega-sub-menu ul li a:focus {
  outline-color: var(--clr-powder-blue);
  outline-offset: 0;
}
.container-nav .mega-sub-menu div.text-column + div.text-column > ul > li:first-child {
  border-top: solid 1px var(--mediumgray);
}
.container-nav .mega-sub-menu div.text-column + div.text-column > .mega-sub-heading {
  border-top: solid 2px var(--clr-cincom-blue);
}
.container-nav .mega-menu .mega-sub-heading {
  font-size: inherit;
  margin: 0;
  padding: 0.25rem 1rem;
  font-weight: 400;
  border-bottom: solid 2px var(--clr-cincom-blue);
}
@media screen and (min-width: 1100px) {
  .container-nav {
    /* add a "cushion" around the submenus to make it not close as easily */
    /* Full Column */
    /* Half Column */
  }
  .container-nav #main_nav_container {
    background: var(--clr-white);
    color: var(--clr-grey-dark);
    margin-top: 0;
    position: initial;
    z-index: auto;
  }
  .container-nav .mega-menu button.nav-toggle {
    padding: 0 0.5rem;
    color: var(--clr-grey-dark);
    background: var(--clr-white);
    font-size: 0.9rem;
    font-weight: 400;
    height: var(--mega-menu-height);
    display: block;
    width: auto;
    border-color: transparent;
    margin: 0;
  }
  .container-nav .mega-menu button.nav-toggle svg {
    margin-left: 1px;
  }
  .container-nav .mega-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
  }
  .container-nav .mega-menu > ul > li {
    display: inline-block;
    padding: 0;
  }
  .container-nav .mega-sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    border: none;
    background: rgb(237, 248, 254);
    background: radial-gradient(circle, rgb(237, 248, 254) 0%, rgb(255, 255, 255) 51%);
    background-position: left center;
    color: #000;
    list-style: none;
    padding: 1rem 3rem;
    z-index: 10;
    left: 0;
    min-width: calc(1100px - 2rem);
    transition: opacity 0.4s 1s;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    justify-content: space-between;
    align-items: center;
  }
  .container-nav .mega-sub-menu:before {
    content: "";
    background: transparent;
    display: block;
    z-index: -1;
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 20px);
    top: 0;
    left: -15px;
  }
  .container-nav .mega-sub-menu:focus {
    /* do not show focus outline on a div that is a programmatic tab stop */
    outline: none;
  }
  .container-nav .mega-sub-menu ul li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .container-nav .mega-sub-menu ul > li + li {
    border-top: none;
    break-inside: avoid-column;
  }
  .container-nav .mega-menu[data-menu-state] button.nav-toggle[aria-expanded=true] {
    color: var(--clr-cincom-blue);
  }
  .container-nav .mega-menu button.nav-toggle[aria-expanded]:hover {
    background: var(--clr-white);
    color: #005DAA;
  }
  .container-nav .mega-menu button.nav-toggle:focus {
    /* adjust the offset so the outline border is visible */
    outline-offset: -5px;
    outline-color: var(--clr-powder-blue);
  }
  .container-nav .mega-menu[data-menu-state] button.nav-toggle[aria-expanded=true]:focus {
    outline-color: var(--clr-powder-blue);
    color: #333;
  }
  .container-nav .mega-menu[data-menu-state] button.nav-toggle[aria-expanded=true] + .mega-sub-menu {
    display: flex;
  }
  .container-nav .mega-menu[data-menu-state] button.nav-toggle[aria-expanded=false] + .mega-sub-menu {
    display: none;
  }
  .container-nav .mega-sub-menu > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* there are 5 inner-sub-menu-margins that need to be distributed out across 4 columns */
    width: calc(50% - 1.25 * var(--inner-sub-menu-margin));
  }
  .container-nav .mega-sub-menu > div.double {
    width: calc(50% - 2.5 * var(--inner-sub-menu-margin) + var(--inner-sub-menu-margin));
  }
  .container-nav .mega-sub-menu > div.double > ul {
    column-count: 2;
    column-gap: var(--inner-sub-menu-margin);
  }
  .container-nav .mega-sub-menu > div.double > ul > li {
    break-inside: avoid;
  }
  .container-nav .mega-sub-menu > div + div {
    margin-left: var(--inner-sub-menu-margin);
  }
  .container-nav .mega-sub-menu > div.text-column {
    align-self: flex-start;
    align-items: flex-start;
  }
  .container-nav .mega-sub-menu > div.text-column > ul {
    list-style: none;
    padding-left: 0;
  }
  .container-nav .mega-sub-menu > div.text-column > ul li a {
    display: block;
    padding: 1px 0;
    text-decoration: none;
    margin: 0.25rem 0 0;
  }
  .container-nav .mega-sub-menu > div.text-column > ul li a:focus {
    outline-color: var(--clr-powder-blue);
    outline-offset: 2px;
  }
  .container-nav .mega-sub-menu > div.text-column > ul li a:hover {
    text-decoration: underline;
  }
  .container-nav .mega-sub-menu > div.full-column {
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 2rem;
  }
  .container-nav .mega-sub-menu > div.full-column > ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .container-nav .mega-sub-menu > div.full-column > ul.threecol li {
    flex: 0 0 33%;
  }
  .container-nav .mega-sub-menu > div.full-column > ul.twocol li {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1100px) and (max-width: 575.98px) {
  .container-nav .mega-sub-menu > div.full-column > ul.threecol li {
    flex: 0 0 100%;
  }
  .container-nav .mega-sub-menu > div.full-column > ul.twocol li {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 1100px) {
  .container-nav .mega-sub-menu > div.full-column > ul li a {
    display: block;
    padding: 1rem 1rem 1rem 0;
    text-decoration: none;
    margin: 0.25rem 0;
  }
  .container-nav .mega-sub-menu > div.full-column > ul li a:focus {
    outline-color: var(--clr-powder-blue);
    outline-offset: 2px;
  }
  .container-nav .mega-sub-menu > div.full-column > ul li a:hover {
    text-decoration: underline;
  }
  .container-nav .mega-sub-menu > div.half-column {
    align-self: flex-start;
    align-items: flex-start;
    width: 50%;
    padding: 2rem;
  }
  .container-nav .mega-sub-menu > div.half-column > ul {
    list-style: none;
    padding-left: 0;
  }
  .container-nav .mega-sub-menu > div.half-column > ul li a {
    display: block;
    padding: 1rem 1rem 1rem 0;
    text-decoration: none;
    margin: 0.25rem 0;
  }
  .container-nav .mega-sub-menu > div.half-column > ul li a div {
    display: block;
    font-size: 0.7rem;
  }
  .container-nav .mega-sub-menu > div.half-column > ul li a:focus {
    outline-color: var(--clr-powder-blue);
    outline-offset: 2px;
  }
  .container-nav .mega-sub-menu > div.half-column > ul li a:hover {
    text-decoration: underline;
  }
  .container-nav .mega-sub-menu > div > ul li a svg {
    margin: -0.2rem 0 0 -40px;
    float: left;
  }
  .container-nav .mega-sub-menu > div.image-column {
    display: block;
  }
  .container-nav .mega-sub-menu > div.image-column > a {
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
  .container-nav .mega-sub-menu > div.image-column > a:focus,
  .container-nav .mega-sub-menu > div.image-column > a:hover {
    outline-style: solid;
    outline-width: 3px;
    outline-color: var(--clr-powder-blue);
    outline-offset: 2px;
  }
  .container-nav .mega-sub-menu > div.image-column > a > img {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .container-nav .mega-menu .mega-sub-heading {
    font-size: inherit;
    margin: 0;
    padding: 0;
    font-weight: 400;
    border-bottom: none;
    font-size: 1.1rem;
    margin-left: -40px;
  }
  .container-nav .mega-sub-menu div.text-column + div.text-column > ul > li:first-child {
    border-top: none;
  }
  .container-nav .mega-sub-menu div.text-column + div.text-column > .mega-sub-heading {
    border-top: none;
  }
}
.container-nav .lang-flag {
  margin: 0 !important;
  float: none !important;
}
.container-nav .mega-sub-menu > div.full-column > ul li a div {
  display: inline;
}
.container-nav .mega-sub-menu > div.full-column > ul li a div span {
  display: block;
}
@media screen and (min-width: 1100px) {
  .container-nav .mega-sub-menu > div.full-column > ul li a {
    display: inline-block;
  }
  .container-nav .mega-sub-menu > div.full-column > ul li a span {
    display: block;
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .container-nav .mega-sub-menu > div.full-column > ul li a {
    font-size: 0.9rem;
  }
}
.container-nav a[has-complex-tooltip]:focus + div.complex-tooltip,
.container-nav a[has-complex-tooltip]:hover + div.complex-tooltip {
  visibility: visible;
  opacity: 1;
}
.container-nav div.complex-tooltip {
  visibility: hidden;
  background-color: var(--lightblue);
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.5);
  color: var(--clr-white);
  font-size: 0.875rem;
  text-align: center;
  border-radius: 6px;
  padding: 0.375rem;
  position: absolute;
  z-index: 10;
  top: auto;
  bottom: calc(100% + 0.75rem);
  left: calc(50% - 7rem); /* one-half of width */
  opacity: 0;
  transition: opacity 0.3s;
  white-space: normal;
  line-height: 1.5em;
  width: 14rem;
  margin: 0 0.375rem;
}

/****************************
 NAV--icon
*****************************/
/*.ni-{
	&cpq {
		background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><g fill="%230060A9"><path d="m19.3 7.2c-.1 0-.2 0-.2-.1-1.4-1.3-3.1-2.2-5.1-2.6s-4-.3-5.8.4c-.2.1-.3 0-.4-.2 0-.2 0-.4.2-.4 1.3-.7 2.8-1 4.2-1 2.8 0 5.5 1.3 7.3 3.4.1.1.1.3 0 .4 0 .1-.1.1-.2.1z"/><path d="m12.2 22.4c-2.8 0-5.5-1.3-7.3-3.4-.1-.1-.1-.3 0-.4s.3-.1.4 0c1.4 1.3 3.1 2.3 5.1 2.7s4 .3 5.8-.4c.2-.1.3 0 .4.2s0 .3-.2.4c-1.3.6-2.7.9-4.2.9z"/><path d="m12.2 25.7c-4.6 0-8.8-2.5-11.1-6.4-.1-.1 0-.3.1-.4s.3 0 .4.1c1.9 2.6 4.9 4.5 8.3 5.2s6.8.2 9.7-1.4c.1-.1.3 0 .4.1s0 .3-.1.4c-2.3 1.5-4.9 2.4-7.7 2.4z"/><path d="m23.1 6.9c-.1 0-.2 0-.2-.1-1.9-2.7-4.9-4.6-8.3-5.3s-6.8-.2-9.6 1.4c-.2.1-.3.1-.4 0-.1-.2-.1-.3.1-.4 2.2-1.6 4.8-2.5 7.5-2.5 4.6 0 8.8 2.5 11.1 6.4.1.1 0 .3-.1.4 0 0 0 .1-.1.1z"/></g><path d="m5.6 11c-.3-.4-.8-.6-1.5-.6-1.3 0-2.3 1.1-2.3 2.5 0 1.5 1 2.5 2.2 2.5.7 0 1.3-.3 1.6-.8l1.4 1.1c-.6.9-1.7 1.3-2.8 1.3-2.4 0-4.2-1.6-4.2-4.1s1.8-4.1 4.2-4.1c.9 0 2 .3 2.7 1.2z" fill="%23D51870"/><path d="m8.6 8.9h2.9c1.6 0 3 .5 3 2.4 0 1.8-1.3 2.4-2.9 2.4h-1.3v3.1h-1.7zm1.7 3.4h1.2c.6 0 1.2-.2 1.2-.9 0-.8-.8-.9-1.5-.9h-.9z" fill="%23D51870"/><path d="m23.2 15.2c.5-.7.8-1.5.8-2.4 0-2.3-1.8-4.1-4.1-4.1s-4.1 1.8-4.1 4.1 1.8 4.1 4.1 4.1c.7 0 1.3-.2 1.8-.4l1.1 1.1 1.3-1.3zm-5.7-2.5c0-1.3 1.1-2.4 2.4-2.4s2.4 1.1 2.4 2.4c0 .4-.1.9-.3 1.2l-.6-.6-1.3 1.3.4.4c-.2 0-.4.1-.6.1-1.3.1-2.4-1-2.4-2.4z" fill="%23D51870"/></svg>');
	}
	&smalltalk {
		background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><g fill-rule="evenodd"><path d="m7.28 8.62c-1.36 7.12 4.45 9.67 5.61 14.95h5.83c1.16-5.28 6.97-7.83 5.61-14.95-2.1-7.67-14.95-7.67-17.05 0z" fill="%23f17729"/><path d="m14.22 8.62c-.25 7.12.83 9.67 1.05 14.95h1.09c.21-5.28 1.3-7.83 1.05-14.95-.39-7.67-2.79-7.67-3.18 0zm-2.7 0c-.68 7.12 2.24 9.67 2.83 14.95h2.94c.58-5.28 3.51-7.83 2.83-14.95-1.07-7.67-7.52-7.67-8.59 0zm-2.64 0c-1.11 7.12 3.62 9.67 4.57 14.95h4.75c.95-5.28 5.67-7.83 4.57-14.95-1.71-7.67-12.17-7.67-13.88 0z" fill="white"/><g fill="%230060a9"><path d="m11.77 20.75c.49.87.88 1.8 1.12 2.83h5.83c.23-1.03.62-1.95 1.12-2.83z"/><path d="m13.54 24.88h4.53c.18 0 .33-.15.33-.33 0-.18-.15-.32-.33-.32h-4.53c-.18 0-.33.14-.33.32 0 .18.15.33.33.33z"/><path d="m14.11 27.89h3.4c.18 0 .32-.15.32-.33 0-.18-.14-.33-.32-.33h-3.4c-.18 0-.32.15-.32.33 0 .18.14.33.32.33z"/><path d="m15.8 27.23h-1.69l-.57-2.35h2.26 2.27l-.57 2.35z"/></g></g></svg>');
	}
}*/
/* Navigation Icon Colors */
.ni-cpq {
  transform: scale(0.8) translateY(10px);
  --clr1: #0060A9;
  --clr2: #D51870;
}
a:hover .ni-cpq {
  --clr2: #0060A9;
  --clr1: #D51870;
}

.ni-ccm {
  transform: scale(0.75) translateY(10px);
  --clr2: #51B748;
  --clr1: #1172BA;
}
a:hover .ni-ccm {
  --clr1: #51B748;
  --clr2: #1172BA;
}

.ni-smalltalk {
  transform: translateY(5px);
  --clr1: #f17729;
  --clr2: #0060a9;
}
a:hover .ni-smalltalk {
  --clr2: #f17729;
  --clr1: #0060a9;
}

.ni-mantis {
  transform: translateY(5px);
  --clr1: #5dbdeb;
  --clr2: #6e57a4;
}
a:hover .ni-mantis {
  --clr2: #5dbdeb;
  --clr1: #6e57a4;
}

.ni-control {
  transform: translateY(5px);
  --clr1: #6e57a4;
  --clr2: #5dbdeb;
}
a:hover .ni-control {
  --clr2: #6e57a4;
  --clr1: #5dbdeb;
}

.ni-supra {
  transform: translateY(5px);
  --clr1: #6e57a4;
  --clr2: #5dbdeb;
}
a:hover .ni-supra {
  --clr2: #6e57a4;
  --clr1: #5dbdeb;
}

.ni-ecm {
  --clr1: #0060a9;
  --clr2: #5EBEEB;
}
a:hover .ni-ecm {
  --clr2: #0060a9;
  --clr1: #5EBEEB;
}

.ni-cindoc {
  --clr1: #0060a9;
  --clr2: #5EBEEB;
}
a:hover .ni-cindoc {
  --clr2: #0060a9;
  --clr1: #5EBEEB;
}

.ni-devsol {
  --clr1: #0060a9;
  --clr2: #5EBEEB;
}
a:hover .ni-devsol {
  --clr2: #0060a9;
  --clr1: #5EBEEB;
}

.ni-cpq-iem {
  --clr1: #0060a9;
  --clr2: #d5186f;
}
a:hover .ni-cpq-iem {
  --clr2: #0060a9;
  --clr1: #d5186f;
}

.ni-cpq-sv {
  --clr1: #0060a9;
  --clr2: #d5186f;
}
a:hover .ni-cpq-sv {
  --clr2: #0060a9;
  --clr1: #d5186f;
}

.ni-cpq-htem {
  --clr1: #0060a9;
  --clr2: #d5186f;
}
a:hover .ni-cpq-htem {
  --clr2: #0060a9;
  --clr1: #d5186f;
}

.ni-cpq-hvac {
  --clr1: #0060a9;
  --clr2: #d5186f;
}
a:hover .ni-cpq-hvac {
  --clr2: #0060a9;
  --clr1: #d5186f;
}

.ni-cpq-med {
  --clr1: #0060a9;
  --clr2: #d5186f;
}
a:hover .ni-cpq-med {
  --clr2: #0060a9;
  --clr1: #d5186f;
}

.ni-ccm-fin {
  --clr1: #0060a9;
  --clr2: #00aa5b;
}
a:hover .ni-ccm-fin {
  --clr2: #0060a9;
  --clr1: #00aa5b;
}

.ni-ccm-health {
  --clr1: #0060a9;
  --clr2: #00aa5b;
}
a:hover .ni-ccm-health {
  --clr2: #0060a9;
  --clr1: #00aa5b;
}

.ni-ccm-life {
  --clr1: #0060a9;
  --clr2: #00aa5b;
}
a:hover .ni-ccm-life {
  --clr2: #0060a9;
  --clr1: #00aa5b;
}

.ni-ccm-prop {
  --clr1: #0060a9;
  --clr2: #00aa5b;
}
a:hover .ni-ccm-prop {
  --clr2: #0060a9;
  --clr1: #00aa5b;
}

.ni-resources {
  --clr1: #0060a9;
  --clr2: #5dbdeb;
}
a:hover .ni-resources {
  --clr2: #0060a9;
  --clr1: #5dbdeb;
}

.ni-partners {
  --clr1: #0060a9;
  --clr2: #5dbdeb;
}
a:hover .ni-partners {
  --clr2: #0060a9;
  --clr1: #5dbdeb;
}

.ni-aboutus {
  --clr1: #0060a9;
  --clr2: #5dbdeb;
}
a:hover .ni-aboutus {
  --clr2: #0060a9;
  --clr1: #5dbdeb;
}

.ni-events {
  --clr1: #5dbdeb;
  --clr2: #0060a9;
}
a:hover .ni-events {
  --clr2: #5dbdeb;
  --clr1: #0060a9;
}

.ni-news {
  --clr1: #5dbdeb;
  --clr2: #0060a9;
}
a:hover .ni-news {
  --clr2: #5dbdeb;
  --clr1: #0060a9;
}

.ni-careers {
  --clr1: #5dbdeb;
  --clr2: #0060a9;
}
a:hover .ni-careers {
  --clr2: #5dbdeb;
  --clr1: #0060a9;
}

@media screen and (max-width: 1099px) {
  .ni-cpq-iem,
  .ni-cpq-sv,
  .ni-cpq-htem,
  .ni-cpq-hvac,
  .ni-cpq-med,
  .ni-ccm-fin,
  .ni-ccm-health,
  .ni-ccm-life,
  .ni-ccm-prop,
  .ni-resources,
  .ni-partners,
  .ni-aboutus,
  .ni-events,
  .ni-news,
  .ni-careers {
    transform: translateY(5px);
  }
}
.subnav-wrap {
  position: absolute;
  margin: 0.25rem 0 0 0;
  padding: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}

.subnav-menu {
  list-style: none;
  margin: 0 -20em 0 40px;
  padding: 0;
  text-align: left;
  display: block;
  background: #005DAA;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
  width: 20em;
  line-height: 1;
  transition: all 0.5s ease;
  transform: translate3d(0, 0, 0);
}
.subnav-menu.hover {
  margin-right: 0;
}
.subnav-menu:after:after {
  content: "";
  display: table;
  clear: both;
}
.subnav-menu ul, .subnav-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.subnav-menu ul a, .subnav-menu li a {
  display: block;
  margin: 5px;
  padding: 5px 5px 5px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.subnav-menu ul a:hover, .subnav-menu li a:hover {
  color: #fff;
}
.subnav-menu:before {
  content: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/triangle.svg");
  height: 82px;
  width: 35px;
  display: block;
  font-weight: 700;
  padding: 20px 10px 20px 10px;
  background: #005DAA;
  color: #fff;
  margin: 0;
  border-radius: 8px 0 0 8px;
  position: absolute;
  left: -35px;
}

.nav-footer {
  background: rgba(0, 0, 0, 0.3);
  height: 30px;
}
@media (max-width: 767.98px) {
  .nav-footer {
    display: none;
  }
}
.nav-footer .nav-footer-center {
  float: right;
  position: relative;
  left: -50%;
}
.nav-footer .menu {
  position: relative;
  left: 50%;
  display: block;
  box-sizing: border-box;
  list-style: none;
  width: 100%;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.nav-footer .menu li {
  display: inline-block;
}
.nav-footer .menu li a {
  display: block;
  color: #fff;
  padding: 0 20px;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}
.nav-footer .menu li a:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  text-decoration: none;
}

.breadcrumb {
  list-style: none;
  display: block;
  margin: 6px 0;
  padding: 0;
  font-size: 12px;
  line-height: 2;
}
.breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb a {
  color: #005DAA;
}
.breadcrumb a:hover {
  color: #333;
}
.breadcrumb .icon-location {
  display: none;
}

.hs-form {
  text-align: left !important;
}

.hs-button.primary.large,
.hs-button {
  border-radius: 8px;
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  background: #03AB5C;
  color: #fff;
  transition: all 0.3s ease;
  font-weight: 500;
  border: none;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  width: auto;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .hs-button.primary.large,
  .hs-button {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .hs-button.primary.large,
  .hs-button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }
}
.hs-button.primary.large:hover,
.hs-button:hover {
  text-decoration: none !important;
  background: rgb(35, 53, 111) !important;
  border: none !important;
  box-shadow: none !important;
}

.btn-pink, .hs-button {
  background: rgb(213, 24, 111) !important;
}

.btn {
  padding: 0.85rem 2.5rem 1rem !important;
  display: inline-block !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  margin: 0 0.25rem 0 0 !important;
  font-size: 1rem !important;
  border-radius: 8px !important;
  border: 1px solid !important;
  text-decoration: none !important;
  max-width: 100% !important;
  text-shadow: none !important;
}
.btn:hover {
  text-decoration: none !important;
}
@media (max-width: 767.98px) {
  .btn {
    padding: 0.85rem 1rem 1rem !important;
  }
}

.btn-light {
  background: var(--clr-white);
  border: 1px solid var(--clr-soft-blue);
  color: #333 !important;
  transition: background 0.3s ease;
}
.btn-light:hover {
  background: var(--clr-very-light-blue);
}

.btn-green,
.hs-button.primary.large {
  background: var(--clr-success) !important;
  color: var(--clr-white) !important;
  transition: background 0.3s ease !important;
}
.btn-green:hover,
.hs-button.primary.large:hover {
  background: #039a53 !important;
}

.btn-gray {
  background: var(--clr-grey-medium);
  color: var(--clr-white) !important;
  transition: background 0.3s ease;
}
.btn-gray:hover {
  background: var(--clr-grey);
}

.btn-pink {
  background: var(--clr-deep-pink);
  color: var(--clr-white) !important;
  transition: background 0.3s ease;
}
.btn-pink:hover {
  background: #c10062;
}

.btn-scheduledemo span {
  padding: 0.75rem 2rem;
  display: block;
  line-height: 1;
  font-weight: 700;
  margin: 0 0.25rem 0 0;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid;
  text-decoration: none;
  max-width: 55ch;
  background: var(--clr-success) !important;
  color: var(--clr-white) !important;
  transition: background 0.3s ease;
}
@media (max-width: 1099.98px) {
  .btn-scheduledemo span {
    width: 100%;
    text-align: center;
  }
}
.btn-scheduledemo:hover span {
  background: #039a53 !important;
  text-decoration: none;
}
@media (max-width: 1099.98px) {
  .btn-scheduledemo {
    width: 100%;
    text-align: center;
    justify-content: center !important;
  }
}

.button {
  border-radius: 8px;
  padding: 5px 15px 5px 20px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  background: #03AB5C;
  color: #fff !important;
  transition: all 0.3s ease;
  font-weight: 500;
  border: none;
  box-shadow: none;
  text-decoration: none !important;
}
.button:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6.7px;
  border-color: transparent transparent transparent #fff;
  margin: 1px 0 0 -10px;
  display: block;
  position: absolute;
}
@media (max-width: 767.98px) {
  .button {
    font-size: 20px;
  }
}
.button:hover {
  text-decoration: none;
  background: #02894a;
  border: none !important;
  box-shadow: none !important;
}

.button-small {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #005DAA;
  border-radius: 8px;
  padding: 1px 10px;
  line-height: 1.7;
  font-weight: 500;
  border: none;
  margin: 0 5px;
}

.who-how-why {
  margin-top: 50px;
  /*
  & > label:before {
  	font-weight: normal;
  	margin-right: 10px;
  }

  & > label[for='who']:before { content: 'a'; }
  & > label[for='what']:before { content: 'b'; }
  & > label[for='why']:before { content: 'c'; }
  */
}
.who-how-why > section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #999;
}
@media (max-width: 767.98px) {
  .who-how-why > section {
    display: block;
    border: none;
  }
}
.who-how-why > input {
  display: none;
}
.who-how-why > label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px 25px;
  font-weight: 500;
  text-align: center;
  color: #999;
  transition: color 0.3s ease-in-out;
  background: -moz-linear-gradient(top, #f2f2f3 0%, #fff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f3 0%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f3 0%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 767.98px) {
  .who-how-why > label {
    display: none;
  }
}
.who-how-why > label:hover {
  color: #555;
  cursor: pointer;
}
.who-how-why > input:checked + label {
  color: #005DAA;
  border: 1px solid #999;
  border-top: 2px solid #005DAA;
  border-bottom: 1px solid #fff;
  background: -moz-linear-gradient(top, #ccdfee 0%, #fff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ccdfee 0%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ccdfee 0%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.who-how-why #who:checked ~ #who-content,
.who-how-why #how:checked ~ #how-content,
.who-how-why #why:checked ~ #why-content {
  display: block;
}

.cin-icon {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #005DAA;
}
.cin-icon i {
  background-image: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/cpq-icons.svg");
  background-size: 624px 127px;
  display: block;
  width: 70px;
  height: 70px;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}

.i-ds i {
  background-position: -134px -121px;
}

.i-ccm i {
  background-position: -64px -121px;
}

.i-cpq i {
  background-position: 6px -121px;
}

.i-erp i {
  background-position: -556px -62px;
}

.i-cin {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #005DAA;
  transition: all 0.2s ease;
}
.i-cin i {
  background-image: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/cpq-icons.svg");
  background-size: 624px 127px;
  background-repeat: no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  opacity: 0.6;
}

a:hover .i-cin {
  background-color: #03AB5C;
}
a:hover .i-cin i {
  opacity: 1;
}

.i-cpq-industrial i {
  background-position: -274px 5px;
}

.i-cpq-vehicle i {
  background-position: -345px 5px;
}

.i-cpq-medical i {
  background-position: -415px 5px;
}

.i-cpq-hightech i {
  background-position: -487px 5px;
}

.i-cpq-hvac i {
  background-position: 7px -62px;
}

.i-cpq-energy i {
  background-position: -556px 5px;
}

.txt-icon-left .i-cin {
  margin-left: -80px;
  float: left;
}

.i-step-one,
.i-step-two,
.i-step-three {
  background-image: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/i-steps.svg");
  background-size: 272px 70px;
  background-repeat: no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  display: block;
  float: left;
  margin-left: -80px;
}
.i-step-one:lang(fr),
.i-step-two:lang(fr),
.i-step-three:lang(fr) {
  background-image: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/i-steps-fr.svg");
}

.i-step-one {
  background-position: 0px 0px;
}

.i-step-two {
  background-position: -101px 0px;
}

.i-step-three {
  background-position: -202px 0px;
}

.i-res::before {
  display: block;
  content: "";
  margin: 0 auto 10px;
  background-image: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/i-res.svg");
  background-size: 473px 154px;
  background-repeat: no-repeat;
  width: 71px;
  height: 71px;
}

.i-blog::before {
  background-position: 0px 0px;
}

.i-casestudy::before {
  background-position: -322px -83px;
}

.i-checklist::before {
  background-position: -241px -83px;
}

.i-datasheet::before {
  background-position: -161px -83px;
}

.i-demo::before {
  background-position: 0px 0px;
}

.i-ebook::before {
  background-position: 0px -83px;
}

.i-infographic::before {
  background-position: 0px 0px;
}

.i-video::before {
  background-position: -241px 0px;
}

.i-statsheet::before {
  background-position: -322px 0px;
}

.i-webinar::before {
  background-position: 0px 0px;
}

.i-whitepaper::before {
  background-position: -80px 0px;
}

details {
  font-size: 1rem;
}

summary {
  font-weight: 700;
  background-color: transparent;
  padding: 0.75rem 3rem 0.75rem 0;
  margin-bottom: 0;
  outline: none;
  border-radius: none;
  cursor: pointer;
  position: relative;
}

details + details {
  border-top: 1px solid #ccc;
}

details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-top: -10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
details > summary::after {
  content: "›";
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 20px;
}

details[open] > summary::after {
  transform: rotate(90deg);
}

details > summary::-webkit-details-marker {
  display: none;
}

.summary-content {
  padding-bottom: 10px;
}
.summary-content p {
  margin-top: 0;
}
.summary-content p:last-child {
  margin-bottom: 0;
}

.accordion > input {
  display: none;
}
.accordion > label {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.7em;
  min-height: 0;
  font-size: 110%;
  outline: 0 !important;
  font-weight: bold;
  border-radius: 1px;
}
.accordion > input + label {
  background: #fff;
  font-weight: normal;
  color: #005DAA;
  border: 1px #eeeeee solid;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
}
.accordion > input + label + div {
  overflow: hidden;
  max-height: 0;
  background: rgba(0, 0, 0, 0.02);
  transition: all 0.5s ease;
  padding: 0 1em;
  margin-bottom: 10px;
}
.accordion > input:checked + label + div {
  max-height: 500em;
}
.accordion > input + label:after {
  position: absolute;
  right: 0.8em;
  font-size: 24px;
  line-height: 1.5;
  margin: 1px 0 0;
  padding: 0;
  content: "▼";
  opacity: 0.6;
}
.accordion > input:checked + label:after {
  content: "▲";
}

h3 + .accordion {
  margin-top: 20px;
}

.accordion-sections > input {
  display: none;
}
.accordion-sections > label {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.7em;
  min-height: 0;
  font-size: 110%;
  outline: 0 !important;
  font-weight: bold;
  border-radius: 1px;
}
.accordion-sections > input + label {
  background: #fff;
  font-weight: 400;
  color: #005DAA;
  border: 1px #eeeeee solid;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 30px;
}
.accordion-sections > input + label + div {
  overflow: hidden;
  max-height: 0;
  background: rgba(0, 0, 0, 0.02);
  transition: all 0.5s ease;
  padding: 0 1em;
  margin-bottom: 10px;
}
.accordion-sections > input:checked + label + div {
  max-height: 500em;
}
.accordion-sections > input + label:after {
  position: absolute;
  right: 0.8em;
  font-size: 46px;
  line-height: 1;
  margin: 2px 0 0;
  padding: 0;
  content: "+";
}
.accordion-sections > input:checked + label:after {
  content: "-";
}

.bg-bluegreen {
  background: #005daa;
  background: -moz-linear-gradient(left, #005daa 0%, #54b948 100%);
  background: -webkit-linear-gradient(left, #005daa 0%, #54b948 100%);
  background: linear-gradient(to right, #005daa 0%, #54b948 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#005daa", endColorstr="#54b948",GradientType=1 );
  border-radius: 2px;
}
.bg-bluegreen h2 {
  padding: 0 20px;
  margin: 10px 0;
}
.bg-bluegreen p {
  padding: 0 20px;
  margin: 0 0 30px 0;
}

.accordion-bluegreen > input {
  display: none;
}
.accordion-bluegreen > label {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 30px 55px 30px 65px;
  min-height: 0;
  outline: 0 !important;
}
.accordion-bluegreen > input + label {
  background: #005daa;
  background: -moz-linear-gradient(left, #005daa 0%, #54b948 100%);
  background: -webkit-linear-gradient(left, #005daa 0%, #54b948 100%);
  background: linear-gradient(to right, #005daa 0%, #54b948 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#005daa", endColorstr="#54b948",GradientType=1 );
  color: #fff;
  border-top: 1px #fff solid;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  position: relative;
  /*		
  		span {
  			color: $clr_cincom_green;
  			font-size: 80px;
  			line-height: 26px;
  			margin: 0 10px 0 0;
  			padding: 0;
  			vertical-align: middle;
  			display: inline-block;
  		}
  	*/
}
.accordion-bluegreen > input + label:nth-of-type(1)::before {
  content: "1";
}
.accordion-bluegreen > input + label:nth-of-type(2)::before {
  content: "2";
}
.accordion-bluegreen > input + label:nth-of-type(3)::before {
  content: "3";
}
.accordion-bluegreen > input + label::before {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 80px;
  color: #03AB5C;
}
.accordion-bluegreen > input + label + div {
  background: rgb(245, 245, 245) !important;
  overflow: hidden;
  max-height: 0;
  background: rgba(0, 0, 0, 0.02);
  transition: all 0.5s ease;
  padding: 0 1em;
  margin-bottom: 0px;
}
.accordion-bluegreen > input:checked + label + div {
  max-height: 500em;
  padding: 2em 1em 1em;
}
.accordion-bluegreen > input + label:after {
  position: absolute;
  right: 0.5em;
  top: 30%;
  font-size: 36px;
  line-height: 26px;
  margin: 3px 0 0;
  padding: 0;
  content: "▼";
}
.accordion-bluegreen > input:checked + label:after {
  content: "▲";
}

.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: block;
  margin: 0;
  padding: 0;
}
.pagination ul > li {
  display: inline-block;
}
.pagination ul > li > a,
.pagination ul > li > span {
  display: block;
  font-size: 18px;
  padding: 0 16px;
  margin: 0 10px 10px;
  line-height: 2;
  text-decoration: none;
  background-color: rgba(0, 93, 170, 0.1);
  border-radius: 8px;
  border: none;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: rgba(0, 93, 170, 0.6);
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #fff;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #f9f9f9;
  background-color: transparent;
  border: 1px #f9f9f9 solid;
  cursor: default;
  display: none;
}
.pagination .pagenav span {
  vertical-align: -2px;
}

/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
  transform-style: preserve-3d;
  border: 1px rgb(240, 240, 241) solid;
  margin: 5px;
  height: auto;
  /*  flip the pane when hovered */
}
.flip-container:hover .back {
  transform: rotateY(0deg);
}
.flip-container:hover .front {
  transform: rotateY(180deg);
}
.flip-container, .flip-container .front, .flip-container .back {
  width: 100%;
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  display: flex;
  width: 100%;
  height: 155px;
}
.flipper:hover {
  height: auto;
}
.flipper:hover .back {
  height: auto;
}

/* hide back of pane during swap */
.front {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  height: 155px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.front img {
  padding: 25px;
  max-height: 175px;
  width: auto;
}

/* hide back of pane during swap */
.back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  margin: 0;
  padding: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  transform: rotateY(0deg);
  background: #fff;
  display: flex;
  align-content: center;
  align-items: center;
}

/* back, initially hidden pane */
.back {
  transform: rotateY(-180deg);
  background: #fff;
}
.back p {
  margin: 0;
  padding: 0;
}

/* 	Some vertical flip updates */
.vertical.flip-container {
  position: relative;
}
.vertical .back {
  transform: rotateX(180deg);
}
.vertical.flip-container:hover .back {
  transform: rotateX(0deg);
}
.vertical.flip-container:hover .front {
  transform: rotateX(180deg);
}

.flex-valign {
  flex: 0 1 100%;
}

.search .search-query {
  border-radius: 2px;
  border: 1px #eee solid;
  padding: 4px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.search .search-query:focus {
  width: 200px;
  border: 1px #ccc solid;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .header-top .search {
    display: none;
  }
}

.skip {
  position: absolute;
  display: inline-block;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  background: #005DAA !important;
  color: #fff !important;
  padding: 10px;
}
.skip:active, .skip:focus, .skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  position: relative;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.logo_crawl .slick-slide img {
  aspect-ratio: auto 250/60;
  max-height: 60px;
}
@media (max-width: 767.98px) {
  .logo_crawl .slick-slide {
    padding: 0 1rem;
  }
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/fonts/slick.eot");
  src: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/fonts/slick.eot#iefix") format("embedded-opentype"), url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/fonts/slick.woff") format("woff"), url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/fonts/slick.ttf") format("truetype"), url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
.slick-prev[dir=rtl] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir=rtl] {
  content: "→";
}

.slick-next {
  right: -25px;
}
.slick-next[dir=rtl] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir=rtl] {
  content: "←";
}

/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.customer-stories .slick-dots li button:before {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #005DAA;
}

.logo_crawl {
  padding: 1rem 0;
}

.custom_customer_carousel {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto 20px;
  transition: padding 0.3s ease;
}
@media (max-width: 1099.98px) {
  .custom_customer_carousel {
    padding: 0 40px;
  }
}
@media (max-width: 767.98px) {
  .custom_customer_carousel {
    padding: 0 20px;
  }
}

.dropdown-menu {
  padding: 0.2rem 0;
  margin-top: 0.5rem;
  background-color: var(--clr-white);
  border-color: #555;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  display: none;
}

.dropdown-menu-end::after {
  right: 0.9rem;
  left: auto;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-toggle {
  cursor: pointer;
}

.starchart .sc-desc {
  color: #005DAA;
  text-align: right;
  padding-right: 1rem;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .starchart .sc-desc {
    width: 50%;
    font-size: 1rem;
    line-height: 1;
    padding: 0 1rem 1rem 0;
  }
  .starchart .sc-desc span.jp-text {
    margin-top: 5px;
  }
}
.starchart .sc-star {
  color: #005DAA;
  font-size: 2.5rem;
  padding-left: 1rem;
  line-height: 1;
  letter-spacing: 4px;
}
@media (max-width: 767.98px) {
  .starchart .sc-star {
    padding: 0 0 1rem 1rem;
    font-size: 1.5rem;
  }
}

.h3-callout {
  color: #333;
  font-size: clamp(2rem, 5.6875vw, 2.75rem);
  font-weight: 400;
  line-height: 1.2;
  background: var(--clr-white);
  padding: 2rem 3rem;
  border-radius: 8px;
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .h3-callout {
    margin-top: 1.5rem;
  }
}
.h3-callout strong {
  color: #005DAA;
  font-weight: 700;
  font-size: clamp(2.75rem, 5.6875vw, 5rem);
  line-height: 1;
}
.h3-callout + p {
  font-size: 0.8rem;
}

span.jp-text {
  display: block;
  font-size: 0.88rem;
  line-height: 1.5;
}

.h2-light span.jp-text {
  margin-top: 5px;
  font-size: 1.1rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .h2-light span.jp-text {
    line-height: 1.5;
  }
}

.h3-callout span.jp-text {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  color: #005DAA;
}

@media (max-width: 767.98px) {
  .cols-40:has(.h3-callout) {
    text-align: center;
  }
}
.section-heading {
  background: #005DAA;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  padding: 15px 0 10px 15px;
}

.block-block {
  display: block;
  width: 100%;
  max-width: 100%;
  clear: both;
}
.block-block h1 {
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .block-block {
    padding: 30px 0;
  }
}

.cta-block {
  display: block;
  width: 100%;
  max-width: 100%;
  clear: both;
}
.cta-block .btn {
  margin-top: 1rem !important;
}
@media (max-width: 767.98px) {
  .cta-block .h3-light, .cta-block .h3-light.jp, .cta-block .h3-light .jp {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.home .block-block {
  padding: 30px 0;
}

.block-flex {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  width: 100%;
  padding: 65px 0;
  clear: both;
}
.block-flex > .contain {
  flex: 1 1 100%;
}
@media (max-width: 767.98px) {
  .block-flex {
    padding: 30px 0;
  }
}

.home .block-flex {
  padding: 30px 0;
}

.triad-wrap {
  border-radius: 8px;
  margin: 20px 0 0;
  padding: 10px 20px 20px;
}
.triad-wrap h5 {
  font-weight: 500;
  font-size: 20px;
  padding: 0;
  margin: 0 0 20px 0;
  color: #005DAA;
}

.triad {
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  order: 3;
}
@media (max-width: 767.98px) {
  .triad {
    flex-flow: row wrap;
  }
}
.triad > div {
  flex: 0 1 33%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .triad > div {
    flex: 1 1 100%;
    padding: 20px 15px;
  }
}
.triad img {
  height: 40px;
  width: auto;
}
.triad h6 {
  margin: 5px 0 0 0;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
}

.block-block h2, .block-flex h2 {
  font-size: clamp(1.75rem, 5.6875vw, 2.25rem);
  font-weight: 400;
  line-height: 1.2;
}
.block-block p:not(.u-size-large):not(.u-size-small):not(.quote), .block-block li:not(.u-size-large):not(.u-size-small), .block-flex p:not(.u-size-large):not(.u-size-small):not(.quote), .block-flex li:not(.u-size-large):not(.u-size-small) {
  font-size: 16px;
}
.block-block p.quote, .block-flex p.quote {
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  position: relative;
}
.block-block p.quote:before, .block-flex p.quote:before {
  display: inline-block;
  content: "“";
}
.block-block p.quote:after, .block-flex p.quote:after {
  display: inline-block;
  content: "”";
}
.block-block h2 + p, .block-flex h2 + p {
  font-size: 20px;
}
.block-block .txt, .block-flex .txt {
  flex: 1 1 55%;
}
.block-block .txt-full, .block-flex .txt-full {
  flex: 1 1 100%;
}
.block-block .img, .block-flex .img {
  flex: 1 1 10%;
  padding: 0 20px;
}
.block-block .img .h6, .block-flex .img .h6 {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin: 18px 0 0;
  padding: 0;
  font-weight: 500;
  text-align: center;
  color: #005DAA;
}
@media (max-width: 991.98px) {
  .block-block .img, .block-flex .img {
    flex: 1 1 25%;
  }
}
@media (max-width: 767.98px) {
  .block-block .img, .block-flex .img {
    flex: 1 1 100%;
  }
}

.rounded {
  border-radius: 50%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.b-video-play {
  position: relative;
  margin: 20px auto;
  display: block;
  cursor: pointer;
  width: 91px;
  height: 104px;
  transition: all 0.3s ease;
  display: block;
  background: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/b-play-now.svg") no-repeat center center;
  background-size: contain;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
  -webkit-animation: pulse 2s infinite ease-in-out;
  -o-animation: pulse 2s infinite ease-in-out;
  -ms-animation: pulse 2s infinite ease-in-out;
  -moz-animation: pulse 2s infinite ease-in-out;
  animation: pulse 2s infinite ease-in-out;
}
.b-video-play:hover {
  opacity: 1;
  animation: none;
}

.b-video-play-fr {
  position: relative;
  margin: 20px auto;
  display: block;
  cursor: pointer;
  width: 91px;
  height: 104px;
  transition: all 0.3s ease;
  display: block;
  background: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/i-steps-fr.svg") no-repeat center center;
  background-size: contain;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
  -webkit-animation: pulse 2s infinite ease-in-out;
  -o-animation: pulse 2s infinite ease-in-out;
  -ms-animation: pulse 2s infinite ease-in-out;
  -moz-animation: pulse 2s infinite ease-in-out;
  animation: pulse 2s infinite ease-in-out;
}
.b-video-play-fr:hover {
  opacity: 1;
  animation: none;
}

.img-right .txt {
  order: 1;
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  .img-right .txt {
    padding-left: 0;
    order: 2;
  }
}
.img-right .img {
  order: 2;
}
@media (max-width: 767.98px) {
  .img-right .img {
    order: 1;
  }
}

.img-left .txt {
  order: 2;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .img-left .txt {
    padding-left: 0;
  }
}
.img-left .img {
  order: 1;
}

.txt-icon-left h3, .txt-icon-left h4, .txt-icon-left p, .txt-icon-left ul {
  margin-left: 85px;
}

.i-apps {
  background: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/app-icons.svg") no-repeat;
  background-size: 1260px 84px;
  display: inline-block;
  width: 84px;
  height: 84px;
  margin: 5px 3px;
  content: " ";
  line-height: 1;
}
.i-apps.monitor {
  background-position: 0 top;
}
.i-apps.checkmonitor {
  background-position: -85px top;
}
.i-apps.gearmonitor {
  background-position: -170px top;
}
.i-apps.windows {
  background-position: -255px top;
}
.i-apps.dollarcircle {
  background-position: -336px top;
}
.i-apps.dollarsquare {
  background-position: -420px top;
}
.i-apps.downgraph {
  background-position: -504px top;
}
.i-apps.user {
  background-position: -588px top;
}
.i-apps.cloudcheck {
  background-position: -672px top;
}
.i-apps.cloudcircuit {
  background-position: -755px top;
}
.i-apps.twolinks {
  background-position: -838px top;
}
.i-apps.link {
  background-position: -920px top;
}
.i-apps.cloudround {
  background-position: -1006px top;
}
.i-apps.colorgraph {
  background-position: -1085px top;
}
.i-apps.java {
  background-position: -1170px top;
}

.i-apps + p {
  margin-top: 0;
}

.banner .custom {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
  padding: 70px 0;
}
.banner .custom img {
  width: 200px;
  height: auto;
  float: right;
  margin: 0 10% 0 20px;
  width: 150px;
  margin-right: 0;
}
.banner .custom h1 {
  color: #fff;
  font-size: 32px;
  max-width: 600px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.banner .custom p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  max-width: 600px;
  line-height: 1.1;
  margin: 0;
  padding: 10px 0;
}

.choice-buttons {
  list-style: none;
  margin: 1.5em 0 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  width: 100%;
}
@media (max-width: 767.98px) {
  .choice-buttons {
    flex-flow: row wrap;
  }
}
@media (max-width: 767.98px) {
  .choice-buttons li {
    flex: 1 1 50%;
  }
}

.choice-button {
  background: var(--clr-white);
  color: #005DAA;
  padding: 0;
  border-radius: 5px;
  margin: 0 15px;
  display: block;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .choice-button {
    margin: 5px;
  }
}
.choice-button svg {
  width: 100%;
  height: auto;
}
.choice-button svg path {
  fill: #005DAA;
}
.choice-button:hover {
  text-decoration: none;
  background: var(--clr-powder-blue);
}

.choice-button.selected {
  background: #005DAA;
  color: #fff;
}
.choice-button.selected img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(120%) contrast(100%);
}
.choice-button.selected svg path {
  fill: var(--clr-white);
}
.choice-button.selected:hover {
  text-decoration: none;
  color: #fff;
}

.choice-description-item {
  background: var(--clr-very-light-blue);
  padding: 4rem 3rem 2rem;
  border-radius: 5px;
  margin-top: -2.5rem;
  display: none;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .choice-description-item {
    padding: 4rem 0rem 2rem;
  }
}

.is-visible {
  display: block;
}

.cpqi-quote {
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  text-indent: -0.5rem;
}
.cpqi-quote:before {
  content: "“";
}
.cpqi-quote:after {
  content: "”";
}

.cpqi-attrib {
  font-size: 1.5rem;
  font-weight: 400;
}
.cpqi-attrib:before {
  content: "—";
}

.ts-ms img {
  width: 100%;
  max-width: 460px;
  height: auto;
}
.ts-ms p {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 10px 0;
}

.cpqs-explore-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  margin: 50px 0 50px;
}
.cpqs-explore-nav .ce-item {
  flex: 0 0 19%;
  background-color: #fff;
  text-align: center;
  padding: 0 20px 20px;
}
.cpqs-explore-nav .ce-item p {
  margin: 10px 0;
}
.cpqs-explore-nav .ce-item a {
  color: rgb(213, 24, 111);
}
.cpqs-explore-nav .ce-item h3 a {
  color: #333;
}
@media (max-width: 767.98px) {
  .cpqs-explore-nav .ce-item {
    flex: 0 0 100%;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
  }
}

.cpqs-industries-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  margin: 50px 0 -30px;
}
.cpqs-industries-nav .ci-item {
  flex: 0 0 30%;
  background-color: #fff;
  text-align: center;
  padding: 0 20px 20px;
  margin-bottom: 80px;
}
.cpqs-industries-nav .ci-item p {
  margin: 10px 0;
}
.cpqs-industries-nav .ci-item a {
  color: rgb(213, 24, 111);
}
.cpqs-industries-nav .ci-item h3 a {
  color: #333;
}
@media (max-width: 767.98px) {
  .cpqs-industries-nav .ci-item {
    flex: 0 0 100%;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
  }
}

.i-cpqs {
  background-image: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/cpqsyn-icons.svg");
  background-size: 1032px 80px;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgb(35, 53, 111);
  text-align: center;
  margin: -40px auto 0;
}
@media (max-width: 767.98px) {
  .i-cpqs {
    margin: 0;
    float: left;
    margin: 20px;
  }
}

.i-integration {
  background-position: -565px 0;
}

.i-industries {
  background-position: -663px 0;
}

.i-partner {
  background-position: -758px 0;
}

.i-insights {
  background-position: -853px 0;
}

.i-about {
  background-position: -947px 0;
}

.i-managed {
  background-position: -473px 0;
}

.i-iem {
  background-position: 0 0;
}

.i-medical {
  background-position: -188px 0;
}

.i-vehicle {
  background-position: -94px 0;
}

.i-hightech {
  background-position: -379px 0;
}

.i-hvac {
  background-position: -283px 0;
}

.cpqs-explore-quote {
  background-image: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/dataserv.jpg");
  background-size: cover;
  background-position: center center;
  padding: 50px 40px;
}
.cpqs-explore-quote .quote {
  color: #fff;
  font-weight: 500;
  max-width: 270px;
  font-size: 18px;
}
.cpqs-explore-quote .attrib {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.cpqs-explore-quote .attrib a {
  color: #fff;
}

.colorblock-wrap {
  margin: 20px 0 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
}
@media (max-width: 767.98px) {
  .colorblock-wrap {
    height: 800px;
  }
}

.cb-explore {
  background-image: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/cpqsync-competitive-edge.jpg");
}

.cb-item {
  flex: 0 0 25%;
  text-align: center;
  position: relative;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  overflow: hidden;
}
.cb-item:nth-of-type(1) {
  background-color: rgba(255, 255, 255, 0.5);
}
.cb-item:nth-of-type(1):hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.cb-item:nth-of-type(2) {
  background-color: rgba(51, 51, 51, 0.7);
}
.cb-item:nth-of-type(2):hover {
  background-color: rgba(51, 51, 51, 0.9);
}
.cb-item:nth-of-type(3) {
  background-color: rgba(213, 24, 111, 0.7);
}
.cb-item:nth-of-type(3):hover {
  background-color: rgba(213, 24, 111, 0.9);
}
.cb-item:nth-of-type(4) {
  background-color: rgba(255, 255, 255, 0.5);
}
.cb-item:nth-of-type(4):hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.cb-item:nth-of-type(5) {
  background-color: rgba(51, 51, 51, 0.7);
}
.cb-item:nth-of-type(5):hover {
  background-color: rgba(51, 51, 51, 0.9);
}
.cb-item:nth-of-type(6) {
  background-color: rgba(213, 24, 111, 0.7);
}
.cb-item:nth-of-type(6):hover {
  background-color: rgba(213, 24, 111, 0.9);
}
.cb-item:nth-of-type(7) {
  background-color: transparent;
}
.cb-item:nth-of-type(7):hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.cb-item:nth-of-type(8) {
  background-color: rgba(51, 51, 51, 0.7);
}
.cb-item:nth-of-type(8):hover {
  background-color: rgba(51, 51, 51, 0.9);
}
@media (max-width: 767.98px) {
  .cb-item {
    flex: 0 0 50%;
    text-align: center;
    position: relative;
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
}
.cb-item .cbi-h3 {
  flex: 0 0 100%;
  font-size: 1.3em;
  opacity: 1;
  padding: 20px;
}
.cb-item .cbi-desc {
  flex: 0 0 100%;
  font-size: 1.1em;
  opacity: 0;
  display: none;
  transition: all 0.3s ease;
  padding: 20px;
}
.cb-item:hover .cbi-desc {
  display: block;
  opacity: 1;
}
.cb-item:hover .cbi-h3 {
  opacity: 0;
  display: none;
}

ul.cpqs-checks li {
  list-style: none;
  position: relative;
  background-color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 18px 10px 18px 40px;
  margin: 15px 0;
}
ul.cpqs-checks li:before {
  background-image: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/cpq-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: -30px;
  top: -6px;
  content: "";
}

.cpqs-about-mission {
  background: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/about-cpq-mission.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}
.cpqs-about-mission p {
  font-size: 38px;
  color: #fff;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  font-weight: 400;
}

.cpq-get-started-circle {
  background: #fff;
  border-radius: 50%;
  padding: 2rem;
  width: 300px;
  height: 300px;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  margin-right: 2rem;
}

/* Eloquence Specific */
.pb .pb-head {
  padding: 20px 0;
  background-color: var(--clr-white);
}
.pb .pb-body {
  padding: 60px 0;
  background-color: #005DAA;
}
.pb .pb-foot {
  padding: 20px 0;
  background-color: var(--clr-white);
}
.pb h2 {
  color: #005DAA;
  font-weight: 700;
  font-style: italic;
  font-size: 2.2rem;
}
.pb h2 em {
  font-weight: 400;
  font-style: normal;
}
.pb .ldg {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .pb .ldg {
    font-size: 2rem;
  }
}
.pb .ldg-lg {
  color: #fff;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
@media (max-width: 767.98px) {
  .pb .ldg-lg {
    font-size: 2.4rem;
  }
}

.panel-thanks {
  background: #f9f9f9;
}
.panel-thanks h3 {
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.panel-black .flex-wrap {
  align-items: center;
}
.panel-black h3 {
  font-weight: 400;
  font-size: 2.5rem;
  margin: 0;
  padding: 0 0 0 2rem;
  line-height: 1;
}
.panel-black p {
  margin: 0;
  padding: 0 0 0 2rem;
  line-height: 3.5;
}
.panel-black img {
  width: 100%;
  height: auto;
  max-width: 300px;
  text-align: right;
  padding-right: 2rem;
}

.banner-note {
  text-align: center;
  background: #005DAA;
  color: #fff;
  font-size: 1.3rem;
}
.banner-note a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #005DAA;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.5rem;
  transition: 0.3s background linear;
}
.banner-note a:hover {
  background: #03AB5C;
  color: #fff;
}

/* Style the ccm-tab */
.ccm-tab {
  overflow: hidden;
}

/* Style the buttons inside the ccm-tab */
.ccm-tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.5rem 2rem;
  transition: 0.3s;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .ccm-tab button {
    font-size: 1.2rem;
    padding: 0.5rem 1.3rem;
  }
}

/* Change background color of buttons on hover */
/* Create an active/current ccm-tablink class */
/* Style the ccm-tab content */
.ccm-tabcontent {
  display: none;
  padding: 1.5rem 2rem 2.5rem;
}
.ccm-tabcontent h3 {
  font-size: 160%;
}

.ccm-tabcontent.active {
  display: block;
}

.ccm-bu {
  background: #005DAA;
  color: #fff;
}

.ccm-it {
  background: rgb(27, 153, 213);
  color: #fff;
}

.i-time {
  background: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/i-time.svg") no-repeat bottom right;
  background-size: 150px;
  max-width: 40%;
}
@media (max-width: 767.98px) {
  .i-time {
    max-width: 100%;
  }
}

.i-gear {
  background: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/i-gear.svg") no-repeat bottom right;
  background-size: 150px;
  max-width: 40%;
}
@media (max-width: 767.98px) {
  .i-gear {
    font-size: 1.9rem;
    max-width: 100%;
  }
}

.moduletable-topbanner-ccm22 {
  display: block;
  clear: both;
  width: 100%;
}

.custom-topbanner-ccm22 {
  width: 100%;
  padding: 90px 0 60px;
  background-size: cover;
  background-position: right top;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .custom-topbanner-ccm22 {
    padding: 30px 20px;
    background-position: center top;
  }
}
.custom-topbanner-ccm22 .h-text {
  flex: 1 1 100%;
}
.custom-topbanner-ccm22 .h-text > div {
  margin-top: 70px;
}
.custom-topbanner-ccm22 h1 {
  color: #333;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
  padding: 0;
  margin: 0;
  max-width: 60%;
}
@media (max-width: 767.98px) {
  .custom-topbanner-ccm22 h1 {
    font-size: 30px;
    max-width: 100%;
  }
}
.custom-topbanner-ccm22 h2 {
  color: #333;
  font-size: 36px;
  font-weight: 400;
  padding: 20px 0 0;
  max-width: 60%;
}
.custom-topbanner-ccm22 p {
  color: #333;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 !important;
  padding: 20px 0 10px 0;
  max-width: 60%;
}
@media (max-width: 767.98px) {
  .custom-topbanner-ccm22 p {
    font-size: 16px;
    max-width: 100%;
  }
}
.custom-topbanner-ccm22 a, .custom-topbanner-ccm22 a:visited {
  color: #333;
  text-decoration: underline;
}
.custom-topbanner-ccm22 a:hover {
  color: #005DAA;
}
.custom-topbanner-ccm22 .button {
  float: left;
  margin: 0 20px 20px 0;
}

/* Eloquence 2022 Body */
.ccm-it .callout {
  color: #fff;
  font-size: 2.2rem;
  text-align: left;
  font-weight: 400;
  line-height: 1.3;
  max-width: 90%;
}
.ccm-it .callout em {
  font-weight: 700;
  font-size: 180%;
  line-height: 1;
  display: block;
}
@media (max-width: 767.98px) {
  .ccm-it .callout {
    font-size: 1.9rem;
    max-width: 100%;
  }
}

.ccm-bu .callout {
  color: #fff;
  font-size: 2rem;
  text-align: left;
  font-weight: 400;
  line-height: 1.3;
  max-width: 90%;
}
.ccm-bu .callout em {
  font-weight: 700;
  font-size: 180%;
  line-height: 1;
  display: block;
}
@media (max-width: 767.98px) {
  .ccm-bu .callout {
    font-size: 1.9rem;
    max-width: 100%;
  }
}

.callout-stars {
  text-align: center;
}
.callout-stars h2 {
  color: #005DAA;
  font-size: 3.3rem !important;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.callout-stars p {
  color: #005DAA;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.callout-stars img {
  margin: 0 auto 2rem auto;
  text-align: center;
  width: 100%;
  height: auto;
  max-width: 600px;
}
.callout-stars .starchart {
  margin: 0 auto 1rem;
  font-size: 1.5rem;
}
.callout-stars .starchart .sc-star {
  text-align: left;
  color: gold;
}

.quote .quote-text {
  font-size: 2rem;
  font-style: italic;
  text-align: left;
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .quote .quote-text {
    font-size: 1.4rem;
  }
}
.quote .quote-text:before {
  content: "“";
}
.quote .quote-text:after {
  content: "”";
}
.quote .quote-attrib {
  max-width: 80%;
  text-align: left;
  margin: 0 auto;
}
.quote .quote-attrib img {
  width: 220px;
  height: auto;
}

a.btn-research {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 0;
}
a.btn-research:hover {
  text-decoration: none !important;
  border: none;
}
a.btn-research img {
  max-width: 80%;
  margin-left: -20%;
}
a.btn-research span {
  display: block;
  font-weight: 500;
  background: #005DAA;
  color: #fff;
  line-height: 1.2;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  transition: 0.3s background linear;
  max-width: 80%;
  margin: 0 auto;
}
a.btn-research span:hover {
  color: #fff;
  background: #03AB5C;
}

.bg-header-blank {
  background: #f9f9f9;
  height: 1px;
  margin-bottom: 1rem;
}

.ccm-triptych-large h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
.ccm-triptych-large p {
  font-size: 1.2rem;
}
.ccm-triptych-col {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.ccm-triptych-col > div {
  flex: 0 0 100%;
}

.ccm-triptych-col > div:nth-of-type(2) {
  align-self: flex-end;
  justify-self: flex-end;
}

.ccm-get-started-circle {
  width: 100%;
  height: auto;
  max-width: 300px;
  text-align: right;
  padding-right: 2rem;
}

.about-timeline {
  display: block;
  width: 100%;
  position: relative;
  margin: 40px 0;
}
.about-timeline .tl-copy {
  display: block;
  float: left;
  padding: 50px 10px 5px 20px;
  max-width: 580px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .about-timeline .tl-copy {
    max-width: 350px;
  }
}
@media (max-width: 575.98px) {
  .about-timeline .tl-copy {
    padding-top: 0;
  }
}
.about-timeline .tl-copy h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  margin: 30px 0 15px 0;
  padding: 0;
}
.about-timeline .tl-copy h3 b {
  font-weight: 700;
}
.about-timeline .tl-copy p {
  font-size: 16px;
}
.about-timeline .tl-hero {
  margin-left: 30px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .about-timeline .tl-hero {
    max-width: 60%;
  }
}
@media (max-width: 575.98px) {
  .about-timeline .tl-hero {
    float: none;
    display: block;
    margin: 0;
  }
}
.about-timeline .tl-pager {
  z-index: 2;
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  border-spacing: 2px;
}
.about-timeline .tl-pager a {
  display: table-cell;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  padding: 5px 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.about-timeline .tl-pager a:hover {
  color: #798819;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .about-timeline .tl-pager {
    position: relative;
    display: block;
  }
  .about-timeline .tl-pager a {
    display: inline-block;
    width: 48%;
  }
}
.about-timeline .s1 {
  background: #005DAA url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/bg-timeline-01.png") no-repeat top left;
}
.about-timeline .s2 {
  background: #005DAA url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/bg-timeline-02.png") no-repeat top left;
}
.about-timeline .s3 {
  background: #005DAA url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/bg-timeline-03.png") no-repeat top left;
}
.about-timeline .s4 {
  background: #005DAA url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/bg-timeline-04.png") no-repeat top left;
}
.about-timeline .s5 {
  background: #005DAA url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/bg-timeline-05.png") no-repeat top left;
}
.about-timeline .s6 {
  background: #005DAA url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/bg-timeline-06.png") no-repeat top left;
}

.customer-stories .quote {
  color: #005DAA;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.2;
  margin: 20px auto 5px;
  max-width: 60%;
  text-align: center;
}
.customer-stories .quote:before {
  content: "“";
}
.customer-stories .quote:after {
  content: "”";
}
.customer-stories .attrib {
  color: #005DAA;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 20px;
  text-align: center;
}

.blog-teaser {
  padding: 1rem;
}
.blog-teaser img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.partners-list {
  display: flex;
  flex-flow: row wrap;
}
.partners-list > div {
  flex: 0 1 32%;
  padding: 10px;
}
@media (max-width: 991.98px) {
  .partners-list > div {
    flex: 0 1 48%;
    padding: 10px;
  }
}
@media (max-width: 767.98px) {
  .partners-list > div {
    flex: 0 1 98%;
    padding: 10px;
  }
}

.month-heading {
  background: #f9f9f9;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  margin: 20px 0;
  padding: 5px 10px;
  border-radius: 8px;
}

.js-stools-container-bar {
  margin: 20px 0;
}

.js-stools-container-main label {
  display: none;
}

.js-stools-field-filter {
  display: inline-block;
  margin: 0 30px 15px 15px;
}

.library {
  display: flex;
  flex-flow: row wrap;
}

.library-item {
  position: relative;
  flex: 0 0 33.333%;
  padding: 15px;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .library-item {
    flex: 0 0 33%;
  }
}
@media (max-width: 767.98px) {
  .library-item {
    flex: 0 0 50%;
  }
}
.library-item:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.library-item .item-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 110px;
  padding: 20px;
  background-color: rgba(0, 93, 170, 0.7);
  position: relative;
}
.library-item .item-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 93, 170, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.library-item h2 {
  flex: 1 1 100%;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 1.4;
}
.library-item h3 {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin: 10px 0 5px;
}
.library-item p {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
}
.library-item img {
  width: 100%;
  height: auto;
}
.library-item a {
  text-decoration: none;
  color: #333;
}
.library-item a:hover {
  text-decoration: none;
}
.library-item a:visited {
  color: #333;
}

:root {
  --wicpq-clr-dkblue: #23356e;
  --wicpq-clr-mdblue: #055faa;
  --wicpq-clr-pink: #d31872;
  --wicpq-clr-ltpurple: #6f58a5;
  --wicpq-clr-ltblue: #b9e2f6;
}

.wicpq .panel-white,
.wicpq .panel-gray,
.wicpq .panel-ltblue,
.wicpq .panel-gradient-2,
.wicpq .panel-purple,
.wicpq .panel-dkblue {
  padding: 8rem 0;
}

.wicpq .note {
  font-size: 0.8rem;
}

.grid-wrap-five {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.grid-wrap-four {
  display: grid;
  gap: 2rem 4rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.grid-wrap-three {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.grid-compare {
  display: grid;
  gap: 1rem 2rem;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
}

.grid-compare div h3 {
  border-bottom: 1px var(--clr-grey-medium) solid;
}

.grid-pad-wide {
  padding: 0 20%;
}

.wicqp-insidethis-bg {
  background: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/insidethis-bg.svg") no-repeat right bottom;
  background-size: 40%;
}
.wicqp-insidethis-bg ul {
  list-style-type: decimal;
}

.panel-purple {
  background: var(--wicpq-clr-ltpurple);
  color: #fff;
  padding: 40px 0;
  font-size: 1.5rem;
}

.panel-dkblue {
  background: var(--wicpq-clr-dkblue);
  color: #fff;
  padding: 40px 0;
  font-size: 1.5rem;
}

.panel-dkblue img {
  max-width: 90px;
  height: auto;
  margin: 0 auto;
}

.wicpq .panel-blue-lt {
  background: var(--wicpq-clr-ltblue);
  color: var(--wicpq-clr-dbblue);
  font-size: 1.5rem;
}

.wicpq .panel-purple {
  background: var(--wicpq-clr-ltpurple);
  color: #fff;
  font-size: 1.5rem;
}

.wicpq-btn-green {
  background: var(--clr-success);
  color: #fff;
  max-width: 80%;
  padding: 1.5rem;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  transition: background 0.3s ease;
}

.wicpq-btn-green:hover {
  background: #039a53;
  text-decoration: none;
  color: #fff;
}

.wicpq-btn-purple {
  background: rgba(255, 255, 255, 0.8);
  color: var(--wicpq-clr-ltpurple);
  max-width: 80%;
  padding: 1.5rem;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  transition: background 0.3s ease;
}

.wicpq-btn-purple:hover {
  background: rgb(255, 255, 255);
  text-decoration: none;
  color: var(--wicpq-clr-ltpurple);
}

.wicpq-ipnav {
  background: var(--wicpq-clr-mdblue);
  padding: 2rem;
  border-radius: 8px;
  color: #fff;
  width: 75%;
  margin-bottom: 10rem;
}

@media all and (max-width: 767px) {
  .wicpq-ipnav {
    width: 100%;
    margin-bottom: 0;
  }
  .wicqp-insidethis-bg,
  .dollar-chair-bg,
  .standing-contract-bg,
  .howdoyouknow-bg {
    background: none;
    padding: 2rem 0 !important;
  }
}
.wicpq-ipnav a {
  color: #fff;
  text-decoration: none;
}

.wicpq-ipnav a:hover {
  text-decoration: underline;
}

.wicpq-number {
  display: block;
  max-width: 90px;
  height: auto;
  margin: 1rem auto;
}

.wicpq .h2-light {
  margin-bottom: 3rem !important;
}

.type2 summary {
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.5rem;
}

.type2 .tab-content {
  padding: 1rem;
  background: #fff;
  border-radius: 8px;
}
.type2 .tab-content p {
  margin-top: 10px;
}

#wic_1 summary {
  color: var(--wicpq-clr-pink);
  font-weight: bold;
  font-size: 1.2rem;
}

#wic_1 .tab-content {
  padding-bottom: 5rem;
}

.type1 .tab-content h3,
.type2 .tab-content h3 {
  font-weight: bold;
  line-height: 1.5;
}

.compare-instructions {
  color: #999;
  margin: 0;
  font-style: italic;
}

#wic_1 .tab-content h3 img {
  display: inline-block;
  max-width: 40px;
  height: auto;
  margin-right: 0.5rem;
  vertical-align: -10px;
}

.tab-content.flex-wrap .inner-block {
  flex: 1;
}
.tab-content.flex-wrap .flex-img {
  max-width: 55%;
  padding-left: 5%;
}
.tab-content.flex-wrap .flex-img img {
  max-width: 100%;
  height: auto;
}

.wicpq .panel-ltblue .quote,
.wicpq .panel-ltblue .attrib,
.wicpq .panel-ltblue .note {
  color: var(--wicpq-clr-dkblue);
}

.wicpq .quote {
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  position: relative;
}

.wicpq .quote:before {
  display: inline-block;
  content: "“";
}

.wicpq .quote:after {
  display: inline-block;
  content: "”";
}

.wicpq .attrib {
  font-weight: 400;
}

.wicpq .attrib + .note {
  font-weight: 400;
}

.wicpq-check-tbl {
  width: 100%;
}

.wicpq-ip5 th,
.wicpq-check-tbl th {
  background: var(--wicpq-clr-ltblue);
  text-align: left;
  padding: 1rem;
}

.wicpq-ip5 td,
.wicpq-check-tbl td {
  padding: 1rem;
}

.wicpq-ip5 td:nth-of-type(1) {
  width: 30%;
}

.wicpq-ip5 tr:nth-of-type(2n+1),
.wicpq-check-tbl tr:nth-of-type(2n+1) {
  background: #efefef;
}

.checkbox-wrapper-fancy *,
.checkbox-wrapper-fancy *::before,
.checkbox-wrapper-fancy *::after {
  box-sizing: border-box;
}

.checkbox-wrapper-fancy label {
  display: block;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.checkbox-wrapper-fancy input {
  visibility: hidden;
  display: none;
}

.checkbox-wrapper-fancy input:checked ~ .checkbox {
  transform: rotate(45deg);
  width: 14px;
  margin-left: 12px;
  border-color: var(--wicpq-clr-pink);
  border-width: 5px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 0;
}

.checkbox-wrapper-fancy .checkbox {
  display: block;
  width: inherit;
  height: inherit;
  border: 2px solid var(--clr-grey-medium);
  border-radius: 6px;
  transition: all 0.375s;
}

:root {
  --clr-cincom-blue: #005DAA;
}

.panel-gradient-careers {
  position: relative;
  padding: 60px 0;
  background: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/bg-gradient-careers.svg") no-repeat center center;
  background-size: cover;
}

.panel-blue-medium {
  position: relative;
  padding: 60px 0;
  background: #0097D7;
}

.careers .st0 {
  fill: #FFFFFF;
}
.careers .st1 {
  fill: none;
  stroke: var(--clr-cincom-blue);
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.careers .st2 {
  fill: var(--clr-cincom-blue);
  transition: all 0.3s ease-in-out;
}
.careers .st3 {
  fill: var(--clr-success);
  transition: all 0.3s ease-in-out;
}
.careers .cn_nav:hover .st2 {
  fill: var(--clr-success);
  transition: all 0.3s ease-in-out;
}
.careers p {
  font-size: 1.3rem;
}

.cg_nav:hover .wedges > path {
  fill: var(--clr-cincom-blue);
}

@media all and (max-width: 700px) {
  .careers-global-map-container {
    overflow-x: scroll;
  }
  .careers-global-map-container > div {
    min-width: 700px;
  }
}
.tippy-box[data-theme~=cincom] {
  width: 220px;
  padding: 0.75rem 0.5rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: #fff;
  color: #000;
}

.tippy-box[data-theme~=cincom] img {
  border-radius: 8px 8px 2px 2px;
}

.tippy-box[data-theme~=cincom] h4 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.career-masonry-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
.career-masonry-gallery div {
  height: minmax(40vw, 30vw);
  line-height: 1;
  margin: 0;
  flex: 1 0 auto;
}
.career-masonry-gallery div:nth-child(5n+1) {
  width: 33%;
}
.career-masonry-gallery div:nth-child(5n+2) {
  width: 66%;
}
.career-masonry-gallery div:nth-child(5n+3) {
  width: 66%;
}
.career-masonry-gallery div:nth-child(5n+4) {
  width: 33%;
}
.career-masonry-gallery div:nth-child(5n) {
  width: 100%;
}
.career-masonry-gallery div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.outreach-masonry-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
.outreach-masonry-gallery div {
  height: minmax(40vw, 30vw);
  line-height: 1;
  margin: 0;
  flex: 1 0 auto;
}
.outreach-masonry-gallery div:nth-child(4n+1) {
  width: 33%;
}
.outreach-masonry-gallery div:nth-child(4n+2) {
  width: 66%;
}
.outreach-masonry-gallery div:nth-child(4n+3) {
  width: 66%;
}
.outreach-masonry-gallery div:nth-child(4n+4) {
  width: 33%;
}
.outreach-masonry-gallery div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.benefit-grid {
  margin-top: 40px;
  display: grid;
  gap: 4rem 6rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  justify-items: center;
  align-items: center;
}

a.anchor-offset {
  display: block;
  position: relative;
  top: -105px;
  visibility: hidden;
}

/**
* Back to Top
*/
.back-to-top-link {
  display: none;
  position: fixed;
  right: 150px;
  bottom: 15px;
  line-height: 1;
  z-index: 10000;
  color: var(--clr-cincom-blue) !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  pointer-events: all;
  background: none;
  opacity: 0;
  font-size: 60px;
  transition: all 0.3s ease;
}

.back-to-top-link.visible {
  display: block;
  opacity: 0.5;
}

.back-to-top-link:hover, .back-to-top-link:focus {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .back-to-top-link {
    right: 5%;
  }
  .Blog-Basic .back-to-top-link {
    bottom: 60px;
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/loading.gif") no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/controls.png") no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/controls.png") no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/controls.png") no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

.oldie {
  /* { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } */
}

/* ================================================= 
utility setting
================================================= */
/* device */
.u-sp {
  display: none;
}
@media (max-width: 767.98px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: inline;
  }
}

/* align */
.u-align-left {
  text-align: left;
}
.u-align-center {
  text-align: center;
}
.u-align-right {
  text-align: right;
}

/* flex */
.u-flex-row {
  flex-direction: row-reverse;
}
.u-flex-aligncenter {
  align-items: center;
}

/* width */
.u-width-960 .contain {
  max-width: 960px;
  margin: auto;
}
.u-width-small .contain {
  max-width: 900px;
  margin: auto;
}

/* padding,margin */
.u-padding-topnone {
  padding-top: 0 !important;
}
.u-padding-bottomnone {
  padding-bottom: 0 !important;
}

.u-sectionpadding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.u-sectionpadding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.u-sectionpadding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.u-sectionpadding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.u-sectionpadding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.u-sectionpadding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.u-sectionpadding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.u-sectionpadding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.u-sectionpadding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.u-sectionpadding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.u-margin-topnone {
  margin-top: 0 !important;
}
.u-margin-bottomnone {
  margin-bottom: 0 !important;
}
.u-margin-top10 {
  margin-top: 10px;
}
.u-margin-top20 {
  margin-top: 20px;
}
.u-margin-top30 {
  margin-top: 30px;
}
.u-margin-top40 {
  margin-top: 40px;
}
.u-margin-top50 {
  margin-top: 50px;
}
.u-margin-top60 {
  margin-top: 60px;
}
.u-margin-top70 {
  margin-top: 70px;
}
.u-margin-top80 {
  margin-top: 80px;
}
.u-margin-top90 {
  margin-top: 90px;
}
.u-margin-top100 {
  margin-top: 100px;
}
.u-margin-bottom10 {
  margin-bottom: 10px;
}
.u-margin-bottom20 {
  margin-bottom: 20px;
}
.u-margin-bottom30 {
  margin-bottom: 30px;
}
.u-margin-bottom40 {
  margin-bottom: 40px;
}
.u-margin-bottom50 {
  margin-bottom: 50px;
}
.u-margin-bottom60 {
  margin-bottom: 60px;
}
.u-margin-bottom70 {
  margin-bottom: 70px;
}
.u-margin-bottom80 {
  margin-bottom: 80px;
}
.u-margin-bottom90 {
  margin-bottom: 90px;
}
.u-margin-bottom100 {
  margin-bottom: 100px;
}

/* textcolor */
.u-textcolor-white *:not(a) {
  color: white !important;
}

/* font-size */
.u-size-large {
  font-size: 1.5rem;
}
.u-size-small {
  font-size: 0.88rem;
}
@media (max-width: 767.98px) {
  .u-size-large {
    font-size: 1.15rem;
  }
}

/* background */
.u-bg-gray {
  background-color: #F3F3F3;
}
.u-bg-lightblue {
  background: #edf8fe;
  background: radial-gradient(circle, #edf8fe 0%, #ede9f3 100%);
  background-position: left center;
}
.u-bg-blue {
  background-color: #0097D7;
}
.u-bg-darkblue {
  background-color: #23356e;
}
.u-bg-navyblue {
  background-color: #005DAA;
}
.u-bg-purple {
  background-color: var(--wicpq-clr-ltpurple);
}
.u-bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* ================================================= 
flex setting
================================================= */
.Row,
[class^=Row--],
[class*=" Row--"] {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

/* Column */
.Column, [class*=" Column-"], [class^=Column-] {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.Column--2_5 {
  width: 20%;
}

.ColumnOffset--2_5 {
  margin-left: 20%;
}

.Column--1 {
  width: 8.33333%;
}

.ColumnOffset--0 {
  margin-left: 0%;
}

.Column--2 {
  width: 16.66667%;
}

.ColumnOffset--1 {
  margin-left: 8.33333%;
}

.Column--3 {
  width: 25%;
}

.ColumnOffset--2 {
  margin-left: 16.66667%;
}

.Column--4 {
  width: 33.33333%;
}

.ColumnOffset--3 {
  margin-left: 25%;
}

.Column--5 {
  width: 41.66667%;
}

.ColumnOffset--4 {
  margin-left: 33.33333%;
}

.Column--6 {
  width: 50%;
}

.ColumnOffset--5 {
  margin-left: 41.66667%;
}

.Column--7 {
  width: 58.33333%;
}

.ColumnOffset--6 {
  margin-left: 50%;
}

.Column--8 {
  width: 66.66667%;
}

.ColumnOffset--7 {
  margin-left: 58.33333%;
}

.Column--9 {
  width: 75%;
}

.ColumnOffset--8 {
  margin-left: 66.66667%;
}

.Column--10 {
  width: 83.33333%;
}

.ColumnOffset--9 {
  margin-left: 75%;
}

.Column--11 {
  width: 91.66667%;
}

.ColumnOffset--10 {
  margin-left: 83.33333%;
}

.Column--12 {
  width: 100%;
}

.ColumnOffset--11 {
  margin-left: 91.66667%;
}

@media (max-width: 1599px) {
  .Column--xxLarge-1 {
    width: 8.33333%;
  }
  .ColumnOffset--xxLarge-0 {
    margin-left: 0%;
  }
  .Column--xxLarge-2 {
    width: 16.66667%;
  }
  .ColumnOffset--xxLarge-1 {
    margin-left: 8.33333%;
  }
  .Column--xxLarge-3 {
    width: 25%;
  }
  .ColumnOffset--xxLarge-2 {
    margin-left: 16.66667%;
  }
  .Column--xxLarge-4 {
    width: 33.33333%;
  }
  .ColumnOffset--xxLarge-3 {
    margin-left: 25%;
  }
  .Column--xxLarge-5 {
    width: 41.66667%;
  }
  .ColumnOffset--xxLarge-4 {
    margin-left: 33.33333%;
  }
  .Column--xxLarge-6 {
    width: 50%;
  }
  .ColumnOffset--xxLarge-5 {
    margin-left: 41.66667%;
  }
  .Column--xxLarge-7 {
    width: 58.33333%;
  }
  .ColumnOffset--xxLarge-6 {
    margin-left: 50%;
  }
  .Column--xxLarge-8 {
    width: 66.66667%;
  }
  .ColumnOffset--xxLarge-7 {
    margin-left: 58.33333%;
  }
  .Column--xxLarge-9 {
    width: 75%;
  }
  .ColumnOffset--xxLarge-8 {
    margin-left: 66.66667%;
  }
  .Column--xxLarge-10 {
    width: 83.33333%;
  }
  .ColumnOffset--xxLarge-9 {
    margin-left: 75%;
  }
  .Column--xxLarge-11 {
    width: 91.66667%;
  }
  .ColumnOffset--xxLarge-10 {
    margin-left: 83.33333%;
  }
  .Column--xxLarge-12 {
    width: 100%;
  }
  .ColumnOffset--xxLarge-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 1399px) {
  .Column--xLarge-1 {
    width: 8.33333%;
  }
  .ColumnOffset--xLarge-0 {
    margin-left: 0%;
  }
  .Column--xLarge-2 {
    width: 16.66667%;
  }
  .ColumnOffset--xLarge-1 {
    margin-left: 8.33333%;
  }
  .Column--xLarge-3 {
    width: 25%;
  }
  .ColumnOffset--xLarge-2 {
    margin-left: 16.66667%;
  }
  .Column--xLarge-4 {
    width: 33.33333%;
  }
  .ColumnOffset--xLarge-3 {
    margin-left: 25%;
  }
  .Column--xLarge-5 {
    width: 41.66667%;
  }
  .ColumnOffset--xLarge-4 {
    margin-left: 33.33333%;
  }
  .Column--xLarge-6 {
    width: 50%;
  }
  .ColumnOffset--xLarge-5 {
    margin-left: 41.66667%;
  }
  .Column--xLarge-7 {
    width: 58.33333%;
  }
  .ColumnOffset--xLarge-6 {
    margin-left: 50%;
  }
  .Column--xLarge-8 {
    width: 66.66667%;
  }
  .ColumnOffset--xLarge-7 {
    margin-left: 58.33333%;
  }
  .Column--xLarge-9 {
    width: 75%;
  }
  .ColumnOffset--xLarge-8 {
    margin-left: 66.66667%;
  }
  .Column--xLarge-10 {
    width: 83.33333%;
  }
  .ColumnOffset--xLarge-9 {
    margin-left: 75%;
  }
  .Column--xLarge-11 {
    width: 91.66667%;
  }
  .ColumnOffset--xLarge-10 {
    margin-left: 83.33333%;
  }
  .Column--xLarge-12 {
    width: 100%;
  }
  .ColumnOffset--xLarge-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 1199px) {
  .Column--large-1 {
    width: 8.33333%;
  }
  .ColumnOffset--large-0 {
    margin-left: 0%;
  }
  .Column--large-2 {
    width: 16.66667%;
  }
  .ColumnOffset--large-1 {
    margin-left: 8.33333%;
  }
  .Column--large-3 {
    width: 25%;
  }
  .ColumnOffset--large-2 {
    margin-left: 16.66667%;
  }
  .Column--large-4 {
    width: 33.33333%;
  }
  .ColumnOffset--large-3 {
    margin-left: 25%;
  }
  .Column--large-5 {
    width: 41.66667%;
  }
  .ColumnOffset--large-4 {
    margin-left: 33.33333%;
  }
  .Column--large-6 {
    width: 50%;
  }
  .ColumnOffset--large-5 {
    margin-left: 41.66667%;
  }
  .Column--large-7 {
    width: 58.33333%;
  }
  .ColumnOffset--large-6 {
    margin-left: 50%;
  }
  .Column--large-8 {
    width: 66.66667%;
  }
  .ColumnOffset--large-7 {
    margin-left: 58.33333%;
  }
  .Column--large-9 {
    width: 75%;
  }
  .ColumnOffset--large-8 {
    margin-left: 66.66667%;
  }
  .Column--large-10 {
    width: 83.33333%;
  }
  .ColumnOffset--large-9 {
    margin-left: 75%;
  }
  .Column--large-11 {
    width: 91.66667%;
  }
  .ColumnOffset--large-10 {
    margin-left: 83.33333%;
  }
  .Column--large-12 {
    width: 100%;
  }
  .ColumnOffset--large-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 1039px) {
  .Column--mediumLarge-1 {
    width: 8.33333%;
  }
  .ColumnOffset--mediumLarge-0 {
    margin-left: 0%;
  }
  .Column--mediumLarge-2 {
    width: 16.66667%;
  }
  .ColumnOffset--mediumLarge-1 {
    margin-left: 8.33333%;
  }
  .Column--mediumLarge-3 {
    width: 25%;
  }
  .ColumnOffset--mediumLarge-2 {
    margin-left: 16.66667%;
  }
  .Column--mediumLarge-4 {
    width: 33.33333%;
  }
  .ColumnOffset--mediumLarge-3 {
    margin-left: 25%;
  }
  .Column--mediumLarge-5 {
    width: 41.66667%;
  }
  .ColumnOffset--mediumLarge-4 {
    margin-left: 33.33333%;
  }
  .Column--mediumLarge-6 {
    width: 50%;
  }
  .ColumnOffset--mediumLarge-5 {
    margin-left: 41.66667%;
  }
  .Column--mediumLarge-7 {
    width: 58.33333%;
  }
  .ColumnOffset--mediumLarge-6 {
    margin-left: 50%;
  }
  .Column--mediumLarge-8 {
    width: 66.66667%;
  }
  .ColumnOffset--mediumLarge-7 {
    margin-left: 58.33333%;
  }
  .Column--mediumLarge-9 {
    width: 75%;
  }
  .ColumnOffset--mediumLarge-8 {
    margin-left: 66.66667%;
  }
  .Column--mediumLarge-10 {
    width: 83.33333%;
  }
  .ColumnOffset--mediumLarge-9 {
    margin-left: 75%;
  }
  .Column--mediumLarge-11 {
    width: 91.66667%;
  }
  .ColumnOffset--mediumLarge-10 {
    margin-left: 83.33333%;
  }
  .Column--mediumLarge-12 {
    width: 100%;
  }
  .ColumnOffset--mediumLarge-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 959px) {
  .Column--medium-1 {
    width: 8.33333%;
  }
  .ColumnOffset--medium-0 {
    margin-left: 0%;
  }
  .Column--medium-2 {
    width: 16.66667%;
  }
  .ColumnOffset--medium-1 {
    margin-left: 8.33333%;
  }
  .Column--medium-3 {
    width: 25%;
  }
  .ColumnOffset--medium-2 {
    margin-left: 16.66667%;
  }
  .Column--medium-4 {
    width: 33.33333%;
  }
  .ColumnOffset--medium-3 {
    margin-left: 25%;
  }
  .Column--medium-5 {
    width: 41.66667%;
  }
  .ColumnOffset--medium-4 {
    margin-left: 33.33333%;
  }
  .Column--medium-6 {
    width: 50%;
  }
  .ColumnOffset--medium-5 {
    margin-left: 41.66667%;
  }
  .Column--medium-7 {
    width: 58.33333%;
  }
  .ColumnOffset--medium-6 {
    margin-left: 50%;
  }
  .Column--medium-8 {
    width: 66.66667%;
  }
  .ColumnOffset--medium-7 {
    margin-left: 58.33333%;
  }
  .Column--medium-9 {
    width: 75%;
  }
  .ColumnOffset--medium-8 {
    margin-left: 66.66667%;
  }
  .Column--medium-10 {
    width: 83.33333%;
  }
  .ColumnOffset--medium-9 {
    margin-left: 75%;
  }
  .Column--medium-11 {
    width: 91.66667%;
  }
  .ColumnOffset--medium-10 {
    margin-left: 83.33333%;
  }
  .Column--medium-12 {
    width: 100%;
  }
  .ColumnOffset--medium-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 819px) {
  .Column--mediumSmall-1 {
    width: 8.33333%;
  }
  .ColumnOffset--mediumSmall-0 {
    margin-left: 0%;
  }
  .Column--mediumSmall-2 {
    width: 16.66667%;
  }
  .ColumnOffset--mediumSmall-1 {
    margin-left: 8.33333%;
  }
  .Column--mediumSmall-3 {
    width: 25%;
  }
  .ColumnOffset--mediumSmall-2 {
    margin-left: 16.66667%;
  }
  .Column--mediumSmall-4 {
    width: 33.33333%;
  }
  .ColumnOffset--mediumSmall-3 {
    margin-left: 25%;
  }
  .Column--mediumSmall-5 {
    width: 41.66667%;
  }
  .ColumnOffset--mediumSmall-4 {
    margin-left: 33.33333%;
  }
  .Column--mediumSmall-6 {
    width: 50%;
  }
  .ColumnOffset--mediumSmall-5 {
    margin-left: 41.66667%;
  }
  .Column--mediumSmall-7 {
    width: 58.33333%;
  }
  .ColumnOffset--mediumSmall-6 {
    margin-left: 50%;
  }
  .Column--mediumSmall-8 {
    width: 66.66667%;
  }
  .ColumnOffset--mediumSmall-7 {
    margin-left: 58.33333%;
  }
  .Column--mediumSmall-9 {
    width: 75%;
  }
  .ColumnOffset--mediumSmall-8 {
    margin-left: 66.66667%;
  }
  .Column--mediumSmall-10 {
    width: 83.33333%;
  }
  .ColumnOffset--mediumSmall-9 {
    margin-left: 75%;
  }
  .Column--mediumSmall-11 {
    width: 91.66667%;
  }
  .ColumnOffset--mediumSmall-10 {
    margin-left: 83.33333%;
  }
  .Column--mediumSmall-12 {
    width: 100%;
  }
  .ColumnOffset--mediumSmall-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 767px) {
  .Column--ipad-1 {
    width: 8.33333%;
  }
  .ColumnOffset--ipad-0 {
    margin-left: 0%;
  }
  .Column--ipad-2 {
    width: 16.66667%;
  }
  .ColumnOffset--ipad-1 {
    margin-left: 8.33333%;
  }
  .Column--ipad-3 {
    width: 25%;
  }
  .ColumnOffset--ipad-2 {
    margin-left: 16.66667%;
  }
  .Column--ipad-4 {
    width: 33.33333%;
  }
  .ColumnOffset--ipad-3 {
    margin-left: 25%;
  }
  .Column--ipad-5 {
    width: 41.66667%;
  }
  .ColumnOffset--ipad-4 {
    margin-left: 33.33333%;
  }
  .Column--ipad-6 {
    width: 50%;
  }
  .ColumnOffset--ipad-5 {
    margin-left: 41.66667%;
  }
  .Column--ipad-7 {
    width: 58.33333%;
  }
  .ColumnOffset--ipad-6 {
    margin-left: 50%;
  }
  .Column--ipad-8 {
    width: 66.66667%;
  }
  .ColumnOffset--ipad-7 {
    margin-left: 58.33333%;
  }
  .Column--ipad-9 {
    width: 75%;
  }
  .ColumnOffset--ipad-8 {
    margin-left: 66.66667%;
  }
  .Column--ipad-10 {
    width: 83.33333%;
  }
  .ColumnOffset--ipad-9 {
    margin-left: 75%;
  }
  .Column--ipad-11 {
    width: 91.66667%;
  }
  .ColumnOffset--ipad-10 {
    margin-left: 83.33333%;
  }
  .Column--ipad-12 {
    width: 100%;
  }
  .ColumnOffset--ipad-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 639px) {
  .Column--small-1 {
    width: 8.33333%;
  }
  .ColumnOffset--small-0 {
    margin-left: 0%;
  }
  .Column--small-2 {
    width: 16.66667%;
  }
  .ColumnOffset--small-1 {
    margin-left: 8.33333%;
  }
  .Column--small-3 {
    width: 25%;
  }
  .ColumnOffset--small-2 {
    margin-left: 16.66667%;
  }
  .Column--small-4 {
    width: 33.33333%;
  }
  .ColumnOffset--small-3 {
    margin-left: 25%;
  }
  .Column--small-5 {
    width: 41.66667%;
  }
  .ColumnOffset--small-4 {
    margin-left: 33.33333%;
  }
  .Column--small-6 {
    width: 50%;
  }
  .ColumnOffset--small-5 {
    margin-left: 41.66667%;
  }
  .Column--small-7 {
    width: 58.33333%;
  }
  .ColumnOffset--small-6 {
    margin-left: 50%;
  }
  .Column--small-8 {
    width: 66.66667%;
  }
  .ColumnOffset--small-7 {
    margin-left: 58.33333%;
  }
  .Column--small-9 {
    width: 75%;
  }
  .ColumnOffset--small-8 {
    margin-left: 66.66667%;
  }
  .Column--small-10 {
    width: 83.33333%;
  }
  .ColumnOffset--small-9 {
    margin-left: 75%;
  }
  .Column--small-11 {
    width: 91.66667%;
  }
  .ColumnOffset--small-10 {
    margin-left: 83.33333%;
  }
  .Column--small-12 {
    width: 100%;
  }
  .ColumnOffset--small-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 413px) {
  .Column--mobileLarge-1 {
    width: 8.33333%;
  }
  .ColumnOffset--mobileLarge-0 {
    margin-left: 0%;
  }
  .Column--mobileLarge-2 {
    width: 16.66667%;
  }
  .ColumnOffset--mobileLarge-1 {
    margin-left: 8.33333%;
  }
  .Column--mobileLarge-3 {
    width: 25%;
  }
  .ColumnOffset--mobileLarge-2 {
    margin-left: 16.66667%;
  }
  .Column--mobileLarge-4 {
    width: 33.33333%;
  }
  .ColumnOffset--mobileLarge-3 {
    margin-left: 25%;
  }
  .Column--mobileLarge-5 {
    width: 41.66667%;
  }
  .ColumnOffset--mobileLarge-4 {
    margin-left: 33.33333%;
  }
  .Column--mobileLarge-6 {
    width: 50%;
  }
  .ColumnOffset--mobileLarge-5 {
    margin-left: 41.66667%;
  }
  .Column--mobileLarge-7 {
    width: 58.33333%;
  }
  .ColumnOffset--mobileLarge-6 {
    margin-left: 50%;
  }
  .Column--mobileLarge-8 {
    width: 66.66667%;
  }
  .ColumnOffset--mobileLarge-7 {
    margin-left: 58.33333%;
  }
  .Column--mobileLarge-9 {
    width: 75%;
  }
  .ColumnOffset--mobileLarge-8 {
    margin-left: 66.66667%;
  }
  .Column--mobileLarge-10 {
    width: 83.33333%;
  }
  .ColumnOffset--mobileLarge-9 {
    margin-left: 75%;
  }
  .Column--mobileLarge-11 {
    width: 91.66667%;
  }
  .ColumnOffset--mobileLarge-10 {
    margin-left: 83.33333%;
  }
  .Column--mobileLarge-12 {
    width: 100%;
  }
  .ColumnOffset--mobileLarge-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 479px) {
  .Column--xSmall-1 {
    width: 8.33333%;
  }
  .ColumnOffset--xSmall-0 {
    margin-left: 0%;
  }
  .Column--xSmall-2 {
    width: 16.66667%;
  }
  .ColumnOffset--xSmall-1 {
    margin-left: 8.33333%;
  }
  .Column--xSmall-3 {
    width: 25%;
  }
  .ColumnOffset--xSmall-2 {
    margin-left: 16.66667%;
  }
  .Column--xSmall-4 {
    width: 33.33333%;
  }
  .ColumnOffset--xSmall-3 {
    margin-left: 25%;
  }
  .Column--xSmall-5 {
    width: 41.66667%;
  }
  .ColumnOffset--xSmall-4 {
    margin-left: 33.33333%;
  }
  .Column--xSmall-6 {
    width: 50%;
  }
  .ColumnOffset--xSmall-5 {
    margin-left: 41.66667%;
  }
  .Column--xSmall-7 {
    width: 58.33333%;
  }
  .ColumnOffset--xSmall-6 {
    margin-left: 50%;
  }
  .Column--xSmall-8 {
    width: 66.66667%;
  }
  .ColumnOffset--xSmall-7 {
    margin-left: 58.33333%;
  }
  .Column--xSmall-9 {
    width: 75%;
  }
  .ColumnOffset--xSmall-8 {
    margin-left: 66.66667%;
  }
  .Column--xSmall-10 {
    width: 83.33333%;
  }
  .ColumnOffset--xSmall-9 {
    margin-left: 75%;
  }
  .Column--xSmall-11 {
    width: 91.66667%;
  }
  .ColumnOffset--xSmall-10 {
    margin-left: 83.33333%;
  }
  .Column--xSmall-12 {
    width: 100%;
  }
  .ColumnOffset--xSmall-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 374px) {
  .Column--mobileMedium-1 {
    width: 8.33333%;
  }
  .ColumnOffset--mobileMedium-0 {
    margin-left: 0%;
  }
  .Column--mobileMedium-2 {
    width: 16.66667%;
  }
  .ColumnOffset--mobileMedium-1 {
    margin-left: 8.33333%;
  }
  .Column--mobileMedium-3 {
    width: 25%;
  }
  .ColumnOffset--mobileMedium-2 {
    margin-left: 16.66667%;
  }
  .Column--mobileMedium-4 {
    width: 33.33333%;
  }
  .ColumnOffset--mobileMedium-3 {
    margin-left: 25%;
  }
  .Column--mobileMedium-5 {
    width: 41.66667%;
  }
  .ColumnOffset--mobileMedium-4 {
    margin-left: 33.33333%;
  }
  .Column--mobileMedium-6 {
    width: 50%;
  }
  .ColumnOffset--mobileMedium-5 {
    margin-left: 41.66667%;
  }
  .Column--mobileMedium-7 {
    width: 58.33333%;
  }
  .ColumnOffset--mobileMedium-6 {
    margin-left: 50%;
  }
  .Column--mobileMedium-8 {
    width: 66.66667%;
  }
  .ColumnOffset--mobileMedium-7 {
    margin-left: 58.33333%;
  }
  .Column--mobileMedium-9 {
    width: 75%;
  }
  .ColumnOffset--mobileMedium-8 {
    margin-left: 66.66667%;
  }
  .Column--mobileMedium-10 {
    width: 83.33333%;
  }
  .ColumnOffset--mobileMedium-9 {
    margin-left: 75%;
  }
  .Column--mobileMedium-11 {
    width: 91.66667%;
  }
  .ColumnOffset--mobileMedium-10 {
    margin-left: 83.33333%;
  }
  .Column--mobileMedium-12 {
    width: 100%;
  }
  .ColumnOffset--mobileMedium-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 319px) {
  .Column--xxSmall-1 {
    width: 8.33333%;
  }
  .ColumnOffset--xxSmall-0 {
    margin-left: 0%;
  }
  .Column--xxSmall-2 {
    width: 16.66667%;
  }
  .ColumnOffset--xxSmall-1 {
    margin-left: 8.33333%;
  }
  .Column--xxSmall-3 {
    width: 25%;
  }
  .ColumnOffset--xxSmall-2 {
    margin-left: 16.66667%;
  }
  .Column--xxSmall-4 {
    width: 33.33333%;
  }
  .ColumnOffset--xxSmall-3 {
    margin-left: 25%;
  }
  .Column--xxSmall-5 {
    width: 41.66667%;
  }
  .ColumnOffset--xxSmall-4 {
    margin-left: 33.33333%;
  }
  .Column--xxSmall-6 {
    width: 50%;
  }
  .ColumnOffset--xxSmall-5 {
    margin-left: 41.66667%;
  }
  .Column--xxSmall-7 {
    width: 58.33333%;
  }
  .ColumnOffset--xxSmall-6 {
    margin-left: 50%;
  }
  .Column--xxSmall-8 {
    width: 66.66667%;
  }
  .ColumnOffset--xxSmall-7 {
    margin-left: 58.33333%;
  }
  .Column--xxSmall-9 {
    width: 75%;
  }
  .ColumnOffset--xxSmall-8 {
    margin-left: 66.66667%;
  }
  .Column--xxSmall-10 {
    width: 83.33333%;
  }
  .ColumnOffset--xxSmall-9 {
    margin-left: 75%;
  }
  .Column--xxSmall-11 {
    width: 91.66667%;
  }
  .ColumnOffset--xxSmall-10 {
    margin-left: 83.33333%;
  }
  .Column--xxSmall-12 {
    width: 100%;
  }
  .ColumnOffset--xxSmall-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 319px) {
  .Column--mobileSmall-1 {
    width: 8.33333%;
  }
  .ColumnOffset--mobileSmall-0 {
    margin-left: 0%;
  }
  .Column--mobileSmall-2 {
    width: 16.66667%;
  }
  .ColumnOffset--mobileSmall-1 {
    margin-left: 8.33333%;
  }
  .Column--mobileSmall-3 {
    width: 25%;
  }
  .ColumnOffset--mobileSmall-2 {
    margin-left: 16.66667%;
  }
  .Column--mobileSmall-4 {
    width: 33.33333%;
  }
  .ColumnOffset--mobileSmall-3 {
    margin-left: 25%;
  }
  .Column--mobileSmall-5 {
    width: 41.66667%;
  }
  .ColumnOffset--mobileSmall-4 {
    margin-left: 33.33333%;
  }
  .Column--mobileSmall-6 {
    width: 50%;
  }
  .ColumnOffset--mobileSmall-5 {
    margin-left: 41.66667%;
  }
  .Column--mobileSmall-7 {
    width: 58.33333%;
  }
  .ColumnOffset--mobileSmall-6 {
    margin-left: 50%;
  }
  .Column--mobileSmall-8 {
    width: 66.66667%;
  }
  .ColumnOffset--mobileSmall-7 {
    margin-left: 58.33333%;
  }
  .Column--mobileSmall-9 {
    width: 75%;
  }
  .ColumnOffset--mobileSmall-8 {
    margin-left: 66.66667%;
  }
  .Column--mobileSmall-10 {
    width: 83.33333%;
  }
  .ColumnOffset--mobileSmall-9 {
    margin-left: 75%;
  }
  .Column--mobileSmall-11 {
    width: 91.66667%;
  }
  .ColumnOffset--mobileSmall-10 {
    margin-left: 83.33333%;
  }
  .Column--mobileSmall-12 {
    width: 100%;
  }
  .ColumnOffset--mobileSmall-11 {
    margin-left: 91.66667%;
  }
}
/* ================================================= 
  JP-Site setting
================================================= */
/* common */
a {
  word-break: break-all;
}

.grid-gap-40 {
  grid-gap: 30px;
}

/* inner-text */
.inner-text h3:not([class]) {
  font-size: 18px;
  margin: 20px 0 10px;
}
.inner-text p {
  margin: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
.inner-text ul, .inner-text ol {
  margin: 0;
  padding: 0;
}
.inner-text ul li, .inner-text ol li {
  margin-left: 20px;
  margin-top: 0.75rem;
  line-height: 1.4;
}

h1 + .inner-text, h2 + .inner-text {
  margin-top: 2rem;
}

/* image */
.h-fit {
  text-align: center;
}
.h-fit img {
  max-width: 100%;
  width: auto;
  height: 100px;
  object-fit: cover;
}

.w-fit {
  text-align: center;
}
.w-fit img {
  max-width: 100%;
  min-height: 100px;
}

/* carousel-content */
.carousel-content .slider {
  margin-top: 1.5rem;
}
.carousel-content .slider img {
  transform: scale(0.7);
  opacity: 0.3;
  transition: 0.5s;
  display: block;
}
.carousel-content .slider .slick-center img {
  transform: scale(1.2);
  opacity: 1;
}
.carousel-content .slick-slider {
  padding-left: 0;
}
.carousel-content .slick-slider .slick-slide .text {
  transition: 0.5s;
  display: none;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: -40px;
  background-color: #005daa;
  padding: 20px;
  box-shadow: rgba(13, 23, 34, 0.25) 0 3px 15px, rgba(13, 23, 34, 0.125) 0 0 0 1px;
  color: white;
}
.carousel-content .slick-slider .slick-current.slick-slide .text {
  display: block;
}
.carousel-content .slick-slider .slick-slide {
  position: relative;
}
.carousel-content .slick-slider .slick-slide .text h3 {
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.carousel-content .slick-slider .slick-slide .text p {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.carousel-content .slick-dots {
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.carousel-content .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.carousel-content .slick-dots li button {
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.carousel-content .slick-dots li button:before {
  border-radius: 50%;
  background-color: #005DAA;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  content: "";
  text-align: center;
  opacity: 0.3;
}
.carousel-content .slick-dots li button:focus:before, .carousel-content .slick-dots li button:hover:before {
  opacity: 1;
}
.carousel-content .slick-dots li.slick-active button:before {
  opacity: 1;
}
.carousel-content.u-bg-navyblue .slick-dots li button:before, .carousel-content.u-bg-blue .slick-dots li button:before {
  background-color: white;
}

@media (max-width: 959px) {
  .carousel-content .slider img {
    transform: scale(0.9);
    opacity: 1;
  }
  .carousel-content .slider .slick-slide .text {
    max-width: 90%;
    margin-top: 0;
  }
}
/* flex-content */
.flex-content .flex-wrap {
  margin-top: 1rem;
}
.flex-content .flex-wrap h3 {
  font-size: 18px;
  margin: 1rem auto 0;
}
.flex-content .flex-wrap a {
  display: block;
  transition: 0.2s;
}
.flex-content .flex-wrap a:hover {
  opacity: 0.7;
}
.flex-content .flex-wrap .inner-text p:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .flex-content .flex-wrap {
    /* cols- */
  }
  .flex-content .flex-wrap .cols-2 {
    flex: 0 0 48%;
    margin-top: 1rem;
  }
  .flex-content .flex-wrap .cols-2:nth-child(even) {
    margin-left: 4%;
  }
  .flex-content .flex-wrap .cols-3 {
    flex: 0 0 31.333%;
    margin-top: 1rem;
    margin-right: 2.5%;
  }
  .flex-content .flex-wrap .cols-3:nth-child(3n) {
    margin-right: 0;
  }
  .flex-content .flex-wrap .cols-4 {
    flex: 0 0 23.5%;
    margin-top: 1rem;
    margin-right: 2%;
  }
  .flex-content .flex-wrap .cols-4:nth-child(4n) {
    margin-right: 0;
  }
}
.flex-content.inner-text-left .inner-text p.u-align-center {
  text-align: left;
}

/* table */
table th, table td {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding: 9px 10px 8px;
  word-break: break-word;
}
table th {
  text-align: left;
  font-weight: 500;
}

table:not([class]), .table {
  border-collapse: separate;
  border-spacing: 3px;
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
table:not([class]) th, table:not([class]) td, .table th, .table td {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding: 0.75rem 1rem;
  word-break: break-word;
}
table:not([class]) th, .table th {
  background-color: #005daa;
  color: white;
  text-align: left;
}
table:not([class]) td, .table td {
  background-color: white;
}

.u-bg-none table:not([class]) td, .u-bg-none .table td, .u-bg-border table:not([class]) td, .u-bg-border .table td {
  background-color: #F4F4F4;
}

.u-bg-navyblue table:not([class]) th, .u-bg-navyblue .table th, .u-bg-blue table:not([class]) th, .u-bg-blue .table th {
  background: #333;
}
.u-bg-navyblue table:not([class]) td, .u-bg-navyblue .table td, .u-bg-blue table:not([class]) td, .u-bg-blue .table td {
  color: var(--clr-grey-dark) !important;
}
.u-bg-navyblue table:not([class]) td a, .u-bg-navyblue table:not([class]) td a:visited, .u-bg-navyblue .table td a, .u-bg-navyblue .table td a:visited, .u-bg-blue table:not([class]) td a, .u-bg-blue table:not([class]) td a:visited, .u-bg-blue .table td a, .u-bg-blue .table td a:visited {
  color: #005daa;
  text-decoration: none;
}

/* ================================================= 
  JP-Page setting
================================================= */
/* mailaddress-img */
.mailaddress-img img {
  vertical-align: middle;
}

/* Page-support */
.slider-content {
  position: relative;
}

.slider-image .item {
  position: relative;
}
.slider-image .item .slider-image-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 40px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.slider-image .item .slider-image-caption .btn-default {
  background-color: white;
  border-color: #ddd !important;
  margin: 0 0 0 1rem !important;
  padding: 0.5rem 1.5rem 0.75rem !important;
}
.slider-image .slick-dots {
  bottom: 40px;
}
.slider-image .slick-dots li button::before {
  background-color: white;
}
@media (max-width: 767.98px) {
  .slider-image .item .slider-image-caption {
    bottom: 30px;
  }
  .slider-image .item .slider-image-caption .btn-default {
    display: block !important;
    margin: 0.5rem auto 0 !important;
    padding: 0.5rem 1rem !important;
  }
  .slider-image .slick-slide img {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  .slider-image .slick-dots {
    bottom: 15px;
  }
}

.table-striped {
  width: 100%;
  margin: 1.5rem 0;
}
.table-striped tr th {
  color: #555;
  font-weight: 700;
  border-bottom: 2px solid #ddd;
}
.table-striped tr td {
  background-color: white;
}
.table-striped tr:nth-child(odd) td {
  background-color: #d9edf7;
}
.table-striped tr:hover td {
  background-color: #f5f5f5;
}
.table-striped tr:hover:nth-child(odd) td {
  background-color: #c4e3f3;
}

/* CPQ integrations */
.cols-cpqi-text {
  flex: 0 0 80%;
}
.cols-cpqi-img {
  flex: 0 0 20%;
  padding: 10px 40px;
}
@media (max-width: 767.98px) {
  .cols-cpqi-text {
    flex: 0 0 75%;
  }
  .cols-cpqi-img {
    flex: 0 0 25%;
    padding: 5%;
  }
}

.cpqi-grid-item {
  display: none; /* Hide all elements by default */
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.cpqi-grid-item.show {
  display: grid;
}

/* cpqi-grid-item-content */
.cpqi-grid-item-content {
  background-color: white;
  padding: 10px;
}

.cpqi-grid-item-content img {
  width: 100%;
  height: auto;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

.cpqi-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.cpqi-menu button {
  font-size: 1.1rem;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 1rem 0;
}

.cpqi-btn:hover {
  color: rgba(0, 93, 170, 0.7);
}

.cpqi-btn.active {
  color: rgb(0, 93, 170);
}

/* cpq-page */
.hero-form .cols-text {
  flex: 1 1 40%;
}
.hero-form .cols-image {
  flex: 1 1 30%;
  text-align: center;
  padding: 0 40px;
}
.hero-form .cols-form {
  flex: 1 1 30%;
}
.hero-form .cols-form fieldset {
  max-width: initial;
}
@media (max-width: 767.98px) {
  .hero-form .cols-text, .hero-form .cols-image, .hero-form .cols-form {
    flex: 1 1 100%;
  }
  .hero-form .cols-text {
    margin-bottom: 2rem;
  }
}

/* resources */
.contain-left-side {
  display: flex;
  padding-top: 60px;
}
.contain-left-side .side-column {
  width: 260px;
  margin-right: 80px;
}
.contain-left-side .side-column .sidebar {
  width: 260px;
  margin-top: 40px;
  background: #fff;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.4s;
}
.contain-left-side .side-column .sidebar.is-initial {
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: fixed;
  top: 90px;
  z-index: 20;
}
.contain-left-side .side-column .sidebar a {
  display: block;
  font-size: 16px;
  padding: 20px 30px 20px 20px;
  position: relative;
  text-decoration: none;
  transition: background 0.4s, color 0.4s;
  z-index: 2;
  color: #333;
}
.contain-left-side .side-column .sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contain-left-side .side-column .sidebar ul li {
  position: relative;
}
.contain-left-side .side-column .sidebar ul li + li {
  border-top: 1px solid #d8d8d8;
}
.contain-left-side .side-column .sidebar ul li::before {
  background: #005DAA;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s;
  z-index: 1;
}
.contain-left-side .side-column .sidebar ul li.is-active::before {
  opacity: 1;
}
.contain-left-side .side-column .sidebar ul li.is-active a {
  color: white;
}
.contain-left-side .main-column {
  flex: 1;
  padding-bottom: 100px;
}
.contain-left-side .main-column h1, .contain-left-side .main-column h2 {
  margin: 20px 0;
}
@media (max-width: 819px) {
  .contain-left-side {
    padding-top: 0;
  }
  .contain-left-side .contain {
    padding: 0;
  }
  .contain-left-side .side-column {
    display: none;
  }
}

/* what-is-cpq */
[id^=wic_] .contain {
  position: relative;
  padding-top: 100px;
}
[id^=wic_] .contain::before {
  content: "";
  width: 90px;
  height: 90px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}

#wic_1 .contain::before {
  background-image: url(https://www.cincom.co.jp/hubfs/new-images/icons/i-1.svg);
}
#wic_2 .contain::before {
  background-image: url(https://www.cincom.co.jp/hubfs/new-images/icons/i-2.svg);
}
#wic_3 .contain::before {
  background-image: url(https://www.cincom.co.jp/hubfs/new-images/icons/i-3.svg);
}
#wic_4 .contain::before {
  background-image: url(https://www.cincom.co.jp/hubfs/new-images/icons/i-4.svg);
}
#wic_5 .contain::before {
  background-image: url(https://www.cincom.co.jp/hubfs/new-images/icons/i-5.svg);
}
#wic_6 .contain::before {
  background-image: url(https://www.cincom.co.jp/hubfs/new-images/icons/i-6.svg);
}

/* ================================================= 
  JP-Blog setting
================================================= */
hr.bottom-line {
  border: 0;
  margin: 30px 0;
  background: none;
  border-bottom: 1px solid #D8D8D8;
  height: 1px;
  overflow: hidden;
}

#Blog-Page {
  padding-top: 65px;
  padding-bottom: 65px;
}
#Blog-Page #related_wrapper {
  margin-top: 2em;
}

#Main_Content {
  width: 70%;
}
@media (max-width: 819px) {
  #Main_Content {
    width: auto;
  }
}

.Blog-Detail {
  display: block;
}
@media (min-width: 820px) {
  .Blog-Detail .blog-section {
    margin-left: 55px;
  }
}

#Blog-Page .blog-list-title {
  border-top: 1px solid #75abe4;
  padding-top: 30px;
  margin-top: 0px;
  margin-bottom: 50px;
  position: relative;
}

#Blog-Page .blog-list-title::after {
  content: "";
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223px%22%20height%3D%223px%22%20viewBox%3D%220%200%203%203%22%20fill%3D%22hsla%25280%2C%200%25%2C%2065%25%2C%201.0%2529%22%3E%3Cpolygon%20points%3D%220%2C0.5%200%2C1.5%201.5%2C3%202.5%2C3%22%2F%3E%3Cpolygon%20points%3D%222.5%2C0%201.5%2C0%203%2C1.5%203%2C0.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 3px 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}

.Blog-Detail .middle-cta {
  margin-top: 0px;
  margin-bottom: 0px;
  margin: 0px 0px 30px;
  width: 100%;
}

.Blog-Detail .middle-cta .Column--6 {
  padding: 0;
}

.Blog-Detail .middle-cta .Column--6 .hs-cta-wrapper {
  display: block;
  padding: 10px;
  background-color: #f6f6f6;
}

.Blog-Detail .middle-cta .Column--6:first-child .hs-cta-wrapper {
  margin-right: 5px;
}

.Blog-Detail .middle-cta .Column--6:last-child .hs-cta-wrapper {
  margin-left: 5px;
}

@media (min-width: 960px) {
  .Blog-Detail .middle-cta .Column--6:first-child {
    text-align: left;
  }
  .Blog-Detail .middle-cta .Column--6:last-child {
    text-align: right;
  }
}
@media (max-width: 959px) {
  .Blog-Detail .middle-cta .Column--6:first-child {
    margin-bottom: 15px;
  }
  .Blog-Detail .middle-cta .Column--6:first-child .hs-cta-wrapper {
    margin-right: 0;
  }
  .Blog-Detail .middle-cta .Column--6:last-child .hs-cta-wrapper {
    margin-left: 0;
  }
  .Blog-Detail .middle-cta .Column--6 {
    text-align: center;
  }
}
.Resource-content .social-blog {
  margin-top: 40px;
  float: left;
  width: 100%;
}

.Resource-content .social-blog .social-list {
  float: left;
}

.Resource-content .social-blog ul {
  float: left;
  width: 100%;
  padding-left: 0px;
}

.Resource-content .social-blog ul li {
  background-color: #0061D5;
  list-style: none;
  width: 40px;
  height: 40px;
  padding: 5px 8px;
  margin-bottom: 1px;
  transition: 0.3s;
  border: 2px solid #0061D5;
  display: inline-block;
}

#Blog-Page .Blog-List {
  display: block;
}

#Blog-Page .Blog-List > .Row {
  margin-bottom: 0px;
}

#Blog-Page .Blog-List .Post-Item {
  padding-bottom: 30px;
}

@media (max-width: 819px) {
  #Blog-Page .Blog-List > .Row {
    margin-bottom: 20px;
  }
}
@media (max-width: 959px) {
  #Blog-Page .Blog-List .Post-Item {
    padding-bottom: 0px;
  }
  #Blog-Page .Blog-List .Post-Item:first-child a:first-of-type {
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
  }
}
#Blog-Page .Blog-List .Post-Item-blog {
  margin: 0 1% 2.5%;
  overflow: hidden;
  height: 410px;
}

#Blog-Page .Blog-List .Post-Item-blog a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #666;
  background: #fff;
  height: 100%;
  border: 1px solid #eee;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-out;
}

#Blog-Page .Blog-List .Post-Item-blog a:hover {
  opacity: 0.7;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
}

#Blog-Page .Blog-List .Post-Item-blog a:hover .eyecatch img {
  transform: scale(1.1);
}

#Blog-Page .Blog-List .eyecatch {
  max-height: 220px;
  background: #000;
  margin: -1em -1em 0.5em;
  text-align: center;
  overflow: hidden;
  position: relative;
}

#Blog-Page .Blog-List .eyecatch img {
  width: 100%;
  margin: 0;
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
}

#Blog-Page .Blog-List .cat-name {
  position: absolute;
  top: 0;
  right: 0;
  background: #005DAA;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 0.4em 0.5em 0.3em;
  min-width: 7.5em;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  opacity: 0.9;
}

#Blog-Page .Blog-List .entry-content {
  padding: 0;
}

#Blog-Page .Blog-List .entry-content .entry-title {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #444;
  text-align: left;
}

#Blog-Page .Blog-List .entry-content p {
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  margin-top: 13px;
  margin-bottom: 0;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-lines: 3;
}

#Blog-Page .Blog-List .entry-content .byline {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
  margin: 0;
}

#Blog-Page .Blog-List .entry-content .byline:before {
  font-family: "Font Awesome 5 Free";
  content: "\f274";
  font-weight: 400;
  font-size: 0.88em;
  margin-right: 0.3em;
  position: relative;
  top: -1px;
}

@media (max-width: 819px) {
  #Blog-Page .Blog-List {
    display: block;
  }
  #Blog-Page .Blog-List .Post-Item-blog {
    width: 100%;
    height: auto;
    margin: 0;
  }
  #Blog-Page .Blog-List .Post-Item-blog a {
    width: 100%;
    display: block;
    padding: 8px 5px;
    text-decoration: none;
    color: #666;
    border: none;
    border-bottom: 1px dotted #ccc;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: justify;
  }
  #Blog-Page .Blog-List .Post-Item-blog .eyecatch {
    width: 20%;
    max-height: 170px;
    margin: 0;
    background: transparent;
  }
  #Blog-Page .Blog-List .Post-Item-blog .entry-content {
    padding: 0 0 0 2%;
    width: 80%;
  }
  #Blog-Page .Blog-List .Post-Item-blog .entry-content .entry-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
  }
  #Blog-Page .Blog-List .Post-Item-blog .entry-content .byline {
    font-size: 10px;
  }
  #Blog-Page .Blog-List .Post-Item-blog .entry-content .description {
    display: none;
  }
  #Blog-Page .Blog-List .Post-Item-blog .cat-name {
    display: none;
  }
}
@media (max-width: 639px) {
  #Blog-Page .Blog-List .Post-Item-blog .entry-content .entry-title {
    font-size: 14px;
  }
}
#Blog-Page .Blog-Nav .pagination {
  margin-top: 10px;
  margin-bottom: 60px;
}

@media (max-width: 819px) {
  #Blog-Page .Blog-Nav .pagination {
    margin-bottom: 0px;
  }
}
#Blog-Page .Blog-Nav .disabled {
  display: none;
}

#Blog-Page .Blog-Nav ul {
  margin-left: 0px;
  padding-left: 0px;
}

#Blog-Page .Blog-Nav ul li {
  display: inline-block;
  margin-right: 5px;
}

#Blog-Page .Blog-Nav ul li:last-child {
  margin-right: 0px;
}

#Blog-Page .Blog-Nav ul li a {
  cursor: pointer;
}

#Blog-Page .Blog-Nav ul li a,
#Blog-Page .Blog-Nav ul li.active span {
  color: #333;
  border-radius: 2px;
  display: block;
  line-height: 2.2;
  height: 37px;
  width: 34px;
  text-align: center;
  font-size: 16px;
  background-color: #005DAA;
  border: solid 1px #005DAA;
  color: #FFF;
}

#Blog-Page .Blog-Nav ul li.active span {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #333;
}

#Blog-Page .Blog-Nav ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#Blog-Page h3.title-comment {
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
  padding-bottom: 5px;
  border-bottom: 2px solid #005DAA;
}

#Blog-Page h3.title-comment span {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  margin-right: 10px;
  color: #333;
}

#Blog-Page h3.title-comment + hr.slash-2 {
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223px%22%20height%3D%223px%22%20viewBox%3D%220%200%203%203%22%20fill%3D%22hsla%25280%2C%200%25%2C%2065%25%2C%201.0%2529%22%3E%3Cpolygon%20points%3D%220%2C0.5%200%2C1.5%201.5%2C3%202.5%2C3%22%2F%3E%3Cpolygon%20points%3D%222.5%2C0%201.5%2C0%203%2C1.5%203%2C0.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 3px 3px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0px;
  border: none;
}

@media (max-width: 959px) {
  #Blog-Page {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
#Blog-Page h3.title-comment + hr.slash-2 {
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223px%22%20height%3D%223px%22%20viewBox%3D%220%200%203%203%22%20fill%3D%22hsla%25280%2C%200%25%2C%2065%25%2C%201.0%2529%22%3E%3Cpolygon%20points%3D%220%2C0.5%200%2C1.5%201.5%2C3%202.5%2C3%22%2F%3E%3Cpolygon%20points%3D%222.5%2C0%201.5%2C0%203%2C1.5%203%2C0.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 3px 3px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0px;
  border: none;
}

#Blog-Page .recent-posts {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: justify;
}

#Blog-Page .recent-posts a {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  transition: all 0.3s linear;
}

@media (max-width: 639px) {
  #Blog-Page .recent-posts a {
    width: 48%;
  }
}
@media (max-width: 374px) {
  #Blog-Page .recent-posts a {
    width: 98%;
  }
  #Blog-Page .recent-posts a .recent-post {
    max-width: initial !important;
    min-height: initial !important;
    margin-bottom: 20px;
  }
  #Blog-Page .recent-posts a .recent-post .recent-post-featured-image {
    height: 150px !important;
  }
}
#Blog-Page .recent-posts a:hover {
  text-decoration: none;
}

#Blog-Page .recent-posts a .recent-post {
  overflow: hidden;
  width: 100%;
  max-width: 260px;
  position: relative;
  min-height: 180px;
}

#Blog-Page .recent-posts a .recent-post .recent-post-featured-image {
  width: 100%;
  height: 110px;
  background-size: cover;
}

#Blog-Page .recent-posts a .recent-post .cat-name {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75em 0.5em;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  background: #005DAA;
  color: #fff;
  text-align: center;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

#Blog-Page .recent-posts a .recent-post .recent-post-info {
  margin: 0;
  margin-top: 4px;
  font-weight: normal;
  color: #333;
  font-size: 11px;
  line-height: 14px;
}

#Blog-Page .recent-posts a .recent-post .recent-post-title {
  color: #333;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  margin: 4px 0;
}

#Blog-Sidebar {
  width: calc(30% - 25px);
  margin-left: 25px;
  margin-top: 10px;
  overflow: hidden;
}
#Blog-Sidebar .Blog-Sidebar-post {
  margin-top: 20px;
}
@media (max-width: 819px) {
  #Blog-Sidebar {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}

#Blog-Sidebar .Blog-Sidebar-top {
  background-color: #fff;
}

#Blog-Sidebar .box h3 {
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 5px;
  margin: 0 0 15px;
  font-weight: bold;
  position: relative;
  border-bottom: 2px solid #005DAA;
}

#Blog-Sidebar .box ul {
  font-size: 14px;
}

#Blog-Sidebar .top-post.box ul {
  padding: 0;
  margin: 0;
}

#Blog-Sidebar .top-post.box ul li:last-child {
  border-bottom: none;
}

#Blog-Sidebar .top-post.box ul li {
  min-height: 55px;
  padding-left: 40px;
  padding-right: 25px;
  margin-top: 10px;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.6;
  border-bottom: #ccc dotted 1px;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

#Blog-Sidebar .top-post.box ul li a {
  display: block;
  color: #666;
}

#Blog-Sidebar .top-post.box ul li a:before {
  content: none;
}

#Blog-Sidebar .top-post.box ul li a:hover {
  text-decoration: none;
}

#Blog-Sidebar .top-post.box ul li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 8px;
  right: 0.6em;
  font-size: 1em;
  color: #005DAA;
}

#Blog-Sidebar .top-post.box ul li a:hover:after {
  right: 0.5em;
  transform: translate(1px, 0);
}

#Blog-Sidebar .top-post.box ul li:before {
  color: #fff;
  position: absolute;
  left: 10px;
  top: 2px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 30px;
}

#Blog-Sidebar .top-post.box ul li:nth-child(1):before {
  content: "1";
}

#Blog-Sidebar .top-post.box ul li:nth-child(2):before {
  content: "2";
}

#Blog-Sidebar .top-post.box ul li:nth-child(3):before {
  content: "3";
}

#Blog-Sidebar .top-post.box ul li:nth-child(1):before,
#Blog-Sidebar .top-post.box ul li:nth-child(2):before,
#Blog-Sidebar .top-post.box ul li:nth-child(3):before {
  color: #005DAA;
}

#Blog-Sidebar .top-post.box ul li:nth-child(4):before {
  content: "4";
  color: #333;
}

#Blog-Sidebar .top-post.box ul li:nth-child(5):before {
  content: "5";
  color: #333;
}

#Blog-Sidebar .top-post.box ul li:nth-child(6):before {
  content: "6";
  color: #333;
}

#Blog-Sidebar .top-post.box ul li:nth-child(7):before {
  content: "7";
  color: #333;
}

#Blog-Sidebar .top-post.box ul li:nth-child(8):before {
  content: "8";
  color: #333;
}

#Blog-Sidebar .top-post.box ul li:nth-child(9):before {
  content: "9";
  color: #333;
}

#Blog-Sidebar .top-post.box ul li:nth-child(10):before {
  content: "10";
  color: #333;
}

#Blog-Sidebar .recent-post.box {
  border-top: none;
  background: #FFF;
}

#Blog-Sidebar .recent-post.box .list-recent {
  margin-top: 20px;
}

#Blog-Sidebar .recent-post.boxt .item:first-child {
  border-top: none;
}

#Blog-Sidebar .recent-post.box .item {
  clear: both;
  border-top: #ccc dotted 1px;
  padding: 10px;
  position: relative;
}

#Blog-Sidebar .recent-post.box .item .img {
  padding-right: 10px;
  padding-left: 5px;
}

#Blog-Sidebar .recent-post.box .item.no-img {
  padding-left: 0px;
}

#Blog-Sidebar .recent-post.box .item a {
  display: block;
}

#Blog-Sidebar .recent-post.box .item:first-child {
  border-top: none;
}

#Blog-Sidebar .recent-post.box .item a .title-col {
  padding-right: 0px;
  padding-left: 0px;
}

#Blog-Sidebar .recent-post.box .item a .img-col {
  padding-right: 5px;
  padding-left: 5px;
}

@media (max-width: 819px) {
  #Blog-Sidebar .recent-post.box .item a .img-col {
    width: auto;
    float: left;
  }
}
@media (max-width: 819px) {
  #Blog-Sidebar .Blog-Sidebar-cta {
    text-align: center;
  }
}
@media (min-width: 820px) {
  #Blog-Sidebar .Blog-Sidebar-cta .hs-cta-img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 414px) {
  #Blog-Sidebar .Blog-Sidebar-cta {
    text-align: center;
  }
}
#Blog-Sidebar .recent-post.box .item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#Blog-Sidebar .recent-post.box .item a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  right: 0.1em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
  color: #005DAA;
}

#Blog-Sidebar .recent-post.box .item a:hover:after {
  right: 0em;
}

#Blog-Sidebar .recent-post.box .title {
  font-size: 14px;
  line-height: 22px;
  padding-right: 23px;
  margin: 0;
  display: inherit;
  color: #333;
}

#Blog-Sidebar .topic-list.box {
  margin-top: 20px;
  border-top: none;
  background: #FFF;
}

#Blog-Sidebar .topic-list.box ul {
  margin-left: 0px;
  padding-left: 0px;
}

#Blog-Sidebar .topic-list.box ul li:first-child {
  border-top: none;
}

#Blog-Sidebar .topic-list.box ul li {
  position: relative;
  clear: both;
  border-top: #ccc dotted 1px;
  list-style-type: none;
}

#Blog-Sidebar .topic-list.box ul li a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 5px;
  color: #666;
  width: calc(100% - 30px);
}

#Blog-Sidebar .topic-list.box ul li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  right: 0.6em;
  font-size: 1em;
  color: #005DAA;
  position: absolute;
  top: 35%;
}

#Blog-Sidebar .topic-list.box ul li a:hover {
  text-decoration: none;
  color: #005DAA;
}

#Blog-Sidebar .topic-list.box ul li a:hover:after {
  right: 0.5em;
  transform: translate(1px, 0);
}

#Blog-Sidebar .topic-list.box ul li a .filter-link-count {
  display: inline-block;
  margin-left: 7px;
}

/*========= BLOG DETAIL =========*/
.Blog-Basic.Page .HeroBlog-list.Hero--small.smallest .Hero-subtitle.top {
  max-width: 90%;
}

@media (max-width: 959px) {
  .Blog-Basic.Page .HeroBlog-list.Hero--small.smallest .Hero-subtitle {
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 639px) {
  .Blog-Basic.Page .HeroBlog-list.Hero--small.smallest .Hero-subtitle {
    margin-top: 15px;
    font-size: 14px;
  }
}
.Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest.post-thumb {
  background-position: center center;
}

.Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest.post-thumb:before {
  background: rgba(13, 23, 34, 0.7);
  background: linear-gradient(155deg, rgba(13, 23, 34, 0.7) 0%, rgba(20, 91, 164, 0.85) 100%);
}

@media (max-width: 959px) {
  .Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest {
    height: auto;
  }
  .Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest .Hero-title {
    font-size: 30px;
    line-height: 36px;
  }
  .Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest .Hero-subtitle {
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 639px) {
  .Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest .Hero-title {
    font-size: 24px;
  }
  .Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest .Hero-subtitle {
    margin-top: 15px;
    font-size: 14px;
  }
}
.Blog-Detail .blog-section {
  position: relative;
}

@media (min-width: 960px) {
  .Blog-Detail .blog-section {
    margin-left: 70px;
  }
  .Blog-Detail.blog-seminar .blog-section,
  .Blog-Detail.blog-news .blog-section {
    margin-left: 0px;
  }
}
.Blog-Detail .blog-section #recaptcha_area,
.Blog-Detail .blog-section #recaptcha_table {
  margin-left: -3px;
}

.Blog-Detail .blog-section a:hover {
  opacity: 0.7;
}

.Blog-Detail .blog-section .post-body ul {
  list-style: none;
  padding-left: 20px;
}

.Blog-Detail .blog-section .post-body ul li {
  padding-left: 20px;
  position: relative;
}

.Blog-Detail .blog-section .post-body ul li:before {
  content: "";
  border: 2px solid #005DAA;
  border-radius: 100%;
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 14px;
  transform: translate(0, -50%);
  width: 10px;
}

.Blog-Detail .blog-section .post-body ul li + li {
  margin-top: 5px;
}

.Blog-Detail .blog-section .post-body ol {
  counter-reset: li;
  list-style: none;
  padding-left: 40px;
}

.Blog-Detail .blog-section .post-body ol li {
  position: relative;
}

.Blog-Detail .blog-section .post-body ol li:before {
  color: #005DAA;
  counter-increment: li;
  content: counter(li);
  position: absolute;
  width: 22px;
  background-position: center;
  /* left: -25px; */
  left: -19px;
  top: 1px;
  display: block;
  font-weight: bold;
  vertical-align: middle;
  height: 26px;
}

.Blog-Detail .blog-section .post-body ol li:nth-child(n+10):before {
  left: -28px;
}

.Blog-Detail .blog-section .post-body h1,
.Blog-Detail .blog-section .post-body h2,
.Blog-Detail .blog-section .post-body .h1,
.Blog-Detail .blog-section .post-body .h2 {
  text-align: left;
}

.Blog-Detail .blog-section .post-body h2,
.Blog-Detail .blog-section .post-body .h2 {
  color: #565656;
}

@media (min-width: 960px) {
  .Blog-Detail .blog-section .post-body h2:not(#toc-0) {
    margin-top: 60px;
  }
  .Blog-Detail .blog-section .post-body .hs_cos_wrapper h2:first-child:not(#toc-0) {
    margin-top: 0px;
  }
}
.Blog-Detail .blog-section .post-body h5,
.Blog-Detail .blog-section .post-body h6,
.Blog-Detail .blog-section .post-body .h5,
.Blog-Detail .blog-section .post-body .h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-weight: 500;
}

.Blog-Detail .blog-section .post-body blockquote {
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 20px;
  background-color: #f4f8f9;
}

.Blog-Detail .blog-section .post-body blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #005DAA;
  display: inline-block;
  padding-right: 10px;
  font-size: 25px;
  position: relative;
  top: 0px;
  line-height: 0;
}

.Blog-Detail .blog-section .post-body blockquote:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  color: #005DAA;
  display: inline-block;
  padding-left: 10px;
  font-size: 25px;
  position: relative;
  bottom: -10px;
  line-height: 0;
}

.Blog-Detail .blog-section .post-body blockquote p {
  display: inline;
}

.Blog-Detail .blog-section .post-body figure figcaption {
  font-size: 14px;
  margin-top: 6px;
}

.Blog-Detail .blog-section .post-body figure img {
  margin-bottom: 0px !important;
}

.Blog-Detail .blog-section .post-body dl dt {
  margin: 10px 0px;
  font-weight: bold;
}

.Blog-Detail .blog-section .post-body dl dd {
  display: list-item;
  list-style-type: disc;
}

/*----- END BLOG STYLE -----*/
.Blog-Detail .blog-section img {
  /* width: auto; */
  height: auto;
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .sodium-blog .blog-section img {
    max-width: 100% !important;
    margin-bottom: 1.5em;
  }
}
.Blog-Detail .blog-section h2.blog-title {
  margin-top: 55px;
  font-size: 31px;
  color: #ffc400;
  text-align: left;
  font-weight: 400;
}

.Blog-Detail .blog-section ul .social {
  padding: 0px;
  margin: 0px;
  margin-bottom: 40px;
}

.Blog-Detail .blog-section ul .social li {
  margin-right: 10px;
  display: inline-block;
}

.Blog-Detail .blog-section ul .social li:before {
  display: none;
}

.Blog-Detail .blog-section ul .social li a {
  height: 42px;
  width: 42px;
  display: block;
  text-align: center;
  line-height: 42px;
  background-color: #005DAA;
  border-radius: 3px;
  border: solid 1px #005DAA;
  color: #FFFFFF;
}

.Blog-Detail .blog-section ul .social li a:hover {
  background-color: #FFFFFF;
  color: #005DAA;
}

.Blog-Detail .blog-section ul .social li a i {
  font-size: 20px;
}

.Blog-Detail .blog-section .post-details {
  padding: 0px;
  margin: 3px 0px 22px 0px;
  margin-top: 50px;
}

.Blog-Detail.blog-section .post-details li {
  font-size: 11px;
  color: #a09f9f;
  display: inline-block;
}

.Blog-Detail .blog-section .post-details li a {
  color: #a09f9f;
}

.Blog-Detail .blog-section .post-details li i {
  color: #005DAA;
  font-size: 11px;
}

.Blog-Detail .post-cta {
  text-align: center;
  margin-top: 50px;
}

@media (min-width: 481px) and (max-width: 959px) {
  .Blog-Detail .post-cta {
    margin-bottom: 55px;
  }
}
.Blog-Detail .social-blog {
  overflow: hidden;
  height: 269px;
  position: absolute;
  border: 4px;
  overflow: hidden;
  width: 40px;
  transform: translateX(-70px);
}

.Blog-Detail .social-blog .social-list {
  height: 249px;
  position: absolute;
  left: 0;
}

.Blog-Detail .social-blog ul {
  width: 40px;
  margin: 0;
  padding-left: 0px;
}

.Blog-Detail .social-blog ul li {
  background-color: #005DAA;
  list-style: none;
  width: 40px;
  height: 40px;
  padding: 5px 8px;
  margin-bottom: 1px;
  transition: 0.3s;
  border: 2px solid #005DAA;
}

/* social */
.social-blog .social-list ul li {
  background-color: #005DAA;
  list-style: none;
  width: 40px;
  height: 40px;
  padding: 0 8px;
  margin-bottom: 1px;
  transition: 0.3s;
  border: 2px solid #005DAA;
  line-height: 36px;
}
.social-blog .social-list ul li:hover {
  background-color: white;
}
.social-blog .social-list ul li:hover a:hover, .social-blog .social-list ul li:hover a:link {
  opacity: 1;
}
.social-blog .social-list ul li.facebook {
  background-color: #0866FF;
  border: 2px solid #0866FF;
}
.social-blog .social-list ul li.facebook:hover {
  background-color: white;
}
.social-blog .social-list ul li.facebook:hover a {
  color: #0866FF;
}
.social-blog .social-list ul li.twitter {
  background-color: #000;
  border: 2px solid #000;
}
.social-blog .social-list ul li.twitter:hover {
  background-color: white;
}
.social-blog .social-list ul li.twitter:hover i:before {
  filter: brightness(0) invert(0);
}
.social-blog .social-list ul li.hatena {
  background-color: #1ba5dc;
  border: 2px solid #1ba5dc;
}
.social-blog .social-list ul li.hatena:hover {
  background-color: white;
}
.social-blog .social-list ul li.hatena:hover a {
  color: #1ba5dc;
}
.social-blog .social-list ul li.pocket {
  background-color: #ef3e56;
  border: 2px solid #ef3e56;
}
.social-blog .social-list ul li.pocket:hover {
  background-color: white;
}
.social-blog .social-list ul li.pocket:hover a {
  color: #ef3e56;
}
.social-blog .social-list ul li.email {
  background-color: #5da7c6;
  border: 2px solid #5da7c6;
}
.social-blog .social-list ul li.email:hover {
  background-color: white;
}
.social-blog .social-list ul li.email:hover a {
  color: #5da7c6;
}
.social-blog .social-list ul li a {
  display: block;
  text-align: center;
  font-size: 20px;
  color: white;
}

.fab, .fas {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa-twitter:before {
  background-image: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/logo-twitter-white.svg");
  background-size: 18px 18px;
  content: "" !important;
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: top;
}

.Blog-Detail .social-blog ul li a .fa-hatena::before {
  content: "B!";
  font-family: Verdana;
  font-weight: 700;
}

.Blog-Detail .social-blog .hide-arrow {
  background-color: #e1e1e1;
  color: #FFF;
  text-align: center;
  border: 0;
  display: block;
  font-size: 16px;
  width: 40px;
  padding: 1px 0;
  cursor: pointer;
  margin-top: 240px;
}

.Blog-Detail.blog-mobile-layout .social-blog {
  position: absolute !important;
  bottom: 0px;
  top: initial !important;
  width: 100% !important;
  height: 45px;
  transform: translateX(0px);
}

.Blog-Detail.blog-mobile-layout .social-blog.hide-bt {
  bottom: -40px;
}

.Blog-Detail.blog-mobile-layout .social-blog .social-list {
  height: auto;
  width: 100%;
  left: auto;
  right: auto;
  text-align: center;
  bottom: 0px;
}

.Blog-Detail.blog-mobile-layout .social-blog .social-list ul {
  width: 100%;
}

.Blog-Detail.blog-mobile-layout .social-blog .social-list ul li {
  display: inline-block;
}

@media (max-width: 480px) {
  .Blog-Detail.blog-mobile-layout .social-blog {
    position: fixed !important;
    bottom: 0px;
    left: 0px;
    width: 100% !important;
    height: 40px;
    z-index: 998;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #e1e1e1;
    transition: bottom 0.3s ease;
  }
  .Blog-Detail.blog-mobile-layout .social-blog .hide-bt {
    bottom: -40px;
  }
  .Blog-Detail.blog-mobile-layout .social-blog .social-list {
    height: auto;
    width: 100%;
    left: auto;
    right: auto;
    text-align: center;
    bottom: 0px;
  }
  .Blog-Detail.blog-mobile-layout .social-blog .social-list ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Blog-Detail.blog-mobile-layout .social-blog .social-list ul li {
    display: block;
    margin-bottom: 0px;
    height: 40px;
    width: 16.6667%;
    padding: 0 8px;
  }
  .Blog-Detail.blog-mobile-layout .social-blog .hide-arrow {
    margin-top: 0px;
    height: 40px;
    padding: 0px;
    float: right;
    display: none;
  }
  .Blog-Detail.blog-mobile-layout .social-blog .hide-arrow i {
    transform: rotate(90deg);
    font-size: 22px;
  }
}
.Blog-Detail .section.post-body {
  padding: 0 0 50px;
  min-height: 800px;
}

.Blog-Detail .blog-mobile-layout .section.post-body {
  padding-bottom: 90px !important;
}

.Blog-Detail .section.post-body .youtube-container-pane {
  margin: 0 auto;
  max-width: 100% !important;
}

.Blog-Detail .section.post-body .youtube-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.Blog-Detail .section.post-body .youtube-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*----- BLOG STYLE ----- */
.Blog-Detail .section.post-body pre,
.Blog-Detail .section.post-body code {
  font-family: "Source Sans Pro";
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  font-size: 13px;
  line-height: 19px;
  overflow-x: auto;
  overflow-y: auto;
  padding: 6px;
  border-radius: 3px;
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .Blog-Detail .section.post-body {
    padding-top: 15px;
  }
  .Blog-Detail .blog-section,
  .Blog-Detail .widget-type-blog_comments {
    padding-right: 0px;
  }
  .Blog-Detail .widget-type-blog_content > .blog-section {
    padding-right: 0px;
  }
  .Blog-Detail .side-bar-blog .widget-type-blog_subscribe {
    display: none;
  }
}
/* 記事下のfacebookいいねボタン */
.Blog-Detail .fb-likebtn {
  display: table;
  background: #3E3E3E;
  color: #fff;
  text-align: center;
  margin: 30px 0 50px;
  margin-top: 20px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 100%;
}

.Blog-Detail .fb-likebtn .fb_reset {
  display: none;
}

.Blog-Detail .fb-likebtn .fb-button {
  transform: scale(1.2);
  overflow: hidden;
}

.Blog-Detail .fb-likebtn .eyecatch,
.Blog-Detail .fb-likebtn .rightbox {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  border: none;
}

.fb-likebtn .eyecatch img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.fb-likebtn .like_text {
  font-size: 1.05em;
  margin-top: 1em;
  font-weight: bold;
  line-height: 1.4;
}

.fb-likebtn .like_text p {
  margin-bottom: 1em;
  font-weight: normal;
}

.fb-likebtn .like_text .small {
  font-size: 11px;
  color: #ccc;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .fb-likebtn .fb-button {
    transform: scale(1);
  }
  .fb-likebtn .like_text {
    font-size: 0.9em;
  }
  .fb-likebtn .like_text p {
    margin-bottom: 0;
    padding: 0;
  }
  .Blog-Detail .fb-likebtn .eyecatch,
  .Blog-Detail .fb-likebtn .rightbox {
    width: 100%;
  }
  .Blog-Detail .fb-likebtn .eyecatch {
    display: none;
  }
  .Blog-Detail .fb-likebtn .rightbox {
    display: block;
    padding: 20px;
  }
}
/*-----------------------------
  blog-post-header
-----------------------------*/
.blog-post-header {
  margin: 0 0 30px;
}
.blog-post-header .meta {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 0.9rem;
}
.blog-post-header .meta time:nth-child(even) {
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .blog-post-header {
    margin: 30px 0;
  }
  .blog-post-header .meta {
    display: block;
  }
  .blog-post-header .meta time:nth-child(even) {
    margin-left: 10px;
  }
}

/********************************************************/
/********************************************************/
/******* BLOG TEMPLATE CSS *******/
/********************************************************/
/********************************************************/
.Blog-Detail .blog-section .post-body h1 {
  font-size: clamp(1.75rem, 5.6875vw, 2.5rem);
  line-height: 1.4;
  font-weight: 700;
}

.Blog-Detail .blog-section .post-body h2 {
  margin: 0 0 30px;
  color: #005DAA;
  font-size: 28px;
  font-weight: bold;
}

.Blog-Detail .blog-section .post-body h3 {
  margin-bottom: 25px;
  padding-left: 4px;
  padding-bottom: 10px;
  color: #333;
  border-bottom: #333 solid 2px;
  font-weight: bold;
  /* font-size: 22px; */
  font-size: 20px;
}

.Blog-Detail .blog-section .post-body h4,
.Blog-Detail.blog-section .post-body .h4 {
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: bold;
}

.Blog-Detail .blog-section .post-body h3 span,
.Blog-Detail .blog-section .post-body h4 span {
  color: #333;
}

.Blog-Detail .blog-section .post-body h2,
.Blog-Detail .blog-section .post-body h3,
.Blog-Detail .blog-section .post-body h4,
.Blog-Detail .blog-section .post-body h5,
.Blog-Detail .blog-section .post-body h6 {
  line-height: 1.5;
}

.Blog-Detail .blog-section .post-body p {
  line-height: 1.75;
  margin-bottom: 20px;
  margin-top: 20px;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-lines: 3;
}

.Blog-Detail .blog-section .post-body p:first-child {
  margin-top: 0px;
}

.Blog-Detail .blog-section .post-body .hs_cos_wrapper > p:last-child {
  margin-bottom: 0px;
}

.Blog-Detail .blog-section .post-body ul li {
  font-size: 16px;
}

/* .table_style */
.Blog-Detail .blog-section .post-body table {
  width: 100%;
  table-layout: auto;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 1.5;
}

.Blog-Detail .blog-section .post-body table:last-child {
  margin-bottom: 0;
}

.Blog-Detail .blog-section .post-body table td {
  background-color: #f4f4f4;
}

.Blog-Detail .blog-section .post-body table p {
  font-size: 16px;
  margin-bottom: 0;
}

/*===== BLOG STYLE EDITED 17/08/25 =====*/
.Blog-Detail .blog-section .post-body a:not(.Button--large):not(.Button--outline),
.Blog-Detail .blog-section .post-body span a:not(.Button--large):not(.Button--outline) {
  font-size: inherit;
  text-decoration: underline;
}

.Blog-Detail .blog-section .post-body a.link-inside,
.Blog-Detail .blog-section .post-body span a.link-inside {
  text-decoration: none;
}

.Blog-Detail .blog-section .post-body a.link-inside:hover,
.Blog-Detail .blog-section .post-body span a.link-inside:hover {
  text-decoration: underline;
}

.Blog-Detail .blog-section .post-body table td a {
  font-size: 16px;
}

/*===== END BLOG STYLE EDITED 17/08/25 =====*/
@media only screen and (max-width: 767px) {
  .Blog-Detail .section.post-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .Blog-Detail .blog-section .post-body h2 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    padding: 10px 10px;
    /* font-size: 18px; */
    font-size: 20px;
  }
  .Blog-Detail .blog-section .post-body h3 {
    padding-bottom: 6px;
    /* font-size: 16px; */
    font-size: 18px;
  }
  .Blog-Detail .blog-section .post-body h4 {
    font-size: 16px;
  }
  .Blog-Detail .blog-section .post-body p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
/* -----------------------
#toc-box(ブログ目次)
----------------------- */
.Blog-Detail #toc-box {
  /* margin-bottom: 20px; */
  margin-bottom: 30px;
  /* 2018/03/07 目次の表示を対応 */
  padding: 15px 10px 5px 10px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}

.Blog-Detail #toc-title {
  margin-left: 10px;
  font-size: 16px;
  /* font-weight: bold; */
  font-weight: 200;
}

.Blog-Detail #toc-index {
  margin-top: 10px;
  margin-bottom: 10px;
}

.Blog-Detail #toc-index > li:before {
  color: #333;
  font-weight: normal;
}

.Blog-Detail #toc-index > li a {
  font-weight: 400;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .Blog-Detail #toc-index > li a {
    font-size: 16px;
  }
}
.Blog-List .post-news dl.list {
  text-align: left;
  border-top: #ccc dotted 1px;
  margin-top: 0px;
}

.Blog-List .post-news dl.list dt {
  padding-top: 20px;
  padding-left: 8px;
  color: #666;
  font-size: 0.9rem;
}

.Blog-List .post-news dl.list dd {
  margin-top: -48px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 8em;
  font-weight: normal;
  line-height: 1.5;
  border-bottom: #ccc dotted 1px;
  margin-left: 0px;
}

.Blog-List .post-news dl.list dd p {
  margin: 0px;
}

.Blog-List .post-news dl.list dd ul {
  margin-top: 5px;
  padding-left: 0px;
  list-style-position: inside;
}

.Blog-List .post-news dl.list dd .tag {
  background: #005DAA;
  color: #fff;
  font-size: 13px;
  padding: 0px 8px 2px 8px;
  margin-right: 8px;
}

.Blog-List .post-news dl.list dd a {
  font-weight: 500;
  color: #666666;
}

.Blog-List .post-news dl.list dd a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .Blog-List .post-news dl.list {
    border-top: 0px;
  }
  .Blog-List .post-news dl.list dt {
    padding-top: 20px;
  }
  .Blog-List .post-news dl.list dd {
    margin-top: -2rem;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    padding-left: 6rem;
  }
}
/* -----------------------
  #CTA
----------------------- */
@media screen and (max-width: 479px) {
  .Blog-Detail a.cta_button {
    width: 100% !important;
    background: var(--clr-success) !important;
  }
  .Blog-Detail a.cta_button span {
    font-size: 16px !important;
  }
}
/********************************************************/
/********************************************************/
/******************** Subcription Form ******************/
/********************************************************/
/********************************************************/
#Blog-Sidebar .subcription form .hs-form-field {
  margin-bottom: 10px;
}

#Blog-Sidebar .subcription form input.hs-input {
  border: 0;
  border-bottom: dotted 1px #999;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}

#Blog-Sidebar .subcription form .hs-error-msgs {
  text-align: center;
}

#Blog-Sidebar .subcription form .hs_error_rollup {
  margin-bottom: 10px;
  text-align: center;
}

#Blog-Sidebar .subcription form input.hs-input:focus {
  color: initial !important;
  box-shadow: none !important;
  border-color: none !important;
}

#Blog-Sidebar .subcription form .actions,
#Blog-Sidebar .subcription form .hs-form-booleancheckbox {
  text-align: center;
}

#Blog-Sidebar .subcription form .actions .hs-button.primary {
  width: 100%;
  height: 40px;
  line-height: 36px;
  font-size: 14px;
}

#Blog-Sidebar .subcription form .form-privacy {
  margin-bottom: 0px;
}

#Blog-Sidebar .subcription form .hs-error-msgs {
  margin-top: 0px;
}

#Blog-Sidebar .subcription form label {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  position: relative;
}

#Blog-Sidebar .subcription form label span {
  color: #333;
}

#Blog-Sidebar .subcription form label span.hs-form-required {
  color: #FFF;
  background-color: #f00;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  font-size: 11px;
}

#Blog-Sidebar .subcription form input[type=checkbox] {
  position: relative;
  height: 3px;
  width: 15px;
  top: -6px;
  margin-right: 3px;
  visibility: hidden;
}

#Blog-Sidebar .subcription form input[type=checkbox] + span {
  color: #333;
}

#Blog-Sidebar .subcription form input[type=checkbox] + span:before {
  content: "\f096";
  position: absolute;
  top: -3px;
  left: -1px;
  display: block;
  color: #e0e0e0;
  width: 16px;
  height: 16px;
  font-family: "Font Awesome 5 Free";
}

#Blog-Sidebar .subcription form input[type=checkbox]:checked + span:before {
  content: "\f14a";
  color: #4da6db;
}

#Blog-Sidebar .subcription form input[type=radio] {
  position: relative;
  height: 3px;
  width: 15px;
  top: -6px;
  visibility: hidden;
  margin-right: 8px;
}

#Blog-Sidebar .subcription form input[type=radio] + span {
  color: #333;
}

#Blog-Sidebar .subcription form input[type=radio] + span:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -1px;
  background-image: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/radio.png");
  display: block;
  width: 16px;
  height: 16px;
  background-position: 0px 0px;
}

#Blog-Sidebar .subcription form input[type=radio]:checked + span:before {
  background-position: 16px 0px;
}

#Blog-Sidebar .subcription form select {
  background-color: #fff;
  border: 0;
  outline: 0;
  font-size: 16px;
  border-bottom: solid 1px #ffc400;
  color: #626262;
  margin-top: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0px;
  border-radius: 0;
  background-image: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/arrow_down.png");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 64%;
}

#Blog-Sidebar .subcription form fieldset.form-columns-1 .input,
#Blog-Sidebar .subcription form fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}

#Blog-Sidebar .subcription form fieldset.form-columns-2 .hs_lastname,
#Blog-Sidebar .subcription form fieldset.form-columns-2 .hs_firstname {
  width: 100%;
  float: none;
}

#Blog-Sidebar .subcription form fieldset.form-columns-1 input[type=email] {
  width: 100% !important;
}

#Blog-Sidebar .subcription form fieldset.form-columns-1 .hs_privacy_policy_check input {
  width: auto !important;
}

#Blog-Sidebar .subcription form fieldset.form-columns-1 .hs_privacy_policy_check .input input[type=checkbox].hs-input + span:before {
  display: none;
}

#Blog-Sidebar .subcription form.hs-form .hs-form-field .input input[type=checkbox].hs-input + span {
  padding-left: 0px;
}

#Blog-Sidebar .subcription form fieldset.form-columns-1 .hs_privacy_policy_check .input input[type=checkbox].hs-input + span:after {
  top: 12px;
}

#Blog-Sidebar .subcription form fieldset.form-columns-2 .hs_lastname input,
#Blog-Sidebar .subcription form fieldset.form-columns-2 .hs_firstname input {
  width: 100%;
}

#Blog-Sidebar .subcription form.hs-form .inputs-list li label {
  font-size: 12px;
  color: #F00;
}

#Blog-Sidebar .subcription ul.inputs-list {
  list-style-type: none;
  padding-left: 0px;
}

#Blog-Sidebar .subcription .subscript input {
  width: 100%;
}

#Blog-Sidebar .subcription .blog-subscribe {
  margin-top: 20px;
  border-top: none;
  background: #FFF;
}

#Blog-Sidebar .subcription .blog-subscribe h3.title {
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
  position: relative;
}

#Blog-Sidebar .subcription .blog-subscribe h3.title::after {
  content: "";
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223px%22%20height%3D%223px%22%20viewBox%3D%220%200%203%203%22%20fill%3D%22hsla%25280%2C%200%25%2C%2065%25%2C%201.0%2529%22%3E%3Cpolygon%20points%3D%220%2C0.5%200%2C1.5%201.5%2C3%202.5%2C3%22%2F%3E%3Cpolygon%20points%3D%222.5%2C0%201.5%2C0%203%2C1.5%203%2C0.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 3px 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}

#Blog-Sidebar .subcription .blog-subscribe h3.title span {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  margin-right: 10px;
  color: #333;
}

#Blog-Sidebar .subcription .blog-subscribe .form-title {
  display: none;
}

#Blog-Sidebar .subcription .widget-type-form {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-left: 0px;
}

#Blog-Sidebar .subcription .blog-subscribe .hs-form {
  padding-left: 5px;
  padding-right: 5px;
}

#Blog-Sidebar .subcription form .hs_privacy_policy_check {
  margin-top: -10px;
}

#Blog-Sidebar .subcription form .hs_privacy_policy_check input {
  width: auto !important;
}

#Blog-Sidebar .subcription form .hs_privacy_policy_check .input input[type=checkbox].hs-input + span:before {
  display: none;
}

#Blog-Sidebar .subcription form.hs-form .hs-form-field .input input[type=checkbox].hs-input + span {
  padding-left: 0px;
}

#Blog-Sidebar .subcription form .hs_privacy_policy_check .input input[type=checkbox].hs-input + span:after {
  top: 10px;
}

#Blog-Sidebar .subcription .submit-message {
  font-size: 13px;
  line-height: 20px;
}

#Blog-Sidebar form.search-blog-form {
  display: flex;
  height: 40px;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}
#Blog-Sidebar form.search-blog-form input.input-keyword {
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-right: 0;
  height: 40px;
  line-height: 1.5;
  padding: 10px 10px 13px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
#Blog-Sidebar form.search-blog-form input.input-keyword:focus {
  border-color: #005DAA;
}
#Blog-Sidebar form.search-blog-form button.search-btn {
  background: #005DAA;
  align-items: center;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  padding: 0;
  margin: 0;
  display: flex;
  height: 40px;
  justify-content: center;
  max-width: 40px;
  width: 100%;
  transition: opacity 0.3s;
  border: none;
}
#Blog-Sidebar form.search-blog-form button.search-btn:disabled {
  background-color: #bbb;
  opacity: 1;
}

/********************************************************/
/********************************************************/
/******************** Search Form ***********************/
/********************************************************/
/********************************************************/
.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools {
  position: relative;
  padding: 10px;
  margin-bottom: 0;
  width: 100%;
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools * {
  padding: 0px;
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table,
.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools th,
.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools td {
  padding: 0;
  border-style: none;
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box {
  margin-bottom: 0;
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input {
  height: 40px;
  padding: 0;
  border-bottom: #999 dotted 1px;
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box {
  border: none;
  height: auto;
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box-focus, .Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box-hover {
  box-shadow: none !important;
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box input.gsc-input {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px !important;
  margin: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: #999 dotted 1px;
  box-sizing: border-box;
  transition: background-color 0.24s ease-in-out;
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box input.gsc-input::-webkit-input-placeholder, .Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box input.gsc-input:-ms-input-placeholder, .Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box input.gsc-input::-moz-placeholder {
  color: #ccc;
  border: none !important;
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box input.gsc-input:focus, .Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input .gsc-input-box input.gsc-input:hover {
  box-shadow: none;
  color: #0D1722;
  border: none !important;
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-search-button:before {
  display: none;
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-search-button .gsc-search-button-v2 {
  padding: 8px 27px;
  width: auto;
  background-color: #FF9900 !important;
  border: none !important;
  cursor: pointer;
  height: 30px;
  margin-top: 10px;
  margin-left: 8px !important;
  transition: all 0.3s linear;
  border-radius: 0 !important;
}

.Blog-Sidebar-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-search-button .gsc-search-button-v2:hover {
  opacity: 0.7;
}

/*========= BLOG COMMON =========*/
@media (max-width: 959px) {
  .Wrap-paddingSmall {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 959px) {
  .Blog-Basic #BreadCrumb.BlogBreadCrumb ul.breadcrumb {
    border-bottom: none;
  }
}
/********************************************************/
/********************************************************/
/******************** Form in Blog Post *****************/
/********************************************************/
/********************************************************/
.Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound {
  background-color: #2c3e50;
}

.Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound h3.form-title {
  border-bottom: none;
  margin-bottom: 20px;
}

.Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound ul.hs-error-msgs {
  padding-left: 0px;
  list-style-type: none;
}

.Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound ul.hs-error-msgs li {
  padding-left: 0px;
}

.Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound ul.hs-error-msgs li:before {
  display: none;
}

@media (max-width: 960px) {
  .Blog-Basic .LP-Form.LP-Form-inpage.overlay {
    padding: 0px;
  }
  .Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound {
    padding: 30px 30px;
  }
}
@media (max-width: 479px) {
  .Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound {
    padding: 30px 15px;
  }
}
.Blog-Basic .LP-Flex .Wrap {
  margin: 0 !important;
  width: 100%;
  padding: 0;
}

.Blog-Basic .LP-Flex .Section-title {
  background: #75abe4;
  padding: 10px 20px;
  font-weight: 500;
  color: white;
  max-width: none;
}

.Blog-Basic .LP-Flex .Section-header {
  margin-bottom: 0;
}

.Blog-Basic .LP-Flex .Section-body {
  background: #f7f7f7;
  padding: 30px 20px;
}

.Blog-Basic .LP-Flex .Post--title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.Blog-Basic .LP-Flex .Post--body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: opacity 0.3s;
}

.Blog-Basic .LP-Flex .Post--body:hover {
  opacity: 0.7;
}

.Blog-Basic .LP-Flex .Post--content {
  width: 55%;
}

.Blog-Basic .LP-Flex .Post--image {
  width: 45%;
}

.Blog-Basic .LP-Flex .Post--image figure {
  margin: 0 20px;
  max-width: 195px;
  max-height: 100px;
  overflow: hidden;
  margin-left: 0;
}

.Blog-Basic .LP-ListResources .Column-item {
  margin: 0 10px;
}

.Blog-Basic .LP-ListResources .Column-item a {
  transition: opacity 0.3s;
  display: block;
}

.Blog-Basic .LP-ListResources .Column-item a:hover {
  opacity: 0.7;
}

.Blog-Basic .LP-ListResources .ColumnContentSection-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 15px;
}

@media (max-width: 639px) {
  .Blog-Basic .LP-ListResources .ColumnContentSection-thumb {
    max-width: 200px;
  }
  .Blog-Basic .LP-ListResources .Column-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .Blog-Basic .LP-ListResources .Column-item a {
    text-align: center;
  }
}
.Blog-Basic .LP-ListResources .Section-header {
  margin-bottom: 0;
}

.Blog-Basic .LP-ListResources .Section-content {
  background: #f7f7f7;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.Blog-Basic .LP-ListResources .Section-cta {
  margin-top: 0;
  clear: both;
  padding-top: 30px;
  background: #f7f7f7;
  text-align: right;
}

.Blog-Basic .LP-ListResources .Section-cta a {
  background: #474747;
  transition: opacity 0.3s;
  border-radius: 0;
}

.Blog-Basic .LP-ListResources .Section-cta a:after {
  content: "\f0a9";
  font-family: FontAwesome;
  font-style: normal !important;
  padding-left: 10px;
  font-size: 15px;
}

.Blog-Basic .LP-ListResources .Section-cta a:hover {
  opacity: 0.7;
}

.Blog-Basic .ts-fab-wrapper .ts-fab-list {
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.Blog-Basic .ts-fab-wrapper .ts-fab-list li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 15px;
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  border-bottom: none !important;
  text-decoration: none;
  font-size: 13px;
  color: #333;
  font-weight: 700;
  box-sizing: content-box;
  -ms-flex-align: center;
  align-items: center;
}

.Blog-Basic .ts-fab-wrapper .ts-fab-list li .fa {
  margin-right: 7px;
  font-size: 18px;
}

.Blog-Basic .ts-fab-wrapper .ts-fab-tab {
  padding: 20px;
  border: 1px solid #dedede;
  background: #f7f7f7;
  min-height: 80px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Blog-Basic .ts-fab-wrapper .ts-fab-tab .ts-fab-avatar {
  width: 100px;
  text-align: center;
}

.Blog-Basic .ts-fab-wrapper .ts-fab-tab .ts-fab-avatar > a {
  display: inline-block;
  padding: 25px 0;
}

.Blog-Basic .ts-fab-wrapper .ts-fab-tab .ts-fab-text {
  width: calc(100% - 120px);
  margin-left: 20px;
  line-height: 1.5;
}

.Blog-Basic .ts-fab-wrapper .ts-fab-tab .ts-fab-text .ts-fab-header {
  margin-bottom: 10px;
}

.Blog-Basic .ts-fab-wrapper .ts-fab-tab .ts-fab-text .ts-fab-content {
  font-size: 16px;
}

.Blog-Basic .ts-fab-wrapper .ts-fab-tab .ts-fab-social-links {
  margin-top: 5px;
  text-align: center;
}

.Blog-Basic .ts-fab-wrapper .ts-fab-tab .ts-fab-social-links a {
  display: inline-block;
  margin: 0 1px;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.Blog-Basic .ts-fab-wrapper .ts-fab-tab .ts-fab-social-links a:hover {
  opacity: 1;
}

@media (max-width: 479px) {
  .Blog-Basic .ts-fab-wrapper .ts-fab-tab .ts-fab-avatar {
    width: 100%;
  }
  .Blog-Basic .ts-fab-wrapper .ts-fab-tab .ts-fab-text {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
}
.Blog-Basic .post-footer-list ul {
  padding-left: 0;
}

.Blog-Basic .post-footer-list ul li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
}

.Blog-Basic .post-footer-list ul li .fa {
  color: #005DAA;
  margin-right: 5px;
}

/* add */
.Blog-Basic .alignleft {
  margin-right: 20px;
}

.Blog-Basic .alignright {
  margin-left: 20px;
}

@media (max-width: 414px) {
  .Blog-Basic .alignleft, .Blog-Basic .alignright {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
#Blog-Page #related_post ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 20px;
}

#Blog-Page #related_post ul li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
}

#Blog-Page #related_post ul li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  left: 0.6em;
  font-size: 12px;
  color: #27a1ca;
  position: absolute;
  top: 2px;
}

#Blog-Page .post-footer-list ul {
  padding-left: 0px;
  margin-top: 20px;
  margin-bottom: 0;
}

#Blog-Page .post-footer-list ul li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  padding-left: 10px;
}

#Blog-Page .post-footer-list ul li:before {
  display: none;
}

.Blog-Detail .middle-cta {
  margin-top: 0px;
  margin-bottom: 0px;
  margin: 0px 0px 30px;
  width: 100%;
}

.Blog-Detail .middle-cta .Column--6 {
  padding: 0;
}

.Blog-Detail .middle-cta .Column--6 .hs-cta-wrapper {
  display: block;
  padding: 10px;
  background-color: #f6f6f6;
}

.Blog-Detail .middle-cta .Column--6:first-child .hs-cta-wrapper {
  margin-right: 5px;
}

.Blog-Detail .middle-cta .Column--6:last-child .hs-cta-wrapper {
  margin-left: 5px;
}

@media (min-width: 960px) {
  .Blog-Detail .middle-cta .Column--6:first-child {
    text-align: left;
  }
  .Blog-Detail .middle-cta .Column--6:last-child {
    text-align: right;
  }
}
@media (max-width: 959px) {
  .Blog-Detail .middle-cta .Column--6:first-child {
    margin-bottom: 15px;
  }
  .Blog-Detail .middle-cta .Column--6:first-child .hs-cta-wrapper {
    margin-right: 0;
  }
  .Blog-Detail .middle-cta .Column--6:last-child .hs-cta-wrapper {
    margin-left: 0;
  }
  .Blog-Detail .middle-cta .Column--6 {
    text-align: center;
  }
}
.Blog-Detail .cta-middle {
  margin-top: 0px;
  margin-bottom: 0px;
  margin: 0px 0px 30px;
  width: 100%;
}

.Blog-Detail .cta-middle .Column--6 {
  padding: 0;
}

.Blog-Detail .cta-middle .Column--6 .hs-cta-wrapper {
  display: block;
  padding: 10px;
  background-color: #f6f6f6;
}

.Blog-Detail .cta-middle .Column--6:first-child .hs-cta-wrapper {
  margin-right: 5px;
}

.Blog-Detail .cta-middle .Column--6:last-child .hs-cta-wrapper {
  margin-left: 5px;
}

@media (min-width: 960px) {
  .Blog-Detail .cta-middle .Column--6:first-child {
    text-align: left;
  }
  .Blog-Detail .cta-middle .Column--6:last-child {
    text-align: right;
  }
}
@media (max-width: 959px) {
  .Blog-Detail .cta-middle .Column--6:first-child {
    margin-bottom: 15px;
  }
  .Blog-Detail .cta-middle .Column--6:first-child .hs-cta-wrapper {
    margin-right: 0;
  }
  .Blog-Detail .cta-middle .Column--6:last-child .hs-cta-wrapper {
    margin-left: 0;
  }
  .Blog-Detail .cta-middle .Column--6 {
    text-align: center;
  }
}
.attention {
  color: #fff;
  background: #800;
  padding: 3px 3px;
  text-align: center;
  font-weight: bold;
  position: relative;
  top: 38px;
  z-index: 100;
}

.attention a {
  color: #fff;
  font-size: 14px;
}

.Pacnav--is-scrolling .attention {
  display: none;
}

.Pacnav--is-mobile .attention {
  position: absolute;
  top: 64px;
  width: 100%;
  padding: 0;
  z-index: 30;
}

.Pacnav--is-mobile .attention a {
  font-size: 12px;
}

.LP-Basic .attention {
  position: absolute;
  top: 64px;
  width: 100%;
}

#related_resource ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 20px;
}

#related_resource ul li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
}

#related_resource .list .item a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  left: 0.6em;
  font-size: 12px;
  color: #005DAA;
  position: absolute;
  top: 2px;
}

/* form */
.form-page {
  padding: 5rem 0;
}
.form-page .cols-2:nth-child(odd) {
  padding-right: 40px;
}
.form-page .cols-2 h1 {
  font-size: clamp(2rem, 5.6875vw, 2.5rem);
}
.form-page .cols-2 h2 {
  font-size: clamp(1.375rem, 5.6875vw, 1.75rem);
}
@media (max-width: 960px) {
  .form-page .cols-2 {
    flex: 1 1 100%;
  }
  .form-page .cols-2:nth-child(odd) {
    padding: 0 30px;
  }
}
@media (max-width: 414px) {
  .form-page {
    padding: 40px 0;
  }
  .form-page .cols-2:nth-child(odd) {
    padding: 0;
  }
}

.form-img {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 270px;
  padding: 10px;
}
.form-img img {
  max-height: 250px;
  max-width: 300px;
  min-height: 120px;
  min-width: 120px;
}

/* thanks */
.download-block h2 {
  font-size: clamp(1.15rem, 5.6875vw, 1.75rem);
}
.download-block .inner-text {
  margin-bottom: 2rem;
}

.ColumnContentSection .Section-content {
  margin: 40px 0;
}
.ColumnContentSection .Section-content .Column-item {
  margin-bottom: 40px;
}
.ColumnContentSection .Section-content .Row > div > a {
  transition: opacity 0.3s ease-out;
  display: block;
  height: 100%;
  text-decoration: none !important;
}
.ColumnContentSection .Section-content .Row > div > a .ColumnContentSection-icon.thumb {
  max-width: 280px;
  max-height: 409px;
  transition: all 0.3s;
  box-shadow: 0 0 6px 3px rgba(255, 255, 255, 0.3);
  background-color: #FFF;
}
.ColumnContentSection .Section-content .Row > div > a h3 {
  margin: 1rem 0 0;
  font-weight: 400;
}

/* LP-Form */
.LP-Form {
  position: relative;
  padding: 0px 0px 30px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.LP-Form h3 {
  margin: 0 0 20px;
}
.LP-Form ul, .LP-Form li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.hs-fieldtype-booleancheckbox .inputs-list {
  list-style: none;
  padding-left: 0;
}

.hs-fieldtype-booleancheckbox .inputs-list li label {
  position: relative;
}

.hs_inquiry_check ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hs_inquiry_check ul li {
  display: inline-block;
  margin-right: 23px !important;
}

.LP-Form.overlay .form_inbound .hs-form .hs_inquiry_check input[type=checkbox].hs-input + span {
  padding-left: 20px;
}

.hs_inquiry_check ul li label.hs-form-radio-display {
  position: relative;
}

.LP-Form-title,
.LP-Form .form-title {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

@media (max-width: 639px) {
  .LP-Form-title,
  .LP-Form .form-title {
    font-size: 18px;
  }
}
.LP-Form .hs-form-field {
  margin-bottom: 20px;
}

.LP-Form .hs-form-field .inputs-list.multi-container {
  list-style-type: none;
  padding-left: 0px;
}

.LP-Form .hs-form-field .inputs-list.multi-container li label.hs-form-checkbox-display {
  position: relative;
}

.LP-Form .hs-form-field .hs-input, .cpqroi-hubspot .hs-form-field .hs-input {
  font-size: 15px;
  margin-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  border: #ccc solid 1px;
  box-sizing: border-box;
  border-radius: 0;
  height: 40px;
  background-color: transparent;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.LP-Form .hs-form-field .hs-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3); /* Chrome */
}
.LP-Form .hs-form-field .hs-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3); /* IE 10+ */
}
.LP-Form .hs-form-field .hs-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3); /* Firefox 19+ */
  opacity: 1;
}
.LP-Form .hs-form-field .hs-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3); /* Firefox 4 - 18 */
  opacity: 1;
}
.LP-Form .hs-form-field .hs-input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.LP-Form .hs-form-field .hs-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.LP-Form .hs-form-field .hs-input:focus:-ms-input-placeholder {
  color: transparent;
}
.LP-Form .hs-form-field .hs-input:focus::-moz-placeholder {
  color: transparent;
}
.LP-Form .hs-form-field .hs-input:focus:-moz-placeholder {
  color: transparent;
}
.LP-Form .hs-form-field .hs-input:focus::placeholder {
  color: transparent;
}

.LP-Form .hs-form-field input.hs-input {
  width: 100%;
  height: 40px;
}

.LP-Form .hs-form-field select.hs-input {
  width: 100% !important;
  height: 40px;
  margin-top: 3px !important;
  padding-left: 5px;
  padding-right: 0 !important;
  line-height: 1;
  border: #ccc solid 1px;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 0 !important;
  background-image: url("https://www.cincom.co.jp/hubfs/raw_assets/public/corporate/images/icons/angle-down-gray.png");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .LP-Form .hs-form-field select.hs-input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.3);
  }
}
.LP-Form .hs-form-field select.hs-input::-ms-expand {
  display: none;
}

.LP-Form .hs-form-field select.hs-input.white-color {
  color: #fff !important;
}

.LP-Form .hs-form-field select::ms-expand {
  display: none;
}

.LP-Form .hs-form-field textarea.hs-input {
  width: 100%;
  height: inherit;
  min-height: 130px;
}

.LP-Form .hs-form-field input.hs-input:focus,
.LP-Form .hs-form-field textarea.hs-input:focus,
.LP-Form .hs-form-field select.hs-input:focus {
  outline: none;
}

.LP-Form .hs-form-field input[type=email]::-webkit-input-placeholder {
  padding-top: 2px;
  color: rgba(0, 0, 0, 0.3);
}

.LP-Form .hs-form-field input[type=email]:-moz-placeholder {
  padding-top: 2px;
  color: rgba(0, 0, 0, 0.3);
}

.LP-Form .hs-form-field input[type=email]:focus::-webkit-input-placeholder {
  color: transparent;
}

.LP-Form .hs-form-field input[type=email]:focus:-moz-placeholder {
  color: transparent;
}

.LP-Form .hs-form-field input[type=email]:focus::-moz-placeholder {
  color: transparent;
}

.LP-Form .hs-form-field input[type=checkbox].hs-input,
.LP-Form .hs-form-field input[type=radio].hs-input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.LP-Form .hs-form-field input[type=checkbox].hs-input + span,
.LP-Form .hs-form-field input[type=radio].hs-input + span {
  position: relative;
  padding: 0 0px 0 24px;
}

.LP-Form .hs-form-field input[type=checkbox].hs-input + span::before, .LP-Form .hs-form-field input[type=checkbox].hs-input + span::after,
.LP-Form .hs-form-field input[type=radio].hs-input + span::before,
.LP-Form .hs-form-field input[type=radio].hs-input + span::after {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  content: "";
  box-sizing: border-box;
}

.LP-Form .hs-form-field input[type=checkbox].hs-input + span::before,
.LP-Form .hs-form-field input[type=radio].hs-input + span::before {
  z-index: 0;
  background-color: transparent;
  width: 15px;
  height: 15px;
  border: 2px #ddd solid;
}

.LP-Form .hs-form-field input[type=checkbox].hs-input + span::after,
.LP-Form .hs-form-field input[type=radio].hs-input + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}

.LP-Form .hs-form-field input[type=checkbox].hs-input:checked + span::before,
.LP-Form .hs-form-field input[type=radio].hs-input:checked + span::before {
  background-color: #005DAA;
}

.LP-Form .hs-form-field input[type=checkbox].hs-input:checked + span::after,
.LP-Form .hs-form-field input[type=radio].hs-input:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 6px;
  left: 4px;
  margin: 0px;
  content: "";
  width: 7px;
  height: 7px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .LP-Form .hs-form-field input[type=checkbox].hs-input + span::before,
  .LP-Form .hs-form-field input[type=radio].hs-input + span::before {
    top: 5px;
  }
  .LP-Form .hs-form-field input[type=checkbox].hs-input + span::after,
  .LP-Form .hs-form-field input[type=radio].hs-input + span::after {
    top: 5px;
  }
}
.LP-Form .hs-form-field label span {
  font-size: 15px;
  font-weight: 400;
}

.LP-Form .hs-form-field label span.hs-form-required {
  font-size: 0;
}

.LP-Form .hs-form-field label span.hs-form-required::after {
  background-color: red;
  border-radius: 3px;
  color: #fff;
  content: "必須";
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.45;
  margin-left: 8px;
  padding: 1px 6px 2px;
  white-space: nowrap;
}

.LP-Form .hs-form-field .grecaptcha-badge {
  margin-right: auto;
  margin-left: auto;
}

.LP-Form .hs-form-field .hs-error-msgs {
  margin: 0px;
  padding-left: 0px;
  list-style: none;
}

.LP-Form .hs-form-field .hs-error-msgs li {
  line-height: 18px;
}

.LP-Form .hs-form-field .hs-error-msgs li label {
  font-size: 12px;
  color: #F20;
  font-weight: 700;
  margin-top: 5px;
}

.LP-Form .hs-richtext {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}

.LP-Form .form-columns-2 .hs-form-field {
  width: 50%;
  float: left;
}

.LP-Form .form-columns-2 .hs-form-field .input {
  margin-right: 8px;
}

.LP-Form .form-columns-2 .hs-form-field:last-child .input {
  margin-right: 0px;
}

.LP-Form .form-columns-1 .hs-form-field .input {
  margin-right: 0px;
}

.LP-Form .form-columns-1 .hs-form-field .input .hs-input {
  width: 100%;
}

.LP-Form .form-columns-1 .hs-form-field select.hs-input {
  background-position-x: 99%;
}

.LP-Form .actions {
  text-align: center;
}

.LP-Form .hs-privacy_policy_check .inputs-list {
  list-style: none;
  text-align: center;
}

.LP-Form .hs-privacy_policy_check .inputs-list .hs-error-msgs label {
  text-align: center;
}

.LP-Form .hs-privacy_policy_check .inputs-list li label {
  position: relative;
}

.LP-Form .hs_error_rollup .inputs-list {
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
}

.LP-Form .hs_error_rollup .inputs-list li label {
  font-size: 12px;
  color: #F20;
  font-weight: 700;
  margin-top: 5px;
}

.LP-Form .form-privacy {
  color: #666;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.LP-Form .form-privacy img {
  margin-right: 10px;
  display: block;
  width: 75px;
  float: left;
  background-color: #fff;
}

.LP-Form .form-privacy a {
  color: #005DAA;
  text-decoration: underline;
}

@media (max-width: 639px) {
  .LP-Form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .LP-Form fieldset.form-columns-2 .hs-form-field .input {
    margin-right: 0px !important;
  }
  .LP-Form fieldset.form-columns-2 .hs-form-field .input input.hs-input {
    width: 100% !important;
  }
}
.LP-Form.overlay {
  position: relative;
  padding: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.LP-Form.overlay .opacity-bg {
  background: rgba(25, 116, 210, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.LP-Form.overlay .form_head {
  position: relative;
}

.LP-Form.overlay .form_head .form-title {
  margin-top: 0px;
}

.LP-Form.overlay .form_head .form-subtitle {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.LP-Form.overlay .form_inbound {
  width: 100%;
  margin: 0 auto;
  background: white !important;
  border-radius: 8px !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4) !important;
  padding-bottom: 50px;
  padding-top: 40px;
  border-top: none;
  box-shadow: none;
  padding: 40px;
}

.LP-Form.overlay .form_inbound .form-title,
.LP-Form.overlay .form_inbound .form-subtitle {
  text-align: center;
  margin-top: 0px;
}

.LP-Form.overlay .form_inbound .hs-form {
  /*---  Checkbox style --- */
}

.LP-Form.overlay .form_inbound .hs-form .hs-form-field {
  margin-bottom: 20px;
}

.LP-Form.overlay .form_inbound .hs-form fieldset {
  max-width: none !important;
}

.LP-Form.overlay .form_inbound .hs-form label span {
  font-weight: 400;
}

.LP-Form.overlay .form_inbound .hs-form .hs-error-msgs label {
  font-weight: 700;
  color: #F00 !important;
}

.LP-Form.overlay .form_inbound .hs-form input.hs-input {
  height: 40px;
}

.LP-Form.overlay .form_inbound .hs-form textarea.hs-input {
  height: inherit;
  min-height: 130px;
}

.LP-Form.overlay .form_inbound .hs-form select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.LP-Form.overlay .form_inbound .hs-form select.hs-input.white-color {
  color: #fff !important;
}

.LP-Form.overlay .form_inbound .hs-form select.hs-input option {
  color: #000 !important;
}

.LP-Form.overlay .form_inbound .hs-form select.hs-input::-ms-expand {
  display: none;
}

.LP-Form.overlay .form_inbound .hs-form input.hs-input,
.LP-Form.overlay .form_inbound .hs-form textarea.hs-input {
  width: 100%;
}

.LP-Form.overlay .form_inbound .hs-form input.hs-input:focus,
.LP-Form.overlay .form_inbound .hs-form textarea.hs-input:focus select.hs-input:focus {
  outline: none;
}

.LP-Form.overlay .form_inbound .hs-form .hs-input::-webkit-input-placeholder,
.LP-Form.overlay .form_inbound .hs-form .hs-input:-ms-input-placeholder,
.LP-Form.overlay .form_inbound .hs-form .hs-input::-moz-placeholder,
.LP-Form.overlay .form_inbound .hs-form .hs-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.LP-Form.overlay .form_inbound .hs-form fieldset.form-columns-2 .hs-form-field:last-child .input,
.LP-Form.overlay .form_inbound .hs-form fieldset.form-columns-1 .hs-form-field .input {
  margin-right: 0px;
}

.LP-Form.overlay .form_inbound .hs-form .hs_error_rollup label {
  margin: 10px 0px 20px 0px;
  text-align: center;
}

.LP-Form.overlay .form_inbound .hs-form .hs_privacy_policy_check .inputs-list .hs-form-booleancheckbox-display,
.LP-Form.overlay .form_inbound .hs-form .hs_privacy_policy_check .hs-error-msgs label {
  text-align: center;
}

.LP-Form.overlay .form_inbound .hs-form .hs_privacy_policy_check .inputs-list {
  padding-left: 0;
}

.LP-Form.overlay .form_inbound .hs-form input[type=checkbox].hs-input,
.LP-Form.overlay .form_inbound .hs-form input[type=radio].hs-input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

.LP-Form.overlay .form_inbound .hs-form input[type=checkbox].hs-input + span,
.LP-Form.overlay .form_inbound .hs-form input[type=radio].hs-input + span {
  position: relative;
  padding: 0 0px 0 22px;
}

.LP-Form.overlay .form_inbound .hs-form input[type=checkbox].hs-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.LP-Form.overlay .form_inbound .hs-form .hs_recaptcha .grecaptcha-badge {
  margin: auto;
}

@media (max-width: 960px) {
  .LP-Form.overlay {
    padding: 30px;
  }
  .LP-Form.overlay .form_inbound {
    padding: 30px 15px;
  }
}
@media (max-width: 640px) {
  .LP-Form.overlay .form_inbound .form-title {
    margin-bottom: 10px;
  }
  .LP-Form.overlay .form_inbound fieldset.form-columns-2 .hs-form-field .input,
  .LP-Form.overlay .form_inbound fieldset.form-columns-1 .hs-form-field .input {
    margin-right: 0px;
  }
}
@media (max-width: 414px) {
  .LP-Form.overlay {
    padding: 0;
  }
  .LP-Form.overlay .form_inbound {
    padding: 30px 20px;
  }
  .LP-Form.overlay .form_inbound .container {
    padding-right: 0px;
    padding-left: 0px;
  }
}
/* Form in Blog Post */
.Blog-Detail .LP-Form.LP-Form-inpage.overlay .form_inbound {
  background-color: #2c3e50;
}

.Blog-Detail .LP-Form.LP-Form-inpage.overlay .form_inbound h3.form-title {
  border-bottom: none;
  margin-bottom: 20px;
}

.Blog-Detail .LP-Form.LP-Form-inpage.overlay .form_inbound ul, .Blog-Detail .LP-Form.LP-Form-inpage.overlay .form_inbound ul li {
  margin: 0;
  padding: 0;
}
.Blog-Detail .LP-Form.LP-Form-inpage.overlay .form_inbound ul::before, .Blog-Detail .LP-Form.LP-Form-inpage.overlay .form_inbound ul li::before {
  content: none;
}

.Blog-Detail .LP-Form.LP-Form-inpage.overlay .form_inbound ul.hs-error-msgs {
  padding-left: 0px;
  list-style-type: none;
}

.Blog-Detail .LP-Form.LP-Form-inpage.overlay .form_inbound ul.hs-error-msgs li {
  padding-left: 0px;
}

.Blog-Detail .LP-Form.LP-Form-inpage.overlay .form_inbound ul.hs-error-msgs li:before {
  display: none;
}

@media (max-width: 960px) {
  .Blog-Detail .LP-Form.LP-Form-inpage.overlay {
    padding: 0px;
  }
  .Blog-Detail .LP-Form.LP-Form-inpage.overlay .form_inbound {
    padding: 30px 30px;
  }
}
@media (max-width: 479px) {
  .Blog-Detail .LP-Form.LP-Form-inpage.overlay .form_inbound {
    padding: 30px 15px;
  }
}
@media (max-width: 767.98px) {
  .system-basic h1, .system-basic .h1-size {
    font-size: 1.6rem;
    text-align: left;
  }
}

/* system-password */
.system-password-page {
  min-height: 40vh;
}

.system-password #hs-pwd-widget-password {
  padding: 10px;
  height: 48px !important;
  line-height: 48px;
  margin-right: 15px;
  margin-top: 0 !important;
  width: 100%;
  max-width: 400px;
}

/* subscription */
.subscription-block {
  min-height: 40vh;
}

#subscription-contents {
  text-align: left;
  padding-bottom: 80px;
}
#subscription-contents .hs_cos_wrapper_type_email_subscriptions .page-header h1,
#subscription-contents .hs_cos_wrapper_type_email_subscriptions_confirmation .page-header h1,
#subscription-contents .hs_cos_wrapper_type_email_simple_subscription .page-header h1 {
  display: none;
}
#subscription-contents .hs_cos_wrapper_type_email_subscriptions .page-header h2,
#subscription-contents .hs_cos_wrapper_type_email_subscriptions_confirmation .page-header h2,
#subscription-contents .hs_cos_wrapper_type_email_simple_subscription .page-header h2 {
  font-size: 24px;
  font-weight: 700;
}

#email-prefs-form .email-prefs .item {
  cursor: pointer !important;
  margin: 30px 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#email-prefs-form .email-prefs .item .item-inner {
  background: #f0f4f5;
  border-radius: 8px;
  box-shadow: 0 4px 30px 8px rgba(90, 90, 90, 0.07);
  margin-top: 0;
  overflow: hidden;
  padding: 0 20px 20px;
  transition-duration: 0.15s;
  transition-property: background;
  transition-timing-function: linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#email-prefs-form .email-prefs .item .item-inner .checkbox-row {
  font-weight: 700;
}
#email-prefs-form .email-prefs .item .item-inner p {
  clear: both;
  margin: 0 26px;
}
#email-prefs-form input[type=checkbox],
#email-prefs-form input[type=email] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}
#email-prefs-form input[type=email] {
  width: 100% !important;
  max-width: 500px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  font-family: Noto Sans JP, Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
  font-size: 15px;
  height: 40px;
  margin-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
#email-prefs-form input[type=checkbox] + span {
  grid-gap: 5px;
  align-items: center;
  display: grid;
  font-size: 1.125rem !important;
  font-weight: 700;
  grid-template-columns: 1.125em 1fr;
  min-height: 18px;
  position: relative;
  cursor: pointer;
}
#email-prefs-form input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
}
#email-prefs-form input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 6px;
  display: block;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  display: none;
}
#email-prefs-form input[type=checkbox]:checked + span::before {
  background-color: #005DAA;
}
#email-prefs-form input[type=checkbox]:checked + span::after {
  display: block;
}
#email-prefs-form .subscribe-options {
  margin-bottom: 1rem;
}
#email-prefs-form .subscribe-options p {
  margin: 0;
}

/* search-results */
.search-page h2 {
  margin: 0 0 1.5rem;
}
.search-page .search-page-form {
  display: flex;
  height: 50px;
  width: 100%;
}
.search-page .search-page-form .input-keyword {
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-right: 0;
  height: 50px;
  line-height: 1.5;
  padding: 10px 10px 13px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
.search-page .search-page-form .input-keyword:focus {
  border-color: #005DAA;
}
.search-page .search-page-form .search-button {
  background: #005DAA;
  align-items: center;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  padding: 10px;
  margin: 0;
  display: flex;
  height: 50px;
  justify-content: center;
  max-width: 50px;
  width: 100%;
  transition: opacity 0.3s;
  border: none;
}
.search-page .search-page-form .search-button:disabled {
  background-color: #bbb;
  opacity: 1;
}

.search-page-results ul, .search-page-results li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-page-results .hs-search-results__listing {
  margin-bottom: 2rem;
}
.search-page-results .hs-search-results__listing li a {
  display: block;
  color: #333;
  transition: 0.2s;
}
.search-page-results .hs-search-results__listing li a:hover {
  background-color: #f6f6f6;
}
.search-page-results .result-item {
  grid-column-gap: 40px;
  border-top: 1px solid #ededed;
  display: flex;
  padding: 40px 20px;
}
.search-page-results .result-item .hs-search-results__listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-page-results .result-item .hs-search-results__featured-image {
  border-radius: 3px;
  max-width: 167px;
  min-width: 167px;
  overflow: hidden;
  width: 100%;
}
.search-page-results .result-item .hs-search-results__featured-image img {
  aspect-ratio: 3/2;
  border-radius: 3px;
  object-fit: cover;
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
}
.search-page-results .result-item .result-texts {
  grid-row-gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-page-results .result-item .result-texts h3, .search-page-results .result-item .result-texts p {
  margin: 0;
}
@media (max-width: 767.98px) {
  .search-page-results .result-item {
    display: block;
  }
  .search-page-results .result-item .hs-search-results__featured-image {
    max-width: initial;
    width: 100%;
    margin-bottom: 1em;
  }
  .search-page-results .result-item .hs-search-results__featured-image img {
    aspect-ratio: 16/9;
  }
}

.page-navi .page-numbers {
  display: flex;
}
.page-navi .page-numbers li {
  display: inline-block;
  margin-right: 5px;
}
.page-navi .page-numbers li a, .page-navi .page-numbers li span {
  background-color: #005DAA;
  border: 1px solid #005DAA;
  border-radius: 2px;
  padding: 10px 0;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  width: 34px;
  transition: 0.2s;
}
.page-navi .page-numbers li a svg path, .page-navi .page-numbers li span svg path {
  fill: white;
}
.page-navi .page-numbers li a.current, .page-navi .page-numbers li span.current {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #333;
}
.page-navi .page-numbers li a:hover, .page-navi .page-numbers li span:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* 404,500 */
.system-hero {
  padding: 100px 0;
}
.system-body {
  padding: 100px 0;
  min-height: 70vh;
}
@media (max-width: 767.98px) {
  .system-body {
    padding: 0 0 2rem;
    min-height: initial;
  }
}/*# sourceMappingURL=template.css.map */