@charset "UTF-8";
.u-dsp-hidePC {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-dsp-hidePC {
    display: block;
  }
}

.p-nc-link__text span {
  font-size: 1.8333333333vw;
}

.p-nc-link__text--small span {
  line-height: 1.3 !important;
  position: relative;
  top: -6px;
}

@media only screen and (max-width: 768px) {
  .p-nc-link__text--small span {
    font-size: 1.8333333333vw;
    top: -3px;
  }
}

.p-nc-img___specimen {
  margin-right: 20px;
}

.p-nc__text--lead {
  letter-spacing: 0.48px;
}

.p-nc__contentsInfo__imgWrap {
  width: 90% !important;
}

.p-qa .c-page__contentsInfo__color .c-img_sample {
  width: 52%;
  margin-top: 3.333vw;
}

.p-qa .c-page__contentsInfo__color .c-img_sample.is-05 {
  margin-top: 0;
}

.p-nc__contentsInfo__imgWrap .c-img_sample:after {
  border: none;
}

.p-qa .c-page__contentsInfo__color .c-item {
  width: 47%;
  height: 10vw;
}

.p-qa .c-page__contentsInfo__colors > div:nth-of-type(2n + 1) .c-item {
  top: 2.1vw;
  margin-right: 0.5vw;
}

.p-qa .c-page__contentsInfo__colors > div:nth-of-type(2n + 1) .c-item.is-05 {
  height: 15.25vw;
  top: -3.2vw;
}

.p-qa .c-page__contentsInfo__colors > div {
  margin-top: 6vw;
}

.p-qa .c-page__contentsInfo__colors > div:nth-of-type(2n) figure {
  width: 100%;
}

.c-img__specimen.is-reverse {
  width: 53% !important;
}

.c-img_sample.is-02 img {
  width: 15vw;
  display: block;
  margin-bottom: 1vw;
}

.c-img_sample.is-02 {
  margin-bottom: 1vw;
}

.p-qa .c-page__contentsInfo__colors > div:nth-of-type(2n) .c-item {
  top: 2.1vw;
}

.p-nc-img__sapmle.is-03 img {
  width: 76%;
}

.p-nc-img__sapmle.is-05 {
  display: flex;
}

.p-nc-img__sapmle.is-05 span:first-child {
  margin-right: 10px;
}

.c-page__contentsInfo__header--sub {
  text-align: center;
}

.p-qa .c-page__contentsInfo__colors h2 + P.is-active {
  opacity: 1;
  transform: translateY(0);
}

.p-qa .c-page__contentsInfo__pictures.is-selection h2:after,
.p-qa .c-page__contentsInfo__pictures.is-selection h2:before {
  width: 13%;
}

.c-page__contentsInfo__pictures.is-selection h2 {
  margin-bottom: 46px;
}

.c-page__contentsInfo__pictures.is-selection h3 {
  text-align: center;
  font-size: 1.833vw;
  font-weight: 600;
  margin-bottom: 54px;
  line-height: 1.7;
}

.c-page__contentsInfo__pictures.is-selection h3.is-not-margin {
  font-size: 2.083vw;
  margin-bottom: 0;
  margin-top: 0.75vw;
  text-align: left;
}

.p-nc__facility--container {
  display: flex;
  width: 860px;
  color: #5261c3;
  font-weight: 500;
}

.p-nc__facility--container.is_active {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 1028px) {
  .p-nc__facility--container {
    width: 90%;
  }
  .p-nc__protection {
    left: 0;
  }
  .p-nc__facility--textUnder {
    width: 90%;
  }
}

.p-nc__facility--contents.is-under {
  width: 805px;
}

.p-nc__facility--title {
  margin: 0;
  margin-right: 15px;
  width: 40px;
  font-size: 16px;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #ffb124;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-nc__facility--item {
  display: flex;
  padding: 15px 0;
  border-top: dotted 3px #5261c3;
}

.p-nc__facility--item:last-child {
  border-bottom: dotted 3px #5261c3;
}

.p-nc__facility--item--title {
  width: 240px;
  background: #fff;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.p-nc__facility--item--title.is-short {
  width: 120px;
  height: 110px;
  margin: 0;
}

.p-nc__facility--item--title.is-short:after {
  border-left: 20px solid #fff;
  /* 右向きの三角形を作るため左のボーダーに色を付ける */
  border-top: 55px solid transparent;
  /* 上のボーダーを透過に指定 */
  border-bottom: 55px solid transparent;
  /* 下のボーダーを透過に指定 */
  content: "";
  position: absolute;
  right: -20px;
  /* 一旦中央へ寄せる */
  top: 0;
  margin-left: 50px;
}

.p-nc__facility--item--title:after {
  border-left: 25px solid #fff;
  /* 右向きの三角形を作るため左のボーダーに色を付ける */
  border-top: 40px solid transparent;
  /* 上のボーダーを透過に指定 */
  border-bottom: 40px solid transparent;
  /* 下のボーダーを透過に指定 */
  content: "";
  position: absolute;
  right: -25px;
  /* 一旦中央へ寄せる */
  top: 0;
  margin-left: 50px;
  /* 四角形の幅の半分右へ移動する */
}

.p-nc__facility--textUnder {
  max-width: 860px;
  margin: 20px auto 0;
}

.p-nc__icon--wrap {
  display: flex;
  width: 28%;
  flex-direction: row-reverse;
  align-items: center;
}

.p-nc__icon--red {
  color: #fff;
  background: #ff0000;
  display: inline-block;
  margin: 10px 0 5px;
  padding: 5px;
  font-size: 14px;
  font-weight: 600;
}

.p-nc__icon--item {
  margin-right: 8px;
  width: calc(100% / 3);
  display: inline-block;
}

.p-nc__facility--item--list {
  margin-left: 60px;
  margin-right: 20px;
  width: 33%;
  font-size: 14px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.p-nc__facility--listItem {
  line-height: 1.7;
  list-style: inside;
  margin: 0;
}

.p-nc__facility--listItem.is-under {
  width: 21.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.p-nc__facility--listItem.is-first {
  margin-left: 20px;
}

.p-nc__facility--listItem::marker {
  font-size: 1em;
  margin-right: 0;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1.4em;
}

.p-nc__point--textWrap {
  margin-top: 10px;
}

.p-nc__point--textWrap.is-03 {
  margin-top: -20px;
}

.p-nc__point--text {
  font-size: 1.5vw !important;
  font-weight: 600;
}

.p-nc__arrowWrap {
  height: 50px;
  width: 68px;
  text-align: center;
  margin: 42px auto;
}

.p-nc__arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.p-nc__arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  width: 40px;
  height: 40px;
  border-top: 1px solid #7a0;
  border-right: 1px solid #7a0;
  transform: rotate(45deg);
}

.p-qa .c-page__contentsInfo__color .c-img_sample:after {
  border: none;
}

.p-nc__newColor--titleSub {
  text-align: center;
  margin-top: 36px;
  font-weight: normal;
}

.p-nc__newColor--titleUnder {
  font-size: 1.5vw;
  font-weight: 500;
}

.p-nc--protection--wrap {
  max-width: 860px;
  margin: 0 auto;
}

.p-nc__protection {
  max-width: 670px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
  position: relative;
  left: 6vw;
  font-weight: 500;
}

.p-nc__protection--left {
  width: 74%;
}

.p-nc__protection--right {
  width: 26%;
  max-width: 152px;
}

.p-nc__protection--right .p-nc__protection--item {
  width: 158.58px;
}

.p-nc__protection--itemWrap {
  display: flex;
  width: 100%;
}

.p-nc__protection--title {
  font-size: 16px;
  color: #5261c3;
  margin-bottom: 17px;
  text-align: center;
  border-right: 1px solid #5261c3;
  border-left: 1px solid #5261c3;
  position: relative;
}

.p-nc__protection--title::before {
  height: 2px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  content: "";
  display: block;
  width: 39%;
  height: 1px;
  background-color: #5261c3;
}

.p-nc__protection--title::after {
  width: 2px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 0;
  content: "";
  display: block;
  width: 39%;
  height: 1px;
  background-color: #5261c3;
}

.p-nc__protection--title.is-short {
  margin-right: 0;
}

.p-nc__protection--title.is-short::before {
  height: 2px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  content: "";
  display: block;
  width: 17.5%;
  height: 1px;
  background-color: #5261c3;
}

.p-nc__protection--title.is-short::after {
  width: 2px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 0;
  content: "";
  display: block;
  width: 17.5%;
  height: 1px;
  background-color: #5261c3;
}

.p-nc__protection--item {
  width: calc(100% / 3);
  box-sizing: border-box;
  color: #5261c3;
}

.p-nc__protection--item:first-child {
  margin-right: 10px;
}

.p-nc__protection--item:nth-child(2) {
  margin-right: 10px;
}

.p-nc__protection--item--title {
  font-size: 16px;
  padding: 10px 7px;
  background: rgba(136, 149, 215, 0.2);
  text-align: center;
  line-height: 1.5;
}

.p-nc__protection--item--body {
  position: relative;
  background: #fff;
  padding: 10px 10px;
  min-height: 105px;
}

.p-nc__protection--item--body:after {
  width: 100%;
  border-left: 30px solid #fff;
  border-top: 77px solid transparent;
  border-bottom: 77px solid transparent;
  content: "";
  position: absolute;
  bottom: -171px;
  left: -15px;
  transform: rotate(90deg);
}

.p-nc__protection--item--body.is-center {
  display: flex;
  flex-direction: column;
}

.p-nc__protection--item--icon {
  margin-bottom: 5px;
}

.p-nc__protection--item--icon img {
  height: 30px;
  width: auto;
}

.p-nc__protection--item--white {
  background: #fff;
  border: solid 1px #5261c3;
  padding: 1px 2px;
}

.p-nc__resistance--titleSub {
  text-align: center;
  font-size: 1.833vw;
  font-weight: 600;
  color: #5261c3;
  margin-bottom: 20px;
}

.p-nc__resistance--container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-nc__resistance--container.is-criteria {
  margin-bottom: 45px;
}

.p-nc__resistance--tile {
  display: flex;
  margin-bottom: 16px;
}

.p-nc__resistance--tileItem {
  width: calc(100% / 6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  color: #5261c3;
  margin-right: 8px;
  line-height: 1.3;
  font-size: 18px;
}

.p-nc__resistance--tileItem:last-child {
  margin-right: 0;
}

.p-nc__resistance--tileItem:nth-child(2n) {
  background: #fff;
}

.p-nc__resistance--tileItem:nth-child(odd) {
  background: #edeff9;
}

.p-nc__resistance--text {
  font-size: 1.167vw;
  font-weight: 500;
  color: #5261c3;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.3px;
}

.p-nc__resistance--text.is-test {
  margin-bottom: 30px;
}

.p-nc__resistance--text.is-criteria {
  margin-bottom: 30px;
}

.p-nc__resistance--text.is-select {
  margin-bottom: 50px;
}

.p-nc__resistance--text.show-sp {
  display: none;
}

.p-nc__resistance--text.show-pc {
  display: block;
}

.p-nc__resistance--table {
  color: #5261c3;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
}

.p-nc__resistance--table .th-01 {
  padding-bottom: 10px;
}

.p-nc__resistance--table .title_head {
  background: #ffb124;
  width: 100px;
  display: block;
  height: 176px;
  font-weight: normal;
}

.p-nc__resistance--table .title_head div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-nc__resistance--table .title {
  background: #ffb124;
  width: 100px;
  font-weight: normal;
}

.p-nc__resistance--table .td-02 {
  padding-left: 10px;
  padding-bottom: 10px;
}

.p-nc__resistance--table .td-03 {
  padding-left: 10px;
}

.p-qa .c-page__contentsInfo__color .c-item h3 + p > span:before {
  white-space: nowrap;
}

.p-nc__title--new {
  color: #fff;
  background: #ff0000;
  margin-left: 10px;
  padding: 2px 5px 1px 1px;
  font-size: 1.5vw !important;
}

.p-nc__titleWrap {
  display: flex;
}

.p-nc__titleWrap .p-nc__title--new {
  line-height: 1.5;
  padding: 0px 5px 1px;
  height: 2vw;
  position: relative;
  top: 0.1vw;
  right: 5px;
  box-sizing: border-box;
}

.p-nc__h2--lineHeight {
  line-height: 1.75;
}

.p-nc__resistance--scroll {
  padding: 0 20px;
}

.p-nc__test--imgWrap {
  max-width: 540px;
  display: flex;
  justify-content: space-between;
}

.p-nc__test--img:first-child {
  margin-right: 3.167vw;
}

@media only screen and (max-width: 767px) {
  .p-qa .c-page__contentsInfo__pointList {
    display: block;
  }
  .p-qa .c-page__contentsInfo__pointList > div:nth-of-type(1) {
    margin: 0 auto;
  }
  .p-qa .c-page__contentsInfo__pointList > div:nth-of-type(2) {
    display: inline-block;
    margin-left: 8.533vw;
    margin-right: 3.1vw;
    margin-top: 0;
    position: relative;
    top: -5.9vw;
  }
  .p-qa .c-page__contentsInfo__pointList > div:nth-of-type(2) .p-nc__point--text {
    margin-top: 5.66667vw;
  }
  .p-qa .c-page__contentsInfo__pointList > div:nth-of-type(3) {
    display: inline-block;
    margin-right: 8.533vw;
    margin-top: 0;
  }
  .p-nc__point--textWrap.is-03 {
    margin-top: 0;
  }
  .p-nc__point--text {
    font-size: 3.2vw !important;
  }
  .c-page__contentsInfo__pictures.is-selection h3 {
    margin: 6.4vw 5.33vw 12vw;
    font-size: 3.2vw;
    margin-bottom: 24px;
  }
  .c-page__contentsInfo__pictures.is-selection h3.is-not-margin {
    font-size: 4.267vw;
    margin: 0;
    position: relative;
  }
  .p-nc__facility {
    padding: 10.667vw 5.33vw 5.33vw;
    background: #f8f9f8;
    padding-right: 0;
  }
  .p-nc__facility--wrap {
    overflow-x: scroll;
  }
  .p-nc__facility--wrap::-webkit-scrollbar {
    height: 1.333vw;
  }
  .p-nc__facility--wrap::-webkit-scrollbar-thumb {
    background-color: #1a1879;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }
  .p-nc__facility--container {
    width: 118vw;
    margin-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .p-nc__facility--title {
    font-size: 2.667vw;
    width: 6.4vw;
    margin-right: 10px;
    min-width: 22px;
  }
  .p-nc__facility--item {
    padding: 2px;
    border-top: dotted 1px #5261c3;
  }
  .p-nc__facility--item:last-child {
    border-bottom: dotted 1px #5261c3;
  }
  .p-nc__icon--wrap {
    position: relative;
  }
  .p-nc__facility--item--title {
    font-size: 2.667vw;
    width: 37vw;
    height: 10.667vw;
    transform: scale(0.8) translate(-5vw, 0);
    margin: 0;
  }
  .p-nc__facility--item--list {
    margin-left: 0;
    margin-right: -15vw;
    margin-left: -8vw;
    width: 57vw;
  }
  .p-nc__facility--listItem {
    font-size: 2.667vw;
    transform: scale(0.6) translate(-30px, 0);
    line-height: 1;
  }
  .p-nc__facility--listItem:first-child {
    line-height: 1.5;
  }
  .p-nc__facility--listItem.is-02 {
    position: relative;
    top: -6px;
  }
  .p-nc__facility--listItem.is-under {
    transform: scale(0.5) translate(0, 0);
    font-size: 4.267vw;
    margin-left: 0;
    line-height: 1.5;
  }
  .p-nc__facility--item--title:after {
    border-left: 2.667vw solid #fff;
    border-top: 5.333vw solid transparent;
    border-bottom: 5.333vw solid transparent;
    content: "";
    position: absolute;
    right: -2.667vw;
    top: 0;
    margin-left: 50px;
  }
  .p-nc__protection {
    width: 178.6vw;
    margin-left: 30vw;
  }
  .p-nc__facility--textUnder {
    margin: 2.667vw 0 12vw;
    line-height: 1.7;
    font-size: 2.667vw;
    transform: scale(0.8);
  }
  .p-nc__resistance--titleSub {
    font-size: 4.267vw;
  }
  .p-nc__resistance--container {
    padding: 0;
  }
  .p-nc__resistance--text {
    margin: 5.33vw 5.33vw 12vw;
    font-size: 3.2vw;
  }
  .p-nc__resistance--text.show-sp {
    display: block;
  }
  .p-nc__resistance--text.show-pc {
    display: none;
  }
  .p-nc__resistance--tile {
    margin: 0 9.33vw 13.33vw;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-nc__resistance--tileItem {
    width: calc(100% / 4 - 6px);
    margin-left: 0;
    font-size: 2.667vw;
    height: 8vw;
    padding: 0;
  }
  .p-nc__resistance--tileItem:first-child {
    margin-left: 0;
  }
  .p-nc__resistance--tileItem:nth-child(4n) {
    margin-right: 0;
  }
  .p-nc__resistance--tileItem:nth-child(-n + 3) {
    margin-bottom: 20px;
  }
  .p-nc__resistance--scroll {
    background: #f8f9f8;
    padding: 7vw 5.33vw;
    padding-right: 0;
  }
  .p-nc__resistance--wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 70vw;
  }
  .p-nc__resistance--wrap::-webkit-scrollbar {
    height: 1.333vw;
  }
  .p-nc__resistance--wrap::-webkit-scrollbar-thumb {
    background-color: #1a1879;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }
  .p-nc__resistance--table {
    margin-bottom: 10vw;
    width: 114vw;
    font-size: 2.667vw;
    padding-right: 5.33vw;
  }
  .p-nc__resistance--table .title_head {
    width: 14vw;
    height: 23vw;
  }
  .p-nc__resistance--table .title_head div {
    transform: scale(0.8);
    line-height: 1.5;
  }
  .p-nc__resistance--table .title {
    width: 14vw;
    height: 21vw;
  }
  .p-nc__resistance--table .title div {
    transform: scale(0.8);
    line-height: 1.5;
  }
  .p-nc__resistance--table td {
    width: 26vw;
  }
  .p-nc__resistance--table .td-02 {
    padding-bottom: 3px;
    padding-left: 3px;
  }
  .p-nc__resistance--table .td-03 {
    padding-left: 3px;
  }
  .p-nc__resistance--table .th-01 {
    transform: scale(0.8);
    padding-bottom: 3px;
  }
  .p-qa .c-page__contentsInfo__color .c-img_sample {
    width: 30.58824%;
    top: 17vw;
  }
  .p-qa .c-page__contentsInfo__color .c-img_sample.is-02 {
    text-align: -webkit-right;
    margin-right: 10px;
    top: 20vw;
  }
  .p-qa .c-page__contentsInfo__color .c-img_sample.is-05 {
    display: block;
    margin-right: 10px;
    width: 22%;
  }
  .p-qa .c-page__contentsInfo__color .c-img_sample.is-05 span {
    display: inline-block;
  }
  .p-qa .c-page__contentsInfo__color .c-img_sample.is-05 span:first-child {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .p-qa .c-page__contentsInfo__colors > div:nth-of-type(2n + 1) .c-item {
    top: 8vw;
    margin-right: 0;
    padding-top: 23.333vw;
  }
  .p-qa .c-page__contentsInfo__colors > div:nth-of-type(2n + 1) .c-item.is-05 {
    height: 15.25vw;
    top: 10vw;
    padding-top: 29.333vw;
  }
  .p-qa .c-page__contentsInfo__colors > div:nth-of-type(2n + 1) .c-item.is-05 .p-nc__contentsInfo__title.is_active {
    top: -20vw;
  }
  .p-qa .c-page__contentsInfo__colors > div:nth-of-type(2n) .c-item {
    top: 14vw;
  }
  .p-qa .c-page__contentsInfo__color .c-item {
    width: 78.933vw;
    height: 10vw;
  }
  .p-nc__contentsInfo__title {
    position: relative;
    top: -12vw;
  }
  .p-nc-img___specimen {
    margin-right: 10px;
  }
  .p-nc-img___specimen.is-05 {
    margin-right: 0;
  }
  .c-img__specimen.is-reverse {
    width: 69.41176% !important;
  }
  .p-qa .c-page__contentsInfo__colors > div {
    margin-top: 20vw;
  }
  .p-nc__contentsInfo__imgWrap.is-05 {
    flex-direction: row-reverse;
    right: 0;
  }
  .p-nc__newColor--titleSub {
    line-height: 1.83;
  }
  .p-qa .c-page__contentsInfo__color .c-item h3 > span:not(.c-ruby):before {
    white-space: nowrap;
  }
  .p-nc__title--new {
    padding: 1px 3px 2px 3px;
    position: relative;
    top: -1px;
    font-size: 3.2vw !important;
  }
  .p-nc__titleWrap .p-nc__title--new {
    line-height: 1.5;
    padding: 0px 3px;
    height: 4.533vw;
    position: relative;
    top: 1px;
    right: 1vw;
  }
  .p-nc__arrowWrap {
    width: 9.067vw;
    height: auto;
    margin: 6.4vw auto;
  }
  .p-nc__protection {
    transform: scale(0.5) translate(-90vw, -32vw);
  }
  .p-nc__protection--wrap {
    height: 34.133vw;
  }
  .p-nc__facility--item--title.is-short {
    width: 20vw;
    height: 18.933vw;
    transform: scale(0.8) translate(-3vw, 0);
    font-size: 2.667vw;
  }
  .p-nc__facility--item--title.is-short img {
    transform: scale(0.8) translate(0, 0);
  }
  .p-nc__icon--red {
    font-size: 2.667vw;
    transform: scale(0.8) translate(0, 0);
    margin: 2px 0 0;
  }
  .p-nc__facility--item--title.is-short:after {
    border-left: 3.2vw solid #fff;
    border-top: 9.6vw solid transparent;
    border-bottom: 9.333vw solid transparent;
    content: "";
    position: absolute;
    right: -3.2vw;
    top: 0;
    margin-left: 50px;
  }
  .p-nc__newColor--titleUnder {
    font-size: 3.2vw;
  }
  .p-nc__test--imgWrap {
    display: block;
    width: 65%;
  }
  .p-nc__test--img:first-child {
    margin-right: 0;
  }
  .p-nc__test--img.head {
    margin-bottom: 8vw;
  }
}
