@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@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");
}
/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
body {
  font-size: 1.2rem;
  /* line-height: 1.5; */
}

sup.supTxt {
  font-size: 1rem;
}

sup.supTxt a {
  color: #003f98;
  text-decoration: underline;
}

sub.subTxt {
  font-size: 1rem;
}

.wrapperPro {
  width: inherit;
  background: url("/img/products/common/main_bg.png") no-repeat top center;
  background-size: 100%;
  font-size: 1.6rem;
  color: #46525f;
}

/* common 
------------------------------------------------------------*/
.movie {
  position: relative;
  width: 700px;
  padding-bottom: 41%;
  margin: 20px auto 40px;
  height: 0;
  overflow: hidden;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.d--sp {
  display: none;
}

.d--pc {
  display: block;
}

@media print {
  .hidePrint {
    display: none;
  }
}

.ester-algin-section {
  margin-top: 100px;
}

#ancFeature {
  margin-top: 50px;
}

#ancUsage {
  margin-top: 100px;
}

#ancProducts {
  margin-top: 100px;
}

#ancDocs {
  margin-top: 100px;
  margin-bottom: 120px;
}

.sectionContent {
  margin-top: 30px;
}

.txt {
  margin: 20px 0;
}

.proText {
  font-size: 1.6rem;
}
.proText--fs14 {
  font-size: 1.4rem;
}

.proInfoSpec {
  font-size: 1.4rem;
}

.proBlock2 .notes {
  font-size: 1.4rem;
  color: #a4abb3;
  text-align: right;
  margin-top: 10px;
}

.proBlock2 table {
  width: 100%;
}

.proWarning h2 {
  font-size: 1.6rem;
}

.proWarning p {
  font-size: 1.4rem;
}

section p {
  font-size: 1.6rem;
}

.pageNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.pageNavi li {
  font-size: 1.5rem;
  width: 85px;
  border-top: 1px solid #7b94a6;
  border-bottom: 1px solid #7b94a6;
  border-left: 1px solid #7b94a6;
  background: #e8f1f9;
}

.pageNavi li:last-child {
  border-right: 1px solid #7b94a6;
}

.pageNavi li a {
  position: relative;
  display: block;
  padding: 15px 0 30px;
}

.pageNavi li a:after {
  position: absolute;
  bottom: 25%;
  left: 45%;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #7b94a6;
  border-right: 2px solid #7b94a6;
}

.proTtlA {
  font-size: 2rem;
  font-weight: normal;
  margin: 40px 0 20px;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #a4abb3;
  background: #d9dee2;
}

.obliqueTtl {
  padding: 3px;
}

.obliqueTtl:after {
  border-bottom: solid 21px #fff;
}

.acdescription {
  margin-bottom: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.acdescription dt {
  font-size: 1.2rem;
  border-top: 1px solid;
  padding: 14px 0 14px 10px;
  display: block;
  position: relative;
}

.acdescription dt:last-of-type {
  border-bottom: 1px solid;
}

.acdescription dt:after, .acdescription dt:before {
  display: block;
  content: "";
  position: absolute;
  background: #7b94a6;
  right: 12px;
  top: 50%;
}

.acdescription dt:before {
  height: 2px;
  width: 16px;
}

.acdescription dt:after {
  height: 16px;
  width: 2px;
  top: 35%;
  right: 19px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.acdescription dt.closeIcon:after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -webkit-transform: translateY(0px) rotate(-90deg);
  transform: translateY(0px) rotate(-90deg);
}

.acdescription dd {
  display: none;
}

.proTableBox {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
}

.proTableBox th {
  width: 20%;
  font-weight: normal;
  padding-left: 10px;
  border-top: 1px solid #a4abb3;
  border-right: 1px solid #a4abb3;
}

.proTableBox th:last-of-type {
  border-bottom: 1px solid #a4abb3;
}

.proTableBox td {
  border-top: 1px solid #a4abb3;
  padding: 15px 5px 15px 10px;
}

.proTableBox td:last-of-type {
  border-bottom: 1px solid #a4abb3;
}

.proNotes {
  background: #eee;
  padding: 10px;
  color: #6d7681;
}

.attention {
  background: #f8e0e5;
  color: #82414e;
  padding: 10px;
  margin: 15px 0 40px;
}

.attention .attentionTtl {
  font-weight: bold;
  position: relative;
  padding-left: 22px;
}

.attention .attentionTtl:after {
  position: absolute;
  background: url("/img/products/common/denger_icon.png") no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background-size: 90%;
  left: 0;
  top: 1px;
}

.attention .txt {
  font-size: 1rem;
  margin: 0;
}

/*------------------------------------------------------------
linkLeft02
------------------------------------------------------------*/
.linkLeft02Wrap:after {
  display: block;
  clear: both;
  content: "";
}

.linkLeft02 {
  float: right;
  position: relative;
  padding-right: 25px;
  color: #64717f;
}

.linkLeft02:hover {
  color: #2e6194;
  text-decoration: underline;
}

.linkLeft02:after {
  width: 10px;
  height: 15px;
  content: "";
  background: url("/img/products/common/more_link.png") no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* sectionGroup
------------------------------------------------------------*/
.sectionGroup {
  width: 100%;
}

.sectionGroup:after {
  display: block;
  clear: both;
  content: "";
}

.sectionGroup li {
  width: 25%;
  float: left;
  height: 60px;
  line-height: 60px;
}

.sectionGroup li:last-of-type {
  border-right: 1px solid #7b94a6;
}

.sectionGroup a {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  height: 100%;
  border-top: 1px solid #7b94a6;
  border-bottom: 1px solid #7b94a6;
  border-left: 1px solid #7b94a6;
  background: #e8f1f9;
  position: relative;
}

.sectionGroup a:after {
  width: 10px;
  height: 14px;
  content: "";
  background: url("/img/products/common/more_link.png") no-repeat;
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 30%;
  margin: auto;
}

/*------------------------------------------------------------
	個別
------------------------------------------------------------*/
#NaAlgin .proImg {
  width: 100%;
  height: auto;
}

#NaAlgin .proImg:first-of-type {
  margin-bottom: 10px;
}

.pt70 {
  padding-top: 165px;
  margin-top: 0 !important;
}

/*------------------------------------------------------------
EsterAlgin
------------------------------------------------------------*/
.esteralgin {
  line-height: 1.4;
}

.esteralgin #pickup {
  position: relative;
  padding-bottom: 50px;
  z-index: 2;
}
.esteralgin #pickup:after {
  content: "";
  width: 200vw;
  height: calc(100% - 20px);
  background-color: #e8f1f9;
  position: absolute;
  top: 20px;
  left: -50vw;
  z-index: -1;
}
.esteralgin #pickup .proTitle {
  color: #ffffff;
  background-color: #003f97;
}
.esteralgin #pickup .proTitle--bold {
  font-weight: bold;
}

.esteralgin #ancFeature {
  padding-bottom: 0px;
}

.esteralgin #ancProducts {
  margin-bottom: 0px;
}

.esteralgin .proWarning {
  margin-top: 30px;
}

.esteralgin .proWarning p {
  line-height: 1.875;
}

.esteralgin .proInfoSpec {
  margin: 60px 0 0;
}

.esteralgin .proBlock2 {
  margin: 40px 0;
}

.esteralgin__link .linkLeft {
  float: none;
  text-align: right;
  display: block;
}

.esteralgin__link .linkLeft:after {
  top: 50%;
  margin-top: -9px;
}

.esteralgin .text1 {
  margin-top: 25px;
}

.esteralgin .spec {
  margin-top: 40px;
}

.esteralgin .proImgLeft p,
.esteralgin .proImgRight p {
  font-size: 1.6rem;
  margin-top: 30px;
  display: block;
}
.esteralgin .proImgLeft p > a,
.esteralgin .proImgRight p > a {
  text-decoration: underline;
  color: #595959;
  padding-left: 25px;
}
.esteralgin .proImgLeft p > a .pdf,
.esteralgin .proImgRight p > a .pdf {
  position: relative;
}
.esteralgin .proImgLeft p > a .pdf::before,
.esteralgin .proImgRight p > a .pdf::before {
  width: 14px;
  height: 17.5px;
  content: "";
  background: url(/img/products/common/pdf_icon.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: -23px;
  top: 3px;
}

.esteralgin .proImgLeft img {
  float: left;
}

.esteralgin .proImgRight img {
  float: right;
}

.esteralgin .used .proImgRight {
  display: block;
}

.esteralgin .used .proImgRight:after {
  display: block;
  clear: both;
  content: "";
}

.esteralgin .used .proImgRight p {
  margin-top: 10px;
}

.esteralgin .used .proImgRight .imgGroup {
  margin: 5px 0 0 10px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.esteralgin .used .proImgRight .imgGroup li img {
  padding-top: 0;
  width: 200px;
  height: 140px;
}

.esteralgin .used .proImgRight:last-child p {
  margin-top: 30px;
}

.esteralgin .used .proImgLeft {
  margin-bottom: 30px;
}

.esteralgin .used .proImgLeft:after {
  display: block;
  clear: both;
  content: "";
}

.esteralgin .EsterAL-Inqui {
  margin-bottom: 200px;
}

.esteralgin #EsterAlgin #section3 .proBlock2 {
  width: 48%;
}

.esteralgin .sectionGroup li {
  width: 20%;
}

.spec-column {
  border: #aab1b8 solid 1px;
  background: #e8f1f9;
  padding: 25px 30px;
  margin-top: 40px;
}
.spec-column h2 {
  font-size: 1.6rem;
  color: #003f97;
  padding-bottom: 8px;
}
.spec-column p {
  padding-left: 10px;
  font-size: 1.5rem;
  line-height: 1.75;
}

.product-pickup__img-area {
  margin-top: 30px;
  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;
  gap: 50px;
}

.product-pickup__img-item {
  width: calc(50% - 25px);
}

.product-pickup__img-title {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 2px;
  border-bottom: 2px solid #46525f;
}

.product-pickup__img-wrap {
  width: 100%;
  margin-top: 20px;
  padding-inline: 10px;
}
.product-pickup__img-wrap > img {
  width: 100%;
  height: auto;
}

/*------------------------------------------------------------
NaAlgin
------------------------------------------------------------*/
.sp-only {
  display: none;
}

.naBlock {
  margin-bottom: 52px;
}

/* NaAlgin
------------------------------------------------------------*/
.naAlgin {
  /*--------------- naTop ------------*/
  /*--------------- ancFeature ------------*/
  /*--------------- ancUsage ------------*/
  /*--------------- section3 ------------*/
  /*--------------- section4 ------------*/
}

.naAlgin .naTop p {
  margin: 15px 0 40px 0;
}

.naAlgin .naTop .print {
  padding: 7px 15px;
}

.naAlgin .naTop .print:before {
  top: 7px;
  left: 8px;
}

.naAlgin #ancFeature:after {
  display: block;
  clear: both;
  content: "";
}

.naAlgin #ancFeature .photo {
  width: 600px;
  margin-right: 20px;
  float: left;
}

@media print {
  .naAlgin #ancFeature .photo {
    max-width: 500px;
    width: 100%;
    float: left;
  }
  .naAlgin #ancFeature .photo img {
    width: 100%;
  }
}
.naAlgin #ancFeature .text {
  width: 340px;
  float: left;
}

@media print {
  .naAlgin #ancFeature .text {
    width: 300px;
    float: right;
  }
}
.naAlgin #ancFeature img {
  margin-bottom: 20px;
}

.naAlgin #ancFeature img:nth-last-child(3) {
  margin-bottom: 0;
}

.naAlgin #ancFeature p {
  margin-bottom: 35px;
  text-align: justify;
}

.naAlgin #ancFeature p:last-of-type {
  margin-bottom: 0;
}

.naAlgin #ancUsage .sectionContent {
  margin-top: 40px;
}

.naAlgin .naBlock1 {
  margin-bottom: 60px;
}

.naAlgin #naTabgroup, .naAlgin .naTabgroup {
  margin-top: 28px;
  border-bottom: 1px solid #a4abb3;
}

.naAlgin #naTabgroup li, .naAlgin .naTabgroup li {
  border-top: 1px solid #a4abb3;
  position: relative;
}

.naAlgin #naTabgroup li > .tab, .naAlgin .naTabgroup li > .tab {
  display: block;
  height: 50px;
  padding-top: 12px;
  cursor: pointer;
}

.naAlgin #naTabgroup li > .tab:after, .naAlgin #naTabgroup li > .tab:before, .naAlgin .naTabgroup li > .tab:after, .naAlgin .naTabgroup li > .tab:before {
  display: block;
  content: "";
  position: absolute;
  background: #7b94a6;
  right: 12px;
  top: 25px;
}

.naAlgin #naTabgroup li > .tab:before, .naAlgin .naTabgroup li > .tab:before {
  height: 2px;
  width: 12px;
  background-color: #ffffff;
  top: 24px;
  right: 15px;
  z-index: 2;
}

.naAlgin #naTabgroup li > .tab:after, .naAlgin .naTabgroup li > .tab:after {
  height: 12px;
  width: 2px;
  background-color: #ffffff;
  top: 19px;
  right: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
}

.naAlgin #naTabgroup li > .tab.closeBtn:before, .naAlgin .naTabgroup li > .tab.closeBtn:before {
  right: 15px;
  top: 24px;
}

.naAlgin #naTabgroup li > .tab.closeBtn:after, .naAlgin .naTabgroup li > .tab.closeBtn:after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -webkit-transform: translateY(0px) rotate(-90deg);
  transform: translateY(0px) rotate(-90deg);
  top: 0;
}

.naAlgin #naTabgroup .tab_content, .naAlgin .naTabgroup .tab_content {
  display: none;
  width: 880px;
  margin: 10px auto 25px auto;
}

.naAlgin #naTabgroup .tab_content.active, .naAlgin .naTabgroup .tab_content.active {
  display: block;
}

.naAlgin #naTabgroup .current, .naAlgin .naTabgroup .current {
  display: block;
}

.naAlgin #naTabgroup .current:after, .naAlgin .naTabgroup .current:after {
  height: 2px;
  top: 20px;
  background: url("/img/products/NaAlgin/414.png") no-repeat;
}

.naAlgin #tab1 {
  overflow: hidden;
}

.naAlgin #tab1 img {
  float: left;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 45px;
}

.naAlgin #tab1 p {
  text-align: justify;
  float: left;
  line-height: 1.875;
}

.naAlgin #tab2 .entry1 {
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 3px;
}

.naAlgin #tab2 .entry1 .content {
  width: 555px;
  float: left;
  margin-right: 15px;
}

.naAlgin #tab2 .entry1 .photo {
  width: 310px;
  float: left;
  padding-top: 10px;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.naAlgin #tab2 .photo01 {
  margin-right: 10px;
  -webkit-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}

.naAlgin #tab2 .photo02 {
  -webkit-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}

.naAlgin #tab2 .entry2 {
  overflow: hidden;
}

.naAlgin #tab2 .entry2 img {
  padding-top: 5px;
  margin-right: 20px;
  float: left;
}

.naAlgin #tab2 p {
  text-align: justify;
  line-height: 1.875;
}

.naAlgin .showImg {
  margin-top: 18px;
  padding-bottom: 12px;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.naAlgin .showImg li {
  border: 0 !important;
  padding: 0 !important;
}

.naAlgin .showImg li:nth-last-child(3) {
  margin: auto 20px;
}

.naAlgin .showImg li:nth-last-child(2) {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  margin-bottom: 5px;
}

.naAlgin #tab3 .content {
  overflow: hidden;
}

.naAlgin #tab3 img {
  float: right;
  padding-left: 15px;
}

.naAlgin #tab4 .listContent {
  margin-top: 20px;
}

.naAlgin #tab4 .listContent .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 880px;
}

.naAlgin #tab4 .listContent .list2 li {
  width: 49%;
  border: none;
  padding: 0 0 0px 18px;
  font-size: 1.5rem;
  position: relative;
  letter-spacing: -0.1em;
  margin-bottom: 8px;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  margin-right: 0;
}

.naAlgin #tab4 .listContent .list2 li:last-of-type {
  padding-bottom: 0;
}

.naAlgin .naBlock2 {
  margin-bottom: 50px;
}

.naAlgin .naBlock2 .proInfo {
  line-height: 1.42;
}

.naAlgin .naBlock2 .proInfo .proText {
  margin-top: 0;
}

.naAlgin #ancProducts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.naAlgin #ancProducts li {
  width: 48%;
  margin-bottom: 20px;
}

.naAlgin #ancProducts .proBlock2 {
  height: 280px;
}
@media print {
  .naAlgin #ancProducts .proBlock2 {
    min-height: 280px;
    height: auto;
  }
}

.naAlgin .proInfoSpec {
  margin-bottom: 0;
}

/*------------------------------------------------------------
Algin
------------------------------------------------------------*/
#Algin .algin .table2 {
  margin-bottom: 30px;
  border-collapse: collapse;
  width: 960px;
  margin-top: 25px;
  border-top: 1px solid #a4abb3;
  border-bottom: 1px solid #a4abb3;
  text-align: left;
  font-size: 1.6rem;
}

#Algin .algin .table2 th {
  padding-left: 10px;
  width: 100px;
  font-weight: normal;
  border-bottom: 1px solid #a4abb3;
}

#Algin .algin .table2 td {
  padding: 15px 20px 20px 20px;
  border-left: 1px solid #a4abb3;
  border-bottom: 1px solid #a4abb3;
}

#Algin .AlginTop p {
  margin: 15px 0 40px 0;
  font-size: 1.6rem;
  color: #46525f;
}

#Algin .AlginBody #ancUsage .sectionContent .BlockAlgin:last-child .proText {
  padding-bottom: 60px;
}

#Algin .proWarning {
  margin-bottom: 50px;
}

#Algin .BlockAlgin {
  margin-bottom: 60px;
  overflow: hidden;
}

#Algin .BlockAlgin:last-of-type {
  margin-bottom: 0;
}

#Algin .BlockAlgin .proImgRight {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#Algin .BlockAlgin .proImgRight p {
  font-size: 1.6rem;
}

#Algin .BlockAlgin .proImgRight img {
  height: 200px;
}

#Algin .textAlgin1 p {
  font-size: 1.6rem;
  line-height: 1.7;
}

#Algin .textAlgin1 p:first-of-type {
  margin-bottom: 0;
}

#Algin .textAlgin1 .printBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 960px;
}

#Algin .textAlgin1 .printBox img {
  margin-right: 20px;
  margin-top: 7px;
  height: 200px;
  width: 280px;
}

#Algin .textAlgin1 .printBox p {
  width: 660px;
}

#Algin .AlText {
  font-size: 1.6rem;
  line-height: 1.9;
}

#Algin #Altab {
  overflow: hidden;
}

#Algin #Altab.tab_content li {
  border: 0;
  padding-right: 0;
  font-size: 1.5rem;
}

#Algin .list2AL {
  width: 580px;
  float: left;
}

#Algin .list2AL ul li {
  -ms-flex-preferred-size: 240px;
  -webkit-flex-basis: 240px;
          flex-basis: 240px;
  padding-right: 0;
}

#Algin .list2AL ul li:after {
  top: 5px;
}

#Algin .ALtabimg {
  width: 300px;
  margin-top: -15px;
  float: left;
}

#Algin .ALlink {
  text-align: right;
  padding-top: 16px;
}

#Algin #info02 tr:nth-of-type(1) p + p {
  margin-top: 10px;
}

#Algin .Algin3box {
  border: 1px solid #a4abb3;
  width: 470px;
  padding: 24px 0 24px 19px;
}

#Algin .Algin3box li {
  display: block;
  width: 100%;
  font-size: 2rem;
  color: #2c6097;
  margin-bottom: 0;
}

#Algin .Algin3box li:first-child {
  padding-bottom: 23px;
}

/*------------------------------------------------------------
CaAlgin
------------------------------------------------------------*/
#CaAlgin {
  /*--------------- caHead ------------*/
  /*--------------- caBody ------------*/
  /*--------------- caBlock ------------*/
}

#CaAlgin .proTitle {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #CaAlgin .proTitle {
    margin-bottom: 30px;
  }
}
#CaAlgin .proInfoSpec {
  margin-bottom: 0;
}

#CaAlgin .proBlock2 {
  margin-bottom: 20px;
  width: 48%;
}

#CaAlgin .proBlock2 h1 {
  margin-top: 0;
}

#CaAlgin section {
  margin-top: 100px;
  overflow: hidden;
}

#CaAlgin #acFeature .proTitle {
  margin-bottom: 30px;
}

#CaAlgin #ancDocs {
  margin-bottom: 120px;
}

#CaAlgin #ancDocs .proTitle {
  margin-bottom: 0;
}

#CaAlgin .caHead {
  margin-bottom: 20px;
}

#CaAlgin .caHead .print {
  padding: 7px 15px;
}

#CaAlgin .caBody p {
  line-height: 1.875;
  text-align: left;
}

#CaAlgin .caBody .proImgLeft {
  margin-top: 15px;
}

#CaAlgin .caBody .spec {
  margin-bottom: 15px;
}

#CaAlgin .caBody .proImgRight {
  margin-bottom: 60px;
  overflow: hidden;
}

#CaAlgin .caBlock {
  margin: 52px auto 60px auto;
  border: 2px solid #a4abb3;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  height: 240px;
  position: relative;
}

#CaAlgin .caPhoto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  min-width: 100px;
  max-width: 220px;
  /* max-width: 140px; */
  margin-right: 20px;
}

#CaAlgin .caPhoto img {
  max-width: 100%;
  height: auto;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
          align-self: center;
}

#CaAlgin .caContent {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  min-width: 100px;
  max-width: 700px;
  /* max-width: 760px; */
}

#CaAlgin .caContent .title {
  border-bottom: 1px solid #a4abb3;
  margin-bottom: 30px;
}

#CaAlgin .caContent .title p {
  color: #2c6097;
  font-weight: normal;
}

#CaAlgin .caContent .title h3 {
  font-size: 2.25rem;
  color: #2c6097;
  font-weight: normal;
  padding-bottom: 0;
}

#CaAlgin .caContent .title h3 + p {
  margin-bottom: 10px;
}

#CaAlgin .caContent p {
  margin-top: 15px;
  line-height: 1.7;
}

#CaAlgin .caContent .linkLeft02 {
  position: absolute;
  right: 10px;
  bottom: 20px;
}

#CaAlgin .caSp {
  display: none;
  border: 2px solid #a4abb3;
  padding: 20px;
  margin: 20px auto;
}

#CaAlgin .caSp .title {
  border-bottom: 1px solid #a4abb3;
  padding-bottom: 6px;
  margin-bottom: 15px;
}

#CaAlgin .caSp .title h3 {
  color: #2c6097;
}

#CaAlgin .caSp .title h1 {
  font-size: 1.5rem;
  color: #2c6097;
}

#CaAlgin .caSp .txt {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#CaAlgin .caSp .photosp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}

#CaAlgin .caSp p {
  padding-left: 10px;
  font-size: 1.1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}

#CaAlgin .DescriptionBlockInner {
  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;
  margin-top: 20px;
  padding-left: 30px;
}

#CaAlgin .Medical_ANA ul.DescriptionBlock img {
  float: none;
  margin-left: 0;
  width: auto;
}

#CaAlgin .DescriptionBlockInner figure {
  width: 393px;
  /* margin-right: 30px; */
}

#CaAlgin .DescriptionBlockInnerTxt {
  width: calc(100% - 423px);
  width: calc(100% - 423px);
  /* height: 295px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction: column; */
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#CaAlgin .DescriptionBlockInnerTxt p + p {
  /* margin-top: 1em; */
}

#CaAlgin .caution {
  margin: 0.5em 0 0 -0.3em;
  font-size: 12px;
}

#CaAlgin .caution.right {
  width: 57%;
  margin-left: auto;
}

#CaAlgin .caution.right .txt-one {
  text-align: right;
}

#CaAlgin .DescriptionBlockInnerTxt .caution {
  padding-left: 4.1em;
  text-indent: -4.1em;
  margin: auto 0 0 -0.3em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#CaAlgin .DescriptionBlockGraph {
  margin-top: 30px;
}

#CaAlgin .DescriptionBlockGraph h4 {
  color: #5d995f;
  text-align: center;
  font-weight: bold;
}

#CaAlgin .DescriptionBlockGraphItem {
  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;
}

#CaAlgin .DescriptionBlockGraphItem figure {
  width: 290px;
  margin: 30px 15px 20px;
}

#CaAlgin .DescriptionBlockGraphItem.middle figure {
  width: 350px;
  margin: 40px 30px;
}

#CaAlgin .DescriptionBlockGraphItem.middle figure img {
  margin-top: 25px;
}

#CaAlgin .DescriptionBlockGraphItem img {
  float: none;
}

#CaAlgin .DescriptionBlockGraph h5 {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

#CaAlgin .DescriptionBlockGraph h5.txt--green {
  color: #5d995f;
}

#CaAlgin .DescriptionBlockGraphItem figcaption p {
  margin-top: 1em;
  font-size: 12px;
  text-align: justify;
  line-height: 1.6;
}

#CaAlgin .DescriptionBlockGraphIcon {
  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;
  padding: 0 30px;
}

#CaAlgin .DescriptionBlockGraphIcon li {
  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;
  width: 486px;
  margin: 0 5px;
  padding: 14px;
  border: 1px solid #9fa0a0;
  border-radius: 12px;
}

#CaAlgin .DescriptionBlockGraphIcon li img {
  margin-right: 10px;
}

#CaAlgin .DescriptionBlockGraphIcon li p {
  font-size: 14px;
  line-height: 1.4;
}

#CaAlgin .DescriptionBlockGraphIcon li span {
  display: block;
  font-size: 12px;
}

#CaAlgin p.txt--center {
  text-align: center;
}

#CaAlgin .DescriptionBlockGraph h4 + p {
  margin-top: 10px;
}

#CaAlgin .DescriptionBlockGraphLarge {
  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;
  width: 785px;
  margin: 20px auto 0;
  padding: 25px 20px;
  /* border: 1px solid #a4abb3; */
}

#CaAlgin .DescriptionBlockGraphLargeTxt {
  margin-left: 25px;
}

#CaAlgin .DescriptionBlockGraphLargeTxt p {
  font-size: 12px;
  line-height: 1.5;
}

#CaAlgin .DescriptionBlockGraphLargeTxt p + p {
  margin-top: 1em;
}

.ca-pickup {
  max-width: 100vw;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #004097;
  margin-bottom: 50px;
  padding: 25px 30px 40px;
}

.ca-pickup-title {
  color: #004097;
  font-size: 24px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 25px;
}

.ca-pickup-head-txt {
  margin-bottom: 25px;
}

.ca-pickup-txt {
  line-height: 1.75;
  margin-bottom: 15px;
}

.ca-pickup-link {
  color: #003f98;
  text-decoration: underline;
  -webkit-text-decoration-color: #003f98;
          text-decoration-color: #003f98;
  text-underline-offset: 6px;
}

.ca-pickup__info {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 35px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-inline: 30px;
}

.ca-pickup__info-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: clamp(152px, 18.3486238532vw, 220px);
}
.ca-pickup__info-img img {
  width: 100%;
}

.ca-pickup-stamp-wrap {
  position: relative;
}

.ca-pickup-stamp {
  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;
  position: absolute;
  top: -10px;
  left: 0;
  max-width: 80px;
  width: 100%;
  height: 80px;
  background-color: #004097;
  border: 2px solid #004097;
  border-radius: 50px;
  z-index: 100;
}
.ca-pickup-stamp--capsul {
  top: 15px;
  left: 15px;
}

.ca-pickup-stamp-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-align: center;
  padding: 0.7rem 0.2rem 0.2rem;
}

.ca-pickup__detail sup {
  font-size: 0.6em;
}

.ca-pickup__list {
  margin-bottom: 20px;
}

.ca-pickup__list-item {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.ca-pickup-table-wrap {
  margin-bottom: 18px;
}

.ca-pickup-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #abb3ba;
  border-bottom: 1px solid #abb3ba;
  color: #44505d;
}
.ca-pickup-table th {
  width: 28%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
  background: #e8f1f9;
  border-top: 1px solid #abb3ba;
  border-right: 1px solid #abb3ba;
  padding: 1.1rem 0.5rem;
}
.ca-pickup-table td {
  padding: 1.1rem 0.5rem 1.1rem 2.4rem;
  border-bottom: solid 1px #abb3ba;
}

.ca-pick-up-modal-img {
  max-width: 350px;
  width: 100%;
}

.ca-pickup-att {
  font-size: 12px;
  margin-bottom: 5px;
}
.ca-pickup-att--mt05 {
  margin-top: 5px;
}

.ca-capsul-em {
  font-weight: bold;
}

.ca-capsul-subtitle {
  display: block;
  color: #46525f;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 5px;
}

.ca-capsul-first {
  max-width: 960px;
  margin: 0 auto 70px;
  padding-inline: 20px;
}

.ca-capsul-first__ct {
  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: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 20px;
}

.ca-capsul-first-copy {
  color: #004097;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 40px;
}
.ca-capsul-first-copy:first-of-type {
  margin-bottom: 15px;
}

.ca-capsul-first-list:first-of-type {
  margin-bottom: 20px;
}

.ca-capsul-first-list-head {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ca-capsul-first-list__item {
  font-size: 16px;
  font-weight: 500;
  text-indent: -1em;
  margin-bottom: 6px;
  padding-left: 1em;
}

.ca-capsul-first-table {
  border-top: 1px solid #a4abb3;
  border-bottom: 1px solid #a4abb3;
}
.ca-capsul-first-table th {
  font-size: 14px;
  font-weight: 400;
  width: 20%;
  border-right: 1px solid #a4abb3;
  padding: 5px;
}
.ca-capsul-first-table td {
  font-size: 14px;
  line-height: 1.75;
  padding: 5px;
}

.ca-capsul-first-table-link {
  display: inline-block;
  position: relative;
  border: 1px solid #a4abb3;
  margin-block: 5px;
  padding: 2px 25px 2px 5px;
}
.ca-capsul-first-table-link::after {
  width: 12px;
  height: 15px;
  content: "";
  background: url(/img/products/common/more_link.png) no-repeat;
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ca-capsul-first-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 400px;
}
.ca-capsul-first-img img {
  width: 100%;
}

.ca-capsul-first-text {
  font-size: 16px;
  line-height: 1.75;
}
.ca-capsul-first-text:nth-of-type(2) {
  margin-bottom: 10px;
}
.ca-capsul-first-text:nth-of-type(3) {
  margin-bottom: 20px;
}

.ca-capsul-ct {
  max-width: 1040px;
  margin: 0 auto 70px;
}

.ca-capsul-ct__head {
  margin-bottom: 50px;
}

.ca-capsul-ct__head-img {
  max-width: 630px;
  margin: 30px auto;
}
.ca-capsul-ct__head-img img {
  width: 100%;
}

.ca-capsul-ct-title {
  color: #004097;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.ca-capsul-ct-title--left {
  font-size: 16px;
  text-align: left;
  margin-bottom: 5px;
}

.ca-capsul-text {
  font-size: 16px;
}
.ca-capsul-text--center {
  text-align: center;
}
.ca-capsul-text--mb15 {
  margin-bottom: 15px;
}
.ca-capsul-text--mb30 {
  margin-bottom: 30px;
}
.ca-capsul-text--mb50 {
  margin-bottom: 50px;
}

.ca-capsul-ct__head-list {
  margin-bottom: 15px;
}
.ca-capsul-ct__head-list li {
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}

.ca-capsul-mechanism {
  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: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 20px;
}

.ca-capsul-mechanism__item {
  max-width: 300px;
}
.ca-capsul-mechanism__item img {
  width: 100%;
}

.ca-capsul-ct-caption {
  color: #004097;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}
.ca-capsul-ct-caption--green {
  color: #5d995f;
}

.ca-capsul-ct-text {
  margin-top: 1em;
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
}

.ca-capsul-icon-list {
  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: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
  padding-inline: 25px;
}

.ca-capsul-icon-list__item {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  border: 1px solid #9fa0a0;
  border-radius: 12px;
  padding: 14px;
}
.ca-capsul-icon-list__item img {
  margin-right: 10px;
}

.ca-capsul-icon-text {
  font-size: 15px;
  line-height: 1.4;
}
.ca-capsul-icon-text span {
  display: block;
  font-size: 12px;
}

.ca-capsul-clinical {
  max-width: 876px;
  width: 100%;
  margin: 0 auto;
}

.ca-capsul-clinical__graph {
  width: 100%;
  margin: 0 auto 30px;
}
.ca-capsul-clinical__graph img {
  width: 100%;
}

.ca-capsul-clinical-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}
.ca-capsul-clinical-detail dt, .ca-capsul-clinical-detail dd {
  font-size: 16px;
}
.ca-capsul-clinical-detail dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 18%;
}
.ca-capsul-clinical-detail dd {
  margin-top: 0;
}

/*------------------------------------------------------------
nhAlgin
------------------------------------------------------------*/
#nhAlgin .sectionGroup li {
  width: 33.3333333333%;
}

#nhAlgin .proTitle {
  margin-bottom: 40px;
}

#nhAlgin .proInfo {
  margin-bottom: 0;
}

#nhAlgin .proBlock2 {
  margin-bottom: 20px;
}

#nhAlgin .proBlock2 h1 {
  margin-top: 0;
}

#nhAlgin section {
  margin-top: 100px;
  overflow: hidden;
}

#nhAlgin #ancFeature .proTitle {
  margin-bottom: 30px;
}

#nhAlgin #ancProducts .proBlock2 {
  width: 48%;
  height: 320px;
}
@media print {
  #nhAlgin #ancProducts .proBlock2 {
    height: auto;
    min-height: 320px;
  }
}

#nhAlgin #ancDocs {
  margin-bottom: 120px;
}

#nhAlgin #ancDocs .proTitle {
  margin-bottom: 0;
}

/*--------------- nhHead ------------*/
.nhHead {
  margin-bottom: 20px;
}

.nhHead .print {
  padding: 7px 15px;
}

/*--------------- nhBody ------------*/
.nhBody p {
  line-height: 1.875;
  text-align: justify;
}

.nhBody .proImgLeft {
  margin-top: 15px;
}

.nhBody .spec {
  margin-bottom: 15px;
}

.nhBody .proImgRight {
  margin-bottom: 60px;
  overflow: hidden;
}

.kaAlgin .paragraph {
  margin: 30px 0 0;
  font-size: 1.6rem;
}

.kaAlgin .paragraph p {
  text-indent: -1em;
  padding-left: 1em;
}

.kaAlgin .paragraph:after {
  display: block;
  clear: both;
  content: "";
}

.kaAlgin .paragraph img {
  float: right;
  margin: 0 0 20px 20px;
}

.kaAlgin .sectionGroup {
  margin-top: 22px;
}

.kaAlgin #section3 li {
  width: 48%;
}

/*------------------------------------------------------------
chitosan
------------------------------------------------------------*/
.chitosan .naTop p {
  font-size: 1.6rem;
  line-height: 1.875;
}

.chitosan .table2 {
  width: 100%;
  font-size: 1.6rem;
}

.chitosan .sectionGroup li {
  width: 33.3333333333%;
}

.chitosan .imageContainer {
  width: 960px;
}

.chitosan .imageContainer:after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 767px) {
  .chitosan .imageContainer {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.chitosan .imageContainer .imageItem {
  margin-top: 30px;
  width: 49%;
  position: relative;
  float: left;
}

.chitosan .imageContainer .imageItem + .imageItem {
  float: right;
}

.chitosan .imageContainer .imageItem .label {
  position: absolute;
  top: 0;
  left: 0;
  background: #64717f;
  color: white;
  padding: 5px 15px;
  font-size: 1.6rem;
}

.chitosan .mt60 {
  margin-top: 60px;
}

.chitosan .mt40 {
  margin-top: 40px;
}

.chitosan .mt30 {
  margin-top: 30px;
}

.chitosan .smallTitle {
  margin-bottom: 20px;
}

.chitosan .feature .table2 th {
  width: 170px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.chitosan .property .list li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 5px;
}

.chitosan .property .list li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #46525f;
  border-radius: 50%;
  top: 4px;
  left: 0;
}

.chitosan .tableGroup {
  padding: 20px;
  border: #aab1b8 solid 1px;
}

.chitosan .tableGroup .title7 {
  text-align: left;
}

.chitosan .tableGroup .proBlock2 {
  width: auto;
  border: none;
  padding: 0;
  margin-top: 17px;
  margin-bottom: 40px;
  height: auto !important;
}

.chitosan .tableGroup .proBlock2 h2 {
  margin-bottom: 13px;
}

.chitosan .tableGroup .proBlock2 table {
  width: 100%;
  font-size: 1.6rem;
}

.chitosan .tableGroup .proBlock2 table th {
  width: 14%;
}

.chitosan .tableGroup .proBlock2 table td:first-child {
  width: 36%;
}

.chitosan .tableGroup .proBlock2 table td:nth-child(3) {
  width: 25%;
}

.chitosan .tableGroup .proBlock2 table td:nth-child(4) {
  width: 25%;
}

.chitosan .tableGroup .proBlock2 table td {
  border-left: 1px solid #a4abb3;
}

.chitosan .tableGroup .proBlock2:last-child {
  margin-bottom: 0;
}

.chitosan .halfWidth {
  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;
}

.chitosan .halfWidth .tableGroup {
  width: 49%;
  margin: 0;
}

@media (max-width: 767px) {
  .chitosan .halfWidth .tableGroup {
    width: 100%;
  }
}
.chitosan .halfWidth .tableGroup table th {
  width: 45%;
}

.chitosan .proInfo a {
  text-decoration: underline;
  color: #003f98;
}

.chitosan .moreLink {
  text-align: right;
}

.chitosan .moreLink a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 15px;
}

.chitosan .moreLink a:after {
  content: "";
  position: absolute;
  background: url("/img/products/chitosan/arrow-right.png");
  width: 10px;
  height: 15px;
  top: 5px;
  right: 0;
}

.chitosan .moreLink a:hover {
  color: #2e6194;
  text-decoration: underline;
}

.chitosan #ancFeature img {
  margin-bottom: 0;
}

.chitosan .chitoList {
  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;
}

/*------------------------------------------------------------
PurifiedChitosan
------------------------------------------------------------*/
.PuriChitosan .PuriChitosanTop p {
  margin: 15px 0 40px 0;
  font-size: 1.6rem;
}

.PuriChitosan .PuriChitosanTop p img {
  float: left;
  margin: 0px 20px 0px 0px;
}

.PuriChitosan .PuriChitosanTop p:after {
  display: block;
  clear: both;
  content: "";
}

.PuriChitosan .sectionGroup li {
  width: 25%;
}

.PuriChitosan .proText {
  margin-bottom: 20px;
}

.PuriChitosan .proImgRight {
  margin-bottom: 60px;
}

.PuriChitosan .proImgRight p {
  font-size: 1.6rem;
  margin-top: 30px;
  display: block;
}

.PuriChitosan .proImgRight img {
  float: right;
  width: 240px;
}

.PuriChitosan .proImgRight:after {
  display: block;
  clear: both;
  content: "";
}

.PuriChitosan .mt30 {
  margin-top: 30px;
}

.PuriChitosan .tableGroup {
  padding: 20px;
  border: #aab1b8 solid 1px;
}

.PuriChitosan .tableGroup .title7 {
  text-align: left;
}

.PuriChitosan .tableGroup .proBlock2 {
  width: auto;
  border: none;
  padding: 0;
  margin-top: 17px;
  margin-bottom: 40px;
  height: auto !important;
}

.PuriChitosan .tableGroup .proBlock2 table {
  width: 100%;
  font-size: 1.6rem;
}

.PuriChitosan .tableGroup .proBlock2 table th {
  width: 14%;
}

.PuriChitosan .tableGroup .proBlock2 table td:first-child {
  width: 36%;
}

.PuriChitosan .tableGroup .proBlock2 table td:nth-child(3) {
  width: 25%;
}

.PuriChitosan .tableGroup .proBlock2 table td:nth-child(4) {
  width: 25%;
}

.PuriChitosan .tableGroup .proBlock2 table td {
  border-left: 1px solid #a4abb3;
}

.PuriChitosan .tableGroup .proBlock2:last-child {
  margin-bottom: 0;
}

.PuriChitosan .proInfo {
  margin-top: 40px;
}

.PuriChitosan .proInfo a {
  text-decoration: underline;
  color: #003f98;
}

.PuriChitosan .moreLink {
  text-align: right;
}

.PuriChitosan .moreLink a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 15px;
}

.PuriChitosan .moreLink a:after {
  content: "";
  position: absolute;
  background: url("/img/products/chitosan/arrow-right.png");
  width: 10px;
  height: 15px;
  top: 5px;
  right: 0;
}

.PuriChitosan .moreLink a:hover {
  color: #2e6194;
  text-decoration: underline;
}

.PuriChitosan ul.DescriptionBlock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.PuriChitosan ul.DescriptionBlock li {
  width: 310px;
  border: 1px solid #a4abb3;
  padding: 15px;
  margin-bottom: 15px;
}

.PuriChitosan ul.DescriptionBlock dt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

.PuriChitosan ul.DescriptionBlock dd:after {
  display: block;
  clear: both;
  content: "";
}

.PuriChitosan ul.DescriptionBlock img {
  float: left;
  width: 120px;
}

.PuriChitosan ul.DescriptionBlock ul {
  float: right;
  width: 145px;
}

.PuriChitosan ul.DescriptionBlock ul li {
  width: 145px;
  border: none;
  padding: 0;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 13px;
  letter-spacing: -0.03em;
}

.PuriChitosan ul.DescriptionBlock ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #46525f;
  border-radius: 50%;
  top: 3px;
  left: 0;
}

/*------------------------------------------------------------
kelp
------------------------------------------------------------*/
.kelp {
  line-height: 1.4;
}

.kelp #tab3 img {
  width: 200px;
  height: 220px;
  padding: 0;
}

.kelp #ancFeature p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.kelp #ancProducts .proBlock2 {
  height: auto;
}

.kelp #ancProducts .proBlock2:first-of-type {
  margin-top: 40px;
}

.kelp #ancProducts {
  padding-bottom: 50px;
}

.kelp .sectionGroup li {
  width: 25%;
}

.kelp #naTabgroup.intro .tab_content {
  width: auto;
}

.kelp .text1 {
  font-size: 1.5rem;
  padding-bottom: 15px;
  line-height: 1.875;
}

.kelp .text1 a {
  text-decoration: underline;
  color: #003f98;
}

.kelp .list2 {
  margin-bottom: 72px;
}

.kelp .proBlock2 {
  width: 100%;
  margin-top: 20px;
}

.kelp .proBlock2:after {
  display: block;
  clear: both;
  content: "";
}

.kelp .proBlock2 h1 {
  margin-top: 0px;
}

.kelp .proBlock2 table {
  width: 100%;
  font-size: 1.6rem;
  table-layout: fixed;
}

.kelp .proBlock2 th {
  width: 11%;
}

.kelp .proBlock2 td {
  padding: 2px 7px;
  width: 69%;
}

.kelp .proBlock2 td.tdBlue {
  width: 60%;
}

.kelp .proBlock2 td.tdBlue1 {
  width: 20%;
  border-left: 1px solid #a4abb3;
}

.kelp .proBlock2.imgBadge .text1,
.kelp .proBlock2.imgBadge h1 {
  width: calc(100% - 330px);
  float: left;
}

.kelp .proBlock2.imgBadge .badge {
  float: right;
  width: 240px;
  margin-top: -15px;
  margin-left: 10px;
}

.kelp .proBlock2.imgBadge .badge:hover {
  opacity: 0.7;
}

.kelp .proBlock2.imgBadge .badge img {
  width: 320px;
}

.kelp .proHead {
  margin-bottom: 20px;
}

.kelp .sectionGroup {
  margin: 60px 0 0;
}

.kelp .proTitle {
  margin: 40px 0 20px;
}

.kelp .spec {
  margin: 50px 0 20px;
}

.kelp .proInfoSpec {
  margin-top: 40px;
}

.kelp .Inquiries {
  margin-top: 100px;
}

.kelp .linkLeft02 {
  margin-top: 30px;
}

.kelp .feature .proTitle,
.kelp .used .proTitle,
.kelp .productList .proTitle {
  margin-top: 0;
}

.kelp .mt40 {
  margin-top: 40px;
}

.kelp .linkLeft {
  margin-top: 25px;
}

/*------------------------------------------------------------
kelp_next
------------------------------------------------------------*/
.kelp_next {
  line-height: 1.4;
}
.kelp_next #ancUsage {
  margin-top: 40px;
}
.kelp_next #ancOtherUsage, .kelp_next #ancUse {
  margin-top: 100px;
}
.kelp_next .mainTtlB > span {
  font-size: 1.5rem;
  padding-left: 10px;
}
.kelp_next strong {
  color: #004097;
  font-size: 1.9rem;
  font-weight: bold;
}
.kelp_next .sectionTitle {
  color: #004097;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.kelp_next .sectionSubtitle {
  position: relative;
  color: #004097;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.kelp_next .sectionSubtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #004097;
}
.kelp_next .proHead {
  margin-bottom: 20px;
}
.kelp_next .proTitle {
  margin: 30px auto;
}
.kelp_next .proText {
  margin: 30px auto;
}
.kelp_next .proImage {
  max-width: 840px;
  width: 100%;
  margin: 0 auto 30px;
}
.kelp_next .proImage img {
  width: 100%;
}
.kelp_next .imgBox {
  margin-bottom: 20px;
}
.kelp_next .text1 {
  font-size: 1.5rem;
  padding-bottom: 15px;
  line-height: 1.875;
}
.kelp_next .mt30 {
  margin-top: 30px;
}
.kelp_next .mb30 {
  margin-bottom: 30px;
}
.kelp_next .sectionGroup {
  margin: 30px auto;
}
.kelp_next .sectionGroup li {
  width: 33.3333333333%;
}
.kelp_next .columnRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 25px;
  width: 100%;
  margin: 30px auto;
}
.kelp_next .columnItem50 {
  width: 50%;
  margin: 0 auto;
}
.kelp_next .columnItem50 img {
  width: 100%;
}
.kelp_next .columnText {
  margin: 20px auto 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.kelp_next .proTable {
  margin-bottom: 50px;
}
.kelp_next .proTable table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #abb3ba;
  border-bottom: 1px solid #abb3ba;
  color: #44505d;
}
.kelp_next .proTable th {
  width: 20%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
  background: #eeeeee;
  border-top: 1px solid #abb3ba;
  border-right: 1px solid #abb3ba;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.kelp_next .proTable td {
  padding: 1.1rem 0 1.1rem 3.4rem;
  border-bottom: solid 1px #abb3ba;
}
.kelp_next .sectionColumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.kelp_next .descriptionBlock {
  position: relative;
  padding-bottom: 50px;
}
.kelp_next .descriptionBlock::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #a2bada;
}
.kelp_next .descriptionCont {
  color: #004097;
}
.kelp_next .descriptionCont table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #a2bada;
  margin-bottom: 15px;
}
.kelp_next .descriptionCont tr:nth-of-type(odd) {
  background: #e8f1f9;
}
.kelp_next .descriptionCont td {
  padding: 1rem 10px;
  border-bottom: 1px solid #a2bada;
}
.kelp_next .descriptionCont .descriptionContList {
  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;
  font-weight: 400;
  border-top: 1px solid #a2bada;
  padding-top: 0.9rem;
  line-height: 1.4;
  gap: 5px 0;
}
.kelp_next .descriptionCont .descriptionContList li {
  padding-left: 10px;
}
.kelp_next .descriptionCont ol {
  counter-reset: listnum;
  padding-left: 20px;
}
.kelp_next .descriptionCont ol li {
  text-indent: -20px;
}
.kelp_next .descriptionCont ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  padding-right: 5px;
  font-weight: 600;
}
.kelp_next .descriptionCont .descriptionTableList {
  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;
  color: #004097;
  font-weight: 400;
}
.kelp_next .descriptionCont .descriptionTableList .descriptionTableAtt {
  position: relative;
}
.kelp_next .descriptionCont .descriptionTableList .descriptionTableAtt::after {
  content: "※";
  position: absolute;
  top: -2px;
  right: -12px;
  font-size: 12px;
  width: 12px;
  height: 12px;
}
.kelp_next .descriptionCont .descriptionTableList dd {
  margin-top: 0;
}
.kelp_next .descriptionTitle {
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.kelp_next .descriptionTitle span {
  font-size: 14px;
}
.kelp_next .descriptionTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #a2bada;
}
.kelp_next::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #a2bada;
}
.kelp_next .descriptionAtt {
  font-size: 1.4rem;
  padding-left: 10px;
}
.kelp_next .descriptionAttRight {
  font-size: 1.4rem;
  padding-left: 10px;
  text-align: right;
}
.kelp_next .tableColumn tr > td {
  width: 50%;
}
.kelp_next .tableColumn tr > td:first-of-type {
  border-right: 1px solid #a2bada;
}
.kelp_next .tRight {
  text-align: right;
}

/*------------------------------------------------------------
products_index
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.products .Inquiries {
  margin-top: 60px;
}

.products .title2 {
  margin-top: 100px;
}

.products .listArticle {
  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;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.products .listArticle li {
  width: 470px;
  border: 1px solid #a4abb3;
  margin-top: 20px;
}

.products .listArticle a {
  display: block;
  font-size: 2.4rem;
  color: #2e6194;
  padding: 45px 50px 27px;
  position: relative;
  height: 100%;
}

.products .listArticle a:hover {
  background: #d9dee2;
}

.products .listArticle a:after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  background: url("/img/products/icon-right.png") no-repeat;
  right: 40px;
  top: 50%;
  margin-top: -10px;
}

.products .listArticle a:before {
  font-family: gidole;
  content: "01";
  position: absolute;
  background-color: #2e6194;
  color: #fff;
  padding: 3px 7px;
  font-size: 2rem;
  top: 0;
  width: 35px;
  text-align: center;
}

.products .listArticle a.number2:before {
  content: "02";
}

.products .listArticle a.number3:before {
  content: "03";
}

.products .listArticle a.number4:before {
  content: "04";
}

.products .listArticle a.number5:before {
  content: "05";
}

.products .listArticle a.number6:before {
  content: "06";
}

.products .listArticle a.number7:before {
  content: "07";
}

.products .listArticle a.number8:before {
  content: "08";
}

.products .listArticle a.number9:before {
  content: "09";
}

.products .listArticle a.number10:before {
  content: "10";
}

.products .listArticle a.number11:before {
  content: "11";
}

.products .listArticle a.number12:before {
  content: "12";
}

.products .listArticle a.number13:before {
  content: "13";
}

.products .listArticle a.number14:before {
  content: "14";
}

.products .listArticle a.number15:before {
  content: "15";
}

.products .listArticle a.number16:before {
  content: "16";
}

.products .listArticle a.number17:before {
  content: "17";
}

.products .listArticle a.number18:before {
  content: "18";
}

.products .listArticle a.number19:before {
  content: "19";
}

.products .listArticle a.number20:before {
  content: "20";
}

.products .listArticle span {
  display: block;
  font-size: 1.6rem;
  color: #4a5662;
  font-family: gidole;
}

.productsList .title2 {
  margin-bottom: 30px;
}

.productsList .linkLeft {
  float: none;
}

.products #naTabgroup {
  margin-top: 0;
  clear: right;
  border-bottom: 0;
}

.products #naTabgroup li {
  padding: 0;
  border-top: 1px solid #fff;
}

.products #naTabgroup li > .tab {
  background-color: #e8f1f9;
  padding-left: 10px;
}

.products #naTabgroup .tab_content {
  width: auto;
  margin: 0;
}

.products #naTabgroup .tab_content .sectionContent {
  margin-top: 0;
}

.products #naTabgroup .tab_content .sectionContent .Algin3box {
  margin-top: 20px;
  border: 1px solid #a4abb3;
  width: 470px;
  padding: 24px 0 24px 19px;
}

.products #naTabgroup .tab_content .sectionContent .Algin3box li {
  display: block;
  width: 100%;
  font-size: 2rem;
  color: #2c6097;
  margin-bottom: 0;
}

.products #naTabgroup .tab_content .sectionContent .Algin3box li:first-child {
  padding-bottom: 23px;
}

.products #naTabgroup .tab_content .ALlink {
  margin: 15px 0;
  text-align: right;
}

.products #naTabgroup .tab_content .proBlock2 {
  height: 280px;
  margin-top: 20px;
}

.products #naTabgroup .tab_content .reference-block {
  background-color: #e8f1f9;
}

.products #naTabgroup .tab_content.kimicaCMC .printDis__blue-txt {
  color: #003f97;
  font-weight: bold;
}

.products #naTabgroup .tab_content ul {
  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;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.products #naTabgroup .tab_content li {
  padding-left: 0;
}

.products .kelp .proBlock2, .products .chitosan .proBlock2 {
  height: auto !important;
}

/*------------------------------------------------------------
capsul
------------------------------------------------------------*/
#capsul {
  /*----------  casulBlock  ----------*/
  /*----------  colPC  ----------*/
  /*----------  supplementBlock  ----------*/
}

#capsul .caBody {
  margin-top: 30px;
}

#capsul .proImgRight {
  margin-bottom: 0 !important;
}

#capsul .proImgRight img {
  margin-left: 12px;
  padding-top: 6px;
}

#capsul .spec {
  margin-bottom: 20px;
}

#capsul .proInfoSpec {
  margin: 53px 0 60px 0;
  color: #6d7681;
}

#capsul .proInfoSpec h3 {
  font-weight: normal;
  margin-left: -5px;
  color: #6d7681;
}

#capsul .proWarning {
  margin-bottom: 100px;
  padding: 15px;
}

#capsul .proWarning h3 {
  font-weight: bold;
  color: #82414e;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
}

#capsul .proWarning h3:before {
  width: 26px;
  height: 23px;
  content: "";
  background: url("/img/products/common/denger_icon_sp.png") no-repeat center;
  position: absolute;
  bottom: 0;
  left: 0;
}

#capsul .proWarning li {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 1.43;
}

#capsul .casulBlock {
  margin-top: 50px;
}

#capsul .casulBlock p {
  text-align: justify;
}

#capsul .colPC {
  margin-top: 100px;
  background-color: #dce9f3;
  padding: 18px 40px 40px 40px;
}

#capsul .colPC h2 {
  text-align: center;
}

#capsul .colPC h2 span {
  font-size: 1.5rem;
}

#capsul .colPC .colTitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 30px;
  text-align: center;
}

#capsul .colBlock {
  border: 2px solid #6e7b89;
  margin-bottom: 20px;
  padding: 27px;
  position: relative;
  background: #fff;
}

#capsul .colBlock:last-of-type .wrapperPoint::before {
  left: 15%;
}

#capsul .colBlock h3 {
  color: #004097;
  font-size: 2.2rem;
  text-align: left;
  padding-left: 20px;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 20px;
}

#capsul .colBlock h3 span {
  font-size: 1.54rem;
}

#capsul .colBlock p {
  border-top: 1px solid #d9d9d9;
  background-image: -webkit-linear-gradient(white, white 39px, #d9d9d9 39px, #d9d9d9 40px, white 51px);
  background-image: linear-gradient(white, white 39px, #d9d9d9 39px, #d9d9d9 40px, white 51px);
  background-size: 100% 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: justify;
}

#capsul .colBlock .body {
  z-index: 1;
}

#capsul .colBlock .body img {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  margin-top: 10px;
  width: 180px;
  height: 140px;
}

#capsul .colBlock .proImgRight {
  margin-bottom: 0;
}

#capsul .colBlock .proImgRight img {
  margin-top: 5px;
}

#capsul .num {
  position: absolute;
  left: 0;
  top: 25px;
  line-height: 1;
}

#capsul .point {
  font-size: 1.8rem;
  color: #056dbe;
}

#capsul .point p {
  text-align: center;
  font-weight: bold;
}

#capsul .wrapperPoint {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
  line-height: 41px;
}

#capsul .wrapperPoint::before {
  width: 100px;
  height: 100px;
  content: "";
  background: url("/img/products/CaAlgin/capsul/capsul10.png") no-repeat;
  position: absolute;
  bottom: 30px;
  left: 18%;
  z-index: -1;
}

#capsul .iconArrow {
  display: block;
  margin: auto;
  padding-bottom: 13px;
}

#capsul .supplementBlock {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #a4abb3;
  color: #64717f;
}

#capsul .supplementBlock h3 {
  color: #fff;
  font-weight: normal;
  background: #72a0c9;
  font-size: 1.5rem;
  line-height: 25px;
  padding-left: 10px;
}

#capsul .supplementBlock .notice {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 5px;
}

#capsul .suppleEntry {
  margin-top: 20px;
  overflow: hidden;
  width: 918px;
}

#capsul .modal {
  display: none;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  padding: 20px 20px 100px;
  overflow-y: scroll;
}
#capsul .js-modal-button {
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#capsul .js-modal-button:hover {
  opacity: 0.8;
}
#capsul .js-modal-colse {
  cursor: pointer;
}
#capsul .modal-bg {
  display: block;
  width: 100%;
  height: 160%;
  background-color: rgba(240, 247, 252, 0.9);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#capsul .modal-inner {
  position: relative;
  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;
  margin-top: 50px;
  margin-bottom: 200px;
}
#capsul .modal-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  background-color: #ffffff;
  border: 1px solid #004097;
  position: relative;
  z-index: 10;
  -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;
  padding: 30px 20px;
}
#capsul .container_modal-close {
  background-color: #003e8d;
  width: 128px;
  height: 48px;
  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;
  position: absolute;
  bottom: 0;
  right: 0;
}
#capsul .container_modal-close div {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  margin-right: 41px;
}
#capsul .container_modal-close div::before, #capsul .container_modal-close div::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 158%;
  width: 1px;
  height: 46px;
  background: #ffffff;
}
#capsul .container_modal-close div::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#capsul .container_modal-close div::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.supple-entry-detail-wrap {
  border-top: 1px solid #a4abb3;
  border-bottom: 1px solid #a4abb3;
  margin-block: 30px;
  padding-block: 20px;
}

.supple-entry-detail {
  width: 100%;
  margin: 0 auto;
  padding-inline: 20px;
}

.supple-entry-detail__list:first-of-type {
  margin-bottom: 15px;
}

.supple-entry-detail-head {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

#capsul .suppleEntry .left {
  width: 350px;
  float: left;
  overflow: hidden;
}

#capsul .suppleEntry .right {
  width: 568px;
  float: left;
  padding-left: 20px;
}

#capsul .suppleEntry .right .pLink a {
  display: inline-block;
  margin-bottom: 1em;
  color: #df4c34;
  text-decoration: underline;
}

#capsul .suppleEntry .right .pLink a:hover {
  opacity: 0.7;
}

#capsul .suppleEntry .right .bttxt {
  display: inline-block;
  border: 1px solid #a4abb3;
  line-height: 25px;
  font-weight: normal;
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 8px;
  padding-inline: 3px;
}

#capsul .suppleEntry .right .pCatch {
  margin-bottom: 5px;
  color: #2c6097;
}

#capsul .suppleEntry .right .pName {
  text-align: left;
  font-weight: normal;
  color: #2c6097;
  font-size: 2rem;
  margin-bottom: 10px;
}

#capsul .suppleEntry .right .pName .iconNew {
  display: inline-block;
  margin-right: 0.5em;
  background: #fff10d;
  padding: 0 0.4em;
  font-size: 0.9em;
  color: #e5134b;
}

#capsul .suppleEntry .price {
  text-align: right;
  line-height: 38px;
  border-top: 1px solid #a4abb3;
  border-bottom: 1px solid #a4abb3;
  margin-bottom: 20px;
  color: #46525f;
}

#capsul .suppleEntry .price span {
  font-size: 2rem;
  font-weight: bold;
}

#capsul .amount {
  margin-top: 10px;
}
#capsul .amount li {
  font-size: 13px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-bottom: 40px;
}
#capsul .amount li:first-of-type {
  margin-bottom: 20px;
}

#capsul .suppleEntry .linkLeft {
  margin-top: 12px;
}

#capsul .supple2 {
  height: auto;
  min-height: 140px;
}

#capsul .supple2 .left {
  background-color: #e8f1f9;
}

#capsul .supple2 .right {
  width: 548px;
  margin-left: 20px;
  min-height: 140px;
  padding: 0;
}

#capsul .supple2 .right.proBlock2 {
  border: none;
}

#capsul .supple2 .right table {
  height: 100%;
}

#capsul .supple2 .right th {
  width: 130px;
  line-height: 16px;
}

#capsul .supple2 .right td {
  text-align: left;
  padding: 8px 5px 8px 20px;
  line-height: 1.5;
}

#capsul .supple2 .right tr:last-of-type td {
  border-bottom: none;
}

#capsul .proBlock2 {
  width: 100%;
  border: none;
  margin-top: 50px;
  padding: 0;
}

#capsul .proBlock2 table {
  height: 100%;
}
#capsul .proBlock2 table th {
  width: 130px;
  line-height: 16px;
}
#capsul .proBlock2 table td {
  text-align: left;
  padding: 8px 5px 8px 20px;
  line-height: 1.5;
}

.ca-entry-suppl {
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.ca-entry-tel {
  color: #64717f;
}
.ca-entry-tel:focus, .ca-entry-tel:hover, .ca-entry-tel:active {
  color: #64717f;
}

#capsul .listCard {
  padding: 18px 0;
  overflow: hidden;
}

#capsul .listCard h3 {
  font-size: 1.5rem;
  text-align: center;
  color: #64717f;
}

#capsul .listCard .cTxt {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

#capsul .listCard .bodyList {
  width: inherit;
  margin: 0 22px;
}

#capsul .listCard .listLeft {
  width: 310px;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
#capsul .listCard .listLeft:first-of-type {
  margin-bottom: 15px;
}

#capsul .listCard .listLeft li {
  width: 49%;
  margin-bottom: 8px;
  position: relative;
  font-size: 1.5rem;
  text-align: left;
  padding-left: 13px;
  line-height: 1.7;
}
#capsul .listCard .listLeft li.li-w100 {
  width: 100%;
}

#capsul .listCard .listLeft li::before {
  width: 9px;
  height: 9px;
  content: "";
  background: url("/img/products/CaAlgin/capsul/capsul12.png") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#capsul .clickBuy {
  display: block;
  text-align: center;
  margin: 20px auto 0 auto;
  font-size: 2.6rem;
  color: #fff;
  background: #df4c34;
  width: 400px;
  position: relative;
  padding: 15.5px 0;
}

#capsul .clickBuy::after {
  width: 20px;
  height: 20px;
  content: "";
  background: url("/img/products/CaAlgin/capsul/capsul13.png") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

#capsul .clickBuy:hover {
  opacity: 0.7;
}

#capsul .rakuten {
  width: 400px;
  border: 2px solid #72a0c9;
  display: block;
  margin: 12px auto 0 auto;
  text-align: center;
  color: #72a0c9;
  position: relative;
  font-size: 2rem;
  padding: 8px 0;
}

#capsul .rakuten::after {
  width: 20px;
  height: 20px;
  content: "";
  background: url("/img/products/CaAlgin/capsul/capsul14.png") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

#capsul .rakuten:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------
kelp
------------------------------------------------------------*/
.kelp501 {
  line-height: 1.4;
}

.kelp501 .naAlgin .naTabgroup {
  margin-top: 0px;
}

.kelp501 .naAlgin .naTabgroup .tab_content {
  margin-top: 20px;
}

.kelp501 .naAlgin .naTabgroup .kelp501img {
  width: 370px;
}

.kelp501 .naAlgin .naTabgroup .kelp501img li {
  border-top: none;
}

.kelp501 .naAlgin .naTabgroup .kelp501img li img {
  width: 180px;
  height: 200px;
}

.kelp501 .naAlgin .naTabgroup .kelp501img li:first-child {
  margin-bottom: 0;
}

.kelp501 .naAlgin .naTabgroup .kelp501img li:first-child:after {
  background: none;
}

.kelp501 .p-last {
  font-size: 1.8rem;
  color: #46525f;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
}

.kelp501 #section2 {
  margin-top: 100px;
}

.kelp501 #section1 .spec:first-child {
  margin-top: 33px;
}

.kelp501 #section3 .proBlock2 {
  height: auto;
}

.kelp501 #section3 .proBlock2:first-of-type {
  margin-top: 40px;
}

.kelp501 .sectionGroup li {
  width: 33.3333333333%;
}

.kelp501 #naTabgroup.intro .tab_content {
  width: auto;
}

.kelp501 .text1 {
  font-size: 1.6rem;
  line-height: 1.875;
}

.kelp501 .text1 a {
  text-decoration: underline;
  color: #003f98;
}

.kelp501 .list2 {
  margin-bottom: 72px;
}

.kelp501 .proBlock2 {
  width: 100%;
  margin-top: 20px;
}

.kelp501 .proBlock2:after {
  display: block;
  clear: both;
  content: "";
}

.kelp501 .proBlock2 h1 {
  margin-top: 0px;
}

.kelp501 .proBlock2 table {
  width: 100%;
  font-size: 1.6rem;
}

.kelp501 .proBlock2 td {
  padding: 2px 10px;
}

.kelp501 .proBlock2 td.tdBlue {
  width: 60%;
}

.kelp501 .proBlock2 td.tdBlue1 {
  width: 190px;
  border-left: 1px solid #a4abb3;
}

.kelp501 .proBlock2.imgBadge .text1,
.kelp501 .proBlock2.imgBadge h1 {
  width: calc(90% - 240px);
  float: left;
}

.kelp501 .proBlock2.imgBadge .badge {
  float: right;
  width: 240px;
  margin-top: -15px;
  margin-left: 10px;
}

.kelp501 .proBlock2.imgBadge .badge img {
  width: 100%;
  height: auto;
}

.kelp501 .proHead {
  margin-bottom: 20px;
}

.kelp501 .sectionGroup {
  margin: 60px 0 0;
}

.kelp501 .proTitle {
  margin: 40px 0 20px;
}

.kelp501 .spec {
  margin: 60px 0 20px;
}

.kelp501 .proInfoSpec {
  margin-top: 40px;
}

.kelp501 .linkLeft02 {
  margin-top: 30px;
}

.kelp501 .feature .proTitle,
.kelp501 .used .proTitle,
.kelp501 .productList .proTitle {
  margin-top: 0;
}

.kelp501 .mt40 {
  margin-top: 40px;
}

.kelp501 .kelp501img {
  width: 960px;
  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;
  padding: 14px 0 40px;
}

.kelp501 .kelp501img li {
  position: relative;
}

.kelp501 .kelp501img li img {
  width: 450px;
  height: 280px;
}

.kelp501 .kelp501img li span {
  position: absolute;
  top: 0;
  background: #64717f;
  color: #fff;
  padding: 4px 10px;
  font-size: 1.6rem;
  left: 0;
}

.kelp501 .kelp501img li:first-child img {
  width: 447px;
  height: 280px;
}

.kelp501 .kelp501img li:first-child:after {
  position: absolute;
  content: "";
  background: url(/img/products/kelp/501/kelp501_03.png);
  width: 19px;
  height: 22px;
  right: -39px;
  top: 50%;
}

.kelp501 .imgleft-kelp501:after {
  display: block;
  clear: both;
  content: "";
}

.kelp501 .imgleft-kelp501 .imgtab-kelp501 {
  float: left;
  width: 200px;
}

.kelp501 .imgleft-kelp501 .imgtab-kelp501 img {
  width: 200px;
  height: 140px;
}

.kelp501 .imgleft-kelp501 .textright-kelp501 {
  margin-left: 20px;
  float: right;
  width: 660px;
}

.kelp501 .list_case li {
  width: 100%;
  height: auto;
  padding: 0 50px 45px;
}
.kelp501 .list_case li .title-case {
  padding: 15px 0px 13px;
}
.kelp501 .list_case li .img-case {
  padding: 20px 0px 23px;
}
.kelp501 .list_case li .text-case {
  line-height: 1.7;
}

/*------------------------------------------------------------
Medical_AlginateNA
------------------------------------------------------------*/
.Medical_ANA #ancLowEendotoxin {
  margin-top: 30px;
}

.Medical_ANA #ancProducts {
  margin-top: 100px;
  margin-bottom: 120px;
}

.Medical_ANA .Medical_ANATop p {
  margin: 15px 0 40px 0;
  font-size: 1.6rem;
}

.Medical_ANA .Medical_ANATop p img {
  float: left;
  margin: 0px 20px 0px 0px;
}

.Medical_ANA .Medical_ANATop p:after {
  display: block;
  clear: both;
  content: "";
}

.Medical_ANA .sectionGroup li {
  width: 25%;
}

.Medical_ANA .sectionGroup-column3 li {
  width: 33.3333333333%;
}
.Medical_ANA .sectionGroup-column3 li a {
  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;
  width: 100%;
}
.Medical_ANA .sectionGroup-column3 li span {
  display: block;
}

.Medical_ANA .proText {
  margin-bottom: 40px;
  letter-spacing: -0.005em;
}

.Medical_ANA .mt30 {
  margin-top: 30px;
}

/*.Medical_ANA .proImgRight {
  margin-bottom: 60px;
}

.Medical_ANA .proImgRight p {
  font-size: 1.6rem;
  margin-top: 30px;
  display: block;
}

.Medical_ANA .proImgRight img {
  float: right;
  width:240px;
}

.Medical_ANA .proImgRight:after {
  display: block;
  clear: both;
  content: "";
}*/
.Medical_ANA .tableGroup {
  padding: 20px;
  border: #aab1b8 solid 1px;
}

.Medical_ANA .tableGroup .title7 {
  text-align: left;
}

.Medical_ANA .tableGroup .proBlock2 {
  width: auto;
  border: none;
  padding: 0;
  margin-top: 17px;
  margin-bottom: 40px;
  height: auto !important;
}

.Medical_ANA .tableGroup .proBlock2 table {
  width: 100%;
  font-size: 1.6rem;
}

.Medical_ANA .tableGroup .proBlock2 table th {
  width: 10%;
}

.Medical_ANA .tableGroup .proBlock2 table td:first-child {
  width: 10%;
}

.Medical_ANA .tableGroup .proBlock2 table td:nth-child(3) {
  width: 16%;
}

.Medical_ANA .tableGroup .proBlock2 table td:nth-child(4) {
  width: 16%;
}

.Medical_ANA .tableGroup .proBlock2 table td:nth-child(5) {
  width: 16%;
}

.Medical_ANA .tableGroup .proBlock2 table td:nth-child(6) {
  width: 16%;
}

.Medical_ANA .tableGroup .proBlock2 table td {
  border-left: 1px solid #a4abb3;
}

.Medical_ANA .tableGroup .proBlock2:last-child {
  margin-bottom: 0;
}

.Medical_ANA .proInfo {
  margin-top: 40px;
}

.Medical_ANA .proInfo a {
  text-decoration: underline;
  color: #003f98;
}

.Medical_ANA .moreLink {
  text-align: right;
  margin-top: 20px;
}

.Medical_ANA .moreLink a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 15px;
}

.Medical_ANA .moreLink a:after {
  content: "";
  position: absolute;
  background: url("/img/products/chitosan/arrow-right.png");
  width: 10px;
  height: 15px;
  top: 5px;
  right: 0;
}

.Medical_ANA .moreLink a:hover {
  color: #2e6194;
  text-decoration: underline;
}

.Medical_ANA ul.DescriptionBlock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 20px;
}

.Medical_ANA ul.DescriptionBlock li {
  width: 100%;
  border: 1px solid #a4abb3;
  padding: 20px;
  margin-bottom: 20px;
}

.Medical_ANA ul.DescriptionBlock dt {
  height: 50px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  line-height: 50px;
  margin-bottom: 20px;
  padding: 0 0 0 60px;
}

.Medical_ANA ul.DescriptionBlock dd:after {
  display: block;
  clear: both;
  content: "";
}

.Medical_ANA ul.DescriptionBlock img {
  float: right;
  width: 200px;
  margin-left: 20px;
}

.Medical_ANA ul.DescriptionBlock dd:after {
  display: block;
  clear: both;
  content: "";
}

.Medical_ANA ul.DescriptionBlock p {
  font-size: 1.5rem;
}

.Medical_ANA ul.DescriptionBlock p + p {
  margin-top: 1em;
}

.Medical_ANA ul.medicine li dt:before {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  padding: 2px 0;
  content: "01";
  background: #6dccc6;
  font-size: 3rem;
  color: #fff;
  z-index: 1;
  text-align: center;
  font-family: "Open Sans script=all rev=1";
  font-weight: 300;
  font-style: italic;
}

.Medical_ANA ul.machine li dt:before {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  padding: 2px 0;
  content: "01";
  background: #89c7f2;
  font-size: 3rem;
  color: #fff;
  z-index: 1;
  text-align: center;
  font-family: "Open Sans script=all rev=1";
  font-weight: 300;
  font-style: italic;
}

.Medical_ANA ul.medicine li:nth-child(2) dt:before,
.Medical_ANA ul.machine li:nth-child(2) dt:before {
  content: "02";
}

.Medical_ANA ul.medicine li:nth-child(3) dt:before,
.Medical_ANA ul.machine li:nth-child(3) dt:before {
  content: "03";
}

.Medical_ANA ul.medicine li:nth-child(4) dt:before,
.Medical_ANA ul.machine li:nth-child(4) dt:before {
  content: "04";
}

.Medical_ANA ul.medicine li:nth-child(5) dt:before,
.Medical_ANA ul.machine li:nth-child(5) dt:before {
  content: "05";
}

.Medical_ANA ul.medicine li:nth-child(6) dt:before,
.Medical_ANA ul.machine li:nth-child(6) dt:before {
  content: "06";
}

.Medical_ANA ul.medicine li:nth-child(7) dt:before,
.Medical_ANA ul.machine li:nth-child(7) dt:before {
  content: "07";
}

.Medical_ANA div.LowEndotoxinTxt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.Medical_ANA div.LowEndotoxinTxt dl {
  width: 470px;
  padding: 30px;
  background-color: #f2f5f8;
  margin: 0;
}

.Medical_ANA div.LowEndotoxinTxt dt {
  width: 100%;
  padding: 0 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid #a4abb3;
}

.Medical_ANA div.LowEndotoxinTxt dd {
  width: 100%;
  height: 300px;
  margin: 2px 0 20px;
  font-size: 1.5rem;
  line-height: 30px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1em, #a4abb3), color-stop(0.1em, transparent));
  background-image: -webkit-linear-gradient(#a4abb3 0.1em, transparent 0.1em);
  background-image: linear-gradient(#a4abb3 0.1em, transparent 0.1em);
  background-size: 100% 30px;
  border-bottom: 1px solid #a4abb3;
}

.Medical_ANA div.LowEndotoxinTxt dl.about {
  background-image: url("/img/products/Medical_AlginateNA/Medical_AlginateNA_08.png");
  background-position: right bottom;
  background-size: cover;
}

.Medical_ANA div.LowEndotoxinTxt dl.alginate {
  background-image: url("/img/products/Medical_AlginateNA/Medical_AlginateNA_09.png");
  background-position: right bottom;
  background-size: cover;
}

.Medical_ANA #ANAtab {
  overflow: hidden;
}

.Medical_ANA #ANAtab.tab_content li {
  border: 0;
  padding-right: 0;
  font-size: 1.5rem;
}

.Medical_ANA .list2AL {
  width: 640px;
  float: left;
  margin-top: 0;
}

.Medical_ANA .list2AL ul li {
  -ms-flex-preferred-size: 240px;
  -webkit-flex-basis: 280px;
          flex-basis: 280px;
  padding-right: 0;
}

.Medical_ANA .list2AL ul li:after {
  top: 5px;
}

.Medical_ANA .link-btn-wrap {
  max-width: 800px;
  margin: 0 auto 50px;
  padding-inline: 30px;
}

.Medical_ANA .link-btn {
  width: 100%;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.Medical_ANA .link-btn:hover {
  opacity: 0.85;
}
.Medical_ANA .link-btn img {
  width: 100%;
}

/*------------------------------------------------------------
Purest_AlginateNA
------------------------------------------------------------*/
.Purest_ANA #ancLowEendotoxin {
  margin-top: 100px;
}

.Purest_ANA #ancExample {
  margin-top: 100px;
}

.Purest_ANA #ancProducts {
  margin-top: 100px;
  margin-bottom: 120px;
}

.Purest_ANA .Purest_ANATop p {
  margin: 15px 0 40px 0;
  font-size: 1.6rem;
}

.Purest_ANA .Purest_ANATop p img {
  float: left;
  margin: 0px 20px 0px 0px;
}

.Purest_ANA .Purest_ANATop p:after {
  display: block;
  clear: both;
  content: "";
}

.Purest_ANA .Purest_ANATop p .att {
  display: inline-block;
  position: relative;
  font-weight: 500;
  z-index: 1;
}
.Purest_ANA .Purest_ANATop p .att::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #ffff33;
  z-index: -1;
}

.Purest_ANA .sectionGroup li {
  width: 25%;
}

.Purest_ANA .proText {
  margin-bottom: 40px;
  letter-spacing: -0.005em;
}

.Purest_ANA .mt30 {
  margin-top: 30px !important;
}

.Purest_ANA .mt40 {
  margin-top: 40px !important;
}

.Purest_ANA .mb20 {
  margin-bottom: 20px !important;
}

.Purest_ANA .mb30 {
  margin-bottom: 30px !important;
}

.Purest_ANA .mb40 {
  margin-bottom: 40px !important;
}

.Purest_ANA .proContents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.Purest_ANA .proContents_item {
  margin: 20px auto 0;
}
.Purest_ANA .proContents_itemImg {
  margin: 20px auto 0;
  text-align: center;
  width: 200px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.Purest_ANA .proContents_itemImg img {
  width: 100%;
  margin: auto;
}

.Purest_ANA .text1 {
  font-size: 1.5rem;
  padding-bottom: 15px;
}
.Purest_ANA .text1 strong {
  color: #004097;
  font-size: 1.9rem;
  font-weight: bold;
}
.Purest_ANA .text1 .attpoint {
  display: inline-block;
  font-size: 160%;
  line-height: 1.2;
  margin-bottom: 5px;
}

.Purest_ANA .imgBox {
  text-align: center;
  margin: 20px auto 30px;
}
.Purest_ANA .imgBox img {
  max-width: 100%;
}

.Purest_ANA .tableGroup {
  padding: 20px;
  border: #aab1b8 solid 1px;
}

.Purest_ANA .tableGroup .title7 {
  text-align: left;
}

.Purest_ANA .tableGroup .proBlock2 {
  width: auto;
  border: none;
  padding: 0;
  margin-top: 17px;
  margin-bottom: 40px;
  height: auto !important;
}

.Purest_ANA .tableGroup .proBlock2 table {
  width: 100%;
  font-size: 1.6rem;
}

.Purest_ANA .tableGroup .proBlock2 table th {
  width: 10%;
}

.Purest_ANA .tableGroup .proBlock2 table td:first-child {
  width: 10%;
}

.Purest_ANA .tableGroup .proBlock2 table td:nth-child(3) {
  width: 16%;
}

.Purest_ANA .tableGroup .proBlock2 table td:nth-child(4) {
  width: 16%;
}

.Purest_ANA .tableGroup .proBlock2 table td:nth-child(5) {
  width: 16%;
}

.Purest_ANA .tableGroup .proBlock2 table td:nth-child(6) {
  width: 16%;
}

.Purest_ANA .tableGroup .proBlock2 table td {
  border-left: 1px solid #a4abb3;
}

.Purest_ANA .tableGroup .proBlock2:last-child {
  margin-bottom: 0;
}

.Purest_ANA .moreLink {
  text-align: right;
  margin-top: 20px;
}

.Purest_ANA .moreLink a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 15px;
}

.Purest_ANA .moreLink a:after {
  content: "";
  position: absolute;
  background: url("/img/products/chitosan/arrow-right.png");
  width: 10px;
  height: 15px;
  top: 5px;
  right: 0;
}

.Purest_ANA .moreLink a:hover {
  color: #2e6194;
  text-decoration: underline;
}

.Purest_ANA div.LowEndotoxinTxt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.Purest_ANA div.LowEndotoxinTxt dl {
  width: 470px;
  padding: 30px;
  background-color: #f2f5f8;
  margin: 0;
}

.Purest_ANA div.LowEndotoxinTxt dt {
  width: 100%;
  padding: 0 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid #a4abb3;
}

.Purest_ANA div.LowEndotoxinTxt dd {
  width: 100%;
  height: 300px;
  margin: 2px 0 20px;
  font-size: 1.5rem;
  line-height: 30px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1em, #a4abb3), color-stop(0.1em, transparent));
  background-image: -webkit-linear-gradient(#a4abb3 0.1em, transparent 0.1em);
  background-image: linear-gradient(#a4abb3 0.1em, transparent 0.1em);
  background-size: 100% 30px;
  border-bottom: 1px solid #a4abb3;
}

.Purest_ANA div.LowEndotoxinTxt dl.about {
  background-image: url("/img/products/Medical_AlginateNA/Medical_AlginateNA_08.png");
  background-position: right bottom;
  background-size: cover;
}

.Purest_ANA div.LowEndotoxinTxt dl.alginate {
  background-image: url("/img/products/Medical_AlginateNA/Medical_AlginateNA_09.png");
  background-position: right bottom;
  background-size: cover;
}

/*------------------------------------------------------------
kimicaCMC
------------------------------------------------------------*/
.kimicaCMC .ancFeature {
  padding-bottom: 70px;
  position: relative;
  z-index: 2;
}
.kimicaCMC .ancFeature::after {
  content: "";
  width: 200vw;
  height: calc(100% - 20px);
  background-color: #e8f1f9;
  position: absolute;
  top: 20px;
  left: -50vw;
  z-index: -1;
}

.kimicaCMC .proTitle-wrap {
  width: 100%;
  position: relative;
}
.kimicaCMC .proTitle-quality-stamp {
  color: #ffffff;
  background-color: #003f97;
}
.kimicaCMC .quality-stamp {
  display: block;
  width: 110px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  z-index: 2;
}
.kimicaCMC .wrapperPro {
  overflow-x: hidden;
}

.kimicaCMC #ancLowEendotoxin {
  margin-top: 100px;
}

.kimicaCMC #ancProducts {
  margin-top: 70px;
  margin-bottom: 70px;
}

.kimicaCMC .kimicacmcTop p {
  margin: 15px 0 40px 0;
  font-size: 1.6rem;
}

.kimicaCMC .kimicacmcTop p img {
  float: left;
  margin: 0px 20px 0px 0px;
}

.kimicaCMC .kimicacmcTop p:after {
  display: block;
  clear: both;
  content: "";
}

.kimicaCMC .smallTitle {
  margin-bottom: 20px;
}

.kimicaCMC .mt60 {
  margin-top: 60px;
}

.kimicaCMC .property .list li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 5px;
}

.kimicaCMC .property .list li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #46525f;
  border-radius: 50%;
  top: 4px;
  left: 0;
}

.kimicaCMC .imageItem {
  width: 690px;
  margin: 0 auto;
  padding: 50px 0 30px;
}

.kimicaCMC .sectionGroup li {
  width: 33.3333333333%;
}

.kimicaCMC .mt30 {
  margin-top: 30px;
}

.kimicaCMC .mt20 {
  margin-top: 20px;
}

.kimicaCMC .tableGroup .title7 {
  text-align: left;
}

.kimicaCMC .tableGroup .proBlock2 {
  width: auto;
  border: none;
  padding: 0;
  margin-top: 0px !important;
  margin-bottom: 40px;
  height: auto !important;
}

.kimicaCMC .tableGroup .proBlock2 table {
  width: 100%;
  font-size: 1.6rem;
}

.kimicaCMC .tableGroup .proBlock2 table th {
  width: 10%;
}

.kimicaCMC .tableGroup .proBlock2 table td:nth-child(2) {
  width: 30%;
}

.kimicaCMC .tableGroup .proBlock2 table td:nth-child(3) {
  width: 30%;
}

.kimicaCMC .tableGroup .proBlock2 table td {
  border-left: 1px solid #a4abb3;
}

.kimicaCMC .tableGroup .proBlock2:last-child {
  margin-bottom: 0;
}

.kimicaCMC .moreLink {
  text-align: right;
  margin-top: 20px;
}

.kimicaCMC .moreLink a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 15px;
}

.kimicaCMC .moreLink a:after {
  content: "";
  position: absolute;
  background: url("/img/products/chitosan/arrow-right.png");
  width: 10px;
  height: 15px;
  top: 5px;
  right: 0;
}

.kimicaCMC .moreLink a:hover {
  color: #2e6194;
  text-decoration: underline;
}

/*------------------------------------------------------------
xanthangum
------------------------------------------------------------*/
.xanthangum .proTitle-wrap {
  width: 100%;
  position: relative;
}
.xanthangum .proTitle-quality-stamp {
  color: #ffffff;
  background-color: #003f97;
}
.xanthangum .quality-stamp {
  display: block;
  width: 110px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  z-index: 2;
}
.xanthangum .sectionGroup a {
  font-size: 17px;
}

.xanthangum #ancLowEendotoxin {
  margin-top: 100px;
}

.xanthangum .Italic {
  font-style: italic;
}

.xanthangum .spec {
  margin: 50px 0 20px;
}

.xanthangum .proText {
  font-size: 1.6rem;
  margin-top: 0px;
}

.xanthangum .proText {
  font-size: 1.6rem;
  margin-top: 20px;
}

.xanthangum .sectionFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.xanthangum .sectionFlex .sectionContent {
  width: 50%;
}

.xanthangum #ancProducts {
  margin-top: 0px;
  margin-bottom: 60px;
}

.xanthangum .kimicacmcTop p {
  margin: 15px 0 40px 0;
  font-size: 1.6rem;
  line-height: 1.8;
}

.xanthangum .kimicacmcTop p img {
  float: left;
  margin: 0px 20px 0px 0px;
}

.xanthangum .kimicacmcTop p:after {
  display: block;
  clear: both;
  content: "";
}

.xanthangum .smallTitle {
  margin-bottom: 20px;
}

.xanthangum .mt40 {
  margin-top: 40px;
}

.xanthangum .property .list li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 5px;
}

.xanthangum .property .list li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #46525f;
  border-radius: 50%;
  top: 4px;
  left: 0;
}

.xanthangum .imageItem {
  /*width: 450px;*/
  width: 450px;
  margin: 0 auto;
  padding: 30px 0 30px 10px;
}

.xanthangum .sectionGroup li {
  width: 25%;
}

.xanthangum .mt30 {
  margin-top: 30px;
}

.xanthangum .tableGroup {
  padding: 20px;
  border: #aab1b8 solid 1px;
}

.xanthangum .tableGroup .title7 {
  text-align: left;
}

.xanthangum .tableGroup .proBlock2 {
  width: auto;
  border: none;
  padding: 0;
  margin-top: 0px !important;
  margin-bottom: 40px;
  height: auto !important;
}

.xanthangum .tableGroup .proBlock2 table {
  width: 100%;
  font-size: 1.6rem;
}

.xanthangum .xanthangum-td-pl {
  padding-left: 13px !important;
}

.xanthangum .xanthangum-td-pl-l {
  padding-left: 13px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-right: 0px !important;
}

.xanthangum .tableGroup .proBlock2 .transparent-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.xanthangum .tableGroup .proBlock2 .transparent-item__inner .transparent-item__img img {
  width: 100%;
  padding-right: 20px;
}

.xanthangum .small-txt {
  margin-top: 8px;
  text-align: right;
  font-size: 1.4rem;
}

.xanthangum .tableGroup .proBlock2 table th {
  width: 15%;
}

.xanthangum .tableGroup .proBlock2 table td:nth-child(2) {
  width: 24%;
}

.xanthangum .tableGroup .proBlock2 table td:nth-child(3) {
  width: 15%;
}

.xanthangum .tableGroup .proBlock2 table td {
  border-left: 1px solid #a4abb3;
  width: 29%;
}

.xanthangum .tableGroup .proBlock2:last-child {
  margin-bottom: 0;
}

.xanthangum .proBlock2 td {
  border-bottom: 1px solid #a4abb3;
  text-align: center;
  padding: 8px 10px;
  font-size: 1.5rem;
  color: #64717f;
}

.xanthangum .proBlock2 .tdBlue {
  background: #72a0c9;
  color: #fff;
  border-right: 1px solid #fff;
}

.xanthangum .moreLink {
  text-align: right;
  margin-top: 20px;
}

.xanthangum .moreLink a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 15px;
}

.xanthangum .moreLink a:after {
  content: "";
  position: absolute;
  background: url("/img/products/chitosan/arrow-right.png");
  width: 10px;
  height: 15px;
  top: 5px;
  right: 0;
}

.xanthangum .moreLink a:hover {
  color: #2e6194;
  text-decoration: underline;
}

.xanthangum .reference .reference_proText {
  font-size: 14px;
}

.xanthangum #ancDocs2 {
  margin-bottom: 120px;
}

.txt-link {
  width: auto !important;
  display: inline !important;
  padding-left: 10px !important;
  background-color: transparent !important;
  border: none !important;
  line-height: 1 !important;
  padding: 0 !important;
  color: #003f98 !important;
  border-bottom: 1px solid #003f98 !important;
}

.txt-link:after {
  display: none;
}

.products #naTabgroup li > .alginate-tab {
  background: #e8f1f9;
}

.products .listArticle a.alginate-item {
  background: #e8f1f9;
}

.products .listArticle a.alginate-item:hover {
  background: #fff;
}

.products .listArticle a.kimica-item {
  background: #e8f1f9;
}

.products .listArticle a.kimica-item:hover {
  background: #fff;
}

.alginate-tab {
  background: #7b94a6;
}

.xanthan_form {
  border: none;
  padding-top: 12px;
}
.xanthan_form p {
  width: 100%;
  max-width: 760px;
  font-size: 1em;
  font-weight: normal;
  color: #1d5490;
  line-height: 1.6;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
}
.xanthan_form .form {
  margin: 0 auto;
}

/*------------------------------------------------------------
CMCページ改修
------------------------------------------------------------*/
.kimicaCMC .wrapperPro {
  width: inherit;
  background: url(/img/products/kimicaCMC/kimicaCMC_main_bg.png) no-repeat top center;
  background-size: 100%;
  font-size: 1.6rem;
  color: #46525f;
}
.kimicaCMC .sectionGroup li:nth-child(3) a {
  border-right: 1px solid #7b94a6;
}
.kimicaCMC .item-table {
  border-right: 1px solid #a4abb3;
  margin-bottom: 15px;
}
.kimicaCMC .item-table td {
  color: #44505d;
  padding: 10px 0;
}
.kimicaCMC .item-table .proTopTtl {
  color: #fff;
  text-align: center;
}
.kimicaCMC .item-table .even-td td {
  background: #e8f1f9;
}
.kimicaCMC #ancProducts .printDis__blue-txt {
  margin-top: 10px;
  color: #003f97;
  font-weight: bold;
}
.kimicaCMC .use-choice__inner {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.kimicaCMC .use-choice__inner:last-child ul {
  border: none;
}
.kimicaCMC .use-choice h3 {
  width: 140px;
}
.kimicaCMC .use-choice .smallTitle {
  width: 23%;
}
.kimicaCMC .use-choice ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #adb3bb;
  margin-bottom: 30px;
}
.kimicaCMC .use-choice ul li {
  cursor: pointer;
  position: relative;
  text-align: left;
  width: 234px;
  padding: 22px 8px 20px 82px;
  border-radius: 4px;
  background: #e8f1f9;
  border: 1px solid #9cb5d4;
  color: #003e8d;
  margin-right: 8px;
  margin-bottom: 8px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-size: 0.96em;
}
.kimicaCMC .use-choice ul li:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 4%;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url(../img/products/kimicaCMC/kimicaCMC_arrow.png) top left no-repeat;
}
.kimicaCMC .use-choice ul li:nth-child(4n) {
  margin-right: 0px;
}
.kimicaCMC .use-choice ul li:hover {
  opacity: 0.7;
}
.kimicaCMC .use-choice ul li.spec01-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg01.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec02-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg02.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec03-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg03.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec04-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg04.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec05-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg05.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec06-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg06.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec07-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg07.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec08-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg08.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec09-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg09.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec10-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg10.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec11-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg11.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec12-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg12.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec13-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg13.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec14-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg14.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec15-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg15.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec16-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg16.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec17-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg17.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec18-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg18.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec19-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg19.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec20-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg20.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .use-choice ul li.spec21-bg {
  background-image: url(../img/products/kimicaCMC/kimicaCMC_spec-bg21.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kimicaCMC .cmc-nature .property {
  margin-bottom: 60px;
}
.kimicaCMC .cmc-nature__inner {
  margin-bottom: 60px;
}
.kimicaCMC .cmc-nature__img {
  width: 100%;
  padding: 30px;
  background: #e8f1f9;
}
.kimicaCMC .cmc-nature__img img {
  width: 100%;
}
.kimicaCMC .cmc-nature__row {
  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;
}
.kimicaCMC .cmc-nature__left {
  width: 48%;
}
.kimicaCMC .cmc-nature__left__img {
  background: #e8f1f9;
  padding: 30px 0px;
}
.kimicaCMC .cmc-nature__left__img img {
  width: 100%;
}
.kimicaCMC .cmc-nature__right {
  width: 48%;
}
.kimicaCMC .cmc-nature__right__img {
  background: #e8f1f9;
  padding: 30px 0px;
}
.kimicaCMC .cmc-nature__right__img img {
  width: 100%;
}
.kimicaCMC .cmc-nature .tableGroup .proBlock2 table td:nth-child(1) {
  width: 10%;
}
.kimicaCMC .cmc-nature .tableGroup .proBlock2 table td:nth-child(2) {
  width: 30%;
}
.kimicaCMC .cmc-nature .tableGroup .proBlock2 table td:nth-child(3) {
  width: 30%;
}
.kimicaCMC .cmc-nature .tableGroup .proBlock2 table td:nth-child(4) {
  width: 30%;
}
.kimicaCMC .cmc-nature .tableGroup .proBlock2 table .td-txt40 {
  text-align: left !important;
  padding: 20px 40px;
}
.kimicaCMC .cmc-nature .tableGroup .proBlock2 table .td-txt30 {
  text-align: left !important;
  padding: 20px 30px;
}
.kimicaCMC .cmc-nature .tableGroup .proBlock2 table .td-txt20 {
  text-align: left !important;
  padding: 20px 20px;
}
.kimicaCMC .cmc-nature .tableGroup .proBlock2 table .td-txt25 {
  text-align: left !important;
  padding: 25px 25px;
}
.kimicaCMC .cmc-nature .tableGroup .proBlock2 table .td-txt15 {
  text-align: left !important;
  padding: 15px 15px;
}
.kimicaCMC .cmc-nature h3.kiyaku {
  width: 140px;
}
.kimicaCMC .cmc-nature sub {
  font-size: 10px;
}
.kimicaCMC .modal-dialog {
  max-width: 700px;
}
.kimicaCMC .modal-dialog .tableGroup .proBlock2 table td {
  padding: 15px 5px;
}
.kimicaCMC .modal-dialog .tableGroup .proBlock2 table td:nth-child(1) {
  width: 20%;
}
.kimicaCMC .modal-dialog .tableGroup .proBlock2 table td:nth-child(2) {
  width: 40%;
}
.kimicaCMC .modal-dialog .tableGroup .proBlock2 table td:nth-child(3) {
  width: 40%;
}
.kimicaCMC .modal-dialog .tableGroup .proBlock2 .proTopTtl {
  font-size: 1.8rem;
}
.kimicaCMC .modal-dialog .modal-link-txt {
  font-size: 1.5rem;
  color: #44505d;
  margin: 15px 0;
}
.kimicaCMC .modal-dialog .modal-link-btn a {
  display: block;
  background: #7b94a6;
  color: #fff;
  width: 340px;
  max-width: 100%;
  padding: 15px 10px 15px 10px;
  text-align: center;
  position: relative;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin-top: 10px;
  margin-left: auto;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.kimicaCMC .modal-dialog .modal-link-btn a::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  content: "";
  top: 45%;
  right: 6%;
}
.kimicaCMC .modal-dialog .modal-link-btn a:hover {
  opacity: 0.7;
}
.kimicaCMC .modal-body {
  padding: 0px 40px 40px 40px;
}
.kimicaCMC .modal-body p {
  color: #003e8d;
  font-size: 2.5rem;
  margin-bottom: 5px;
}
.kimicaCMC .modal-header {
  border: none;
}
.kimicaCMC .modal-header span {
  font-size: 2.5rem;
}
.kimicaCMC .modal-header .close:focus {
  outline: none;
}
.kimicaCMC .modal-header .close {
  background: #fff;
  cursor: pointer;
}

/*------------------------------------------------------------
ここまでCMCページ改修
------------------------------------------------------------*/
/*------------------------------------------------------------
キサンタンガム改修
------------------------------------------------------------*/
#xanthangum .xanthangum {
  width: inherit;
  background: url(/img/products/kisantangamu/kisantangamu-main_bg.png) no-repeat top center;
  background-size: 100%;
  font-size: 1.6rem;
  color: #46525f;
  overflow-x: hidden;
}
#xanthangum .xanthangum .sectionGroup li {
  width: 33.3333333333%;
}
#xanthangum .xanthangum .sectionGroup li:nth-child(3) a {
  border-right: 1px solid #7b94a6;
}
#xanthangum .xanthangum .xanthangum-section {
  margin-top: 0;
  margin-bottom: 60px;
}
#xanthangum .xanthangum .tableGroup {
  padding: 0;
}
#xanthangum .xanthangum .let-table {
  border: none;
  color: #44505d;
}
#xanthangum .xanthangum .let-table td {
  text-align: left;
  padding: 15px 15px 15px 30px;
}
#xanthangum .xanthangum .let-table td:first-child {
  background: #e8f1f9;
  border-left: none;
}
#xanthangum .xanthangum .let-table td:nth-child(1) {
  width: 12%;
}
#xanthangum .xanthangum .let-table tr:last-child td {
  border-bottom: none;
}
#xanthangum .xanthangum .application > li {
  position: relative;
}
#xanthangum .xanthangum .application > li::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #014099;
  border-radius: 100px;
  position: absolute;
  top: 15px;
  right: 11px;
  z-index: 1;
  pointer-events: none;
}
#xanthangum .xanthangum .application li {
  width: 100%;
  margin-bottom: 0;
}
#xanthangum .xanthangum .application .tab_content {
  width: 100%;
}
#xanthangum .xanthangum .application .tab_content .content {
  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;
}
#xanthangum .xanthangum .application .tab_content .content__left img {
  width: 283px;
  margin-bottom: 30px;
  padding-bottom: 0;
}
#xanthangum .xanthangum .application .tab_content .content__left h3 {
  border: none;
  color: #1d5490;
  font-size: 2rem;
  margin-bottom: 20px;
}
#xanthangum .xanthangum .application .tab_content .content__left__item li {
  border-top: none;
  margin-bottom: 15px;
}
#xanthangum .xanthangum .application .tab_content .content__left__item li a {
  color: #1d5490;
  text-decoration: underline;
  padding-left: 25px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#xanthangum .xanthangum .application .tab_content .content__left__item li a:hover {
  opacity: 0.7;
}
#xanthangum .xanthangum .application .tab_content .content__left__arrow {
  position: relative;
}
#xanthangum .xanthangum .application .tab_content .content__left__arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0%;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: url(../img/icon-arrow02.png) top left no-repeat;
}
#xanthangum .xanthangum .application .tab_content .content__left__pdf {
  position: relative;
}
#xanthangum .xanthangum .application .tab_content .content__left__pdf::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0%;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: url(../img/icon-pdf01.png) top left no-repeat;
}
#xanthangum .xanthangum .application .tab_content .content__left p {
  float: none;
}
#xanthangum .xanthangum .application .tab_content .content__right {
  margin-top: 40px;
  margin-left: 40px;
}
#xanthangum .xanthangum .application .tab_content .content__right__img {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#xanthangum .xanthangum .application .tab_content .content__right__img img {
  width: 160px;
  max-width: 100%;
  margin-right: 10px;
}
#xanthangum .xanthangum .application .tab_content .content__right__list p {
  text-align: center;
  font-weight: bold;
  color: #1d5490;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #adb4bb;
}
#xanthangum .xanthangum .application .tab_content .content__right__list p span {
  font-size: 2.4rem;
}
#xanthangum .xanthangum .application .tab_content .content__right__list li {
  border: none;
  margin-bottom: 50px;
}
#xanthangum .xanthangum .application .tab_content .content__right__list li img {
  width: 100%;
  padding: 0 50px;
  margin-bottom: 0;
}
#xanthangum .xanthangum .application .tab_content .content__right__list li:first-child {
  margin-top: 40px;
}
#xanthangum .xanthangum .application .tab_content .content__right p {
  line-height: 1.8;
  letter-spacing: initial;
}
#xanthangum .xanthangum .application .tab_content .content__right p a {
  color: #1d5490;
  text-decoration: underline;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#xanthangum .xanthangum .application .tab_content .content__right p a:hover {
  opacity: 0.7;
}
#xanthangum .xanthangum .application .tab-item h3 {
  border: none;
  color: #1d5490;
  font-size: 2rem;
  margin-bottom: 20px;
}
#xanthangum .xanthangum .application .tab-item .content__right {
  margin-top: -5px;
}
#xanthangum .xanthangum #ancFeature {
  margin-top: 60px;
}
#xanthangum .xanthangum #ancitem .proBlock2 {
  padding: 20px 20px 20px 20px;
}
#xanthangum .xanthangum .transparent-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
#xanthangum .xanthangum .transparent-item__img img {
  width: 100%;
  padding-right: 20px;
}
#xanthangum .xanthangum .transparent-item td {
  padding-top: 20px;
  padding-bottom: 20px;
}
#xanthangum .xanthangum #ancFeature .imageItem img {
  width: 100%;
  margin-bottom: 10px;
}
#xanthangum .xanthangum .graph-list {
  width: 100%;
  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;
}
#xanthangum .xanthangum .graph-list li {
  width: 50%;
  margin-left: 20px;
}
#xanthangum .xanthangum .graph-list li:first-child {
  margin-left: 0px;
}
#xanthangum .xanthangum .graph-list li img {
  width: 100%;
}
#xanthangum .xanthangum .graph-list li p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 15px 20px 20px 20px;
  line-height: 2;
}
#xanthangum .xanthangum .graph-list__gel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#xanthangum .xanthangum .graph-list__gel__right {
  width: 280px;
  margin-left: 30px;
  background: #e8f1f9;
  padding: 20px;
  max-height: 403px;
}
#xanthangum .xanthangum .graph-list__gel__right img {
  margin-bottom: 30px;
}
#xanthangum .xanthangum .graph-list__gel__right h4 {
  font-size: 2.2rem;
  color: #1d5490;
  font-weight: bold;
  margin-bottom: 28px;
}
#xanthangum .xanthangum .graph-list__gel__right h4 span {
  color: #44505d;
  font-size: 1.8rem;
}
#xanthangum .xanthangum .graph-list__gel__right > p {
  width: 100%;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
#xanthangum .xanthangum .graph-list__gel__right > p::after {
  content: "";
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  background-color: #ffffff;
  margin: auto;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
}
#xanthangum .xanthangum .graph-list__gel__left {
  width: 640px;
}
#xanthangum .xanthangum .graph-list__gel__left p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 15px 20px 20px 20px;
  line-height: 2;
}
#xanthangum .xanthangum .graph-list__gel img {
  width: 100%;
}
#xanthangum .xanthangum .alkalinity-warp {
  display: block;
}
#xanthangum .xanthangum .alkalinity-warp li {
  width: 100%;
}
#xanthangum .small-txt {
  margin-top: 8px;
  text-align: right;
  font-size: 1.4rem;
}
#xanthangum .pdf-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#xanthangum .pdf-ttl h2 {
  width: 83%;
  font-size: 2.4rem;
  height: 40px;
  color: #46525f;
  border-bottom: 1px solid #a4abb3;
  background: #d9dee2;
  font-weight: normal;
  line-height: 40px;
  text-align: left;
  padding-left: 10px;
}
#xanthangum .pdf-ttl p {
  width: 17%;
  font-size: 10px;
  height: 40px;
}
#xanthangum .pdf-ttl p a {
  display: block;
  color: #fff;
  background: #003f97;
  border-bottom: 1px solid #a4abb3;
  font-weight: normal;
  line-height: 40px;
  padding-left: 28px;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#xanthangum .pdf-ttl p a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 12%;
  width: 22px;
  height: 26px;
  margin-top: -13px;
  background: url(../img/icon-pdf02.png) top left no-repeat;
}
#xanthangum .pdf-ttl p a:hover {
  opacity: 0.7;
}
#xanthangum .pdf-ttl-right {
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#xanthangum .sp-graph {
  display: none;
}
#xanthangum .gel-title {
  font-weight: normal;
  line-height: 35px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #xanthangum .gel-title {
    display: block;
  }
}
#xanthangum .gel-title .spec-p {
  margin-left: 28px;
}

.xanthangum-reasons-to-choose {
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
.xanthangum-reasons-to-choose::after {
  content: "";
  width: 200vw;
  height: calc(100% - 20px);
  background-color: #e8f1f9;
  position: absolute;
  top: 20px;
  left: -50vw;
  z-index: -1;
}
.xanthangum-reasons-to-choose .proTitle {
  margin-top: 65px;
}
.xanthangum-reasons-to-choose .productName {
  font-size: 2rem;
  font-weight: normal;
  color: #2c6097;
  margin-top: 40px;
  margin-bottom: 10px;
}
.xanthangum-reasons-to-choose .proText {
  line-height: 2.1;
}
.xanthangum-reasons-to-choose .proText-blue {
  color: #2c6097;
}
.xanthangum-reasons-to-choose .smallTitle {
  margin-top: 30px;
}
.xanthangum-reasons-to-choose .specTitle {
  padding-right: 9px;
}

.xanthangum-reasons-to-choose-table-box .tdBlue {
  background: #72a0c9;
  font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif !important;
  color: #fff;
  border-left: none;
}
.xanthangum-reasons-to-choose-table-box table {
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-bottom: #abb3ba 1px solid;
  border-left: #abb3ba 1px solid;
}
.xanthangum-reasons-to-choose-table-box table ul li {
  padding-left: 1.1em;
  position: relative;
}
.xanthangum-reasons-to-choose-table-box table ul li::before {
  content: "・";
  font-size: 1em;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.xanthangum-reasons-to-choose-table-box tbody {
  width: 100%;
}
.xanthangum-reasons-to-choose-table-box tr {
  border-top: #abb3ba 1px solid;
}
.xanthangum-reasons-to-choose-table-box tr th, .xanthangum-reasons-to-choose-table-box tr td {
  height: 100%;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
}
.xanthangum-reasons-to-choose-table-box tr th {
  color: #ffffff;
  border-right: #abb3ba 1px solid;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.xanthangum-reasons-to-choose-table-box tr td {
  color: #46525f;
  border-right: #abb3ba 1px solid;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.xanthangum-reasons-to-choose-table-box tr td:nth-of-type(1) {
  padding-right: 30px;
  padding-left: 30px;
}
.xanthangum-reasons-to-choose-table-box tr td:nth-last-of-type(2) {
  padding-right: 2em;
  padding-left: 2em;
}
.xanthangum-reasons-to-choose-table-box tr td:nth-last-of-type(1) {
  padding-right: 2em;
  padding-left: 2em;
  position: relative;
}
.xanthangum-reasons-to-choose-table-box tr td:nth-last-of-type(1) > span {
  display: block;
  margin: 0 auto;
}
.xanthangum-reasons-to-choose-table-box tr > *:nth-of-type(1) {
  width: 47%;
}
.xanthangum-reasons-to-choose-table-box tr > *:nth-last-of-type(2) {
  width: 14%;
}
.xanthangum-reasons-to-choose-table-box tr > *:nth-last-of-type(1) {
  width: 39%;
}

.xanthangum-reasons-to-choose-text-ct {
  margin-top: 40px;
}
.xanthangum-reasons-to-choose-text-ct > h3 {
  font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif !important;
  font-size: 2rem;
  font-weight: normal;
  color: #2c6097;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: solid 1px #abb3ba;
}
.xanthangum-reasons-to-choose-text-ct > p {
  line-height: 2.1;
  padding-bottom: 40px;
}
.xanthangum-reasons-to-choose-text-ct > p:last-of-type {
  padding-bottom: 0;
}

/*------------------------------------------------------------
ここまでキサンタンガム改修
------------------------------------------------------------*//*# sourceMappingURL=productsPC.css.map */