@charset "UTF-8";


.u-flx-1 {
  flex: 1 1;
}
.u-flxAi-ce {
  align-items: center;
}
.u-flxAi-fe {
  align-items: end;
}
.u-flxJc-ce {
  justify-content: center;
}
.u-flxJc-sb {
  justify-content: space-between;
}
.u-flxWr-ap {
  flex-wrap: wrap;
}
.u-flxFd-rr {
  flex-direction: row-reverse;
}

.u-txt-10 {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .u-txt-10 {
    font-size: 1rem;
  }
}
.u-txt-12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .u-txt-12 {
    font-size: 1rem;
  }
}
.u-txt-14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .u-txt-14 {
    font-size: 1.2rem;
  }
}
.u-txt-16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .u-txt-16 {
    font-size: 1.2rem;
  }
}
.u-txt-18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .u-txt-18 {
    font-size: 1.4rem;
  }
}
.u-txt-20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .u-txt-20 {
    font-size: 1.6rem;
  }
}
.u-txt-22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .u-txt-22 {
    font-size: 1.8rem;
  }
}
.u-txt-24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .u-txt-24 {
    font-size: 1.8rem;
  }
}
.u-txt-26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .u-txt-26 {
    font-size: 2rem;
  }
}
.u-txt-28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .u-txt-28 {
    font-size: 2rem;
  }
}
.u-txt-30 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .u-txt-30 {
    font-size: 2.2rem;
  }
}
.u-txt-32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .u-txt-32 {
    font-size: 2.2rem;
  }
}
.u-txt-34 {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .u-txt-34 {
    font-size: 2.4rem;
  }
}
.u-txt-36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .u-txt-36 {
    font-size: 2.4rem;
  }
}
.u-txt-38 {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .u-txt-38 {
    font-size: 2.6rem;
  }
}
.u-txt-40 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .u-txt-40 {
    font-size: 2.6rem;
  }
}

.u-mt10 {
  margin-top: 10px !important;
}

.sec02 {
  margin-top: 64px;
}

.sec02:last-of-type {
  padding-bottom: 64px;
}

.sec02__card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 32px 0 44px 0;
  padding: 0;
  list-style-type: none;
}

.sec02__card li {
  flex: 0 0 47%;
  margin-bottom: 20px;
}

.sec02__card-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #01a5e9;
  height: 100%;
  background: #fff;
  padding: min(24px, 4vw) min(16px, 2.67vw) min(32px, 5.33vw);
}

@media screen and (min-width: 768px) {
  .sec02__card-link:hover {
    text-decoration: none !important;
  }
}
.sec02__card-link .is-ttl {
  display: block;
  font-weight: 700;
  font-size: clamp(1.3rem, 2.34vw, 1.8rem);
  line-height: 1.75;
  text-align: center;
  color: #01a5e9;
}

.sec02__card-link .is-ttl .num {
  font-size: 2.4rem;
}

.sec02__card-link .is-txt {
  flex-grow: 1;
  color: #333;
}

.sec02__card-link .is-more {
  display: inline-block;
  font-weight: 500;
  font-size: clamp(1.3rem, 2.34vw, 1.8rem);
  letter-spacing: 0.05em;
  color: #1e5293;
  margin-top: 27px;
}

.m-btn-arrow::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 9px solid #1e5293;
  border-right: 0;
  margin-bottom: 2px;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .sec02__card li {
    flex: 0 0 23.5%;
    min-width: 160px;
  }
  .sec02__card-link .is-ttl, .sec02__card-link .is-more {
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  }
}
@media screen and (min-width: 1001px) {
  .sec02__card li {
    flex: 0 0 21.569%;
  }
  .sec02__card-link {
    padding: min(24px, 1.5vw) min(16px, 1vw) min(32px, 2vw);
  }
  .sec02__card-link .is-ttl, .sec02__card-link .is-more {
    font-size: clamp(1.5rem, 1.1vw, 1.8rem);
  }
}
.sec03__table-inr {
  width: 1000px;
  width: 100%;
  overflow: auto;
  position: relative;
}

.sec03__table table {
  display: block;
  width: 1000px !important;
  min-width: 1000px;
  height: 925px !important;
  min-height: 925px;
}
.sec03__table tr:not(:last-child) {
  border-bottom: 1px solid #c8c8c8;
}
.sec03__table tr.border-none {
  border-bottom: none;
}
.sec03__table th,
.sec03__table td {
  vertical-align: middle;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}
.sec03__table th {
  color: #fff;
  font-weight: 700;
  background-color: #737479;
}
.sec03__table th:not(:last-child) {
  border-right: 1px solid #fff;
}
.sec03__table td {
  background-color: #fff;
}
.sec03__table td:not(:last-child) {
  border-right: 1px solid #c8c8c8;
}

.sec03__table-name {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.4;
  display: block;
  margin-bottom: 13px;
}

.sec03__table-img {
  display: block;
  margin-bottom: 5px;
}

.sec03__table-link {
  display: block;
  font-size: 0.8em;
}
.sec03__table-link .m-btn-arrow {
  color: #1e5293;
}

.sec03__table-bg01 {
  background-color: rgba(239, 249, 250, 0.5) !important;
}

.sec03__table .is-cell {
  border-right: 1px solid #ebebeb !important;
}
.sec03__table .is-lastcell {
  border-right: 1px solid #c8c8c8;
}
.sec03__table .head-small {
  width: 3%;
  border-right: 1px solid #fff;
}
.sec03__table .border-bottom {
  border-bottom: 1px solid #c8c8c8;
}

.sec03__table-btn {
  padding: 0 11px;
}

.sec03__table-area {
  position: absolute;
  z-index: 1;
  height: 44px;
}
.sec03__table-area.area01 {
  width: 62px;
  top: 84px;
  left: 630px;
  background-color: #a2bfc1;
}
.sec03__table-area.area02 {
  width: 15px;
  top: 193px;
  left: 642px;
  background-color: #8e9eb9;
}
.sec03__table-area.area03 {
  width: 62px;
  top: 302px;
  left: 754px;
  background-color: #a2bfc1;
}
.sec03__table-area.area04 {
  width: 61px;
  top: 411px;
  left: 786px;
  background-color: #8e9eb9;
}
.sec03__table-area.area05 {
  width: 62px;
  top: 520px;
  left: 630px;
  background-color: #a2bfc1;
}
.sec03__table-area.area06 {
  width: 62px;
  top: 629px;
  left: 662px;
  background-color: #8e9eb9;
}
.sec03__table-area.area07 {
  width: 34px;
  top: 790px;
  left: 662px;
  background-color: #a2bfc1;
}

.sec03__img {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .sec03__img {
    overflow: hidden;
  }
}

.sec03__img-inr {
  min-width: 1000px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec03__img-inr {
    -webkit-transform: scale(0.88);
            transform: scale(0.88);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    margin-bottom: -77.76px;
  }
}

.sec03__img-btn {
  position: absolute;
  z-index: 1;
}
.sec03__img-btn.btn02-1 {
  width: 158px;
  top: 160px;
  left: 104px;
}
.sec03__img-btn.btn02-2 {
  width: 191px;
  top: 240px;
  left: 160px;
}
.sec03__img-btn.btn02-3 {
  width: 187px;
  top: 160px;
  left: 304px;
}
.sec03__img-btn.btn02-4 {
  width: 242px;
  top: 420px;
  left: 106px;
}
.sec03__img-btn.btn02-5 {
  width: 274px;
  top: 510px;
  left: 197px;
}
.sec03__img-btn.btn02-6 {
  width: 268px;
  top: 420px;
  left: 362px;
}
.sec03__img-btn.btn02-7 {
  width: 245px;
  top: 510px;
  left: 545px;
}
.sec03__img-btn.btn02-8 {
  width: 190px;
  top: 354px;
  left: 626px;
}
.sec03__img-btn.btn02-9 {
  width: 185px;
  top: 460px;
  left: 790px;
}
.sec03__img-btn.btn02-10 {
  width: 158px;
  top: 80px;
  left: 176px;
}
.sec03__img-btn.btn02-11 {
  width: 155px;
  top: 80px;
  left: 352px;
}

.sec03__btn {
  font-size: clamp(1.1rem, 3.4375vw, 2.2rem);
  letter-spacing: 0.05em;
  line-height: 1.47;
  text-align: center;
}

.sec03__btn-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.sec03__btn .is-large {
  font-size: clamp(1.6rem, 5vw, 3.2rem);
  font-weight: 700;
}

.sec03__btn-icon {
  flex: 0 0 15%;
  margin-right: 3%;
}

@font-face {
  font-family: "icon_chiller-lineup";
  src: url("/files/user/css/fonts/chiller_lineup/icomoon.eot?qiu84k");
  src: url("/files/user/css/fonts/chiller_lineup/icomoon.eot?qiu84k#iefix") format("embedded-opentype"), url("/files/user/css/fonts/chiller_lineup/icomoon.ttf?qiu84k") format("truetype"), url("/files/user/css/fonts/chiller_lineup/icomoon.woff?qiu84k") format("woff"), url("/files/user/css/fonts/chiller_lineup/icomoon.svg?qiu84k#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.p-clu-support__item--catalog::before {
  content: "\e901";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu-support__item--test::before {
  content: "\e902";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu-support-choise__link::before, .p-clu-support-choise__link--accent::before, .p-clu-support-use__link::before {
  content: "\e904";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu-support__item--price::before {
  content: "\e906";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu-support__item--advice::before {
  content: "\e909";
  font-family: "icon_chiller-lineup";
  font-weight: normal;
}

.p-clu__heading01 {
  position: relative;
  margin-bottom: 26px;
  padding: 8px 0;
  background: #009fe8;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-clu__heading01 {
    font-size: 3rem;
  }
}
.p-clu__heading01::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  border: 10px solid transparent;
  border-top: 10px solid #009fe8;
  border-bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
}
.p-clu__heading02 {
  overflow: hidden;
  margin-bottom: 21px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-clu__heading02 {
    margin-bottom: 27px;
  }
}
.p-clu__heading02 > span {
  position: relative;
}
.p-clu__heading02 > span::before {
  position: absolute;
  top: 50%;
  left: calc(100% + 16px);
  width: 2000px;
  height: 1px;
  background: #333;
  -webkit-transform: tranlate(0, -50%);
          transform: tranlate(0, -50%);
  content: "";
}
.p-clu-support {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px 20px;
}
@media screen and (min-width: 768px) {
  .p-clu-support {
    margin: 0 -20px;
  }
}
.p-clu-support__item, .p-clu-support__item--catalog, .p-clu-support__item--test, .p-clu-support__item--advice, .p-clu-support__item--price, .p-clu-support__item--lineup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #009fe8;
  border-radius: 6px;
  margin: 0 10px 20px;
  width: calc(50% - 20px);
  height: 157px;
  background: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-clu-support__item, .p-clu-support__item--catalog, .p-clu-support__item--test, .p-clu-support__item--advice, .p-clu-support__item--price, .p-clu-support__item--lineup {
    margin: 0 20px 40px;
    width: calc(25% - 40px);
    height: 220px;
    transition: background 0.4s, color 0.4s;
  }
}
.p-clu-support__item::before, .p-clu-support__item--catalog::before, .p-clu-support__item--test::before, .p-clu-support__item--advice::before, .p-clu-support__item--price::before, .p-clu-support__item--lineup::before {
  margin-bottom: 10px;
  width: 64px;
  font-size: 64px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-clu-support__item::before, .p-clu-support__item--catalog::before, .p-clu-support__item--test::before, .p-clu-support__item--advice::before, .p-clu-support__item--price::before, .p-clu-support__item--lineup::before {
    margin-bottom: 20px;
    width: 80px;
    font-size: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-support__item:hover, .p-clu-support__item--catalog:hover, .p-clu-support__item--test:hover, .p-clu-support__item--advice:hover, .p-clu-support__item--price:hover, .p-clu-support__item--lineup:hover {
    background: #009fe8;
    color: #FFF;
    opacity: 1 !important;
    text-decoration: none !important;
  }
}
.p-clu-support__item--lineup::before {
  display: block;
  margin-bottom: 10px;
  width: 64px;
  height: 84px;
  background: url(/files/user/img/chiller_lineup/icon_lineup.png) no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-clu-support__item--lineup::before {
    margin-bottom: 20px;
    width: 78px;
    height: 78px;
  }
}
@media screen and (min-width: 768px) {
  .p-clu-support-howto {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}
.p-clu-support-choise, .p-clu-support-use {
  margin-bottom: 24px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-clu-support-choise, .p-clu-support-use {
    margin: 0 20px;
    padding: 32px;
    width: calc(50% - 40px);
  }
}
.p-clu-support-choise__ttl, .p-clu-support-use__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  height: 96px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-clu-support-choise__ttl, .p-clu-support-use__ttl {
    height: 104px;
    font-size: 2.4rem;
  }
}
.p-clu-support-choise__ttl::before, .p-clu-support-use__ttl::before {
  margin-right: 16px;
  width: 50px;
  height: 96px;
  background: no-repeat center center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-clu-support-choise__ttl::before, .p-clu-support-use__ttl::before {
    margin-right: 24px;
  }
}
.p-clu-support-choise__subttl, .p-clu-support-use__subttl {
  position: relative;
  border-bottom: 1px solid #FFF;
  margin-bottom: 24px;
  padding-bottom: 10px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.56;
  text-align: center;
}
.p-clu-support-choise__subttl::before, .p-clu-support-use__subttl::before {
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  content: "";
}
.p-clu-support-choise__subttl > span, .p-clu-support-use__subttl > span {
  font-weight: bold;
}
.p-clu-support-choise__link, .p-clu-support-choise__link--accent, .p-clu-support-use__link {
  display: block;
  position: relative;
  border: 1px solid;
  border-radius: 6px;
  margin-bottom: 16px;
  line-height: 48px;
  background: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.p-clu-support-choise__link:last-of-type, .p-clu-support-choise__link--accent:last-of-type, .p-clu-support-use__link:last-of-type {
  margin-bottom: 0;
}
.p-clu-support-choise__link::before, .p-clu-support-choise__link--accent::before, .p-clu-support-use__link::before {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-clu-support-choise__link:hover, .p-clu-support-choise__link--accent:hover, .p-clu-support-use__link:hover {
    text-decoration: none !important;
  }
}
.p-clu-support-choise {
  background: #1E5293;
}
.p-clu-support-choise__ttl::before {
  background-image: url(/files/user/img/chiller_lineup/img_support-choise.png);
}
.p-clu-support-choise__subttl::before {
  background: #1E5293;
}
.p-clu-support-choise__link, .p-clu-support-choise__link--accent {
  border-color: #1E5293;
  color: #1E5293 !important;
}
.p-clu-support-choise__link--bnr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1E5293;
  border-radius: 6px;
  margin-bottom: 16px;
  height: 114px;
  background: #FFF url(/files/user/img/chiller_lineup/img_support-choise.png) no-repeat bottom -42px right 10px/50px auto;
  color: #1E5293 !important;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-clu-support-choise__link--bnr {
    background-position: bottom -100px right 10px;
    background-size: 100px auto;
  }
}
.p-clu-support-choise__link--bnr span {
  display: block;
  position: relative;
  margin-bottom: 8px;
  font-size: 1.4rem;
}
.p-clu-support-choise__link--bnr span::before, .p-clu-support-choise__link--bnr span::after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 16px;
  background: #1E5293;
  content: "";
}
.p-clu-support-choise__link--bnr span::before {
  left: -8px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.p-clu-support-choise__link--bnr span::after {
  right: -8px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media screen and (min-width: 768px) {
  .p-clu-support-choise__link--bnr:hover {
    text-decoration: none !important;
  }
}
.p-clu-support-choise__link--accent {
  border-color: #eda900;
  background-color: #eda900;
  color: #FFF !important;
}
.p-clu-support-use {
  background: #8793A5;
}
.p-clu-support-use__ttl::before {
  background-image: url(/files/user/img/chiller_lineup/img_support-use.png);
}
.p-clu-support-use__subttl::before {
  background: #8793A5;
}
.p-clu-support-use__link {
  border-color: #A2BDCA;
  color: #8793A5 !important;
}

.p-encCpc .p-article {
  padding: 30px 0;
}
.p-encCpc .p-article_section {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-article_section {
    margin-bottom: 48px;
  }
}
.p-encCpc .p-article_txt {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  line-height: 1.875 !important;
}
.p-encCpc .p-article_txt strong {
  font-weight: 700;
}
.p-encCpc .p-article_txt--caution {
  margin-bottom: 1.5em;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-encCpc .p-article_txt--redBox {
  border: 1px solid #e8382f;
}
.p-encCpc .p-article_txt--blueBox {
  border: 1px solid #0f7098;
}
.p-encCpc .p-article_txt--accent01 {
  border-radius: 4px;
  margin-bottom: 1em;
  padding: 0.5em 0;
  background: #ff8c23;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-article_txt--accent01 {
    font-size: 2rem;
  }
}
.p-encCpc .p-article_link {
  position: relative;
  padding-left: 16px;
  text-decoration: underline;
}
.p-encCpc .p-article_link::before {
  position: absolute;
  top: 0.65rem;
  left: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #828c96;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-article_link:hover {
    text-decoration: none;
  }
}
.p-encCpc .p-article_pic {
  margin: 0 auto 20px;
  text-align: center;
}
.p-encCpc .p-articleBlueBox {
  margin-bottom: 24px;
  padding: 15px 20px;
  background: rgba(15, 112, 152, 0.15);
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleBlueBox {
    padding: 30px 40px;
  }
}
.p-encCpc .p-articleBlueBox_ttl {
  border-bottom: 1px solid rgba(15, 112, 152, 0.5);
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleBlueBox_ttl {
    font-size: 2rem;
  }
}
.p-encCpc .p-articleBlueBox_ttl > span {
  display: block;
  color: #0f7098;
  font-size: 1.4rem;
}
.p-encCpc .p-articleCol {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
}
@media screen and (max-width: 767px) {
  .p-encCpc .p-articleCol--sp {
    display: flex;
    flex-wrap: wrap;
    gap: 0 24px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleCol--pc {
    display: flex;
    flex-wrap: wrap;
    gap: 0 24px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-encCpc .p-articleCol_main--pc {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleCol_main--pc {
    width: calc(100% - 304px);
  }
}
@media screen and (max-width: 767px) {
  .p-encCpc .p-articleCol_sub--pc {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleCol_sub--pc {
    width: 280px;
  }
}
.p-encCpc .p-articleCol_item2 {
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .p-encCpc .p-articleCol_item2--sp {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleCol_item2--pc {
    width: calc(50% - 12px);
  }
}
.p-encCpc .p-articleCol_item3 {
  width: calc(33% - 14px);
}
@media screen and (max-width: 767px) {
  .p-encCpc .p-articleCol_item3--sp {
    width: calc(33% - 14px);
  }
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleCol_item3--pc {
    width: calc(33% - 14px);
  }
}
.p-encCpc .p-articlePagination {
  padding: 12px;
  background: rgba(130, 140, 150, 0.15);
}
@media screen and (max-width: 767px) {
  .p-encCpc .p-articlePagination {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articlePagination {
    display: flex;
  }
}
.p-encCpc .p-articlePagination_link,
.p-encCpc .p-articlePagination_link--top {
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .p-encCpc .p-articlePagination_link,
  .p-encCpc .p-articlePagination_link--top {
    display: block;
    border-bottom: 2px solid #fff;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articlePagination_link,
  .p-encCpc .p-articlePagination_link--top {
    position: relative;
    flex: 1 1;
    border-right: 2px solid #fff;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-encCpc .p-articlePagination_link:last-of-type,
  .p-encCpc .p-articlePagination_link--top:last-of-type {
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articlePagination_link:last-of-type,
  .p-encCpc .p-articlePagination_link--top:last-of-type {
    border-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articlePagination_link--top {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-encCpc .p-articlePagination_ttl--prev,
.p-encCpc .p-articlePagination_ttl--next {
  display: inline-block;
  position: relative;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.p-encCpc .p-articlePagination_ttl--prev::before,
.p-encCpc .p-articlePagination_ttl--next::before {
  position: absolute;
  top: 50%;
  border: 6px solid rgba(0, 0, 0, 0);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
}
.p-encCpc .p-articlePagination_ttl--prev {
  padding-left: 16px;
}
.p-encCpc .p-articlePagination_ttl--prev::before {
  left: 0;
  border-right: 8px solid #828c96;
  border-left: 0;
}
.p-encCpc .p-articlePagination_ttl--next {
  padding-right: 16px;
}
.p-encCpc .p-articlePagination_ttl--next::before {
  right: 0;
  border-left: 8px solid #828c96;
  border-right: 0;
}
.p-encCpc .p-articlePagination_txt {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
}
.p-encCpc .p-articleRecommend {
  border: 1px solid rgba(15, 112, 152, 0.5);
  margin: 0 auto 36px;
  padding: 28px 28px 28px 74px;
  width: 93%;
  background: rgba(15, 112, 152, 0.15);
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleRecommend {
    margin-bottom: 36px;
    width: 1120px;
  }
}
.p-encCpc .p-articleRecommend_ttl {
  position: relative;
  margin-bottom: 1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleRecommend_ttl {
    font-size: 1.7rem;
  }
}
.p-encCpc .p-articleRecommend_ttl::before {
  position: absolute;
  top: 50%;
  left: -43px;
  width: 27px;
  height: 10px;
  background: #0f7098;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
}
.p-encCpc .p-articleRecommend_ttl::after {
  position: absolute;
  top: 50%;
  left: -16px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid #0f7098;
  border-right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
}
.p-encCpc .p-articleRecommend_txt {
  margin-bottom: 2em;
  margin-left: -46px;
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleRecommend_inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-encCpc .p-articleRecommendList {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleRecommendList {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .p-encCpc .p-articleRecommendList:last-of-type {
    margin-bottom: 0;
  }
}
.p-encCpc .p-articleRecommendList_item {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 12px;
}
.p-encCpc .p-articleRecommendList_item::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #828c96;
  content: "";
}
.p-encCpc .p-articleRecommendList_item.is-active .p-articleRecommendList_link {
  color: #1400d7;
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleRecommendList_link {
    transition: color 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleRecommendList_link:hover {
    color: #1400d7;
  }
}
.p-encCpc .p-articleRecommendProduct {
  margin-left: -46px;
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleRecommendProduct {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-encCpc .p-articleRecommendProduct_item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleRecommendProduct_item {
    margin: 0 24px;
    width: calc(25% - 48px);
  }
}
.p-encCpc .p-articleRecommendProduct_pic {
  margin-bottom: 16px;
  text-align: center;
}
.p-encCpc .p-articleRecommendProduct_ttl {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  color: #0f7098;
  text-align: center;
  text-decoration: underline;
}
.p-encCpc .p-articleRecommendProduct_txt {
  margin-bottom: 1em;
  font-size: 1.4rem;
  text-align: center;
}
.p-encCpc .p-articleRecommendProduct_btn,
.p-encCpc .p-articleRecommendProduct_btn--catalog,
.p-encCpc .p-articleRecommendProduct_btn--contact {
  position: relative;
  display: block;
  border-radius: 4px;
  line-height: 48px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleRecommendProduct_btn,
  .p-encCpc .p-articleRecommendProduct_btn--catalog,
  .p-encCpc .p-articleRecommendProduct_btn--contact {
    transition: opacity 0.4s;
  }
}
.p-encCpc .p-articleRecommendProduct_btn::before,
.p-encCpc .p-articleRecommendProduct_btn--catalog::before,
.p-encCpc .p-articleRecommendProduct_btn--contact::before {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 16px;
  height: 16px;
  background: no-repeat center/contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleRecommendProduct_btn:hover,
  .p-encCpc .p-articleRecommendProduct_btn--catalog:hover,
  .p-encCpc .p-articleRecommendProduct_btn--contact:hover {
    opacity: 0.6;
  }
}
.p-encCpc .p-articleRecommendProduct_btn--catalog,
.p-encCpc .p-articleRecommendProduct_btn--contact {
  margin-bottom: 8px;
}
.p-encCpc .p-articleRecommendProduct_btn--catalog {
  background: #0195cf;
}
.p-encCpc .p-articleRecommendProduct_btn--catalog::before {
  background-image: url(../img/icon_download.svg);
}
.p-encCpc .p-articleRecommendProduct_btn--contact {
  background: #eba827;
}
.p-encCpc .p-articleRecommendProduct_btn--contact::before {
  background-image: url(../img/icon_yen.svg);
}
.p-encCpc .p-articleManual {
  display: block;
  border: 1px solid #0f7098;
  margin: 0 auto 32px;
  padding: 16px 5%;
  max-width: 840px;
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleManual {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
    padding: 16px 32px;
    transition: opacity 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleManual:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-encCpc .p-articleManual_pic {
    margin-bottom: 16px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleManual_pic {
    margin-right: 16px;
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleManual_body {
    width: calc(80% - 16px);
    text-align: center;
  }
}
.p-encCpc .p-articleManual_ttl {
  border-bottom: 1px solid #0f7098;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  color: #333;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.p-encCpc .p-articleManual_txt {
  margin-bottom: 1em;
  color: #333;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleManual_txt {
    display: inline-block;
    text-align: left;
  }
}
.p-encCpc .p-articleManual_btn {
  margin-right: auto;
  margin-left: auto;
  max-width: 320px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-encCpc .p-articleManual_btn:hover {
    opacity: 1;
  }
}

.p-product__container--row {
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  max-width: 1120px;
}
@media screen and (min-width: 768px) {
  .p-product__container--row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-product__mainCol {
    order: 2;
    width: 880px;
  }
}
@media screen and (max-width: 767px) {
  .p-product__subCol {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 32px;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .p-product__subCol {
    order: 1;
    width: 200px;
  }
}
.p-product__pageTtl {
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-product__pageTtl {
    font-size: 3.2rem;
  }
}
p.p-product__pageTtl {
  font-weight: bold;
}

.p-product__txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-product__txt {
    font-size: 1.6rem;
  }
}
.p-product__morelink {
  display: block;
  margin-bottom: 1.6rem;
  padding: 1em 40px 1em 1em;
  background: #EEE url(/files/user/images/common/icon_blank.svg) no-repeat right 8px center/32px auto;
  color: #333 !important;
}
.p-product__btnWrap {
  display: flex;
  gap: 16px;
}
.p-product__btnWrap--center {
  justify-content: center;
}
.p-product__btn, .p-product__btn--catalog, .p-product__btn--manual, .p-product__btn--cad {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  line-height: 2;
  padding: 5px 1em;
  background: #fff;
  color: #333;
  text-align: center;
  text-decoration: none !important;
}
.p-product__btn--small {
  padding: 2px 4px;
  font-size: 1.2rem;
}
.p-product__btn--catalog::before, .p-product__btn--manual::before, .p-product__btn--cad::before {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-product__btn--catalog:hover, .p-product__btn--manual:hover, .p-product__btn--cad:hover {
    text-decoration: none;
  }
}
.p-product__btn--catalog {
  background: #3CADD8;
  font-weight: bold;
  color: #FFF !important;
}
.p-product__btn--catalog::before {
  background-image: url(/files/user/images/common/icon_catalog.png);
}
.p-product__btn--manual {
  background: #FFF;
  border: 1px solid #707070;
  color: #333 !important;
  font-weight: bold;
}
.p-product__btn--manual::before {
  background-image: url(/files/user/images/common/icon_manual.png);
}
.p-product__btn--cad {
  background: #FFF;
  border: 1px solid #707070;
  color: #333 !important;
  font-weight: bold;
}
.p-product__btn--cad::before {
  background-image: url(/files/user/images/common/icon_cad.svg);
}
.p-product__btn--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 4px;
  border: 1px solid #CCC;
  padding: 0 2em;
  min-width: calc(50% - 8px);
  height: 64px;
  background: #FFF;
  color: #333 !important;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product__btn--arrow {
    min-width: 320px;
    font-size: 1.6rem;
  }
}
.p-product__btn--arrow::before {
  position: absolute;
  top: 50%;
  right: 10px;
  border-top: 1px solid #009fe8;
  border-right: 1px solid #009fe8;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-product__btn--arrow:hover {
    text-decoration: none;
  }
}
.p-product__link--anchor {
  position: relative;
  padding-right: 16px;
}
.p-product__link--anchor::before {
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #009fe8;
  border-right: 1px solid #009fe8;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  content: "";
}
.p-product__link--catalog, .p-product__link--manual {
  display: inline-block;
  color: #009fe8;
}
.p-product__link--catalog::before, .p-product__link--manual::before {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-product__link--catalog:hover, .p-product__link--manual:hover {
    text-decoration: none;
  }
}
.p-product__link--catalog::before {
  background-image: url(/files/user/images/common/icon_catalog_lightblue.png);
}
.p-product__link--manual::before {
  background-image: url(/files/user/images/common/icon_manual_lightblue.png);
}
.p-product-chillerBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #1e5293;
  border-radius: 6px;
  color: #fff !important;
  font-size: 1.3rem;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .p-product-chillerBtn {
    font-size: 1.8rem;
  }
}
.p-product-chillerBtn:hover {
  opacity: 0.7;
  text-decoration: none !important;
}
.p-product-chillerBtn__icon.is-search {
  width: min(57px, 8.90625vw);
  height: min(57px, 8.90625vw);
  background: url("/files/user/images/common/icon_search.svg") no-repeat center/contain;
}
.p-product-chillerBtn__icon.is-site {
  width: min(75px, 11.71875vw);
  aspect-ratio: 65/83;
  background: url("/files/user/images/common/icon_site.svg") no-repeat center/contain;
}
.p-product-chillerBtn__txt {
  margin: 0 min(25px, 1.953125vw);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-product-chillerBtn__txt {
    display: inline-block;
    margin: 0 10px;
    max-width: 15em;
  }
}
.p-product-chillerBtn__txt .is-large {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-product-chillerBtn__txt .is-large {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .p-product-chillerBtn__txt .is-large {
    font-size: 2.4rem;
  }
}
.p-product-lineupList {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-product-lineupList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-product-lineupList__item {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 4px 0px rgba(51, 51, 51, 0.1);
  padding: 16px;
  background: #FFF;
}
.p-product-lineupList__pic {
  width: 25%;
}
.p-product-lineupList__body {
  width: 75%;
}
.p-product-lineupList__name {
  font-weight: bold;
}
.p-product-lineupList__link {
  color: #333 !important;
  text-decoration: none;
}
.p-product-lineupList__link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}
.p-product-lineupList__txtLink {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-right: 1em;
  padding-left: 16px;
  color: #333 !important;
  text-decoration: underline !important;
}
.p-product-lineupList__txtLink::before {
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  height: 6px;
  width: 6px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  content: "";
}
@media screen and (min-width: 768px) {
  .p-product-lineupList__txtLink:hover {
    text-decoration: none !important;
  }
}
.p-product-lineupList__btnWrap {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-product-lineupList__btnWrap {
    flex-direction: column;
  }
}
.p-product-lineupList__btn--catalog, .p-product-lineupList__btn--manual {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  line-height: 2;
  padding: 5px 12px;
  background: #fff;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-lineupList__btn--catalog, .p-product-lineupList__btn--manual {
    font-size: 1.1rem;
  }
}
.p-product-lineupList__btn--catalog::before, .p-product-lineupList__btn--manual::before {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-product-lineupList__btn--catalog:hover, .p-product-lineupList__btn--manual:hover {
    text-decoration: none;
  }
}
.p-product-lineupList__btn--catalog {
  background: #3CADD8;
  font-weight: bold;
  color: #FFF !important;
}
.p-product-lineupList__btn--catalog::before {
  background-image: url(/files/user/images/common/icon_catalog.png);
}
.p-product-lineupList__btn--manual {
  background: #FFF;
  border: 1px solid #707070;
  color: #333 !important;
  font-weight: bold;
}
.p-product-lineupList__btn--manual::before {
  background-image: url(/files/user/images/common/icon_manual.png);
}
.p-product-supportList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-product-supportList {
    flex-direction: column;
  }
}
.p-product-supportList__link, .p-product-supportList__link--question, .p-product-supportList__link--document, .p-product-supportList__link--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #CCC;
  height: 64px;
  background: #FFF;
  color: #333 !important;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-supportList__link, .p-product-supportList__link--question, .p-product-supportList__link--document, .p-product-supportList__link--arrow {
    width: calc(33% - 8px);
    font-size: 1.6rem;
  }
}
.p-product-supportList__link--question::before, .p-product-supportList__link--document::before, .p-product-supportList__link--arrow::before {
  display: inline-block;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background: no-repeat center/contain;
  content: "";
}
.p-product-supportList__link--question::before {
  background-image: url(/files/user/images/common/icon_question.svg);
}
.p-product-supportList__link--document::before {
  background-image: url(/files/user/images/top/icon_file.svg);
}
.p-product-supportList__link--arrow::before {
  position: absolute;
  right: 10px;
  border-top: 1px solid #009fe8;
  border-right: 1px solid #009fe8;
  height: 6px;
  top: 50%;
  width: 6px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-product-supportList__link:hover, .p-product-supportList__link--question:hover, .p-product-supportList__link--document:hover, .p-product-supportList__link--arrow:hover {
    text-decoration: none;
  }
}
.p-product-bnrList {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-product-bnrList {
    flex-direction: column;
  }
}
.p-product-recommendList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-product-recommendList__link {
  display: flex;
  align-items: center;
  border: 1px solid #CCC;
  padding: 8px 16px;
  width: calc(50% - 8px);
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .p-product-recommendList__link {
    width: 230px;
  }
}
@media screen and (min-width: 768px) {
  .p-product-recommendList__link:hover {
    text-decoration: none;
  }
}
.p-product-recommendList__thumb {
  padding-right: 15px;
  width: 64px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-recommendList__thumb {
    width: 98px;
  }
}
.p-product-recommendList__name {
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-product-recommendList__name {
    font-size: 1.6rem;
  }
}
.p-product-recommendList__name__en {
  display: block;
  color: #BCBCBC;
  font-size: 1.8rem;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .p-product-recommendList__name__en {
    font-size: 2.1rem;
  }
}
.p-product-tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-product-tagList__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEE;
  box-shadow: 1px 1px 4px rgba(51, 51, 51, 0.05);
  padding: 8px 24px 8px 8px;
  min-height: 50px;
  background: #FFF;
  color: #333 !important;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-tagList__link {
    width: calc(25% - 12px);
  }
}
.p-product-tagList__link::before {
  position: absolute;
  right: 10px;
  border-top: 1px solid #009fe8;
  border-right: 1px solid #009fe8;
  height: 6px;
  top: 50%;
  width: 6px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  content: "";
}
.p-product-subCol__ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-product-subCol__product-list {
  margin-top: 1.6rem;
}
.p-product-subCol__product-list__img {
  width: 48px;
}
.p-product-subCol__product-list__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 4px;
  margin-top: 16px;
  padding-right: 16px;
  color: #333 !important;
}
.p-product-subCol__product-list__link::before {
  position: absolute;
  right: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  height: 8px;
  top: 50%;
  width: 8px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  content: "";
}
.p-product-subCol__product-list__link.is-active {
  color: #009fe8 !important;
  font-weight: bold;
}
.p-product-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-product-row__col-5 {
  width: calc((100% - 64px) / 5);
}
@media screen and (max-width: 767px) {
  .p-product-row__col-5--sp {
    width: calc((100% - 64px) / 5);
  }
}
.p-product-row__col-4 {
  width: calc((100% - 48px) / 4);
}
@media screen and (max-width: 767px) {
  .p-product-row__col-4--sp {
    width: calc((100% - 48px) / 4);
  }
}
.p-product-row__col-3 {
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 767px) {
  .p-product-row__col-3--sp {
    width: calc((100% - 32px) / 3);
  }
}
.p-product-row__col-2 {
  width: calc((100% - 16px) / 2);
}
@media screen and (max-width: 767px) {
  .p-product-row__col-2--sp {
    width: calc((100% - 16px) / 2);
  }
}
.p-product-row__col-1 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product-row__col-1--sp {
    width: 100%;
  }
}
.p-product-detail-head {
  padding: 16px 5%;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .p-product-detail-head {
    padding: 16px 32px;
  }
}
.endmodel .p-product-detail-head {
  background: none;
}
@media screen and (min-width: 768px) {
  .p-product-detail-head__inner {
    display: flex;
    justify-content: space-between;
    gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-product-detail-head-main {
    width: calc(100% - 220px);
  }
}
@media screen and (min-width: 768px) {
  .p-product-detail-head-main__inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .endmodel .p-product-detail-head-main__inner {
    justify-content: start;
  }
}
.p-product-detail-head-main__label {
  display: inline-block;
  border: 1px solid #F00;
  margin-bottom: 8px;
  padding: 0 20px;
  color: #F00;
  font-size: 1.3rem;
}
.p-product-detail-head-main__pic {
  margin-top: 24px;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .p-product-detail-head-main__pic {
    margin: 0 auto 16px;
  }
}
.endmodel .p-product-detail-head-main__pic {
  margin-top: 0;
  width: 280px;
}
.endmodel .p-product-detail-head-main__pic figure {
  width: 260px;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .p-product-detail-head-main__body {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-product-detail-head-main__body {
    width: calc(100% - 250px);
  }
}
.p-product-detail-head-main__body p img {
  vertical-align: middle;
  height: 18px;
  width: auto;
}
.p-product-detail-head-main__ttl {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-product-detail-head-main__ttl {
    font-size: 2.5rem;
  }
}
.p-product-detail-head-main__txt {
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.5 !important;
}
.p-product-detail-head-main__txt--strong {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-product-detail-head-main__txt--strong {
    font-size: 2rem;
  }
}
.p-product-detail-head-main__txt--notes {
  font-size: 75%;
}
.p-product-detail-head-main__txt--contact {
  margin-left: 310px;
  border: 1px solid #ccc;
  padding: 10px;
}
.p-product-detail-head-main__icon {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}
.p-product-detail-head-main__icon img {
  width: auto;
}
.p-product-detail-head-main__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  height: 44px;
  background: #009fe8;
  color: #FFF !important;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-detail-head-main__btn:hover {
    text-decoration: none;
  }
}
.p-product-detail-head-main-dl {
  display: flex;
  gap: 16px 24px;
  margin-bottom: 16px;
}
.p-product-detail-head-main-dl__term {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: bold;
  padding: 0 3px 0 6px;
  height: 24px;
  background: #DCE4ED;
}
.p-product-detail-head-main-dl__term::after {
  position: absolute;
  top: 0;
  left: 100%;
  border: 12px solid transparent;
  border-left-color: #DCE4ED;
  content: "";
}
.endmodel .p-product-detail-head-main .nonsales {
  padding-left: 310px;
}
.endmodel .p-product-detail-head-main .nonsales h3 {
  padding-top: 0;
}
.endmodel .p-product-detail-head-main .nonsales table {
  padding-top: 0;
}
.endmodel .p-product-detail-head-main .nonsales th {
  padding-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-product-detail-head-sub {
    width: 220px;
  }
}
.p-product-detail-head-sub__ttl {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-product-detail-head-sub__ttl::before {
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 8px;
  height: 16px;
  background: #CCC;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
}
.p-product-detail-head-sub__btn, .p-product-detail-head-sub__btn--white, .p-product-detail-head-sub__btn--yellow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 8px;
  height: 44px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-detail-head-sub__btn:hover, .p-product-detail-head-sub__btn--white:hover, .p-product-detail-head-sub__btn--yellow:hover {
    text-decoration: none;
  }
}
.p-product-detail-head-sub__btn--yellow {
  border-color: #eda900;
  background: #eda900;
  color: #FFF !important;
}
.p-product-detail-head-sub__btn--white {
  border-color: #333;
  background: #FFF;
  color: #333 !important;
}
.p-product-detail-head-sub__link {
  position: relative;
  padding-left: 20px;
  color: #333 !important;
}
.p-product-detail-head-sub__link::before {
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  height: 7px;
  width: 7px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  content: "";
}
.p-product-detail-head-sub__link.is-disable {
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
}
.p-product-detail-head-sub-btnList {
  margin: 0;
  margin-bottom: 32px;
  padding: 0;
  list-style: none;
}
.p-product-detail-head-sub-btnList__item {
  margin-top: 8px;
}
.p-product-detail-head-sub-btnList__item:first-of-type {
  margin-top: 0;
}
.p-product-detail-head-sub-linkList {
  margin: 0;
  margin-bottom: 32px;
  padding: 0;
  list-style: none;
}
.p-product-detail-head-sub-linkList__item {
  margin-top: 4px;
}
.p-product-detail-head-sub-linkList__item:first-of-type {
  margin-top: 0;
}
.p-product-cta {
  padding: 0 0 50px 0;
}
@media screen and (min-width: 768px) {
  .p-product-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}
.p-product-cta__ttl, .p-product-cta__ttl--download {
  font-weight: bold;
}
.p-product-cta__ttl--download {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-cta__ttl--download {
    margin-bottom: 10px;
  }
}
.p-product-cta__ttl--download::before {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 18px;
  background: url(/files/user/images/common/sprite_icon_common.png) no-repeat 0 0;
  background-position: 0 -250px;
  background-size: 49px auto;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-product-cta__ttl--download::before {
    margin-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-product-cta__ttl--download::before {
    display: block;
    margin: 0 auto;
  }
}
.p-product-faq {
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
}
.p-product-faq:first-of-type {
  border-top: 1px solid #ccc;
}
.p-product-faq__a {
  position: relative;
  padding-left: 2.5em;
}
.p-product-faq__a::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  background: #B18907;
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
  content: "A";
}
@media screen and (min-width: 768px) {
  .p-product-faq__a::before {
    font-size: 2rem;
  }
}
.p-product-faq__trigger {
  position: relative;
  cursor: pointer;
}
.p-product-faq__trigger::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "＋";
}
.p-product-faq__trigger.is-active::after {
  content: "－";
}
.p-product-faq__body {
  display: none;
}
.p-product-faq__body.is-active {
  display: block;
}
.p-product-kv {
  position: relative;
}
.p-product-kv__body, .p-product-kv__body--feature, .p-product-kv__body--series {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-product-kv__body, .p-product-kv__body--feature, .p-product-kv__body--series {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-product-kv__body--series {
    top: 8%;
    left: 5%;
    right: 5%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-product-kv__body--series {
    left: 7%;
    right: 43%;
  }
}
@media screen and (max-width: 767px) {
  .p-product-kv__body--feature {
    top: 50%;
    left: 5%;
    right: 35%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  .p-product-kv__body--feature {
    left: 38%;
    right: 7%;
  }
}
.p-product-kv__catch, .p-product-kv__catch--feature, .p-product-kv__catch--series {
  margin-top: 0 !important;
  line-height: 1.5 !important;
}
.p-product-kv__catch--series {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-product-kv__catch--series {
    font-size: 2.4rem;
  }
}
html:lang(en) .p-product-kv__catch--series {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  html:lang(en) .p-product-kv__catch--series {
    font-size: 2.2rem;
  }
}
.p-product-kv__catch--feature {
  font-size: 4.5333333333vw;
  letter-spacing: 0.085em;
}
@media screen and (min-width: 768px) {
  .p-product-kv__catch--feature {
    font-size: 3.2rem;
  }
}
h1.p-product-kv__catch--feature {
  font-weight: normal;
}

html:lang(en) .p-product-kv__catch--feature {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  html:lang(en) .p-product-kv__catch--feature {
    font-size: 2.4rem;
  }
}
.p-product-kv__name, .p-product-kv__name--feature, .p-product-kv__name--series {
  margin-top: 1.2rem !important;
  font-family: "Libre Baskerville", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-product-kv__name, .p-product-kv__name--feature, .p-product-kv__name--series {
    margin-top: 2.2rem !important;
  }
}
.p-product-kv__name--series {
  font-size: 3.4666666667vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-product-kv__name--series {
    font-size: 1.6rem;
  }
}
html:lang(en) .p-product-kv__name--series {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  html:lang(en) .p-product-kv__name--series {
    font-size: 1.4rem;
  }
}
.p-product-kv__name--feature {
  margin-left: 0.5rem;
  font-size: 2.6666666667vw;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-product-kv__name--feature {
    font-size: 1.5rem;
  }
}
html:lang(en) .p-product-kv__name--feature {
  font-size: 2.4vw;
}
@media screen and (min-width: 768px) {
  html:lang(en) .p-product-kv__name--feature {
    font-size: 1.2rem;
  }
}
.p-product-recommendDoc {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.p-product-recommendDoc_item {
  padding: 24px 16px;
  background: #ebebeb;
  color: #333 !important;
}
@media screen and (min-width: 768px) {
  .p-product-recommendDoc_item {
    width: calc((100% - 64px) / 3);
    max-width: 272px;
  }
}
@media screen and (min-width: 768px) {
  .p-product-recommendDoc_item:hover {
    text-decoration: none;
  }
}
.p-product-recommendDoc_pic {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-product-recommendDoc_pic > img {
  display: block;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.p-product-recommendDoc_txt {
  display: inline-flex;
  align-items: baseline;
  gap: 0 8px;
}
.p-product-recommendDoc_txt::before {
  display: inline-block;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(/files/user/images/common/icon_dl.png) no-repeat center/contain;
  content: "";
}