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

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

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

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

.wrapperPro {
  color: #46525f;
}
@media (min-width: 768px) {
  .wrapperPro {
    width: inherit;
    background: url("/img/products/common/main_bg.png") no-repeat top center;
    background-size: 100%;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .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;
    padding-top: 20%;
  }
}

@media (max-width: 767px) {
  .wrapperPro .container {
    width: inherit;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/* common 
------------------------------------------------------------*/
@media (min-width: 768px) {
  #ancFeature {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  #ancUsage {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  #ancProducts {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  #ancDocs {
    margin-top: 100px;
    margin-bottom: 120px;
  }
}

.sectionContent {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sectionContent {
    overflow: hidden;
    margin-top: 20px;
  }
}

.txt {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .proText {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .proInfoSpec {
    font-size: 1.4rem;
  }
}

.proBlock2 {
  /* width: 100%; */
}

.proBlock2 .notes {
  font-size: 1.4rem;
  color: #a4abb3;
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .proBlock2 .notes {
    font-size: 1rem;
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .proBlock2 table {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .proWarning h2 {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .proWarning p {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  section p {
    font-size: 1.6rem;
  }
}

.pageNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -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: 2rem;
  font-weight: normal;
  margin: 40px 0 20px;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #a4abb3;
  background: #d9dee2;
}

.obliqueTtl {
  padding: 3px;
}

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

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

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

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

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

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

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

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

.acdescription dd {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .en_tab_contentList {
    overflow-x: auto;
  }
}

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

.linkLeft02 {
  float: right;
  position: relative;
  padding-right: 25px;
  color: #64717f;
}
@media (max-width: 767px) {
  .linkLeft02 {
    float: none;
    display: block;
    padding: 10px 0;
    width: 60%;
    margin: 0 auto;
    background: #7b94a6;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
  }
}

.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;
}
@media (max-width: 767px) {
  .linkLeft02::after {
    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: 25%;
  float: left;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .sectionGroup li {
    line-height: 50px;
  }
}

.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;
}
@media (max-width: 767px) {
  .sectionGroup a {
    font-size: 1.5rem;
    width: initial;
  }
}

.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;
}
@media (max-width: 767px) {
  .sectionGroup a::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .sectionGroup a:before {
    width: 13px;
    height: 8px;
    content: "";
    background: url("/img/products/common/arrow_bottom.png") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 17%;
    left: 44%;
  }
}

/*------------------------------------------------------------
	個別
------------------------------------------------------------*/
#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;
}

@media (max-width: 767px) {
  .esteralgin .naTop {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .esteralgin .proTitle {
    line-height: 40px;
    font-size: 1.5rem;
  }
}

.esteralgin .proWarning {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .esteralgin .proWarning {
    margin-top: 15px;
  }
}

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

.esteralgin .proInfoSpec {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .esteralgin .proInfoSpec {
    margin-top: 30px;
  }
}

.esteralgin .proBlock2 {
  margin: 40px 0;
}
@media (max-width: 767px) {
  .esteralgin .proBlock2 {
    margin: 20px 0;
    width: 100%;
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {
  .esteralgin .proBlock2 table {
    width: 100%;
  }
}

.esteralgin__link .linkLeft {
  float: none;
  text-align: right;
  display: block;
}
@media (max-width: 767px) {
  .esteralgin__link .linkLeft {
    text-align: center;
  }
}

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

.esteralgin .text1 {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .esteralgin .text1 {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .esteralgin .table2 th {
    padding-right: 0;
    width: 20%;
  }
}

@media (max-width: 767px) {
  .esteralgin .table2 td {
    line-height: 1.875;
  }
}

.esteralgin .spec {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .esteralgin .spec {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .esteralgin .specTitle {
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .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.6rem;
  margin-top: 30px;
  display: block;
}
@media (max-width: 767px) {
  .esteralgin .proImgLeft p,
  .esteralgin .proImgRight p {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .esteralgin .proImgLeft img {
    float: left;
  }
}

@media (min-width: 768px) {
  .esteralgin .proImgRight img {
    float: right;
  }
}

@media (min-width: 768px) {
  .esteralgin .used .proImgRight {
    display: block;
  }
}

@media (min-width: 768px) {
  .esteralgin .used .proImgRight:after {
    display: block;
    clear: both;
    content: "";
  }
}

@media (min-width: 768px) {
  .esteralgin .used .proImgRight p {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .esteralgin .used .proImgLeft img {
    width: 120px;
    height: 84px;
  }
}

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

@media (max-width: 767px) {
  .esteralgin .used .proImgRight img:first-child {
    margin-top: 5px;
  }
}

.esteralgin .used .proImgRight .imgGroup {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 768px) {
  .esteralgin .used .proImgRight .imgGroup {
    margin: 5px 0 0 10px;
  }
}
@media (max-width: 767px) {
  .esteralgin .used .proImgRight .imgGroup {
    margin-left: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .esteralgin .used .proImgRight .imgGroup li img {
    padding-top: 0;
    width: 200px;
    height: 140px;
  }
}

@media (min-width: 768px) {
  .esteralgin .used .proImgRight:last-child p {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .esteralgin .used .proImgRight .imgGroup.leftSP {
    float: left;
    margin: 0px 10px 10px 0;
  }
}

@media (min-width: 768px) {
  .esteralgin .used .proImgLeft {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .esteralgin .used .proImgLeft::after {
    display: block;
    clear: both;
    content: "";
  }
}

@media (max-width: 767px) {
  .esteralgin .feature .proImgLeft img {
    width: 120px;
    height: 165px;
  }
}

@media (max-width: 767px) {
  .esteralgin .feature .proImgLeft img.imgSingle {
    margin-right: 10px;
  }
}

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

@media (min-width: 768px) {
  .esteralgin #EsterAlgin #section3 .proBlock2 {
    width: 48%;
  }
}

/*------------------------------------------------------------
NaAlgin
------------------------------------------------------------*/
.naBlock {
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  .naBlock {
    margin-bottom: 40px;
  }
}

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

@media (max-width: 767px) {
  .naAlgin .naTop {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.naAlgin .naTop p {
  margin: 15px 0 40px 0;
}
@media (max-width: 767px) {
  .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;
}

@media (max-width: 767px) {
  .naAlgin #ancFeature {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .naAlgin #ancFeature:after {
    display: block;
    clear: both;
    content: "";
  }
}

.naAlgin #ancFeature .photo {
  width: 600px;
  margin-right: 20px;
  float: left;
}
@media print {
  .naAlgin #ancFeature .photo {
    max-width: 500px;
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .naAlgin #ancFeature .photo {
    width: inherit;
    margin-right: 0;
    float: none;
  }
}

@media print {
  .naAlgin #ancFeature .photo img {
    width: 100%;
  }
}

.naAlgin #ancFeature .text {
  width: 340px;
  float: left;
}
@media print {
  .naAlgin #ancFeature .text {
    width: 300px;
    float: right;
  }
}

.naAlgin #ancFeature img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .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;
}
@media (max-width: 767px) {
  .naAlgin #ancFeature p {
    font-size: 1.2rem;
    margin-bottom: 29px;
    line-height: 1.66;
  }
}

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

@media (max-width: 767px) {
  .naAlgin #ancUsage {
    margin-top: 43px;
  }
}

.naAlgin #ancUsage .sectionContent {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .naAlgin #ancUsage .sectionContent {
    margin-top: 30px;
  }
}

.naAlgin .naBlock1 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .naAlgin .naBlock1 {
    margin-bottom: 40px;
  }
}

.naAlgin #naTabgroup, .naAlgin .naTabgroup {
  margin-top: 28px;
  border-bottom: 1px solid #a4abb3;
}
@media (max-width: 767px) {
  .naAlgin #naTabgroup, .naAlgin .naTabgroup {
    margin-top: 18px;
  }
}

.naAlgin #naTabgroup li, .naAlgin .naTabgroup li {
  border-top: 1px solid #a4abb3;
  position: relative;
}
@media (max-width: 767px) {
  .naAlgin #naTabgroup li, .naAlgin .naTabgroup li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.naAlgin #naTabgroup li > .tab, .naAlgin .naTabgroup li > .tab {
  display: block;
  height: 50px;
  padding-top: 12px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .naAlgin #naTabgroup li > .tab, .naAlgin .naTabgroup li > .tab {
    height: auto;
    padding: 12px 0;
    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;
}
@media (max-width: 767px) {
  .naAlgin #naTabgroup li > .tab:before, .naAlgin .naTabgroup li > .tab:before {
    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: 15px;
  right: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .naAlgin #naTabgroup li > .tab:after, .naAlgin .naTabgroup li > .tab:after {
    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: 12px;
  top: 25px;
}
@media (max-width: 767px) {
  .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 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -webkit-transform: translateY(0px) rotate(-90deg);
          transform: translateY(0px) rotate(-90deg);
  top: 0;
}

.naAlgin #naTabgroup .tab_content, .naAlgin .naTabgroup .tab_content {
  display: none;
  width: 880px;
  margin: 10px auto 25px auto;
}
@media (max-width: 767px) {
  .naAlgin #naTabgroup .tab_content, .naAlgin .naTabgroup .tab_content {
    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: 20px;
  padding-top: 10px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .naAlgin #tab1 img {
    margin-right: 10px;
    padding: 0;
    max-width: 50%;
  }
}

.naAlgin #tab1 p {
  text-align: justify;
  float: left;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .naAlgin #tab1 p {
    padding-bottom: 17px;
    line-height: 1.66;
  }
}

.naAlgin #tab2 .entry1 {
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 3px;
}
@media (max-width: 767px) {
  .naAlgin #tab2 .entry1 {
    margin-bottom: 25px;
    padding-top: 0;
  }
}

.naAlgin #tab2 .entry1 .content {
  width: 555px;
  float: left;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .naAlgin #tab2 .entry1 .content {
    width: inherit;
    float: none;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.naAlgin #tab2 .entry1 .photo {
  width: 310px;
  float: left;
  padding-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .naAlgin #tab2 .entry1 .photo {
    width: inherit;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0;
  }
}

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

.naAlgin #tab2 .photo02 {
  box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -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;
}
@media (max-width: 767px) {
  .naAlgin #tab2 .entry2 img {
    padding-top: 0;
    margin-right: 10px;
    max-width: 50%;
  }
}

.naAlgin #tab2 p {
  text-align: justify;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .naAlgin #tab2 p {
    line-height: 1.66;
  }
}

.naAlgin .showImg {
  margin-top: 18px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .naAlgin .showImg {
    margin-top: 14px;
    padding: 14px 25px 12px;
    display: block;
    width: inherit;
  }
}

.naAlgin .showImg li {
  border: 0 !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .naAlgin .showImg li {
    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;
}

@media (max-width: 767px) {
  .naAlgin .showImg li img {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .naAlgin .showImg ol {
    margin-bottom: 10px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .naAlgin #tab3 {
    padding-bottom: 20px;
  }
}

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

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

@media (max-width: 767px) {
  .naAlgin #tab4 {
    padding-bottom: 32px;
  }
}

.naAlgin #tab4 .listContent {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .naAlgin #tab4 .listContent {
    overflow: hidden;
    display: block;
  }
}

@media (max-width: 767px) {
  .naAlgin #tab4 .listContent ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .naAlgin #tab4 .listContent li {
    -webkit-flex-basis: 420px;
        -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;
    border-radius: 100%;
    top: 4.5px;
    position: absolute;
    content: "";
    left: 0;
  }
  .naAlgin #tab4 .listContent li:last-of-type {
    padding-bottom: 0;
  }
}

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

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

.naAlgin .naBlock2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .naAlgin .naBlock2 {
    margin-bottom: 40px;
  }
}

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

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

@media (max-width: 767px) {
  .naAlgin #ancProducts {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .naAlgin #ancProducts ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .naAlgin #ancProducts ul {
    overflow: hidden;
  }
}

.naAlgin #ancProducts li {
  width: 48%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .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: 280px;
}
@media (max-width: 767px) {
  .naAlgin #ancProducts .proBlock2 {
    height: auto;
  }
}

@media (max-width: 767px) {
  .naAlgin #ancDocs {
    margin-top: 50px;
  }
}

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

/*------------------------------------------------------------
Algin
------------------------------------------------------------*/
#Algin .algin .table2 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #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 {
  width: 32%;
}
@media (min-width: 768px) {
  #Algin .algin .table2 th {
    padding-left: 10px;
    width: 100px;
    font-weight: normal;
    border-bottom: 1px solid #a4abb3;
  }
}

@media (min-width: 768px) {
  #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;
}
@media (max-width: 767px) {
  #Algin .AlginTop p {
    margin: 20px 0 20px 0;
    font-size: 1.2rem;
  }
}

#Algin .AlginBody #ancUsage .sectionContent .BlockAlgin:last-child .proText {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #Algin .AlginBody #ancUsage .sectionContent .BlockAlgin:last-child .proText {
    padding-bottom: 37.5px;
  }
}

#Algin .proWarning {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #Algin .proWarning {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #Algin .AlginBody {
    margin-top: 40px;
  }
}

#Algin .BlockAlgin {
  margin-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #Algin .BlockAlgin {
    margin-bottom: 40px;
  }
}

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

#Algin .BlockAlgin .proImgRight {
  padding-top: 20px;
}
@media (min-width: 768px) {
  #Algin .BlockAlgin .proImgRight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

#Algin .BlockAlgin .proImgRight p {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #Algin .BlockAlgin .proImgRight p {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  #Algin .BlockAlgin .proImgRight img {
    height: 200px;
  }
}

@media (min-width: 768px) {
  #Algin .textAlgin1 p {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: -0.01em;
  }
}
#Algin .textAlgin1 p:first-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #Algin .textAlgin1 .printBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 960px;
  }
}

@media (min-width: 768px) {
  #Algin .textAlgin1 .printBox img {
    margin-right: 20px;
    margin-top: 7px;
    height: 200px;
    width: 280px;
  }
}

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

@media (min-width: 768px) {
  #Algin .textAlgin1 .printBox p {
    width: 660px;
  }
}

#Algin .AlText {
  font-size: 1.6rem;
  line-height: 1.9;
}
@media (max-width: 767px) {
  #Algin .AlText {
    font-size: 1.2rem;
  }
}

#Algin #Altab {
  overflow: hidden;
}
@media (max-width: 767px) {
  #Algin #Altab {
    padding-bottom: 12.5px;
  }
}

#Algin #Altab.tab_content li {
  border: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #Algin #Altab.tab_content li {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  #Algin #Altab.tab_content li {
    padding-left: 15px;
  }
}

#Algin .list2AL {
  width: 580px;
  float: left;
}
@media (max-width: 767px) {
  #Algin .list2AL {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #Algin .list2AL ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#Algin .list2AL ul li {
  -webkit-flex-basis: 240px;
      -ms-flex-preferred-size: 240px;
          flex-basis: 240px;
  padding-right: 0;
}
@media (max-width: 767px) {
  #Algin .list2AL ul li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media (min-width: 768px) {
  #Algin .list2AL ul li:after {
    top: 5px;
  }
}

#Algin .ALtabimg {
  width: 300px;
  margin-top: -15px;
  float: left;
}
@media (max-width: 767px) {
  #Algin .ALtabimg {
    width: 50%;
    margin-top: 0px;
    padding-top: 20px;
    float: right;
    display: table;
  }
}

@media (max-width: 767px) {
  #Algin .ALtabimg img {
    max-width: 48%;
  }
  #Algin .ALtabimg img:last-of-type {
    margin-left: 5px;
  }
}

#Algin .ALlink {
  text-align: right;
  padding-top: 16px;
}
@media (max-width: 767px) {
  #Algin .ALlink {
    text-align: center;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  #Algin .ALlink a {
    float: none;
  }
}

#Algin #info02 tr:nth-of-type(1) p + p {
  margin-top: 10px;
}
@media (max-width: 767px) {
  #Algin #info02 tr:nth-of-type(1) p + p {
    margin-top: 5px;
  }
}

#Algin .Algin3box {
  border: 1px solid #a4abb3;
  width: 470px;
  padding: 24px 0 24px 19px;
}
@media (max-width: 767px) {
  #Algin .Algin3box {
    width: 100%;
    padding: 15px 0 14px 21.5px;
  }
}

#Algin .Algin3box li {
  color: #2c6097;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #Algin .Algin3box li {
    display: block;
    width: 100%;
    font-size: 2rem;
    margin-bottom: 0;
  }
}

#Algin .Algin3box li:first-child {
  padding-bottom: 23px;
}
@media (max-width: 767px) {
  #Algin .Algin3box li:first-child {
    padding-bottom: 17.5px;
  }
}

/*------------------------------------------------------------
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%;
}
@media (max-width: 767px) {
  #CaAlgin .proBlock2 {
    width: inherit;
  }
}

@media (max-width: 767px) {
  #CaAlgin .proBlock2 table {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #CaAlgin .proBlock2 th,
  #CaAlgin .proBlock2 td {
    font-size: 1.1rem;
  }
}

#CaAlgin .proBlock2 h1 {
  margin-top: 0;
}
@media (max-width: 767px) {
  #CaAlgin .proBlock2 h1 {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

#CaAlgin section {
  margin-top: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #CaAlgin section {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  #CaAlgin #acFeature {
    margin-top: 40px;
  }
}

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

@media (min-width: 768px) {
  #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;
}
@media (max-width: 767px) {
  #CaAlgin .caBody p {
    line-height: inherit;
  }
}

#CaAlgin .caBody .proImgLeft {
  margin-top: 15px;
}
@media (max-width: 767px) {
  #CaAlgin .caBody .proImgLeft {
    margin-top: 30px;
  }
}

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

#CaAlgin .caBody .proImgRight {
  margin-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #CaAlgin .caBody .proImgRight {
    margin-bottom: 40px;
  }
}

#CaAlgin .caBlock {
  margin: 52px auto 60px auto;
  overflow: hidden;
  border: 2px solid #a4abb3;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  position: relative;
}
@media (max-width: 767px) {
  #CaAlgin .caBlock {
    display: none;
  }
}

#CaAlgin .caPhoto {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 100px;
  max-width: 220px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #CaAlgin .caPhoto {
    display: none;
  }
}

@media (min-width: 768px) {
  #CaAlgin .caPhoto img {
    max-width: 100%;
    height: auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

#CaAlgin .caContent {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 100px;
  max-width: 700px;
}
@media (max-width: 767px) {
  #CaAlgin .caContent {
    display: none;
  }
}

#CaAlgin .caContent .title {
  border-bottom: 1px solid #a4abb3;
}
@media (max-width: 767px) {
  #CaAlgin .caContent .title {
    padding-bottom: 10px;
  }
}

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

#CaAlgin .caContent .title h3 {
  font-size: 2.25rem;
  color: #2c6097;
  font-weight: normal;
}
@media (min-width: 768px) {
  #CaAlgin .caContent .title h3 {
    padding-bottom: 0;
  }
}

#CaAlgin .caContent p {
  margin-top: 15px;
}
@media (min-width: 768px) {
  #CaAlgin .caContent p {
    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;
}
@media (max-width: 767px) {
  #CaAlgin .caSp {
    display: block;
  }
}

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

@media (max-width: 767px) {
  .caSp .title p {
    color: #2c6097;
    padding-left: 0;
  }
}

#CaAlgin .caSp .title h3 {
  color: #2c6097;
}
@media (max-width: 767px) {
  #CaAlgin .caSp .title h3 {
    font-size: 1.5rem;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  #CaAlgin .caSp .title h1 {
    font-size: 1.5rem;
    color: #2c6097;
  }
}

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

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

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

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

#nhAlgin .proTitle {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #nhAlgin .proTitle {
    margin-bottom: 30px;
  }
}

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

#nhAlgin .proBlock2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #nhAlgin .proBlock2 {
    width: inherit;
  }
}

@media (max-width: 767px) {
  #nhAlgin .proBlock2 table {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #nhAlgin .proBlock2 th,
  #nhAlgin .proBlock2 td {
    font-size: 1.1rem;
  }
}

#nhAlgin .proBlock2 h1 {
  margin-top: 0;
}
@media (max-width: 767px) {
  #nhAlgin .proBlock2 h1 {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

#nhAlgin section {
  margin-top: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #nhAlgin section {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  #nhAlgin #ancFeature {
    margin-top: 40px;
  }
}

#nhAlgin #ancFeature .proTitle {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #nhAlgin #ancFeature .proTitle {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  #nhAlgin #ancProducts .proBlock2 {
    width: 48%;
  }
}

@media (max-width: 767px) {
  #nhAlgin #ancUsage .proBlock2 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #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;
}
@media (max-width: 767px) {
  .nhBody p {
    line-height: inherit;
  }
}

.nhBody .proImgLeft {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .nhBody .proImgLeft {
    margin-top: 30px;
  }
}

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

.nhBody .proImgRight {
  margin-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .nhBody .proImgRight {
    margin-bottom: 40px;
  }
}

.kaAlgin .paragraph {
  margin: 30px 0 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .kaAlgin .paragraph {
    font-size: 1.2rem;
  }
}

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

.kaAlgin .paragraph img {
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .kaAlgin .paragraph img {
    width: 140px;
    height: 100px;
    margin: 0 0 10px 10px;
  }
}

@media (max-width: 767px) {
  .kaAlgin .naTop {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media (min-width: 768px) {
  .kaAlgin #section3 li {
    width: 48%;
  }
}

/*------------------------------------------------------------
chitosan
------------------------------------------------------------*/
@media (min-width: 768px) {
  .chitosan .naTop p {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

@media (min-width: 768px) {
  .chitosan .table2 {
    width: 100%;
    font-size: 1.6rem;
  }
}

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

.chitosan .imageContainer {
  width: 960px;
}
@media (max-width: 767px) {
  .chitosan .imageContainer {
    width: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.chitosan .imageContainer .imageItem {
  margin-top: 30px;
  width: 49%;
  position: relative;
  float: left;
}
@media (max-width: 767px) {
  .chitosan .imageContainer .imageItem {
    float: none;
    width: inherit;
  }
  .chitosan .imageContainer .imageItem:last-child {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .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;
}
@media (max-width: 767px) {
  .chitosan .imageContainer .imageItem .label {
    font-size: 1.1rem;
  }
}

.chitosan .mt60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .chitosan .mt60 {
    margin-top: 30px;
  }
}

.chitosan .mt40 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .chitosan .mt40 {
    margin-top: 14px;
  }
}

.chitosan .mt30 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .chitosan .mt30 {
    margin-top: 20px;
  }
}

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

.chitosan .feature .table2 th {
  width: 170px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .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: 15px;
  height: 15px;
  background: #46525f;
  border-radius: 50%;
  top: 4px;
  left: 0;
}
@media (max-width: 767px) {
  .chitosan .property .list li:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}

.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;
}
@media (min-width: 768px) {
  .chitosan .tableGroup .proBlock2 {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .chitosan .tableGroup .proBlock2 {
    margin-bottom: 20px;
  }
}

.chitosan .tableGroup .proBlock2 h2 {
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .chitosan .tableGroup .proBlock2 h2 {
    margin-bottom: 10px;
  }
}

.chitosan .tableGroup .proBlock2 table {
  width: 100%;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .chitosan .tableGroup .proBlock2 table {
    font-size: inherit;
  }
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .chitosan .halfWidth {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.chitosan .halfWidth .tableGroup {
  width: 49%;
  margin: 0;
}
@media (max-width: 767px) {
  .chitosan .halfWidth .tableGroup {
    width: 100%;
  }
  .chitosan .halfWidth .tableGroup:last-child {
    margin-top: 14px;
  }
}

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

@media (max-width: 767px) {
  .chitosan .proInfo {
    margin-top: 30px;
  }
}

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

@media (min-width: 768px) {
  .chitosan .moreLink {
    text-align: right;
  }
}

.chitosan .moreLink a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .chitosan .moreLink a {
    display: block;
    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/chitosan/arrow-right.png");
  width: 10px;
  height: 15px;
  top: 5px;
  right: 0;
}
@media (max-width: 767px) {
  .chitosan .moreLink a:after {
    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;
}

@media (min-width: 768px) {
  .chitosan .chitoList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .chitosan .chitoList a {
    display: block;
  }
}

@media (max-width: 767px) {
  .chitosan .chitoList a.mt10 {
    margin-top: 10px;
  }
}

/*------------------------------------------------------------
PurifiedChitosan
------------------------------------------------------------*/
@media (max-width: 767px) {
  .PuriChitosan #ancFeature,
  .PuriChitosan #ancUsage,
  .PuriChitosan #ancProducts,
  .PuriChitosan #ancDocs {
    margin-top: 40px;
  }
}

.PuriChitosan .PuriChitosanTop p {
  margin: 15px 0 40px 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .PuriChitosan .PuriChitosanTop p {
    margin: 20px 0;
    font-size: 1.2rem;
    line-height: 1.83333;
  }
}

@media (min-width: 768px) {
  .PuriChitosan .PuriChitosanTop p img {
    float: left;
    margin: 0px 20px 0px 0px;
  }
}

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

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

@media (min-width: 768px) {
  .PuriChitosan .sectionGroup li {
    width: 25%;
  }
}

.PuriChitosan .proText {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .PuriChitosan .proText {
    margin-bottom: 10px;
  }
}

.PuriChitosan .proImgRight {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .PuriChitosan .proImgRight {
    margin-bottom: 30px;
  }
}

.PuriChitosan .proImgRight p {
  font-size: 1.6rem;
  margin-top: 30px;
  display: block;
}
@media (max-width: 767px) {
  .PuriChitosan .proImgRight p {
    font-size: inherit;
    margin-top: 15px;
  }
}

.PuriChitosan .proImgRight img {
  float: right;
  width: 240px;
}
@media (max-width: 767px) {
  .PuriChitosan .proImgRight img {
    max-width: 45%;
    width: inherit;
    margin: 5px 0px 10px 10px;
  }
}

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

.PuriChitosan .mt30 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .PuriChitosan .mt30 {
    margin-top: 20px;
  }
}

.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;
}
@media (min-width: 768px) {
  .PuriChitosan .tableGroup .proBlock2 {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .PuriChitosan .tableGroup .proBlock2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .PuriChitosan .tableGroup .proBlock2 h2 {
    margin-bottom: 10px;
  }
}

.PuriChitosan .tableGroup .proBlock2 table {
  width: 100%;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .PuriChitosan .tableGroup .proBlock2 table {
    font-size: inherit;
  }
}

.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;
}
@media (max-width: 767px) {
  .PuriChitosan .proInfo {
    margin-top: 30px;
  }
}

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

@media (min-width: 768px) {
  .PuriChitosan .moreLink {
    text-align: right;
  }
}

.PuriChitosan .moreLink a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .PuriChitosan .moreLink a {
    display: block;
    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/chitosan/arrow-right.png");
  width: 10px;
  height: 15px;
  top: 5px;
  right: 0;
}
@media (max-width: 767px) {
  .PuriChitosan .moreLink a:after {
    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%;
}
@media (min-width: 768px) {
  .PuriChitosan ul.DescriptionBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.PuriChitosan ul.DescriptionBlock li {
  width: 310px;
  border: 1px solid #a4abb3;
  padding: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .PuriChitosan ul.DescriptionBlock li {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
}

.PuriChitosan ul.DescriptionBlock dt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .PuriChitosan ul.DescriptionBlock dt {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
  }
}

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

.PuriChitosan ul.DescriptionBlock img {
  float: left;
  width: 120px;
}
@media (max-width: 767px) {
  .PuriChitosan ul.DescriptionBlock img {
    float: right;
    max-width: 30%;
    width: inherit;
    margin-top: -23px;
  }
}

.PuriChitosan ul.DescriptionBlock ul {
  float: right;
  width: 145px;
}
@media (max-width: 767px) {
  .PuriChitosan ul.DescriptionBlock ul {
    float: left;
    width: 67%;
  }
}

.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;
}
@media (max-width: 767px) {
  .PuriChitosan ul.DescriptionBlock ul li {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.1rem;
    padding-left: 10px;
  }
}

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

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

@media (min-width: 768px) {
  .kelp #tab3 img {
    width: 200px;
    height: 220px;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .kelp #ancFeature p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .kelp #ancProducts .proBlock2 {
    height: auto;
  }
}

.kelp #ancProducts .proBlock2:first-of-type {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .kelp #ancProducts .proBlock2:first-of-type {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .kelp #ancProducts {
    padding-bottom: 50px;
  }
}

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

@media (max-width: 767px) {
  .kelp #naTabgroup {
    margin-top: 10px;
  }
}

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

.kelp .text1 {
  font-size: 1.5rem;
  padding-bottom: 15px;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .kelp .text1 {
    font-size: 1.2rem;
  }
}

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

.kelp .list2 {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .kelp .list2 {
    margin-bottom: 25px;
  }
}

.kelp .proBlock2 {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .kelp .proBlock2 {
    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%;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .kelp .proBlock2 table {
    font-size: inherit;
  }
}

@media (max-width: 767px) {
  .kelp .proBlock2 th {
    font-size: 1.2rem;
  }
}

.kelp .proBlock2 td {
  padding: 2px 10px;
}
@media (max-width: 767px) {
  .kelp .proBlock2 td {
    padding: 3px 5px;
    font-size: 1.2rem;
    text-align: left;
  }
}

.kelp .proBlock2 td.tdBlue {
  width: 60%;
}
@media (max-width: 767px) {
  .kelp .proBlock2 td.tdBlue {
    width: 50%;
    font-size: 1.2rem;
    text-align: center;
  }
}

.kelp .proBlock2 td.tdBlue1 {
  width: 190px;
  border-left: 1px solid #a4abb3;
}
@media (max-width: 767px) {
  .kelp .proBlock2 td.tdBlue1 {
    width: 20%;
    font-size: 1.2rem;
  }
}

.kelp .proBlock2.imgBadge .text1,
.kelp .proBlock2.imgBadge h1 {
  width: calc(100% - 330px);
  float: left;
}
@media (max-width: 767px) {
  .kelp .proBlock2.imgBadge .text1,
  .kelp .proBlock2.imgBadge h1 {
    width: auto;
    float: none;
  }
}

.kelp .proBlock2.imgBadge .badge {
  float: right;
  width: 240px;
  margin-top: -15px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .kelp .proBlock2.imgBadge .badge {
    float: none;
    margin: 0 auto 15px;
    width: 245px;
    display: block;
  }
}

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

@media (min-width: 768px) {
  .kelp .proBlock2.imgBadge .badge img {
    width: 320px;
  }
}

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

@media (max-width: 767px) {
  .kelp .proHead h1 img {
    width: 122px;
    height: 38px;
  }
}

.kelp .sectionGroup {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .kelp .sectionGroup {
    margin: 30px 0 0;
  }
}

.kelp .proTitle {
  margin: 40px 0 20px;
}
@media (max-width: 767px) {
  .kelp .proTitle {
    margin: 20px 0;
  }
}

.kelp .spec {
  margin: 50px 0 20px;
}
@media (max-width: 767px) {
  .kelp .spec {
    margin: 25px 0 10px;
  }
}

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

.kelp .Inquiries {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .kelp .Inquiries {
    margin-top: 50px;
  }
}

.kelp .linkLeft02 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .kelp .linkLeft02 {
    text-align: center;
    margin-top: 20px;
  }
}

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

.kelp .mt40 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .kelp .mt40 {
    margin-top: 20px;
  }
}

.kelp .linkLeft {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .kelp .linkLeft {
    margin-top: 20px;
  }
}

/*------------------------------------------------------------
products_index
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
@media (max-width: 767px) {
  .products .wrapperPro {
    background: none;
    padding-top: 22px;
  }
}

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

.products .title2 {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .products .title2 {
    margin-top: 20px;
  }
}

.products .listArticle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .products .listArticle {
    display: block;
  }
}

.products .listArticle li {
  width: 460px;
  border: 1px solid #a4abb3;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .products .listArticle li {
    width: auto;
    margin-top: 20px;
  }
}

.products .listArticle a {
  display: block;
  font-size: 2.4rem;
  color: #2e6194;
  padding: 45px 50px 27px;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .products .listArticle a {
    font-size: 1.5rem;
    padding: 33.5px 20px 20px 20px;
    height: inherit;
  }
}

.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;
}
@media (max-width: 767px) {
  .products .listArticle a:after {
    height: 19px;
    width: 19px;
    background: url("/img/common/category_index_icon_sp.png") no-repeat;
    background-size: cover;
    right: 20px;
  }
}

.products .listArticle a:before {
  font-family: gidole;
  content: "01";
  position: absolute;
  background-color: #2e6194;
  color: #fff;
  padding: 3px 7px;
  font-size: 2rem;
  top: 0;
}
@media (max-width: 767px) {
  .products .listArticle a:before {
    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;
  font-size: 1.6rem;
  color: #4a5662;
  font-family: gidole;
}
@media (max-width: 767px) {
  .products .listArticle span {
    font-size: 1.1rem;
  }
}

.productsList .title2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .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;
}
@media (min-width: 768px) {
  .products #naTabgroup .tab_content .sectionContent .Algin3box {
    border: 1px solid #a4abb3;
    width: 470px;
    padding: 24px 0 24px 19px;
  }
}

@media (min-width: 768px) {
  .products #naTabgroup .tab_content .sectionContent .Algin3box li {
    display: block;
    width: 100%;
    font-size: 2rem;
    color: #2c6097;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .products #naTabgroup .tab_content .sectionContent .Algin3box li:first-child {
    padding-bottom: 23px;
  }
}

.products #naTabgroup .tab_content .ALlink {
  margin: 15px 0;
  text-align: right;
}
@media (max-width: 767px) {
  .products #naTabgroup .tab_content .ALlink {
    margin: 20px 0 40px;
  }
}

.products #naTabgroup .tab_content .proBlock2 {
  height: 280px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .products #naTabgroup .tab_content .proBlock2 {
    margin-top: 20px;
    height: auto;
  }
}

.products #naTabgroup .tab_content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .products #naTabgroup .tab_content ul {
    display: block;
  }
}

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

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

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

@media (max-width: 767px) {
  #capsul .caHead {
    margin-bottom: 12px;
  }
}

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

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

#capsul .proImgRight img {
  margin-left: 12px;
  padding-top: 6px;
}
@media (max-width: 767px) {
  #capsul .proImgRight img {
    margin-left: 0;
    padding-top: 3px;
  }
}

#capsul .spec {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #capsul .spec {
    margin-bottom: 10px;
  }
}

#capsul .proInfoSpec {
  margin: 53px 0 60px 0;
  color: #6d7681;
}
@media (max-width: 767px) {
  #capsul .proInfoSpec {
    margin: 25px 0 40px 0;
  }
}

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

@media (max-width: 767px) {
  #capsul .proInfoSpec .left {
    width: 12px;
  }
}

#capsul .proWarning {
  margin-bottom: 100px;
  padding: 20px 20px 15px 20px;
}
@media (max-width: 767px) {
  #capsul .proWarning {
    margin-bottom: 0;
    padding: 11px 10px 14px 11px;
  }
}

#capsul .proWarning h3 {
  font-weight: bold;
  color: #82414e;
  padding-left: 30px;
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #capsul .proWarning h3 {
    font-size: inherit;
    margin-bottom: 3px;
    padding-left: 25px;
  }
}

#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;
}
@media (max-width: 767px) {
  #capsul .proWarning h3::before {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    top: -5px;
    bottom: auto;
    left: 0;
  }
}

#capsul .proWarning li {
  position: relative;
  padding-left: 15px;
  font-size: 1.4rem;
  line-height: 1.43;
}
@media (max-width: 767px) {
  #capsul .proWarning li {
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  #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;
}
@media (max-width: 767px) {
  #capsul .casulBlock {
    margin-top: 30px;
  }
}

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

#capsul .colPC {
  margin-top: 27px;
  background-color: #dce9f3;
  padding: 18px 40px 40px 40px;
}
@media (max-width: 767px) {
  #capsul .colPC {
    display: none;
  }
}

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

@media (max-width: 767px) {
  #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 0.4s;
    transition: all 0.4s;
  }
  #capsul .colSP .tab.closeBtn:before {
    right: 10px;
    top: 45%;
  }
  #capsul .colSP .tab.closeBtn:after {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    -webkit-transform: translateY(0px) rotate(-90deg);
            transform: translateY(0px) rotate(-90deg);
    top: 0;
  }
  #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;
  }
}
@media (min-width: 768px) {
  #capsul .colBlock {
    border: 2px solid #6e7b89;
    margin-bottom: 20px;
    padding: 27px;
    position: relative;
    background: #fff;
  }
}

@media (min-width: 768px) {
  #capsul .colBlock:last-of-type .wrapperPoint::before {
    left: 15%;
  }
}

@media (min-width: 768px) {
  #capsul .colBlock h3 {
    font-size: 2.2rem;
    text-align: left;
    padding-left: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  #capsul .colBlock h3 span {
    font-size: 1.54rem;
  }
}

@media (min-width: 768px) {
  #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;
  }
}

@media (min-width: 768px) {
  #capsul .colBlock .body {
    z-index: 1;
  }
}

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

@media (min-width: 768px) {
  #capsul .colBlock .proImgRight {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #capsul .colBlock .proImgRight img {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  #capsul .num {
    position: absolute;
    left: 0;
    top: 25px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  #capsul #tab2.proImgRight {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  #capsul #tab2.proImgRight img {
    margin-left: 12px;
    padding-top: 3px;
  }
}

#capsul .point {
  font-size: 1.8rem;
  color: #056dbe;
}
@media (max-width: 767px) {
  #capsul .point {
    display: block;
    font-size: inherit;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
    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%;
  }
}

@media (min-width: 768px) {
  #capsul .point p {
    text-align: center;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  #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;
  }
}

@media (min-width: 768px) {
  #capsul .iconArrow {
    display: block;
    margin: auto;
    padding-bottom: 13px;
  }
}

#capsul .supplementBlock {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #a4abb3;
  color: #64717f;
}
@media (max-width: 767px) {
  #capsul .supplementBlock {
    overflow: hidden;
    padding: 14px 19px;
  }
}

#capsul .supplementBlock h3 {
  color: #fff;
  font-weight: normal;
  background: #72a0c9;
  font-size: 1.5rem;
  line-height: 25px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  #capsul .supplementBlock h3 {
    font-size: 1.1rem;
    line-height: 18px;
    padding-left: 5px;
  }
}

#capsul .supplementBlock .notice {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 5px;
}
@media (max-width: 767px) {
  #capsul .supplementBlock .notice {
    font-size: 1.1rem;
    line-height: 1.3;
    margin: 5px 20px 0 25px;
  }
}

#capsul .suppleEntry {
  margin-top: 20px;
  overflow: hidden;
  width: 918px;
}
@media (max-width: 767px) {
  #capsul .suppleEntry {
    margin-top: 10px;
    display: block;
    width: inherit;
  }
}

#capsul .suppleEntry .left {
  width: 350px;
  height: 280px;
  float: left;
  overflow: hidden;
}
@media (max-width: 767px) {
  #capsul .suppleEntry .left {
    float: none;
    width: inherit;
    height: inherit;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #capsul .suppleEntry .left img {
    max-width: 80%;
  }
}

#capsul .suppleEntry .right {
  width: 568px;
  height: 280px;
  float: left;
  padding-left: 20px;
}
@media (max-width: 767px) {
  #capsul .suppleEntry .right {
    float: none;
    width: inherit;
    height: inherit;
    overflow: hidden;
    padding: 0;
  }
}

#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;
}
@media (max-width: 767px) {
  #capsul .suppleEntry .right .bttxt {
    line-height: 19px;
    width: 160px;
    font-size: 1.1rem;
    margin-bottom: 6px;
    padding-left: 7px;
  }
}

#capsul .suppleEntry .right .pName {
  text-align: left;
  font-weight: normal;
  color: #2c6097;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #capsul .suppleEntry .right .pName {
    font-size: 1.4rem;
  }
}

#capsul .suppleEntry .price {
  text-align: right;
  line-height: 38px;
  border-top: 1px solid #a4abb3;
  border-bottom: 1px solid #a4abb3;
  margin-bottom: 20px;
  color: #46525f;
}
@media (max-width: 767px) {
  #capsul .suppleEntry .price {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
}

#capsul .suppleEntry .price span {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #capsul .suppleEntry .price span {
    font-size: 1.5rem;
  }
}

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

#capsul .supple2 {
  height: auto;
  min-height: 140px;
}
@media (max-width: 767px) {
  #capsul .supple2 {
    min-height: auto;
    margin-top: 19px;
    overflow: hidden;
  }
}

#capsul .supple2 .left {
  background-color: #e8f1f9;
  height: 170px;
}
@media (max-width: 767px) {
  #capsul .supple2 .left {
    height: inherit;
    width: inherit;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  #capsul .supple2 .right {
    width: 548px;
    margin-left: 20px;
    height: 170px;
    min-height: 140px;
    padding: 0;
  }
}

#capsul .supple2 .right.proBlock2 {
  border: none;
}
@media (max-width: 767px) {
  #capsul .supple2 .right.proBlock2 {
    padding: 0;
  }
}

@media (min-width: 768px) {
  #capsul .supple2 .right table {
    height: 100%;
  }
}

@media (min-width: 768px) {
  #capsul .supple2 .right th {
    width: 130px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  #capsul .supple2 .right td {
    text-align: left;
    padding: 5px 5px 5px 20px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  #capsul .supple2 .right tr:last-of-type td {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  #capsul .supple2 .right.proBlock2 table {
    height: 100%;
  }
}

@media (max-width: 767px) {
  #capsul .supple2 .right.proBlock2 th {
    width: 26%;
    line-height: 1.36;
  }
}

@media (max-width: 767px) {
  #capsul .supple2 .right.proBlock2 td {
    text-align: left;
    padding: 8px 0 8px 10px;
  }
}

#capsul .listCard {
  padding: 9px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  #capsul .listCard {
    padding: 12px 15px 14px 15px;
  }
}

@media (min-width: 768px) {
  #capsul .listCard h3 {
    font-size: 1.5rem;
    text-align: center;
    color: #64717f;
  }
}

@media (max-width: 767px) {
  #capsul .listCard p {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 5px;
    color: #64717f;
  }
}

@media (min-width: 768px) {
  #capsul .listCard .cTxt {
    text-align: center;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  #capsul .listCard .bodyList {
    width: inherit;
    margin: 0 22px;
  }
}

#capsul .listCard .listLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  #capsul .listCard .listLeft {
    width: 310px;
    margin: 10px auto 0;
  }
}

#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;
}
@media (max-width: 767px) {
  #capsul .listCard .listLeft li {
    width: 50%;
    font-size: 1.2rem;
    margin-bottom: 5px;
    padding-left: 10px;
  }
}

#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;
}
@media (max-width: 767px) {
  #capsul .listCard .listLeft li::before {
    width: 7px;
    height: 7px;
    background: url("/img/products/CaAlgin/capsul/capsul12_sp.png") no-repeat;
    background-size: cover;
    top: 5px;
    margin: inherit;
  }
}

#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;
}
@media (max-width: 767px) {
  #capsul .clickBuy {
    font-size: 1.8rem;
    max-width: 100%;
    width: 265px;
    line-height: 1;
    padding: 16px 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;
}
@media (max-width: 767px) {
  #capsul .clickBuy::after {
    width: 15px;
    height: 15px;
    background: url("/img/products/CaAlgin/capsul/capsul13_sp.png") no-repeat;
    background-size: cover;
  }
}
#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;
}
@media (max-width: 767px) {
  #capsul .rakuten {
    max-width: 100%;
    width: 265px;
    font-size: 1.4rem;
    line-height: 1;
    margin: 10px auto 0 auto;
    padding: 11px 15px 11px 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;
}
@media (max-width: 767px) {
  #capsul .rakuten::after {
    width: 15px;
    height: 15px;
    background: url("/img/products/CaAlgin/capsul/capsul14_sp.png") no-repeat;
    background-size: cover;
    right: 8px;
  }
}
#capsul .rakuten:hover {
  opacity: 0.7;
}

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

@media (min-width: 768px) {
  .kelp501 .naAlgin .naTabgroup {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .kelp501 .naAlgin .naTabgroup .tab_content {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .kelp501 .naAlgin .naTabgroup .kelp501img {
    width: 370px;
  }
}

@media (max-width: 767px) {
  .kelp501 .naAlgin .naTabgroup li .tab:before {
    top: 19px;
  }
}

@media (min-width: 768px) {
  .kelp501 .naAlgin .naTabgroup .kelp501img li {
    border-top: none;
  }
}

@media (max-width: 767px) {
  .kelp501 .naAlgin .naTabgroup li .kelp501img li {
    border-top: none;
  }
  .kelp501 .naAlgin .naTabgroup li .kelp501img li:first-child {
    margin-bottom: 0;
  }
  .kelp501 .naAlgin .naTabgroup li .kelp501img li:first-child::after {
    background: none;
  }
}

@media (max-width: 767px) {
  .kelp501 .naAlgin .naTabgroup li .kelp501img li span {
    left: 10px;
  }
}

@media (min-width: 768px) {
  .kelp501 .naAlgin .naTabgroup .kelp501img li img {
    width: 180px;
    height: 200px;
  }
}

@media (min-width: 768px) {
  .kelp501 .naAlgin .naTabgroup .kelp501img li:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .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;
}
@media (max-width: 767px) {
  .kelp501 .p-last {
    font-size: 1.2rem;
    line-height: 25px;
    margin-top: 38.5px;
    margin-bottom: 20px;
  }
}

.kelp501 #section2 {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .kelp501 #section2 {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .kelp501 #section1 p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.kelp501 #section1 .spec:first-child {
  margin-top: 33px;
}
@media (max-width: 767px) {
  .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: 33.3333333333%;
}

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

.kelp501 .text1 {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .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;
}

@media (max-width: 767px) {
  .kelp501 .proHead h1 img {
    width: 189px;
    height: 39px;
  }
}

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

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

.kelp501 .spec {
  margin: 60px 0 20px;
}
@media (max-width: 767px) {
  .kelp501 .spec {
    margin: 30px 0 13px;
  }
}

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

@media (max-width: 767px) {
  .kelp501 .Inquiries {
    display: block;
  }
}

@media (max-width: 767px) {
  .kelp501 .Inquiries h1 {
    font-size: 1.7rem;
  }
}

@media (max-width: 767px) {
  .kelp501 .Inquiries ul {
    width: 100%;
    padding: 20px 15px;
  }
}

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

@media (max-width: 767px) {
  .kelp501 .Inquiries li.tel h2 {
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .kelp501 .Inquiries li.tel p {
    text-align: center;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .kelp501 .Inquiries li.form {
    width: 100%;
    border-radius: 30px;
  }
}

@media (max-width: 767px) {
  .kelp501 .Inquiries li.form a {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .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;
}

.kelp501 .kelp501img {
  padding: 20px 38px 30px 38px;
}
@media (min-width: 768px) {
  .kelp501 .kelp501img {
    width: 960px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 14px 0 40px;
  }
}

.kelp501 .kelp501img li {
  position: relative;
}
@media (max-width: 767px) {
  .kelp501 .kelp501img li:first-child {
    margin-bottom: 29px;
  }
}

.kelp501 .kelp501img li img {
  width: 450px;
  height: 280px;
}
@media (max-width: 767px) {
  .kelp501 .kelp501img li img {
    width: 100%;
    height: auto;
  }
}

.kelp501 .kelp501img li span {
  position: absolute;
  top: 0;
  background: #64717f;
  color: #fff;
  padding: 4px 10px;
  font-size: 1.6rem;
  left: 0;
}
@media (max-width: 767px) {
  .kelp501 .kelp501img li span {
    font-size: 1.0665rem;
    padding: 5px;
  }
}

@media (min-width: 768px) {
  .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%;
}
@media (max-width: 767px) {
  .kelp501 .kelp501img li:first-child:after {
    background: url(/img/products/kelp/501/kelp501_03sp.png) no-repeat;
    width: 22px;
    height: 19px;
    background-size: 11px 9px;
    top: auto;
    right: 50%;
    bottom: -29px;
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .kelp501 .imgleft-kelp501:after {
    display: block;
    clear: both;
    content: "";
  }
}

@media (min-width: 768px) {
  .kelp501 .imgleft-kelp501 .imgtab-kelp501 {
    float: left;
    width: 200px;
  }
}

@media (min-width: 768px) {
  .kelp501 .imgleft-kelp501 .imgtab-kelp501 img {
    width: 200px;
    height: 140px;
  }
}

@media (min-width: 768px) {
  .kelp501 .imgleft-kelp501 .textright-kelp501 {
    margin-left: 20px;
    float: right;
    width: 660px;
  }
}

@media (max-width: 767px) {
  .kelp501-titlepro {
    text-align: center;
    font-size: 1.2rem;
    padding: 0 10px;
    letter-spacing: -0.04em;
  }
}

@media (max-width: 767px) {
  .kelp501 .naAlgin #tab4 {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .imgleft-kelp501 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .imgleft-kelp501 .imgtab-kelp501 {
    width: 35%;
  }
}

@media (max-width: 767px) {
  .imgleft-kelp501 .textright-kelp501 {
    padding-left: 14px;
    width: 65%;
  }
}

@media (max-width: 767px) {
  .imgleft-kelp501 .textright-kelp501 p {
    font-size: 1.2rem;
  }
}

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

@media (max-width: 767px) {
  .Medical_ANA #ancFeature,
  .Medical_ANA #ancUsage,
  .Medical_ANA #ancProducts,
  .Medical_ANA #ancLowEendotoxin {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .Medical_ANA #ancProducts {
    margin-top: 100px;
    margin-bottom: 120px;
  }
}

.Medical_ANA .Medical_ANATop p {
  margin: 15px 0 40px 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .Medical_ANA .Medical_ANATop p {
    margin: 20px 0;
    font-size: 1.2rem;
    line-height: 1.83333;
  }
}

@media (min-width: 768px) {
  .Medical_ANA .Medical_ANATop p img {
    float: left;
    margin: 0px 20px 0px 0px;
  }
}

@media (max-width: 767px) {
  .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: "";
}

@media (min-width: 768px) {
  .Medical_ANA .sectionGroup li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .Medical_ANA .sectionGroup li:nth-of-type(3) {
    line-height: 1.4;
  }
  .Medical_ANA .sectionGroup li:nth-of-type(3) a {
    font-size: 1.4rem;
  }
}

.Medical_ANA .proText {
  margin-bottom: 40px;
  letter-spacing: -0.005em;
}
@media (max-width: 767px) {
  .Medical_ANA .proText {
    letter-spacing: inherit;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.Medical_ANA .mt30 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .Medical_ANA .mt30 {
    margin-top: 20px;
  }
}

.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;
}
@media (max-width: 767px) {
  .Medical_ANA .tableGroup .proBlock2 {
    white-space: nowrap;
    margin-top: 17px;
    margin-bottom: 20px;
    overflow: auto;
  }
}

.proBlock2::-webkit-scrollbar { /*tableにスクロールバーを追加*/ }
@media (max-width: 767px) {
  .proBlock2::-webkit-scrollbar {
    height: 5px;
  }
}

.proBlock2::-webkit-scrollbar-track { /*tableにスクロールバーを追加*/ }
@media (max-width: 767px) {
  .proBlock2::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
}

.proBlock2::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/ }
@media (max-width: 767px) {
  .proBlock2::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

@media (max-width: 767px) {
  .Medical_ANA .tableGroup .proBlock2 h2 {
    margin-bottom: 10px;
  }
}

.Medical_ANA .tableGroup .proBlock2 table {
  width: 100%;
}
@media (min-width: 768px) {
  .Medical_ANA .tableGroup .proBlock2 table {
    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;
}
@media (max-width: 767px) {
  .Medical_ANA .proInfo {
    margin-top: 30px;
  }
}

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

.Medical_ANA .moreLink {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .Medical_ANA .moreLink {
    text-align: right;
  }
}

.Medical_ANA .moreLink a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .Medical_ANA .moreLink a {
    display: block;
    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/chitosan/arrow-right.png");
  width: 10px;
  height: 15px;
  top: 5px;
  right: 0;
}
@media (max-width: 767px) {
  .Medical_ANA .moreLink a::after {
    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%;
}
@media (min-width: 768px) {
  .Medical_ANA ul.DescriptionBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .Medical_ANA ul.DescriptionBlock ul {
    float: left;
    width: 67%;
  }
}

.Medical_ANA ul.DescriptionBlock li {
  width: 100%;
  border: 1px solid #a4abb3;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .Medical_ANA ul.DescriptionBlock li {
    padding: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .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.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;
}
@media (max-width: 767px) {
  .Medical_ANA ul.DescriptionBlock dt {
    height: 30px;
    font-size: 1.4rem;
    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;
  width: 200px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .Medical_ANA ul.DescriptionBlock img {
    max-width: 40%;
    width: inherit;
    margin-top: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .Medical_ANA ul.DescriptionBlock p {
    font-size: 1.5rem;
  }
}

.Medical_ANA ul.medicine li dt:before {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  padding: 2px 0;
  content: "01";
  background: #6dccc6;
  font-size: 2.4rem;
  color: #fff;
  z-index: 1;
  text-align: center;
  font-family: "OpenSans_Light";
}
@media (max-width: 767px) {
  .Medical_ANA ul.medicine li dt:before {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
  }
}

.Medical_ANA ul.machine li dt:before {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  padding: 2px 0;
  content: "01";
  background: #89c7f2;
  font-size: 2.4rem;
  color: #fff;
  z-index: 1;
  text-align: center;
  font-family: "OpenSans_Light";
}
@media (max-width: 767px) {
  .Medical_ANA ul.machine li dt:before {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
  }
}

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

@media (max-width: 767px) {
  #ancLowEendotoxin p.proText {
    margin-top: 0;
  }
}

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

.Medical_ANA div.LowEndotoxinTxt dl {
  width: 470px;
  padding: 30px;
  background-color: #f2f5f8;
  margin: 0;
}
@media (max-width: 767px) {
  .Medical_ANA div.LowEndotoxinTxt dl {
    width: 100%;
    padding: 15px;
  }
}

.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;
}
@media (max-width: 767px) {
  .Medical_ANA div.LowEndotoxinTxt dt {
    padding: 0 0 10px;
    font-size: 1.4rem;
  }
}

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

.Medical_ANA div.LowEndotoxinTxt dl.about {
  background-image: url("/img/products/Medical_AlginateNA/Medical_AlginateNA_08.png");
  background-position: right bottom;
  background-size: cover;
}
@media (max-width: 767px) {
  .Medical_ANA div.LowEndotoxinTxt dl.about {
    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 #ANAtab {
  overflow: hidden;
}
@media (max-width: 767px) {
  .Medical_ANA #ANAtab {
    padding-bottom: 12.5px;
  }
}

.Medical_ANA #ANAtab.tab_content li {
  border: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .Medical_ANA #ANAtab.tab_content li {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .Medical_ANA #ANAtab.tab_content li {
    padding-left: 15px;
  }
}

.Medical_ANA .list2AL {
  width: 640px;
  float: left;
  margin-top: 0;
}
@media (max-width: 767px) {
  .Medical_ANA .list2AL {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .Medical_ANA .list2AL ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.Medical_ANA .list2AL ul li {
  -ms-flex-preferred-size: 240px;
  -webkit-flex-basis: 280px;
          flex-basis: 280px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .Medical_ANA .list2AL ul li {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    padding-right: 0;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
            flex-basis: auto;
  }
}

@media (min-width: 768px) {
  .Medical_ANA .list2AL ul li:after {
    top: 5px;
  }
}

@media (min-width: 768px) {
  .Medical_ANA .link-btn-wrap {
    max-width: 800px;
    margin: 0 auto 50px;
    padding-inline: 30px;
  }
}

@media (min-width: 768px) {
  .Medical_ANA .link-btn {
    width: 100%;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
  }
}

.Medical_ANA .link-btn:hover {
  opacity: 0.85;
}

@media (min-width: 768px) {
  .Medical_ANA .link-btn img {
    width: 100%;
  }
}

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

@media (max-width: 767px) {
  .Purest_ANA #ancFeature,
  .Purest_ANA #ancLowEendotoxin,
  .Purest_ANA #ancExample,
  .Purest_ANA #ancProducts {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .Purest_ANA #ancExample {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .Purest_ANA #ancProducts {
    margin-top: 100px;
    margin-bottom: 120px;
  }
}

.Purest_ANA .Purest_ANATop p {
  margin: 15px 0 40px 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .Purest_ANA .Purest_ANATop p {
    margin: 20px 0;
    font-size: 1.2rem;
    line-height: 1.83333;
  }
}
.Purest_ANA .Purest_ANATop p::after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 768px) {
  .Purest_ANA .Purest_ANATop p img {
    float: left;
    margin: 0px 20px 0px 0px;
  }
}

@media (max-width: 767px) {
  .Purest_ANA .Purest_ANATop img {
    max-width: 43%;
    float: left;
    margin: 5px 10px 0px 0px;
  }
}

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

.Purest_ANA .sectionGroup li {
  width: 25%;
}
@media (max-width: 767px) {
  .Purest_ANA .sectionGroup li:nth-child(2) {
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .Purest_ANA .sectionGroup a {
    font-size: 1.3rem;
  }
  .Purest_ANA .sectionGroup a::before {
    bottom: 12%;
  }
}

.Purest_ANA .proText {
  margin-bottom: 40px;
  letter-spacing: -0.005em;
}
@media (max-width: 767px) {
  .Purest_ANA .proText {
    letter-spacing: inherit;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .Purest_ANA .specTitle_2line {
    display: inline-block;
    position: relative;
    background: #6e7b89;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .Purest_ANA .specTitle_2line::after {
    content: "";
    vertical-align: middle;
    border-top: 44px solid #6e7b89;
    border-right: 40px solid transparent;
    position: absolute;
    right: -40px;
    top: 0;
  }
}

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

@media (max-width: 767px) {
  .Purest_ANA .s-mt30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 768px) {
  .Purest_ANA .mt40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .Purest_ANA .mb20 {
    margin-bottom: 20px !important;
  }
}

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

@media (min-width: 768px) {
  .Purest_ANA .mb40 {
    margin-bottom: 40px !important;
  }
}

.Purest_ANA .proContents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .Purest_ANA .proContents {
    gap: 20px;
  }
}

.Purest_ANA .proContents_item {
  margin: 20px auto 0;
}

.Purest_ANA .proContents_itemImg {
  margin: 20px auto 0;
  text-align: center;
  width: 200px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 767px) {
  .Purest_ANA .proContents_itemImg {
    max-width: 40%;
    width: 100%;
  }
}

.Purest_ANA .proContents_itemImg img {
  width: 100%;
  margin: auto;
}

.Purest_ANA .text1 {
  font-size: 1.5rem;
  padding-bottom: 15px;
}

.Purest_ANA .text1 strong {
  color: #004097;
  font-size: 1.9rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .Purest_ANA .text1 strong {
    font-size: 1.6rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.6;
  }
}

.Purest_ANA .text1 .attpoint {
  font-size: 160%;
}
@media (min-width: 768px) {
  .Purest_ANA .text1 .attpoint {
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .Purest_ANA .text1 .attpoint {
    line-height: 1.4;
  }
}

.Purest_ANA .imgBox {
  text-align: center;
  margin: 20px auto 30px;
}
@media (max-width: 767px) {
  .Purest_ANA .imgBox {
    margin: 10px auto 20px;
  }
}

@media (min-width: 768px) {
  .Purest_ANA .imgBox img {
    max-width: 100%;
  }
}

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

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

.Purest_ANA .tableGroup .proBlock2 {
  width: auto;
  border: none;
  padding: 0;
  margin-top: 17px;
  margin-bottom: 40px;
  height: auto !important;
}
@media (max-width: 767px) {
  .Purest_ANA .tableGroup .proBlock2 {
    white-space: nowrap;
    margin-bottom: 20px;
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .proBlock2::-webkit-scrollbar {
    height: 5px;
  }
}

@media (max-width: 767px) {
  .proBlock2::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
}

@media (max-width: 767px) {
  .proBlock2::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

@media (max-width: 767px) {
  .Purest_ANA .tableGroup .proBlock2 h2 {
    margin-bottom: 10px;
  }
}

.Purest_ANA .tableGroup .proBlock2 table {
  width: 100%;
}
@media (min-width: 768px) {
  .Purest_ANA .tableGroup .proBlock2 table {
    font-size: 1.6rem;
  }
}

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

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

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

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

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

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

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

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

.Purest_ANA .moreLink {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .Purest_ANA .moreLink {
    text-align: right;
  }
}

.Purest_ANA .moreLink a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .Purest_ANA .moreLink a {
    display: block;
    padding: 10px 0;
    text-align: center;
    background: #7b94a6;
    font-size: 1.1rem;
    color: #fff;
    width: 190px;
    margin: 0 auto;
  }
}
.Purest_ANA .moreLink a::after {
  content: "";
  position: absolute;
  background: url("/img/products/chitosan/arrow-right.png");
  width: 10px;
  height: 15px;
  top: 5px;
  right: 0;
}
@media (max-width: 767px) {
  .Purest_ANA .moreLink a::after {
    background: url("/img/products/common/more_link_sp.png");
    width: 7px;
    height: 9px;
    background-size: cover;
    right: 5px;
    top: 35%;
  }
}
.Purest_ANA .moreLink a:hover {
  color: #2e6194;
  text-decoration: underline;
}

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

.Purest_ANA div.LowEndotoxinTxt dl {
  width: 470px;
  padding: 30px;
  background-color: #f2f5f8;
  margin: 0;
}
@media (max-width: 767px) {
  .Purest_ANA div.LowEndotoxinTxt dl {
    width: 100%;
    padding: 15px;
  }
}

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

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

.Purest_ANA div.LowEndotoxinTxt dl.about {
  background-image: url("/img/products/Medical_AlginateNA/Medical_AlginateNA_08.png");
  background-position: right bottom;
  background-size: cover;
}
@media (max-width: 767px) {
  .Purest_ANA div.LowEndotoxinTxt dl.about {
    margin-bottom: 20px;
  }
}

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

@media (max-width: 767px) {
  .AlginateNA-selection-guide {
    line-height: 20px;
    padding-top: 3px;
  }
}/*# sourceMappingURL=products-merge.css.map */