@charset "UTF-8";
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Light.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Black.ttf") format("truetype");
}
.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
/*------------------------------------------------------------

------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.alginate-top {
  padding-top: 70px;
}

@media (max-width: 767px) {
  .alginate-top {
    padding-top: 23.5px;
  }
}
.alginate-bottom {
  padding-top: 40px;
}

/*------------------------------------------------------------
alginate_about
------------------------------------------------------------*/
.about .cover {
  background: url("/img/alginate/about/main_img.jpg") no-repeat center;
  background-size: cover;
}

@media (max-width: 767px) {
  .about .cover {
    background: url("/img/alginate/about/main_img-sp.jpg") no-repeat center;
    background-size: cover;
  }
}
.about .conts p {
  margin: 70px 0 0;
  font-size: 1.6rem;
  color: #46525f;
  line-height: 2;
}

@media (max-width: 767px) {
  .about .conts p {
    margin: 40px 0;
    font-size: 1.2rem;
  }
}
.about .conts img {
  float: right;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .about .conts img {
    max-width: 50%;
  }
}
/*------------------------------------------------------------
alginate_seaweed
------------------------------------------------------------*/
.seaweedIndex .cover {
  background: url("/img/alginate/seaweed/main_img.png") no-repeat center;
  background-size: cover;
}

@media (max-width: 767px) {
  .seaweedIndex .cover {
    background: url("/img/alginate/seaweed/main_img-sp.png") no-repeat center;
    background-size: cover;
  }
}
.seaweedIndex .article {
  margin: 70px 0 40px;
  font-size: 1.6rem;
  color: #46525f;
  line-height: 2.4;
}

@media (max-width: 767px) {
  .seaweedIndex .article {
    margin: 40px 0;
    font-size: 1.2rem;
  }
}
.seaweedIndex .article img {
  float: right;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .seaweedIndex .article img {
    max-width: 50%;
  }
}
.seaweedIndex .roadmap {
  background: url("/img/alginate/seaweed/seaweed_bg_sp.png") no-repeat;
  margin-bottom: 50px;
  padding: 25px 0 30px;
  background-size: cover;
}

@media (min-width: 768px) {
  .seaweedIndex .roadmap {
    background: url("/img/alginate/seaweed/seaweed_bg.png") no-repeat;
    background-size: cover;
    padding: 20px 0;
    text-align: center;
    width: 960px;
    margin: 0 auto;
  }
}
.seaweedIndex .roadmap .roadmapTitle {
  margin-bottom: 35px;
  text-align: center;
}

@media (max-width: 767px) {
  .seaweedIndex .roadmap .roadmapImg {
    padding: 0 15px;
  }
}
.seaweedIndex .roadmap .roadmapImg img {
  max-width: 100%;
}

/*------------------------------------------------------------
alginate_structure
------------------------------------------------------------*/
.seaweedStructure .cover {
  background: url("/img/alginate/structure/main_img.png") no-repeat center;
  background-size: cover;
}

@media (max-width: 767px) {
  .seaweedStructure .cover {
    background: url("/img/alginate/structure/main_img-sp.png") no-repeat center;
    background-size: cover;
  }
}
.seaweedStructure .articleContent {
  margin-top: 72px;
}

@media (max-width: 767px) {
  .seaweedStructure .articleContent {
    margin-top: 40px;
  }
}
.seaweedStructure .articleContent p {
  font-size: 1.6rem;
  color: #46525f;
  line-height: 2.2;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .seaweedStructure .articleContent p {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}
.seaweedStructure .articleContent p:not(:first-of-type) {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .seaweedStructure .articleContent .imgContainer {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.seaweedStructure .articleContent .imgContainer:after {
  content: "";
  display: block;
  clear: both;
}

.seaweedStructure .articleContent .alignLeft {
  float: left;
}

@media (max-width: 767px) {
  .seaweedStructure .articleContent .alignLeft {
    float: none;
    margin: 0 auto 14px;
  }
}
.seaweedStructure .articleContent .alignRight {
  float: right;
}

@media (max-width: 767px) {
  .seaweedStructure .articleContent .alignRight {
    float: none;
    margin: auto;
  }
}
.seaweedStructure .articleContent .alignCenter {
  display: block;
  margin: 0 auto;
  max-width: 470px;
}

@media (max-width: 767px) {
  .seaweedStructure .articleContent .alignCenter {
    padding-left: 20px;
    padding-right: 20px;
  }
  .seaweedStructure .articleContent .alignCenter img {
    width: 100%;
    height: auto;
  }
}
.seaweedStructure .articleContent .alignCenter .centerTtl {
  margin-bottom: 6px;
  font-size: 1.6rem;
  color: #2e6195;
  font-weight: normal;
}

.seaweedStructure .articleContent .alignCenter .centerTtl:not(:first-of-type) {
  margin-top: 17px;
}

@media (max-width: 767px) {
  .seaweedStructure .articleContent .alignCenter .centerTtl {
    font-size: 1.2rem;
    letter-spacing: -0.03em;
  }
}
.seaweedStructure .articleContent .paragraph {
  margin: 40px 0;
}

@media (max-width: 767px) {
  .seaweedStructure .articleContent .paragraph {
    margin: 30px 0;
  }
}
.seaweedStructure .articleContent .paragraph p {
  line-height: 2;
}

.seaweedStructure .articleContent .paragraph p:first-of-type {
  margin-bottom: 0;
  letter-spacing: -0.02em;
}

.seaweedStructure .articleContent .paragraph p sup {
  font-size: 1rem;
}

.seaweedStructure .articleContent .paragraph .textImgContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .seaweedStructure .articleContent .paragraph .textImgContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .seaweedStructure .articleContent .paragraph .textImgContainer p {
    max-width: none;
    display: block;
  }
}
.seaweedStructure .articleContent .paragraph .textImgContainer .alignRight {
  margin-top: 12px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .seaweedStructure .articleContent .paragraph .textImgContainer .alignRight {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
            align-self: center;
    margin-top: 30px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .seaweedStructure .proImgRight img {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
    float: none;
    display: block;
    height: auto;
  }
}
/*------------------------------------------------------------
alginate_properties
------------------------------------------------------------*/
.alginate-properties .pager {
  margin-top: 40px;
}
.alginate-properties p, .alginate-properties h2, .alginate-properties a {
  font-family: Noto Sans JP;
  line-height: 1.75;
}
.alginate-properties .conts {
  max-width: 990px;
  padding: 0 15px;
}
.alginate-properties .cover {
  background: url("/img/alginate/alginate-properties/alginate-properties-mv-sp.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .alginate-properties .pager {
    margin-top: 66px;
  }
  .alginate-properties .conts {
    width: unset;
    padding: 0 15px;
  }
  .alginate-properties .cover {
    background: url("/img/alginate/alginate-properties/alginate-properties-mv.jpg") no-repeat center;
    background-size: cover;
    margin-bottom: 14px;
  }
}
.alginate-properties .alginate-properties-ctt {
  border-bottom: 1px solid #a4abb3;
  padding-bottom: 50px;
  padding-top: 30px;
}
.alginate-properties .alginate-properties-ctt:last-of-type {
  border-bottom: none;
}
.alginate-properties .alginate-properties-lead {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.alginate-properties .alginate-properties-lead-link {
  color: #063e8d;
  padding-bottom: 2px;
  border-bottom: solid 1px #063e8d;
}
.alginate-properties .alginate-properties-ttl-min {
  font-size: 16px;
  padding-right: 5px;
}
.alginate-properties .btn1 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.alginate-properties .btn1 .btnText {
  border: solid 1px #5c6b7b;
  min-width: 200px;
  padding: 10px 28px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .alginate-properties .alginate-properties-ctt {
    padding-bottom: 100px;
    padding-top: 60px;
  }
  .alginate-properties .alginate-properties-lead {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    margin-bottom: 30px;
  }
  .alginate-properties .btn1 {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .alginate-properties .btn1 .btnText {
    min-width: 366px;
    padding-left: 46px;
    padding-right: 46px;
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.alginate-properties .alginate-properties-gel .alginate-properties-lead {
  padding: 0;
  margin: 0 auto 20px;
}
.alginate-properties .alginate-properties-gel-figure01 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.alginate-properties .alginate-properties-gel-figure01 img {
  width: 100%;
}
@media (min-width: 768px) {
  .alginate-properties .alginate-properties-gel .alginate-properties-lead {
    margin: 0 auto 30px;
    max-width: 840px;
  }
  .alginate-properties .alginate-properties-gel-figure01 {
    width: 100%;
  }
  .alginate-properties .alginate-properties-gel-figure01 img {
    width: 100%;
  }
}
.alginate-properties .alginate-properties-mechanism-molecule-img {
  width: 95%;
  margin: 0 auto 15px;
}
.alginate-properties .alginate-properties-mechanism-molecule-img img {
  width: 100%;
}
.alginate-properties .alginate-properties-mechanism-txt {
  margin-bottom: 30px;
}
.alginate-properties .alginate-properties-mechanism-sup {
  font-size: 12px;
  letter-spacing: 0;
}
.alginate-properties .alginate-properties-mechanism-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 40px;
}
.alginate-properties .alginate-properties-mechanism-list__item {
  width: 100%;
  padding: 20px;
  border: solid 1px #3b9fc0;
}
.alginate-properties .alginate-properties-mechanism-list-ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #173d88;
}
.alginate-properties .alginate-properties-mechanism-list-txt {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  word-break: break-all;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.alginate-properties .alginate-properties-mechanism-list-txt-ca {
  white-space: nowrap;
}
@media (max-width: 985px) {
  .alginate-properties .alginate-properties-mechanism-sup {
    font-size: 8px;
  }
}
.alginate-properties .alginate-properties-movie {
  width: 100%;
  margin: 0 auto;
}
.alginate-properties .alginate-properties-movie__ttl {
  font-size: 14.55px;
  font-weight: 400;
  margin-bottom: 16px;
  text-align: center;
  color: #063e8d;
}
.alginate-properties .alginate-properties-movie__iframe {
  position: relative;
  width: 100%;
  padding-bottom: 54.06%; /* 346 ÷ 640 × 100 = 54.06% */
  height: 0;
  overflow: hidden;
  border-radius: 5px;
}
.alginate-properties .alginate-properties-movie__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1030px) {
  .alginate-properties .alginate-properties-mechanism-molecule-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .alginate-properties .alginate-properties-mechanism-molecule {
    width: 100%;
  }
  .alginate-properties .alginate-properties-mechanism-molecule-img {
    margin-bottom: 30px;
  }
  .alginate-properties .alginate-properties-mechanism-txt {
    margin-bottom: 40px;
  }
  .alginate-properties .alginate-properties-mechanism-list {
    gap: 30px;
  }
  .alginate-properties .alginate-properties-mechanism-list__item {
    width: calc((100% - 60px) / 3);
    padding: 30px 28px 44px;
  }
  .alginate-properties .alginate-properties-mechanism-list-ttl {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .alginate-properties .alginate-properties-mechanism-list-txt {
    font-size: 16px;
  }
  .alginate-properties .alginate-properties-movie {
    max-width: 640px;
  }
}
.alginate-properties .alginate-properties-viscosity .alginate-properties-panel02-wrap {
  margin-bottom: 0;
}
.alginate-properties .alginate-properties-panel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
  margin-bottom: 15px;
}
.alginate-properties .alginate-properties-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 26px 20px 36px;
  background-color: #e9f0fa;
}
.alginate-properties .alginate-properties-panel__ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  color: #063e8d;
  padding: 0 5px;
}
.alginate-properties .alginate-properties-panel__ttl--small {
  font-size: 14px;
}
.alginate-properties .alginate-properties-panel__txt {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.alginate-properties .alginate-properties-panel__img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.alginate-properties .alginate-properties-panel__img img {
  width: 100%;
}
.alginate-properties .alginate-properties-panel02-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 15px;
}
.alginate-properties .alginate-properties-panel02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #e9f0fa;
}
.alginate-properties .alginate-properties-panel02--left {
  padding: 26px 20px 0px 20px;
}
.alginate-properties .alginate-properties-panel02--right {
  padding: 26px 20px 36px 20px;
}
.alginate-properties .alginate-properties-panel02__ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  color: #063e8d;
  padding: 0 5px;
}
.alginate-properties .alginate-properties-panel02__ttl02 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  color: #063e8d;
  padding: 0 5px;
}
.alginate-properties .alginate-properties-panel02__txt {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.alginate-properties .alginate-properties-panel02__txt02 {
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.alginate-properties .alginate-properties-panel02__img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.alginate-properties .alginate-properties-panel02__img img {
  width: 100%;
}
.alginate-properties .alginate-properties-panel03-box {
  padding-top: 26px;
  padding-bottom: 36px;
  background-color: #e9f0fa;
  margin-bottom: 15px;
}
.alginate-properties .alginate-properties-panel03-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 15px;
}
.alginate-properties .alginate-properties-panel03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #e9f0fa;
}
.alginate-properties .alginate-properties-panel03--left {
  padding: 0px 20px 0px 20px;
}
.alginate-properties .alginate-properties-panel03--right {
  padding: 26px 20px 0px 20px;
}
.alginate-properties .alginate-properties-panel03-ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  color: #063e8d;
  padding: 0 5px;
}
.alginate-properties .alginate-properties-panel03__txt {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  letter-spacing: 0;
}
.alginate-properties .alginate-properties-panel03__img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.alginate-properties .alginate-properties-panel03__img img {
  width: 100%;
}
.alginate-properties .alginate-properties-note {
  font-size: 13px;
  max-width: 270px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .alginate-properties .alginate-properties-panel-wrap {
    gap: 30px;
    margin-bottom: 30px;
  }
  .alginate-properties .alginate-properties-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc((100% - 30px) / 2);
    padding: 40px 38px 56px;
    background-color: #e9f0fa;
  }
  .alginate-properties .alginate-properties-panel03__img {
    max-width: none;
  }
  .alginate-properties .alginate-properties-panel__img {
    max-width: none;
    margin: 0 auto;
  }
  .alginate-properties .alginate-properties-panel__ttl {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .alginate-properties .alginate-properties-panel__ttl--small {
    font-size: 20px;
    margin-bottom: 21px;
  }
  .alginate-properties .alginate-properties-panel__txt {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  .alginate-properties .alginate-properties-panel02__txt {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  .alginate-properties .alginate-properties-panel02__txt02 {
    font-size: 1.6rem;
  }
  .alginate-properties .alginate-properties-panel02-wrap {
    margin-bottom: 40px;
  }
  .alginate-properties .alginate-properties-panel02__ttl {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .alginate-properties .alginate-properties-panel02__ttl02 {
    font-size: 24px;
    margin-bottom: 8px;
    text-align: left;
  }
  .alginate-properties .alginate-properties-panel02 {
    width: 50%;
    letter-spacing: 0;
  }
  .alginate-properties .alginate-properties-panel02--left {
    padding: 46px 20px 46px 90px;
    margin-bottom: 0;
  }
  .alginate-properties .alginate-properties-panel02--right {
    padding: 46px 90px 46px 20px;
  }
  .alginate-properties .alginate-properties-panel02__img {
    margin-bottom: 20px;
    max-width: none;
  }
  .alginate-properties .alginate-properties-panel03-box {
    padding-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 56px;
  }
  .alginate-properties .alginate-properties-panel03 {
    width: 50%;
  }
  .alginate-properties .alginate-properties-panel03-ttl {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .alginate-properties .alginate-properties-panel03--left {
    padding: 0px 20px 0px 90px;
    margin-bottom: 0;
  }
  .alginate-properties .alginate-properties-panel03--right {
    padding: 0px 90px 0px 0px;
  }
  .alginate-properties .alginate-properties-panel03__txt {
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
}
.alginate-properties .alginate-properties-options-figure {
  width: 100%;
  margin-bottom: 20px;
}
.alginate-properties .alginate-properties-options-figure img {
  width: 100%;
}
.alginate-properties .alginate-properties-options-panel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.alginate-properties .alginate-properties-options-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 30px 20px 35px;
  width: 100%;
}
.alginate-properties .alginate-properties-options-panel--low {
  background-color: #e9f0fa;
}
.alginate-properties .alginate-properties-options-panel--high {
  background-color: #a6c0e0;
}
.alginate-properties .alginate-properties-options-panel__ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
  color: #063e8d;
  padding: 0 5px;
}
.alginate-properties .alginate-properties-options-panel__img {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 auto 30px;
  max-width: 470px;
}
.alginate-properties .alginate-properties-options-panel__img img {
  width: 100%;
}
.alginate-properties .alginate-properties-options-panel__txt {
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .alginate-properties .alginate-properties-options-figure {
    margin-bottom: 50px;
  }
  .alginate-properties .alginate-properties-options-panel {
    width: calc((100% - 40px) / 2);
    padding: 40px 40px 70px;
  }
  .alginate-properties .alginate-properties-options-panel__img {
    max-width: none;
  }
  .alginate-properties .alginate-properties-options-panel__txt {
    font-size: 1.6rem;
    font-weight: 400;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .alginate-properties .alginate-properties-options-panel__ttl {
    font-size: 24px;
  }
  .alginate-properties .alginate-properties-options-panel-wrap {
    gap: 40px;
  }
}
.alginate-properties .alginate-properties-pga .alginate-properties-panel02-wrap:last-of-type {
  margin-bottom: 0;
}
.alginate-properties .alginate-properties-introduction {
  background: #f1f8fc;
  margin-top: 30px;
  border-radius: 10px;
  margin-bottom: 72px;
  padding-left: 20px;
  padding-right: 20px;
}
.alginate-properties .alginate-properties-introduction .btn1 {
  margin-bottom: 30px;
}
.alginate-properties .alginate-properties-introduction__inner {
  max-width: 850px;
  margin: 0 auto;
}
.alginate-properties .alginate-properties-introduction-lead {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}
.alginate-properties .alginate-properties-introduction-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 36px;
}
.alginate-properties .alginate-properties-introduction-list__item {
  display: block;
  background: #fff;
  width: 100%;
  position: relative;
}
.alginate-properties .alginate-properties-introduction-list__item a {
  display: block;
  padding: 20px;
  font-size: 14px;
  color: #004098;
  text-align: left;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.alginate-properties .alginate-properties-introduction-list__item a:hover {
  opacity: 0.8;
}
.alginate-properties .alginate-properties-introduction-list__item::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  padding-left: 5px;
  border-top: 2px solid #004098;
  border-right: 2px solid #004098;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.alginate-properties .alginate-properties-introduction-option__ttl {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #004098;
}
.alginate-properties .alginate-properties-introduction-option__img {
  max-width: 540px;
  margin: 0 auto;
}
.alginate-properties .alginate-properties-introduction-option__img img {
  width: 100%;
}
.alginate-properties .alginate-properties-introduction-option__img a {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.alginate-properties .alginate-properties-introduction-option__img a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .alginate-properties .alginate-properties-introduction {
    margin-top: 60px;
  }
  .alginate-properties .alginate-properties-introduction .btn1 {
    margin-bottom: 40px;
  }
  .alginate-properties .alginate-properties-introduction-lead {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .alginate-properties .alginate-properties-introduction-list {
    gap: 20px;
  }
  .alginate-properties .alginate-properties-introduction-list__item {
    width: calc((100% - 20px) / 2);
  }
  .alginate-properties .alginate-properties-introduction-list__item a {
    padding: 28px 28px 28px 20px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .alginate-properties .alginate-properties-introduction-list__item {
    width: calc((100% - 40px) / 3);
  }
}

/*------------------------------------------------------------
alginate_application
------------------------------------------------------------*/
.seaweedApplication .cover {
  background: url("/img/alginate/application/main_img-sp.jpg") no-repeat center;
  background-size: cover;
}

@media (min-width: 768px) {
  .seaweedApplication .cover {
    background: url("/img/alginate/application/main_img.jpg") no-repeat center;
    background-size: cover;
  }
}
.foodMenu {
  margin: 70px 0 0;
  overflow: hidden;
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 767px) {
  .foodMenu {
    width: inherit;
    margin-top: 45px;
  }
}
.foodMenu .item {
  text-align: center;
  width: 480px;
  padding: 40px 0;
  border-top: 1px solid #a4abb3;
  border-left: 1px solid #a4abb3;
}

.foodMenu .item:nth-of-type(2n) {
  border-right: 1px solid #a4abb3;
}

.foodMenu .item:nth-of-type(5) {
  border-bottom: 1px solid #a4abb3;
}

@media (max-width: 767px) {
  .foodMenu .item:nth-of-type(5) {
    border-bottom: none;
  }
}
.foodMenu .item:last-of-type {
  border-right: 1px solid #a4abb3;
  border-bottom: 1px solid #a4abb3;
  padding-top: -20px;
}

@media (max-width: 767px) {
  .foodMenu .item {
    display: block;
    padding: 20px;
    width: inherit;
    border-top: 1px solid #a4abb3;
    border-left: 1px solid #a4abb3;
    border-right: 1px solid #a4abb3;
  }
}
@media (min-width: 768px) {
  .foodMenu .itemImg img {
    width: 400px;
    height: 200px;
  }
}
.foodMenu .itemMov {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .foodMenu .itemMov {
    padding-bottom: 42%;
    margin: 0 40px;
  }
}
.foodMenu .itemMov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.foodMenu .itemBody {
  margin-top: 22px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}

@media (max-width: 767px) {
  .foodMenu .itemBody {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 15px;
  }
}
.foodMenu .itemTitle {
  font-size: 2.2rem;
  color: #46525f;
  margin-bottom: 20px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .foodMenu .itemTitle {
    font-size: 1.7rem;
    margin-bottom: 12px;
  }
}
.foodMenu p {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .foodMenu p {
    font-size: 1.2rem;
  }
}
/*------------------------------------------------------------
alginate_process
------------------------------------------------------------*/
.seaweedProcess .cover {
  background: url("/img/alginate/process/main_img.png") no-repeat center;
  background-size: cover;
}

@media (max-width: 767px) {
  .seaweedProcess .cover {
    background: url("/img/alginate/process/main_img-sp.png") no-repeat center;
    background-size: cover;
  }
}
.seaweedProcess .process {
  margin-top: 85px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .seaweedProcess .process {
    margin-top: 35px;
    margin-bottom: 30px;
  }
}
.seaweedProcess .process h3 {
  font-size: 2.2rem;
  color: #46525f;
  margin-bottom: 15px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .seaweedProcess .process h3 {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
}
.seaweedProcess .process p {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .seaweedProcess .process p {
    font-size: 1.2rem;
  }
}
.seaweedProcess .process .processStep {
  position: relative;
  margin-top: 50px;
}

.seaweedProcess .process .processStep .item.stepnum {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-top: 1px solid #a4abb3;
  border-bottom: 1px solid #a4abb3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  position: relative;
}

.seaweedProcess .process .processStep .item.stepnum:nth-last-child(8) .itemContent {
  width: 790px;
}

@media (max-width: 767px) {
  .seaweedProcess .process .processStep .item.stepnum:nth-last-child(8) .itemContent {
    width: 100%;
  }
}
.seaweedProcess .process .processStep .item.stepnum:not(:first-child) {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .seaweedProcess .process .processStep .item.stepnum:not(:first-child) {
    margin-top: 65px;
  }
}
@media (max-width: 767px) {
  .seaweedProcess .process .processStep .item.stepnum {
    display: block;
    padding-top: 50px;
    padding-bottom: 28px;
  }
}
.seaweedProcess .process .processStep .item.stepnum:before {
  content: "";
  position: absolute;
  top: 65px;
  left: 55px;
  width: 20px;
  height: 100%;
  background: #dae3ea url("/img/alginate/process/arrow.jpg");
  background-repeat: repeat-y;
  background-position-x: 5px;
  background-position-y: -2px;
  z-index: 50;
}

@media (max-width: 767px) {
  .seaweedProcess .process .processStep .item.stepnum:before {
    top: auto;
    left: 50%;
    bottom: -41px;
    background: url("/img/alginate/process/arrow-sp.jpg") no-repeat;
    width: 15px;
    height: 40px;
    background-size: 15px 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-position-x: -1px;
    background-position-y: -2px;
  }
}
.seaweedProcess .process .processStep .item.stepnum.seven:before {
  content: "";
  background: none;
}

.seaweedProcess .process .processStep .item.stepnum .itemContent {
  margin-left: 187px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  min-width: 100px;
  width: 490px;
}

@media (max-width: 767px) {
  .seaweedProcess .process .processStep .item.stepnum .itemContent {
    margin-left: 0;
    width: 100%;
  }
}
.seaweedProcess .process .processStep .item.stepnum .itemImage {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  min-width: 100px;
  max-width: 260px;
}

@media (max-width: 767px) {
  .seaweedProcess .process .processStep .item.stepnum .itemImage {
    width: 130px;
    height: 80px;
    float: right;
    margin-left: 10px;
  }
}
.seaweedProcess .process .processStep .item.stepnum .circleStep {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 51;
}

@media (max-width: 767px) {
  .seaweedProcess .process .processStep .item.stepnum .circleStep {
    width: 80px;
    height: 80px;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .seaweedProcess .process .processStep .item.stepnum .circleStep img {
    width: 78px;
    height: 78px;
  }
}
.seaweedProcess .process .talkbox {
  position: relative;
}

@media (max-width: 767px) {
  .seaweedProcess .process .talkbox {
    background: #dce9f3;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .seaweedProcess .process .talkbox.arrow:before {
    display: block;
    position: absolute;
    content: "";
    background: none;
    top: auto;
    left: 50%;
    bottom: -41px;
    background: url(/img/alginate/process/arrow-sp.jpg) no-repeat;
    width: 15px;
    height: 40px;
    background-size: 15px 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-position-x: -1px;
    background-position-y: -2px;
  }
}
.seaweedProcess .process .talkbox .tabContainer {
  display: none;
}

@media (max-width: 767px) {
  .seaweedProcess .process .talkbox .tabContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    border-bottom: 2px solid #1b749e;
    background: white;
  }
  .seaweedProcess .process .talkbox .tabContainer .tabItem {
    width: 32.7868852459%;
    padding: 15px 3px 30px;
    background: #eeeeee;
    font-size: 1.5rem;
    text-align: center;
    position: relative;
    cursor: pointer;
    letter-spacing: -0.03em;
  }
  .seaweedProcess .process .talkbox .tabContainer .tabItem:after {
    content: "";
    position: absolute;
    bottom: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("/img/alginate/process/chevron-bottom.png") no-repeat;
    background-size: 13px 9px;
    width: 13px;
    height: 9px;
  }
  .seaweedProcess .process .talkbox .tabContainer .tabItem:before {
    content: "";
    position: absolute;
    top: -36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("/img/alginate/process/talkboxArrow01.png") no-repeat;
    background-size: 15px 32px;
    width: 15px;
    height: 32px;
  }
  .seaweedProcess .process .talkbox .tabContainer .tabItem.active {
    background: #1b749e;
    color: white;
  }
  .seaweedProcess .process .talkbox .tabContainer .tabItem.active:after {
    background: url("/img/alginate/process/chevron-bottom-white.png") no-repeat;
    background-size: 13px 9px;
  }
}
.seaweedProcess .process .talkbox .groupContainer {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.seaweedProcess .process .talkbox .groupContainer .group {
  width: 31.25%;
}

@media (max-width: 767px) {
  .seaweedProcess .process .talkbox .groupContainer .group {
    display: none;
  }
}
.seaweedProcess .process .talkbox .groupContainer .group.active {
  display: block;
}

@media (max-width: 767px) {
  .seaweedProcess .process .talkbox .groupContainer .group {
    width: 100%;
  }
}
.seaweedProcess .process .talkbox .groupContainer .arrow {
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .seaweedProcess .process .talkbox .groupContainer .arrow {
    display: none;
  }
}
.seaweedProcess .process .talkbox .groupContainer .item {
  border: 4px solid #4ea7c4;
  padding: 17px 12px 30px;
  margin: 10px 0;
  position: relative;
}

@media (max-width: 767px) {
  .seaweedProcess .process .talkbox .groupContainer .item {
    background: white;
    margin: 20px;
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .seaweedProcess .process .talkbox .groupContainer .item:first-child {
    margin-top: 18px;
  }
}
.seaweedProcess .process .talkbox .groupContainer .item h3 {
  text-align: center;
}

.seaweedProcess .process .talkbox .groupContainer .list {
  height: 190px;
  background-image: url("/img/alginate/process/processListBg.png");
  background-color: #1b749e;
  background-repeat: no-repeat;
  background-position-x: 130%;
  background-position-y: 200%;
  padding: 20px 0 15px;
}

@media (max-width: 767px) {
  .seaweedProcess .process .talkbox .groupContainer .list {
    background-size: 100px 100px;
    background-position: right -20px bottom -10px;
    height: auto;
  }
}
.seaweedProcess .process .talkbox .groupContainer .list h3, .seaweedProcess .process .talkbox .groupContainer .list li {
  color: white;
}

.seaweedProcess .process .talkbox .groupContainer .list h3 {
  text-align: center;
}

@media (max-width: 767px) {
  .seaweedProcess .process .talkbox .groupContainer .list h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .seaweedProcess .process .talkbox .groupContainer .list {
    width: 100%;
  }
}
.seaweedProcess .process .talkbox .groupContainer .list ul {
  display: table;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .seaweedProcess .process .talkbox .groupContainer .list ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2;
    display: block;
    width: 90%;
  }
}
.seaweedProcess .process .talkbox .groupContainer .list ul li {
  position: relative;
  padding-left: 15px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .seaweedProcess .process .talkbox .groupContainer .list ul li {
    font-size: 1.2rem;
  }
}
.seaweedProcess .process .talkbox .groupContainer .list ul li:before {
  content: "";
  background: white;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

@media (max-width: 767px) {
  .seaweedProcess .process .talkbox .groupContainer .list ul li:before {
    top: 6px;
  }
}
.seaweedProcess .note {
  font-size: 1.4rem;
  color: #6d7681;
  line-height: 1.42;
  background: #eee;
  padding: 18px 20px;
}

@media (max-width: 767px) {
  .seaweedProcess .note {
    font-size: 1rem;
    padding: 10px;
    line-height: 15px;
  }
}
.seaweedProcess .note02 {
  font-size: 1.4rem;
  color: #6d7681;
  line-height: 1.42;
  background: #eee;
  padding: 0 20px 18px;
}

@media (max-width: 767px) {
  .seaweedProcess .note02 {
    font-size: 1rem;
    padding: 10px;
    line-height: 15px;
  }
}
.seaweedProcess .under-line {
  color: #003f98;
  text-decoration: underline;
  -webkit-text-decoration-color: #003f98;
          text-decoration-color: #003f98;
  font-size: 1.4rem;
  line-height: 1.42;
  background: #eee;
}

@media (max-width: 767px) {
  .seaweedProcess .under-line {
    font-size: 1rem;
    padding: 10px;
    line-height: 15px;
  }
}
/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
alginate_usage
------------------------------------------------------------*/
.usage .conts {
  max-width: 990px;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .usage .conts {
    padding-inline: 25px;
  }
}

.usage .cover {
  background: url("/img/alginate/usage/main_img.png") no-repeat center;
  background-size: cover;
}

@media (max-width: 767px) {
  .usage .cover {
    background: url("/img/alginate/usage/main_img-sp.png") no-repeat center;
    background-size: cover;
  }
}
.usage-main {
  margin-top: 70px;
}
@media (max-width: 543px) {
  .usage-main {
    margin-top: 40px;
  }
}
.usage-main p {
  font-size: 16px;
}
@media (max-width: 543px) {
  .usage-main p {
    font-size: 14px;
  }
}

.usage-heading {
  color: #212f3f;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  max-width: 286px;
  margin: 0 auto 30px;
  padding: 17px 25px;
  border: 1px solid #5c6b7b;
}
.usage-heading--last {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.usage-sentence {
  letter-spacing: 0.1rem;
  line-height: 1.75;
  margin-bottom: 48px;
}
@media (max-width: 543px) {
  .usage-sentence {
    margin-bottom: 30px;
  }
}

.usage-img {
  width: 100%;
}

.usage-sup {
  color: #46525f;
  font-size: 10px;
}

.usage-intro {
  margin-bottom: 56px;
  padding-bottom: 82px;
  border-bottom: 1px solid #d6d9dd;
}
@media (max-width: 543px) {
  .usage-intro {
    padding-bottom: 65px;
  }
}

.usage-intro-sentence {
  margin-bottom: 0;
}

.usage-solubility {
  margin-bottom: 56px;
}

.usage-solubility__inner {
  padding-bottom: 82px;
  border-bottom: 1px solid #d6d9dd;
}
@media (max-width: 543px) {
  .usage-solubility__inner {
    padding-bottom: 65px;
  }
}

.usage-solubility__table-wrap {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .usage-solubility__table-wrap {
    overflow-x: scroll;
  }
}

.usage-solubility__table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .usage-solubility__table {
    width: 820px;
  }
}
.usage-solubility__table tr {
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  background-color: #ffffff;
}
.usage-solubility__table tr th, .usage-solubility__table tr td {
  color: #004097;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 20px 5px;
}
@media (max-width: 543px) {
  .usage-solubility__table tr th, .usage-solubility__table tr td {
    font-size: 15px;
    padding: 10px 5px;
  }
}
.usage-solubility__table tr td:last-of-type {
  border-right: none;
}

.usage-solubility__table-head tr {
  background-color: f6f6f6;
}
.usage-solubility__table-head th {
  text-align: center;
  background-color: #ecf2fa;
  border-top: 1px solid #cccccc;
}
.usage-solubility__table-head td {
  text-align: center;
  background-color: #f6f6f6;
  border-top: 1px solid #cccccc;
}

.usage-solubility__table-main:nth-of-type(odd) {
  background-color: #f1f8fc;
}
.usage-solubility__table-main th {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.usage-solubility__table-main td {
  position: relative;
  text-align: center;
}
.usage-solubility__table-main td .usage-sup {
  position: absolute;
  color: #4ea7c4;
}
.usage-solubility__table-main td .usage-sup--x {
  color: #aaaaaa;
}

.usage-solubility__table-main-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.usage-solubility__table-sub {
  font-size: 12px;
  line-height: 1.75;
}

.usage-solubility__table-lead {
  color: #004097;
  font-size: 16px;
  line-height: 1.75;
}

.usage-solubility__table-icon-x {
  width: 20px;
}
@media (max-width: 767px) {
  .usage-solubility__table-icon-x {
    width: clamp(16px, 2.6075619296vw, 20px);
  }
}

.usage-solubility__table-icon-o {
  width: 22px;
}
@media (max-width: 767px) {
  .usage-solubility__table-icon-o {
    width: clamp(17.6px, 2.8683181226vw, 22px);
  }
}

.usage-solubility__att-list-item {
  position: relative;
  color: #46525f;
  margin-bottom: 10px;
  padding-left: 3rem;
}
.usage-solubility__att-list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 1rem;
}
.usage-solubility__att-list-item:nth-of-type(1)::before {
  content: "※1";
}
.usage-solubility__att-list-item:nth-of-type(2)::before {
  content: "※2";
}
.usage-solubility__att-list-item:nth-of-type(3)::before {
  content: "※3";
}

.usage-dissolve {
  margin-bottom: 56px;
  padding-bottom: 82px;
  border-bottom: 1px solid #d6d9dd;
}

.usage-dissolve-heading {
  max-width: 550px;
  margin: 0 auto 56px;
  padding-inline: 30px;
}

.usage-dissolve-heading-img {
  width: 100%;
}

.usage-dissolve__ct {
  background-color: #ecf2fa;
  margin-bottom: 56px;
  padding: 40px;
}
.usage-dissolve__ct:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 543px) {
  .usage-dissolve__ct {
    padding: 40px 25px;
  }
}

.usage-dissolve__ct-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-size: 22px;
  font-weight: 400;
  background-color: #004097;
  border: 1px solid #5c6b7b;
  max-width: 286px;
  margin: 0 auto 32px;
  padding-block: 17px;
}
@media (max-width: 543px) {
  .usage-dissolve__ct-heading {
    font-size: 18px;
  }
}

.usage-dissolve__item {
  background-color: #ffffff;
  margin-bottom: 54px;
  padding: 40px 40px 70px;
}
.usage-dissolve__item:nth-of-type(2) {
  margin-bottom: 0;
}
@media (max-width: 543px) {
  .usage-dissolve__item {
    padding: 30px 25px 50px;
  }
}

.usage-stirring {
  margin-bottom: 0;
}

.usage-stirring__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .usage-stirring__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}
@media (max-width: 543px) {
  .usage-stirring__detail {
    gap: 30px;
  }
}
.usage-stirring__detail--chunky {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .usage-stirring__detail--chunky {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

.usage-stirring__detail-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 268px;
}
@media (max-width: 767px) {
  .usage-stirring__detail-img {
    max-width: 320px;
  }
}

.usage-stirring__detail-lead {
  color: #004097;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 23px;
}
@media (max-width: 543px) {
  .usage-stirring__detail-lead {
    font-size: 18px;
  }
}

.usage-stirring__detail-sentence {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  margin-bottom: 23px;
}

.usage-stirring__list-item {
  position: relative;
  color: #46525f;
  font-size: 16px;
  margin-bottom: 24px;
  padding-left: 2rem;
}
.usage-stirring__list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #004097;
  font-weight: bold;
  width: 2rem;
  height: 1rem;
}
.usage-stirring__list-item:nth-of-type(1)::before {
  content: "1.";
}
.usage-stirring__list-item:nth-of-type(2)::before {
  content: "2.";
}
.usage-stirring__list-item:nth-of-type(3)::before {
  content: "3.";
}
@media (max-width: 767px) {
  .usage-stirring__list-item {
    margin-bottom: 15px;
  }
}

.usage-stirring__att-item {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.1rem;
  margin-bottom: 5px;
  padding-left: 2.6rem;
}
.usage-stirring__att-item::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #46525f;
  width: 2rem;
  height: 1rem;
}
.usage-stirring__att-item:nth-of-type(1):before {
  content: "※1";
}
.usage-stirring__att-item:nth-of-type(2):before {
  content: "※2";
}
@media (max-width: 543px) {
  .usage-stirring__att-item {
    margin-bottom: 10px;
  }
}

.usage-stirring__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
@media (max-width: 767px) {
  .usage-stirring__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.usage-stirring__example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.usage-stirring__example-item {
  max-width: 173px;
}
@media (max-width: 767px) {
  .usage-stirring__example-item {
    max-width: 210px;
  }
}

.usage-stirring__movie-wrap {
  max-width: 428px;
  width: 100%;
}

.usage-stirring__movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.07%;
  overflow: hidden;
}
.usage-stirring__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.usage-stirring__add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 27px;
}
@media (max-width: 543px) {
  .usage-stirring__add {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.usage-stirring__add-att-item {
  position: relative;
  color: #46525f;
  font-size: 12px;
  padding-left: 2.6rem;
}
.usage-stirring__add-att-item::before {
  content: "※3";
  position: absolute;
  top: 0;
  left: 0;
  color: #46525f;
  width: 2rem;
  height: 1rem;
}

.usage-stirring__add-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 183px;
}

.usage-dispersant {
  padding-inline: 30px;
}
@media (max-width: 543px) {
  .usage-dispersant {
    margin-bottom: 40px;
    padding-inline: 25px;
  }
}

.usage-dispersant__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 543px) {
  .usage-dispersant__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
  }
}

.usage-dispersant__detail-ct {
  width: calc(33.3333333333% - 10px);
}
@media (max-width: 543px) {
  .usage-dispersant__detail-ct {
    width: 100%;
  }
}

.usage-dispersant-heading {
  max-width: 17px;
  margin: 0 auto 20px;
}

.usage-dispersant__img {
  max-width: 260px;
  margin: 0 auto 23px;
}
@media (max-width: 543px) {
  .usage-dispersant__img {
    max-width: 100%;
  }
}

.usage-dispersant-sentence {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  line-height: 1.75;
}

.usage-dispersant-other-sentence {
  margin-bottom: 40px;
}

.usage-diffuser-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 543px) {
  .usage-diffuser-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.usage-diffuser-heading-sub {
  color: #ffffff;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-size: 12px;
  font-weight: 400;
}

.usage-diffuser {
  padding-inline: 50px;
}
@media (max-width: 767px) {
  .usage-diffuser {
    padding-inline: 0;
  }
}

.usage-diffuser-head-sentence {
  margin-bottom: 56px;
}
@media (max-width: 543px) {
  .usage-diffuser-head-sentence {
    margin-bottom: 40px;
  }
}

.usage-diffuser__first {
  border-bottom: 1px solid #004097;
  margin-bottom: 56px;
  padding-bottom: 58px;
}

.usage-diffuser__first-ct-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  width: 100%;
}
@media (max-width: 543px) {
  .usage-diffuser__first-ct-wrap {
    gap: 20px;
  }
}

.usage-diffuser__first-ct {
  width: calc(50% - 20px);
}
@media (max-width: 543px) {
  .usage-diffuser__first-ct {
    width: calc(50% - 10px);
  }
}

.usage-diffuser__first-img {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 543px) {
  .usage-diffuser__first-img {
    margin-bottom: 10px;
  }
}

.usage-diffuser__first-heading {
  color: #004097;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 543px) {
  .usage-diffuser__first-heading {
    font-size: 13px;
  }
}

.usage-diffuser-sentence {
  margin-bottom: 0;
}

.usage-diffuser__use {
  width: 100%;
}

.usage-diffuser__use-heading {
  color: #004097;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.usage-diffuser__use-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .usage-diffuser__use-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.usage-diffuser__use-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 300px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .usage-diffuser__use-ct {
    max-width: 380px;
    margin-bottom: 30px;
  }
}

.usage-diffuser__use-img {
  max-width: 270px;
  margin-bottom: 28px;
}

.usage-diffuser__info {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 44px 46px;
}
.usage-diffuser__info--store {
  margin-bottom: 23px;
}
@media (max-width: 543px) {
  .usage-diffuser__info {
    padding: 25px 20px;
  }
}

.usage-diffuser__info-lead {
  color: #004097;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 543px) {
  .usage-diffuser__info-lead {
    font-size: 14px !important;
    line-height: 1.75;
  }
}

.usage-diffuser__store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .usage-diffuser__store {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.usage-diffuser__store-lead {
  color: #004097;
  font-weight: bold;
}
@media (max-width: 767px) {
  .usage-diffuser__store-lead {
    text-align: center;
  }
}
@media (max-width: 543px) {
  .usage-diffuser__store-lead {
    font-size: 14px !important;
  }
}

.usage-diffuser__store-btn-wrap {
  max-width: 360px;
  width: 100%;
  border-radius: 50px;
}

.usage-diffuser__store-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #ffffff;
  width: 100%;
  background-color: #004097;
  border-radius: 50px;
  padding: 20px 30px 24px;
  -webkit-transition: opacity 0.15s ease-out 0s;
  transition: opacity 0.15s ease-out 0s;
}
.usage-diffuser__store-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 13px;
  height: 13px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 543px) {
  .usage-diffuser__store-btn::before {
    right: 16px;
    width: 9px;
    height: 9px;
  }
}
.usage-diffuser__store-btn:hover {
  opacity: 0.85;
}
@media (max-width: 543px) {
  .usage-diffuser__store-btn {
    gap: 12px;
    padding: 14px 20px 17px 20px;
  }
}

.usage-diffuser__store-btn-icon {
  max-width: 43px;
}
@media (max-width: 543px) {
  .usage-diffuser__store-btn-icon {
    max-width: clamp(30px, 6.6298342541vw, 36px);
  }
}

.usage-diffuser__store-btn-sentence {
  font-size: 16px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  margin-top: 5px;
}
@media (max-width: 543px) {
  .usage-diffuser__store-btn-sentence {
    font-size: 13px;
  }
}

.usage-last {
  width: 100%;
  margin-bottom: 96px;
}

.usage-last__inner {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 90px;
}

.usage-last-sentence {
  letter-spacing: 0.05rem !important;
}
.usage-last-sentence:nth-of-type(2) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .usage .Inquiries {
    display: block;
  }
}
.faq-page-anchor {
  display: block;
  width: 0;
  height: 0;
  margin-top: -40px;
  padding-top: 40px;
  visibility: hidden;
}
@media (max-width: 767px) {
  .faq-page-anchor {
    margin-top: -20px;
    padding-top: 20px;
  }
}

.faq .cover {
  background: url("/img/alginate/faq/main_img.jpg") no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .faq .cover {
    background: url("/img/alginate/faq/main_img-sp.jpg") no-repeat center;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .faq .cover {
    background: url("/img/alginate/faq/main_img-sp.jpg") no-repeat center;
    background-size: cover;
  }
}
.faq-nav-wrap {
  display: block;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .faq-nav-wrap {
    margin-top: 15px;
  }
}

.faq-nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #e6f0f7;
  padding: 30px;
}
@media (max-width: 767px) {
  .faq-nav {
    background: none;
    padding: 0;
  }
}

.faq-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  width: 100%;
  max-width: 780px;
}
@media (max-width: 767px) {
  .faq-nav-list {
    gap: 10px;
  }
}
.faq-nav-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(25% - 22.5px);
  max-width: 170px;
}
@media (max-width: 767px) {
  .faq-nav-list > li {
    width: calc(50% - 5px);
    max-width: 100%;
    background-color: #e6f0f7;
  }
}
.faq-nav-list > li > a {
  display: block;
  width: auto;
  height: auto;
  color: #46525f;
  font-weight: normal;
  font-size: 16px;
  -webkit-transition: opacity 0.15s ease-out 0s;
  transition: opacity 0.15s ease-out 0s;
  padding-right: 1em;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .faq-nav-list > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding: 1.2em;
  }
}
.faq-nav-list > li > a:hover {
  opacity: 0.85;
}
.faq-nav-list > li > a::after {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  background: no-repeat center/contain url(/img/common/arrow-right.png);
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .faq-nav-list > li > a::after {
    right: 3px;
  }
}

.faq-section {
  display: block;
  width: 100%;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .faq-section {
    margin-top: 60px;
  }
}

.faq-nav-heading01 {
  display: block;
  width: 100%;
  color: #003e8d;
  font-weight: bold;
  font-size: 24px;
  border-bottom: solid 2px #e1e4e7;
  padding: 0 10px 14px;
}
@media (max-width: 767px) {
  .faq-nav-heading01 {
    font-size: 18px;
    padding: 0 5px 10px;
  }
}

.faq-qa-list {
  display: block;
  width: 100%;
  margin: 0;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .faq-qa-list {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .faq-qa-list {
    padding-left: 0;
  }
}

.faq-qa-list__item {
  display: block;
  width: 100%;
  border-bottom: solid 2px #e1e4e7;
  padding: 48px 5px;
}
@media (max-width: 767px) {
  .faq-qa-list__item {
    padding: 25px 2px;
  }
}

.faq-qa-list__dt {
  display: block;
  width: 100%;
  color: #003e8d;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 1.6em;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .faq-qa-list__dt {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.faq-qa-list__dt::before {
  content: "Q.";
  display: block;
  width: auto;
  height: auto;
  color: #003e8d;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .faq-qa-list__dt::before {
    font-size: 13px;
  }
}

.faq-qa-list__dd {
  display: block;
  width: 100%;
}

.faq-qa-list__dd-sentence-box {
  display: block;
  width: 100%;
  color: #46525f;
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  padding-left: 1.6em;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
@media (max-width: 767px) {
  .faq-qa-list__dd-sentence-box {
    height: 76px;
    font-size: 12px;
    overflow: hidden;
  }
}
.faq-qa-list__dd-sentence-box::before {
  content: "A.";
  display: block;
  width: auto;
  height: auto;
  color: #003e8d;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .faq-qa-list__dd-sentence-box::before {
    font-size: 13px;
    top: 6px;
  }
}
.faq-qa-list__dd-sentence-box::after {
  content: "";
  display: none;
  width: 100%;
  height: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(20%, #ffffff), color-stop(190%, transparent));
  background: -webkit-linear-gradient(bottom, #ffffff 0%, #ffffff 20%, transparent 190%);
  background: linear-gradient(to top, #ffffff 0%, #ffffff 20%, transparent 190%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-out 0s;
  transition: opacity 0.15s ease-out 0s;
  pointer-events: none;
}
@media (max-width: 767px) {
  .faq-qa-list__dd-sentence-box::after {
    display: block;
  }
}
.faq-qa-list__dd-sentence-box > a {
  color: #003e8d;
  text-decoration: underline;
  text-underline-offset: 3px;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-out 0s;
  transition: opacity 0.15s ease-out 0s;
}
.faq-qa-list__dd-sentence-box > a:hover {
  opacity: 0.8;
}
.faq-qa-list__dd-sentence-box.is-show {
  height: auto;
}
.faq-qa-list__dd-sentence-box.is-show::after {
  opacity: 0;
}

.faq-qa-list__dd-sentence-italic {
  font-style: italic;
}

.faq-qa-list__dd-drop-down-button {
  display: none;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 80px;
  height: auto;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  background-color: #7b94a6;
  margin-top: 3px;
  margin-left: auto;
  padding: 8px 0;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-out 0s;
  transition: opacity 0.15s ease-out 0s;
}
@media (max-width: 767px) {
  .faq-qa-list__dd-drop-down-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.faq-qa-list__dd-drop-down-button::after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  background: no-repeat center/contain url(/img/alginate/faq/faq-arrow01-white.svg);
}
.faq-qa-list__dd-drop-down-button.is-hide {
  opacity: 0;
  pointer-events: none;
}/*# sourceMappingURL=alginate.css.map */