.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_top_120 {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .pd_top_120 {
    margin-top: 90px;
  }
}
.pd_setting_top {
  max-width: 976px;
  width: 90%;
  margin: auto;
}
.pd_setting_top h1 {
  margin: 20px auto 60px;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .pd_setting_top h1 {
    margin: 56px auto 38px;
    font-size: 25px;
  }
}
.pd_setting_top_bold {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .pd_setting_top_bold {
    font-size: 17px;
  }
}
.pd_setting_top_about {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .pd_setting_top_about span {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
  }
}
.pd_setting_top_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .pd_setting_top_link {
    margin-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .pd_setting_top_link li:first-child {
    margin-bottom: 20px;
  }
}
.pd_setting_top_link a {
  width: 345px;
  display: block;
  background-color: #364563;
  border-radius: 8px;
  padding: 18px 0;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 640px) {
  .pd_setting_top_link a {
    width: 100%;
  }
}
.pd_setting_top_link a::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  right: 16px;
  top: 34%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pd_setting_top_link a:first-child {
  margin-right: 40px;
}
.pd_setting_top_link a:hover {
  opacity: 0.9;
}
.pd_setting_flow {
  max-width: 976px;
  width: 90%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 640px) {
  .pd_setting_flow {
    margin: 0 auto 90px;
  }
}
.pd_setting_flow h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .pd_setting_flow h2 {
    font-size: 22px;
    margin-bottom: 19px;
  }
}
.pd_setting_flow_notice {
  font-size: 15px;
  margin-bottom: 28px;
}
@media screen and (max-width: 640px) {
  .pd_setting_flow_notice {
    margin-bottom: 20px;
  }
}
.pd_setting_flow_step {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 28px 30px 39.5px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .pd_setting_flow_step {
    padding: 32px 15px 30px;
  }
}
.pd_setting_flow_step:not(:last-child) {
  margin-bottom: 54.5px;
}
.pd_setting_flow_step:not(:last-child)::after {
  display: block;
  content: '';
  width: 48px;
  height: 22px;
  background: url("/store/page/info/howto/img/triangle_blue.svg") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -38.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pd_setting_flow_title {
  color: #364563;
  font-size: 17px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pd_setting_flow_title::before {
  display: block;
  content: '';
  width: 41px;
  height: 35px;
}
.pd_setting_flow_title1::before {
  margin-right: 19px;
  background: url("/store/page/info/howto/img/delivery.svg") no-repeat;
  background-size: contain;
}
.pd_setting_flow_title2::before {
  margin-right: 16px;
  background: url("/store/page/info/howto/img/spanner.svg") no-repeat;
  background-size: contain;
}
.pd_setting_flow_title3::before {
  margin-right: 5px;
  background: url("/store/page/info/howto/img/recycle.svg") no-repeat;
  background-size: contain;
}
.pd_setting_flow_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .pd_setting_flow_wrap {
    -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;
  }
}
.pd_setting_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 447px;
  height: 110px;
  border-radius: 8px;
  padding: 0 19px;
  border: 1px solid #364563;
}
@media screen and (max-width: 640px) {
  .pd_setting_flow_list {
    max-width: 315px;
    width: 100%;
    height: 133px;
  }
  .pd_setting_flow_list:first-child {
    margin-bottom: 20px;
  }
}
.pd_setting_flow_list_work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 290px;
  height: 134px;
  border-radius: 8px;
  padding: 0 19px;
  border: 1px solid #364563;
}
@media screen and (max-width: 640px) {
  .pd_setting_flow_list_work {
    max-width: 315px;
    width: 100%;
    padding: 20.5px 19px;
    height: auto;
  }
  .pd_setting_flow_list_work:nth-child(2) {
    margin: 20px 0;
  }
}
.pd_setting_flow_icon {
  background-color: #364563;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}
.pd_setting_flow_detail {
  width: calc(100% - 42px);
}
.pd_setting_flow_detail span {
  font-size: 13px;
}
.pd_setting_work {
  max-width: 976px;
  width: 90%;
  margin: auto;
  border-collapse: collapse;
}
.pd_setting_work h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .pd_setting_work h2 {
    font-size: 22px;
    margin-bottom: 19px;
  }
}
.pd_setting_work_bold {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}
.pd_setting_work_normal {
  font-size: 15px;
}
.pd_setting_work_aircon_check {
  background-color: #dee3ed;
  padding: 54px 30px;
  margin-top: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_aircon_check {
    padding: 36px 15px;
  }
}
.pd_setting_work_notice_wrap {
  padding: 30px;
  background: #fff;
  border: 1px solid #007bff;
  border-radius: 8px;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_notice_wrap {
    padding: 20px 15px;
  }
}
.pd_setting_work_notice_blue {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #007bff;
}
.pd_setting_work_border_wrap {
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 8px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_border_wrap {
    display: block;
    padding: 17px 15px;
  }
}
.pd_setting_work_border_name {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_border_name {
    font-size: 15px;
  }
}
.pd_setting_work_border_space_both {
  margin: 20px 0;
}
.pd_setting_work_border_price {
  font-size: 38px;
}
.pd_setting_work_border_price span {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_border_price {
    text-align: right;
  }
}
.pd_setting_work_time {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 31px;
  text-align: center;
}
.pd_setting_work_time span {
  color: #bf4840;
}
.pd_setting_work_about {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 120px;
}
.pd_setting_work_about span {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_about {
    margin-bottom: 90px;
  }
}
.pd_setting_work_remove li {
  margin-bottom: 20px;
}
.pd_setting_work_link {
  color: #364563;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 120px;
}
.pd_setting_work_link::after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #364563;
  border-right: 2px solid #364563;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .pd_setting_work_link {
    margin-bottom: 90px;
  }
}
.pd_setting_work_table_power_text {
  font-size: 15px;
  margin: 40px 0 20px;
}
.pd_setting_work_table_power {
  display: table;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_table_power {
    display: none;
  }
}
.pd_setting_work_table_power_sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_table_power_sp {
    display: table;
  }
}
.pd_setting_work_table_power,
.pd_setting_work th,
.pd_setting_work td {
  border: 1px solid #707070;
}
.pd_setting_work th {
  padding: 20px 50px;
  text-align: center;
  background-color: rgba(0,0,0,0.05);
}
@media screen and (max-width: 640px) {
  .pd_setting_work th {
    width: 153px;
    padding: 0;
    vertical-align: middle;
  }
}
.pd_setting_work td {
  height: 104px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .pd_setting_work td {
    width: 193px;
  }
}
.pd_setting_work td img {
  width: 44px;
  display: block;
  margin: auto;
}
.pd_setting_work_table_small {
  font-size: 13px;
}
.pd_setting_work_table_plug {
  font-size: 13px;
  padding-left: 15px;
  background-color: rgba(0,0,0,0.05);
}
.pd_setting_work_table_power_notice {
  font-size: 13px;
  margin: 20px 0 40px;
}
.pd_setting_work_table_price {
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_table_price {
    margin-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .pd_setting_work_table_gray_sp {
    height: 62px;
  }
}
.pd_setting_work_small {
  font-size: 13px;
}
.pd_setting_work_pipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px 0 39px;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_pipe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.pd_setting_work_pipe figure {
  width: 48%;
  background: #dee3ed;
  padding: 23px 0;
}
.pd_setting_work_pipe figure img {
  display: block;
  margin: 0 auto 21px;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_pipe figure {
    width: 100%;
  }
  .pd_setting_work_pipe figure:first-child {
    margin-bottom: 30.7px;
  }
}
.pd_setting_work_pipe figcaption {
  text-align: center;
  display: block;
}
.pd_setting_work_pipe figcaption span {
  color: #bf4840;
}
.pd_setting_work_middle {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pd_setting_work_pipe_price_list {
  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;
}
.pd_setting_work_pipe_price_list li {
  width: calc(100% / 2 - 10px);
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_pipe_price_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .pd_setting_work_pipe_price_list li {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .pd_setting_work_flex_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pd_setting_work_space_bottom {
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_space_bottom {
    margin-bottom: 90px;
  }
}
.pd_setting_work_red .pd_setting_work_border_price {
  color: #bf4840;
  font-size: 15px;
}
.pd_setting_work_red .pd_setting_work_border_price span {
  display: none;
}
.pd_setting_work_hole_title {
  padding-top: 19px;
}
.pd_setting_work_hole_notice {
  color: #bf4840;
  margin: 20px 0 120px;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_hole_notice {
    margin-bottom: 90px;
  }
}
.pd_setting_work_house {
  background-color: #dee3ed;
  padding: 46px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_house {
    padding: 35px 12px;
  }
}
.pd_setting_work_house img {
  width: 662px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_house img {
    width: auto;
  }
}
.pd_setting_work_house_list {
  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;
  margin-bottom: 39px;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_house_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.pd_setting_work_house_list li {
  width: calc(100% / 2 - 10px);
  position: relative;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_house_list li {
    width: 100%;
  }
  .pd_setting_work_house_list li:nth-child(n + 2) {
    margin-top: 20px;
  }
}
.pd_setting_work_house_list li:nth-child(n + 3) {
  margin-top: 20px;
}
.pd_setting_work_house_list li::before {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #364563;
  position: absolute;
  left: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .pd_setting_work_house_list li::before {
    width: 26px;
    height: 26px;
    -webkit-transform: inherit;
            transform: inherit;
    top: 15%;
  }
}
.pd_setting_work_house_list li .pd_setting_work_border_name {
  padding-left: 40px;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_house_list li .pd_setting_work_border_name {
    padding-left: 36px;
  }
}
.pd_setting_work_house_item_a::before {
  content: 'A';
}
.pd_setting_work_house_item_b::before {
  content: 'B';
}
.pd_setting_work_house_item_c::before {
  content: 'C';
}
.pd_setting_work_house_item_d::before {
  content: 'D';
}
.pd_setting_work_house_item_e::before {
  content: 'E';
}
.pd_setting_work_house_list_2 {
  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;
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_house_list_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 90px;
  }
}
.pd_setting_work_house_list_2 li {
  width: calc(100% / 3 - 10px);
}
@media screen and (max-width: 640px) {
  .pd_setting_work_house_list_2 li {
    width: 100%;
  }
  .pd_setting_work_house_list_2 li:nth-child(2) {
    margin: 20px 0;
  }
}
.pd_setting_work_cover_outside_pic {
  margin-bottom: 30px;
}
.pd_setting_work_cover_outside_pic img {
  display: block;
  margin: 0 auto 26px;
}
.pd_setting_work_cover_outside_pic figcaption {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_cover_outside_pic figcaption {
    font-size: 15px;
    text-align: left;
  }
}
.pd_setting_work_cover_outside_list {
  margin-bottom: 120px;
}
.pd_setting_work_cover_outside_list li:nth-child(n + 2) {
  margin-top: 20px;
}
.pd_setting_work_cover_inside_list {
  margin-bottom: 20px;
}
.pd_setting_work_cover_inside_list li,
.pd_setting_work_cover_inside_list:first-child {
  margin-bottom: 20px;
}
.pd_setting_work_cover_space {
  margin-bottom: 32px;
}
.pd_setting_work_confirm_space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .pd_setting_work_confirm_space {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.pd_setting_work_confirm_space li {
  background-color: #dee3ed;
  padding: 20px 20px 20px 35px;
  width: calc(100% / 2 - 22px);
}
@media screen and (max-width: 640px) {
  .pd_setting_work_confirm_space li {
    width: 100%;
  }
  .pd_setting_work_confirm_space li:first-child {
    margin-bottom: 20px;
  }
}
.pd_setting_work_cover_notice {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 20px;
  margin: 30px 0 120px;
}
.pd_setting_work_cover_title {
  color: #364563;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pd_setting_work_cover_indent {
  text-indent: -1em;
  padding-left: 1em;
}

/*# sourceMappingURL=install.css.map */
