@charset "UTF-8";

/* 既存の基礎部分css移植 */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
  tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5
}

:where(html:has(dialog:modal[open])) {
  overflow: clip
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth
  }
}

:where(body) {
  line-height: inherit;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased
}

:where(button) {
  all: unset
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit
}

:where(textarea) {
  resize: vertical;
  resize: block
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer
}

:where(:disabled, label:has(>:disabled, +disabled)) {
  cursor: not-allowed
}

:where(a) {
  color: inherit;
  text-underline-offset: .2ex
}

:where(ul, ol) {
  list-style: none
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word
}

:where(h1, h2, h3) {
  line-height: calc(1em + .5rem);
  text-wrap: balance
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
  user-select: none !important
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: revert;
  vertical-align: middle
}

:where(h1, h2, h3) {
  text-wrap: revert
}

:where(fieldset) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset
}

:where(summary) {
  list-style: none
}

:where(summary)::-webkit-details-marker {
  display: none
}

:where([tabindex="-1"]:focus-visible) {
  outline: none;
  box-shadow: none
}

@media (prefers-reduced-motion) {

  *,
  *:before,
  *:after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-delay: 1ms !important;
    animation-iteration-count: 1 !important
  }
}

:root {
  --color-primary: #08312a;
  --color-background: #f6f5f3;
  --color-border: #ccc;
  --color-text: #222;
  --color-link: #0645ad;
  --color-link-visited: var(--color-link);
  --color-link-hover: var(--color-link);
  --color-dark: #000;
  --color-light: #fff;
  --color-base: #005091;
  --color-sub: #199ba5;
  --font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --base-font-size: 1rem;
  --base-line-height: 1.75rem;
  --hover-opacity: .8
}

:root {
  --header-height: 110px
}

html {
  height: var(--100vh, 100vh);
  min-height: 100%;
  color-scheme: light;
  scrollbar-gutter: auto;
  scroll-padding-top: var(--header-height)
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto
  }
}

body {
  min-width: 1200px;
  font-family: var(--font-family);
  font-size: 100%;
  line-height: inherit;
  color: var(--color-text);
  font-weight: 400;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict
}

hr {
  height: 0;
  margin: 0;
  background: none;
  border: none
}

figure {
  text-align: center
}

*+figure {
  margin-top: 40px
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: top
}

@page {
  margin: 20px
}

*+p {
  margin-top: 37px
}

h3+p {
  margin-top: 35px
}

p+p {
  margin-top: 28px
}

.p-newsHeading+p {
  margin-top: 24px
}

strong,
b {
  font-weight: 700
}

em {
  font-style: italic
}

mark {
  background-color: transparent
}

sup {
  font-size: smaller;
  vertical-align: super
}

sub {
  font-size: smaller;
  vertical-align: sub
}

a {
  color: var(--color-link);
  text-decoration: underline
}

a:where(:visited) {
  color: var(--color-link-visited)
}

@media (any-hover: hover) {
  a:where(:hover) {
    color: var(--color-link-hover);
    text-decoration: none
  }
}

h2 {
  padding: 20px 40px 17px;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  background-color: #309ba51a
}

*+h2 {
  margin-top: 55px
}

.p-introFlow+h2 {
  margin-top: 76px
}

.p-tocArea+h2 {
  margin-top: 26px
}

.c-columnBox+h2 {
  margin-top: 58px
}

h3 {
  position: relative;
  padding: 0 0 0 17px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5
}

h3:before {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 4px;
  height: 100%;
  margin: 0;
  content: "";
  background-color: #199ba5
}

*+h3 {
  margin-top: 37px
}

*+h4 {
  margin-top: 30px
}

*+ul,
*+ol {
  margin-top: 37px
}

p:has(strong)+ul,
strong+ul,
p:has(strong)+ol,
strong+ol {
  margin-top: 10px
}

ol {
  counter-reset: listNum
}

li {
  position: relative;
  padding-left: 20px
}

li+li {
  margin-top: 5px
}

ul li,
ol ul li {
  padding-left: 20px
}

ul li:before,
ol ul li:before {
  position: absolute;
  top: 9px;
  left: 9px;
  display: block;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background-color: var(--color-base)
}

ol>li,
ul ol>li {
  padding-left: 28px
}

ol>li:before,
ul ol>li:before {
  counter-increment: listNum;
  content: counter(listNum) ".";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.5em;
  height: auto;
  text-align: right;
  border-radius: 0;
  background-color: transparent
}

table {
  background-color: #fff;
  border-collapse: collapse;
  border-bottom: 1px solid #a4bccd
}

table thead th {
  padding: 8px 10px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  background-color: var(--color-base)
}

table thead th+th {
  border-left: 1px solid #fff
}

table tbody tr:nth-child(2n) {
  background-color: #f8f8f8
}

table tbody td {
  padding: 38px 26px 35px 31px;
  font-weight: 700;
  border: none
}

*+table {
  margin-top: 63px
}

input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box
}

select,
button {
  cursor: pointer
}

button {
  width: 100%;
  overflow: visible
}

input::-ms-clear,
input::-ms-reveal,
select::-ms-expand {
  display: none
}

fieldset {
  border: none
}

legend {
  width: 100%
}


/* mfg用css */
.mfg {
  --base-font-size: 1rem;
  --base-line-height: 1.5rem;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

/* 既存のクラスに「mfg-」追加 */
.mfg-p-categoryHead {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 317px;
  padding: 32px 20px 25px
}

.mfg-p-categoryHead--underLayer {
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 369px;
  padding: 60px 20px 25px
}

.mfg-p-categoryHead__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.mfg-p-categoryHead__img figure {
  width: 100%;
  height: 100%
}

.mfg-p-categoryHead__img img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.mfg-p-categoryHead__body {
  position: relative;
  translate: 0 -8px
}

.mfg-p-categoryHead--underLayer .mfg-p-categoryHead__body {
  translate: 0 0
}

.mfg-c-categoryTitle {
  color: #fff;
  text-align: center
}

.mfg-c-categoryTitle__main {
  font-size: 2.5rem;
  line-height: 1.275;
  font-weight: 700
}

.mfg-c-categoryTitle__txt {
  margin-top: 40px;
  font-size: 1.25rem;
  line-height: 1.5
}


.mfg-p-breadCrumb__body {
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin: 0;
  margin-inline: auto;
  padding: 8px 20px 6px
}

.mfg-p-breadCrumb__item {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: .75rem;
  line-height: 1.5
}

.mfg-p-breadCrumb__item:before {
  display: none
}

.mfg-p-breadCrumb__item+.mfg-p-breadCrumb__item:before {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  width: fit-content;
  margin: 0 10px 0 13px;
  content: ">"
}

.mfg-p-breadCrumb__item__link,
.mfg-p-breadCrumb__item__link:visited {
  color: var(--color-text)
}


.mfg-p-pageLeadText {
  padding: 50px 0 67px
}

.mfg-c-sectionTitle {
  margin: 0;
  padding: 0;
  color: var(--color-text);
  font-size: 2rem;
  line-height: 1.59375;
  font-weight: 700;
  text-align: center;
  border: none;
  background-color: transparent
}

.mfg-c-sectionLeadText {
  color: var(--color-text);
  font-size: 1.25rem;
  line-height: 1.75;
  text-align: center
}

*+.mfg-c-sectionLeadText {
  margin-top: 30px
}

.mfg-l-section__body {
    padding: 70px 0 92px;
}

.mfg-l-section__contents {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
}

.mfg-l-section--inquiry {
  background-color: var(--color-base)
}

.mfg-l-section--inquiry .mfg-l-section__body {
  padding: 66px 0 70px
}

.mfg-l-section__btn {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 50px;
  text-align: center
}

.mfg-l-section--inquiry .mfg-l-section__btn {
  margin-top: 44px
}

.mfg-c-sectionTitle {
  margin: 0;
  padding: 0;
  color: var(--color-text);
  font-size: 2rem;
  line-height: 1.59375;
  font-weight: 700;
  text-align: center;
  border: none;
  background-color: transparent
}

.mfg-l-section--inquiry .mfg-c-sectionTitle {
  color: #fff
}

.mfg-p-inquiryBtnList {
  display: flex;
  justify-content: center;
  gap: 30px
}

.mfg-p-inquiryBtnList__item {
  line-height: 100%;
  margin: 0;
  padding: 0
}

.mfg-p-inquiryBtnList__item:before {
  display: none
}

.mfg-c-inquiryBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 72px;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
  border: solid 2px #fff;
  box-shadow: 0 3px 6px #00000029;
  background-image: linear-gradient(to right, #005091, #0f7d9d 60%, #199ba5);
  border-radius: 36px
}

.mfg-c-inquiryBtn:hover {
  opacity: var(--hover-opacity)
}

.mfg-c-inquiryBtn:after {
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url(../images/icon_arrow_white.svg);
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  translate: 0 -50%
}

.mfg-c-inquiryBtn--materials {
  background-color: #fff;
  background-image: none;
  border: 2px solid #fff
}

.mfg-c-inquiryBtn--materials:after {
  background-image: url(../images/icon_arrow_blue.svg)
}

.mfg-c-inquiryBtn__txt {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5
}

.mfg-c-inquiryBtn--materials .mfg-c-inquiryBtn__txt {
  color: var(--color-base)
}

.mfg-c-inquiryBtn--inquiry .mfg-c-inquiryBtn__txt {
  padding-right: 8px
}

.mfg-c-inquiryBtn--inquiry .mfg-c-inquiryBtn__txt:before {
  display: block;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  content: "";
  background-image: url(../images/icon_mail.svg);
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

.mfg-c-inquiryBtn--materials .mfg-c-inquiryBtn__txt {
  padding-right: 11px;
  font-size: 1rem;
  line-height: 1.875;
  translate: 2px 0
}

.mfg-c-inquiryBtn--materials .mfg-c-inquiryBtn__txt:before {
  display: block;
  width: 17px;
  height: 18px;
  margin-right: 6px;
  content: "";
  background-image: url(../images/icon_dl.svg);
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}


/* mfg common */
.mfg h3::before{
  display: none;
}

/* 投資最適化を実現するまでのフロー */
.mfg-section-management {
  .mfg-l-section__body {
    padding: 70px 0 36px;
    .mfg-p-pageLeadText {
      padding: 0 0 100px
    }
  }
}

.mfg-flow {
  background: #F8F8F8;
  padding: 80px 25px 40px;
  position: relative;
}

.mfg-flow__ttl {
  position: absolute;
  background: #005091;
  border-radius: 50px;
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 21px 40px 16px;
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-height: 66px;
}

.mfg-flowBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 48px;
  grid-row-gap: 0px;
}
.mfg-flowBox__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  background: #fff;
  padding: 30px 20px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
.mfg-flowBox__item:last-child {
  background: #F5F8FA;
}
.mfg-flowBox__item:not(:last-child)::after {
  content: '';
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -27px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #199BA5;
  border-right: 2px solid #199BA5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfg-flowBox__ttl {
  color: #199BA5;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.mfg-flowBox__ttl span {
  font-size: 1rem;
}
.mfg-flowBox__img {
  margin-top: 18px;
}
.mfg-flowBox__txt {
  margin-top: 18px;
}

/* 製造業のよくある課題とNEXTが解決できること */
.mfg-section-issue {
  background: #F5F8FA;
}

.mfg-issue {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  margin-top: 75px;
}

.mfg-issue__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  background: #fff;
  padding: 0 30px 39px 30px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  position: relative;
}

.mfg-issue__ttl {
  background: #EEEEEE;
  margin: 0 -30px 41px;
  padding: 45px 30px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mfg-issue__ttl::after {
  content: '';
  width: 40px;
  height: 19px;
  background-color: #EEEEEE;
  clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mfg-issue__ttl--sub {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  background: #005091;
  border-radius: 50px;
  display: inline-block;
  padding: 4px 20px;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mfg-issue__ttl--main {
  font-size: 1.25rem;
  text-align: center;
  margin: 0;
}

.mfg-solve {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mfg-solve__ttl {
  display: inline-block;
  background: #199BA5;
  padding: 5px 19px 5px 25px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
}

.mfg-solve__txt {
  font-size: 1.25rem;
  font-weight: bold;
  color: #005091;
  text-align: center;
  margin: 0;
}

.mfg-solve__txt--min {
  font-size: 1.125rem;
}

.mfg-solve__img {
  margin: 30px auto 0;
}

.mfg-solve__btn {
  margin-top: 30px;
}

.mfg-solve__btn a {
  display: block;
  border: 3px solid #1E559F;
  border-radius: 10px;
  background: #fff;
  color: #1E559F;
  position: relative;
  padding: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.mfg-solve__btn a:hover {
  opacity: var(--hover-opacity);
}

.mfg-solve__btn a:not(:last-child) {
  margin-bottom: 15px;
}

.mfg-solve__btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #1E559F;
  border-right: 2px solid #1E559F;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}


/* 製造業におけるNEXTの強み */
.mfg-section-strength {
}

.mfg-strength {
  margin-top: 69px;
}

.mfg-strength__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F5F8FA;
  margin-bottom: 40px;
  padding: 39px 43px;
}

.mfg-strength__box {
  max-width: 557px;
}

.mfg-strength__ttl {
  font-size: 1.25rem;
  font-weight: bold;
  color: #199BA5;
  margin: 0 0 30px;
  padding: 0;
}


.mfg-strength__txt {
  font-size: 1rem;
  line-height: 28px;
}

.mfg-strength__btn {
  display: inline-block;
  border: 2px solid #000;
  border-radius: 50px;
  color: #000;
  position: relative;
  padding: 25px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  max-width: 412px;
  width: 100%;
  margin-top: 15px;
}

.mfg-strength__btn:hover {
  opacity: var(--hover-opacity);
}


.mfg-strength__btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.mfg-strength__img {
  max-width: 440px;
  margin: 0;
}

/* 製造業における導入事例 */
.mfg-section-case {
}

.mfg-case {
  margin-top: 69px;
}

.mfg-case__ttl {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background: #199BA5;
  padding: 21px;
  text-align: center;
}

.mfg-caseBox {
  display: flex;
  justify-content: space-between;
  background: #F5F8FA;
  padding: 56px 44px 48px 35px;
}

.mfg-caseBox__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 491px - 80px);
  position: relative;
}

.mfg-caseBox__ttl {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: #3E3E3E;
  padding: 4px 19px;
  border-radius: 50px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mfg-caseBox__list {
}

.mfg-caseBox__list li {
  position: relative;
  padding-left: 74px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 32px;
}

.mfg-caseBox__device {
 margin-top: 30px;
}

.mfg-caseBox__device dt {
}

.mfg-caseBox__device dd {
  display: flex;
}

.mfg-caseBox__device dd div {
  width: 50%;
}


.mfg-caseBox__list li::before {
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 38px;
  content: "";
  background-image: url(../images/manufacturing_icon_check.svg);
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.mfg-caseBox__item--solve {
  width: 491px;
  background: #fff;
  padding: 37px 27px 44px 24px;
}

.mfg-caseBox__item--solve .mfg-caseBox__ttl {
  background: #005091;
}

.mfg-caseBox__item--solve .mfg-caseBox__img {
  margin-top: 0;
}

.mfg-caseBox__item--solve .mfg-caseBox__list li {
  padding-left: 48px;
  margin-bottom: 0;
}

.mfg-caseBox__item--solve .mfg-caseBox__list li::before {
  content: '';
  top: 0;
  left: 0;
  width: 24px;
  height: 25px;
}

.mfg-caseInquiry {
  margin-top: 39px;
  text-align: center;
}

.mfg-caseInquiry__txt {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 11px;
}

.mfg-caseInquiry__txt::before, .mfg-caseInquiry__txt::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: black;
}
.mfg-caseInquiry__txt:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.mfg-caseInquiry__txt:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.mfg-caseInquiry .mfg-c-inquiryBtn--inquiry {
  margin: 0 auto;
}


/* よくある質問 */
.mfg-section-faq {
  background: #EAEAEA;
}

.mfg-faq {
  margin-top: 39px;
}

.mfg-faq__item {
}

.mfg-faq__question {
  font-size: 1.125rem;
  font-weight: bold;
  color: #262626;
  cursor: pointer;
  background: #F3F3F3;
  padding: 17px 50px 17px 53px;
  position: relative;
}

.mfg-faq__question::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 17px;
  width: 17px;
  height: 22px;
  background-image: url(../images/manufacturing_faq_q.svg);
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mfg-faq__question::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: normal;
  transition: transform 0.2s;
  line-height: 1;
  color: #B81C21;
  font-size: 1.125rem;
  font-weight: bold;
}

.mfg-faq__item.mfg-is-open .mfg-faq__question::after {
    content: "ー";
}

.mfg-faq__answer {
  font-size: 1rem;
  padding: 25px 50px 50px 53px;
  background: #fff;
  display: none;
  position: relative;
}

.mfg-faq__answer::before {
  position: absolute;
  content: '';
  top: 24px;
  left: 17px;
  display: block;
  width: 18px;
  height: 20px;
  background-image: url(../images/manufacturing_faq_a.svg);
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
