@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Poppins:wght@400;500&display=swap");
.mci-container__contents-wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.mci-container__contents-wrap > .cmp-container {
  margin: 28px 18px 48px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mci-container__contents-wrap > .cmp-container {
    margin: 28px 80px 48px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-container__contents-wrap > .cmp-container {
    margin: 48px 0;
  }
}
.mci-container__contents-wrap > .cmp-container .mci-container__contents-wrap > .cmp-container {
  margin: 28px 6px 48px;
}
@media screen and (min-width: 768px) {
  .mci-container__contents-wrap > .cmp-container .mci-container__contents-wrap > .cmp-container {
    margin: 28px 28px 48px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-container__contents-wrap > .cmp-container .mci-container__contents-wrap > .cmp-container {
    margin: 48px 0;
  }
}

.mci-container__title-wrap > .cmp-container {
  margin: 100px 18px 48px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mci-container__title-wrap > .cmp-container {
    margin: 100px 80px 48px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-container__title-wrap > .cmp-container {
    margin: 100px 120px 48px 120px;
  }
}

.mci-container__margin-top-bottom-0 > .cmp-container {
  margin-bottom: 0;
}

.mci-container__margin-top-bottom-48px > .cmp-container {
  margin-top: 48px;
  margin-bottom: 48px;
}

/*
.mci-container__margin-bottom-96px-48px {
  margin-bottom: 48px;

  @media screen and (min-width: 768px) {
    margin-bottom: 96px;
  }
}

.mci-container__margin-bottom-10px {
  margin-bottom: 10px;
}

.mci-container__margin-bottom-32px {
  margin-bottom: 48px;
}

.mci-container__margin-top-10px {
  margin-top: 10px;
}

.mci-container__margin-top-32px {
  margin-top: 32px;
}

.mci-container__margin-top-48px {
  margin-top: 48px;
}
*/
.mci-container__border {
  padding: 10px 20px;
  border: 1px solid #C9C9C9;
}

.mci-container__center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mci-container__center {
    text-align: left;
  }
}

/*.mci-container__relative {
  .cmp-container {
    position: relative;
  }
}*/
/*
.mci-container__inline-block > .cmp-container {
  text-align: center;

  @media screen and (min-width: 768px) {
    text-align: left;
  }
}
.mci-container__inline-block > .cmp-container > div {
  display: inline-block;
//  min-width: calc(100% / 5);
  margin-bottom: 10px;
}
*/
.mci-container__showmorelist {
  padding-bottom: 40px;
}
.mci-container__showmorelist .cmp-container {
  overflow: hidden;
  position: relative;
  transition: 0.3s all;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
}

.mci-container__news-side-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0 5px 0;
  border-top: 1px solid #888888;
  background-color: #fff;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .mci-container__news-side-menu {
    position: relative;
    bottom: auto;
    border: none;
    padding: 0;
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .mci-container__news-side-menu .cmp-container {
    width: 100%;
    margin: 0;
    padding-left: 20px;
  }
}
.mci-container__news-side-menu .cmp-container .title {
  position: relative;
  cursor: pointer;
}
.mci-container__news-side-menu .cmp-container .title.mci-title__text--underline {
  cursor: default;
}
.mci-container__news-side-menu .cmp-container .mci-title__text--underline + .mci-container__news-side-menu-contents {
  padding-top: 24px;
  border-top: 1px solid #888888;
}
.mci-container__news-side-menu .cmp-container .cmp-title {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  margin-bottom: 0;
  cursor: pointer;
}
.mci-container__news-side-menu .cmp-container .cmp-title::before {
  display: block;
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 2px;
  height: 10px;
  top: 50%;
  right: 16px;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .mci-container__news-side-menu .cmp-container .cmp-title::before {
    display: none;
  }
}
.mci-container__news-side-menu .cmp-container .cmp-title::after {
  display: block;
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  right: 8px;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .mci-container__news-side-menu .cmp-container .cmp-title::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mci-container__news-side-menu .cmp-container .cmp-title {
    display: block;
    padding-right: 0;
    cursor: initial;
  }
}
.mci-container__news-side-menu .cmp-container .cmp-title .cmp-title__text {
  line-height: 64px;
  margin-left: 30px;
}
.mci-container__news-side-menu .cmp-container .cmp-title .cmp-title__text::after {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #007A41;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .mci-container__news-side-menu .cmp-container .cmp-title .cmp-title__text::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mci-container__news-side-menu .cmp-container .cmp-title .cmp-title__text {
    line-height: 32px;
    margin-left: 0;
  }
}

.mci-container__news-side-menu-open .cmp-container .title .cmp-title::before {
  display: none;
}
.mci-container__news-side-menu-open .cmp-container .title .cmp-title .cmp-title__text::after {
  background: #ED6C00;
}

.mci-container__news-side-menu-contents {
  display: none;
  padding: 30px 40px;
  border-top: 1px solid #888888;
}
@media screen and (min-width: 768px) {
  .mci-container__news-side-menu-contents {
    display: block;
    padding: 0;
    border-top: none;
  }
}
.mci-container__news-side-menu-contents .navigation .cmp-navigation ul li {
  margin-bottom: 0.5em;
}
.mci-container__news-side-menu-contents .navigation .cmp-navigation .cmp-navigation__item--level-0:first-child a {
  color: #ED6C00;
  margin-bottom: 0.8em;
}
.mci-container__news-side-menu-contents .navigation .cmp-navigation ul {
  padding-left: 1em;
  list-style-type: "- ";
}
.mci-container__news-side-menu-contents .list {
  margin-top: 0.5em;
}
.mci-container__news-side-menu-contents .list .cmp-list .cmp-list__item {
  padding: 0.5em 0;
}
.mci-container__news-side-menu-contents .list .cmp-list .cmp-list__item a {
  color: initial;
  text-decoration: none;
}
.mci-container__news-side-menu-contents .list .cmp-list .cmp-list__item a:hover {
  color: #ED6C00;
}

.mci-container__3columns {
  margin-bottom: 20px;
}
.mci-container__3columns > .cmp-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .mci-container__3columns > .cmp-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .mci-container__3columns > .cmp-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mci-container__3columns-2 {
  margin-bottom: 10px;
}
.mci-container__3columns-2 > .cmp-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 480px) {
  .mci-container__3columns-2 > .cmp-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .mci-container__3columns-2 > .cmp-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mci-container__title-flex-wrap > .cmp-container {
  position: initial;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .mci-container__title-flex-wrap > .cmp-container {
    position: relative;
  }
}
.mci-container__title-flex-wrap > .cmp-container .cmp-title {
  margin: 0;
}

.mci-container__title-flex-wrap__openclose-button > .cmp-container > .container > .cmp-container {
  position: initial;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .mci-container__title-flex-wrap__openclose-button > .cmp-container > .container > .cmp-container {
    position: relative;
  }
}
.mci-container__title-flex-wrap__openclose-button > .cmp-container .cmp-title {
  margin: 0;
}

.mci-container__2columns {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .mci-container__2columns > .cmp-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.mci-container__2columns-2 {
  margin-bottom: 20px;
}
.mci-container__2columns-2 .cmp-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
@media screen and (min-width: 768px) {
  .mci-container__2columns-2 > .cmp-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
  }
}
@media screen and (min-width: 1366px) {
  .mci-container__2columns-2 > .cmp-container {
    gap: 80px;
  }
}

.mci-container__4columns {
  margin-bottom: 10px;
}
.mci-container__4columns > .cmp-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 20px;
}
@media screen and (min-width: 480px) {
  .mci-container__4columns > .cmp-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .mci-container__4columns > .cmp-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1366px) {
  .mci-container__4columns > .cmp-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

.mci-container__teaser-wrap > .cmp-container, .mci-container__teaser-wrap__openclose-target > .cmp-container {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 20px;
}

.mci-container__service-button-wrap {
  background: #FBFBF7;
  border-radius: 20px 20px 0 0;
}

.mci-container__product-category-wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mci-container__product-category-wrap > .cmp-container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .mci-container__product-category-wrap > .cmp-container .title {
    width: 20%;
  }
}
.mci-container__product-category-wrap > .cmp-container .title .cmp-title {
  margin: 0;
  height: 100%;
  display: inline-block;
  align-items: center;
  border-right: 1px solid #C9C9C9;
  padding-right: 2rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .mci-container__product-category-wrap > .cmp-container .title .cmp-title {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .mci-container__product-category-button-wrap {
    width: 80%;
    margin-left: 20px;
  }
}

.mci-container__product-category-group-wrap {
  position: relative;
}

.mci-container__product-category-group {
  overflow-y: hidden;
}

.cmp-title {
  margin-bottom: 38px;
}

.mci-title__text--center .cmp-title {
  text-align: center;
}

.mci-container__side-menu-pc .cmp-title, .mci-container__side-menu-sp .cmp-title {
  margin-top: 0;
}

.mci-title__text--underline {
  position: relative;
}
.mci-title__text--underline .cmp-title::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.mci-title__text--underline .cmp-title .cmp-title__text {
  margin-bottom: 14px;
}

.mci-title__text--top-line {
  position: relative;
}
.mci-title__text--top-line .cmp-title {
  padding-top: 0.2em;
}
.mci-title__text--top-line .cmp-title::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10%;
  height: 2px;
  background-color: #00A0E9;
}
.mci-title__text--top-line .cmp-title .cmp-title__text {
  margin-top: 24px;
}

.mci-title__text--blue {
  color: #00A0E9;
}

.mci-title__text--backgroud .cmp-title {
  padding: 0.2em 1em;
  border-radius: 20px;
  background: #F4F4EA;
}
.mci-title__text--backgroud .cmp-title .cmp-title__text {
  padding: 24px;
}

.mci-title__text--left-line-blue {
  position: relative;
  padding-left: 28px;
}
.mci-title__text--left-line-blue .cmp-title::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #00A0E9;
  left: 0;
  width: 2px;
  height: 100%;
  margin-top: 1px;
}

.mci-title__text--right-line-vertical .cmp-title {
  position: relative;
}
.mci-title__text--right-line-vertical h2::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1.5em;
  background-color: #C9C9C9;
}

@media screen and (min-width: 768px) {
  .mci-title__news-title .cmp-title {
    width: 75%;
  }
}
@media screen and (min-width: 1920px) {
  .mci-title__news-title .cmp-title {
    width: 75%;
    margin-left: 0;
  }
}

.mci-container__top-notice-list .cmp-title {
  margin-bottom: 15px;
}

.mci-container__top-notice-list .news-list__news-title {
  margin-left: 1em;
}

.cmp-text > table th {
  min-width: 100px;
  background-color: #F4F4EA;
  font-weight: 400;
}
.cmp-text > table tr {
  border: none;
}
.cmp-text > table th, .cmp-text > table td {
  padding: 1em;
}

.cmp-text > table > tbody > tr:first-child th {
  border-top: none;
}
.cmp-text > table > tbody > tr:first-child td {
  border-top: none;
}

.cmp-text > table > tbody > tr:last-child th {
  border-bottom: none;
}
.cmp-text > table > tbody > tr:last-child td {
  border-bottom: none;
}

.mci-text__table1 table {
  max-width: 1000px;
  border: 1px solid #000000;
  border-radius: 20px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.mci-text__table1 table th, .mci-text__table1 table td {
  border-left: none;
}

.mci-text__table-scroll {
  max-width: 1000px;
  overflow-x: auto;
  scrollbar-color: #007A41 #C9C9C9;
}
.mci-text__table-scroll::-webkit-scrollbar {
  height: 7px;
}
.mci-text__table-scroll::-webkit-scrollbar-track-piece {
  background-color: #C9C9C9;
}
.mci-text__table-scroll::-webkit-scrollbar-thumb:window-inactive {
  display: none;
}
.mci-text__table-scroll::-webkit-scrollbar-thumb {
  background-color: #007A41;
}

.mci-text__table2 table {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
}

.mci-text__link a {
  color: #00A0E9;
  text-decoration: none;
}
.mci-text__link:hover {
  text-decoration: underline;
}

.mci-text__quote {
  padding: 0.2em 1em;
  border-radius: 20px;
  background: #F4F4EA;
}

/*.mci-text__list--button-text {
  padding: 0.2em 1em;
  border-radius: 0 0 20px 20px;
  background: #FBFBF7;
}*/
.mci-text__list--decimal ol {
  padding-left: 2em;
  list-style: decimal;
}

.mci-text__list--disc ul {
  padding-left: 2em;
  list-style: disc;
}

.mci-text__list--hyphen ul {
  padding-left: 2em;
  list-style-type: "- ";
}

.mci-text__list--check ul {
  padding-left: 2em;
}
.mci-text__list--check ul li {
  position: relative;
}
.mci-text__list--check ul li::before {
  content: "✓";
  color: #00A0E9;
  position: absolute;
  left: -1.5em;
}

.mci-text__list--diamond ul {
  padding-left: 2em;
  list-style-type: "◆ ";
}

.mci-text__list--paranthesis ol {
  padding-left: 2em;
}
.mci-text__list--paranthesis ol li {
  counter-increment: cnt;
  position: relative;
}
.mci-text__list--paranthesis ol li::before {
  content: "（" counter(cnt) "）";
  width: 3em;
  position: absolute;
  left: -2.5em;
  text-align: right;
}

.mci-text__list--paranthesis-roman ol {
  padding-left: 2em;
}
.mci-text__list--paranthesis-roman ol li {
  counter-increment: cnt;
  position: relative;
}
.mci-text__list--paranthesis-roman ol li::before {
  content: "（" counter(cnt, lower-roman) "）";
  width: 3em;
  position: absolute;
  left: -2.5em;
  text-align: right;
}

.mci-text__list--round-num ol {
  padding-left: 2em;
}
.mci-text__list--round-num ol li {
  position: relative;
  counter-increment: cnt;
}
.mci-text__list--round-num ol li::before {
  content: counter(cnt);
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: -1.5em;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  .mci-text__list--round-num ol li::before {
    top: 0;
  }
}
.mci-text__list--round-num ol li::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: -1.7em;
  top: 5px;
  border: 1px solid #000000;
  border-radius: 50%;
}

.mci-text__list--right-line-vertical ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mci-text__list--right-line-vertical ol li {
  width: 100px;
  text-align: center;
}
.mci-text__list--right-line-vertical ol li:not(:last-child) {
  border-right: 1px solid #C9C9C9;
}
.mci-text__list--right-line-vertical ol li a {
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.mci-text__list--right-line-vertical-with-arrow ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mci-text__list--right-line-vertical-with-arrow ol li {
  width: 100px;
  position: relative;
  padding-right: 40px;
  text-align: center;
}
.mci-text__list--right-line-vertical-with-arrow ol li:not(:last-child) {
  border-right: 1px solid #C9C9C9;
}
.mci-text__list--right-line-vertical-with-arrow ol li::before {
  font-family: mitsuichem-fonts;
  content: "\ea07";
  position: absolute;
  right: 10%;
}
.mci-text__list--right-line-vertical-with-arrow ol li a {
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 80%;
}

.mci-text__list--square ul {
  display: flex;
  flex-wrap: wrap;
}
.mci-text__list--square ul li {
  margin-left: 2em;
  position: relative;
}
.mci-text__list--square ul li::before {
  content: "■";
  font-size: 70%;
  color: #00A0E9;
  position: absolute;
  left: -1.5em;
}

.mci-text__list--right-arrow ul {
  display: flex;
  flex-wrap: wrap;
}
.mci-text__list--right-arrow ul li {
  margin-left: 2em;
  position: relative;
}
.mci-text__list--right-arrow ul li::before {
  content: "";
  position: absolute;
  left: -1em;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #C9C9C9;
}
@media screen and (min-width: 1366px) {
  .mci-text__list--right-arrow ul li::before {
    top: 10px;
  }
}

.mci-text__list--label1 p {
  padding-right: 1em;
  padding-left: 1em;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  font-weight: 500;
}

.mci-text__list--label2 p {
  padding-right: 1em;
  padding-left: 1em;
  text-align: center;
  border: solid 1px;
  border-color: #007A41;
  color: #007A41;
  font-weight: 500;
}

.mci-text__list--label3 p {
  text-align: center;
  border: solid 1px;
  border-color: #888888;
  color: #888888;
}

.mci-text__list--label-bluevalue {
  text-align: center;
  border-radius: 30px;
  background-color: #59aed3;
  color: #ffffff;
}

.mci-text__list--label-rosevalue {
  text-align: center;
  border-radius: 30px;
  background-color: #d479a3;
  color: #ffffff;
}

.mci-text__list--label5 {
  text-align: center;
  border-radius: 100px;
  background-color: #4D4D4D;
  color: #ffffff;
}

.mci-text__pdf p {
  position: relative;
}
.mci-text__pdf p a {
  margin-right: 30px;
}
.mci-text__pdf p a::after {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  bottom: 2px;
  background-image: url(./resources/images/sprites.png);
  background-position: 0 -50px;
  background-size: 94px 89px;
}
@media screen and (min-width: 1366px) {
  .mci-text__pdf p a::after {
    bottom: 4px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-text__pdf p a::after {
    bottom: 5px;
  }
}

.mci-text__category-sub-title {
  margin: 10px 10px 100px 10px;
}
.mci-text__category-sub-title p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (min-width: 1366px) {
  .mci-text__category-sub-title p {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-text__category-sub-title p {
    font-size: 24px;
    line-height: 40px;
  }
}

.mci-text__excel a::after {
  content: "\ea01";
  font-family: mitsuichem-fonts;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
}

.mci-text__outer-link a::after {
  content: "\ea09";
  font-family: mitsuichem-fonts;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-left: 5px;
}

.mci-text__for-button .cmp-text {
  background-color: #FBFBF7;
}
.mci-text__for-button .cmp-text p {
  padding: 25px;
  font-size: 14px;
  line-height: 26px;
}
@media screen and (min-width: 1366px) {
  .mci-text__for-button .cmp-text p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-text__for-button .cmp-text p {
    font-size: 18px;
    line-height: 32px;
  }
}
.mci-text__for-button .cmp-text p a {
  color: inherit;
  text-decoration: none;
}

.mci-text__for-button2 .cmp-text {
  background-color: #F4F4EA;
  padding: 0 1em;
  padding-bottom: 24px;
}
.mci-text__for-button2 .cmp-text ul {
  padding: 0 25px;
}
.mci-text__for-button2 .cmp-text ul a {
  color: inherit;
  text-decoration: none;
}
.mci-text__for-button2 .cmp-text ul a:hover {
  color: #ED6C00;
}

.mci-text__for-button2-padding-0 .cmp-text {
  background-color: #F4F4EA;
}
.mci-text__for-button2-padding-0 .cmp-text ul {
  padding: 0 25px;
}
.mci-text__for-button2-padding-0 .cmp-text ul a {
  color: inherit;
  text-decoration: none;
}

.mci-list__teaser2 {
  max-width: 1400px;
  margin: 0 auto;
}
.mci-list__teaser2 .cmp-list {
  margin: 28px 0 48px;
}
@media screen and (min-width: 480px) {
  .mci-list__teaser2 .cmp-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    margin: 28px 16px 48px;
  }
}
@media screen and (min-width: 768px) {
  .mci-list__teaser2 .cmp-list {
    margin: 28px 60px 48px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-list__teaser2 .cmp-list {
    margin: 48px 0;
  }
}
@media screen and (min-width: 480px) {
  .mci-list__teaser2 .cmp-list .cmp-list__item {
    width: calc(50% - 10px);
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .mci-list__teaser2 .cmp-list .cmp-list__item {
    width: calc(33.3333333333% - 10px);
  }
}
.mci-list__teaser2 .cmp-list .cmp-list__item .cmp-teaser {
  transition: 0.3s all;
}
.mci-list__teaser2 .cmp-list .cmp-list__item .cmp-teaser .cmp-teaser__link {
  display: flex;
  flex-direction: column-reverse;
  transition: 0.3s all;
}
.mci-list__teaser2 .cmp-list .cmp-list__item .cmp-teaser .cmp-teaser__link .cmp-teaser__content {
  margin-bottom: 25px;
  transition: 0.3s all;
}
.mci-list__teaser2 .cmp-list .cmp-list__item .cmp-teaser .cmp-teaser__link .cmp-teaser__content .cmp-teaser__title {
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .mci-list__teaser2 .cmp-list .cmp-list__item .cmp-teaser .cmp-teaser__link .cmp-teaser__content .cmp-teaser__title {
    padding: 0;
  }
}
.mci-list__teaser2 .cmp-list .cmp-list__item .cmp-teaser .cmp-teaser__link .cmp-teaser__content .cmp-teaser__description {
  display: none;
}
.mci-list__teaser2 .cmp-list .cmp-list__item .cmp-teaser .cmp-teaser__link .cmp-teaser__image {
  position: relative;
  line-height: 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  transition: border-bottom-right-radius 0.3s;
  will-change: transform;
}
.mci-list__teaser2 .cmp-list .cmp-list__item .cmp-teaser .cmp-teaser__link .cmp-teaser__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
}
.mci-list__teaser2 .cmp-list .cmp-list__item .cmp-teaser .cmp-teaser__link .cmp-teaser__image::before {
  opacity: 0;
  font-family: mitsuichem-fonts;
  content: "\ea05";
  color: #ffffff;
  background: #007A41;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 16px;
  right: 18px;
  padding-left: 0.1rem;
  z-index: 3;
  transition: 0.3s all;
}
@media screen and (min-width: 1920px) {
  .mci-list__teaser2 .cmp-list .cmp-list__item .cmp-teaser .cmp-teaser__link .cmp-teaser__image::before {
    bottom: 12px;
    right: 10px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-list__teaser2 .cmp-list .cmp-list__item .cmp-teaser .cmp-teaser__link .cmp-teaser__image::before {
    font-size: 1.2;
    right: 26px;
    bottom: 27px;
  }
}
.mci-list__teaser2 .cmp-list .cmp-list__item:hover .cmp-teaser .cmp-teaser__content {
  opacity: 0.4;
}
.mci-list__teaser2 .cmp-list .cmp-list__item:hover .cmp-teaser .cmp-teaser__image {
  border-bottom-right-radius: 30px;
}
.mci-list__teaser2 .cmp-list .cmp-list__item:hover .cmp-teaser .cmp-teaser__image img {
  opacity: 0.4;
}
.mci-list__teaser2 .cmp-list .cmp-list__item:hover .cmp-teaser .cmp-teaser__image::before {
  opacity: 1;
}
.mci-list__teaser2 .cmp-list .cmp-list__item:hover .cmp-teaser .cmp-teaser__image::after {
  opacity: 1;
}

.mci-list__teaser4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.mci-list__teaser4 ul li {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .mci-list__teaser4 ul li {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 768px) {
  .mci-list__teaser4 ul li {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (min-width: 1366px) {
  .mci-list__teaser4 ul li {
    width: calc(25% - 15px);
  }
}
.mci-list__teaser4 .teaser {
  position: relative;
  /*    @media screen and (min-width: 1920px) {
        max-height: 250px;
      }*/
}
.mci-list__teaser4 .teaser .cmp-teaser {
  /*
        width: 300px;
        margin: 0 auto;
        padding: 1em;

        @media screen and (min-width: 768px) {
          width: max(25%, 380px);
        }
  */
}
.mci-list__teaser4 .teaser a {
  display: flex;
  flex-direction: column-reverse;
  transition: 0.3s all;
}
.mci-list__teaser4 .teaser a:hover {
  opacity: 0.4;
}
.mci-list__teaser4 .teaser a .cmp-teaser__image {
  line-height: 0;
  overflow: hidden;
  transition: 0.3s all;
}
.mci-list__teaser4 .teaser a .cmp-teaser__image img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .mci-list__teaser4 .teaser a .cmp-teaser__image img {
    height: 100%;
  }
}
.mci-list__teaser4 .teaser:hover a .cmp-teaser__image {
  border-radius: 0;
}

.cmp-text > table th {
  min-width: 100px;
  background-color: #F4F4EA;
  font-weight: 400;
}
.cmp-text > table tr {
  border: none;
}
.cmp-text > table th, .cmp-text > table td {
  padding: 1em;
}

.mci-text__table1 table {
  max-width: 1000px;
  border: 1px solid #000000;
  border-radius: 20px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.mci-text__table1 table th, .mci-text__table1 table td {
  border-left: none;
}

.mci-text__table-scroll {
  max-width: 1000px;
  overflow-x: auto;
  scrollbar-color: #007A41 #C9C9C9;
}
.mci-text__table-scroll::-webkit-scrollbar {
  height: 7px;
}
.mci-text__table-scroll::-webkit-scrollbar-track-piece {
  background-color: #C9C9C9;
}
.mci-text__table-scroll::-webkit-scrollbar-thumb:window-inactive {
  display: none;
}
.mci-text__table-scroll::-webkit-scrollbar-thumb {
  background-color: #007A41;
}

.mci-text__table2 table {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
}

.breadcrumb {
  background: #F4F4EA;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .breadcrumb {
    display: none;
  }
}

.mci-breadcrumb__footer {
  margin-bottom: 0;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
@media screen and (max-width: 1023px) {
  .mci-breadcrumb__footer {
    display: block;
    background: transparent;
  }
}

.cmp-breadcrumb {
  display: inline-block;
}

.cmp-breadcrumb__list {
  padding: 10px 50px;
}

.cmp-breadcrumb__item {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}

.cmp-breadcrumb__item-link {
  color: #888888;
  text-decoration: none;
}
.cmp-breadcrumb__item-link::after {
  font-family: mitsuichem-fonts;
  content: "\ea05";
  display: inline-block;
  margin: 0 0.25rem;
  vertical-align: top;
}

.cmp-teaser a {
  color: inherit;
  text-decoration: none;
}

.mci-teaser__teaser1 {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.mci-teaser__teaser1 .cmp-teaser {
  height: 100%;
}
.mci-teaser__teaser1 .cmp-teaser a {
  display: block;
  height: 100%;
}
.mci-teaser__teaser1 .cmp-teaser a .cmp-teaser__content {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 25%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: 0.3s all;
}
.mci-teaser__teaser1 .cmp-teaser a .cmp-teaser__content::before {
  font-family: mitsuichem-fonts;
  content: "\ea05";
  font-size: 0.8rem;
  padding-left: 0.1rem;
  color: #ffffff;
  background: #007A41;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  transition: 0.3s all;
}
.mci-teaser__teaser1 .cmp-teaser a .cmp-teaser__content .cmp-teaser__title {
  color: #ffffff;
  padding-left: 1em;
  padding-right: 35px;
}
.mci-teaser__teaser1 .cmp-teaser a .cmp-teaser__image {
  height: 100%;
}
.mci-teaser__teaser1 .cmp-teaser a .cmp-teaser__image .cmp-image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.mci-teaser__teaser1 .cmp-teaser a .cmp-teaser__image .cmp-image img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
}
.mci-teaser__teaser1 .cmp-teaser:hover a div.cmp-teaser__content {
  background: rgba(0, 0, 0, 0.2);
}
.mci-teaser__teaser1 .cmp-teaser:hover a div.cmp-teaser__content::before {
  transform: translateY(-50%) scale(1.2, 1.25);
  background: #ED6C00;
}
.mci-teaser__teaser1 .cmp-teaser:hover a div.cmp-teaser__image img {
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .mci-teaser__teaser1 {
    margin-bottom: 0;
  }
}
.mci-teaser__teaser2 {
  position: relative;
}
.mci-teaser__teaser2 a .cmp-teaser__content {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 25%;
  bottom: 0;
  z-index: 1;
  transition: 0.3s all;
}
.mci-teaser__teaser2 a .cmp-teaser__content .cmp-teaser__title {
  display: none;
}
.mci-teaser__teaser2 a .cmp-teaser__image {
  line-height: 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  transition: 0.3s all;
}
.mci-teaser__teaser2 a .cmp-teaser__image img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
}
.mci-teaser__teaser2:hover a .cmp-teaser__content {
  opacity: 1;
}
.mci-teaser__teaser2:hover a .cmp-teaser__content::before {
  font-family: mitsuichem-fonts;
  content: "\ea05";
  color: #ffffff;
  background: #007A41;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  padding-left: 0.1rem;
  position: absolute;
  bottom: 20px;
  right: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  transition: 0.3s all;
}
.mci-teaser__teaser2:hover a .cmp-teaser__image {
  border-bottom-right-radius: 30px;
}
.mci-teaser__teaser2:hover a .cmp-teaser__image img {
  transform: scale(1.2, 1.2);
}

.mci-teaser__teaser3 {
  width: 100%;
  max-width: 360px;
}
@media screen and (min-width: 1024px) {
  .mci-teaser__teaser3 {
    max-width: 720px;
  }
}
.mci-teaser__teaser3 .cmp-teaser {
  height: 100%;
  margin: 0 auto;
  background: rgba(244, 244, 234, 0.4);
  transition: 0.3s all;
}
.mci-teaser__teaser3 a {
  pointer-events: auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  position: relative;
}
.mci-teaser__teaser3 a .cmp-teaser__content {
  padding: 30px 20px 40px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .mci-teaser__teaser3 a .cmp-teaser__content {
    padding: 30px 30px 40px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .mci-teaser__teaser3 a .cmp-teaser__content {
    padding: 35px 30px 45px 30px;
  }
}
.mci-teaser__teaser3 a .cmp-teaser__content .cmp-teaser__title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (min-width: 1366px) {
  .mci-teaser__teaser3 a .cmp-teaser__content .cmp-teaser__title {
    font-size: 18px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-teaser__teaser3 a .cmp-teaser__content .cmp-teaser__title {
    font-size: 22px;
    line-height: 38px;
  }
}
.mci-teaser__teaser3 a .cmp-teaser__content .cmp-teaser__description p {
  font-size: 14px;
  line-height: 26px;
}
@media screen and (min-width: 1366px) {
  .mci-teaser__teaser3 a .cmp-teaser__content .cmp-teaser__description p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-teaser__teaser3 a .cmp-teaser__content .cmp-teaser__description p {
    font-size: 18px;
    line-height: 32px;
  }
}
.mci-teaser__teaser3 a .cmp-teaser__content .cmp-teaser__description::before {
  content: "";
  width: 20px;
  height: 13px;
  border: solid 1px #000000;
  position: absolute;
  z-index: 3;
  transition: 0.3s all;
}
.mci-teaser__teaser3 a .cmp-teaser__content .cmp-teaser__description::after {
  content: "";
  width: 20px;
  height: 13px;
  border-left: solid 1px #000000;
  border-bottom: solid 1px #000000;
  position: absolute;
  z-index: 2;
  transition: 0.3s all;
}
.mci-teaser__teaser3 a .cmp-teaser__content .cmp-teaser__description::before {
  bottom: 12px;
  right: 8px;
}
.mci-teaser__teaser3 a .cmp-teaser__content .cmp-teaser__description::after {
  bottom: 7px;
  right: 13px;
}
.mci-teaser__teaser3 a .cmp-teaser__image {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .mci-teaser__teaser3 a .cmp-teaser__image {
    width: 90%;
  }
}
.mci-teaser__teaser3 a .cmp-teaser__image .cmp-image img {
  aspect-ratio: 4/3;
  height: auto;
  vertical-align: bottom;
}
.mci-teaser__teaser3:hover .cmp-teaser {
  background: #ED6C00;
}
.mci-teaser__teaser3:hover .cmp-teaser a .cmp-teaser__content {
  color: #ffffff;
}
.mci-teaser__teaser3:hover .cmp-teaser a .cmp-teaser__content .cmp-teaser__description::before {
  border: solid 1px #ffffff;
}
.mci-teaser__teaser3:hover .cmp-teaser a .cmp-teaser__content .cmp-teaser__description::after {
  border-left: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
@media screen and (min-width: 1024px) {
  .mci-teaser__teaser3 a {
    flex-direction: row-reverse;
    height: 100%;
  }
  .mci-teaser__teaser3 a .cmp-teaser__content {
    padding: 15px 10px 15px 10px;
    justify-content: center;
  }
  .mci-teaser__teaser3 a .cmp-teaser__content .cmp-teaser__title {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1366px) {
  .mci-teaser__teaser3 a {
    flex-direction: row-reverse;
  }
}

.mci-teaser__teaser4 .cmp-teaser {
  margin: 0 auto;
}
.mci-teaser__teaser4 a {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  transition: 0.3s all;
}
.mci-teaser__teaser4 a .cmp-teaser__content {
  flex: 1;
}
.mci-teaser__teaser4 a .cmp-teaser__content .cmp-teaser__title {
  margin-bottom: 5px;
}
.mci-teaser__teaser4 a .cmp-teaser__content .cmp-teaser__description {
  overflow: hidden;
}
.mci-teaser__teaser4 a .cmp-teaser__content .cmp-teaser__description p {
  font-size: 14px;
  line-height: 26px;
}
@media screen and (min-width: 1366px) {
  .mci-teaser__teaser4 a .cmp-teaser__content .cmp-teaser__description p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-teaser__teaser4 a .cmp-teaser__content .cmp-teaser__description p {
    font-size: 18px;
    line-height: 32px;
  }
}
.mci-teaser__teaser4 a .cmp-teaser__image .cmp-image img {
  width: 100%;
  max-width: 180px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .mci-teaser__teaser4 a .cmp-teaser__image .cmp-image img {
    max-width: 180px;
  }
}
@media screen and (min-width: 1366px) {
  .mci-teaser__teaser4 a .cmp-teaser__image .cmp-image img {
    max-width: 240px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-teaser__teaser4 a .cmp-teaser__image .cmp-image img {
    max-width: 280px;
  }
}
.mci-teaser__teaser4 a:hover {
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .mci-teaser__teaser4 a .cmp-teaser__content {
    height: auto;
  }
  .mci-teaser__teaser4 a .cmp-teaser__image img {
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .mci-teaser__teaser4 a .cmp-teaser__content {
    flex: 1.5;
  }
}

.mci-teaser__teaser5 {
  position: relative;
  margin-bottom: 10px;
}
.mci-teaser__teaser5 a {
  display: flex;
  flex-direction: column-reverse;
  transition: 0.3s all;
}
.mci-teaser__teaser5 a:hover {
  opacity: 0.4;
}
.mci-teaser__teaser5 a .cmp-teaser__image {
  line-height: 0;
  overflow: hidden;
}
.mci-teaser__teaser5 a .cmp-teaser__image img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .mci-teaser__teaser5 a .cmp-teaser__image img {
    height: 100%;
  }
}

.cmp-button {
  color: inherit;
  text-decoration: none;
}

.mci-button__wrap .cmp-button {
  margin: 48px 0;
}
@media screen and (min-width: 768px) {
  .mci-button__wrap .cmp-button {
    margin: 96px 0;
  }
}

.mci-button__button1 .cmp-button {
  display: block;
  height: 80px;
  background: #f4f4ea;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s all;
}
.mci-button__button1 .cmp-button::before {
  font-family: mitsuichem-fonts;
  content: "\ea05";
  font-size: 0.8rem;
  color: #ffffff;
  background: #007A41;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 0.1rem;
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  transition: 0.3s all;
}
.mci-button__button1 .cmp-button .cmp-button__text {
  display: block;
  margin-right: 50px;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mci-button__button1:hover .cmp-button {
  color: #ED6C00;
}
.mci-button__button1:hover .cmp-button::before {
  transform: translateY(-50%) scale(1.2, 1.2);
  background: #ED6C00;
  padding-left: 0.2rem;
}

.mci-button__button1-no-bg .cmp-button {
  display: block;
  height: 80px;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s all;
}
.mci-button__button1-no-bg .cmp-button::before {
  font-family: mitsuichem-fonts;
  content: "\ea05";
  font-size: 0.8rem;
  color: #ffffff;
  background: #007A41;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 3;
  transition: 0.3s all;
}
.mci-button__button1-no-bg .cmp-button .cmp-button__text {
  display: block;
  margin-right: 50px;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*
      @media screen and (min-width: 1366px) {
        font-size: 24px;
      }
  */
}
.mci-button__button1-no-bg:hover .cmp-button {
  color: #ED6C00;
}
.mci-button__button1-no-bg:hover .cmp-button::before {
  transform: translateY(-50%) scale(1.2, 1.2);
  background: #ED6C00;
  padding-left: 0.2rem;
}

.mci-button__button1-no-bg .cmp-button__text, .mci-button__button1 .cmp-button__text {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (min-width: 1366px) {
  .mci-button__button1-no-bg .cmp-button__text, .mci-button__button1 .cmp-button__text {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-button__button1-no-bg .cmp-button__text, .mci-button__button1 .cmp-button__text {
    font-size: 24px;
    line-height: 40px;
  }
}

.mci-button__button2 .cmp-button {
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  transition: 0.3s all;
  cursor: pointer;
}
.mci-button__button2 .cmp-button:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .mci-button__button2 .cmp-button {
    position: relative;
  }
}
.mci-button__button2 .cmp-button::before {
  font-family: mitsuichem-fonts;
  content: "\ea05";
  font-size: 0.8rem;
  color: #ffffff;
  background: #007A41;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 3;
  transition: 0.3s all;
}
.mci-button__button2 .cmp-button .cmp-button__text {
  display: block;
  margin-right: 2em;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (min-width: 1366px) {
  .mci-button__button2 .cmp-button .cmp-button__text {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-button__button2 .cmp-button .cmp-button__text {
    font-size: 20px;
    line-height: 36px;
  }
}
.mci-button__button2:hover .cmp-button {
  color: #ED6C00;
}
.mci-button__button2:hover .cmp-button::before {
  transform: translateY(-50%) scale(1.2, 1.2);
  background: #ED6C00;
  padding-left: 0.2rem;
}

@media screen and (min-width: 768px) {
  .mci-button__button3 .cmp-button {
    display: block;
    height: 80px;
    background: #f4f4ea;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s all;
  }
  .mci-button__button3 .cmp-button::before {
    font-family: mitsuichem-fonts;
    content: "\ea05";
    font-size: 0.8rem;
    color: #ffffff;
    background: #007A41;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    padding-left: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 23px;
    z-index: 3;
    transition: 0.3s all;
  }
  .mci-button__button3 .cmp-button .cmp-button__text {
    display: block;
    margin-right: 45px;
    margin-left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .mci-button__button3:hover .cmp-button {
    color: #ED6C00;
  }
  .mci-button__button3:hover .cmp-button::before {
    transform: translateY(-50%) scale(1.2, 1.2);
    background: #ED6C00;
    padding-left: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .mci-button__button3 .cmp-button {
    display: grid;
    align-items: center;
    min-height: 60px;
    background: #f4f4ea;
    border: solid 2px #007A41;
    box-shadow: 0 2px #007A41;
    position: relative;
    transition: 0.3s all;
  }
  .mci-button__button3 .cmp-button::before {
    font-family: mitsuichem-fonts;
    content: "\ea05";
    font-size: 0.8rem;
    color: #ffffff;
    background: #007A41;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    padding-left: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 23px;
    z-index: 3;
    transition: 0.3s all;
  }
  .mci-button__button3 .cmp-button .cmp-button__text {
    display: block;
    margin: 0 50px;
  }
  .mci-button__button3 .cmp-button:hover {
    border: solid 2px #ED6C00;
    box-shadow: 0 2px #ED6C00;
    color: #ED6C00;
  }
  .mci-button__button3 .cmp-button:hover::before {
    background-color: #ED6C00;
  }
}

.mci-button__button4 {
  width: 100%;
}
.mci-button__button4 .cmp-button {
  width: 100%;
  height: 90px;
  display: block;
  border: 1px solid #000000;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s all;
}
.mci-button__button4 .cmp-button::before {
  content: "";
  width: 25px;
  height: 18px;
  border: solid 1px #007A41;
  position: absolute;
  z-index: 3;
  transition: 0.3s all;
}
.mci-button__button4 .cmp-button::after {
  content: "";
  width: 25px;
  height: 18px;
  border-left: solid 1px #007A41;
  border-bottom: solid 1px #007A41;
  position: absolute;
  z-index: 2;
  transition: 0.3s all;
}
.mci-button__button4 .cmp-button::before {
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  vertical-align: middle;
}
.mci-button__button4 .cmp-button::after {
  top: 0;
  bottom: -8px;
  right: 26px;
  margin: auto;
  vertical-align: middle;
}
.mci-button__button4 .cmp-button .cmp-button__text {
  display: block;
  margin-right: 55px;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
@media screen and (min-width: 1366px) {
  .mci-button__button4 .cmp-button .cmp-button__text {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-button__button4 .cmp-button .cmp-button__text {
    font-size: 20px;
    line-height: 36px;
  }
}
.mci-button__button4 .cmp-button:hover {
  border: solid 1px #ED6C00;
  color: #ED6C00;
}
.mci-button__button4 .cmp-button:hover::before {
  border: solid 1px #ED6C00;
}
.mci-button__button4 .cmp-button:hover::after {
  border-left: solid 1px #ED6C00;
  border-bottom: solid 1px #ED6C00;
}

.mci-button__button5 {
  width: 100%;
}
.mci-button__button5 .cmp-button {
  height: 90px;
  display: block;
  border: 1px solid #000000;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s all;
}
.mci-button__button5 .cmp-button::before {
  font-family: mitsuichem-fonts;
  content: "\ea05";
  font-size: 0.8rem;
  color: #ffffff;
  background: #007A41;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  z-index: 3;
  transition: 0.3s all;
}
.mci-button__button5 .cmp-button .cmp-button__text {
  display: block;
  margin-right: 46px;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mci-button__button5 .cmp-button:hover {
  border: solid 1px #ED6C00;
  color: #ED6C00;
}
.mci-button__button5 .cmp-button:hover::before {
  background-color: #ED6C00;
}

.mci-button__button6 .cmp-button {
  max-width: 320px;
  display: block;
  background-color: #007A41;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  transition: 0.3s all;
}
.mci-button__button6 .cmp-button:hover {
  background-color: #ED6C00;
}
@media screen and (min-width: 768px) {
  .mci-button__button6 .cmp-button {
    max-width: 360px;
  }
}

.mci-button__button7 .cmp-button {
  display: block;
  height: 4em;
  background: #f4f4ea;
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s all;
  /*
    @media screen and (min-width: 768px) {
  //      max-width: 330px;
    }

    @media screen and (min-width: 1024px) {
  //      max-width: 480px;
    }
    */
}
.mci-button__button7 .cmp-button::before {
  font-family: mitsuichem-fonts;
  content: "\ea05";
  font-size: 0.8rem;
  color: #ffffff;
  background: #007A41;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  z-index: 3;
  transition: 0.3s all;
}
.mci-button__button7 .cmp-button .cmp-button__text {
  position: absolute;
  top: 50%;
  display: block;
  margin-right: 50px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  transform: translateY(-50%);
}
@media screen and (min-width: 1366px) {
  .mci-button__button7 .cmp-button .cmp-button__text {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-button__button7 .cmp-button .cmp-button__text {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1366px) {
  .mci-button__button7 .cmp-button {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-button__button7 .cmp-button {
    font-size: 24px;
    line-height: 40px;
  }
}
.mci-button__button7:hover .cmp-button {
  color: #ED6C00;
}
.mci-button__button7:hover .cmp-button::before {
  transform: translateY(-50%) scale(1.2, 1.2);
  background: #ED6C00;
  padding-left: 0.2rem;
}

.mci-text__for-button .cmp-text a:hover {
  color: #ED6C00;
}

.mci-button__button8 {
  display: inline-block;
}
.mci-button__button8 .cmp-button {
  display: grid;
  align-items: center;
  height: 60px;
  background: #f4f4ea;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s all;
  border-radius: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.mci-button__button8 .cmp-button::before {
  font-family: mitsuichem-fonts;
  content: "\ea05";
  font-size: 0.8rem;
  color: #ffffff;
  background: #007A41;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 0.1rem;
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  transition: 0.3s all;
}
.mci-button__button8 .cmp-button .cmp-button__text {
  display: block;
  margin-right: 60px;
  margin-left: 20px;
}
.mci-button__button8:hover .cmp-button {
  color: #ED6C00;
}
.mci-button__button8:hover .cmp-button::before {
  transform: translateY(-50%) scale(1.2, 1.2);
  background: #ED6C00;
  padding-left: 0.2rem;
}

.mci-button__tab1 {
  display: inline-block;
}
.mci-button__tab1 .cmp-button {
  display: inline-block;
  max-width: 180px;
  min-width: 100px;
  background: #f4f4ea;
  margin: 0 0 10px 0;
  padding: 10px;
  border-radius: 100px;
  text-align: center;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .mci-button__tab1 .cmp-button {
    max-width: 250px;
  }
}
.mci-button__tab1:hover .cmp-button {
  background-color: #ED6C00;
  color: #ffffff;
}

.mci-button__tab1-clicked .cmp-button {
  background-color: #ED6C00;
  color: #ffffff;
}

.mci-button__tab2 .cmp-button {
  max-width: 180px;
  min-width: 160px;
  background: #f4f4ea;
  padding: 10px;
  border: 1px solid #000000;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .mci-button__tab2 .cmp-button {
    max-width: 250px;
  }
}
.mci-button__tab2:hover .cmp-button {
  background-color: #ED6C00;
  color: #ffffff;
}

.mci-button__tab2-clicked .cmp-button {
  background-color: #ED6C00;
  border: 1px solid #ED6C00;
  color: #ffffff;
}

.mci-button__tab3 .cmp-button {
  max-width: 360px;
  min-width: 320px;
  padding: 20px;
  background: #f4f4ea;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s all;
}
.mci-button__tab3 .cmp-button:hover {
  background-color: #007A41;
  color: #ffffff;
}

.mci-button__search-clear .cmp-button {
  min-width: 150px;
  max-width: 150px;
  background: #4D4D4D;
  padding: 20px;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .mci-button__search-clear .cmp-button {
    max-width: 300px;
  }
}

.mci-button__search .cmp-button {
  min-width: 150px;
  max-width: 150px;
  background: #007A41;
  padding: 20px;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .mci-button__search .cmp-button {
    max-width: 300px;
  }
}

.mci-button__showmorelist_toggle {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 45%);
  width: 100%;
}
.mci-button__showmorelist_toggle .cmp-button {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
}
.mci-button__showmorelist_toggle .cmp-button:hover {
  color: #ED6C00;
  text-decoration: none;
}

.mci-button__download .cmp-button {
  display: block;
  min-width: 100%;
  height: 60px;
  text-align: center;
  background: #ffffff;
  border: solid 1px #707070;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s all;
}
.mci-button__download .cmp-button .cmp-button__text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.mci-button__download .cmp-button .cmp-button__text::after {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  bottom: 0;
  background-image: url(../../resources/images/sprites.png);
  background-position: 0 -50px;
  background-size: 94px 89px;
}
.mci-button__download .cmp-button .cmp-button__text:hover {
  color: #ED6C00;
}

.mci-button__button9 {
  margin-left: auto;
  margin-right: 30px;
  cursor: pointer;
}
.mci-button__button9 .cmp-button {
  position: relative;
  display: block;
}
.mci-button__button9 .cmp-button::before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #007A41;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  z-index: 2;
  margin: auto;
}
.mci-button__button9 .cmp-button::after {
  display: block;
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  right: -28px;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.mci-button__button9-closed {
  position: relative;
}
.mci-button__button9-closed::before {
  display: block;
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 2px;
  height: 10px;
  top: 50%;
  right: -20px;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.mci-button__showmore-toggle--product-search {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-left: 0;
  box-sizing: border-box;
}
.mci-button__showmore-toggle--product-search a {
  cursor: pointer;
  font-size: 0.75rem;
  background-color: rgba(0, 0, 0, 0);
  z-index: 5;
}

.mci-button__showmore-toggle--product-search.close {
  bottom: 0;
  height: 7rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 100%);
  z-index: 4;
}

.mci-button__showmore-toggle--product-search.open {
  bottom: -2rem;
  height: 1rem;
}

.cmp-tabs__tablist {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 9px -7px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .cmp-tabs__tablist {
    gap: 20px;
  }
}
.cmp-tabs__tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 4.5em;
  padding: 0 0.5em;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-sizing: border-box;
  background: #f4f4ea;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
}
.cmp-tabs__tab:hover {
  background-color: #007A41;
  color: #ffffff;
}
.cmp-tabs__tab--active {
  background-color: #007A41;
  color: #ffffff;
}

.cmp-tabs__tabpanel {
  display: none;
}

.cmp-tabs__tabpanel--active {
  display: block;
}

.cmp-navigation a {
  color: inherit;
  text-decoration: none;
}
.cmp-navigation a:hover {
  color: #ED6C00;
}

.mci-image__keyvisual {
  line-height: 0;
}

.mci-container__page-contents > .cmp-container .mci-image__keyvisual .cmp-image {
  margin: 0 -10px;
}
@media screen and (min-width: 768px) {
  .mci-container__page-contents > .cmp-container .mci-image__keyvisual .cmp-image {
    margin: 0 -50px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-container__page-contents > .cmp-container .mci-image__keyvisual .cmp-image {
    margin: 0 -120px;
  }
}

/*
@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }

  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
*/
.mci-image__height-120 {
  line-height: 0;
}
.mci-image__height-120 img {
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .mci-image__height-120 img {
    max-height: 60px;
  }
}
@media screen and (min-width: 1336px) {
  .mci-image__height-120 img {
    max-height: 190px;
  }
}

.mci-image__icon {
  /*
    display: flex;
    justify-content: center;
    align-items: center;
  */
}
.mci-image__icon .cmp-image:first-child {
  text-align: center;
}
.mci-image__icon img {
  width: auto;
  max-height: 125px;
}

.mci-image__contents img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mci-image__height100 img {
  height: 100%;
}

.mci-accordion__accordion1 {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media screen and (min-width: 768px) {
  .mci-accordion__accordion1 {
    margin-left: 0;
    margin-right: 0;
  }
}
.mci-accordion__accordion1 .cmp-accordion {
  position: relative;
  background: #F4F4EA;
  width: 100%;
}
.mci-accordion__accordion1 .cmp-accordion .cmp-accordion__header {
  font-weight: 400;
  cursor: pointer;
}
.mci-accordion__accordion1 .cmp-accordion .cmp-accordion__header::before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #007A41;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 2;
  margin-top: 20px;
}
.mci-accordion__accordion1 .cmp-accordion .cmp-accordion__header::after {
  display: block;
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 0;
  right: 22px;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin-top: 32px;
}
.mci-accordion__accordion1 .cmp-accordion .cmp-accordion__header span {
  line-height: 64px;
  margin-left: 20px;
}
.mci-accordion__accordion1 .cmp-accordion .cmp-accordion__panel {
  padding: 0 20px 20px 20px;
}
.mci-accordion__accordion1 .cmp-accordion .cmp-accordion__panel .container {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .mci-accordion__accordion1 .cmp-accordion .cmp-accordion__panel .container .cmp-container {
    display: flex;
  }
  .mci-accordion__accordion1 .cmp-accordion .cmp-accordion__panel .container .cmp-container div {
    width: 50%;
  }
}
.mci-accordion__accordion1 .cmp-accordion .cmp-accordion__panel .container .cmp-container .mci-button__download {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .mci-accordion__accordion1 .cmp-accordion .cmp-accordion__panel .container .cmp-container .mci-button__download {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.mci-accordion__accordion1 .cmp-accordion .cmp-accordion__panel .container .cmp-container .mci-button__download .cmp-button {
  border: none;
}
.mci-accordion__accordion1 .cmp-accordion .cmp-accordion__panel--hidden {
  display: none;
}
.mci-accordion__accordion1 .cmp-accordion .cmp-accordion__panel--hidden::before {
  display: block;
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 2px;
  height: 10px;
  top: 0;
  right: 30px;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin-top: 32px;
}

.mci-accordion__accordion2 {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .mci-accordion__accordion2 {
    margin-left: 0;
    margin-right: 0;
  }
}
.mci-accordion__accordion2 .cmp-accordion {
  position: relative;
  background: #F4F4EA;
  width: 100%;
}
.mci-accordion__accordion2 .cmp-accordion .cmp-accordion__header {
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 20px;
}
.mci-accordion__accordion2 .cmp-accordion .cmp-accordion__header::before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #007A41;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 2;
  margin-top: 20px;
}
.mci-accordion__accordion2 .cmp-accordion .cmp-accordion__header::after {
  display: block;
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 0;
  right: 22px;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin-top: 32px;
}
.mci-accordion__accordion2 .cmp-accordion .cmp-accordion__header span {
  line-height: 64px;
  margin-left: 20px;
}
.mci-accordion__accordion2 .cmp-accordion .cmp-accordion__header.mci-accordion__header--hidden button::before {
  display: block;
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 2px;
  height: 10px;
  top: 0;
  right: 30px;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin-top: 32px;
}
.mci-accordion__accordion2 .cmp-accordion .cmp-accordion__panel {
  padding: 0 20px 20px 20px;
}
.mci-accordion__accordion2 .cmp-accordion .cmp-accordion__panel .mci-accordion__card-list2 > .cmp-container > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .mci-accordion__accordion2 .cmp-accordion .cmp-accordion__panel .mci-accordion__card-list2 > .cmp-container > div {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mci-accordion__accordion2 .cmp-accordion .cmp-accordion__panel .mci-accordion__card-list2 > .cmp-container > div > div {
  padding: 1rem;
  background-color: #FFFFFF;
}
.mci-accordion__accordion2 .cmp-accordion .cmp-accordion__panel .mci-accordion__card-list2 > .cmp-container > div > div .cmp-title {
  margin-top: 0;
  margin-bottom: 2rem;
}
.mci-accordion__accordion2 .cmp-accordion .cmp-accordion__panel .mci-accordion__card-list2 > .cmp-container > div > div .cmp-title .cmp-title__text {
  margin-bottom: 0.625rem;
}
.mci-accordion__accordion2 .cmp-accordion .cmp-accordion__panel .mci-accordion__card-list1 > .cmp-container > div > div {
  padding: 1rem;
  background-color: #FFFFFF;
}
.mci-accordion__accordion2 .cmp-accordion .cmp-accordion__panel .mci-accordion__card-list1 > .cmp-container > div > div .cmp-title {
  margin-top: 0;
  margin-bottom: 2rem;
}
.mci-accordion__accordion2 .cmp-accordion .cmp-accordion__panel .mci-accordion__card-list1 > .cmp-container > div > div .cmp-title .cmp-title__text {
  margin-bottom: 0.625rem;
}
.mci-accordion__accordion2 .cmp-accordion .cmp-accordion__panel .mci-accordion__card-list1 > .cmp-container > div > div .embed {
  text-align: center;
}
.mci-accordion__accordion2 .cmp-accordion .cmp-accordion__panel .mci-accordion__card-list1 > .cmp-container > div > div .embed iframe {
  max-width: 100%;
}
.mci-accordion__accordion2 .cmp-accordion .cmp-accordion__panel--hidden {
  display: none;
}

hr {
  margin: 20px 0;
  width: 100%;
  color: #000000;
}

.contact-info {
  margin: 48px 0 48px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-info {
    border-bottom: 1px dotted #000000;
  }
}

.contact-info__title {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contact-info__title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
  }
}

.contact-info__contact-form .cmp-button {
  min-width: 185px;
  max-width: 224px;
  margin: 20px auto 0;
  display: block;
  background: #007A41;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  padding: 6px 20px;
  font-size: 13px;
  transition: 0.3s all;
}
.contact-info__contact-form .cmp-button:hover {
  background: #ED6C00;
  text-decoration: none;
}

.contact-info__name {
  margin-bottom: 20px;
}

.contact-info__wrap {
  margin: 0 30px 0 30px;
  text-align: left;
}

.contact-info__details {
  margin-bottom: 10px;
}

.contact-info__label {
  display: inline-block;
  width: 150px;
  background: #4D4D4D;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}

/* 0203追加 */
.contact-info__contacts {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact-info__contacts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px dotted;
}
.contact-info__contacts:nth-of-type(n+3)::before {
  width: 90%;
  left: 5%;
}

.contact-info__url {
  word-break: break-all;
}

/*ここまで*/
@media screen and (min-width: 768px) {
  .contact-info {
    text-align: left;
  }
  .contact-info__contacts::before:nth-of-type(n+3) {
    width: 100%;
  }
  .contact-info__wrap {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    margin: 0 0 0 auto;
  }
  .contact-info__details {
    margin-right: 15px;
  }
}
.news-list li {
  padding: 20px;
}
@media screen and (min-width: 1366px) {
  .news-list li {
    padding: 30px;
  }
}
.news-list li span {
  box-sizing: border-box;
  display: inline-block;
}
.news-list li a {
  color: inherit;
  text-decoration: none;
}
.news-list li .news-list__news-thumbnail {
  display: none;
}
.news-list li .news-list__date-category {
  align-items: center;
  line-height: 30px;
}
.news-list li .news-list__date-category .news-list__categories .news-list__categories-title {
  text-align: center;
  background-color: #4D4D4D;
  color: #ffffff;
  width: 9.5em;
  line-height: 1.5em;
  font-size: 0.9em;
}
.news-list li .mci-text__pdf {
  position: relative;
}
.news-list li .mci-text__pdf p::after {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  bottom: 2px;
  background-image: url(./resources/images/sprites.png);
  background-position: 0 -50px;
  background-size: 94px 89px;
}
@media screen and (min-width: 1366px) {
  .news-list li .mci-text__pdf p::after {
    bottom: 4px;
  }
}
@media screen and (min-width: 1920px) {
  .news-list li .mci-text__pdf p::after {
    bottom: 5px;
  }
}

.news-list__top {
  background-color: #F4F4EA;
  margin-bottom: 48px;
}
.news-list__top .news-list__categories-title {
  display: none;
}
.news-list__top ul {
  min-height: 30px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .news-list__top ul {
    min-height: 60px;
    padding: 10px 0;
  }
}
.news-list__top ul li {
  padding: 0;
}
.news-list__top ul li:not(:first-child) {
  margin-top: 10px;
}
.news-list__top ul li a {
  display: flex;
  align-items: center;
  margin: 0 10px;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .news-list__top ul li a {
    margin: auto 50px;
  }
}
@media screen and (min-width: 1920px) {
  .news-list__top ul li a {
    margin-left: 120px;
  }
}
.news-list__top ul li a:hover {
  opacity: 0.5;
}
.news-list__top ul li a .news-list__news-title {
  margin-left: 1em;
}

.news-list__1 .news-list li a {
  display: flex;
  flex-direction: column;
  transition: 0.3s all;
}
.news-list__1 .news-list li a .news-list__date-category {
  order: 2;
  display: flex;
  gap: 1em;
}
.news-list__1 .news-list li a .news-list__news-title {
  order: 1;
}
.news-list__1 .news-list li a:hover {
  opacity: 0.5;
}
.news-list__1 .news-list li:not(:last-child) {
  border-bottom: 1px solid #888888;
}

.news-list__2 {
  padding-bottom: 48px;
  margin-top: 48px;
  margin-bottom: 12px;
}
.news-list__2 ul::-webkit-scrollbar {
  display: none;
}
.news-list__2 .item {
  display: flex;
  width: 235px;
  padding: 0;
  margin-right: 38px;
}
@media screen and (min-width: 1366px) {
  .news-list__2 .item {
    width: 295px;
    margin-right: 40px;
  }
}
.news-list__2 .item a {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: 0.3s all;
}
.news-list__2 .item a:hover {
  opacity: 0.5;
}
.news-list__2 .item a .news-list__date-category {
  order: 2;
  margin: auto 0;
  display: flex;
  justify-content: space-between;
}
.news-list__2 .item a .news-list__date-category .news-list__date {
  order: 2;
  text-align: right;
}
.news-list__2 .item a .news-list__news-title {
  order: 1;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}

.news-list__3 li a {
  transition: 0.3s all;
}
.news-list__3 li a:hover {
  opacity: 0.5;
}
.news-list__3 li a .news-list__news-title {
  margin-left: 0;
}
.news-list__3 li a .news-list__date-category {
  display: flex;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .news-list__3 li a {
    display: flex;
  }
  .news-list__3 li a .news-list__news-title {
    margin-left: 1em;
  }
}
.news-list__3 li:not(:last-child) {
  border-bottom: 1px solid #888888;
}
.news-list__3 li .date-category {
  display: flex;
}

.news-list__4 {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .news-list__4 {
    padding-bottom: 0;
  }
}
.news-list__4 .news-list__date-category {
  display: flex;
}
.news-list__4 .news-list__categories-title {
  display: none;
}
.news-list__4 .news-list li a {
  display: flex;
  transition: 0.3s all;
}
.news-list__4 .news-list li a:hover {
  opacity: 0.5;
}
.news-list__4 .news-list li:not(:last-child) {
  border-bottom: 1px solid #888888;
}
.news-list__4 .news-list li .news-list__news-title {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .news-list__4 .news-list li .news-list__news-title {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .news-list__4 .news-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
  }
  .news-list__4 .news-list li {
    padding: 0;
  }
  .news-list__4 .news-list li a {
    flex-direction: column;
    background-color: #F4F4EA;
    transition: 0.3s all;
    padding: 20px;
  }
  .news-list__4 .news-list li a .news-list__date-category {
    margin-bottom: 15px;
  }
  .news-list__4 .news-list li a .news-list__news-title {
    word-break: break-all;
    height: 140px;
    overflow: hidden;
  }
  .news-list__4 .news-list li a:hover {
    opacity: 1;
    background-color: #ED6C00;
    color: #ffffff;
  }
  .news-list__4 .news-list li a:hover .news-list__news-title {
    color: #ffffff;
  }
  .news-list__4 .news-list li:not(:last-child) {
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .news-list__4 .news-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 10px;
  }
  .news-list__4 .news-list li a .news-list__news-title {
    word-break: normal;
    height: auto;
    overflow: visible;
  }
}

.news-list__molp li .news-list__news-thumbnail {
  display: block;
}
.news-list__molp li .news-list__date {
  border: 1px solid #888888;
  text-align: center;
}
.news-list__molp li .news-list__categories {
  display: none;
}
.news-list__molp li a {
  transition: 0.3s all;
}
.news-list__molp li a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .news-list__molp li a {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .news-list__molp li a .news-list__news-thumbnail {
    grid-column: 1;
    margin-right: 20px;
  }
  .news-list__molp li a .news-list__date-category {
    grid-column: 2/3;
    grid-row: 1;
  }
  .news-list__molp li a .news-list__news-title {
    grid-column: 2/4;
    grid-row: 1;
    margin-top: 50px;
  }
}

.pagination-container {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
@media screen and (min-width: 1366px) {
  .pagination-container .prev-page, .pagination-container .next-page {
    margin-top: 7px;
  }
}
@media screen and (min-width: 1920px) {
  .pagination-container .prev-page, .pagination-container .next-page {
    margin-top: 0;
  }
}
.pagination-container a {
  color: inherit;
  text-decoration: none;
}
.pagination-container ul {
  display: flex;
}
.pagination-container ul li {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
}
.pagination-container ul .current {
  border-bottom: 1px solid;
}

.mci-news-details-wrap {
  position: relative;
}

.mci-title__news-title h1 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}
@media screen and (min-width: 1366px) {
  .mci-title__news-title h1 {
    font-size: 36px;
    line-height: 58px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-title__news-title h1 {
    font-size: 44px;
    line-height: 74px;
  }
}

@media screen and (min-width: 1366px) {
  .mci-news-details {
    padding-right: 20px;
  }
}
.mci-news-details .news-details__date {
  text-align: right;
}
.mci-news-details .news-details__publisher {
  text-align: right;
}
.mci-news-details .container {
  margin: 20px 0 20px 0;
}
.mci-news-details .text, .mci-news-details .teaser, .mci-news-details .button, .mci-news-details .image {
  margin-bottom: 48px;
}

.mci-event-list table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .mci-event-list table tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #4D4D4D;
  }
  .mci-event-list table tr td {
    display: block;
    width: 100%;
    position: relative;
    height: auto;
    text-align: center;
    border-bottom: 1px solid #4D4D4D;
    padding-bottom: 12px;
  }
  .mci-event-list table tr .mci-event-list__button {
    padding: 10px;
    box-sizing: border-box;
    height: auto;
    border-bottom: 0;
  }
  .mci-event-list table .mci-event-list__table-head {
    display: none;
  }
  .mci-event-list .mci-event-list__name::before {
    content: "展示会（イベント）名";
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 12px;
    margin-bottom: 12px;
    background-color: #F4F4EA;
    border-bottom: 1px solid #4D4D4D;
    box-sizing: border-box;
  }
  .mci-event-list .mci-event-list__date::before {
    content: "開催日";
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 12px;
    margin-bottom: 12px;
    background-color: #F4F4EA;
    border-bottom: 1px solid #4D4D4D;
    box-sizing: border-box;
  }
  .mci-event-list .mci-event-list__place::before {
    content: "場所";
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 12px;
    margin-bottom: 12px;
    background-color: #F4F4EA;
    border-bottom: 1px solid #4D4D4D;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .mci-event-list table {
    margin-top: 24px;
  }
  .mci-event-list table th {
    width: 25%;
    text-align: left;
    background: #F4F4EA;
    font-weight: 400;
    padding: 10px;
    line-height: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .mci-event-list table th {
    padding: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .mci-event-list table th {
    padding: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .mci-event-list table th:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mci-event-list table th:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mci-event-list table td {
    vertical-align: top;
    width: 25%;
    border-bottom: 1px solid #4D4D4D;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .mci-event-list table td {
    padding: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .mci-event-list table td {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .mci-event-list table .mci-event-list__button {
    vertical-align: middle;
  }
}

.mci-event-details .container {
  margin: 48px 0 48px 0;
}
.mci-event-details .text {
  margin: 24px 0 24px 0;
}
@media screen and (min-width: 768px) {
  .mci-event-details .text {
    margin: 48px 0 48px 0;
  }
}

.mci-event-details__event-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #4D4D4D;
  border-radius: 20px;
  overflow: hidden;
  margin: 48px 0;
}
@media screen and (min-width: 768px) {
  .mci-event-details__event-table tr:last-child th {
    border: 0;
  }
}
.mci-event-details__event-table tr:last-child td:last-child {
  border: 0;
}
.mci-event-details__event-table th {
  background: #F4F4EA;
  min-width: 140px;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #4D4D4D;
  text-align: center;
  vertical-align: top;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .mci-event-details__event-table th {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .mci-event-details__event-table th {
    width: 50%;
    padding: 24px 1em;
    text-align: left;
  }
}
@media screen and (min-width: 1366px) {
  .mci-event-details__event-table th {
    font-size: 24px;
    padding: 45px 30px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-event-details__event-table th {
    font-size: 34px;
  }
}
.mci-event-details__event-table td {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #4D4D4D;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .mci-event-details__event-table td {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .mci-event-details__event-table td {
    width: 50%;
    padding: 24px 1em;
    text-align: left;
  }
}
@media screen and (min-width: 1366px) {
  .mci-event-details__event-table td {
    font-size: 24px;
    padding: 45px 30px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-event-details__event-table td {
    font-size: 34px;
  }
}

.mci-product-list__search > .container > .cmp-container {
  background: rgba(244, 244, 234, 0.4);
}
.mci-product-list__search .cmp-accordion__header {
  background-color: #F4F4EA;
}
.mci-product-list__search .cmp-accordion__header .cmp-accordion__button {
  position: relative;
  align-items: center;
  padding: 20px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
.mci-product-list__search .cmp-accordion__header .cmp-accordion__button::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #007A41;
  position: absolute;
  display: block;
  right: 20px;
  z-index: 2;
}
.mci-product-list__search .cmp-accordion__header .cmp-accordion__button::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 31px;
  right: 27px;
  z-index: 3;
}
.mci-product-list__search .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title {
  font-size: 22px;
  line-height: 38px;
  margin-right: 20px;
  display: inline-block;
}
@media screen and (min-width: 1366px) {
  .mci-product-list__search .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-product-list__search .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title {
    font-size: 28px;
  }
}
.mci-product-list__search .cmp-accordion__header .cmp-accordion__button .mci-product-list__search-head-result {
  font-size: 16px;
  margin-right: 20px;
  display: inline-block;
}
@media screen and (min-width: 1366px) {
  .mci-product-list__search .cmp-accordion__header .cmp-accordion__button .mci-product-list__search-head-result {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-product-list__search .cmp-accordion__header .cmp-accordion__button .mci-product-list__search-head-result {
    font-size: 20px;
  }
}
.mci-product-list__search .cmp-accordion__header .cmp-accordion__button .mci-product-list__search-head-result span {
  font-size: 20px;
}
@media screen and (min-width: 1366px) {
  .mci-product-list__search .cmp-accordion__header .cmp-accordion__button .mci-product-list__search-head-result span {
    font-size: 22px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-product-list__search .cmp-accordion__header .cmp-accordion__button .mci-product-list__search-head-result span {
    font-size: 26px;
  }
}
.mci-product-list__search .cmp-accordion__header .mci-product-list__search-head-select {
  display: inline-block;
  margin-right: 25px;
}
.mci-product-list__search .cmp-accordion__header .mci-product-list__search-head-select li {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  border: 1px solid;
  margin-top: 10px;
  background: #ffffff;
  vertical-align: middle;
  margin-bottom: 5px;
}
.mci-product-list__search .mci-accordion__header--hidden {
  position: relative;
}
.mci-product-list__search .mci-accordion__header--hidden::after {
  display: block;
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 2px;
  height: 10px;
  top: 27px;
  right: 31px;
  z-index: 3;
}

.mci-product-list__search-body .cmp-accordion__panel {
  padding: 0 20px;
  padding-bottom: 32px;
}
.mci-product-list__search-body .mci-product-list__search-body-title {
  font-size: 22px;
  margin: 50px 0;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 1366px) {
  .mci-product-list__search-body .mci-product-list__search-body-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-product-list__search-body .mci-product-list__search-body-title {
    font-size: 28px;
  }
}
.mci-product-list__search-body .mci-product-list__search-body-block {
  margin: 32px 0;
}
.mci-product-list__search-body .mci-product-list__search-body-block .cmp-container {
  margin-bottom: 32px;
}

.mci-product-list__search-select-use .cmp-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .mci-product-list__search-select-use .cmp-container {
    display: flex;
    flex-wrap: wrap;
  }
}
.mci-product-list__search-select-use .cmp-container .button {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid;
  background: #ffffff;
  vertical-align: top;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mci-product-list__search-select-use .cmp-container .button {
    width: calc(12.5% - 12px);
  }
}
.mci-product-list__search-select-use .cmp-container .mci-product-list__search-select-use-selected {
  background: #ED6C00;
  color: #ffffff;
  border: 0;
}

.mci-product-list__search-select-use-detail {
  background: #ffffff;
  padding: 1rem;
}
.mci-product-list__search-select-use-detail .cmp-form-options {
  border: 0;
}
.mci-product-list__search-select-use-detail .cmp-form-options__legend {
  margin-bottom: 0.5rem;
}
.mci-product-list__search-select-use-detail .cmp-form-options__field-label {
  padding-right: 1rem;
  display: inline-block;
}
.mci-product-list__search-select-use-detail .cmp-form-options__field {
  display: initial;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  accent-color: #ED6C00;
}

.mci-product-list__search-select-features {
  padding: 1rem 0;
}
.mci-product-list__search-select-features .cmp-form-options {
  border: 0;
}
.mci-product-list__search-select-features .cmp-form-options__legend {
  margin-bottom: 0.5rem;
}
.mci-product-list__search-select-features .cmp-form-options__field-label {
  padding-right: 1rem;
  display: inline-block;
}
.mci-product-list__search-select-features .cmp-form-options__field {
  display: initial;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  accent-color: #ED6C00;
}

.mci-product-list__search-button .cmp-container {
  text-align: center;
  margin-top: 18px;
}
.mci-product-list__search-button .cmp-container .button {
  display: inline;
}
.mci-product-list__search-button .cmp-container .button .cmp-button {
  margin-bottom: 10px;
}

.mci-product-list__item-body .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title {
  margin-right: 35px;
}
@media screen and (min-width: 768px) {
  .mci-product-list__item-body .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title {
    margin-right: 140px;
  }
}

.mci-product-list__item-head-title-icon {
  letter-spacing: -0.4em;
  margin-top: 10px;
  margin-right: 25px;
}
@media screen and (min-width: 768px) {
  .mci-product-list__item-head-title-icon {
    position: absolute;
    top: 20px;
    right: 25px;
    margin-top: 0;
  }
}
.mci-product-list__item-head-title-icon img {
  width: auto;
}

.mci-product-list__item-wrap {
  padding: 0 20px 30px;
}
.mci-product-list__item-wrap .mci-product-list__item-head-subtitle {
  display: block;
  margin-bottom: 28px;
  font-size: 16px;
}
@media screen and (min-width: 678px) {
  .mci-product-list__item-wrap .mci-product-list__item-head-subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-product-list__item-wrap .mci-product-list__item-head-subtitle {
    font-size: 24px;
  }
}
.mci-product-list__item-wrap .mci-product-list__item-head-label {
  display: block;
  text-align: center;
  background-color: #4D4D4D;
  color: #ffffff;
  width: 150px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1366px) {
  .mci-product-list__item-wrap .mci-product-list__item-head-label {
    width: 200px;
  }
}

.mci-product-list__item-body-label {
  display: none;
  text-align: center;
  background-color: #4D4D4D;
  color: #ffffff;
  width: 150px;
  margin-right: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .mci-product-list__item-body-label {
    display: inline-block;
  }
}
@media screen and (min-width: 1366px) {
  .mci-product-list__item-body-label {
    width: 200px;
  }
}

.mci-product-list__item-body .cmp-accordion__panel {
  padding: 32px 20px;
}
@media screen and (min-width: 768px) {
  .mci-product-list__item-body .mci-product-list__item-img {
    margin: 40px auto;
    max-width: 50%;
  }
}
.mci-product-list__item-body .mci-product-list__item-img img {
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .mci-product-list__item-body .mci-product-list__item-img img {
    max-height: auto;
  }
}
.mci-product-list__item-body .mci-product-list__item-body-division .cmp-container, .mci-product-list__item-body .mci-product-list__item-body-tel .cmp-container {
  display: flex;
  margin-top: 1em;
  margin-bottom: 1em;
}
.mci-product-list__item-body .mci-product-list__item-body-division .cmp-container .mci-product-list__item-body-label, .mci-product-list__item-body .mci-product-list__item-body-tel .cmp-container .mci-product-list__item-body-label {
  display: none;
}
@media screen and (min-width: 768px) {
  .mci-product-list__item-body .mci-product-list__item-body-division .cmp-container .mci-product-list__item-body-label, .mci-product-list__item-body .mci-product-list__item-body-tel .cmp-container .mci-product-list__item-body-label {
    display: block;
  }
}
.mci-product-list__item-body .mci-teaser__teaser3 {
  margin-bottom: 24px;
}
.mci-product-list__item-body .mci-teaser__teaser3 .cmp-teaser {
  background: #ED6C00;
  color: #ffffff;
}
.mci-product-list__item-body .mci-teaser__teaser3 .cmp-teaser a .cmp-teaser__content .cmp-teaser__description::before {
  border: solid 1px #ffffff;
}
.mci-product-list__item-body .mci-teaser__teaser3 .cmp-teaser a .cmp-teaser__content .cmp-teaser__description::after {
  border-left: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
.mci-product-list__item-body .mci-teaser__teaser3:hover {
  opacity: 0.4;
}
.mci-product-list__item-body .button {
  margin: 10px 0;
}

.mci-product-list__item-body .mci-accordion__header--hidden .mci-product-list__item-head-text .cmp-text p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .mci-product-list__item-body .mci-accordion__header--hidden .mci-product-list__item-head-text .cmp-text p {
    white-space: normal;
    overflow: auto;
    text-overflow: initial;
  }
}

html[lang=en] .mci-product-list__item-head-subtitle {
  font-size: 14px;
}
@media screen and (min-width: 678px) {
  html[lang=en] .mci-product-list__item-head-subtitle {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  html[lang=en] .mci-product-list__item-head-subtitle {
    font-size: 22px;
  }
}

.cmp-accordion__panel--hidden {
  display: none;
}

.mci-container__footer {
  background: #F4f4EA;
}
@media screen and (min-width: 1024px) {
  .mci-container__footer {
    padding: 40px 50px 60px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-container__footer {
    padding: 80px 120px 60px;
  }
}

.mci-container__footer-wrap .cmp-container {
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .mci-container__footer-wrap .cmp-container {
    flex-wrap: nowrap;
  }
}

.mci-container__footer-wrap > .cmp-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.mci-container__footer-inner {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .mci-container__footer-inner {
    width: 16.6666666667%;
    max-width: auto;
    min-width: auto;
    margin-left: 3%;
  }
}
.mci-container__footer-inner .mci-container__footer-close {
  display: none;
  padding: 30px 40px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .mci-container__footer-inner .mci-container__footer-close {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.mci-container__footer-inner:first-child {
  margin-left: 0;
}

.mci-container__footer-icon-wrap {
  min-width: 220px;
}
.mci-container__footer-icon-wrap .cmp-container {
  display: flex;
}

.mci-container__footer-bottom {
  margin: 0 40px 10px;
}
@media screen and (min-width: 1024px) {
  .mci-container__footer-bottom {
    margin: 0 0 10px 0;
  }
}
.mci-container__footer-bottom > .cmp-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .mci-container__footer-bottom > .cmp-container {
    flex-wrap: nowrap;
  }
}

.mci-footer__icon {
  margin-left: 20px;
}
.mci-footer__icon:first-child {
  margin-left: 0;
}
.mci-footer__icon img {
  width: auto;
  height: 35px;
}
@media screen and (min-width: 1024px) {
  .mci-footer__icon {
    margin-left: 40px;
  }
  .mci-footer__icon img {
    height: 50px;
  }
}

.mci-list__site-footer ul {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .mci-list__site-footer ul {
    text-align: right;
  }
}
.mci-list__site-footer ul li {
  display: inline-block;
  margin-bottom: 8px;
}
.mci-list__site-footer ul li:not(:last-child) {
  border-right: 1px solid #C9C9C9;
}
.mci-list__site-footer ul li a {
  color: inherit;
  text-decoration: none;
  padding: 0 8px;
  display: block;
  position: relative;
  font-size: 13px;
}
.mci-list__site-footer ul li a:hover {
  text-decoration: underline;
}

.mci-text__copyright {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .mci-text__copyright {
    text-align: right;
  }
}
.mci-text__copyright p {
  font-size: 11px;
}
.mci-text__copyright p:lang(en) {
  font-size: 10px;
}

.mci-text__footer-open {
/*  cursor: pointer;*//*モック修正⑬*/
  border-bottom: 1px solid #C9C9C9;
}

@media screen and (min-width: 1024px) {
  .mci-text__footer-open {
    cursor: auto;
    padding: 10px 0;
    border-bottom: none;
    min-height: 50px;
  }
}
.mci-text__footer-open .cmp-text {
  position: relative;
  z-index: 1;
}
.mci-text__footer-open .cmp-text::before {
  display: block;
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 2px;
  height: 10px;
  top: 50%;
  right: 50px;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.mci-text__footer-open .cmp-text::after {
  display: block;
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  right: 42px;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .mci-text__footer-open .cmp-text::before {
    display: none;
  }
  .mci-text__footer-open .cmp-text::after {
    display: none;
  }
}
.mci-text__footer-open .cmp-text p {
  line-height: 64px;
  margin-left: 40px;
}
@media screen and (min-width: 1024px) {
  .mci-text__footer-open .cmp-text p {
    line-height: inherit;
    margin-left: 0;
  }
}
.mci-text__footer-open .cmp-text p .footerMenuToggleButton::before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #007A41;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  z-index: 2;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .mci-text__footer-open .cmp-text p .footerMenuToggleButton::before {
    display: none;
  }
}
.mci-text__footer-open .cmp-text p a {
  color: inherit;
  text-decoration: none;
}

/*モック修正⑬*/
.mci-text__footer-open .cmp-text p a,
.mci-text__footer-open .cmp-text p span {
  cursor: pointer
}

@media screen and (min-width: 1024px) {
  .mci-text__footer-open .cmp-text p a:hover {
    text-decoration: underline;
  }
}

.mci-text__footer-open-selected .cmp-text::before {
  display: none;
}
.mci-text__footer-open-selected .cmp-text p .footerMenuToggleButton::before {
  background: #ED6C00;
}

.mci-text__footer-button .cmp-text {
  position: relative;
  margin: 0.5em 0 1em 0;
  padding-right: 1.5em;
  transition: 0.3s all;
  z-index: 1;
}
/*モック修正⑫*/
.mci-text__footer-button .cmp-text a::before {
  font-family: mitsuichem-fonts;
  content: "\ea05";
  font-size: 85%;
  color: #ffffff;
  background: #007A41;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  transition: 0.3s all;
}
.mci-text__footer-button .cmp-text p {
  font-size: 18px;
}
@media screen and (min-width: 1366px) {
  .mci-text__footer-button .cmp-text p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .mci-text__footer-button .cmp-text p {
    font-size: 24px;
  }
}
.mci-text__footer-button .cmp-text a {
  color: inherit;
  text-decoration: none;
  line-height: 32px;
}
@media screen and (min-width: 1024px) {
  .mci-text__footer-button .cmp-text {
    display: none;
  }
}
.mci-text__footer-button:hover .cmp-text {
  color: #ED6C00;
}
@media screen and (min-width: 1024px) {
  .mci-text__footer-button:hover .cmp-text {
    color: inherit;
  }
}
.mci-text__footer-button:hover .cmp-text a::before {
  transform: scale(1.2, 1.2);
  background: #ED6C00;
  padding-left: 1px;
}

.mci-text__footer-list .cmp-text > ul {
  padding-left: 15px;
/*  list-style-type: "- ";*//*モック修正⑩*/
}
.mci-text__footer-list .cmp-text > ul li {
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 20px;
}
.mci-text__footer-list .cmp-text > ul li:lang(en) {
  font-size: 13px;
}
.mci-text__footer-list a {
  color: inherit;
  text-decoration: none;
  text-indent: -15px;/*モック修正⑩*/
}

/*モック修正⑩*/
.mci-text__footer-list a::before {
  content: "-";
  position: absolute;
}

.mci-text__footer-list a:hover {
  text-decoration: underline;
}

.mci-text__site-footer-list ul {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .mci-text__site-footer-list ul {
    text-align: right;
  }
}
.mci-text__site-footer-list ul li {
  display: inline-block;
  margin-bottom: 8px;
}
.mci-text__site-footer-list ul li:not(:last-child) {
  border-right: 1px solid #C9C9C9;
}
.mci-text__site-footer-list ul li a {
  color: inherit;
  text-decoration: none;
  padding: 0 8px;
  display: block;
  position: relative;
}

.mci-text__footer-subtitle {
  margin: 1em 0;
}
.mci-text__footer-subtitle a {
  color: inherit;
  text-decoration: none;
}
.mci-text__footer-subtitle a:hover {
  text-decoration: underline;
}

.pagetop-parent {
  position: relative;
  z-index: 4;
}
.pagetop-parent a img {
  width: 70%;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 15px;
}
@media screen and (min-width: 1024px) {
  .pagetop {
    right: 40px;
  }
}
.pagetop:hover {
  opacity: 0.4;
}

/* Product Detailsコンポーネント用 */
.mci-product-details {
  margin-bottom: 100px;
}
.mci-product-details .mci-product-details__header {
  margin-top: 1rem !important;
  margin-bottom: 3rem !important;
}
.mci-product-details .mci-product-details__header .mci-product-details__h1 .cmp-title {
  margin-top: 0;
  margin-bottom: 0;
}
.mci-product-details .mci-product-details__header .mci-product-details__h2 .cmp-title {
  margin-top: 0;
  margin-bottom: 0;
}
.mci-product-details .mci-product-details__header .mci-product-details__h2 .cmp-title h2 {
  font-size: 16px;
}
.mci-product-details .mci-product-details__header .mci-product-details__icons .mci-product-details__icons--wrap > .cmp-container {
  display: flex;
  justify-content: flex-end;
  gap: 0.2rem;
}
.mci-product-details .mci-product-details__header .mci-product-details__langs {
  position: relative;
  right: 0;
  top: 0;
}
.mci-product-details .mci-product-details__product-text {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.mci-product-details .mci-product-details__product-text > .cmp-text > p {
  font-size: 22px;
}
.mci-product-details .mci-product-details__product-usage,
.mci-product-details .mci-product-details__product-category,
.mci-product-details .mci-product-details__product-classification {
  margin-top: 0 !important;
}
.mci-product-details .mci-product-details__product-usage > .cmp-container,
.mci-product-details .mci-product-details__product-category > .cmp-container,
.mci-product-details .mci-product-details__product-classification > .cmp-container {
  display: flex;
  align-items: stretch;
}
.mci-product-details .mci-product-details__product-usage > .cmp-container .cmp-title,
.mci-product-details .mci-product-details__product-category > .cmp-container .cmp-title,
.mci-product-details .mci-product-details__product-classification > .cmp-container .cmp-title {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 1px solid #C9C9C9;
  padding-right: 3rem;
  margin-right: 3rem;
  min-width: 100px;
}
.mci-product-details .mci-product-details__product-usage > .cmp-container .cmp-title .cmp-title__text,
.mci-product-details .mci-product-details__product-category > .cmp-container .cmp-title .cmp-title__text,
.mci-product-details .mci-product-details__product-classification > .cmp-container .cmp-title .cmp-title__text {
  font-size: 16px;
  font-weight: bold;
}
.mci-product-details .mci-product-details__product-category--buttons > .cmp-container > div,
.mci-product-details .mci-product-details__product-classification--buttons > .cmp-container > div {
  display: inline-block;
  margin-bottom: 0.625rem;
}
.mci-product-details .mci-product-details__product-category--buttons > .cmp-container > div a.cmp-button,
.mci-product-details .mci-product-details__product-classification--buttons > .cmp-container > div a.cmp-button {
  display: inline-block;
  border: 1px solid #F4F4EA;
  border-radius: 1.25rem;
  padding: 0.625rem 1.25rem;
  background-color: #F4F4EA;
  color: #000000;
}
.mci-product-details .mci-product-details__product-category--buttons > .cmp-container > div button.cmp-button,
.mci-product-details .mci-product-details__product-classification--buttons > .cmp-container > div button.cmp-button {
  border: 1px solid #000000;
  border-radius: 1.25rem;
  padding: 0.625rem 1.25rem;
  color: #000000;
}
.mci-product-details .mci-product-details__product-category--buttons > .cmp-container .mci-product-details__button--active button.cmp-button,
.mci-product-details .mci-product-details__product-classification--buttons > .cmp-container .mci-product-details__button--active button.cmp-button {
  border: none;
  border-radius: 1.25rem;
  padding: 0.625rem 1.25rem;
  background-color: #ED6C00;
  color: #FFFFFF;
}
.mci-product-details .mci-product-details__teaser {
  grid-template-columns: repeat(3, 1fr);
}
.mci-product-details .mci-product-details__teaser .teaser {
  border: 1px solid #000000;
  box-sizing: border-box;
}
.mci-product-details .mci-product-details__teaser .teaser .cmp-teaser__description > p {
  font-size: 0.875rem !important;
  line-height: 1.2rem !important;
}

@media screen and (max-width: 1540px) {
  .mci-product-details .mci-product-details__teaser {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .mci-product-details .mci-product-details__teaser {
    grid-template-columns: repeat(3, 1fr);
  }
  .mci-product-details .mci-product-details__teaser .cmp-teaser__content {
    padding-top: 15px;
  }
  .mci-product-details .mci-product-details__teaser .cmp-teaser__content .cmp-teaser__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 820px) {
  .mci-product-details .mci-product-details__product-usage,
  .mci-product-details .mci-product-details__product-category,
  .mci-product-details .mci-product-details__product-classification {
    margin-bottom: 30px !important;
  }
  .mci-product-details .mci-product-details__product-usage .cmp-container,
  .mci-product-details .mci-product-details__product-category .cmp-container,
  .mci-product-details .mci-product-details__product-classification .cmp-container {
    display: block;
  }
  .mci-product-details .mci-product-details__product-usage .cmp-container .cmp-title,
  .mci-product-details .mci-product-details__product-category .cmp-container .cmp-title,
  .mci-product-details .mci-product-details__product-classification .cmp-container .cmp-title {
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 0;
  }
}
@media screen and (max-width: 770px) {
  .mci-product-details__langs {
    margin-bottom: 0.675rem;
  }
  .mci-product-details .mci-product-details__teaser {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .mci-product-details .mci-product-details__teaser {
    display: grid;
    gap: 15px;
  }
}
/* 【変更】 */
/* font-familyを変更しています */
footer, header {
  font-family: "Microsoft YaHei","PingFang SC","Poppins","Noto Sans JP",sans-serif;
  letter-spacing: 0.03em;
  font-weight: 400;
}
/* 【変更】 */
/* lang属性セレクターの値、および、font-familyを変更しています */
html[lang=zh] footer,
html[lang=zh] header  {
  font-family: "Microsoft YaHei","PingFang SC","Poppins","Noto Sans JP",sans-serif;
}

footer h1, header h1 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  footer h1, header h1 {
    font-size: 42px;
    line-height: 64px;
  }
}
@media screen and (min-width: 1920px) {
  footer h1, header h1 {
    font-size: 52px;
    line-height: 82px;
  }
}

footer h2, header h2 {
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
}
@media screen and (min-width: 1366px) {
  footer h2, header h2 {
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1920px) {
  footer h2, header h2 {
    font-size: 28px;
    line-height: 42px;
  }
}

footer h3, header h3 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (min-width: 1366px) {
  footer h3, header h3 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1920px) {
  footer h3, header h3 {
    font-size: 24px;
    line-height: 40px;
  }
}

footer h4, header h4,
footer h5, header h5,
footer h6, header h6 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
@media screen and (min-width: 1366px) {
  footer h4, header h4,
  footer h5, header h5,
  footer h6, header h6 {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1920px) {
  footer h4, header h4,
  footer h5, header h5,
  footer h6, header h6 {
    font-size: 20px;
    line-height: 36px;
  }
}

footer p, header p,
footer li, header li,
footer th, header th,
footer td, header td,
footer label, header label {
  font-size: 16px;
  line-height: 28px;
}
@media screen and (min-width: 1366px) {
  footer p, header p,
  footer li, header li,
  footer th, header th,
  footer td, header td,
  footer label, header label {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1920px) {
  footer p, header p,
  footer li, header li,
  footer th, header th,
  footer td, header td,
  footer label, header label {
    font-size: 20px;
    line-height: 36px;
  }
}

html[lang=en] footer h1, header h1 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  html[lang=en] footer h1, header h1 {
    font-size: 38px;
    line-height: 64px;
  }
}
@media screen and (min-width: 1920px) {
  html[lang=en] footer h1, header h1 {
    font-size: 47px;
    line-height: 82px;
  }
}

html[lang=en] footer h2, header h2 {
  font-size: 21px;
  line-height: 40px;
  font-weight: 400;
}
@media screen and (min-width: 1366px) {
  html[lang=en] footer h2, header h2 {
    font-size: 26px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1920px) {
  html[lang=en] footer h2, header h2 {
    font-size: 31px;
    line-height: 58px;
  }
}

html[lang=en] footer h3, header h3 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (min-width: 1366px) {
  html[lang=en] footer h3, header h3 {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1920px) {
  html[lang=en] footer h3, header h3 {
    font-size: 22px;
    line-height: 40px;
  }
}

/*
html[lang="en"] h4, html[lang="en"] h5, html[lang="en"] h6 {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;

  @media screen and (min-width: 1366px) {
    font-size: 18px;
    line-height: 32px;
  }

  @media screen and (min-width: 1920px) {
    font-size: 20px;
    line-height: 36px;
  }
}

html[lang="en"] p, html[lang="en"] li, html[lang="en"] th, html[lang="en"] td, html[lang="en"] label {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;

  @media screen and (min-width: 1366px) {
    font-size: 18px;
    line-height: 32px;
  }

  @media screen and (min-width: 1920px) {
    font-size: 20px;
    line-height: 36px;
  }
}*/
@font-face {
  font-family: "mitsuichem-fonts";
  src: url("resources/fonts/mitsuichem-fonts.woff") format("woff");
}
.color-black {
  color: #000000;
}

.color-blue {
  color: #00A0E9;
}

.color-white {
  color: #ffffff;
}

.color-gray {
  color: #888888;
}

.color-green {
  color: #007A41;
}

.color-orange {
  color: #ED6C00;
}

.background-color-green {
  background-color: #007A41;
}

.background-color-orange {
  background-color: #ED6C00;
}

.background-color-gray {
  background-color: #4D4D4D;
}

.background-color-beige {
  background-color: #F4F4EA;
}

.background-color-black {
  background-color: #000000;
}/*# sourceMappingURL=style.css.map */
