@charset "UTF-8";
/* ==========================================================================
   variables
========================================================================== */
/*===========================================
# Color
/*===========================================*/
/*===========================================
# Font Famiry
/*===========================================*/
/*===========================================
# root
/*===========================================*/
/* ==========================================================================
   function
========================================================================== */
/* ==========================================================================
  mixin
========================================================================== */
/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
  arrow 
-------------------------------------------------------------------------- */
/*# アロー
/*===========================================*/
/* --------------------------------------------------------------------------
  login icon
-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
  button size
-------------------------------------------------------------------------- */
/* ==========================================================================
 加湿について知る 下層
========================================================================== */
.p-ts-cap {
  line-height: 1.5;
}

.p-knowledge__wrap {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-knowledge__wrap {
    grid-template-columns: 100%;
    width: 100%;
    gap: 10.6666666667vw;
  }
}

.p-knowledge__index {
  position: sticky;
  top: 150px;
}
.p-knowledge__index-list a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-knowledge__index {
    position: static;
    top: 0;
  }
}

.p-knowledge__article {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-knowledge__article {
    padding-bottom: 16vw;
  }
}
.p-knowledge__article-underline {
  border-bottom: solid 1px #D5D5D6;
}
.p-knowledge__article img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}
.p-knowledge__article a {
  color: #0089A8;
  text-decoration: underline;
}
.p-knowledge__article .u-ts-cap {
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-knowledge__img-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.p-knowledge__img-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.p-knowledge__img-2col img,
.p-knowledge__img-3col img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-knowledge__img-2col,
  .p-knowledge__img-3col {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.p-knowledge__img-2col .u-ts-cap,
.p-knowledge__img-3col .u-ts-cap {
  text-align: center;
}

.p-knowledge__img-col-item2 img {
  width: 200px;
  height: auto;
  margin-bottom: 10px;
}
.p-knowledge__img-col-item2 .u-ts-p {
  line-height: 1.5;
}
.p-knowledge__img-col-item2 a {
  width: 100%;
  padding: 12px 5px 15px 5px;
  color: #ffffff;
  text-decoration: none;
}

.p-knowledge__img-col-item {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-knowledge__img-col-item p {
    height: auto;
  }
}
.p-knowledge__img-col-item img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.p-knowledge__img-col-item h4 {
  display: block;
  width: 100%;
  border-bottom: solid 2px #D5D5D6;
  padding-bottom: 5px;
}

.p.-knowledge_list5 li {
  padding: 5px 0;
  margin-top: 10px;
  line-height: 1.8;
}
.p.-knowledge_list5 dd {
  padding-left: 10px;
  line-height: 1.8;
}

.p-knowledge__img-float {
  float: right;
  clear: both;
  width: 35%;
  height: auto;
  margin: 40px;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-knowledge__img-float {
    float: none;
    width: 100%;
    margin-inline: auto;
    margin: 8vw 2.6666666667vw 2.6666666667vw;
  }
}
.p-knowledge__img-float > img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.p-knowledge5-clear {
  clear: both;
}

.p-knowledge__p-list {
  padding-left: 20px;
  line-height: 1.8;
}
.p-knowledge__p-list li {
  margin-bottom: 0px;
}

.p-knowledge__h3 {
  line-height: 1.3;
}
.p-knowledge__h3 span {
  display: block;
  letter-spacing: 0.1em;
}

.u-decoration-blue::before {
  top: 55%;
  height: 90%;
}

.p-knowledge__ol {
  list-style-type: decimal;
  padding-left: 40px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .cmn_tbl1_wrap {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
}

.cmn_tbl1_wrap table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cmn_tbl1,
.cmn_tbl2 {
  width: 100%;
  line-height: 1.5;
  border: 1px solid #D5D5D6;
}

.cmn_tbl1 th {
  background: #F7F5F1;
  padding: 15px;
  border-top: 1px solid #D5D5D6;
  border-left: 1px solid #D5D5D6;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  width: 120px;
  white-space: nowrap;
}

.cmn_tbl1 tr > th:first-child {
  border-left: none;
}

.cmn_tbl1 .cmn_tbl1_thDivide {
  border-left: 1px solid #D5D5D6 !important;
  text-align: center;
  padding: 15px 5px;
}

.cmn_tbl1 td,
.cmn_tbl2 td {
  padding: 15px;
  border-top: 1px solid #D5D5D6;
  border-left: 1px solid #D5D5D6;
  line-height: 1.5;
  vertical-align: middle;
}

.cmn_tbl1 tr:last-child th,
.cmn_tbl1 tr:last-child td {
  border-bottom: 1px solid #D5D5D6;
}

.cmn_tbl1 tr > th:first-child {
  border-left: none;
}

.cmn_tbl1 .cmn_tbl1_borderB {
  border-bottom: 1px solid #D5D5D6 !important;
}

.cmn_note1 {
  line-height: 1.5;
}

.cmn_tbl2 th {
  background: #F7F5F1;
  padding: 15px;
  border-top: 1px solid #D5D5D6;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .cmn_tbl2 th {
    display: block;
    width: 100%;
  }
}

.cmn_tbl2 td {
  padding: 15px;
  border-top: 1px solid #D5D5D6;
  border-left: 1px solid #D5D5D6;
}
@media screen and (max-width: 767px) {
  .cmn_tbl2 td {
    display: block;
    width: 100%;
    border-left: none;
  }
}

.cmn_tbl2 tr:last-child th,
.cmn_tbl2 tr:last-child td {
  border-bottom: 1px solid #D5D5D6;
}

.indication_tbl1 tr:first-child th:nth-child(2) {
  width: 35%;
}

.indication_tbl1 tr:first-child th:nth-child(3) {
  width: 10%;
}

.indication_tbl1 tr:first-child th:nth-child(4) {
  width: 10%;
}

.cmn_tbl1 .cmn_tbl1_borderL {
  border-left: 1px solid #D5D5D6 !important;
}

.p-knowledge5__table th {
  width: auto;
  min-width: 200px;
}

.cmn_tbl3 {
  width: 100%;
}

.cmn_tbl3 th {
  background: #F7F5F1;
  padding: 15px;
  border-top: 1px solid #D5D5D6;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  width: 240px;
  border-right: 1px solid #D5D5D6;
  text-align: center;
}

.cmn_tbl3 th:last-child {
  border-right: none;
}

.cmn_tbl3 td {
  padding: 15px;
  border-top: 1px solid #D5D5D6;
  border-right: 1px solid #D5D5D6;
  vertical-align: middle;
}

.cmn_tbl3 td:last-child {
  border-right: none;
}

.cmn_tbl3 tr:last-child td {
  border-bottom: 1px solid #D5D5D6;
}

.fz_big {
  font-size: 34px;
}

.taC {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .cmn_tbl3_wrap {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
}
/*# sourceMappingURL=maps/knowledge.css.map */