* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  scroll-behavior: smooth;
  color: #000;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

a {
  position: relative;
  color: #005AB4;
}
a.blank {
  display: inline-block;
}
a.blank img {
  position: relative;
  top: 3px;
  right: -2px;
  margin: 0 5px;
}

#contents .subSection .subNav .layCol01,
#contents .subSection .subNav .layCol02 {
  width: 48%;
}

#contents .product_logo_name {
  max-width: 1240px;
  margin: auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

#contents .product_logo_name .product_logo {
  margin-right: 24px;
  min-height: 52px;
}

#contents .product_logo_name .product_logo a {
  display: inline-block;
  color: #000;
  font-size: 34px;
  font-weight: bold;
}

body.ua-android #contents .product_logo_name .product_logo a {
  font-weight: bold;
}

#contents .product_logo_name .product_logo a:hover {
  text-decoration: none;
}

#contents .product_logo_name .product_name {
  font-size: 24px;
  font-weight: bold;
}

body.ua-android #contents .product_logo_name .product_name {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #contents .product_logo_name {
    margin-bottom: 31px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contents .product_logo_name .product_logo {
    min-height: 36px;
    margin-right: 0;
  }
  #contents .product_logo_name .product_logo a {
    font-size: 24px;
  }
  #contents .product_logo_name .product_name {
    font-size: 16px;
  }
}
#contents {
  min-width: 1240px;
}

.mgt-8 {
  margin-top: -8px;
}

.wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

#topicPath {
  padding: 15px 0 29px 0;
}

#contents .headSection .leftArea {
  padding-top: 7px;
}

#contents .headSection .ttl h1 {
  font-size: 20px;
  padding-left: 38px;
}

#contents .headSection .rightArea {
  padding-top: 0;
}

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

section {
  padding-top: 100px;
}
section .small-text {
  font-size: 7px;
  position: relative;
  top: -5px;
}
section .title-section h3 {
  position: relative;
  font-size: 28px;
  color: #D93953;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 30px;
  padding-top: 12px;
  letter-spacing: 2px;
}
section .title-section h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, #EE6B81), to(#D93953));
  background: linear-gradient(90deg, #EE6B81 6%, #D93953 100%);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
section .title-section h3 span {
  position: absolute;
  display: inline-block;
  top: -50px;
  left: 50%;
  color: #000000;
  letter-spacing: 0;
  background-color: transparent;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border: 1px solid #D93953;
  padding: 9px 28px;
  font-size: 16px;
  min-width: 135px;
}
section .title-section h3 span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -8px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #D93953;
  border-bottom: none;
  z-index: 10;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
section .title-section h3 span::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #ffffff;
  border-bottom: none;
  z-index: 20;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
section h5 {
  position: relative;
  font-size: 20px;
  margin: 20px 0;
  padding-bottom: 7px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1.5px;
}
section h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, #9A0079), to(#9A0079));
  background: linear-gradient(90deg, #9A0079 6%, #9A0079 100%);
}
section h4 {
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  margin: 20px 0;
  padding: 10px 20px 1px 20px;
}
section h4 .small-text {
  font-size: 12px;
  position: relative;
  top: -5px;
  word-break: keep-all;
}
section h4 .big {
  font-size: 28px;
}
section h4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 38px;
  width: 6px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #9A0079), to(#9A0079));
  background: linear-gradient(180deg, #9A0079 6%, #9A0079 100%);
}
section p {
  font-size: 16px;
}
section .list-item_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section .list-item_2 .item {
  width: 595px;
  max-width: 100%;
  margin-right: 50px;
}
section .list-item_2 .item:nth-of-type(2n) {
  margin-right: 0;
}
section .list-item_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section .list-item_3 .item {
  width: 380px;
  max-width: 100%;
  margin-right: 50px;
  text-align: center;
}
section .list-item_3 .item p {
  text-align: left;
}
section .list-item_3 .item:nth-of-type(3n) {
  margin-right: 0;
}
section .list-item_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section .list-item_4 .item {
  width: 204px;
  max-width: 100%;
  text-align: center;
  margin-right: 48px;
}
section .list-item_4 .item:nth-of-type(4n) {
  margin-right: 0;
}
section .list-item_4 .item img {
  margin-bottom: 20px;
}

.anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 29px 0 20px 0;
}
.anchor-link li {
  display: inline-block;
  position: relative;
  margin: 0 23px;
  min-width: 100px;
}
.anchor-link li a {
  font-size: 16px;
  font-weight: bold;
}
.anchor-link li.development-link {
  border-bottom: 2px solid #D93953;
  padding-bottom: 10px;
}
.anchor-link li.development-link a {
  position: relative;
  text-decoration: none;
  display: block;
  color: #000;
  padding-right: 20px;
}
.anchor-link li.development-link a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 0;
  border-bottom: 2px solid #D93953;
  border-left: 2px solid #D93953;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.anchor-link li.manufact-link {
  border-bottom: 2px solid #9A0079;
  padding-bottom: 10px;
}
.anchor-link li.manufact-link a {
  position: relative;
  text-decoration: none;
  display: block;
  color: #000;
  padding-right: 20px;
}
.anchor-link li.manufact-link a:hover {
  opacity: 0.8;
}
.anchor-link li.manufact-link a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 0;
  border-bottom: 2px solid #9A0079;
  border-left: 2px solid #9A0079;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.anchor-link li.use-link {
  border-bottom: 2px solid #D63700;
  padding-bottom: 10px;
}
.anchor-link li.use-link a {
  position: relative;
  text-decoration: none;
  display: block;
  color: #000;
  padding-right: 20px;
}
.anchor-link li.use-link a:hover {
  opacity: 0.8;
}
.anchor-link li.use-link a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 0;
  border-bottom: 2px solid #D63700;
  border-left: 2px solid #D63700;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.anchor-link li.after-user-link {
  border-bottom: 2px solid #11813B;
  padding-bottom: 10px;
}
.anchor-link li.after-user-link a {
  position: relative;
  text-decoration: none;
  display: block;
  color: #000;
  padding-right: 20px;
}
.anchor-link li.after-user-link a:hover {
  opacity: 0.8;
}
.anchor-link li.after-user-link a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 0;
  border-bottom: 2px solid #11813B;
  border-left: 2px solid #11813B;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.note {
  margin: 19px 0;
}
.note li {
  font-size: 14px;
}

.development {
  margin-top: 49px;
  padding-bottom: 120px;
}
.development h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, #EE6B81), to(#D93953));
  background: linear-gradient(90deg, #EE6B81 6%, #D93953 100%);
}
.development__content .img {
  text-align: center;
  margin: 35px 0 40px 0;
}
.development__content .table {
  margin-top: 26px;
}
.development__content .table table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
}
.development__content .table tr th, .development__content .table tr td {
  border: 1px solid #E2E2E2;
  font-size: 16px;
  padding: 16px 7px 16px 30px;
  text-align: center;
}
.development__content .table tr th {
  background-color: #FDE9EC;
  text-align: center;
}
.development__content .table tr th:nth-child(1) {
  width: 155px;
  padding: 16px 7px 16px 7px;
}
.development__content .table tr th:nth-child(2) {
  width: 170px;
  padding: 16px 7px 16px 7px;
}
.development__content .table tr th:nth-child(3) {
  width: 915px;
  text-align: center;
  padding: 16px 7px 16px 7px;
}
.development__content .table tr td {
  text-align: left;
}
.development__content .table tr td:first-child {
  padding: 16px 10px 16px 30px;
}
.development__link {
  text-align: center;
  margin-top: 47px;
}
.development__link a {
  position: relative;
  display: inline-block;
  width: 500px;
  padding: 18px 30px 18px 8px;
  text-align: center;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, #D93953), to(#D93953));
  background: linear-gradient(90deg, #D93953 6%, #D93953 100%);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 8px;
}
.development__link a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  border-right: none;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.development__link a:hover {
  opacity: 0.8;
}
.development__link a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-left: 10px;
}

.manufacturing {
  background-color: #FAF2F8;
  padding-top: 170px;
  padding-bottom: 175px;
}
.manufacturing__title.title-section h3 {
  color: #9A0079;
}
.manufacturing__title.title-section h3::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, #9A0079), to(#9A0079));
  background: linear-gradient(90deg, #9A0079 6%, #9A0079 100%);
}
.manufacturing__title.title-section h3 span {
  border: 1px solid #9A0079;
  color: #000000;
}
.manufacturing__title.title-section h3 span::after {
  border-top: 8px solid #9A0079;
}
.manufacturing__content .img {
  text-align: center;
  margin: 34px 0 62px 0;
}
.manufacturing__benefit__list {
  margin-top: 15px;
}
.manufacturing__benefit__list img {
  margin-bottom: 21px;
}
.manufacturing__benefit__list h6 {
  font-weight: bold;
  color: #9A0079;
  font-size: 16px;
}
.manufacturing__benefit__table {
  margin-top: 35px;
  margin-bottom: 85px;
}
.manufacturing__benefit__table table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
}
.manufacturing__benefit__table tr {
  height: 57px;
}
.manufacturing__benefit__table tr th, .manufacturing__benefit__table tr td {
  border: 1px solid #E2E2E2;
  font-size: 16px;
  padding: 7px 10px 7px 10px;
  text-align: center;
  vertical-align: middle;
}
.manufacturing__benefit__table tr th:nth-child(2), .manufacturing__benefit__table tr td:nth-child(2) {
  width: auto;
}
.manufacturing__benefit__table tr th {
  background-color: #EEEEEE;
  text-align: center;
}
.manufacturing__benefit__table tr th:nth-child(1) {
  width: auto;
}
.manufacturing__benefit__table tr th:nth-child(2) {
  width: auto;
}
.manufacturing__benefit__table tr th:nth-child(3) {
  width: auto;
}
.manufacturing__benefit__table tr .text-after {
  color: #9A0079;
  position: relative;
}
.manufacturing__benefit__table tr .text-after span {
  position: absolute;
  bottom: -50px;
  display: inline-block;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  font-weight: bold;
}
.manufacturing__benefit__table tr .text-after span em {
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.manufacturing__benefit__table tr .text-after span em sup {
  position: absolute;
  right: -35px;
  top: 0;
  font-weight: normal;
  font-size: 7px;
}
.manufacturing__benefit__table tr .text-after::after {
  position: absolute;
  content: "";
  bottom: -19px;
  width: 0;
  height: 0;
  left: 50%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #EACCE4;
  border-bottom: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.manufacturing .column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 34px 0 53px 0;
}
.manufacturing .column-2 .img {
  width: 100%;
  margin: 0;
  margin-bottom: 50px;
}
.manufacturing .column-2 .img img {
  max-width: 380px;
  height: auto;
}
.manufacturing .column-2 .note {
  margin: 0;
}

@media only screen and (min-width: 767px) {
  .manufacturing__benefit__table tr th {
    background-color: #EEEEEE;
    text-align: center;
  }
  .manufacturing__benefit__table tr th:nth-child(1) {
    width: 105px;
  }
  .manufacturing__benefit__table tr th:nth-child(2) {
    width: 282px;
  }
  .manufacturing__benefit__table tr th:nth-child(3) {
    width: 145px;
  }
  .manufacturing__benefit__table tr th:nth-child(4) {
    width: 157px;
  }
  .manufacturing__benefit__table tr th:nth-child(5) {
    width: 238px;
  }
  .manufacturing__benefit__table tr th:nth-child(6) {
    width: 190px;
  }
}
.use {
  padding-top: 170px;
  padding-bottom: 50px;
}
.use .block-compare {
  margin-bottom: 80px;
}
.use .block-compare .note {
  margin-top: 72px;
}
.use .block-compare > p {
  margin-bottom: 55px;
}
.use .list-item_2 {
  margin-top: 15px;
  margin-bottom: 65px;
}
.use .list-item_2 img {
  margin-bottom: 19px;
}
.use .note {
  margin: 65px 0;
}
.use .benefit {
  margin-top: 30px;
}
.use .list-item_3 {
  margin-top: 51px;
}
.use .list-item_3 h6 {
  font-size: 16px;
  color: #D63700;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 16px;
}
.use__title.title-section h3 {
  color: #D63700;
}
.use__title.title-section h3::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, #D63700), to(#D63700));
  background: linear-gradient(90deg, #D63700 6%, #D63700 100%);
}
.use__title.title-section h3 span {
  border: 1px solid #D63700;
  color: #000000;
}
.use__title.title-section h3 span::after {
  border-top: 8px solid #D63700;
}
.use__title {
  margin-bottom: 110px;
}
.use h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, #D63700), to(#D63700));
  background: linear-gradient(90deg, #D63700 6%, #D63700 100%);
}
.use__content h4::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #D63700), to(#D63700));
  background: linear-gradient(180deg, #D63700 6%, #D63700 100%);
}
.use__content .img {
  text-align: center;
  margin: 40px 0 30px 0;
}
.use__content .compare {
  margin-top: 35px;
  margin-bottom: 35px;
}
.use__content .compare h4 {
  padding: 10px 20px 1px 20px;
  line-height: 1.6;
}
.use__content .compare h4 span .big {
  font-size: 28px;
}
.use__content .compare h4::after {
  top: 12px;
}
.use__content .compare img {
  max-width: 100%;
  margin-top: 21px;
}
.use__content .compare .old, .use__content .compare .new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.use__content .compare .old .product_name, .use__content .compare .new .product_name {
  width: 112px;
  margin-right: 30px;
  text-align: center;
}
.use__content .compare .old .product_name p, .use__content .compare .new .product_name p {
  text-align: left;
}
.use__content .compare .old {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.use__content .compare .old::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 0;
  left: 50%;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 18px solid #D63700;
  border-bottom: none;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.after-use {
  background-color: #F5F9F4;
  padding-top: 170px;
  padding-bottom: 98px;
}
.after-use__content {
  position: relative;
}
.after-use__title.title-section h3 {
  color: #11813B;
}
.after-use__title.title-section h3::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, #11813B), to(#11813B));
  background: linear-gradient(90deg, #11813B 6%, #11813B 100%);
}
.after-use__title.title-section h3 span {
  border: 1px solid #11813B;
  color: #000000;
}
.after-use__title.title-section h3 span::after {
  border-top: 8px solid #11813B;
}
.after-use h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, #11813B), to(#11813B));
  background: linear-gradient(90deg, #11813B 6%, #11813B 100%);
}
.after-use h4::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #11813B), to(#11813B));
  background: linear-gradient(180deg, #11813B 6%, #11813B 100%);
}
.after-use .update {
  margin-top: 46px;
  margin-bottom: 46px;
}
.after-use .note li {
  font-size: 16px;
}
.after-use .list-update {
  margin: 0 auto;
  margin-top: 16px;
  max-width: 961px;
}
.after-use .list-update h6 {
  font-size: 16px;
  color: #11813B;
  letter-spacing: -0.5px;
}
.after-use__link {
  text-align: center;
  margin: 65px 0 41px 0;
}
.after-use__link a {
  margin-top: 50px;
  position: relative;
  display: inline-block;
  width: 500px;
  padding: 18px 30px;
  text-align: center;
  font-size: 16px;
  background: #D63700;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 8px;
}
.after-use__link a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  border-right: none;
  top: 50%;
  right: 19px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.after-use__link a:hover {
  opacity: 0.8;
}
.after-use__link img {
  margin: auto;
  max-width: 100%;
}

.certification {
  padding-top: 48px;
}
.certification .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8px;
}
.certification .content p {
  font-size: 16px;
}
.certification .content .note {
  margin: 17px 0;
}
.certification .content .img {
  width: 278px;
  height: 158px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certification .content .text {
  max-width: calc(100% - 325px);
}
.certification h4 {
  padding: 10px 20px 1px 20px;
  margin: 21px 0 35px 0;
}
.certification h4::after {
  background: #005AB4;
}

.snsArea {
  margin: 114px 0 96px 0;
}
.snsArea .share_title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 23px;
}
.snsArea .share_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.snsArea .share_list ul li {
  margin: 0 15px;
  display: block;
}
.snsArea .share_list ul li a {
  display: inline-block;
}

#contents .subSection {
  max-width: 1240px;
  width: auto;
}
#contents .subSection .subNav .listBlock .list li .pl5 {
  padding-left: 0 !important;
}

.serch .pcOnly {
  display: initial;
}

@media only screen and (max-width: 767px) {
  .mgt-8 {
    margin-top: -2px;
  }
  #contents {
    min-width: 100%;
  }
  body {
    scroll-behavior: smooth;
    overflow-y: hidden;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  img {
    width: auto;
    height: auto;
  }
  #contents .headSection .innerBlock,
  #contents .headSection .leftArea,
  #contents .headSection .rightArea,
  #contents .headSection .ttl, img {
    max-width: 100%;
    float: none;
    width: auto;
    text-align: center;
  }
  #contents .headSection .ttl h1 {
    padding-left: 0;
    background: none;
    display: block;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 3px;
  }
  #contents .headSection .leftArea {
    padding-top: 0;
  }
  #contents .headSection {
    padding-bottom: 31px;
  }
  #contents .headSection .rightArea .purchase02 {
    margin: auto;
  }
  .header_broad ~ #topicPath, .header_broad #topicPath {
    margin: 5px auto 20px !important;
    padding: 0 8px !important;
  }
  .kv img {
    width: 100%;
    height: auto;
  }
  .anchor-link {
    padding: 20px 16px;
  }
  .anchor-link .anchor-link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .anchor-link .anchor-link_list li {
    display: inline-block;
    position: relative;
    margin: 10px 0 19px 0;
    width: 100%;
    padding-bottom: 19px;
    max-width: 45%;
  }
  .anchor-link .anchor-link_list li a {
    font-size: 14px;
    line-height: 1.2;
  }
  .anchor-link .anchor-link_list li a::after {
    width: 7px;
    height: 7px;
  }
  .anchor-link .anchor-link_list li.development-link a::after {
    border-bottom: 1px solid #D93953;
    border-left: 1px solid #D93953;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .anchor-link .anchor-link_list li.manufact-link a::after {
    border-bottom: 1px solid #9A0079;
    border-left: 1px solid #9A0079;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .anchor-link .anchor-link_list li.use-link a::after {
    border-bottom: 1px solid #D63700;
    border-left: 1px solid #D63700;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .anchor-link .anchor-link_list li.after-user-link a::after {
    border-bottom: 1px solid #11813B;
    border-left: 1px solid #11813B;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  section {
    padding-top: 50px;
  }
  section .small-text {
    font-size: 7px;
    top: -5px;
  }
  section .title-section h3 {
    font-size: 24px;
    margin: 0 -10px;
    color: #D93953;
    padding-bottom: 17px;
    margin-bottom: 30px;
    padding-top: 17px;
    letter-spacing: 0.8px;
  }
  section .title-section h3::after {
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 2px;
  }
  section .title-section h3 span {
    top: -50px;
    left: 50%;
    color: #000000;
    border: 1px solid #D93953;
    padding: 11px 28px;
    font-size: 14px;
    min-width: 140px;
  }
  section .title-section h3 span::after {
    left: 50%;
    bottom: -8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #D93953;
  }
  section .title-section h3 span::before {
    left: 50%;
    bottom: -6px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #ffffff;
  }
  section h5 {
    font-size: 18px;
    margin: 10px 0;
    padding-bottom: 5px;
    letter-spacing: 0.5px;
  }
  section h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
  }
  section h4 {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2;
    margin: 20px 0;
    padding: 10px 0 1px 20px;
  }
  section h4 .small-text {
    font-size: 7px;
    position: relative;
    top: -5px;
  }
  section h4 .big {
    font-size: 24px;
  }
  section h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    width: 6px;
  }
  section .f18 {
    font-size: 18px;
  }
  section p {
    font-size: 14px;
  }
  section .list-item_2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section .list-item_2 .item {
    width: 46%;
    max-width: 100%;
    margin-right: 8%;
  }
  section .list-item_2 .item:nth-of-type(2n) {
    margin-right: 0;
  }
  section .list-item_3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section .list-item_3 .item {
    width: 48%;
    max-width: 100%;
    margin-right: 4%;
    text-align: center;
    margin-bottom: 25px;
  }
  section .list-item_3 .item p {
    text-align: left;
  }
  section .list-item_3 .item:nth-of-type(2n) {
    margin-right: 0;
  }
  section .list-item_3 .item:nth-of-type(3n) {
    margin-right: 2%;
  }
  section .list-item_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .list-item_4 .item {
    width: 48%;
    max-width: 100%;
    margin-right: 4%;
    text-align: center;
    margin-bottom: 20px;
  }
  section .list-item_4 .item:nth-of-type(4n) {
    margin-right: 4%;
  }
  section .list-item_4 .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .development {
    margin-top: 0;
    padding: 89px 15px 79px 15px;
  }
  .development .table {
    margin-top: 16px;
    overflow-x: scroll;
    margin-right: -15px;
  }
  .development .table table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 1240px;
  }
  .development .table tr th, .development .table tr td {
    font-size: 14px;
    text-align: center;
    padding: 10px 20px 8px 20px;
  }
  .development .table tr th:nth-child(1), .development .table tr td:nth-child(1) {
    width: 140px;
  }
  .development .table tr th:nth-child(2), .development .table tr td:nth-child(2) {
    width: 150px;
  }
  .development .table tr td {
    text-align: left;
    padding: 10px 20px 8px 33px;
  }
  .development .note {
    margin: 20px 0;
  }
  .development .note li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 5px;
  }
  .development .note li span {
    position: absolute;
    left: 0;
  }
  .development__link {
    margin-top: 28px;
  }
  .development__link a {
    width: 100%;
    max-width: 100%;
    padding: 11px 30px 10px 30px;
    line-height: 1.4;
    font-size: 14px;
  }
  .development__link a::after {
    right: 7px;
  }
  .development__link a img {
    top: auto;
    bottom: 5px;
  }
  .development__content .img {
    text-align: center;
    margin: 28px 0 30px 0;
  }
  .note li {
    font-size: 12px;
  }
  .manufacturing {
    padding: 130px 15px 66px 15px;
  }
  .manufacturing .column-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 16px 0px 16px 0px;
  }
  .manufacturing .column-2 .img {
    width: 100%;
    margin: 0 0;
    margin-right: 0;
  }
  .manufacturing .column-2 .img img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .manufacturing .column-2 .text {
    margin-top: 20px;
  }
  .manufacturing__content .img {
    margin: 28px 0 40px 0;
  }
  .manufacturing__benefit__list img {
    margin-bottom: 8px;
  }
  .manufacturing__benefit__list h6 {
    font-size: 14px;
  }
  .manufacturing__benefit__table {
    overflow-x: hidden;
    padding-bottom: 70px;
    margin-bottom: 0;
    width: 100%;
    margin-top: 14px;
  }
  .manufacturing__benefit__table table {
    width: 100%;
    position: relative;
  }
  .manufacturing__benefit__table tr {
    min-height: 38px;
    height: auto;
  }
  .manufacturing__benefit__table tr th, .manufacturing__benefit__table tr td {
    font-size: 14px;
    text-align: center;
    padding: 9px 4px 8px 5px;
  }
  .manufacturing__benefit__table tr th:nth-child(1), .manufacturing__benefit__table tr td:nth-child(1) {
    width: 28%;
  }
  .manufacturing__benefit__table tr th:nth-child(2), .manufacturing__benefit__table tr td:nth-child(2) {
    width: 27%;
  }
  .manufacturing__benefit__table tr th:nth-child(3), .manufacturing__benefit__table tr td:nth-child(3) {
    width: 40%;
  }
  .manufacturing__benefit__table tr td {
    background-color: #fff;
  }
  .manufacturing__benefit__table tr .text-after {
    position: static;
    font-size: 16px;
  }
  .manufacturing__benefit__table tr .text-after.left span {
    left: 30%;
  }
  .manufacturing__benefit__table tr .text-after.right span {
    left: 70%;
  }
  .use {
    padding: 0 15px;
    padding-top: 130px;
    padding-bottom: 75px;
  }
  .use__title {
    margin-bottom: 36px;
  }
  .use .block-compare {
    margin-bottom: 40px;
  }
  .use .block-compare > p {
    margin-bottom: 4px;
  }
  .use .block-compare h5 {
    margin: 10px 0 20px 0;
  }
  .use .block-compare .compare {
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .use .block-compare .compare h4 {
    padding: 0 8px 0 20px;
    line-height: 1.3;
    margin: 34px 0 20px 0;
  }
  .use .block-compare .compare h4::after {
    top: -2px;
    height: 93%;
  }
  .use .block-compare .compare img {
    margin-top: 4px;
  }
  .use .block-compare .note {
    margin: 20px 0;
  }
  .use .block-compare .note li {
    position: relative;
    padding-left: 44px;
    margin-bottom: 0px;
  }
  .use .block-compare .note li span {
    position: absolute;
    left: 0;
  }
  .use .list-item_2 {
    margin-bottom: 17px;
  }
  .use .list-item_2 img {
    margin-bottom: 20px;
  }
  .use .list-item_3 {
    margin-top: 27px;
  }
  .use .list-item_3 .item {
    width: 46%;
    max-width: 100%;
    margin-right: 8%;
    text-align: center;
    margin-bottom: 29px;
  }
  .use .list-item_3 h6 {
    font-size: 14px;
  }
  .use .note {
    margin: 0;
  }
  .after-use {
    padding: 0 15px;
    background-color: #F5F9F4;
    padding-top: 130px;
    padding-bottom: 76px;
  }
  .after-use__content {
    position: relative;
  }
  .after-use__title.title-section h3 {
    color: #11813B;
  }
  .after-use__title.title-section h3::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(6%, #11813B), to(#11813B));
    background: linear-gradient(90deg, #11813B 6%, #11813B 100%);
  }
  .after-use__title.title-section h3 span {
    border: 1px solid #11813B;
    color: #11813B;
  }
  .after-use__title.title-section h3 span::after {
    border-top: 8px solid #11813B;
  }
  .after-use h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, color-stop(6%, #11813B), to(#11813B));
    background: linear-gradient(90deg, #11813B 6%, #11813B 100%);
  }
  .after-use h4::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #11813B), to(#11813B));
    background: linear-gradient(180deg, #11813B 6%, #11813B 100%);
  }
  .after-use .update {
    margin-top: 18px;
    margin-bottom: 0;
  }
  .after-use .note {
    margin: 0;
  }
  .after-use .note li {
    position: relative;
    padding-left: 97px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .after-use .note li span {
    position: absolute;
    left: 0;
  }
  .after-use .list-update {
    margin-top: 16px;
  }
  .after-use .list-update h6 {
    font-size: 14px;
    color: #11813B;
    letter-spacing: -0.5px;
  }
  .after-use .list-update .item {
    margin-bottom: 38px;
  }
  .after-use .list-update .item img {
    margin-bottom: 10px;
  }
  .after-use__link {
    margin: 46px 0 41px 0;
  }
  .after-use__link a {
    margin-top: 31px;
    width: 100%;
    padding: 18px 30px;
    font-size: 14px;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
  }
  .after-use__link a::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    border-right: none;
    right: 19px;
  }
  .certification {
    padding: 0 15px;
    padding-top: 20px;
  }
  .certification .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 18px;
  }
  .certification .content p {
    font-size: 14px;
  }
  .certification .content .note {
    margin: 17px 0 20px 0;
  }
  .certification .content .img {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 204px;
    height: 115px;
  }
  .certification .content .img img {
    max-height: 100%;
    max-width: 157px;
  }
  .certification .content .text {
    max-width: 100%;
  }
  .certification h4 {
    padding: 10px 20px 1px 20px;
    margin: 21px 0 30px 0;
  }
  .certification h4::after {
    background: #005AB4;
  }
  #contents .subSection .subNav .layCol01,
  #contents .subSection .subNav .layCol02 {
    width: 100%;
    float: none;
  }
  #contents {
    padding: 0;
  }
  .snsArea {
    margin: 110px 0 85px 0;
  }
}