@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
body {
  font-size: 1.2rem;
  /* line-height: 1.5; */
}
sup.supTxt {
  font-size: 1.0rem;
}
sup.supTxt a {
  color: #003f98;
  text-decoration: underline;
}
sub.subTxt {
  font-size: 1.0rem;
}

.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;
}


#ancFeature {
  margin-top: 100px;
}

#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;
}

.proInfoSpec {
  font-size: 1.4rem;
}

.proBlock2 {
  /* width: 100%; */
}

.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: flex;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: 2.0rem;
  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 .4s;
  transition: all .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 .4s;
  transition: all .4s;
}

.acdescription dt.closeIcon:after {
  -webkit-transition: all .4s;
  transition: all .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: 1.0rem;
  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: calc(100% / 4);
  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 #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 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: flex;
  -ms-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%;
}

/*------------------------------------------------------------
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 {
    width: 500px;
    float: left;
  }
}

.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: 20px;
}

.naAlgin #naTabgroup li > .tab:after, .naAlgin .naTabgroup li > .tab:after {
  height: 20px;
  width: 2px;
  top: 15px;
  right: 20px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.naAlgin #naTabgroup li > .tab.closeBtn:before, .naAlgin .naTabgroup li > .tab.closeBtn:before {
  right: 12px;
  top: 25px;
}

.naAlgin #naTabgroup li > .tab.closeBtn:after, .naAlgin .naTabgroup li > .tab.closeBtn:after {
  -webkit-transition: all .4s;
  transition: all .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;
      flex-direction: row;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.naAlgin #tab2 .photo01 {
  margin-right: 10px;
  -webkit-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.naAlgin #tab2 .photo02 {
  -webkit-box-flex: 1;
  box-flex: 1;
  -ms-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: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  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: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
  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: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.naAlgin #ancProducts li {
  width: 48%;
  margin-bottom: 20px;
}

.naAlgin #ancProducts .proBlock2 {
  height: 280px;
}

.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: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-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: flex;
  -ms-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;
      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: 2.0rem;
  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;
  overflow: hidden;
  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;
          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;
      align-self: center;
}

#CaAlgin .caContent {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 100px;
  max-width: 700px;
  /* max-width: 760px; */
}

#CaAlgin .caContent .title {
  border-bottom: 1px solid #a4abb3;
}

#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: flex;
}

#CaAlgin .caSp .photosp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#CaAlgin .caSp p {
  padding-left: 10px;
  font-size: 1.1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#CaAlgin .DescriptionBlockInner {
  display: flex;
  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: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
}

#CaAlgin .DescriptionBlockInnerTxt p + p {
  /* margin-top: 1em; */
}

#CaAlgin .caution {
  margin: 0.5em 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 -.3em;
  flex: 1;
}
#CaAlgin .DescriptionBlockGraph {
  margin-top: 30px;
}
#CaAlgin .DescriptionBlockGraph h4 {
  text-align: center;
  font-weight: bold;
}
#CaAlgin .DescriptionBlockGraphItem {
  display: flex;
  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: flex;
  justify-content: space-between;
  padding: 0 30px;
}
#CaAlgin .DescriptionBlockGraphIcon li {
  display: flex;
  justify-content: 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: flex;
  align-items: 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;
}


/*------------------------------------------------------------
nhAlgin
------------------------------------------------------------*/

#nhAlgin .sectionGroup li {
  width: calc(100% / 3);
}

#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%;
}

#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: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: calc(100% / 3);
}

.chitosan .imageContainer {
  width: 960px;
}

.chitosan .imageContainer:after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 767px) {
  .chitosan .imageContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: 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: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: calc(100% / 4);
}

.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: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: calc(100% / 3);
}

.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;
}

.kelp .proBlock2 td {
  padding: 2px 10px;
}

.kelp .proBlock2 td.tdBlue {
  width: 60%;
}

.kelp .proBlock2 td.tdBlue1 {
  width: 190px;
  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;
}

/*------------------------------------------------------------
products_index
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.products .Inquiries {
  margin-top: 60px;
}

.products .title2 {
  margin-top: 100px;
}

.products .listArticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-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: 2.0rem;
  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 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: #e9e9e9;
  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: 2.0rem;
  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 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-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: 20px;
}

#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: 20px 20px 15px 20px;
}

#capsul .proWarning h3 {
  font-weight: bold;
  color: #82414e;
  padding-left: 30px;
  position: relative;
  font-size: 1.6rem;
  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 {
  position: relative;
  padding-left: 15px;
  font-size: 1.4rem;
  line-height: 1.43;
}

#capsul .proWarning li::before {
  width: 13px;
  height: 13px;
  content: '';
  background: url("/img/products/CaAlgin/capsul/capsul15.png") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#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 {
  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 .suppleEntry .left {
  width: 350px;
  height: 280px;
  float: left;
  overflow: hidden;
}

#capsul .suppleEntry .right {
  width: 568px;
  height: 280px;
  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 {
  border: 1px solid #a4abb3;
  line-height: 25px;
  font-weight: normal;
  width: 205px;
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 5px;
  padding-left: 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: .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 .suppleEntry .linkLeft {
  margin-top: 12px;
}

#capsul .supple2 {
  height: auto;
  min-height: 140px;
}

#capsul .supple2 .left {
  background-color: #e8f1f9;
  height: 170px;
}

#capsul .supple2 .right {
  width: 548px;
  margin-left: 20px;
  height: 170px;
  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: 5px 5px 5px 20px;
  line-height: 16px;
}

#capsul .supple2 .right tr:last-of-type td {
  border-bottom: none;
}

#capsul .listCard {
  padding: 9px 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;
}

#capsul .listCard .bodyList {
  width: inherit;
  margin: 0 22px;
}

#capsul .listCard .listLeft {
  width: 310px;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#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::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: calc(100% / 3);
}

.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: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
}



/*------------------------------------------------------------
Medical_AlginateNA
------------------------------------------------------------*/

.Medical_ANA #ancLowEendotoxin {
  margin-top: 100px;
}

.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: calc(100% / 4);
}

.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: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: 
        linear-gradient(#a4abb3 .1em, transparent .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;
      flex-basis: 280px;
  padding-right: 0;
}
.Medical_ANA .list2AL ul li:after {
  top: 5px;
}




/*------------------------------------------------------------
kimicaCMC
------------------------------------------------------------*/

.kimicaCMC #ancLowEendotoxin {
  margin-top: 100px;
}

.kimicaCMC #ancProducts {
  margin-top: 100px;
  margin-bottom: 120px;
}

.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: calc(100% / 3);
}

.kimicaCMC .mt30 {
    margin-top: 30px;
}


.kimicaCMC .tableGroup {
  padding: 20px;
  border: #aab1b8 solid 1px;
}

.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: 22%;
}
.kimicaCMC .tableGroup .proBlock2 table td:nth-child(3) {
  width: 20%;
}


.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 #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: flex;
  justify-content: space-around;
}
.xanthangum .sectionFlex .sectionContent {
  width: 50%;
}
.xanthangum #ancProducts {
  margin-top: 100px;
  margin-bottom: 120px;
}
.xanthangum .kimicacmcTop p {
  margin: 15px 0 40px 0;
  font-size: 1.6rem;
}
.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: calc(100% / 4);
}
.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 .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: 50%;
}
.xanthangum .tableGroup .proBlock2:last-child {
  margin-bottom: 0;
}
.xanthangum .proBlock2 td {
  border-bottom: 1px solid #a4abb3;
  text-align: center;
  padding: 2px 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: #d9dee252;
}
.products .listArticle a.kimica-item:hover {
  background: #fff;
}

.alginate-tab{
  background: #7b94a6;
}