@charset "UTF-8";
.leaving-the-air-conditioner-on .last-updated {
  text-align: right;
}
.leaving-the-air-conditioner-on .article-section h1 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
.leaving-the-air-conditioner-on .article-section h2 {
  font-size: 24px;
  font-weight: 700;
  border-left: solid 14px red;
  background-color: #f1f1f1;
  padding: 1rem 1.2rem;
  line-height: 1.2;
}
.leaving-the-air-conditioner-on .article-section h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 5px 0 5px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.leaving-the-air-conditioner-on .article-section h3::before {
  content: "■";
  font-size: 24px;
  color: red;
}
.leaving-the-air-conditioner-on .article-section h4 {
  background-color: red;
  color: white;
  font-size: 36px;
  text-align: center;
  margin-top: 2rem;
  padding: 1rem;
}
.leaving-the-air-conditioner-on .article-section .chart-items {
  margin-top: 2rem;
  margin-bottom: 1rem;
  border: solid 1px #444;
  padding: 1rem;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section .chart-items {
    width: 90%;
  }
}
.leaving-the-air-conditioner-on .article-section P {
  font-size: 18px;
  line-height: 1.5;
}
.leaving-the-air-conditioner-on .article-section P + P {
  margin-top: 1.3rem;
}
.leaving-the-air-conditioner-on .article-section .smalltext {
  font-size: 14px;
}
.leaving-the-air-conditioner-on .article-section .text-bold {
  font-weight: 700;
}
.leaving-the-air-conditioner-on .article-section .color-red {
  color: orangered;
  font-weight: bold;
}
.leaving-the-air-conditioner-on .article-section .list-content {
  display: block;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section .list-content {
    width: 100%;
  }
}
.leaving-the-air-conditioner-on .article-section .list-content .list-area {
  padding: 2rem 4rem;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section .list-content .list-area {
    padding: 2rem;
  }
}
.leaving-the-air-conditioner-on .article-section .list-content .list-area ol {
  padding: 1rem;
  font-size: 18px;
}
.leaving-the-air-conditioner-on .article-section .list-content .list-area ol li {
  padding-bottom: 10px;
}
.leaving-the-air-conditioner-on .article-section .list-content .list-area ol li a {
  font-weight: 700;
  font-size: 18px;
}
.leaving-the-air-conditioner-on .article-section .list-content .list-area ol ol {
  font-size: 16px;
  counter-reset: item;
}
.leaving-the-air-conditioner-on .article-section .list-content .list-area ol ol li {
  content: counters(item, "-") ". ";
  counter-increment: item;
}
.leaving-the-air-conditioner-on .article-section .list-type {
  display: block;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section .list-type {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section .list-type .list-items {
    margin-left: 10%;
  }
}
.leaving-the-air-conditioner-on .article-section .list-type .list-items ul {
  list-style: disc;
  padding: 0.5rem;
  font-size: 18px;
}
.leaving-the-air-conditioner-on .article-section .action-btn {
  text-align: center;
}
.leaving-the-air-conditioner-on .article-section .action-btn .bold-orenge {
  font-weight: 700;
  color: orangered;
}
.leaving-the-air-conditioner-on .article-section__content {
  margin-top: 2rem;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section__content {
    padding: 0;
  }
}
.leaving-the-air-conditioner-on .article-section__content a {
  color: #000;
  text-decoration: underline;
}
.leaving-the-air-conditioner-on .article-section__content p {
  margin-top: 1rem;
}
.leaving-the-air-conditioner-on .article-section__content .top-img {
  display: block;
  text-align: center;
}
.leaving-the-air-conditioner-on .article-section__content .top-img img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section__content .top-img img {
    width: 100%;
  }
}
.leaving-the-air-conditioner-on .article-section__content ul {
  padding-left: 1.5rem;
  font-size: 1rem;
  margin-top: 1rem;
}
.leaving-the-air-conditioner-on .article-section__content ol {
  padding: 1rem;
}
.leaving-the-air-conditioner-on .article-section__content ol li {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8rem;
}
.leaving-the-air-conditioner-on .article-section__content .price-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 中央寄せ */
  gap: 10rem;
  /* ボックス間の間隔 */
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section__content .price-boxes {
    gap: 1rem;
  }
}
.leaving-the-air-conditioner-on .article-section__content .price-boxes .price-box {
  background-color: #e6e6e6;
  /* グレー背景 */
  padding: 10px 20px;
  border-radius: 3px;
  text-align: center;
  font-family: "Helvetica", "Arial", sans-serif;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.leaving-the-air-conditioner-on .article-section__content .price-boxes .price-box .title {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-top: 0.5rem;
}
.leaving-the-air-conditioner-on .article-section__content .price-boxes .price-box .value {
  font-size: 13px;
  color: #555;
  margin-top: 1rem;
}
.leaving-the-air-conditioner-on .article-section__table-area {
  margin: 0 auto;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section__table-area {
    white-space: nowrap;
    overflow: scroll;
  }
}
.leaving-the-air-conditioner-on .article-section__table-area table {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section__table-area table {
    width: 100%;
  }
}
.leaving-the-air-conditioner-on .article-section__table-area thead th {
  border: solid 1px #333;
  background-color: #f7f7f7;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  font-size: 16px;
}
.leaving-the-air-conditioner-on .article-section__table-area tbody {
  text-align: center;
}
.leaving-the-air-conditioner-on .article-section__table-area tbody td {
  border: solid 1px #333;
  padding: 1rem;
  font-size: 16px;
  vertical-align: middle;
}
.leaving-the-air-conditioner-on .article-section__text-area {
  padding: 0.7rem 2rem;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section__text-area {
    padding: 0.7rem;
  }
}
.leaving-the-air-conditioner-on .article-section .link-img {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.leaving-the-air-conditioner-on .article-section .link-img img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section .link-img img {
    width: 100%;
  }
}
.leaving-the-air-conditioner-on .article-section__clomunstyle {
  border: solid 3px #f8f8f8;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section__clomunstyle {
    width: 100%;
  }
  .leaving-the-air-conditioner-on .article-section__clomunstyle P {
    font-size: 16px;
  }
}
.leaving-the-air-conditioner-on .article-section__clomunstyle .column-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section__clomunstyle .column-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.leaving-the-air-conditioner-on .article-section__clomunstyle .column-items img {
  width: 96%;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section__clomunstyle .column-items img {
    width: 100%;
  }
}
.leaving-the-air-conditioner-on .article-section__clomunstyle .column-items .column-text {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section__clomunstyle .column-items .column-text P {
    font-size: 16px;
  }
}
.leaving-the-air-conditioner-on .article-section__img-contrnts {
  margin-top: 1rem;
}
.leaving-the-air-conditioner-on .article-section__img-contrnts img {
  width: 100%;
}
.leaving-the-air-conditioner-on .article-section__btn {
  position: relative;
}
.leaving-the-air-conditioner-on .article-section__btn a {
  display: block;
  width: 60%;
  background-color: red;
  color: white;
  text-align: center;
  margin: 0 auto;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section__btn a {
    width: 80%;
  }
}
.leaving-the-air-conditioner-on .article-section__btn a P {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}
.leaving-the-air-conditioner-on .article-section__btn p::after {
  content: "";
  position: absolute;
  margin-left: 100px;
  height: 19.0525588833px;
  width: 15px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.leaving-the-air-conditioner-on .article-section__btn p::after.right {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.leaving-the-air-conditioner-on .article-section__btn p::after.left {
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section__btn p::after {
    margin-left: 24px;
  }
}
.leaving-the-air-conditioner-on .article-section__column {
  margin-top: 3rem;
  margin-bottom: 4rem;
  border: solid 3px #f1f1f1;
  padding: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section__column {
    height: 380px;
  }
}
.leaving-the-air-conditioner-on .article-section__column .summary-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section__column .summary-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.leaving-the-air-conditioner-on .article-section__column .summary-wrap .summary-image img {
  width: 100%;
}
.leaving-the-air-conditioner-on .article-section__column .summary-wrap .summary-text {
  font-size: 18px;
  width: 100%;
}
.leaving-the-air-conditioner-on .article-section__column .summary-wrap .summary-text P {
  line-height: 1.5;
  text-decoration: underline;
  color: #000;
}
.leaving-the-air-conditioner-on .article-section__column .summary-wrap .summary-text .column-btn {
  position: absolute;
  display: block;
  background-color: #E24D4A;
  color: #fff;
  border-radius: 16px;
  padding: 8px;
  width: 40%;
  text-align: center;
  margin-top: 8%;
  margin-left: 38px;
}
@media screen and (max-width: 767px) {
  .leaving-the-air-conditioner-on .article-section__column .summary-wrap .summary-text .column-btn {
    margin-top: 46px;
    margin-left: 13%;
    width: 64%;
  }
}