@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
.smts2023 *,
.smts2023 ::before,
.smts2023 ::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
.smts2023 ::before,
.smts2023 ::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
.smts2023 {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/*body {
  margin: 0;
} */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
.smts2023 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
.smts2023 dl dl,
.smts2023 dl ol,
.smts2023 dl ul,
.smts2023 ol dl,
.smts2023 ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
.smts2023 ol ol,
.smts2023 ol ul,
.smts2023 ul ol,
.smts2023 ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
.smts2023 hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
 * Add the correct display in IE.
 */
.smts2023 main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
.smts2023 nav ol,
.smts2023 nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
.smts2023 nav li::before {
  content: "?";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
.smts2023 pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
.smts2023 a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
.smts2023 abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
.smts2023 b,
.smts2023 strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
.smts2023 code,
.smts2023 kbd,
.smts2023 samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
.smts2023 small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
.smts2023 audio,
.smts2023 canvas,
.smts2023 iframe,
.smts2023 img,
.smts2023 svg,
.smts2023 video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
.smts2023 audio,
.smts2023 video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
.smts2023 audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
.smts2023 iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
.smts2023 img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
.smts2023 svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
.smts2023 svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
.smts2023 table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
.smts2023 button,
.smts2023 input,
.smts2023 select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
.smts2023 button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
.smts2023 button,
.smts2023 [type=button],
.smts2023 [type=reset],
.smts2023 [type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
.smts2023 fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
.smts2023 input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
.smts2023 legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
.smts2023 progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
.smts2023 select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
.smts2023 textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
.smts2023 [type=checkbox],
.smts2023 [type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
.smts2023 [type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
.smts2023 ::-webkit-inner-spin-button,
.smts2023 ::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
.smts2023 ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
.smts2023 ::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
.smts2023 ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
.smts2023 ::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
.smts2023 :-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
.smts2023 :-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
.smts2023 details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
.smts2023 dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.smts2023 dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
.smts2023 summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
.smts2023 canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
.smts2023 template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
.smts2023 a,
.smts2023 area,
.smts2023 button,
.smts2023 input,
.smts2023 label,
.smts2023 select,
.smts2023 summary,
.smts2023 textarea,
.smts2023 [tabindex] {
  -ms-touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
.smts2023 [hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
.smts2023 [aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
.smts2023 [aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
.smts2023 [aria-disabled=true],
.smts2023 [disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
.smts2023 [aria-hidden=false][hidden] {
  display: initial;
}

.smts2023 [aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
.smts2023 button,
.smts2023 input,
.smts2023 select,
.smts2023 textarea {
  background-color: transparent;
  /* 1 */
  border: 1px solid WindowFrame;
  /* 1 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  letter-spacing: inherit;
  /* 2 */
  padding: 0.25em 0.375em;
  /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
.smts2023 select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
.smts2023 select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */
.smts2023 [type=color],
.smts2023 [type=range] {
  border-width: 0;
  padding: 0;
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
.smts2023 ::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
.smts2023 :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

.smts2023 * {
  padding: 0;
  margin: 0;
  color: #232323;
}

.smts2023 *,
.smts2023 *::before,
.smts2023 *::after {
  box-sizing: border-box;
}

.smts2023 h1,
.smts2023 h2,
.smts2023 h3,
.smts2023 h4,
.smts2023 h5,
.smts2023 h6 {
  font-size: inherit;
  font-weight: inherit;
}

.smts2023 li {
  list-style-type: none;
}

.smts2023 th {
  font-weight: inherit;
}

.smts2023 address {
  font-style: inherit;
}

.smts2023 fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

.smts2023 a {
  color: inherit;
  text-decoration: none;
}
.smts2023 a:hover {
  opacity: 0.7;
}

.smts2023 img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.smts2023 button,
.smts2023 input,
.smts2023 select,
.smts2023 textarea {
  padding: 0;
  border: 0;
}

.smts2023 button:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
}

html .smts2023 {
  font-size: 62.5%;
}

body div.smts2023 {
  /* height: 100vh; */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
	font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  body .smts2023 {
    font-size: 14px;
  }
}

@supports (-webkit-touch-callout: none) {
  body .smts2023 {
    height: -webkit-fill-available;
  }
}
.smts2023 [v-cloak] {
  visibility: hidden;
}

.smts2023 .l-wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .smts2023 .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .smts2023 .sp {
    display: none !important;
  }
}

.smts2023 main {
	height: auto;
	width: 100%;
	/* overflow: hidden; */
}
@media screen and (max-width: 767px) {
	.smts2023 {
		height: auto!important;
	}
}

.smts2023 .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.smts2023 .breadcrumbsWrapper {
    text-align: center;
    display: block;
    margin: 0;
    padding: 20px 0;
    position: relative;
    z-index: 2;
    background-color: #EFEFEA;
    margin-bottom: -48px;
}
@media screen and (max-width: 767px) {
  .smts2023 .breadcrumbsWrapper{
    margin-bottom: -24px;
  }
}
.smts2023 .breadcrumbs {
    width: 100%;
    font-size: 12px;
    margin: auto;
    padding: 0 30px;
}
.smts2023 .breadcrumbs ol {
    list-style: decimal;
    margin: 0 0 0 2em;
    justify-content: flex-stert;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 12px;
    height: 12px;
}
.smts2023 .breadcrumbs ol li {
    display: inline-block;
    white-space: nowrap;
    margin: 0 7px 5px 0;
    padding: 0 19px 0 0;
    position: relative;
}
.smts2023 .breadcrumbs li::before{
  content: "" !important;
}

.smts2023 .c-sec__ttl .inner{
  max-width: 1200px;
}
@media screen and (max-width: 1100px) {
  .smts2023 .inner {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .smts2023 .inner {
    padding: 0 20px;
  }
}
.smts2023 .inner--index {
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  .smts2023 .inner--index {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .smts2023 .inner--index {
    padding: 0 20px;
  }
}
.smts2023 .inner--item {
  padding: 0 50px;
}
@media screen and (max-width: 1100px) {
  .smts2023 .inner--item {
    padding: 0 calc(2% + 50px);
  }
}
@media screen and (max-width: 767px) {
  .smts2023 .inner--item {
    padding: 0 20px;
  }
}
.smts2023 .inner .c-toIndex {
  position: absolute;
  top: -73px;
  left: 0;
  width: 77px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.smts2023 .inner .c-toIndex.second-toIndex{
  width: 91px;
}
@media screen and (max-width: 1100px) {
  .smts2023 .inner .c-toIndex {
    left: 2%;
  }
  .smts2023 .inner .c-toIndex.second-toIndex{
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .smts2023 .inner .c-toIndex {
    top: -60px;
    left: 20px;
    width: 50px;
  }
  .smts2023 .inner .c-toIndex:nth-child(2){
    width: 70px;
  }
}
.smts2023 .CB2C3F {
  color: #CB2C3F;
}

.smts2023 .c-blank--youtube {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: bold;
  margin-top: 14px;
}
.smts2023 .c-blank--youtube img {
  display: inline;
  width: 41px;
  margin-left: 10px;
}

.smts2023 .c-blank--youtube--absolute {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .smts2023 .c-blank--youtube--absolute {
    position: initial;
    margin-top: 14px;
  }
}
.smts2023 .c-blank--youtube--absolute.movie_poi{
	bottom: 45px;
	right: 30px;
}
.smts2023 .c-blank--youtube--absolute p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: bold;
}
.smts2023 .c-blank--youtube--absolute p:not(:last-child) {
  margin-bottom: 14px;
}
.smts2023 .c-blank--youtube--absolute img {
  display: inline;
  width: 41px;
  margin-left: 10px;
}
.smts2023 .modal__open:hover {
  opacity: 0.8;
  cursor: pointer;
}
.smts2023 .modal__bg {
  background: rgba(35, 35, 35, 0.8);
  border-radius: 20px;
  padding: 50px;
  position: fixed;
  top: 10%;
  left: 5vw;
  width: 90vw;
  height: 80vh;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .smts2023 .modal__bg {
    width: 100vw;
    height: calc(100vh - 80px);
    border-radius: 0;
    top: 80px;
    left: 0;
    padding: 40px 10px 35px;
		padding: 5vw;
	}
}
.smts2023 .modal__bg.active {
  opacity: 1;
  visibility: visible;
}
.smts2023 .modal__close {
  font-size: 44px;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  top: 16px;
  right: 36px;
}
@media screen and (max-width: 767px) {
  .smts2023 .modal__close {
    font-size: 24px;
    top: 10px;
    right: 15px;
  }
}
.smts2023 .modal__close:hover {
  cursor: pointer;
}
.smts2023 .modal__content {
  width: 100%;
  height: 100%;
}
.smts2023 .modal__content iframe {
  width: 100%;
  height: 100%;
}
.smts2023 .l-header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  padding: 0 55px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .smts2023 .l-header {
    padding: 0 20px;
  }
}
.smts2023 .l-header .header__logo {
  margin-right: 30px;
}
.smts2023 .l-header__right {
  color: #FFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .smts2023 .l-header__right {
    position: absolute;
    top: 80px;
    left: 100vw;
    background: #000;
    width: 100%;
    height: calc(100vh - 80px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 20px;
    transition: all 0.5s ease;
  }
  .smts2023 .l-header__right.active {
    left: 0;
  }
}
.smts2023 .l-header__right li {
  color: #FFF;
  font-size: 15px;
}
.smts2023 .l-header__solution {
  position: relative;
  cursor: pointer;
}
.smts2023 .l-header__hitohako a{
  background: url(/solutions/commercial/store/smts2023/images/header-back.svg) no-repeat top 9px right 15px / 20px 8px;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 3px 45px 3px 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .smts2023 .l-header__solution:hover::after {
    background: none !important;
  }
}
.smts2023 .l-header__solution:hover::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #CB2C3F;
  position: absolute;
  bottom: 0;
  left: 0;
}
.smts2023 .l-header__solution:hover .l-header__solution__list {
opacity: 1;
visibility: visible;
}
.smts2023 .l-header__solution__list {
  opacity: 0;
  visibility: hidden;
  width: 350px;
  padding: 22px 22px 22px 58px;
  background: rgba(77, 77, 77, 0.75);
  border-radius: 10px;
  position: absolute;
  top: 45px;
  left: 0;
  transition: all 0.5s ease;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .smts2023 .l-header__solution__list {
    width: 100%;
    padding: 22px;
    background: none;
    position: initial;
    display: none;
    transition: none;
  }
}
.smts2023 .l-header__solution__list li {
  position: relative;
}
.smts2023 .l-header__solution__list li:not(:last-child) {
  margin-bottom: 15px;
}
.smts2023 .l-header__solution__list li.current {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
.smts2023 .l-header__solution__list li.current::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -33px;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  background-image: url(/store/solution/images/202308/common/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 10px;
}
.smts2023 .l-header__solution__list.active {
  opacity: 1;
  visibility: visible;
}
.smts2023 .l-header .sp__nav {
  width: 30px;
  height: 25px;
  position: relative;
}
.smts2023 .l-header .sp__nav span {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 0;
}
.smts2023 .l-header .sp__nav span:nth-child(1) {
  top: 0;
}
.smts2023 .l-header .sp__nav span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.smts2023 .l-header .sp__nav span:nth-child(3) {
  bottom: 0;
}
.smts2023 .l-header .sp__nav.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.smts2023 .l-header .sp__nav.active span:nth-child(2) {
  display: none;
}
.smts2023 .l-header .sp__nav.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.smts2023 .c-sitemap {
  background: #EFEFEA;
  padding: 80px 0;
}
.smts2023 .c-sitemap__ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smts2023 .c-sitemap__ttl {
    font-size: 20px;
    text-align: center;
  }
}
.smts2023 .c-sitemap__ttl:not(:first-of-type) {
  margin-top: 50px;
}
.smts2023 .c-sitemap__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .smts2023 .c-sitemap__list {
    flex-direction: inherit;
    flex-wrap: wrap;
  }
}
.smts2023 .c-sitemap__list li {
  height: 120px;
  background: #56a5b7;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s;
  padding: 8px 15px;
  position: relative;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .smts2023 .c-sitemap__list li {
    font-size: 13px;
  }
}
.smts2023 .c-sitemap__list li:hover {
  background: #e60039;
}
.smts2023 .c-sitemap__list li::after {
  content: "";
  width: 8px;
  height: 20px;
  background: url(/store/solution/images/202308/common/arrow-right-FFF.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-sitemap__list li::after{
    width: 6px;
    height: 18px;
    right: 8px;
  }
}
.smts2023 .c-sitemap__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 0.7;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
	font-size: 20px;
}
.smts2023 .c-sitemap__list li a:hover {
  opacity: 1;
}
.smts2023 .c-sitemap__list li span {
  font-size: 26px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .smts2023 .c-sitemap__list li span {
    font-size: 15px;
  }
}
.smts2023 .c-sitemap__list--01 li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .smts2023 .c-sitemap__list--01 li {
    width: 46.5%;
    height: 86px;
  }
}
.smts2023 .c-sitemap__list--02 li {
  width: 50%;
  height: 100px;
}
.smts2023 .c-sitemap__list--02 li span{
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .smts2023 .c-sitemap__list--02 li {
    width: 80%;
    font-size: 13px;
    height: 76px;
    margin: 0 auto;
  }
  .smts2023 .c-sitemap__list--02 li span{
    font-size: 15px;
  }
}

.smts2023 .c-linkButtons {
    margin-top: 60px;
}

.smts2023 .c-linkButtons .inner .button-info{
    display: block;
    font-size: 30px;
    /*font-weight: 700;*/
    padding-top: 30px;
    margin: 0 auto 20px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .smts2023 .c-linkButtons .inner .button-info{
      width: 100%;
      padding-top: 0;
      padding-bottom:3vh; 
			font-size: 20px;
			font-weight: 700;*
    }
}

.smts2023 .c-linkButtons a {
    width: 480px;
    display: block;
    background-color: #56a5b7;
    border-radius: 5px;
    padding: 15px;
    margin: 0 auto;
    transition: all 0.3s;
    box-shadow: 3px 3px 5px rgba(178, 178, 178, 0.7333333333);
}
@media screen and (max-width: 767px) {
    .smts2023 .c-linkButtons a{
      width: 100%;
    }
}
.smts2023 .c-linkButtons a span {
    display: block;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
}

.smts2023 .c-contact {
  background: #FFF;
  margin: 0 auto;
  text-align: center;
  padding: 105px 0 120px;
}
@media screen and (max-width: 767px) {
  .smts2023 .c-contact {
    padding: 50px 0 65px;
  }
}
.smts2023 .c-contact__ttl {
  /*font-family: "Futura Md", sans-serif;*/
  font-size: 30px;
  font-weight: 500;
  color: #101010;
  /*letter-spacing: 0.1em;*/
  margin-bottom: 40px;
	text-align: center;
}
@media screen and (max-width: 767px) {
  .smts2023 .c-contact__ttl {
    font-size: 20px;
    margin-bottom: 25px;
		font-weight: 700;
  }
}
.smts2023 .c-contact__link {
  display: inline-block;
  width: 480px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
  background: #e60039;
  border-radius: 100px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .smts2023 .c-contact__link {
    width: 90%;
    font-size: 16px;
  }
}



.smts2023 .c-toTop {
  position: fixed;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  right: 10px;
  top: calc(100% - (108px + 66px + 20px));
  width: 12.6px;
  height: 108px;
}
@media only screen and (min-width: 1024px){
  .smts2023 .c-toTop {
    top: calc(100% - (120px + 30px));
    width: 14px;
    height: 120px;
    right: 30px;
  }
}
.smts2023 .c-toTop.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.smts2023 .global-footer {
  clear: both;
  padding: 29px 50px 12px;
  position: relative;
  overflow: hidden;
  color: #9B9B9B;
  background-color: #000;
}

.smts2023 .global-footer a {
  color: #9B9B9B;
}

.smts2023 .footer-logo {
  width: 143px;
  float: left;
  line-height: 0;
}

.smts2023 .footer-link-list {
  margin-left: 34px;
  display: flex;
  float: left;
}

.smts2023 .footer-link-list li {
  line-height: 1;
  margin-right: 25px;
}

.smts2023 .footer-link-list li a {
  font-size: 1.2rem;
}

.smts2023 .sns-list {
  padding-right: 90px;
  display: flex;
  float: right;
}

.smts2023 .sns-list li {
  width: 46px;
  margin-right: 10px;
}

.smts2023 .sns-list li a {
  position: relative;
  display: block;
}

.smts2023 .sns-list li a .icon {
  width: 46px;
  height: 24px;
  position: relative;
  display: block;
}

.smts2023 .sns-list li a .icon::before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.smts2023 .sns-list li a .label {
  display: block;
  text-align: center;
  color: #9B9B9B;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.1em;
  word-break: keep-all;
  -webkit-transform: scale(0.8) translate(-10%, -27%);
  transform: scale(0.8) translate(-10%, -27%);
}

.smts2023 .sns-list li a .facebook::before {
  width: 24px;
  height: 24px;
  background-image: url("/store/solution/images/202308/common/icon-facebook.svg");
  background-size: cover;
  top: -4px;
}

.smts2023 .sns-list li a .twitter01::before,
.smts2023 .sns-list li a .twitter02::before {
  width: 23px;
  height: 19px;
  background-image: url("/store/solution/images/202308/common/icon-twitter.svg");
  background-size: cover;
  top: -1px;
}

.smts2023 .sns-list li a .youtube::before {
  width: 29px;
  height: 20px;
  background-image: url("/store/solution/images/202308/common/icon-youtube.svg");
  background-size: cover;
  top: -3px;
}

.smts2023 .copyright {
  color: #9B9B9B;
  line-height: 1.5;
  font-size: 1.2rem;
  float: left;
}

.smts2023 .page-link {
  line-height: 1;
  position: absolute;
  right: 2%;
  top: 29px;
}

.smts2023 .page-link a {
  line-height: 1;
  position: absolute;
  display: block;
  position: relative;
  padding-right: 25px;
  font-size: 1.2rem;
}

.smts2023 .page-link a .arrow::after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 7px;
  right: 0;
  top: 3px;
  background-image: url(/store/solution/images/202308/common/icon-arrow.svg);
}

@media only screen and (max-width: 1044px) {
  .smts2023 .global-footer {
    padding: 40px 26px 35px;
  }

  .smts2023 .footer-logo {
    float: none;
    width: 110px;
  }

  .smts2023 .footer-link-list {
    float: none !important;
    margin-left: 0;
    margin-top: 16px;
  }

  .smts2023 .footer-link-list li {
    margin-right: 21px;
  }

  .smts2023 .footer-link-list li a {
    font-size: 1.05rem;
  }

  .smts2023 .sns-list {
    padding-right: 0;
    margin-top: 32px;
    float: none;
  }

  .smts2023 .sns-list li {
    width: 40px;
    margin-right: 25px;
  }

  .smts2023 .sns-list li:first-child {
    width: 22px;
  }

  .smts2023 .sns-list li .icon {
    width: 44px;
    height: 24px;
  }

  .smts2023 .sns-list li .label {
    width: 48px;
    -webkit-transform: scale(0.7) translate(-14%, -63%);
    transform: scale(0.7) translate(-14%, -63%);
  }

  .smts2023 .sns-list li .facebook::before {
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 22px;
    height: 22px;
  }

  .smts2023 .sns-list li .twitter01::before, .sns-list li .twitter02::before {
    width: 20px;
    height: 17px;
  }

  .smts2023 .sns-list li .youtube::before {
    width: 26px;
    height: 18px;
  }

  .smts2023 .sns-list li .copyright {
    float: none;
    margin-top: 15px;
    font-size: 0.75rem;
    -webkit-transform: scale(0.75) translate(-17%, 0);
    transform: scale(0.75) translate(-17%, 0);
  }

  .smts2023 .page-link {
    position: absolute;
    right: 21px;
    top: 40px;
  }

  .smts2023 .page-link a {
    padding-right: 0;
  }

  .smts2023 .page-link a .arrow::after {
    display: block;
    width: 15px;
    height: 8px;
    right: 14px;
    top: -14px;
  }

  .smts2023 .copyright {
    float: none;
    margin-top: 15px;
    font-size: 0.75rem;
    -webkit-transform: scale(0.75) translate(-17%, 0);
    transform: scale(0.75) translate(-17%, 0);
  }
}
@media screen and (max-width: 767px) {
  .smts2023 .global-header {
    padding: 15px;
    height: 61px;
  }
}
.smts2023 .anchor{
  padding-top: 118px !important;
  margin-top: -80px;
}
/* ! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
.smts2023 *,
.smts2023 ::before,
.smts2023 ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
.smts2023 ::before,
.smts2023 ::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html .smts2023 {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.

body .smts2023 {
  margin: 0;
  line-height: inherit; 
}*/
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
.smts2023 p {
	text-align: inherit;
}
.smts2023 hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
.smts2023 abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
.smts2023 h1,
.smts2023 h2,
.smts2023 h3,
.smts2023 h4,
.smts2023 h5,
.smts2023 h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
.smts2023 a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
.smts2023 b,
.smts2023 strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
.smts2023 code,
.smts2023 kbd,
.smts2023 samp,
.smts2023 pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
.smts2023 small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
.smts2023 sub,
.smts2023 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.smts2023 sub {
  bottom: -0.25em;
}
.smts2023 sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
.smts2023 table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
.smts2023 button,
.smts2023 input,
.smts2023 optgroup,
.smts2023 select,
.smts2023 textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
.smts2023 button,
.smts2023 select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
.smts2023 button,
.smts2023 [type='button'],
.smts2023 [type='reset'],
.smts2023 [type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
.smts2023 :-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
.smts2023 :-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
.smts2023 progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
.smts2023 ::-webkit-inner-spin-button,
.smts2023 ::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
.smts2023 [type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
.smts2023 ::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
.smts2023 ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
.smts2023 summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
.smts2023 blockquote,
.smts2023 dl,
.smts2023 dd,
.smts2023 h1,
.smts2023 h2,
.smts2023 h3,
.smts2023 h4,
.smts2023 h5,
.smts2023 h6,
.smts2023 hr,
.smts2023 figure,
.smts2023 p,
.smts2023 pre {
  margin: 0;
}
.smts2023 fieldset {
  margin: 0;
  padding: 0;
}
.smts2023 legend {
  padding: 0;
}
.smts2023 ol,
.smts2023 ul,
.smts2023 menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
.smts2023 textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
.smts2023 input::-webkit-input-placeholder, .smts2023 textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
.smts2023 input:-ms-input-placeholder, .smts2023 textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
.smts2023 input::placeholder,
.smts2023 textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
.smts2023 button,
.smts2023 [role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
.smts2023 :disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
.smts2023 img,
.smts2023 svg,
.smts2023 video,
.smts2023 canvas,
.smts2023 audio,
.smts2023 iframe,
.smts2023 embed,
.smts2023 object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
.smts2023 img,
.smts2023 video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
.smts2023 [hidden] {
  display: none;
}
.smts2023 *, .smts2023 ::before, .smts2023 ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.smts2023 .block{
  display: block;
}
.smts2023 .text-\[20px\]{
  font-size: 20px;
}
.smts2023 .font-bold{
  font-weight: 700;
}
.smts2023 .text-\[\#00f\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity));
}

@media screen and ( max-width: 767px){
	.smts2023 .l-header__solution__list {
		visibility: visible;
		display: block;
		opacity: 1;
	}
}
