
#recommenditemes {
    text-align: center;
    max-width:1200px;
    margin: 10px;
}
#recommenditemes li{
    display:inline-block;
    padding:10px;
    width:20%;
    text-align:center;
}
@media (max-width: 640px) {
	#recommenditemes li{
	    padding:10px;
	    width:45%;
	}
}
#recommenditemes li img{
    width:94%;
}
#recommenditemes li a{
    text-decoration:none;
    color:#000;
}
#service_about h2{
    margin-top: 50px;
}
#service_about h3{
    border-bottom: solid 2px #000;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 5px;
}

ul#noticetxt li{
    padding-left: 1em;
    text-indent: -1em;
}

.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: 22px;
  font-weight: bold;
  text-align: center;
}
.pd_title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #364563;
}
@media screen and (max-width: 640px) {
  .pd_title {
    font-size: 28px;
    font-weight: bold;
  }
}
.pd_contentsWrap {
  max-width: 976px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .pd_contentsWrap {
    width: 100%;
  }
}
.pd_keyvisual {
  height: 464px;
  background: url("../img/main.png") no-repeat;
  /* background-size: cover; */
  background-position: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .pd_keyvisual {
    background: url("../img/main_sp.png") no-repeat;
    background-size: cover;
    background-position: center;
    height: 418px;
  }
}
.pd_keyvisual_inner {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.pd_keyvisualIntro {
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 126px;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  background-color: rgba(255,255,255,0.9);
  padding: 20px;
}
.pd_keyvisualIntro h1 {
    color: #9cabc9;
    font-size: 32px;
}
@media screen and (max-width: 640px) {
  .pd_keyvisualIntro {
    top: 280px;
    width: 90%;
    /*right: 0;*/
    /*left: 0;*/
    /*bottom: 35px;*/
    margin: auto;
    height: 130px;
    padding: 8px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .pd_keyvisualIntro h1 {
    width: 265px;
    margin: 0 auto;
  }
}
.pd_keyvisual_small {
  font-size: 16px;
  line-height: 32px;
  color: #000;
  padding-top: 16px;
}
@media screen and (max-width: 640px) {
  .pd_keyvisual_small {
    line-height: 25px;
    margin: 0 auto;
    width: 265px;
  }
}
.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;
}
.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_info {
  background: #f2f2f2;
  width: 100%;
  margin-bottom: 16px;
}
.pd_info_text {
  padding: 30px 0;
  max-width: 980px;
  margin: auto;
  font-size: 14px;
}
.pd_info_text span {
  font-weight: bold;
  margin-right: 24px;
}
@media screen and (max-width: 640px) {
  .pd_info_text {
    padding: 30px 0 30px 20px;
  }
  .pd_info_text span {
    display: block;
    margin: 0 0 10px;
  }
}
.pd_linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .pd_linkList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 50px;
    padding: 0 20px;
  }
}
.pd_linkList li {
  width: calc(100% / 4);
  border-left: 1px solid rgba(0,0,0,0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pd_linkList li:last-child {
  border-right: 1px solid rgba(0,0,0,0.3);
}
@media screen and (max-width: 640px) {
  .pd_linkList li {
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.3);
    border-left: 0;
  }
  .pd_linkList li:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,0.3);
  }
}
.pd_linkList li a {
  font-size: 16px;
  font-weight: bold;
  color: rgba(0,0,0,0.9);
  position: relative;
  padding: 20px 0;
}
.pd_linkList li a::after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
  top: 27px;
  right: -2rem;
  background: url("/store/page/pcare/img/arrow_black.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .pd_overview {
    padding: 0 20px;
  }
}
.pd_overview h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .pd_overview h2 {
    font-size: 26px;
  }
}
.pd_overview_fontMiddle {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.pd_overview_step {
  position: relative;
  margin: 0 auto 78px;
  width: 780px;
}
.pd_overview_step::after {
  display: block;
  content: '';
  width: 60px;
  height: 34px;
  background: url("/store/page/pcare/img/arrow_gray.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -60px;
}
.pd_overview_step img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .pd_overview_step {
    width: 70%;
    margin: auto;
  }
}
.pd_overview_comfort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  .pd_overview_comfort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 54px;
    padding-top: 0px;
  }
}
.pd_overview_comfortText {
  width: 50%;
  margin-bottom: 20px;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .pd_overview_comfortText {
    width: 100%;
    margin-bottom: 45px;
  }
}
.pd_overview_comfortImg {
  width: 39%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.pd_overview_comfortImg img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .pd_overview_comfortImg {
    width: 100%;
  }
}
.pd_overview_title {
  font-size: 22px;
  font-weight: bold;
  color: #364563;
  margin-bottom: 30px;
}
.pd_overview_support {
  font-size: 16px;
  line-height: 36px;
}
@media screen and (max-width: 640px) {
  .pd_overview_support {
    line-height: 27px;
  }
}
.pd_overview_applyWrap {
  margin: auto;
}
@media screen and (max-width: 640px) {
  .pd_overview_applyWrap {
    margin: 60px auto 0;
  }
}
.pd_overview_applyPrice {
  color: #d97126;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin-bottom: 60px;
}
.pd_overview_applyPrice span {
  font-size: 30px;
}
.pd_overview_applyPrice .pd_inline {
  display: inline-block;
}
.pd_overview_applyWrap ul li{
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 640px) {
  .pd_overview_applyPrice {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 43px;
    line-height: 1.6;
  }
  .pd_overview_applyPrice span {
    font-size: 26px;
    display: block;
  }
}
.pd_overview_infoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  max-width: 672px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .pd_overview_infoWrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .pd_overview_info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .pd_overview_info_Icon_bell {
    -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;
    margin-bottom: 40px;
  }
}
.pd_overview_info_textBold {
  position: relative;
  margin-bottom: 40px;
}
.pd_overview_info_textBold::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: '';
  width: 28px;
  height: 16px;
  background: url("/store/page/pcare/img/arrow_gray.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .pd_overview_info_textBold {
    margin-bottom: 50px;
  }
}
.pd_overview_infoIcon {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 9px;
}
.pd_overview_infoIcon img {
  height: 100%;
  width: 100%;
}
.pd_overview_infoIcon_heart {
  position: relative;
  margin-bottom: 8px;
  left: 13px;
  top: -5px;
}
@media screen and (max-width: 640px) {
  .pd_overview_infoIcon_heart {
    padding-top: 7px;
  }
}
.pd_overview_info_textOrange {
  color: #d97126;
  margin-bottom: 20px;
}
.pd_overview_info_textBell {
  margin-left: 18px;
  padding-left: 1em;
  text-indent: -1em;
}
.pd_overview_info_textHeart {
  margin-left: 23px;
}
.pd_overview_info_textSmall {
  font-size: 16px;
}
.pd_overview_bottomImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
  .pd_overview_bottomImg {
    width: 70%;
    margin: 8px auto 0;
  }
}

/*# sourceMappingURL=style.css.map */
