.pd_sp-only {
  display: none;
}
.pd_pc-only {
  display: block;
}
@media (max-width: 640px) {
  .pd_sp-only {
    display: block;
  }
  .pd_pc-only {
    display: none;
  }
}
.pd_service {
  background: #dee3ed;
  padding: 50px 0;
}
.pd_service h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .pd_service h2 {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .pd_service {
    padding: 50px 20px;
  }
}
.pd_service_notice {
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
}
.pd_service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pd_service_list li {
  width: 312px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
          box-shadow: 0 0 8px rgba(0,0,0,0.2);
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .pd_service_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: auto;
  }
  .pd_service_list li {
    width: 100%;
  }
  .pd_service_list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.pd_service_link {
  color: #000;
  display: block;
  padding: 25px 20px;
}
.pd_service_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.pd_service_aircon img {
  margin-top: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pd_service_productImg {
  height: 171px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 26px;
}
.pd_service_productName {
  color: #4a5872;
  font-size: 16px;
  font-weight: bold;
}
.pd_service_productInfo {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
}
.pd_service_detail {
  color: #4a5872;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pd_service_detail::after {
  display: inline-block;
  content: '';
  width: 13px;
  height: 13px;
  background: url("/store/page/pcare/img/arrow_blue.svg") no-repeat;
  background-size: contain;
  margin-left: 1rem;
}
.pd_contact {
  background: #f2f2f2;
  padding: 50px 0;
}
@media screen and (max-width: 640px) {
  .pd_contact {
    padding: 50px 20px;
  }
}
.pd_contact_description {
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
  font-size: 14px;
}
.pd_contact_description_title {
  width: 100%;
}
.pd_contact_description_list {
  width: 100%;
  margin-bottom: 16px;
}
.pd_contact_description li {
  line-height: 28px;
  color: #000;
  padding-left: 1em;
  text-indent: -1em;
}
.pd_contact_link {
  color: #394765;
  text-decoration: underline;
}
.pd_contact_inner {
  background: #fff;
  margin: 80px auto;
  padding: 24px 0;
  text-align: center;
}
.pd_contact_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pd_contact_space {
  font-size: 16px;
  margin-bottom: 27px;
}
@media screen and (max-width: 640px) {
  .pd_contact_space {
    margin-bottom: 10px;
  }
}
.pd_contact_info {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .pd_contact_info {
    line-height: 28px;
  }
}
#pd_main-footer {
  margin-top: 0;
}
.pd_fontMiddle {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.pd_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #364563;
}
@media screen and (max-width: 640px) {
  .pd_title {
    font-size: 24px;
    font-weight: bold;
  }
}
.pd_contentsWrap {
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .pd_contentsWrap {
    margin: 0 20px;
  }
}
.pd_subtitle {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 70px;
}
@media screen and (max-width: 640px) {
  .pd_subtitle {
    font-size: 16px;
    font-weight: bold;
  }
}
.pd_applyButton {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  background: #364563;
  border-radius: 8px;
  padding: 30px;
  display: block;
  text-align: center;
  width: 640px;
  margin: auto;
  position: relative;
}
.pd_applyButton::after {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 35px;
  right: 15px;
  background: url("/store/page/pcare/aircon/img/arrow_white.svg") no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 640px) {
  .pd_applyButton::after {
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    top: 24px;
  }
}
.pd_applyButton:hover {
  opacity: 0.9;
}
@media screen and (max-width: 640px) {
  .pd_applyButton {
    width: 90%;
    font-size: 15px;
    font-weight: bold;
    padding: 20px;
  }
}
.pd_applyButton-description {
  text-align: center;
  margin-top: 24px;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 640px) {
  .pd_applyButton-description {
    font-size: 14px;
  }
}
.pd_table_pc-only {
  display: table;
}
@media screen and (max-width: 640px) {
  .pd_table_pc-only {
    display: none;
  }
}
.pd_table_sp-only {
  display: none;
}
@media screen and (max-width: 640px) {
  .pd_table_sp-only {
    display: table;
  }
}
.pd_keyvisual {
  height: 752px;
  background: url("/store/page/pcare/aircon/img/main.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .pd_keyvisual {
    background: url("/store/page/pcare/aircon/img/main_sp.png") no-repeat;
    background-size: cover;
    background-position: center;
    height: 760px;
  }
}
.pd_keyvisualIntro {
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .pd_keyvisualIntro {
    width: 89%;
  }
}
.pd_keyvisualIntro h1 {
  font-size: 38px;
  text-align: center;
  background-color: rgba(255,255,255,0.9);
  color: #000;
  padding: 18px 0 12px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .pd_keyvisualIntro h1 {
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 18px 51px;
    margin-bottom: 20px;
  }
}
.pd_keyvisual_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin: 38px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pd_keyvisual_list li {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #fff;
  color: #364563;
  position: relative;
  font-weight: bold;
}
.pd_keyvisual_list li:first-child::after {
  display: block;
  content: '';
  width: 58px;
  height: 58px;
  background: url("/store/page/pcare/aircon/img/bell.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 40px;
}
@media screen and (max-width: 640px) {
  .pd_keyvisual_list li:first-child::after {
    display: block;
    content: '';
    width: 41px;
    height: 41px;
    top: 24.5px;
  }
}
.pd_keyvisual_list li:nth-child(2) p {
  bottom: 14px;
}
@media screen and (max-width: 640px) {
  .pd_keyvisual_list li:nth-child(2) p {
    bottom: 10px;
  }
}
.pd_keyvisual_list li:nth-child(2)::after {
  display: block;
  content: '';
  width: 58px;
  height: 58px;
  background: url("/store/page/pcare/aircon/img/filter.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 40px;
}
@media screen and (max-width: 640px) {
  .pd_keyvisual_list li:nth-child(2)::after {
    display: block;
    content: '';
    width: 41px;
    height: 41px;
    top: 24.5px;
  }
}
.pd_keyvisual_list li:last-child::after {
  display: block;
  content: '';
  width: 58px;
  height: 58px;
  background: url("/store/page/pcare/aircon/img/guarantee.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 40px;
}
@media screen and (max-width: 640px) {
  .pd_keyvisual_list li:last-child::after {
    display: block;
    content: '';
    width: 41px;
    height: 41px;
    top: 24.5px;
  }
}
@media screen and (max-width: 640px) {
  .pd_keyvisual_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 275px;
    margin: 0 auto 35px;
  }
  .pd_keyvisual_list li {
    width: 119px;
    height: 119px;
  }
  .pd_keyvisual_list li:first-child {
    margin-right: 36px;
  }
}
.pd_keyvisual_icon {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .pd_keyvisual_icon {
    bottom: 27px;
    font-size: 11px;
  }
}
.pd_keyvisual_apply {
  background: #fff;
  display: block;
  width: 310px;
  border: 1px solid #4a5872;
  border-radius: 8px;
  color: #4a5872;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  padding: 14px 0;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .pd_keyvisual_apply {
    width: 100%;
    max-width: 312px;
  }
}
.pd_keyvisual_apply::after {
  position: absolute;
  top: 18px;
  right: 16px;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  background: url("/store/page/pcare/img/arrow_blue.svg") no-repeat;
  background-size: contain;
}
.pd_keyvisual_apply:hover {
  background-color: #f2f2f2;
  opacity: 0.9;
}
.pd_keyvisual_description {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  /* line-height: 1; */
  margin-top: 23px;
  background-color: #fff;
  /* width: 400px; */
  /* margin: 50px auto 10px auto; */
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #000;
  color: #364563;
}
.pd_servicePlan {
  padding: 80px 0 0;
  margin: 0 20px;
}
.pd_servicePlan_scroll {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_scroll {
    overflow-x: scroll;
  }
  .pd_keyvisual_description {
    background-color: #fff;
    margin: 20px auto 10px auto;
    padding: calc((8 / 375) * 100vw );
    border-radius: 5px;
    border: solid 1px #000;
    font-size: calc((12 / 375) * 100vw );
    color: #364563;
  }
}
.pd_servicePlan h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 640px) {
  .pd_servicePlan table {
    width: 600px;
  }
}
.pd_servicePlan table,
.pd_servicePlan td,
.pd_servicePlan th {
  border: 1px solid #919191;
  border-collapse: collapse;
}
.pd_servicePlan th,
.pd_servicePlan td {
  vertical-align: middle;
  padding: 20px;
}
.pd_servicePlan tr:nth-child(3) td:nth-child(2) {
  text-align: center;
}
.pd_servicePlan th {
  background: #e3e7f0;
  font-size: 16px;
  font-weight: bold;
  width: 213px;
}
@media screen and (max-width: 640px) {
  .pd_servicePlan th {
    width: 120px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_table {
    margin-top: 20px;
  }
}
.pd_servicePlan_table_iconWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_table_iconWrap {
    height: 102.8px;
  }
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_1 img {
    width: 54px;
  }
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_2 {
    width: 154px;
    margin: auto;
  }
  .pd_servicePlan_2 img {
    width: 100%;
  }
}
.pd_servicePlan_iconText {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_iconText {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
  }
}
.pd_servicePlan_bold {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_bold {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_narrowWidth {
    background: #e3e7f0;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 10px;
  }
}
.pd_servicePlan_narrow {
  background: #e3e7f0;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_narrow {
    font-size: 12px;
    font-weight: bold;
    border-right: 1px solid #919191;
    border-left: 1px solid #919191;
    padding: 0 5px !important;
    width: 68px !important;
  }
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_maintenance {
    padding-top: 45px;
  }
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_fix {
    padding-top: 23px;
    border-top: 1px solid #919191;
  }
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_fix2 {
    border-top: 1px solid #919191;
  }
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_textSpace {
    padding: 19px;
  }
}
.pd_servicePlan_contents .pd_servicePlan_textSpace {
  padding: 20px 20px 20px 80px;
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_contents .pd_servicePlan_textSpace {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_contents td {
    width: 80px;
  }
}
.pd_servicePlan_bkgGray {
  background: #e5e5e5;
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_bkgGray {
    text-align: center;
    border-top: 1px solid #919191;
  }
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_grid {
    border-right: 1px solid #919191;
    border-left: 1px solid #919191;
    border-bottom: 1px solid #919191;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 42px 70px 1fr;
    grid-template-columns: 42px 70px 1fr;
  }
}
@media screen and (max-width: 640px) {
  .pd_servicePlan_narrowWidth {
    -ms-grid-row-span: 3;
    grid-row: 3 span;
    padding-top: 89px;
  }
}
.pd_advantage {
  padding: 50px 0;
}
.pd_advantage h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 640px) {
  .pd_advantage {
    margin: 0 20px;
  }
}
.pd_advantage_graphWrap {
  position: relative;
}
.pd_advantage_graph_outside {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -5rem;
}
@media screen and (max-width: 640px) {
  .pd_advantage_graph_outside {
    font-size: 11px;
    font-weight: bold;
    top: -4rem;
  }
}
.pd_advantage_graph_outside::after {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  background: url("/store/page/pcare/aircon/img/arrow_black.svg") no-repeat;
  background-size: contain;
  margin-top: 3px;
}
@media screen and (max-width: 640px) {
  .pd_advantage_graph_outside::after {
    display: block;
    content: '';
    width: 11px;
    height: 11px;
  }
}
.pd_advantage_graph_outside_item1 {
  left: 0;
}
.pd_advantage_graph_outside_item2 {
  left: 203px;
}
@media screen and (max-width: 640px) {
  .pd_advantage_graph_outside_item2 {
    left: 113px;
  }
}
.pd_advantage_graph_outside_item3 {
  color: #d97126;
  right: 0;
  top: -12.5rem;
  text-align: center;
}
.pd_advantage_graph_outside_item3::after {
  background: url("/store/page/pcare/aircon/img/arrow_orange.svg") no-repeat;
  background-size: contain;
  -webkit-transform: translateX(54px);
          transform: translateX(54px);
}
@media screen and (max-width: 640px) {
  .pd_advantage_graph_outside_item3::after {
    -webkit-transform: translateX(38px);
            transform: translateX(38px);
  }
}
@media screen and (max-width: 640px) {
  .pd_advantage_graph_outside_item3 {
    top: -8.5rem;
    right: -10px;
    font-size: 10px;
  }
}
.pd_advantage_graph_inside {
  width: 95%;
  margin: auto;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .pd_advantage_graph_inside {
    width: 94%;
    margin-right: 0;
  }
}
.pd_advantage_graph_inside_gray {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: bold;
  background: #fdf5ef;
  border-right: 1px solid rgba(0,0,0,0.2);
  padding: 25px;
  width: 200px;
}
@media screen and (max-width: 640px) {
  .pd_advantage_graph_inside_gray {
    width: 105px;
    font-size: 12px;
    font-weight: bold;
    padding: 25px 10px;
  }
}
.pd_advantage_graph_inside_orange {
  color: #d97126;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: calc(100% - 200px);
}
@media screen and (max-width: 640px) {
  .pd_advantage_graph_inside_orange {
    width: calc(100% - 105px);
    font-size: 13px;
    font-weight: bold;
  }
}
.pd_advantage_present {
  width: 263px;
  background: #fdf5ef;
  border: 1px solid #d97126;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 20px 0;
  position: absolute;
  bottom: -210px;
}
@media screen and (max-width: 640px) {
  .pd_advantage_present {
    width: 220px;
  }
}
.pd_advantage_present::before {
  display: block;
  content: "";
  width: 1px;
  border-left: 1px solid #d97126;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 40px;
  top: -41px;
}
.pd_advantage_present::after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  background: #d97126;
  border-radius: 50%;
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pd_advantage_present_orange {
  color: #d97126;
  font-size: 16px;
  font-weight: bold;
  margin-top: 17px;
}
@media screen and (max-width: 640px) {
  .pd_advantage_present_orange {
    font-size: 14px;
    font-weight: bold;
  }
}
.pd_advantage_present1 {
  left: 249px;
}
@media screen and (max-width: 640px) {
  .pd_advantage_present1 {
    left: 5%;
  }
}
@media screen and (max-width: 640px) {
  .pd_advantage_present1::before {
    height: 45px;
    top: -45px;
  }
}
@media screen and (max-width: 640px) {
  .pd_advantage_present1::after {
    top: -51px;
  }
}
.pd_advantage_present2 {
  left: 600px;
}
@media screen and (max-width: 640px) {
  .pd_advantage_present2 {
    left: 26%;
    bottom: -306px;
  }
  .pd_advantage_present2 img {
    display: none;
  }
}
.pd_advantage_present2::before {
  height: 40px;
  top: -41px;
}
@media screen and (max-width: 640px) {
  .pd_advantage_present2::before {
    height: 220px;
    top: -220px;
    left: 78%;
  }
}
@media screen and (max-width: 640px) {
  .pd_advantage_present2::after {
    top: -224px;
    left: 78%;
  }
}
@media screen and (max-width: 640px) {
  .pd_advantage_present2 .pd_advantage_present_orange {
    margin-top: 0px;
  }
}
.pd_advantage_filterWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  margin-top: 300px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pd_advantage_filterWrap .pd_advantage_filter_orange {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .pd_advantage_filterWrap {
    margin-top: 350px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.pd_advantage_filter_textWrap {
  width: 50%;
}
.pd_advantage_filter_textWrap dd {
  font-size: 20px;
  font-weight: bold;
  line-height: 42px;
}
@media screen and (max-width: 640px) {
  .pd_advantage_filter_textWrap {
    width: 100%;
    margin-bottom: 40px;
  }
  .pd_advantage_filter_textWrap dd {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
  }
}
.pd_advantage_filter_space {
  margin-bottom: 40px;
}
.pd_advantage_filter_orange {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #d97126;
}
@media screen and (max-width: 640px) {
  .pd_advantage_filter_orange {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.pd_advantage_text_large {
  color: #d97126;
  margin-top: 235px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .pd_advantage_text_large {
    margin-top: 350px;
    font-size: 23px;
    font-weight: bold;
  }
  .pd_advantage_text_large::after {
    right: 24px;
    top: -6px;
    font-size: 11px;
  }
}
.pd_advantage_text_small {
  color: #d97126;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .pd_advantage_text_small {
    font-size: 11px;
  }
}
.pd_merchandise {
  width: 100%;
  border-radius: 6px;
  margin: 50px auto 0;
  border: solid 1px rgba(0,0,0,0.2);
  padding: 50px 20px;
}
.pd_merchandise_title {
  font-size: 30px;
  margin-bottom: 18px;
  text-align: center;
  font-weight: 500;
}
.pd_merchandise_title a {
  color: #394765;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .pd_merchandise_title {
    font-size: 24px;
  }
}
.pd_merchandise_content {
  font-size: 18px;
  text-align: center;
}
.pd_merchandise_link {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}
.pd_merchandise_link a {
  color: #394765;
  text-decoration: underline;
}
.pd_flow {
  background: #f2f2f2;
  padding: 80px 0;
}
.pd_flow h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}
.pd_flow_subTitle {
  text-align: center;
  margin-bottom: 24px;
}
.pd_flow_wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .pd_flow_wrap li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 30px;
  }
}
.pd_flow_wrap_inner {
  border-left: 3px solid #364563;
  margin-left: 50px;
  padding-left: 50px;
  width: 85%;
}
@media screen and (max-width: 640px) {
  .pd_flow_wrap_inner {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    margin-bottom: 37px;
  }
}
.pd_flow_step {
  color: #364563;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .pd_flow_step {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .pd_flow_step::after {
    display: block;
    content: '';
    width: 30px;
    height: 2px;
    background: #364563;
    margin: 10px auto 20px;
  }
}
.pd_flow_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 26px;
  color: #364563;
}
@media screen and (max-width: 640px) {
  .pd_flow_title {
    font-size: 16px;
    text-align: center;
  }
}
.pd_flow_bold {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .pd_flow_bold {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
.pd_flow_link {
  color: #364563;
  text-decoration: underline;
}
.pd_flow_spaceTop {
  margin-top: 20px;
}
.pd_flow_receipt {
  margin: 37px 0 20px;
  padding: 16px 0;
  border-top: 1px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.pd_flow_border {
  font-size: 17px;
  font-weight: bold;
  color: #364563;
  position: relative;
}
.pd_flow_border:hover {
  cursor: pointer;
}
.pd_flow_border::after {
  position: absolute;
  top: 6px;
  right: 0;
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: url("/store/page/pcare/aircon/img/open.svg") no-repeat;
  background-size: contain;
}
.pd_flow_accordion {
  display: none;
}
.pd_flow_requirement {
  border: 1px solid rgba(0,0,0,0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 980px;
  margin: 0 auto 80px;
  padding: 20px 30px;
  border-radius: 8px;
}
.pd_flow_requirement dt {
  font-weight: bold;
  margin-right: 50px;
}
@media screen and (max-width: 640px) {
  .pd_flow_requirement {
    margin: 0 20px 40px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pd_flow_requirement dt {
    margin-bottom: 20px;
  }
}
.pd_flow_requirement a {
  text-decoration: underline;
  color: #000;
}
.pd_question {
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .pd_question {
    padding: 80px 0 120px;
  }
}
.pd_question h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.pd_question_model_wrap {
  margin: 30px 0;
}
.pd_question_model_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 29px;
}
.pd_question_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .pd_question_list {
    margin-bottom: 40px;
  }
}
.pd_question_list dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #364563;
  position: relative;
  padding-left: 27px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding-bottom: 20px;
}
.pd_question_list dt:hover {
  cursor: pointer;
}
.pd_question_list dt::before {
  display: inline-block;
  content: '';
  width: 25px;
  height: 25px;
  background: url("/store/page/pcare/aircon/img/question.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: -2px;
  left: 0;
}
.pd_question_list dt::after {
  position: absolute;
  top: 6px;
  right: 0;
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: url("/store/page/pcare/aircon/img/open.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .pd_question_list dt {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #364563;
    padding-right: 10px;
  }
}
.pd_question_list dd {
  display: none;
  position: relative;
  padding-left: 27px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.pd_question_list dd:not(:last-child) {
  margin-bottom: 24px;
}
.pd_question_list dd::before {
  display: inline-block;
  content: '';
  width: 25px;
  height: 25px;
  background: url("/store/page/pcare/aircon/img/answer.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: -4px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .pd_question_list dd::before {
    top: -2px;
  }
}
.pd_question_list dd .pd_question_product_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pd_question_list_apply {
  margin: 20px 0;
}
.pd_question_product_list {
  width: calc(100% / 6);
}
@media screen and (max-width: 640px) {
  .pd_question_product_list {
    width: 50%;
  }
}
.pd_service_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pd_service_list li:first-child {
  margin-right: 20px;
}
.pd_js-open {
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
}
.pd_js-open::after {
  position: absolute !important;
  top: 12px !important;
  right: 0 !important;
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: url("/store/page/pcare/aircon/img/close.svg") no-repeat !important;
  background-size: contain !important;
}

/*# sourceMappingURL=style.css.map */
