@charset "UTF-8";
/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
body {
  font-size: 1.2rem;
  line-height: 1.5;
}

.txt {
  margin: 20px 0;
}

.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/NaAlgin/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;
}

/*------------------------------------------------------------
	個別
------------------------------------------------------------*/
#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 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;
  width: 880px;
}

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

.naAlgin #tab4 .listContent li:after {
  width: 16px;
  height: 16px;
  content: '';
  background: url("/img/common/proDotsPc.png") no-repeat;
  position: absolute;
  top: 2px;
  left: 0px;
}

.naAlgin #tab4 .listContent 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 .linkNote a {
  font-size: 1.0rem;
}

#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: 600px;
}

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

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

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

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

#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;
}

/*------------------------------------------------------------
nhAlgin
------------------------------------------------------------*/
#nhAlgin sup {
  font-size: 1rem;
}

#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 .symbol {
  font-size: 1.0rem;
}

.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;
}

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

.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 .text1 sup {
  font-size: 1.1rem;
}

.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: 460px;
  border: 1px solid #a4abb3;
  margin-top: 40px;
}

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

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

.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;
}

.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 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: #d9dee2;
  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;
}

@media screen and (min-width: 768px){
.pc{
	display:block!important;
}
.pcImg{
	display:inline-block!important;
}
.sp{
	display:none!important;
}
.spImg{
	display:none!important;
}
}

@media screen and (max-width: 767px){
.sp{
	display:block!important;
}
.spImg{
	display:inline-block!important;
}
.pc{
	display:none!important;
}
.pcImg{
	display:none!important;
}
}