@charset "UTF-8";

/* 要素 */
.footer_top sup,
.product_dextrin sup {
  font-size: 1.3em;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1;
}

.product_dextrin .one_column {
  max-width: 1060px;
  margin: 50px auto 95px;
  padding: 0 30px;
  font-size: 1.7rem;
  line-height: 1.6;
}

.product_dextrin .one_column .main_contents {
  margin-bottom: 150px;
}

.product_dextrin .one_column p {
  line-height: 1.6;
}

.product_dextrin .one_column .text_bold {
  font-weight: 500;
}

.product_dextrin .one_column .title {
  font-size: 3.2rem;
  letter-spacing: 0.2rem;
  text-align: center;
}

.product_dextrin .one_column p + .title {
  margin-top: 80px;
}

.product_dextrin .one_column .title + p {
  font-size: 2.0rem;
  margin-top: 20px;
}

.product_dextrin .one_column .head {
  font-size: 2.0rem;
  letter-spacing: 0.1rem;
  margin-top: 50px;
}

.product_dextrin .one_column .head + p {
  margin-top: 20px;
}

.product_dextrin .one_column img {
  max-width: 100%;
}

.product_dextrin .one_column .dotted_list {
  margin-top: 18px;
}

.product_dextrin .one_column .dotted_list li {
  padding-left: 1em;
  position: relative;
}

.product_dextrin .one_column .dotted_list li::before {
  content: "";
  display: block;
  background-color: #000;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 0.7em;
}

@media screen and (max-width: 767px) {
  .product_dextrin .one_column {
    width: 92%;
    margin: 9.33333% auto 13.33333%;
    padding: 0;
    font-size: 3.7vw;
  }

  .product_dextrin .one_column .main_contents {
    margin-bottom: 0;
  }

  .contents_size {
    width: 84vw;
    margin: 0 auto;
  }

  .product_dextrin .one_column .title {
    font-size: 8vw;
  }

  .product_dextrin .one_column p + .title {
    margin-top: 9vw;
  }

  .product_dextrin .one_column .title + p {
    font-size: 4.2vw;
    margin-top: 3vw;
  }
  
  .product_dextrin .one_column .head {
    font-size: 4.8vw;
    line-height: 1.2;
    margin-top: 8vw;
  }

  .product_dextrin .one_column .head + p {
    margin-top: 4vw;
  }

  .product_dextrin .one_column .dotted_list {
    margin-top: 4.2vw;
  }

  .product_dextrin .one_column .dotted_list li {
    padding-left: 5.5vw;
  }

  .product_dextrin .one_column .dotted_list li::before {
    top: 2.5vw;
    left: 3vw;
    width: 0.8vw;
    height: 0.8vw;
  }

  .product_dextrin .one_column .dotted_list li:nth-child(n+2) {
    margin-top: 1.5vw;
  }

}

.product_dextrin .one_column .title span {
  position: relative;
  top: -9px;
  font-size: 1.2rem;
}

/* ボタン */
.product_dextrin .one_column .linkbtn {
  margin: 98px auto 0;
  width: 330px;
}

.product_dextrin .one_column .linkbtn a {
  display: block;
  text-align: center;
  background: #ffffff;
  color: #00a650;
  font-size: 1.5rem;
  line-height: 1.5rem;
  border: 1px solid #00a650;
  border-radius: 40px;
  padding: 25px 0 22px;
  letter-spacing: 0.15em;
  font-weight: 700;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: background-color,color;
  position: relative;
}

.product_dextrin .one_column .linkbtn a.icon-link span {
  padding-right: 32px;
  position: relative;
}

.product_dextrin .one_column .linkbtn a.icon-link span::before {
  content: "";
  top: 50%;
  right: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("/assets/images/english/common/link_target.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product_dextrin .one_column .linkbtn a:hover span::before {
  background-image: url("/assets/images/english/common/link_target_hover.png");
}

.product_dextrin .one_column .linkbtn a:hover {
  background: #00a650;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .product_dextrin .one_column .linkbtn {
    width: 78vw;
    margin: 10vw auto 0;
    text-align: center;
  }

  .product_dextrin .one_column .linkbtn a {
    font-size: 3.4vw;
    padding: 5.2vw;
  }

  .product_dextrin .one_column .linkbtn a.icon-link span {
    padding-right: 4.5vw;
  }

  .product_dextrin .one_column .linkbtn a.icon-link span::before {
     width: 3.5vw;
     height: 3.5vw;
  }

}

/* ボトムナビ */
.product_dextrin .bottommenu {
  max-width: 1060px;
  margin: 0 auto 95px;
  padding: 0 30px;
  font-size: 1.7rem;
  line-height: 1.6;
}

.product_dextrin .bottommenu .bottommenu_title {
  display: none;
}

.product_dextrin .bottommenu .bottommenu_list {
  display: flex;
  justify-content: space-between;
}

.product_dextrin .bottommenu .bottommenu_item {
  border: solid 2px #00a650;
  background-color: #fff;
  width: 32%;
}

.product_dextrin .bottommenu .bottommenu_item > p {
  padding: 0;
  height: 100%;
}

.product_dextrin .bottommenu .bottommenu_item > p a {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding: 17px 15% 15px 5%;
  box-sizing: border-box;
  color: #00a650;
  transition: background 0.3s;
}

.product_dextrin .bottommenu .bottommenu_item > p a::before,
.product_dextrin .bottommenu .bottommenu_item > p a::after {
  content: "";
  position: absolute;
  right: 16px;
  left: auto;
  height: 2px;
  background: #00a650;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: all;
  -webkit-transition-property: width,left,right,background-color,margin;
  transition-property: width,left,right,background-color,margin;
}

.product_dextrin .bottommenu .bottommenu_item > p a::before {
  top: 52%;
  width: 29px;
  margin-left: -10px;
  margin-top: 1px;
}

.product_dextrin .bottommenu .bottommenu_item.targetbl > p a::before {
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(/assets/images/english/common/link_target.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition-property: background-image;
  transition-property: background-image;
}

.product_dextrin .bottommenu .bottommenu_item > p a::after {
  top: 52%;
  width: 12px;
  margin-top: 1px;
  margin-left: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.product_dextrin .bottommenu .bottommenu_item.targetbl > p a::after {
  display: none;
}

.product_dextrin .bottommenu .bottommenu_item > p a span.svg_icon {
  width: 45px;
  height: 45px;
  margin-right: 12px;
}

.product_dextrin .bottommenu .bottommenu_item > p a span.svg_icon .path01 {
  fill: #00a650;
}

.product_dextrin .bottommenu .bottommenu_item > p a span.text {
  display: block;
  word-break: break-all;
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.03em;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: all;
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
}

.product_dextrin .bottommenu .bottommenu_item a:hover,
.product_dextrin .bottommenu .bottommenu_item.bottommenu_item_on a {
  background-color: #00a650;
  color: #fff;
}

.product_dextrin .bottommenu .bottommenu_item a:hover span.svg_icon .path01,
.product_dextrin .bottommenu .bottommenu_item.bottommenu_item_on a span.svg_icon .path01 {
  fill: #fff;
}

.product_dextrin .bottommenu .bottommenu_item > p a:hover::before,
.product_dextrin .bottommenu .bottommenu_item > p a:hover::after,
.product_dextrin .bottommenu .bottommenu_item.bottommenu_item_on > p a::before,
.product_dextrin .bottommenu .bottommenu_item.bottommenu_item_on > p a::after {
  background-color: #fff;
}

.product_dextrin .bottommenu .bottommenu_item.targetbl > p a:hover::before,
.product_dextrin .bottommenu .bottommenu_item.bottommenu_item_on.targetbl > p a::before {
  background-image: url(/assets/images/english/common/link_target_hover.png);
  background-color: transparent;
}

.product_dextrin .bottommenu .bottommenu_item > p:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product_dextrin .bottommenu .external-link > p:after {
  width: 13px;
  height: 13px;
  background-image: url("/assets/images/english/common/link_target.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  border: none;
}


@media screen and (max-width: 767px) {
  .product_dextrin .bottommenu {
    margin-bottom: 13.33333vw;
    padding: 0;
    font-size: 1.7rem;
    line-height: 1.6;
  }

  .product_dextrin .bottommenu .bottommenu_title {
    display: block;
    font-size: 4vw;
    padding: 3.73333vw 0;
    background: #00a650;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .product_dextrin .bottommenu .bottommenu_list {
    display: block;
    padding: 0 4vw;
    box-sizing: border-box;
  }

  .product_dextrin .bottommenu .bottommenu_list .bottommenu_item {
    border-bottom: 1px solid #ccc;
  }

  .product_dextrin .bottommenu .bottommenu_item {
    width: 100%;
    border: none;
  }

  .product_dextrin .bottommenu .bottommenu_item > p {
    position: relative;
  }

  .product_dextrin .bottommenu .bottommenu_item > p::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #00a650;
    right: 2.66667vw;
    width: 1.6vw;
    height: 1.6vw;
    border-width: 0 0.26667vw 0.26667vw 0;
    transform: rotate(-45deg);
  }

  .product_dextrin .bottommenu .bottommenu_item.targetbl > p::after {
    width: 3.5vw;
    height: 3.5vw;
    background-image: url("/assets/images/english/common/link_target.png");
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(0);
    border: none;
  }

  .product_dextrin .bottommenu .bottommenu_list .bottommenu_item > p a {
    padding: 2.66667vw 5.33333vw 2.66667vw 0.66667vw;
    color: #000;
  }

  .product_dextrin .bottommenu .bottommenu_list .bottommenu_item > p a:hover,
  .product_dextrin .bottommenu .bottommenu_list .bottommenu_item.bottommenu_item_on > p a {
    color: #00a650;
    background-color: transparent;
  }

  .product_dextrin .bottommenu .bottommenu_item a:hover span.svg_icon .path01,
  .product_dextrin .bottommenu .bottommenu_item.bottommenu_item_on a span.svg_icon .path01 {
    fill: #00a650;
  }

  .product_dextrin .bottommenu .bottommenu_item > p a::before,
  .product_dextrin .bottommenu .bottommenu_item > p a::after {
    display: none;
  }

  .product_dextrin .bottommenu .bottommenu_item > p a span.svg_icon {
    margin-right: 3.2vw;
    width: 8vw;
    height: 8vw;
  }

  .product_dextrin .bottommenu .bottommenu_item > p a span.text {
    font-size: 3.73333vw;
  }

}

