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

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

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

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

.txt {
  margin: 20px 0;
}

.movie {
  width: auto;
  padding-bottom: 56.25%;
  margin: 25px 0;
  position: relative;
}

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

.d--sp {
  display: block;
}

.d--pc {
  display: none;
}

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

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

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

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

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

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

.obliqueTtl {
  padding: 3px;
}

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

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

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

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

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

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

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

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

.acdescription dd {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.wrapperPro .container {
  width: inherit;
}

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

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

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

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

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

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

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

.sectionGroup a:after {
  display: none;
}

.sectionGroup a:before {
  width: 13px;
  height: 8px;
  content: "";
  background: url("/img/products/common/arrow_bottom.png") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 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 #pickup {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}
.esteralgin #pickup :after {
  content: "";
  width: 200vw;
  height: calc(100% - 20px);
  background-color: #e8f1f9;
  position: absolute;
  top: 20px;
  left: -50vw;
  z-index: -1;
}
.esteralgin #pickup .proTitle {
  color: #ffffff;
  background-color: #003f97;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", "Meiryo", sans-serif;
  font-weight: bold;
}
.esteralgin #pickup .proTitle--bold {
  font-weight: bold;
}

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

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

.esteralgin .naTop {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pickup .proImgLeft--first p {
  margin-top: 5px;
}

.pickup .proImgLeft--first h3 {
  font-size: 1.5rem;
  margin-top: 10px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

.esteralgin .sectionGroup li {
  width: 33.3333333333%;
}
.esteralgin .sectionGroup li:nth-of-type(3) {
  border-right: 1px solid #7b94a6;
}
.esteralgin .sectionGroup li:nth-of-type(n+4) {
  width: 50%;
  border-right: 1px solid #7b94a6;
}

.spec-column {
  border: #aab1b8 solid 1px;
  background: #e8f1f9;
  padding: 20px 15px;
  margin-top: 25px;
}
.spec-column h2 {
  font-size: 1.2rem;
  color: #003f97;
  padding-bottom: 8px;
}
.spec-column p {
  padding-left: 5px;
  font-size: 1.2rem;
  line-height: 1.667;
}

.product-pickup__img-area {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.product-pickup__img-item {
  width: 100%;
}

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

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

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

.sp-only {
  display: block;
}

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

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

.naBlock {
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.naAlgin #tab1 {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.naAlgin .showImg li img {
  display: block;
  margin: 0 auto;
}

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

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

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

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

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

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

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

.naAlgin #tab4 .listContent li {
  -ms-flex-preferred-size: 420px;
  -webkit-flex-basis: 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;
}

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

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

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

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

.naAlgin #ancProducts ul {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#Algin .ALlink a {
  float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#CaAlgin .DescriptionBlockInner {
  margin-top: 5.3vw;
}

#CaAlgin .DescriptionBlockInner figure img {
  width: 100%;
  max-width: 100%;
}

#CaAlgin .DescriptionBlockInnerTxt {
  margin-top: 1em;
}

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

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

#CaAlgin .DescriptionBlockGraph {
  margin-top: 5.3vw;
}

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

#CaAlgin .DescriptionBlockGraphItem {
  margin-top: 2vw;
}

#CaAlgin .DescriptionBlockGraphItem figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.6vw;
}

#CaAlgin .DescriptionBlockGraphItem.middle figure {
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#CaAlgin .DescriptionBlockGraphItem.middle h4 {
  width: 100%;
  margin: 5vw auto 4vw;
}

#CaAlgin .DescriptionBlockGraphItem.middle figure img {
  width: 53%;
  max-width: 100%;
}

#CaAlgin .DescriptionBlockGraphItem.middle figure figcaption {
  width: 43%;
  margin-left: 0;
}

#CaAlgin .DescriptionBlockGraphItem figure figcaption {
  margin-left: 3.4vw;
}

#CaAlgin .DescriptionBlockGraph figure h5 {
  margin-bottom: 0.5em;
  font-size: 3.2vw;
  font-weight: bold;
}

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

#CaAlgin .DescriptionBlockGraph figure p {
  font-size: 2.6vw;
}

#CaAlgin .DescriptionBlockGraphIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  width: 100%;
  float: none;
  /* padding: 0 30px; */
}

#CaAlgin .DescriptionBlockGraphIcon li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 41.8vw;
  margin: 10px 0 0;
  padding: 0.5em;
  border: 1px solid #9fa0a0;
  border-radius: 7px;
  list-style: none;
}

#CaAlgin .DescriptionBlockGraphIcon.col3 li {
  width: 27.8vw;
}

#CaAlgin .DescriptionBlockGraphIcon li:before {
  display: none;
}

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

#CaAlgin .DescriptionBlockGraphIcon li p {
  font-size: 2.6vw;
  line-height: 1.4;
  font-weight: bold;
}

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

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

#CaAlgin .DescriptionBlockGraphLarge {
  margin: 20px auto 0;
  text-align: center;
}

#CaAlgin .DescriptionBlockGraphLarge img {
  width: 72vw;
  max-width: 100%;
}

#CaAlgin .DescriptionBlockGraphLargeTxt {
  margin: 20px auto;
  padding-left: 11vw;
}

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

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

#CaAlgin .DescriptionBlockGraphLargeTxt img {
  width: 52vw;
}

#CaAlgin .caution.right {
  margin-top: 2em;
}

/* #CaAlgin .caution .txt-one {
  text-align: right;
} */
.Medical_ANA ul.DescriptionBlock p + p {
  margin-top: 1em;
}

#CaAlgin sup.supTxt {
  font-size: 9px;
}

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

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

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

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

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

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

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

.caPhoto {
  display: none;
}

.caContent {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ca-pickup {
  background-color: #ffffff;
  border: 1px solid #004097;
  margin-bottom: 50px;
  padding: 20px 20px 35px;
}

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

.ca-pickup-subtitle {
  font-size: 16px;
}

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

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

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

.ca-pickup__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ca-pickup__info-img {
  max-width: 160px;
}
.ca-pickup__info-img img {
  width: 100%;
}

.ca-pickup__info-link {
  width: 80%;
}

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

.ca-pickup-stamp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -10px;
  left: 0;
  max-width: 60px;
  width: 100%;
  height: 60px;
  background-color: #004097;
  border: 2px solid #004097;
  border-radius: 50px;
}
.ca-pickup-stamp--capsul {
  top: 15px;
  left: 15px;
  max-width: 70px;
  height: 70px;
}
.ca-pickup-stamp--capsul02 {
  top: 0;
  left: 5px;
}
.ca-pickup-stamp--sp {
  left: -12px;
  max-width: 45px;
  height: 45px;
}

.ca-pickup-stamp-text {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-align: center;
  padding: 0.4rem 0.2rem 0.2rem;
}
.ca-pickup-stamp-text--sp {
  font-size: 10px;
}
.ca-pickup-stamp-text--capsul {
  font-size: 12px;
}

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

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

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

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

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

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

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

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

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

.ca-capsul-supple {
  font-size: 1.5rem;
}

.ca-capsul-first {
  max-width: 1000px;
  margin: 0 auto 50px;
  padding-inline: 20px;
}
@media (max-width: 543px) {
  .ca-capsul-first {
    padding-inline: 0;
  }
}

.ca-capsul-first__ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
}

.ca-capsul-first-copy {
  color: #004097;
  font-size: 18px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
  margin-bottom: 30px;
}
.ca-capsul-first-copy:first-of-type {
  margin-bottom: 15px;
}

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

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

.ca-capsul-first-list__item {
  font-size: 15px;
  font-weight: 400;
  text-indent: -1em;
  margin-bottom: 7px;
  padding-left: 1em;
}
@media (max-width: 543px) {
  .ca-capsul-first-list__item {
    font-size: 15px;
  }
}
.ca-capsul-first-list__item:last-of-type {
  margin-bottom: 0;
}

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

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

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

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

.ca-capsul-ct {
  max-width: 1040px;
  margin: 0 auto 50px;
}
@media (max-width: 543px) {
  .ca-capsul-ct {
    padding-inline: 0;
  }
}

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

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

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

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

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

.ca-capsul-mechanism {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
}

.ca-capsul-mechanism__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 100%;
  padding-inline: 15px;
}
@media (max-width: 543px) {
  .ca-capsul-mechanism__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ca-capsul-mechanism__item img {
  width: 100%;
  padding-inline: 20px;
}

.ca-capsul-ct-caption {
  color: #004097;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 543px) {
  .ca-capsul-ct-caption {
    text-align: center;
  }
}
.ca-capsul-ct-caption--green {
  color: #5d995f;
}

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

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

.ca-capsul-icon-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 20px) / 2);
  border: 1px solid #9fa0a0;
  border-radius: 12px;
  padding: 14px;
}
@media (max-width: 543px) {
  .ca-capsul-icon-list__item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
.ca-capsul-icon-list__item img {
  margin-right: 10px;
}

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

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

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

.ca-capsul-clinical-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}
.ca-capsul-clinical-detail:last-of-type {
  margin-bottom: 0;
}
.ca-capsul-clinical-detail dt, .ca-capsul-clinical-detail dd {
  font-size: 16px;
}
.ca-capsul-clinical-detail dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 700;
}
.ca-capsul-clinical-detail dd {
  margin-top: 0;
  padding-left: 0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chitosan .halfWidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

.chitosan .chitoList a {
  display: block;
}

.chitosan .chitoList a.mt10 {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kelp .sectionGroup {
  margin: 30px 0 0;
}
.kelp .sectionGroup > li {
  width: 25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#capsul .proWarning li {
  display: inline-block;
  position: relative;
  padding-left: 0;
  font-size: 10px;
  line-height: 1.5;
}

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

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

#capsul .colPC {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#capsul .colSP .tab:after {
  height: 20px;
  width: 2px;
  top: 33%;
  right: 19px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 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 {
  color: #004097;
  padding: 13px 0 13px 8px;
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

#capsul .modal {
  display: none;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  padding: 20px 20px 100px;
  overflow-y: scroll;
}
#capsul .js-modal-button {
  cursor: pointer;
}
#capsul .js-modal-colse {
  cursor: pointer;
}
#capsul .modal-bg {
  display: block;
  width: 100%;
  height: 160%;
  background-color: rgba(240, 247, 252, 0.9);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#capsul .modal-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-bottom: 200px;
}
#capsul .modal-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  background-color: #ffffff;
  border: 1px solid #004097;
  position: relative;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
#capsul .container_modal-close {
  background-color: #003e8d;
  width: 130px;
  height: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
#capsul .container_modal-close div {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  margin-right: 41px;
}
#capsul .container_modal-close div::before, #capsul .container_modal-close div::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 158%;
  width: 1px;
  height: 40px;
  background: #ffffff;
}
#capsul .container_modal-close div::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#capsul .container_modal-close div::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

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

.supple-entry-detail {
  width: 100%;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#capsul .proBlock2 {
  width: 100%;
  border: none;
  padding: 0;
}

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

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

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

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

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

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

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

#capsul .listCard .listLeft li {
  width: 50%;
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 5px;
  padding-left: 0px;
  text-align: left;
  padding-left: 10px;
}
#capsul .listCard .listLeft li.li-w100 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kelp501 .text1 {
  font-size: 1.2rem;
  line-height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.kelp501 .proHead h1 img {
  width: 189px;
  height: 39px;
}

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

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

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

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

.kelp501 .Inquiries {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.kelp501img li {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.products .listArticle {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productsList .linkLeft {
  float: none;
}

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

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

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

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

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

.products #naTabgroup .tab_content .sectionContent .Algin3box {
  margin-top: 20px;
}

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

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

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

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

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

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

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

/*------------------------------------------------------------
Purest_AlginateNA
------------------------------------------------------------*/
.Purest_ANA #ancFeature, .Purest_ANA #ancLowEendotoxin, .Purest_ANA #ancExample, .Purest_ANA #ancProducts {
  margin-top: 40px;
}

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

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

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

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

.Purest_ANA .specTitle_2line {
  display: inline-block;
  position: relative;
  background: #6e7b89;
  padding-left: 10px;
}
.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 .sectionGroup li {
  width: 25%;
}

.Purest_ANA .sectionGroup li:nth-child(2) {
  line-height: 22px;
}

.Purest_ANA .sectionGroup a {
  font-size: 1.3rem;
}
.Purest_ANA .sectionGroup a:before {
  bottom: 12%;
}

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

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

.Purest_ANA .tableGroup .proBlock2 {
  width: auto;
  white-space: nowrap;
  border: none;
  padding: 0;
  margin-top: 17px;
  margin-bottom: 20px;
  overflow: auto;
}

.proBlock2::-webkit-scrollbar { /*tableにスクロールバーを追加*/
  height: 5px;
}

.proBlock2::-webkit-scrollbar-track { /*tableにスクロールバーを追加*/
  background: #F1F1F1;
}

.proBlock2::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
  background: #BCBCBC;
}

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

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

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

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

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

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

.Purest_ANA .text1 {
  font-size: 1.5rem;
  padding-bottom: 15px;
}
.Purest_ANA .text1 strong {
  color: #004097;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
}
.Purest_ANA .text1 .attpoint {
  font-size: 160%;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

.Purest_ANA div.LowEndotoxinTxt dl {
  width: 100%;
  padding: 15px;
  background-color: #f2f5f8;
  margin: 0;
}

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

.Purest_ANA div.LowEndotoxinTxt dd {
  width: 100%;
  height: 200px;
  margin: 2px 0 20px;
  font-size: 1.2rem;
  line-height: 20px;
  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% 20px;
  border-bottom: 1px solid #a4abb3;
}

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

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

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

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

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

.Medical_ANA .sectionGroup-column3 li {
  width: 33.3333333333%;
}
.Medical_ANA .sectionGroup-column3 li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.Medical_ANA .sectionGroup-column3 li span {
  display: block;
  padding-bottom: 3px;
}

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

.Medical_ANA .sectionGroup li:nth-child(3) {
  line-height: 1.4;
}

.Medical_ANA .sectionGroup li:nth-child(3) a {
  font-size: 1.4rem;
}

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

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

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

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

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

.Medical_ANA .tableGroup .proBlock2 {
  width: auto;
  white-space: nowrap;
  border: none;
  padding: 0;
  margin-top: 17px;
  margin-bottom: 20px;
  overflow: auto;
}

.proBlock2::-webkit-scrollbar { /*tableにスクロールバーを追加*/
  height: 5px;
}

.proBlock2::-webkit-scrollbar-track { /*tableにスクロールバーを追加*/
  background: #F1F1F1;
}

.proBlock2::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
  background: #BCBCBC;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.Medical_ANA div.LowEndotoxinTxt dl {
  width: 100%;
  padding: 15px;
  background-color: #f2f5f8;
  margin: 0;
}

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

.Medical_ANA div.LowEndotoxinTxt dd {
  width: 100%;
  height: 200px;
  margin: 2px 0 20px;
  font-size: 1.2rem;
  line-height: 20px;
  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% 20px;
  border-bottom: 1px solid #a4abb3;
}

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

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

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

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

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

.Medical_ANA .link-btn-wrap {
  padding-inline: 0;
}

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

.kimicaCMC .proTitle-wrap {
  width: 100%;
  position: relative;
}
.kimicaCMC .proTitle-quality-stamp {
  color: #ffffff;
  background-color: #003f97;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .kimicaCMC .proTitle-quality-stamp {
    font-size: 19px;
  }
}
@media (max-width: 364px) {
  .kimicaCMC .proTitle-quality-stamp {
    font-size: 17px;
  }
}
.kimicaCMC .quality-stamp {
  display: block;
  width: 70px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 364px) {
  .kimicaCMC .quality-stamp {
    width: 60px;
    right: -9px;
  }
}
.kimicaCMC .wrapperPro {
  overflow-x: hidden;
}

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

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

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

.kimicaCMC .proText {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.kimicaCMC .imageItem {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

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

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

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

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

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

.kimicaCMC .tableGroup .proBlock2 {
  width: 100%;
  border: none;
  padding: 0;
  margin-top: 0px !important;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------------------------------
xanthangum
------------------------------------------------------------*/
.xanthangum .proTitle-wrap {
  width: 100%;
  position: relative;
}
.xanthangum .proTitle-quality-stamp {
  color: #ffffff;
  background-color: #003f97;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .xanthangum .proTitle-quality-stamp {
    height: 65px;
    font-size: 19px;
    line-height: 1.4;
    padding-top: 7px;
  }
}
@media (max-width: 364px) {
  .xanthangum .proTitle-quality-stamp {
    font-size: 17px;
  }
}
.xanthangum .quality-stamp {
  display: block;
  width: 70px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 364px) {
  .xanthangum .quality-stamp {
    width: 60px;
    right: -9px;
  }
}

.xanthangum #naTabgroup p {
  padding-bottom: 0 !important;
}

.xanthangum #naTabgroup .tab_content {
  padding-bottom: 15px !important;
}

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

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

.xanthangum .list {
  margin-bottom: 30px;
}

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

.xanthangum #ancFeature .proText {
  margin-top: 0px !important;
}

.xanthangum .proText {
  margin-bottom: 0px;
}

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

.xanthangum .imageItem {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.xanthangum .imageItem img, .xanthangum .imageItem p {
  display: block;
  margin: 0 auto;
  text-align: center;
}

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

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

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

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

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

.xanthangum .tableGroup .proBlock2 {
  width: 100%;
  border: none;
  padding: 0;
  margin-top: 0px !important;
  margin-bottom: 20px;
}

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

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

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

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

.xanthangum .tableGroup .proBlock2 table td:nth-child(2) {
  width: 15%;
}
.xanthangum .tableGroup .proBlock2 table td:nth-child(2):not(.tdBlue) {
  border-right: 1px solid #a4abb3;
}

.xanthangum .tableGroup .proBlock2 table td:nth-child(3) {
  width: 10%;
}
.xanthangum .tableGroup .proBlock2 table td:nth-child(3):not(.tdBlue) {
  border-right: 1px solid #a4abb3;
}

.xanthangum .tableGroup .proBlock2 table td {
  letter-spacing: -0.02em;
  width: 31%;
  padding-left: 5px;
  padding-right: 5px;
}

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

.xanthangum #ancDocs2 {
  margin-top: 50px;
}

.xanthangum .proBlock2 td {
  padding: 7px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.products .listArticle a.kimica-item {
  background: rgba(217, 222, 226, 0.3215686275);
}

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

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

/*------------------------------------------------------------
キサンタンガム改修
------------------------------------------------------------*/
#xanthangum .xanthangum {
  width: inherit;
  background: url(/img/products/kisantangamu/kisantangamu_main_bg-sp.png) no-repeat top center;
  background-size: 100%;
  font-size: 1.6rem;
  color: #46525f;
  overflow-x: hidden;
}
#xanthangum .xanthangum .sectionGroup li {
  width: 50%;
}
#xanthangum .xanthangum .sectionGroup li:nth-child(1) a {
  border-right: 1px solid #7b94a6;
  border-bottom: none;
}
#xanthangum .xanthangum .sectionGroup li:nth-child(2) a {
  border-right: 1px solid #7b94a6;
  border-bottom: none;
  border-left: none;
}
#xanthangum .xanthangum .sectionGroup li:nth-child(3) a {
  border-right: 1px solid #7b94a6;
}
#xanthangum .xanthangum .sectionGroup li:nth-child(4) a {
  border-right: 1px solid #7b94a6;
  border-left: none;
}
#xanthangum .xanthangum .sectionGroup li:nth-child(5) {
  width: 100%;
}
#xanthangum .xanthangum .sectionGroup li:nth-child(5) a {
  border-top: none;
  border-right: 1px solid #7b94a6;
}
#xanthangum .xanthangum .sectionGroup li:nth-child(5) a::before {
  left: 49%;
}
#xanthangum .xanthangum .sectionGroup li:nth-child(6) {
  width: 100%;
}
#xanthangum .xanthangum .sectionGroup li:nth-child(6) a {
  border-top: none;
}
#xanthangum .xanthangum .sectionGroup li:nth-child(6) a::before {
  left: 49%;
}
#xanthangum .xanthangum .xanthangum-section {
  margin-top: 0;
  margin-bottom: 60px;
}
#xanthangum .xanthangum .tableGroup {
  padding: 0;
}
#xanthangum .xanthangum .let-table {
  border: none;
  color: #44505d;
}
#xanthangum .xanthangum .let-table td {
  text-align: left;
  padding: 15px 15px 15px 15px;
  display: block;
  width: 100%;
}
#xanthangum .xanthangum .let-table td:first-child {
  background: #e8f1f9;
  border-left: none;
  font-weight: bold;
  border-bottom: none;
}
#xanthangum .xanthangum .let-table tr:last-child td:last-of-type {
  border-bottom: none;
}
#xanthangum .xanthangum .application > li {
  position: relative;
}
#xanthangum .xanthangum .application > li::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #014099;
  border-radius: 100px;
  position: absolute;
  top: 11px;
  right: 6px;
  z-index: 1;
  pointer-events: none;
}
#xanthangum .xanthangum .application li {
  width: 100%;
  margin-bottom: 0;
}
#xanthangum .xanthangum .application .tab_content {
  width: 100%;
}
#xanthangum .xanthangum .application .tab_content .content__left img {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
}
#xanthangum .xanthangum .application .tab_content .content__left h3 {
  border: none;
  color: #1d5490;
  font-size: 2rem;
  margin-bottom: 10px;
}
#xanthangum .xanthangum .application .tab_content .content__left__item li {
  border-top: none;
  margin-bottom: 15px;
}
#xanthangum .xanthangum .application .tab_content .content__left__item li a {
  color: #1d5490;
  text-decoration: underline;
  padding-left: 25px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#xanthangum .xanthangum .application .tab_content .content__left__item li a:hover {
  opacity: 0.7;
}
#xanthangum .xanthangum .application .tab_content .content__left__arrow {
  position: relative;
}
#xanthangum .xanthangum .application .tab_content .content__left__arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0%;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: url(../img/icon-arrow02.png) top left no-repeat;
}
#xanthangum .xanthangum .application .tab_content .content__left__pdf {
  position: relative;
}
#xanthangum .xanthangum .application .tab_content .content__left__pdf::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0%;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: url(../img/icon-pdf01.png) top left no-repeat;
}
#xanthangum .xanthangum .application .tab_content .content__left p {
  float: none;
}
#xanthangum .xanthangum .application .tab_content .content__right {
  margin-top: 30px;
  margin-bottom: 30px;
}
#xanthangum .xanthangum .application .tab_content .content__right__img {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#xanthangum .xanthangum .application .tab_content .content__right__img img {
  width: 160px;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 0;
}
#xanthangum .xanthangum .application .tab_content .content__right__img p {
  margin-bottom: 0 !important;
}
#xanthangum .xanthangum .application .tab_content .content__right__list p {
  text-align: center;
  font-weight: bold;
  color: #1d5490;
  border-bottom: 1px solid #adb4bb;
  padding-bottom: 5px !important;
}
#xanthangum .xanthangum .application .tab_content .content__right__list p span {
  font-size: 2.4rem;
  display: block;
}
#xanthangum .xanthangum .application .tab_content .content__right__list li {
  border: none;
  margin-bottom: 30px;
}
#xanthangum .xanthangum .application .tab_content .content__right__list li img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
#xanthangum .xanthangum .application .tab_content .content__right__list li:first-child {
  margin-top: 30px;
}
#xanthangum .xanthangum .application .tab_content .content__right p {
  line-height: 1.6;
}
#xanthangum .xanthangum .application .tab_content .content__right p a {
  color: #1d5490;
  text-decoration: underline;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#xanthangum .xanthangum .application .tab_content .content__right p a:hover {
  opacity: 0.7;
}
#xanthangum .xanthangum .application .tab-item h3 {
  border: none;
  color: #1d5490;
  font-size: 1.9rem;
  margin-bottom: 10px;
}
#xanthangum .xanthangum #ancFeature {
  margin-top: 60px;
}
#xanthangum .xanthangum #ancitem .proBlock2 {
  padding: 20px 20px 20px 20px;
}
#xanthangum .xanthangum .transparent-item__inner {
  display: block;
  margin-bottom: 10px;
}
#xanthangum .xanthangum .transparent-item__img img {
  width: 100%;
  margin-bottom: 10px;
}
#xanthangum .xanthangum .transparent-item td {
  padding-top: 20px;
  padding-bottom: 20px;
}
#xanthangum .xanthangum #ancFeature .imageItem img {
  width: 100%;
  margin-bottom: 10px;
}
#xanthangum .xanthangum .graph-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 543px) {
  #xanthangum .xanthangum .graph-list {
    display: block;
  }
}
#xanthangum .xanthangum .graph-list li {
  width: 50%;
  margin-left: 20px;
  margin-bottom: 30px;
}
@media (max-width: 543px) {
  #xanthangum .xanthangum .graph-list li {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
  }
}
#xanthangum .xanthangum .graph-list li:first-child {
  margin-left: 0px;
}
#xanthangum .xanthangum .graph-list li img {
  width: 100%;
}
#xanthangum .xanthangum .graph-list li p {
  padding: 10px;
}
#xanthangum .xanthangum .graph-list__gel {
  display: block;
  width: 100%;
}
#xanthangum .xanthangum .graph-list__gel__right {
  background: #e8f1f9;
  padding: 20px;
}
#xanthangum .xanthangum .graph-list__gel__right img {
  width: 100%;
  margin-bottom: 25px;
}
#xanthangum .xanthangum .graph-list__gel__right h4 {
  font-size: 1.8rem;
  color: #1d5490;
  font-weight: bold;
}
#xanthangum .xanthangum .graph-list__gel__right h4 span {
  color: #44505d;
  font-size: 1.6rem;
}
#xanthangum .xanthangum .graph-list__gel__right > p {
  width: 100%;
  padding-top: 15px;
  position: relative;
  z-index: 2;
}
#xanthangum .xanthangum .graph-list__gel__right > p::after {
  content: "";
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  background-color: #ffffff;
  margin: auto;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
}
#xanthangum .xanthangum .graph-list__gel__left {
  width: 100%;
  margin-bottom: 20px;
}
#xanthangum .xanthangum .graph-list__gel__left p {
  padding: 10px;
}
#xanthangum .xanthangum .graph-list__gel__left img {
  width: 100%;
}
#xanthangum .xanthangum .alkalinity-warp {
  display: block;
}
#xanthangum .xanthangum .alkalinity-warp li {
  width: 100%;
}
#xanthangum .small-txt {
  margin-top: 8px;
  text-align: right;
  font-size: 1.2rem;
}
#xanthangum .pdf-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #xanthangum .pdf-ttl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#xanthangum .pdf-ttl h2 {
  width: 67%;
  font-size: 1.8rem;
  height: 40px;
  color: #46525f;
  border-bottom: 1px solid #a4abb3;
  background: #d9dee2;
  font-weight: normal;
  line-height: 40px;
  text-align: left;
  padding-left: 10px;
}
@media (max-width: 543px) {
  #xanthangum .pdf-ttl h2 {
    width: 100%;
  }
}
#xanthangum .pdf-ttl p {
  width: 33%;
  font-size: 10px;
}
@media (max-width: 543px) {
  #xanthangum .pdf-ttl p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
#xanthangum .pdf-ttl p a {
  display: block;
  color: #fff;
  height: 40px;
  background: #003f97;
  border-bottom: 1px solid #a4abb3;
  font-weight: normal;
  line-height: 40px;
  padding-left: 5px;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 543px) {
  #xanthangum .pdf-ttl p a {
    width: 33%;
  }
}
#xanthangum .pdf-ttl p a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 2%;
  width: 22px;
  height: 26px;
  margin-top: -13px;
  background: url(../img/icon-pdf02.png) top left no-repeat;
}
#xanthangum .pdf-ttl p a:hover {
  opacity: 0.7;
}
#xanthangum .pdf-ttl-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#xanthangum .sp-graph {
  display: none;
}
@media (max-width: 543px) {
  #xanthangum .sp-graph {
    display: block;
  }
}
@media (max-width: 543px) {
  #xanthangum .pc-graph {
    display: none;
  }
}
#xanthangum .gel-title .spec-p {
  margin-top: 5px;
}
#xanthangum .xanthan_form {
  border: none;
  padding-top: 12px;
  display: block;
}
#xanthangum .xanthan_form p {
  font-size: 1em;
  color: #1d5490;
  padding-bottom: 12px;
}
#xanthangum .xanthan_form .form {
  margin: 0 auto;
}

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

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

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

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