/* CSS Document */
#hero {
  position: relative;
  margin: 0 -15px;
}
#hero img {
  display: block;
  margin: auto;
  max-height: 640px;
}
@media (max-width: 1690px) {
  #hero img {
    width: 100%;
    max-height: auto;
  }
}

.statement {
  color: #000 !important;
  text-align: center;
}
@media (max-width: 512px) {
  .statement {
    text-align: left;
    font-size: 16px;
  }
}

#check-wrap {
  margin-bottom: 50px;
  border-radius: 20px;
}
#check-wrap .flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 15px;
}
#check-wrap .flex h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #666;
  text-align: center;
}
#check-wrap .flex h3 img {
  margin: auto;
  width: 70%;
}
#check-wrap .flex .check_man img {
  width: auto;
  height: 300px;
  padding: 15px;
}
@media (max-width: 480px) {
  #check-wrap .flex .check_man img {
    height: 260px;
    padding: 0 15px;
  }
}
#check-wrap #checklist {
  background-color: #f9efe5;
  padding: 30px;
}
@media (max-width: 480px) {
  #check-wrap #checklist {
    padding: 15px 15px 35px 15px;
  }
}
#check-wrap #checklist .question {
  font-size: 18px;
  padding: 20px 10px;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 768px) {
  #check-wrap #checklist .question {
    padding: 10px 0;
    font-size: 16px;
  }
}
#check-wrap #checklist .question:first-of-type {
  border-top: 1px solid #d4d4d4;
}
#check-wrap #checklist .question label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
#check-wrap #checklist .question input[type=checkbox] {
  cursor: pointer;
  position: relative;
  width: 24px !important;
  height: 24px;
  border-radius: 4px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}
#check-wrap #checklist .question input[type=checkbox]:checked:before {
  position: absolute;
  top: 0;
  left: 6px;
  transform: rotate(50deg);
  width: 7px;
  height: 14px;
  border-right: 3px solid #db3529;
  border-bottom: 3px solid #db3529;
  content: "";
}
#check-wrap #checklist .question span {
  display: inline-block;
  width: calc(90% - 30px);
}
@media (max-width: 480px) {
  #check-wrap #checklist .question span {
    width: 100%;
    padding-left: 16px;
    text-indent: -16px;
  }
}
#check-wrap #checklist #results {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  font-size: 20px;
}
#check-wrap #checklist #results #totalScore {
  background-color: #fff;
  font-size: 50px;
  padding: 0 15px;
  border-radius: 5px;
  line-height: 1;
}
#check-wrap #checklist #results .flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  line-height: 1.2em;
}
#check-wrap #checklist #results .flex .flex-txt {
  text-align: center;
  font-size: 16px;
}
#check-wrap h4 {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  font-size: 20px !important;
}
#check-wrap .result-next {
  margin: 30px auto 0;
  width: 5%;
}
#check-wrap .results-box .result {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border: 3px solid #eee;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  margin-bottom: 10px;
}
#check-wrap .results-box .result p {
  margin-bottom: 0;
}
#check-wrap .results-box .result.highlight {
  border: 2px solid #dc3529;
  background-color: #ffebeb;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#check-wrap .results-box h5 {
  display: flex;
  font-weight: bold;
  align-items: center;
  font-size: 24px;
  margin-bottom: 8px;
  gap: 20px;
}
@media (max-width: 480px) {
  #check-wrap .results-box h5 {
    font-size: 22px;
  }
}
#check-wrap .results-box h5 span.small {
  font-size: 16px;
}
@media (max-width: 480px) {
  #check-wrap .results-box h5 span.small {
    display: inline-block;
    line-height: 1.2;
  }
}
#check-wrap .results-box h5 strong {
  font-size: 2.4em;
}
#check-wrap .results-box .result_man {
  width: 20%;
  text-align: center;
}
#check-wrap .results-box .result_man img {
  width: 60px;
}
#check-wrap .result-end {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 480px) {
  #check-wrap .result-end {
    font-size: 18px;
  }
}
#check-wrap .result-end strong {
  color: #dc3529;
}
@media (max-width: 480px) {
  #check-wrap .flex.lisklv-box {
    display: block;
  }
}
#check-wrap .lisklv {
  padding: 15px 15px 0 15px;
  width: 33.3%;
  text-align: center;
}
@media (max-width: 480px) {
  #check-wrap .lisklv {
    margin-bottom: 10px;
    padding: 15px 15px 1px 15px;
    width: 100%;
  }
}
#check-wrap .lisklv.lv3 {
  background-color: #dc3529;
  color: #fff;
}
#check-wrap .lisklv.lv2 {
  background-color: #ff9773;
}
#check-wrap .lisklv.lv1 {
  background-color: #ffdacc;
}
#check-wrap .lisklv .tit {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
#check-wrap .lisk-table {
  margin: 20px 0 30px;
}
#check-wrap .lisk-table a {
  font-size: 14px;
}
#check-wrap .lisk-table table {
  border-collapse: collapse;
}
#check-wrap .lisk-table table tr.highlight-row {
  background-color: #fffacd;
}
#check-wrap .lisk-table table tr.highlight-row th {
  background-color: #cad9e6;
  font-weight: bold;
}
#check-wrap .lisk-table table th,
#check-wrap .lisk-table table td {
  padding: 5px;
}
#check-wrap .lisk-table table th,
#check-wrap .lisk-table table .nowrap {
  text-wrap: nowrap;
}
#check-wrap .lisk-table table th {
  font-size: 12px;
  text-align: center;
}
#check-wrap .lisk-table table th.q {
  padding-left: 36px;
  text-align: left;
  text-indent: -14px;
  font-size: 14px;
}
@media (max-width: 480px) {
  #check-wrap .lisk-table table th.q {
    padding-left: 26px;
  }
}
#check-wrap .lisk-table table td {
  padding: 15px 10px;
}
#check-wrap .lisk-table table td.lv3 {
  text-align: center;
  background-color: #dc3529;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
#check-wrap .lisk-table table td.lv2 {
  text-align: center;
  background-color: #ff9773;
  font-weight: bold;
  font-size: 18px;
}
#check-wrap .lisk-table table td.lv1 {
  text-align: center;
  background-color: #ffdacc;
  font-weight: bold;
  font-size: 18px;
}
#check-wrap .experts .column-air {
  margin-top: 0;
}
#check-wrap .experts p {
  font-size: 14px;
}
#check-wrap .experts a {
  color: #000;
}
#check-wrap .experts a:hover {
  text-decoration: none;
}
#check-wrap .experts a span.g-link:hover {
  text-decoration: underline;
}

/* sns */
.sns_btn {
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  top: 0;
  width: 960px;
}

.sns_btn ul {
  float: right;
  position: absolute;
  right: 0;
  top: -55px;
}

.sns_btn li {
  float: left;
}

.g-breadcrumbs + .sns_btn ul {
  top: 9px;
  z-index: 2;
}

.hidden_pc_sns,
.hidden_pc_sns.static {
  display: none;
}

#sns_facebook {
  margin-right: 1em;
}

@media only screen and (max-width: 959px) {
  .sns_btn {
    width: 100%;
    background: #edf2f5 none repeat scroll 0 0;
    bottom: 0;
    box-shadow: 0 6px 5px 5px;
    display: inline-block;
    left: 0;
    padding: 15px 10px 5px;
    position: fixed;
    right: 0;
    z-index: 10;
    top: auto;
  }
  .sns_btn ul {
    float: none;
    position: static;
    right: 0;
    top: 0;
  }
  .snsdiv {
    width: 100%;
  }
  .sns_btn li {
    float: left;
    text-align: center;
  }
}
#menu-wrap {
  margin: 50px -15px 0;
  padding: 110px 0 70px;
  background: 0 0 no-repeat url("/-/media/Project/Daikin/daikin_co_jp/air/life/heat_project/images/cnt_menu_bg_1 jpg"), 0 bottom no-repeat url("/-/media/Project/Daikin/daikin_co_jp/air/life/heat_project/images/cnt_menu_bg_2 jpg");
  background-size: 100% auto, 100% auto;
  background-color: #e2f6ff;
}
@media (max-width: 512px) {
  #menu-wrap {
    padding: 40px 0;
  }
}
#menu-wrap #menu-cnt {
  padding: 50px 15px;
}
@media (max-width: 512px) {
  #menu-wrap #menu-cnt {
    padding: 20px 15px 0;
  }
}
#menu-wrap h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 512px) {
  #menu-wrap h2 {
    gap: 0;
  }
}
#menu-wrap h2 .line {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 512px) {
  #menu-wrap h2 .line {
    font-size: 24px;
    line-height: 1.6;
  }
}
#menu-wrap h2 .strong {
  font-size: 40px;
}
@media (max-width: 512px) {
  #menu-wrap h2 .strong {
    font-size: 32px;
  }
}
#menu-wrap h2 .small {
  font-size: 20px;
}
@media (max-width: 512px) {
  #menu-wrap h2 .small {
    font-size: 18px;
  }
}

#sc2 .flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 0;
}
#sc2 .flex p,
#sc2 .flex a {
  margin-bottom: 0;
  font-size: 12px !important;
  line-height: 1.2;
}
@media (max-width: 512px) {
  #sc2 .flex p,
#sc2 .flex a {
    font-size: 10px !important;
  }
}
@media (max-width: 512px) {
  #sc2 .flex p {
    padding: 5px;
  }
}
#sc2 .flex img {
  width: 40px;
}
@media (max-width: 512px) {
  #sc2 .flex img {
    width: 30px;
  }
}

#sc1,
#sc2,
#sc3,
#sc4 {
  padding: 70px 0;
}
@media (max-width: 512px) {
  #sc1,
#sc2,
#sc3,
#sc4 {
    padding: 50px 0 0;
  }
}
#sc1 h4,
#sc1 h5,
#sc1 p,
#sc1 a,
#sc2 h4,
#sc2 h5,
#sc2 p,
#sc2 a,
#sc3 h4,
#sc3 h5,
#sc3 p,
#sc3 a,
#sc4 h4,
#sc4 h5,
#sc4 p,
#sc4 a {
  font-size: 16px;
}
@media (max-width: 512px) {
  #sc1 h4,
#sc1 h5,
#sc1 p,
#sc1 a,
#sc2 h4,
#sc2 h5,
#sc2 p,
#sc2 a,
#sc3 h4,
#sc3 h5,
#sc3 p,
#sc3 a,
#sc4 h4,
#sc4 h5,
#sc4 p,
#sc4 a {
    font-size: 14px;
  }
}
#sc1 .g-p-s,
#sc2 .g-p-s,
#sc3 .g-p-s,
#sc4 .g-p-s {
  display: inline-block;
  line-height: 1.3em;
}
#sc1 .h2-sec-title,
#sc2 .h2-sec-title,
#sc3 .h2-sec-title,
#sc4 .h2-sec-title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
#sc1 .h2-sec-title div,
#sc2 .h2-sec-title div,
#sc3 .h2-sec-title div,
#sc4 .h2-sec-title div {
  position: relative;
  display: inline-block;
}
#sc1 .h2-sec-title div.sc1::before,
#sc2 .h2-sec-title div.sc1::before,
#sc3 .h2-sec-title div.sc1::before,
#sc4 .h2-sec-title div.sc1::before {
  display: block;
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  left: -100px;
  top: 0;
  background: 0 0 no-repeat url("/-/media/Project/Daikin/daikin_co_jp/air/life/heat_project/images/img_sec1_01 png");
  background-size: 100% auto;
}
@media (max-width: 512px) {
  #sc1 .h2-sec-title div.sc1::before,
#sc2 .h2-sec-title div.sc1::before,
#sc3 .h2-sec-title div.sc1::before,
#sc4 .h2-sec-title div.sc1::before {
    margin: auto;
    position: static;
  }
}
#sc1 .h2-sec-title div.sc2::before,
#sc2 .h2-sec-title div.sc2::before,
#sc3 .h2-sec-title div.sc2::before,
#sc4 .h2-sec-title div.sc2::before {
  display: block;
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  left: -100px;
  top: 0;
  background: 0 0 no-repeat url("/-/media/Project/Daikin/daikin_co_jp/air/life/heat_project/images/img_sec2_01 png");
  background-size: 100% auto;
}
@media (max-width: 512px) {
  #sc1 .h2-sec-title div.sc2::before,
#sc2 .h2-sec-title div.sc2::before,
#sc3 .h2-sec-title div.sc2::before,
#sc4 .h2-sec-title div.sc2::before {
    margin: auto;
    position: static;
  }
}
#sc1 .h2-sec-title div.sc3,
#sc2 .h2-sec-title div.sc3,
#sc3 .h2-sec-title div.sc3,
#sc4 .h2-sec-title div.sc3 {
  padding: 20px 0;
}
#sc1 .h2-sec-title div.sc3::before,
#sc2 .h2-sec-title div.sc3::before,
#sc3 .h2-sec-title div.sc3::before,
#sc4 .h2-sec-title div.sc3::before {
  display: block;
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  left: -100px;
  top: 0;
  background: 0 0 no-repeat url("/-/media/Project/Daikin/daikin_co_jp/air/life/heat_project/images/img_sec3_01 png");
  background-size: 100% auto;
}
@media (max-width: 512px) {
  #sc1 .h2-sec-title div.sc3::before,
#sc2 .h2-sec-title div.sc3::before,
#sc3 .h2-sec-title div.sc3::before,
#sc4 .h2-sec-title div.sc3::before {
    margin: auto;
    position: static;
  }
}
#sc1 .h2-sec-title span,
#sc2 .h2-sec-title span,
#sc3 .h2-sec-title span,
#sc4 .h2-sec-title span {
  font-size: 20px;
  font-weight: normal;
}
#sc1 .column-air,
#sc2 .column-air,
#sc3 .column-air,
#sc4 .column-air {
  margin-top: 30px;
  background-color: #e8f8ff;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 512px) {
  #sc1 .column-air,
#sc2 .column-air,
#sc3 .column-air,
#sc4 .column-air {
    padding: 16px 20px;
  }
}
#sc1 .g-column-white,
#sc2 .g-column-white,
#sc3 .g-column-white,
#sc4 .g-column-white {
  margin-top: 30px;
  border: 0;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 512px) {
  #sc1 .g-column-white,
#sc2 .g-column-white,
#sc3 .g-column-white,
#sc4 .g-column-white {
    padding: 16px 20px;
  }
}
#sc1 .column-trivia,
#sc2 .column-trivia,
#sc3 .column-trivia,
#sc4 .column-trivia {
  margin-top: 30px;
  border: 0;
  border-radius: 20px;
  padding: 10px 30px 30px;
  background-color: #fff;
  border: 1px solid #ccc;
}
@media (max-width: 512px) {
  #sc1 .column-trivia,
#sc2 .column-trivia,
#sc3 .column-trivia,
#sc4 .column-trivia {
    padding: 16px 20px;
  }
}
#sc1 .column-trivia h3,
#sc2 .column-trivia h3,
#sc3 .column-trivia h3,
#sc4 .column-trivia h3 {
  color: #09c;
  border-bottom: 1px dashed #09c;
}

#sc2,
#sc4 {
  margin: 50px -15px 0;
  margin-top: 50px;
  padding: 110px 0 70px;
  background: 0 0 no-repeat url("/-/media/Project/Daikin/daikin_co_jp/air/life/heat_project/images/img_sec_bg_1 jpg"), 0 bottom no-repeat url("/-/media/Project/Daikin/daikin_co_jp/air/life/heat_project/images/img_sec_bg_2 jpg");
  background-size: 100% auto, 100% auto;
  background-color: #e2f6ff;
}
@media (max-width: 959px) {
  #sc2,
#sc4 {
    padding: 110px 15px 70px;
  }
}
@media (max-width: 512px) {
  #sc2,
#sc4 {
    padding: 50px 15px 50px;
  }
}

#sc4 {
  background: 0 0 no-repeat url("/-/media/Project/Daikin/daikin_co_jp/air/life/heat_project/images/img_sec_bg_1 jpg");
  background-size: 100% auto;
  background-color: #e2f6ff;
}

.bold {
  font-weight: bold;
}

@media (max-width: 512px) {
  #expert {
    margin-top: 40px;
  }
}
#expert .tit_name {
  color: #000;
  font-weight: bold;
  font-size: 22px;
}
#expert .tit_name span {
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 512px) {
  #expert .tit_name {
    text-align: left;
    font-size: 16px;
  }
}
#expert .expert_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#expert .expert_tit .photo {
  width: 150px;
}
#expert .expert_tit .name {
  text-align: left;
}
#expert .pad1em {
  font-size: 16px;
}
#expert .pad1em::first-letter {
  margin-left: 1em;
}
@media (max-width: 512px) {
  #expert .pad1em {
    font-size: 14px;
  }
}
#expert .profile-box .pad1em {
  font-size: 14px;
}

.level {
  font-size: 16px;
}
@media (max-width: 512px) {
  .level {
    font-size: 14px;
  }
}
.level .level_table {
  width: 100%;
}
.level .level_table th,
.level .level_table td {
  padding: 10px;
  background-color: #fff;
}
.level .level_table th {
  text-align: center;
  font-weight: bold;
  background-color: #646464;
  color: #fff;
}
.level .level_table th.em1 {
  background-color: #ff4b00;
}
.level .level_table th.em2 {
  background-color: #ffa580;
}
.level .level_table th.em3 {
  background-color: #ffdacc;
}
.level .level_table td.em1 {
  background-color: #ff4a05;
}
.level .level_table td.triangle {
  padding: 0;
  text-align: center;
  font-size: 20px;
  color: #646464;
  background-color: transparent;
}
/*# sourceMappingURL=cms_v2.css.map */