@charset "UTF-8";
/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
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;
}

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

.wrapperPro {
  font-size: 1.2rem;
  line-height: 1.666;
  background: url("/img/products/common/sp_main_img.jpg") no-repeat top center;
  background-size: contain;
  /* background-position-y: -80px; */
  padding-top: 20%;
}

.wrapperPro .container {
  width: inherit;
}

/*------------------------------------------------------------
linkLeft02
------------------------------------------------------------*/
.linkLeft02 {
  display: block;
  padding: 10px 0;
  width: 60%;
  margin: 0 auto;
  background: #7b94a6;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  position: relative;
}

.linkLeft02:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 19px;
  background: url("/img/products/common/more_link_sp.png") no-repeat;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  right: 5px;
}

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

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

.sectionGroup li {
  width: calc(100% / 2);
  float: left;
  height: 50px !important;
  line-height: 50px;
}

.sectionGroup li:nth-child(even) {
  border-right: 1px solid #7b94a6;
}

.sectionGroup li:nth-child(1), 
.sectionGroup li:nth-child(2) {
  border-top: 1px solid #7b94a6;
}

.sectionGroup a {
  display: block;
  font-size: 1.5rem;
  text-align: left;
  padding-left: 10px;
  height: 100%;
  border-top: none;
  border-left: 1px solid #7b94a6;
  background: #e8f1f9;
  position: relative;
  width: initial;
}

.sectionGroup a:after {
  display: none;
}

.sectionGroup a:before {
  width: 13px;
  height: 8px;
  content: '';
  background: url("/img/products/common/arrow_bottom.png") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 40%;
  right: 6%;
  left: inherit;
}

/*------------------------------------------------------------
	個別
------------------------------------------------------------*/
#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 .naTop {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.esteralgin .proTitle {
  line-height: 40px;
  font-size: 1.5rem;
}

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

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

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

.esteralgin .proBlock2 {
  margin: 20px 0;
  width: 100%;
  padding: 15px 20px;
}

.esteralgin .proBlock2 table {
  width: 100%;
}

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

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

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

.esteralgin .table2 th {
  padding-right: 0;
  width: 20%;
}

.esteralgin .table2 td {
  line-height: 1.875;
}

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

.esteralgin .specTitle {
  padding: 0 5px;
}

.esteralgin .proImgLeft,
.esteralgin .proImgRight {
  margin-bottom: 22px;
}

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

.esteralgin .proImgLeft p,
.esteralgin .proImgRight p {
  font-size: 1.2rem;
  margin-top: 15px;
  display: block;
}

.esteralgin .used .proImgLeft img {
  width: 120px;
  height: 84px;
}

.esteralgin .used .proImgRight img {
  width: 120px;
  height: 84px;
  margin: 0;
  max-width: 100%;
}

.esteralgin .used .proImgRight img:first-child {
  margin-top: 5px;
}

.esteralgin .used .proImgRight .imgGroup {
  margin-left: 10px;
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.esteralgin .used .proImgRight .imgGroup.leftSP {
  float: left;
  margin: 0px 10px 10px 0;
}

.esteralgin .feature .proImgLeft img {
  width: 120px;
  height: 165px;
}

.esteralgin .feature .proImgLeft img.imgSingle {
  margin-right: 10px;
}

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

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

.sp-only {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

/* common 
------------------------------------------------------------*/
.sectionContent {
  overflow: hidden;
  margin-top: 20px;
}

.naBlock {
  margin-bottom: 40px;
}

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

.naAlgin .naTop {
  padding-left: 20px;
  padding-right: 20px;
}

.naAlgin .naTop p {
  margin: 20px 0;
  font-size: 1.2rem;
  line-height: 1.83333;
  text-align: justify;
}

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

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

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

.naAlgin #ancFeature .photo {
  width: inherit;
  margin-right: 0;
  float: none;
}

.naAlgin #ancFeature .text {
  width: 340px;
  float: left;
}

.naAlgin #ancFeature img {
  margin-bottom: 10px;
}

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

.naAlgin #ancFeature p {
  margin-bottom: 35px;
  text-align: justify;
  font-size: 1.2rem;
  margin-bottom: 29px;
  line-height: 1.66;
}

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

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

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

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

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

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

.naAlgin #naTabgroup li > .tab, .naAlgin .naTabgroup li > .tab {
  display: block;
  height: 40px;
  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;
  top: 20px;
  right: 10px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.naAlgin #naTabgroup li > .tab:after, .naAlgin .naTabgroup li > .tab:after {
  height: 20px;
  width: 2px;
  top: 10px;
  right: 19px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

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

.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: inherit;
  margin: 0;
}

.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: 10px;
  padding: 0;
  max-width: 50%;
}

.naAlgin #tab1 p {
  padding-bottom: 17px;
  /*text-align: justify;*/
  float: left;
  line-height: 1.66;
}

.naAlgin #tab2 .estry1 {
  overflow: hidden;
  margin-bottom: 25px;
  padding-top: 0;
}

.naAlgin #tab2 .estry1 .content {
  width: inherit;
  float: none;
  margin-right: 0;
  margin-bottom: 12px;
}

.naAlgin #tab2 .estry1 .photo {
  width: inherit;
  float: left;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0;
  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 .estry2 {
  overflow: hidden;
}

.naAlgin #tab2 .estry2 img {
  padding-top: 0;
  margin-right: 10px;
  float: left;
  max-width: 50%;
}

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

.naAlgin .showImg {
  margin-top: 14px;
  padding: 14px 25px 12px;
  display: block;
  width: inherit;
}

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

.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 .showImg li img {
  display: block;
  margin: 0 auto;
}

.naAlgin .showImg ol {
  margin-bottom: 10px;
  text-align: center;
}

.naAlgin #tab3 {
  padding-bottom: 20px;
}

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

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

.naAlgin #tab4 {
  padding-bottom: 32px;
}

.naAlgin #tab4 .listContent {
  overflow: hidden;
  margin-top: 0px;
  display: block;
}

.naAlgin #tab4 .listContent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


.naAlgin #tab4 .list2.es {
    margin-top: 0px;
}

.naAlgin #tab4 .listContent li {
  -ms-flex-preferred-size: 420px;
      flex-basis: 420px;
  margin-right: 0;
  border: none;
  padding: 0 0 0px 15px;
  font-size: 1.2rem;
  position: relative;
  line-height: 1.66;
}

.naAlgin #tab4 .listContent li:after {
  width: 11px;
  height: 11px;
  background: #46525f;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  top: 4.5px;
  position: absolute;
  content: '';
  left: 0;
}

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

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

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

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

.naAlgin #ancProducts {
  margin-top: 50px;
}

.naAlgin #ancProducts ul {
  overflow: hidden;
}

.naAlgin #ancProducts li {
  width: inherit;
  margin-right: 0;
  margin-bottom: 15px;
  float: none;
}

.naAlgin #ancProducts li:nth-child(2n) {
  margin-right: 0;
}

.naAlgin #ancProducts li:last-of-type {
  margin-bottom: 20px;
}

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

.naAlgin #ancDocs {
  margin-top: 50px;
}

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

/*------------------------------------------------------------
Algin
------------------------------------------------------------*/
#Algin .algin .table2 {
  margin-bottom: 15px;
}

#Algin .algin .table2 th {
  width: 32%;
}

#Algin .AlginTop p {
  margin: 20px 0 20px 0;
  font-size: 1.2rem;
  color: #46525f;
}

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

#Algin .AlginBody {
  margin-top: 40px;
}

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

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

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

#Algin .BlockAlgin .proImgRight {
  padding-top: 20px;
}

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

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

#Algin .textAlgin1 img {
  float: left;
  margin-right: 20px;
  margin-top: 7px;
  margin-right: 15px;
  max-width: 50%;
}

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

#Algin #Altab {
  overflow: hidden;
  padding-bottom: 12.5px;
}

#Algin #Altab.tab_content li {
  border: 0;
  padding-right: 0;
  padding-left: 15px;
}

#Algin .list2AL {
  width: 50%;
  float: left;
}

#Algin .list2AL ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

#Algin .ALtabimg {
  width: 50%;
  margin-top: 0px;
  padding-top: 20px;
  float: right;
  display: table;
}

#Algin .ALtabimg img {
  max-width: 48%;
}

#Algin .ALtabimg img:last-of-type {
  margin-left: 5px;
}

#Algin .ALlink {
  text-align: center;
  padding-top: 20px;
}

#Algin .ALlink a {
  float: none;
}

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

.Algin3box {
  border: 1px solid #a4abb3;
  width: 100%;
  padding: 15px 0 14px 21.5px;
}

.Algin3box li {
  font-size: 1.4rem;
  color: #2c6097;
}

.Algin3box li:first-child {
  padding-bottom: 17.5px;
}

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

#CaAlgin .proInfoSpec {
  margin-bottom: 0;
}

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

#CaAlgin .proBlock2 table {
  width: 100%;
}

#CaAlgin .proBlock2 th,
#CaAlgin .proBlock2 td {
  font-size: 1.1rem;
}

#CaAlgin .proBlock2 h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

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

#CaAlgin #acFeature {
  margin-top: 40px;
}

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

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

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

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

/*--------------- caBody ------------*/
.caBody p {
  line-height: inherit;
  text-align: left;
}

.caBody .proImgLeft {
  margin-top: 30px;
}

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

.caBody .proImgRight {
  margin-bottom: 40px;
  overflow: hidden;
}

/*--------------- caBlock ------------*/
.caBlock {
  display: none;
}

.caPhoto {
  display: none;
}

.caContent {
  display: none;
}

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

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

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

.caContent p {
  margin-top: 15px;
}

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

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

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

.caSp .title p {
  color: #2c6097;
  padding-left: 0;
}

.caSp .title h3 {
  font-size: 1.5rem;
  color: #2c6097;
  padding-left: 0;
}

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

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

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

/*------------------------------------------------------------
nhAlgin
------------------------------------------------------------*/

#nhAlgin .sectionGroup li {
  width: calc(100% / 1);
}


#nhAlgin .sectionGroup li:nth-child(even) {
  border-right: none;
}

#nhAlgin .sectionGroup li:nth-child(1) {
  border-top: 1px solid #7b94a6;
  border-right: 1px solid #7b94a6;
} 
#nhAlgin .sectionGroup li:nth-child(2) {
  border-top: none;
  border-right: 1px solid #7b94a6;
}

#nhAlgin .sectionGroup a {
  border-top: none;
  border-left: 1px solid #7b94a6;
}


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

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

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

#nhAlgin .proBlock2 table {
  width: 100%;
}

#nhAlgin .proBlock2 th,
#nhAlgin .proBlock2 td {
  font-size: 1.1rem;
}

#nhAlgin .proBlock2 h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

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

#nhAlgin #ancFeature {
  margin-top: 40px;
}

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

#nhAlgin #ancUsage .proBlock2 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.kaAlgin .paragraph img {
  width: 140px;
  height: 100px;
  float: right;
  margin: 0 0 10px 10px;
}

.kaAlgin .naTop {
  padding-left: 0;
  padding-right: 0;
}

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

/*------------------------------------------------------------
chitosan
------------------------------------------------------------*/
.chitosan .sectionGroup li {
  width: calc(100% / 1);
}

.chitosan .sectionGroup li:nth-child(even) {
  border-right: none;
}

.chitosan .sectionGroup li:nth-child(1) {
  border-top: 1px solid #7b94a6;
  border-right: 1px solid #7b94a6;
} 
.chitosan .sectionGroup li:nth-child(2) {
  border-top: none;
  border-right: 1px solid #7b94a6;
}

.chitosan .sectionGroup a {
  border-top: none;
  border-left: 1px solid #7b94a6;
}

.chitosan .imageContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chitosan .imageContainer .imageItem {
  margin-top: 30px;
  position: relative;
}

.chitosan .imageContainer .imageItem:last-child {
  margin-top: 15px;
}

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

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

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

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

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

.chitosan .feature .table2 th {
  width: 110px;
  padding: 8px 8px 8px 13px;
}

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

.chitosan .property .list li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #46525f;
  border-radius: 50%;
  top: 5px;
  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: 20px;
}

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

.chitosan .tableGroup .proBlock2 table {
  width: 100%;
}

.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.chitosan .halfWidth .tableGroup:last-child {
  margin-top: 14px;
}

.chitosan .halfWidth .tableGroup table th {
  width: 45%;
}

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

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

.chitosan .moreLink a {
  display: block;
  vertical-align: middle;
  position: relative;
  padding: 10px 0;
  text-align: center;
  background: #7b94a6;
  font-size: 1.1rem;
  color: #fff;
  width: 190px;
  margin: 0 auto;
}

.chitosan .moreLink a:after {
  content: '';
  position: absolute;
  background: url("/img/products/common/more_link_sp.png");
  width: 7px;
  height: 9px;
  background-size: cover;
  right: 5px;
  top: 35%;
}

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

.chitosan #ancFeature img {
  margin-bottom: 0;
}
.chitosan .chitoList a {
  display: block;
}
.chitosan .chitoList a.mt10 {
  margin-top: 10px;
}



/*------------------------------------------------------------
PurifiedChitosan
------------------------------------------------------------*/


.PuriChitosan #ancFeature,
.PuriChitosan #ancUsage,
.PuriChitosan #ancProducts,
.PuriChitosan #ancDocs {
  margin-top: 40px;
}


.PuriChitosan .PuriChitosanTop p {
    margin: 20px 0;
    font-size: 1.2rem;
    line-height: 1.83333;
}

.PuriChitosan .PuriChitosanTop img {
	max-width:43%;
	float:left;
	margin:5px 10px 0px 0px;
}

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

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

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

.PuriChitosan .proImgRight p {
  margin-top: 15px;
  display: block;
}

.PuriChitosan .proImgRight img {
  float: right;
  max-width:45%;
  margin:5px 0px 10px 10px;
}

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

.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: 20px;
}

.PuriChitosan .tableGroup .proBlock2 h2 {
  margin-bottom: 10px;
}

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

.PuriChitosan .tableGroup .proBlock2 table {
  width: 100%;
}

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

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

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

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

.PuriChitosan .moreLink a {
  display: block;
  vertical-align: middle;
  position: relative;
  padding: 10px 0;
  text-align: center;
  background: #7b94a6;
  font-size: 1.1rem;
  color: #fff;
  width: 190px;
  margin: 0 auto;
}

.PuriChitosan .moreLink a:after {
  content: '';
  position: absolute;
  background: url("/img/products/common/more_link_sp.png");
  width: 7px;
  height: 9px;
  background-size: cover;
  right: 5px;
  top: 35%;
}

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

.PuriChitosan ul.DescriptionBlock {
	width:100%;
}

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

.PuriChitosan ul.DescriptionBlock dt {
	font-size:1.4rem;
	font-weight:bold;
	text-align:left;
	line-height:1;
	margin-bottom:10px;
	letter-spacing:-0.02em;
}

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

.PuriChitosan ul.DescriptionBlock img {
	float:right;
	max-width:30%;
	margin-top:-23px;
}

.PuriChitosan ul.DescriptionBlock ul {
	float:left;
	width:67%;
}

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

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





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

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

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

.kelp .sectionGroup li {
  width: calc(100% / 3);
}

.kelp #naTabgroup {
  margin-top: 10px;
}

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

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

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

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

.kelp .proBlock2 {
  width: 100%;
  margin-top: 15px;
  padding: 10px 10px;
}

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

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

.kelp .proBlock2 table {
  width: 100%;
}

.kelp .proBlock2 th {
  font-size: 1.2rem;
}

.kelp .proBlock2 td {
  padding: 3px 5px;
  font-size: 1.2rem;
  text-align: left;
}

.kelp .proBlock2 td.tdBlue {
  width: 50%;
  font-size: 1.2rem;
  text-align: center;
}

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

.kelp .proBlock2.imgBadge .text1,
.kelp .proBlock2.imgBadge h1 {
  width: auto;
}

.kelp .proBlock2.imgBadge .badge {
  margin: 0 auto 15px;
  width: 245px;
  display: block;
}

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

.kelp .proHead h1 img {
  width: 122px;
  height: 38px;
}

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

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

.kelp .spec {
  margin: 25px 0 10px;
}

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

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

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

.kelp .linkLeft02 {
  text-align: center;
  margin-top: 20px;
}

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

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

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

#capsul .caHead {
  margin-bottom: 12px;
}

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

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

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

#capsul .proImgRight img {
  padding-top: 3px;
}

#capsul .proInfoSpec {
  margin: 25px 0 40px 0;
  color: #6d7681;
}

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

#capsul .proInfoSpec .left {
  width: 12px;
}

#capsul .proWarning {
  padding: 11px 10px 14px 11px;
}

#capsul .proWarning h3 {
  font-weight: bold;
  color: #82414e;
  margin-bottom: 3px;
  position: relative;
  padding-left: 25px;
}

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

#capsul .proWarning li {
  position: relative;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

#capsul .colPC {
  display: none;
}

#capsul .colSP {
  display: block;
  margin-top: 27px;
  background-color: #dce9f3;
  padding: 11px 15px 22px 15px;
}

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

#capsul .colSP h2 img {
  width: 108px;
}

#capsul .colSP .colTitle {
  margin-top: 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 1.4rem;
  line-height: 1.8;
  display: block;
  text-align: center;
}

#capsul .colSP #caTabgroup {
  margin-top: 20px;
}

#capsul .colSP li {
  border: 2px solid #6e7b89;
  background: #fff;
  margin-bottom: 10px;
  position: relative;
}

#capsul .colSP .tab_content {
  display: none;
  width: inherit;
  margin: 0;
}

#capsul .colSP .tab_content img {
  width: 129px;
  height: 100px;
}

#capsul .colSP .tab_content.active {
  display: block;
}

#capsul .colSP .current {
  display: block;
}

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

#capsul .colSP .num {
  width: 40px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -2px;
}

#capsul .colSP .tab {
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  display: block;
  position: relative;
  padding: 0 0 0 40px;
  margin: auto;
}

#capsul .colSP .tab:after, #capsul .colSP .tab:before {
  display: block;
  content: "";
  position: absolute;
  background: #7b94a6;
  right: 12px;
  top: 30%;
}

#capsul .colSP .tab.tab4:before {
  top: 50%;
}

#capsul .colSP .tab:before {
  height: 2px;
  width: 20px;
  top: 45%;
  right: 10px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

#capsul .colSP .tab:after {
  height: 20px;
  width: 2px;
  top: 33%;
  right: 19px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all .4s;
  transition: all .4s;
}

#capsul .colSP .tab.closeBtn:before {
  right: 10px;
  top: 45%;
}

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

#capsul .colSP .tab span {
  font-size: 1rem;
}

#capsul .colSP .tab p {
  padding: 13px 0;
  margin: auto;
}

#capsul .colSP .tab_content {
  margin-top: 3px;
  padding: 0 13px 15px 13px;
}

#capsul .colSP .tab_content p {
  font-size: 1.2rem;
  line-height: 1.6;
}

#capsul #tab2.proImgRight {
  margin-bottom: 10px;
}

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

#capsul .point {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  color: #056dbe;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 20;
}

#capsul .point:before {
  width: 140px;
  height: 140px;
  content: '';
  background: url("/img/products/CaAlgin/capsul/capsul10_sp.png") no-repeat center;
  background-size: cover;
  transform: scale(0.5);
  -ms-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  position: absolute;
  top: -75px;
  left: -40px;
  z-index: -1;
}

#capsul .point:after {
  width: 28px;
  height: 25px;
  content: '';
  background: url("/img/products/CaAlgin/capsul/capsul04_sp.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: -38px;
  left: 46%;
}

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

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

#capsul .supplementBlock .notice {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.3;
  margin: 5px 20px 0 25px;
}

#capsul .suppleEntry {
  margin-top: 10px;
  overflow: hidden;
  display: block;
  width: inherit;
}

#capsul .suppleEntry .left {
  width: inherit;
  margin-bottom: 10px;
  text-align: center;
}

#capsul .suppleEntry .left img {
  max-width: 80%;
}

#capsul .suppleEntry .right {
  width: inherit;
  overflow: hidden;
}

#capsul .suppleEntry .right .bttxt {
  border: 1px solid #a4abb3;
  line-height: 19px;
  font-weight: normal;
  width: 160px;
  font-size: 1.1rem;
  text-align: left;
  margin-bottom: 6px;
  padding-left: 7px;
}

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

#capsul .suppleEntry .price {
  text-align: right;
  line-height: 28px;
  border-top: 1px solid #a4abb3;
  border-bottom: 1px solid #a4abb3;
  margin-bottom: 10px;
  color: #46525f;
  font-size: 1.1rem;
}

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

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

#capsul .supple2 {
  margin-top: 19px;
  overflow: hidden;
}

#capsul .supple2 .left {
  background-color: #e8f1f9;
  width: inherit;
  margin-bottom: 20px;
}

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

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

#capsul .supple2 .right.proBlock2 th {
  width: 26%;
  line-height: 1.36;
}

#capsul .supple2 .right.proBlock2 td {
  text-align: left;
  padding: 8px 0 8px 10px;
}

#capsul .listCard {
  padding: 12px 15px 14px 15px;
  overflow: hidden;
}

#capsul .listCard p {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 5px;
  color: #64717f;
}

#capsul .listCard .listLeft {
  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: 50%;
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 5px;
  padding-left: 0px;
  text-align: left;
  padding-left: 10px;
}

#capsul .listCard .listLeft li::before {
  width: 7px;
  height: 7px;
  content: '';
  background: url("/img/products/CaAlgin/capsul/capsul12_sp.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 5px;
}

#capsul .clickBuy {
  display: block;
  text-align: center;
  margin: 20px auto 0 auto;
  font-size: 1.8rem;
  color: #fff;
  background: #df4c34;
  width: 265px;
  max-width: 100%;
  position: relative;
  line-height: 1;
  padding: 16px 0;
}

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

#capsul .rakuten {
  width: 265px;
  max-width: 100%;
  border: 2px solid #72a0c9;
  display: block;
  margin: 10px auto 0 auto;
  text-align: center;
  color: #72a0c9;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  padding: 11px 15px 11px 0;
}

#capsul .rakuten:after {
  width: 15px;
  height: 15px;
  content: '';
  background: url("/img/products/CaAlgin/capsul/capsul14_sp.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
}

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

.kelp501 .naAlgin .naTabgroup li .tab:before {
  top: 19px;
}

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

.kelp501 .naAlgin .naTabgroup li .kelp501img li span {
  left: 10px;
}

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

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

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

.kelp501 #section1 p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.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.2rem;
  line-height: 20px;
}

.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 .proHead h1 img {
  width: 189px;
  height: 39px;
}

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

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

.kelp501 .spec {
  margin: 30px 0 13px;
}

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

.kelp501 .Inquiries {
  display: block;
}

.kelp501 .Inquiries h1 {
  font-size: 1.7rem;
}

.kelp501 .Inquiries ul {
  width: 100%;
  padding: 20px 15px;
}

.kelp501 .Inquiries li.tel {
  float: none;
  width: 100%;
  margin-right: 0px;
  border: 1px solid #7b94a6;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 10px 0px;
}

.kelp501 .Inquiries li.tel h2 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
}

.kelp501 .Inquiries li.tel p {
  text-align: center;
  font-size: 1.25rem;
}

.kelp501 .Inquiries li.form {
  width: 100%;
  border-radius: 30px;
}

.kelp501 .Inquiries li.form a {
  font-size: 1.8rem;
}

.kelp501 .Inquiries li.form a:after {
  top: 22px;
  right: 6px;
  background: url(/img/common/btn_307.png) no-repeat;
  background-size: 18px 18px;
}

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

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

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

.kelp501img {
  padding: 20px 38px 30px 38px;
}

.kelp501img li {
  position: relative;
}

.kelp501img li img {
  width: 100%;
  height: auto;
}

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

.kelp501img li:first-child {
  margin-bottom: 29px;
}

.kelp501img li:first-child:after {
  position: absolute;
  content: "";
  background: url(/img/products/kelp/501/kelp501_03sp.png) no-repeat;
  width: 22px;
  height: 19px;
  background-size: 11px 9px;
  right: 50%;
  bottom: -29px;
  margin-right: -15px;
}

.kelp501-titlepro {
  text-align: center;
  font-size: 1.2rem;
  padding: 0 10px;
  letter-spacing: -0.04em;
}

.p-last {
  text-align: center;
  font-size: 1.2rem;
  line-height: 25px;
  margin-top: 38.5px;
  margin-bottom: 20px;
}

.kelp501 .naAlgin #tab4 {
  padding-bottom: 0px;
}

.imgleft-kelp501 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.imgleft-kelp501 .imgtab-kelp501 {
  width: 35%;
}

.imgleft-kelp501 .textright-kelp501 {
  padding-left: 14px;
  width: 65%;
}

.imgleft-kelp501 .textright-kelp501 p {
  font-size: 1.2rem;
}

/*------------------------------------------------------------
products_index
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.products .wrapperPro {
  background: none;
  padding-top: 22px;
}

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

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

.products .listArticle {
  display: block;
}

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

.products .listArticle a {
  display: block;
  color: #2e6194;
  position: relative;
  font-size: 1.5rem;
  padding: 33.5px 20px  20px 20px;
}

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

.products .listArticle a:before {
  content: "01";
  position: absolute;
  background-color: #2e6194;
  color: #fff;
  top: 0;
  width: auto;
  font-size: 1.5rem;
  padding: 2px 6px;
}

.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 span {
  display: block;
  color: #4a5662;
  font-size: 1.1rem;
}

.productsList .title2 {
  margin-bottom: 20px;
  margin-top: 50px;
}

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

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

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

.products #naTabgroup .tab_content ul {
  display: block;
}

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

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










/*------------------------------------------------------------
Medical_AlginateNA
------------------------------------------------------------*/


.Medical_ANA #ancFeature,
.Medical_ANA #ancUsage,
.Medical_ANA #ancProducts,
.Medical_ANA #ancLowEendotoxin {
  margin-top: 40px;
}


.Medical_ANA .Medical_ANATop p {
    margin: 20px 0;
    font-size: 1.2rem;
    line-height: 1.83333;
}

.Medical_ANA .Medical_ANATop img {
	max-width:43%;
	float:left;
	margin:5px 10px 0px 0px;
}

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

.Medical_ANA .proText {
  margin-top: 10px;
  margin-bottom: 20px;
}


.Medical_ANA .sectionGroup li:nth-child(3) {
    line-height: 1.4;
}
.Medical_ANA .sectionGroup li:nth-child(3) a {
	font-size: 1.2rem;
	letter-spacing: -0.02rem;
}


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

.Medical_ANA .proImgRight p {
  margin-top: 15px;
  display: block;
}

.Medical_ANA .proImgRight img {
  float: right;
  max-width:45%;
  margin:5px 0px 10px 10px;
}

.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;
	white-space: nowrap;
  border: none;
  padding: 0;
  margin-top: 17px;
  margin-bottom: 20px;
	overflow: auto;
}
.proBlock2::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.proBlock2::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.proBlock2::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

.Medical_ANA .tableGroup .proBlock2 h2 {
  margin-bottom: 10px;
}

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

.Medical_ANA .tableGroup .proBlock2 table {
  width: 100%;
}

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

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

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

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

.Medical_ANA .moreLink {
	margin-top: 20px;	
}
.Medical_ANA .moreLink a {
  display: block;
  vertical-align: middle;
  position: relative;
  padding: 10px 0;
  text-align: center;
  background: #7b94a6;
  font-size: 1.1rem;
  color: #fff;
  width: 190px;
  margin: 0 auto;
}

.Medical_ANA .moreLink a:after {
  content: '';
  position: absolute;
  background: url("/img/products/common/more_link_sp.png");
  width: 7px;
  height: 9px;
  background-size: cover;
  right: 5px;
  top: 35%;
}

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

.Medical_ANA ul.DescriptionBlock {
	width:100%;
}

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

.Medical_ANA ul.DescriptionBlock dt {
	height: 30px;
	position: relative;
	font-size:1.4rem;
	font-weight:bold;
	text-align:left;
	line-height:30px;
	margin-bottom:10px;
	padding: 0 0 0 40px;
	letter-spacing:-0.02em;
}

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

.Medical_ANA ul.DescriptionBlock img {
	float:right;
	max-width:40%;
	margin-top:0px;
}

.Medical_ANA ul.DescriptionBlock ul {
	float:left;
	width:67%;
}

.Medical_ANA ul.DescriptionBlock ul li {
	width:100%;
	border:none;
	padding:0;
	line-height:1.2;
	margin-bottom:5px;
	font-size:1.1rem;
	position:relative;
	padding-left:10px;
	letter-spacing:-0.03em;
}

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


.Medical_ANA ul.medicine li dt:before {
    width: 30px;
	height: 30px;
    position: absolute;
    left: 0;
    padding: 2px 0;
    content: "01";
    background: #6dccc6;
    font-size: 1.2rem;
    color: #fff;
    z-index: 1;
    text-align: center;
	font-family: "OpenSans_Light";
}
.Medical_ANA ul.machine li dt:before {
    width: 30px;
	height: 30px;
    position: absolute;
    left: 0;
    padding: 2px 0;
    content: "01";
    background: #89c7f2;
    font-size: 1.2rem;
    color: #fff;
    z-index: 1;
    text-align: center;
	font-family: "OpenSans_Light";
}
.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";
}



#ancLowEendotoxin p.proText {
	margin-top: 0;
}

.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:  100%;
	padding: 15px;
	background-color:#f2f5f8;
	margin: 0;
}
.Medical_ANA div.LowEndotoxinTxt dt {
	width: 100%;
	padding: 0 0 10px;
	font-size:1.4rem;
	font-weight:bold;
	text-align: center;
	line-height:1;
	border-bottom: 1px solid #a4abb3;
}
.Medical_ANA div.LowEndotoxinTxt dd {
	width: 100%;
	height: 200px;
	margin: 2px 0 20px;
	font-size:1.2rem;
	line-height:20px;
	letter-spacing: -0.01em;
    position: relative;
    background-image: 
        linear-gradient(#a4abb3 .1em, transparent .1em);
    background-size: 100% 20px;
	border-bottom: 1px solid #a4abb3;
}

.Medical_ANA div.LowEndotoxinTxt dl.alginate dd {
	height: 240px;
	letter-spacing: -0.01em;
}

@media only screen and (max-width: 320px) {
	.Medical_ANA div.LowEndotoxinTxt dd {
		width: 100%;
		height: 240px;
		margin: 2px 0 20px;
		font-size:1.2rem;
		line-height:20px;
		letter-spacing: -0.01em;
	    position: relative;
	    background-image: 
        linear-gradient(#a4abb3 .1em, transparent .1em);
	    background-size: 100% 20px;
		border-bottom: 1px solid #a4abb3;
	}
	.Medical_ANA div.LowEndotoxinTxt dl.alginate dd {
		height: 320px;
		letter-spacing: -0.01em;
	}
}

.Medical_ANA div.LowEndotoxinTxt dl.about {
	background-image: url("/img/products/Medical_AlginateNA/Medical_AlginateNA_08.png");
	background-position: right bottom;
	background-size: cover;
	margin-bottom: 20px;
}
.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 #naTabgroup li .tab {
	font-size: 1.3rem !important;
	letter-spacing: -0.03em;
}
@media only screen and (max-width: 320px) {
	.Medical_ANA #naTabgroup li .tab {
		font-size: 1.0rem !important;
		letter-spacing: -0.03em;
	}
}

.Medical_ANA #ANAtab {
  overflow: hidden;
  padding-bottom: 12.5px;
}

.Medical_ANA #ANAtab.tab_content li {
  border: 0;
  padding-right: 0;
  padding-left: 15px;
}

.Medical_ANA .list2AL {
  width: 100%;
  float: left;
	margin-top: 0;
}

.Medical_ANA .list2AL ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.Medical_ANA .list2AL ul li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-right: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}


.Medical_ANA .tableGroup .proBlock2 span.attention {
	background: none;
	color: #64717f;
    padding: 0;
    margin: 0;
    font-size: 1.1rem;
}
