@charset "UTF-8";

body {
  font-family: "Noto Sans JP",
    sans-serif;
  line-height: 1.8;
}

:root {
  --main-color: #f5008b;
}


@media screen and (max-width: 599px) {
  .c-breadcrumbs {
    display: none;
  }

}


/* ヘッダー */

.c-main-menu__link {
  font-size: 1.4rem;
}

.c-breadcrumbs {
  margin: 0;
}

.c-breadcrumbs__link,
.c-breadcrumbs__item:not(:last-of-type)::after {
  font-size: 1rem;
  color: inherit;
}

/* ナビゲーション */

button:focus {
  outline: none
}

.c-site-menu__category,
.c-site-menu-link,
.c-menu-accordion__link,
.c-bold-links__link {
  font-size: 1.5rem;
}

.c-menu-accordion__link {
  color: #2076d6;
}

.c-menu-accordion__link:hover {
  color: inherit;
}

.c-bold-links__link:hover {
  color: #fff;
}

.c-menu-accordion__heading {
  margin: 0;
}

.c-aircon-details__link {
  font-size: 1.2rem;
}

.c-site-menu-link--gray:hover {
  color: #666;
}

/* フッター */

@media screen and (max-width: 767.98px) {

  .c-footer-accordion-no-link__trigger,
  .c-footer-item-heading a.link {
    font-size: 1.6rem;
  }

  .c-footer-global-links__link {
    font-size: 1.5rem;
  }

  .c-footer-bottom-links__link,
  .c-footer-bottom-nav__copyright {
    font-size: 1.2rem;
  }

  .footer-tel-btn {
    margin: 0;
  }

  .footer-tel-sp .footer-tel-btn a {
    font-size: 1.8rem;
  }

}

@media print,
screen and (min-width: 768px) {

  .c-footer-item-heading__text,
  .c-footer-item-heading__text a {
    font-size: 1.5rem;
  }

  .c-footer-global-links__link {
    font-size: 1.2rem;
    color: inherit;
  }

  .c-footer-bottom-links__link {
    font-size: 1.4rem;
    color: inherit;
  }

  .c-footer-bottom-nav__copyright {
    font-size: 1.2rem;
  }

  .c-footer-global-links a:hover {
    color: inherit;
  }

}

.c-footer-bottom-links__link:hover {
  color: #fff;
}


#static-content .toppanBunkyu {
  font-family: "toppan-bunkyu-midashi-go-std",
    sans-serif;
  font-weight: 900 !important;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

#static-content .oswald500 {
  font-family: "oswald",
    sans-serif;
  font-weight: 500 !important;
  font-style: normal;
}

#static-content .oswald600 {
  font-family: "oswald",
    sans-serif;
  font-weight: 600 !important;
  font-style: normal;
}

#static-content .oswald700 {
  font-family: "oswald",
    sans-serif;
  font-weight: 700 !important;
  font-style: normal;
}

#static-content p {
  line-height: 1.8;
}

#static-content sub,
#static-content sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: .35em;
}

#static-content .wrap {
  max-width: 100%
}

#static-content .wrap header {
  padding: 10px 0 !important;
  border-bottom: 0 !important;
}

#static-content header.lp-header p {
  text-align: center;
  margin-bottom: 0;
}

#static-content .logo-tel-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3%;
}

#static-content .logo-tel-sp p {
  width: 47.5%;
  margin: 0;
}

#static-content .logo-tel-sp a {
  width: 47.5%;
}

#static-content .logo-tel-sp a img {
  box-shadow: 0 0 5px 1px rgba(000, 000, 000, 0.1);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}


@media screen and (max-width: 599px) {

  #static-content .wrap {
    padding-bottom: 0;
  }

  #static-content header.lp-header {
    padding: 10px !important;
  }

  #static-content header.lp-header p img {
    width: 150px;
  }
}


@media screen and (min-width: 600px) {

  #static-content header.lp-header p img {
    width: 200px;
  }
}


#static-content .wrap * {
  font-weight: inherit;
}

#static-content .wrap #container {
  background: none;
}

#static-content .wrap .section {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

#static-content * {
  font-weight: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#static-content .wrap a:hover img {
  opacity: 0.9;
}

#static-content .wrap ul.noticeList {
  margin: 0;
}

#static-content .wrap ul.noticeList>li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
}

#static-content .wrap ul.noticeList>li.pl175 {
  padding-left: 1.75em;
  text-indent: -1.75em;
}

#static-content .wrap ul.noticeList>li:before {
  content: "※";
  font-family: 'Noto Sans JP',
    sans-serif;
  display: inline;
  background-image: none;
  width: inherit;
  height: inherit;
  margin-right: 0;
  vertical-align: top;
}

#static-content .wrap .blue {
  color: #1558ab;
}

#static-content .wrap .magenta {
  color: #fc1264;
}

#static-content .wrap h1:not(.img) {
  color: inherit;
  background: inherit;
  font-size: inherit;
  padding: inherit;
  margin: inherit;
  margin-left: inherit;
  margin-right: inherit;
}

#static-content .wrap h2:not(.img) {
  text-align: center;
  font-size: inherit;
  font-weight: bold;
  color: inherit;
  border-top: inherit;
  padding: 0;
  background: none;
}

#static-content .wrap h3:not(.img) {
  font-size: inherit;
  color: inherit;
  background: none;
  color: inherit;
  padding: unset;
  border-top: none;
}

#static-content .wrap h4:before {
  content: "";
  color: inherit;
}

#static-content .wrap h5:before {
  content: "";
  color: inherit;
}


@media screen and (max-width: 599px) {

  #static-content .inner-section {
    padding: 0 3%;
  }

}

/* header */

#static-content header {
  padding: 10px 0 !important;
  border-bottom: 0 !important;
  text-align: center;
}

/* #static-content header img {
  width: 240px;
} */

@media screen and (max-width: 599px) {

  #static-content header img {
    width: 100px;
  }

}


/* footer */

#static-content #footer {
  padding: 10px 0;
  font-size: .7em;
}

#static-content #footer .footer-inner ul {
  margin: 0;
}

#static-content #footer .footer-inner ul li:last-child {
  border-right: none;
}

#static-content #footer address {
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {

  #static-content #footer .footer-inner {
    width: auto;
  }

  #static-content #footer .footer-inner ul li {
    display: block;
    text-align: center;
    border-right: none;
    padding: 0;
    margin: 0 0 10px 0;
  }

  #static-content #footer .footer-inner ul li a {
    padding: 0 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}


/* form */

#static-content .wrap .form,
#static-content .wrap dl.formGroup,
#static-content .wrap form {
  margin-bottom: 0;
}

#static-content .wrap form .addToCartLP a {
  cursor: pointer;
}


/* spinner */

#static-content .spinner_wrap,
#static-content .spinner_area {
  display: flex;
  justify-content: center;
  align-items: center;
}

#static-content .spinner_wrap {
  font-size: 1.4rem;
}

#static-content .spinner_wrap p {
  font-size: 1.3rem;
  line-height: 1;
  margin: 0 0.5em 0 0 !important;
}

#static-content .option-box .spinner_wrap {
  justify-content: flex-end;
}

#static-content .wrap .itemForm dl.mem-formGroup dt {
  margin: 0 .5em 0 0;
}

#static-content .form-inner {
  margin: 20px 3%;
}

#static-content .form-inner .addToCartLP {
  margin: 0;
}

#static-content .spinner_area input,
#static-content .mem-formGroup .mem-inputGroup input,
#static-content .mem-formGroup .mem-inputGroup button {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  padding: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  vertical-align: middle;
  /*デフォルトのスピナーを消す*/
  -webkit-appearance: none;
  -moz-appearance: textfield;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#static-content .spinner_area input {
  background: #fff;
}

#static-content .mem-formGroup .mem-inputGroup button {
  outline: none;
}

#static-content .spinner_area input[type="button"] {
  cursor: pointer;
}

#static-content .wrap .mem-formGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto !important;
}

#static-content .wrap .mem-formGroup .mem-inputGroup {
  display: flex;
}

#static-content .spinner_area input.minus-button,
#static-content .mem-formGroup .mem-inputGroup .mem-minus {
  color: #555;
  background: #efefef;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
}

#static-content .spinner_area input.plus-button,
#static-content .mem-formGroup .mem-inputGroup .mem-plus {
  color: #fff;
  background: #005bac;
  border: 1px solid #005bac;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
}

#static-content .wrap .itemForm .addToCartLP a,
#static-content .wrap .itemForm .addToCartLP button,
#static-content .wrap .mem-itemInfoFormBtn a {
  background: #ed0e42;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  height: 50px;
  line-height: 1;
  padding: 0;
  margin: 0;
  border-radius: 0 0 16px 0;
  position: relative;
}

#static-content .wrap .itemForm .addToCartLP a:hover,
#static-content .wrap .itemForm .addToCartLP button:hover,
#static-content .wrap .mem-itemInfoFormBtn a:hover {
  background: #d90c3d;
}

#static-content .itemForm .addToCartLP a:before,
#static-content .itemForm .addToCartLP button:before,
#static-content .mem-itemInfoFormBtn a:before {
  content: '';
  background: #fff;
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#static-content .itemForm .addToCartLP a:after,
#static-content .itemForm .addToCartLP button:after,
#static-content .mem-itemInfoFormBtn a:after {
  content: '';
  position: absolute;
  right: 23px;
  top: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ed0e42;
  border-right: 2px solid #ed0e42;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#static-content .wrap .btn.conv {
  background: #d90c3d;
  box-shadow: none;
  /* box-shadow: 0 3px 0 0 #bc5c10; */
}

#static-content .service-option {
  padding: 0 3%;
}

#static-content .service-option h4 {
  font-weight: bold;
  font-feature-settings: "palt";
  position: relative;
  text-align: center;
  letter-spacing: .05em;
  margin: 0 0 15px 0;
}

#static-content .service-option h4:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #666;
}

#static-content .service-option h4 span {
  font-size: 1.6rem;
  position: relative;
  padding: 0 .75em;
  background: #fff;
}

#static-content .service-option .option-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  padding: 3%;
  margin: 9% 0 3% 0;
}

#static-content .service-option .option-box:last-of-type {
  margin: 9% 0 0 0;
}

#static-content .service-option .option-box .option-info {
  width: 47%;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

#static-content .service-option .option-box .option-info .option-name,
#static-content .service-option .option-box .option-info .option-price {
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.5;
  margin: 0;
}

#static-content .service-option .option-box .option-info .option-price span {
  font-size: 1.4rem;
}

#static-content .service-option .option-box-img {
  padding: 0;
  position: relative;
}

#static-content .service-option .option-box-img figure {
  width: 30%;
  margin-bottom: 0 !important;
}

#static-content .service-option .option-box-img .option-infos {
  width: 67%;
}

#static-content .service-option .option-box-img .option-infos .option-name {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: .02em;
  line-height: 1.4;
  margin-bottom: 0;
  position: relative;
}

#static-content .service-option .option-box-img .option-infos .option-name small {
  font-size: 1.4rem;
}

#static-content .service-option .option-box-img .option-infos .option-name img {
  position: absolute;
  top: -12px;
  left: 0;
  width: 60px;
}

#static-content .service-option .option-box-img .option-infos .noticeList {
  margin-bottom: 5px;
}

#static-content .service-option .option-box-img .option-infos .option-description {
  color: #005bac;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 1.1em;
  margin-bottom: 0;
  margin-right: -3.3%;
  position: relative;
}

#static-content .service-option .option-box-img .option-infos .option-description img {
  top: -16px;
  left: -20px;
  width: 32px;
  position: absolute;
}

#static-content .service-option .option-box-img .option-infos .option-description a {
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
  position: relative;
}

#static-content .service-option .option-box-img .option-infos .option-description a:before {
  content: '';
  background: #005bac;
  position: absolute;
  top: calc(50% - 6px);
  right: -17px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#static-content .service-option .option-box-img .option-infos .option-description a:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -12px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

#static-content .service-option .option-box-img .option-infos ul {
  margin-right: -3.3% !important;
}

#static-content .service-option .option-box-img .option-infos .price-spinner {
  display: flex;
  justify-content: center;
}

#static-content .service-option .option-box-recommend .option-infos .price-spinner {
  padding: 0 4% 3% 0;
}

#static-content .service-option .option-box-img .option-infos .option-price {
  line-height: 1.6;
  margin: -5px 0 10px 0;
}

#static-content .service-option .option-box-img .option-infos .option-price s {
  background-image: linear-gradient(#ed0e42, #ed0e42);
  background-position: 0 60%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  font-weight: bold;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: .02em;
}

#static-content .service-option .option-box-img .option-infos .option-price s .before-price {
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
}

#static-content .service-option .option-box-img .option-infos .option-price s .before-tax {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}

#static-content .service-option .option-box-img .option-infos .option-price p {
  font-weight: bold;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: .02em;
  line-height: 1;
  margin: 0;
}

#static-content .service-option .option-box-img .option-infos .option-price p .after-price {
  color: #ed0e42;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
}

#static-content .service-option .option-box-img .option-infos .option-price p .after-tax {
  color: #ed0e42;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}

#static-content .service-option .option-box ul.noticeList {
  padding: 0;
  margin: 0;
}

#static-content .service-option .option-box ul.noticeList li {
  text-align: left;
}

#static-content .service-option .option-box-recommend {
  background: #dff6f7;
  padding: 3%;
  margin: 0 -3.3% 3.3% -3.3%;
}

#static-content .toggle-contents .service-option .option-box {
  align-items: center;
  margin: 0 0 3% 0;
}

#static-content .toggle-contents .service-option .option-box:last-of-type {
  margin: 0;
}


@media screen and (max-width: 599px) {

  #static-content .service-option .option-box-img .option-infos .option-description111 {
    width: 111%;
    margin-right: -3%;
  }

  #static-content .service-option .option-box-recommend-pb10 {
    padding: 3% 3% 10% 3%;
  }

  #static-content .service-option .option-box-recommend-pb12 {
    padding: 3% 3% 12% 3%;
  }

}


@media screen and (min-width: 600px) {

  #static-content .service-option .option-box-img .option-infos .option-name img {
    top: 6px;
    left: unset;
    right: -74px;
    width: 70px;
  }

  #static-content .service-option .option-box-img .option-infos .option-description a:after {
    top: 8px;
  }

  #static-content .service-option .option-box-img .option-infos .option-price {
    margin: -5px 0 12px 0;
  }
}


#static-content .service-option .spinner_wrap {}

#static-content .tbl-blue tr td label {
  margin: 0;
}

#static-content .tbl-blue tr td label.mem-option-label {
  display: flex;
  align-items: center;
  padding: 1px 0 0 0;
  position: relative;
}

#static-content .tbl-blue tr td label input {
  vertical-align: middle;
  margin: 0 10px 0 0;
}

#static-content .tbl-blue tr td label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#static-content .tbl-blue tr td label input[type="checkbox"]+span {
  color: inherit;
  padding: 0 0 0 25px
}

#static-content .tbl-blue tr td label input[type="checkbox"]+span::before,
#static-content .tbl-blue tr td label input[type="checkbox"]+span::after {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}

#static-content .tbl-blue tr td label input[type="checkbox"]+span::before {
  z-index: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 1px #005bac solid;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

#static-content .tbl-blue tr td label input[type="checkbox"]+span::after {
  z-index: 1;
  margin: 4px 7px;
  width: 6px;
  height: 9px;
}

#static-content .tbl-blue tr td label input[type="checkbox"]:checked+span::before {
  background-color: #005bac;
}

#static-content .tbl-blue tr td label input[type="checkbox"]:checked+span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#static-content .wrap dl.mem-formGroup>dd {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}


/* アコーディオン */

#static-content .toggle-contents {
  /* background: #ccdeee; */
  background: #1fa8d9;
  margin: 20px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

#static-content .toggle-contents:hover {
  background: #11a4d8;
}

#static-content .toggle-contents2 {
  background: #bbb;
  margin: 20px 3%;
}

#static-content .toggle-contents2:hover {
  background: #b3b3b3;
}

#static-content .toggle-contents3,
#static-content .toggle-contents3:hover {
  background: #fff;
  margin: 0 0 2px 0;
  border-radius: 0;
}

#static-content .toggle-contents dd {
  display: none;
  padding-bottom: 3%;
  margin: 0;
}

#static-content .toggle-contents2 dd {
  padding-bottom: 3%;
  margin: 0;
}

#static-content .incompatible {
  margin: 0px 3% 20px 3%;
}

#static-content .incompatible dd {
  padding: 0 3% 3% 3%;
}

#static-content .incompatible dd p {
  background: #fff;
  font-size: 1.2rem;
  padding: 3%;
  margin-bottom: 0;
}

#static-content .toggle-contents h3 {
  font-size: 1.4rem !important;
  font-weight: bold;
  margin: 0;
}

#static-content .toggle-contents p {
  margin-bottom: 1em;
}

#static-content .toggle-contents3 p {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.6;
  margin: 0;
}

#static-content .comment {
  margin: 0 0 1em 0 !important;
}

#static-content .comment li {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0;
}

#static-content .toggle_title {
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding: 10px;
  margin: 0;
}

#static-content .toggle-contents2 .toggle_title {
  color: #fff;
}

#static-content .toggle-contents3 .toggle_title,
#static-content .toggle-contents3 dd {
  color: #212529;
  text-align: left;
  font-weight: normal;
  font-size: 1.6rem;
}

#static-content .toggle-contents3 .toggle_title {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.6;
  padding: 3% 8% 3% 9%;
  position: relative;
}

#static-content .toggle-contents3 .toggle_title:before {
  position: absolute;
  top: 12px;
  left: 12px;
  content: "Q";
  color: #005bac;
  font-family: din-2014,
    sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  line-height: 1.2;
}

#static-content .toggle-contents3 dd {
  background-color: #f5f8fa;
  padding: 3% 3% 3% 9%;
  position: relative;
}

#static-content .toggle-contents3 dd:before {
  position: absolute;
  top: 12px;
  left: 13px;
  content: "A";
  color: #005bac;
  font-family: din-2014,
    sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  line-height: 1.2;
}


@media screen and (min-width: 600px) {

  #static-content .toggle-contents3 .toggle_title {
    padding: 2% 5%;
  }

  #static-content .toggle-contents3 dd {
    padding: 2% 2% 2% 5%;
  }

  #static-content .toggle-contents3 .toggle_title:before {
    top: 16px;
    left: 18px;
  }

  #static-content .toggle-contents3 dd:before {
    top: 16px;
    left: 19px;
  }
}



#static-content .service-option-main .toggle_title {
  /* color: #005bac; */
  color: #fff;
}

#static-content .toggle_btn {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  /* background: #0052a4; */
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  /* border-radius: 50%; */
}

#static-content .toggle_btn:before,
#static-content .toggle_btn:after {
  display: block;
  content: '';
  /* background-color: #005bac; */
  background-color: #fff;
  position: absolute;
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#static-content .toggle-contents2 .toggle_btn:before,
#static-content .toggle-contents2 .toggle_btn:after {
  background-color: #fff;
}

#static-content .toggle-contents3 .toggle_btn:before,
#static-content .toggle-contents3 .toggle_btn:after {
  background-color: #005bac;
}

#static-content .toggle_btn:before {
  width: 2px;
  height: 12px;
}

#static-content .toggle_title.selected .toggle_btn:before {
  content: normal;
}

#static-content .toggle-contents ul.noticeList {
  background: #fff;
  padding: 3%;
  margin: 0 3%;
}

#static-content .toggle-contents3 ul.noticeList {
  background: inherit;
  padding: 0;
  margin: 0;
}

#static-content .toggle-contents ul.noticeList li {
  text-indent: -1em;
  padding-left: 1em;
}

#static-content .toggle-contents ul.noticeList li:before {
  content: "※";
  font-family: 'Noto Sans JP', sans-serif;
  display: inline;
  background-image: none;
  width: inherit;
  height: inherit;
  margin-right: 0;
  vertical-align: top;
}


@media screen and (min-width: 600px) {

  #static-content .incompatible {
    margin: 0px 3% 22px 3%;
  }

  #static-content .incompatible dd {
    padding: 0 2% 2% 2%;
  }

  #static-content .incompatible dd p {
    padding: 2%;
  }

}


/* original */

#static-content #sec1 {
  background: #005bac;
}

#static-content #sec1 h1 {
  margin-bottom: 0;
}

#sec1 .noticeList {
  padding: 3%;
}

#sec1 .noticeList li {
  color: #fff;
}


@media screen and (min-width: 600px) {

  #sec1 .noticeList {
    padding: 1% 2%;
  }
}


@media (pointer: fine),
(hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}


#static-content .cp-area {
  background: #1fa8d9;
  text-align: center;
  padding: 30px 3%;
}

#static-content .wrap .cp-area h2 {
  margin-bottom: 10px;
}

#static-content .wrap .cp-area h3 {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: bold;
  margin-bottom: 15px;
}

#static-content .cp-area .img-cp-option {
  margin-bottom: 20px;
}

#static-content .cp-area .period {
  color: #005bac;
  background: #fff;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  max-width: 720px;
  padding: .5em 0;
  margin: 0 auto 20px auto;
}

#static-content .cp-area .anchor-btn {
  margin: auto;
}

#static-content .cp-area .anchor-btn a {
  display: block;
  color: #005bac;
  background: #ff0;
  font-size: 1.8rem;
  font-weight: bold;
  padding: .5em 0;
  margin: auto;
  border-radius: 100vw;
  position: relative;
}

#static-content .cp-area .anchor-btn a:before {
  content: '';
  background: #005bac;
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#static-content .cp-area .anchor-btn a:after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ff0;
  border-right: 2px solid #ff0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}


@media screen and (min-width: 600px) {

  #static-content .wrap .cp-area h2 {
    margin-bottom: 0;
  }

  #static-content .cp-area .anchor-btn a {
    max-width: 360px;

  }

  #static-content .cp-area .anchor-btn a:before {
    right: 20px;
  }

  #static-content .cp-area .anchor-btn a:after {
    right: 27px;
  }
}






#static-content #sec2 {
  padding: 30px 0;
}

#static-content #sec2 .img-wrap {
  position: relative;
}

#static-content #sec2 .img-wrap h2 {
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: bold;
  margin: -5px 0;
}

#static-content #sec2 h2 span {
  color: #005bac;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
}

#static-content #sec2 .img-txt {
  position: absolute;
  bottom: 1%;
  left: 48%;
}

#static-content #sec2 .img-txt h3 {
  font-size: clamp(1.4rem, 2.5vw, 2.5rem);
  font-weight: bold;
  text-shadow: 2px 2px 0 #fff;
  line-height: 1.8;
  margin: 0;
}

#static-content #sec2 .img-txt h3 .red {
  color: #ed0e42;
  background: linear-gradient(transparent 50%, #f7ff16 50%);
  font-size: clamp(1.6rem, 3vw, 3rem);
  text-shadow: none;
  line-height: 1.2;
}

#static-content #sec2 .img-txt h3 .red b {
  font-size: clamp(2rem, 4vw, 4rem);
}

#static-content #sec2 .desc-txt {
  margin-top: 20px;
}

#static-content #sec2 .desc-txt p {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  margin-bottom: 1em;
}


@media screen and (min-width: 600px) {

  #static-content #sec2 .img-txt {
    bottom: 5%;
    left: 43%;
    padding-right: 3%;
  }

  #static-content #sec2 .img-wrap h2 {
    margin: -5px 0 -15px 0;
  }

  #static-content #sec2 .img-txt h3 {
    margin-bottom: 20px;
  }

  #static-content #sec2 .desc-txt {
    padding: 0 3%;
  }
}


/* クーポンキャンペーン */

#static-content .coupon {
  margin-bottom: 30px;
}

#static-content .anchor-area .recommend-txt .coupon h2,
#static-content .anchor-area .recommend-txt .coupon .coupon-lead {
  color: #ff5277;
  text-align: center;
}

#static-content .anchor-area .recommend-txt .coupon h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: bold;
  margin-bottom: .5em;
}

#static-content .anchor-area .recommend-txt .coupon .coupon-lead {
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin-bottom: 1em;
}

#static-content .coupon .coupon-wrap {
  background: #ff5277;
  padding: 20px 3%;
}

#static-content .coupon .coupon-wrap .coupon-inner {
  background: #fff;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  margin-bottom: 20px;
}

#static-content .coupon .coupon-wrap .coupon-inner p {
  margin-bottom: 0;
}

#static-content .coupon .coupon-wrap .coupon-inner .coupon-white {
  background: #fff;
  text-align: center;
  padding-top: .5em;
  /* border-left: 3px solid #005bac; */
  /* border-right: 3px solid #005bac; */
  margin-top: -1px;
}

#static-content .coupon .coupon-wrap .coupon-inner .coupon-white .coupon-code-txt {
  display: inline-block;
  color: #ff5277;
  text-align: center;
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
  font-weight: bold;
  line-height: 1;
  padding: .5em 1em;
  border: 1px solid #ff5277;
  /* border-radius: 100vh; */
}

#static-content .coupon .coupon-wrap .coupon-inner .coupon-white .coupon-time {
  color: #ff5277;
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
  text-align: center;
  line-height: 1.4;
  padding: .5em 0;
}

#static-content .coupon .coupon-wrap .coupon-inner .coupon-gray {
  text-align: center;
  background: #eee;
  padding: 4% 3%;
  /* border-left: 3px solid #005bac; */
  /* border-right: 3px solid #005bac; */
  /* border-bottom: 3px solid #005bac; */
  border-radius: 0 0 8px 8px;
}

#static-content .coupon .coupon-wrap .coupon-inner .coupon-gray button {
  color: #212529;
  background: #ff0;
  text-align: center;
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
  font-weight: bold;
  padding: .5em 2.5em;
  margin: auto;
  border: none;
  border-radius: 100vw;
}

#static-content .coupon .coupon-wrap .coupon-btn {
  display: flex;
  justify-content: space-between;
}

#static-content .coupon .coupon-wrap .coupon-btn {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
}

#static-content .coupon .coupon-wrap .coupon-btn p {
  /* width: 47.5%; */
  width: 100%;
  margin-bottom: 0;
}

#static-content .coupon .coupon-wrap .coupon-btn a {
  display: block;
  text-align: center;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: bold;
  color: #fff;
  background: #bbb;
  padding: .5em 0;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

#static-content .coupon .coupon-wrap .coupon-btn .btn1 a::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#static-content .coupon .coupon-wrap .coupon-btn .btn2 a::before {
  content: '';
  position: absolute;
  top: 14px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

#static-content .merit {
  padding: 0 3%;
  margin-bottom: 20px;
}

#static-content .recommend-txt {
  /* color: #333;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.4;
  margin: 0 0 20px 0; */
}

#static-content .recommend-txt span {
  /* color: #005bac;
  font-size: clamp(2.5rem, 4vw, 4rem); */
}


@media screen and (min-width: 600px) {

  #static-content .coupon .coupon-wrap .coupon-inner {
    border-radius: 0 0 14px 14px;
  }

  #static-content .coupon .coupon-wrap .coupon-inner .coupon-white {
    padding-top: 0;
    /* border-left: 5px solid #005bac; */
    /* border-right: 5px solid #005bac; */
    margin-top: 0;
  }

  #static-content .coupon .coupon-wrap .coupon-inner .coupon-gray {
    padding: 2.5%;
    /* border-left: 5px solid #005bac; */
    /* border-right: 5px solid #005bac; */
    /* border-bottom: 5px solid #005bac; */
    border-radius: 0 0 14px 14px;
  }

  #static-content .coupon .coupon-wrap .coupon-btn p {
    width: 51.5%;
  }

  #static-content .coupon .coupon-wrap .coupon-btn .btn1 a::before {
    top: 21px;
    right: 21px;
    width: 10px;
    height: 10px;
  }

  #static-content .coupon .coupon-wrap .coupon-btn .btn2 a::before {
    top: 18px;
    right: 20px;
    width: 10px;
    height: 10px;
  }
}


#static-content .anchor-area {
  padding: 0 3%;
}

#static-content .anchor-area .lead-txt {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: bold;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}

#static-content .anchor-area2 .lead-txt {
  color: #005bac;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}

#static-content .anchor-area ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
  margin: 0;
}

#static-content .anchor-area ul li {
  width: 48.5%;
  max-width: 360px;
  margin: 0;
}

#static-content .anchor-area ul li a {
  display: block;
  width: 100%;
  max-width: 360px;
  text-align: center;
  color: #fff;
  background: #005bac;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: bold;
  padding: .5em 0;
  margin: auto;
  border-radius: 100vw;
  -webkit-border-radius: 100vw;
  -moz-border-radius: 100vw;
  -ms-border-radius: 100vw;
  -o-border-radius: 100vw;
  position: relative;
}

#static-content .anchor-area ul li a:before {
  content: '';
  background: #fff;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#static-content .anchor-area ul li a:after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #005bac;
  border-right: 2px solid #005bac;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

#static-content .anchor-area2 ul li a:after {
  top: calc(50% - 2px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

#static-content .anchor-area ul li a .small {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}

#static-content .anchor-area ul li a .normal {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  line-height: 0;
}

#static-content .anchor-area ul li a .machine {
  font-size: clamp(1.6rem, 2vw, 2rem);
  color: #fff;
  background: #005bac;
  padding: 0 0.25em 0.1em 0.25em;
  margin-left: .05em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  line-height: 0;
}

#static-content .anchor-area .anchor-2-or-more {
  margin: 0;
}

#static-content .anchor-area .anchor-2-or-more a {
  display: block;
  width: 100%;
  max-width: 456px;
  text-align: center;
  color: #005bac;
  background: rgb(232, 245, 255);
  background: url(https://www.osoujihonpo.com/assets/images/campaign/aircon-sale/img-aircon-icon.svg) no-repeat 5% center / 13%,
    linear-gradient(0deg, rgba(232, 245, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1;
  padding: .75em 0;
  margin: auto;
  border: 2px solid #005bac;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
}

#static-content .anchor-area .anchor-2-or-more a:before {
  content: '';
  background: #005bac;
  position: absolute;
  top: calc(50% - 10px);
  right: 8px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#static-content .anchor-area .anchor-2-or-more a::after {
  content: '';
  position: absolute;
  top: 19px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

#static-content .anchor-area .anchor-2-or-more-arrow-side a::after {
  top: 19px;
  right: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#static-content .anchor-area .anchor-2-or-more a small {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}

#static-content .anchor-area .anchor-2-or-more a span {
  background: linear-gradient(transparent 50%, #fff265 50%);
}


@media screen and (min-width: 600px) {

  #static-content .anchor-area ul li a {
    padding: .75em 0;
  }

  #static-content .anchor-area ul li a:before,
  #static-content .anchor-area .anchor-2-or-more a:before {
    top: calc(50% - 10px);
    right: 20px;
    width: 20px;
    height: 20px;
  }

  #static-content .anchor-area ul li a:after,
  #static-content .anchor-area .anchor-2-or-more a:after {
    top: calc(50% - 3px);
    right: 27px;
  }

  #static-content .anchor-area2 ul li a:after {
    top: calc(50% - 2px);
  }

  #static-content .anchor-area .anchor-2-or-more a::after {
    top: 23px;
  }

  #static-content .anchor-area .anchor-2-or-more-arrow-side a::after {
    top: 24px;
    right: 23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
}


#static-content #comment {
  background: #e9e9e9;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

#static-content #comment h2 {
  color: #fff;
  background: #666;
  text-align: center;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: bold;
  line-height: 1;
  padding: .75em 0;
  margin-bottom: 20px;
}

#static-content #comment .noticeList li {
  font-size: 1.6rem;
}


@media screen and (min-width: 600px) {

  #static-content #comment .inner-section {
    padding: 0 3%;
  }
}


#static-content .service {
  background: #eaf8ff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 3%;
}

#static-content .service2 {
  padding: 0 3% 30px 3%;
}

#static-content .service .service-box .h2-wrap h2 .normal {
  font-size: clamp(2rem, 3vw, 3rem);
}

#static-content .service .service-box .h2-wrap h2 .machine {
  color: #005bac;
  background: #fff;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  line-height: 1;
  display: inline-block;
  padding: 0.15em 0.2em 0.2em 0.2em;
  margin-left: 0.1em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

@media screen and (max-width: 599px) {

  #static-content .service .service-box .h2-wrap {
    display: flex;
    align-items: center;
    background: #005bac;
    border-radius: 20px 20px 0 0;
    padding: 5px 5px 0px 5px;
  }

  #static-content .service .service-box .h2-wrap1 {
    padding: 10px 10px 10px 0;
  }

  #static-content .service .service-box .h2-wrap2 {
    padding: 5px 0 0 5px;
  }

  #static-content .service .service-box .h2-wrap h2,
  #static-content .service .service-box .h2-wrap a {
    width: 50%;
    text-align: center;
  }

  #static-content .service .service-box .h2-wrap h2 {
    /* padding: calc(.5em - 4px) 0 .5em 0; */
    padding: 0;
  }

  #static-content .service .service-box .h2-wrap a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #005bac;
    background: #fff;
    /* background: linear-gradient(0deg, rgba(232, 245, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); */
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 100vw;
    padding-right: .5em;
    height: 30px;
  }

  #static-content .service .service-box .h2-wrap a:before {
    content: '';
    background: #005bac;
    position: absolute;
    top: calc(50% - 10px);
    right: 8px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  #static-content .service .service-box .h2-wrap a:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }

  #static-content .service #aircon2 .h2-wrap a:after,
  #static-content .service #aircon4 .h2-wrap a:after {
    top: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }

  #static-content .service .service-box .h2-wrap a .machine {
    font-size: 1.6rem;
    color: #fff;
    background: #005bac;
    line-height: 1.4;
    padding: 0 0.25em 0.1em 0.25em;
    margin-left: 0.1em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
}


#static-content .service .service-box {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

#static-content .service .service-box:first-of-type {
  margin-bottom: 30px;
}

#static-content .service .service-box h3.option-select {
  color: #fff;
  background: #1fa8d9;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: .5em 0;
  margin: 50px 0 20px 0;
  position: relative;
}

#static-content .service .service-box h3.option-select img {
  top: -40px;
  left: 10px;
  width: 50px;
  position: absolute;
}

#static-content .service .service-box .option-desc {
  text-align: center;
  margin-bottom: 15px;
}

#static-content .service .service-box .option-desc h4 {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 0;
  position: unset;
}

#static-content .service .service-box .option-desc h4:before {
  position: unset;
}

#static-content .service .service-box .option-desc p {
  font-size: 1.4rem;
}

#static-content .service .service-box .figure-info {
  padding: 3%;
}

#static-content .service .service-box .figure-wrap {
  display: flex;
  justify-content: space-between;
}

#static-content .service .service-box .figure-wrap figure {
  width: 37%;
  margin-bottom: 0;
}

#static-content .service .service-box .figure-wrap .txt-wrap {
  width: 60%;
}

#static-content .service .service-box .figure-wrap .txt-wrap dl {
  margin: 0;
}

#static-content .service .service-box .figure-wrap .txt-wrap dl:first-of-type {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#static-content .service .service-box .figure-wrap .txt-wrap dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}

#static-content .service .service-box .figure-wrap .txt-wrap dl dt .discount {
  color: #ed0e42;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.1em 0.4em 0.15em 0.3em;
  margin-left: .5em;
  border: 1px solid #ed0e42;
}

#static-content .service .service-box .figure-wrap .txt-wrap dl dd {
  color: #ed0e42;
  font-size: 1.4rem;
  font-weight: bold;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: .02em;
  margin: 0;
}

#static-content .service .service-box .figure-wrap .txt-wrap dl dd .price-number {
  font-size: 2rem;
  font-weight: bold;
}

#static-content .service .service-box .figure-info .noticeList {
  margin-top: 5px;
}


@media screen and (min-width: 600px) {

  #static-content .service .service-box .figure-wrap figure {
    width: 30%;
  }

  #static-content .service .service-box .figure-wrap .txt-wrap {
    width: 67%;
  }
}



#static-content .service .service-box h2 {
  color: #fff;
  background: #005bac;
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  text-align: center;
  padding: .5em 0;
  margin-bottom: 0;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
}

#static-content .service .service-box .price {
  text-align: center;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 2% 0;
  margin-bottom: 3%;
  border-bottom: 2px dotted #ccc;
}

#static-content .service .service-box .price2 {
  text-align: left;
  width: 12em;
  margin: 5px auto 10px auto;
}

#static-content .service .service-box .standard-price {
  position: relative;
  margin-right: 18px;
}

#static-content .service .service-box .standard-price:before {
  content: '';
  position: absolute;
  right: -12px;
  top: calc(50% - 4px);
  width: 9px;
  height: 9px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#static-content .service .service-box .standard-price p {
  font-size: 1.6rem;
  margin: 0;
}

#static-content .service .service-box .standard-price p b {
  font-size: 1.7rem;
  font-weight: bold;
}

#static-content .service .service-box .cp-price-b {
  color: #ea5514;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  margin: 0;
}

#static-content .service .service-box .cp-price p {
  color: #ea5514;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  margin: 0;
}

#static-content .service .service-box .cp-price p {
  color: #ea5514;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  margin: 0;
}

#static-content .service .service-box .cp-price p .early-price {
  padding-left: 0.2em;
}

#static-content .service .service-box .cp-price p .early-price-b {
  padding-left: 0;
}

#static-content .service .service-box .price2 .black {
  /* color: #555; */
  font-size: clamp(1.6rem, 2vw, 2rem);
}

#static-content .service .service-box .price .price-number {
  font-family: din-2014,
    sans-serif;
  font-size: clamp(3.75rem, 4.5vw, 4.5rem);
  line-height: 1;
  vertical-align: -.05em;
  margin-right: 0.025em;
}

#static-content .service .service-box .price2 .price-number {
  display: inline-block;
  margin-top: -10px;
}

#static-content .service .service-box .price2 .price-blue {
  color: #005eae;
}

#static-content .service .service-box .price .price-number .comma {
  letter-spacing: -0.025em;
  vertical-align: 0.05em;
  font-weight: normal;
  margin-left: -0.025em;
}

#static-content .service .service-box .price .price-number .one {
  letter-spacing: -0.05em;
}

#static-content .service .service-box .service-time dl {
  display: flex;
  /* border-top: 1px solid #ccc; */
  margin-bottom: 10px;
}

#static-content .service .service-box .service-time dl:last-of-type {
  /* border-bottom: 1px solid #ccc; */
  margin-bottom: 20px;
}

#static-content .service .service-box .service-time dl dt,
#static-content .service .service-box .service-time dl dd {
  font-size: 1.4rem;
  margin: 0;
}

#static-content .service .service-box .service-time dl dt {
  width: 7em;
}

#static-content .service .service-box .service-time dl dd {
  width: calc(100% - 7em);
}

#static-content .service .service-box .aircon-price-wrap {
  padding: 3% 3% 0 3%;
}

#static-content #aircon1 {
  background: #eaf8ff;
  padding: 50px 0;
}

#static-content #aircon1 h2.h2-recommend {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#static-content #aircon1 h2 .red {
  font-family: -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Hiragino Sans,
    'ヒラギノ角ゴ ProN W3',
    Hiragino Kaku Gothic ProN,
    "Yu Gothic",
    YuGothic,
    Verdana,
    Meiryo,
    "M+ 1p",
    sans-serif;
  font-size: clamp(3.5rem, 4vw, 4rem);
  color: #ed0e42;
  text-emphasis: filled;
}

#static-content .service .service-box .aircon1 {
  font-size: 1.6rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: .02em;
  text-align: center;
  line-height: 1;
}

#static-content .service .service-box .aircon2 {
  color: #ed0e42;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: .02em;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}

#static-content .service .service-box .aircon2-price {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto;
}

#static-content .service .service-box .aircon2-price .early-price {
  color: #fff;
  background: #ea5514;
  font-weight: bold;
  padding: .2em .2em .2em .5em;
}

#static-content .service .service-box .aircon2-price .yellow {
  color: #ffff33;
}

#static-content .service .service-box .aircon2-price .number {
  font-size: 1.8rem;
}


@media screen and (min-width: 600px) {

  #static-content .service .service-box .service-time dl {
    padding: 0 3%;
  }

  #static-content .service .service-box {
    width: 48.5%;
  }

  #static-content .service .service-box:first-of-type {
    margin-bottom: 0;
  }

  #static-content .service .service-box h2 {
    height: 50px;
    line-height: 36px;
    padding: .25em 0;
  }

  #static-content .service .service-box h3 {
    margin: 0 0 1em 0;
  }

  #static-content .service .service-box .price2 {
    margin: 0 auto 5px auto;
    line-height: 1.7;
  }

  #static-content .service .service-box h3.option-select img {
    top: -35px;
    left: 25px;
    width: 60px;
  }
}



#static-content #sec3 {
  padding: 30px 0;
}

#static-content #sec3 h2 {
  color: #fff;
  background: #005bac;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: bold;
  padding: .5em 0;
  margin-bottom: 20px;
}

#static-content #sec3 .sec3-wrap {
  padding: 0 3%;
  display: flex;
  flex-direction: column;
  gap: 30px 3%;
}

#static-content #sec3 .sec3-wrap .sec3-box h3 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
  line-height: 1.2;
  border-left: 5px solid #005bac;
  padding-left: .25em;
  margin-bottom: 15px;
}

#static-content #sec3 .sec3-wrap .sec3-box figure {
  border: 4px solid #fff;
  box-shadow: 0 0 15px #ddd;
  margin-bottom: 10px;
}

#static-content #sec3 .sec3-wrap .sec3-box .desc-txt {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  margin-bottom: 0;
}

#static-content #sec3 .sec3-wrap .ufb {
  background: #e3f1fc;
  padding: 3%;
}

#static-content #sec3 .sec3-wrap .ufb h3 {
  color: #005bac;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding: 0;
  margin-bottom: 5px !important;
  border: none;
}

#static-content #sec3 .sec3-wrap .ufb h3 b {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
}

#static-content #sec3 .sec3-wrap .ufb figure,
#static-content #sec3 .sec3-wrap .ufb .tac {
  text-align: center;
}

#static-content #sec3 .sec3-wrap .ufb .tac {
  margin-bottom: 1em;
}


@media screen and (min-width: 600px) {

  #static-content #sec3 .sec3-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }

  #static-content #sec3 .sec3-wrap .sec3-box {
    width: 48.5%;
  }

  #static-content #sec3 h2 {
    margin-bottom: 30px;
  }

  #static-content #sec3 .sec3-wrap .sec3-box h3 {
    padding-left: .5em;
  }
}


#static-content #summer-cp .summer-cp {
  display: flex;
  flex-direction: column;
  gap: 30px 3%;
  margin-top: 20px;
}

#static-content #summer-cp .summer-cp .cp-box {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3%;
}

#static-content #summer-cp .summer-cp .cp-box h3 {
  color: #005bac;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 5px;
}

#static-content #summer-cp .summer-cp .cp-box:first-of-type h3 {
  margin-bottom: 0;
}

#static-content #summer-cp .summer-cp .cp-box .cp-box-inner {
  display: flex;
  justify-content: space-between;
}

#static-content #summer-cp .summer-cp .cp-box .cp-box-inner-mb {
  margin-bottom: 1em;
}

#static-content #summer-cp .summer-cp .cp-box:first-of-type .cp-box-inner {
  flex-direction: column;
}

#static-content #summer-cp .summer-cp .cp-box .cp-box-inner figure {
  width: 37%;
  margin: 0;
}

#static-content #summer-cp .summer-cp .cp-box .cp-box-inner .cp-box-txt {
  width: 60%;
}

#static-content #summer-cp .summer-cp .cp-box:first-of-type .cp-box-inner figure,
#static-content #summer-cp .summer-cp .cp-box:first-of-type .cp-box-inner .cp-box-txt {
  width: 100%;
}

#static-content #summer-cp .summer-cp .cp-box:first-of-type .cp-box-inner figure {
  margin-bottom: 1em;
}

#static-content #summer-cp .summer-cp .cp-box:first-of-type .cp-box-inner .cp-box-txt .cp-box-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

#static-content #summer-cp .summer-cp .cp-box .cp-box-inner .cp-box-txt .cp-box-detail .js-modal-opener {
  line-height: 1;
  color: #005bac;
  border: 1px solid #005bac;
  border-radius: 100vw;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

#static-content #summer-cp .summer-cp .cp-box .cp-box-inner .cp-box-txt .cp-box-detail .js-modal-opener .c-button__text {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-weight: bold;
  line-height: 1;
  padding: .5em 1em;
}

#static-content #summer-cp .summer-cp .cp-box .cp-box-inner .cp-box-txt .cp-box-detail .js-modal-opener .c-icon--zoom-in {
  background-color: #005bac;
}

#static-content #summer-cp .summer-cp .cp-box .cp-box-inner .cp-box-txt .desc-txt {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
}

#static-content #summer-cp .summer-cp .cp-box .noticeList {
  text-align: left;
}

#static-content #summer-cp .summer-cp .cp-box .price-box {
  background: #e3f1fc;
  margin-top: 1em;
}

#static-content #summer-cp .summer-cp .cp-box .price-box h4 {
  display: inline-block;
  color: #fff;
  background: #1fa8d9;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  text-align: center;
  border-radius: 0 0 16px 16px;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  -ms-border-radius: 0 0 16px 16px;
  -o-border-radius: 0 0 16px 16px;
  padding: 0.25em 2em;
  margin: 0;
}

#static-content #summer-cp .summer-cp .cp-box .price-box .price-wrap {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: bold;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: .02em;
  text-align: center;
  line-height: 1;
  padding: 1.5% 0 2% 0;
}

#static-content #summer-cp .summer-cp .cp-box .price-box .price-wrap s {
  background-image: linear-gradient(#ed0e42, #ed0e42);
  background-position: 0 60%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
}

#static-content #summer-cp .summer-cp .cp-box .price-box .price-wrap .before-price {
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
}

#static-content #summer-cp .summer-cp .cp-box .price-box .price-wrap .after-price,
#static-content #summer-cp .summer-cp .cp-box .price-box .price-wrap .after-tax {
  color: #ed0e42;
}

#static-content #summer-cp .summer-cp .cp-box .price-box .price-wrap .after-price {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
}

#static-content #summer-cp .summer-cp .cp-box .price-box .price-wrap .after-tax {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}


@media screen and (min-width: 600px) {

  #static-content #summer-cp .summer-cp {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }

  #static-content #summer-cp .summer-cp .cp-box {
    width: calc((100% - 40px) / 3);
    padding: 1%;
  }

  #static-content #summer-cp .summer-cp .cp-box:first-of-type {
    width: 100%;
  }

  #static-content #summer-cp .summer-cp .cp-box .cp-box-inner,
  #static-content #summer-cp .summer-cp .cp-box:first-of-type .cp-box-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #static-content #summer-cp .summer-cp .cp-box:first-of-type .cp-box-inner figure,
  #static-content #summer-cp .summer-cp .cp-box:first-of-type .cp-box-inner .cp-box-txt {
    width: 48.5%;
  }

  #static-content #summer-cp .summer-cp .cp-box:first-of-type .cp-box-inner figure {
    margin-bottom: 0;
  }

  #static-content #summer-cp .summer-cp .cp-box .cp-box-inner-mb {
    margin-bottom: 0;
  }

}


#static-content #faq {
  background: #e3f1fc;
  padding: 30px 3%;
  margin-top: 30px;
}

#static-content #faq h2 {
  color: #005bac;
  text-align: center;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: bold;
  margin-bottom: 20px;
}

#static-content #faq h2 {
  color: #005bac;
  text-align: center;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: bold;
  margin-bottom: 20px;
}


@media screen and (max-width: 599px) {

  #static-content #faq {
    padding: 30px 3% 70px 3%;
  }
}



#static-content #service-flow .service-flow-wrap {
  /* display: flex; */
  flex-wrap: wrap;
  gap: 3vw 3%;
  padding: 0 3%;
}

#static-content #service-flow .service-flow-wrap .flow-box {
  width: 48.5%;
  background: #fff;
  padding: 2%;
  filter: drop-shadow(0 8px 8px rgba(31, 114, 208, 0.2));
}

#static-content #service-flow .service-flow-wrap .flow-box figure {
  margin-bottom: 10px;
}

#static-content #service-flow .service-flow-wrap .flow-box h3 {
  color: #005bac;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

#static-content #service-flow .service-flow-wrap .flow-box h3 span {
  font-size: 2.25rem;
  background: radial-gradient(144.36% 67% at 87.18% 21%, #aedbf9 0%, #005bac 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  line-height: 1.2;
  vertical-align: bottom;
  margin-right: 10px;
}

#static-content #service-flow .service-flow-wrap .flow-box p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
}

#static-content #service-flow .service-flow-wrap .flow-box p span {
  font-size: 1.1rem;
  display: inline-block;
}

#static-content .blue-wrap {
  background: #eaf8ff;
  margin-bottom: 30px;
}


#static-content #service-flow .disassembly-cleaning .lead-txt {
  text-align: center;
  margin-bottom: 20px;
}

#static-content #service-flow .disassembly-cleaning .section-inner {
  padding: 0 3%;
}

#static-content #service-flow .fine-bubble-txt {
  padding: 20px 0;
  margin: 0;
}

#static-content #service-flow .fine-bubble-txt span {
  color: #1cb6bc;
  font-weight: bold;
}

#static-content #sec4 {
  /* padding: 0 3%; */
}

#static-content #sec4 h2 {
  color: #fff;
  background: #005bac;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: bold;
  padding: .5em 0;
  margin: 50px 0 20px 0;
  position: relative;
}

#static-content #sec4 h2 img {
  top: -20px;
  left: 10px;
  width: 120px;
  position: absolute;
}

#static-content #sec4 .inner-section {
  padding: 0 3%;
}

#static-content #sec4 .figure-txt {
  display: flex;
  flex-direction: column;
}

#static-content #sec4 .img-aircon {
  margin-bottom: 20px;
}

#static-content #sec4 .lead-txt {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  margin-bottom: 20px;
}

#static-content #sec4 .blue {
  color: #005bac;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: bold;
}

#static-content #sec4 h3 {
  color: #005bac;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#static-content #sec4 .price-box {
  background: #fff000;
  padding: 3%;
  margin-bottom: 10px;
  position: relative;
}

#static-content #sec4 .price-box figure {
  position: absolute;
  top: -115px;
  right: 15px;
  width: 100px;
  z-index: -1;
}

#static-content #sec4 .price-box p {
  background: #fff000;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: bold;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  text-align: center;
  letter-spacing: .02em;
  line-height: 1.6;
  margin-bottom: 0;
}

#static-content #sec4 .price-box .blue {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}

#static-content #sec4 .price-box p b {
  font-size: clamp(1.6rem, 2vw, 2rem);
}

#static-content #sec4 .price-box .red {
  color: #ed0e42;
}

#static-content #sec4 .price-box .number {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
}


@media screen and (min-width: 600px) {

  #static-content #sec4 .figure-txt {
    flex-direction: row;
    justify-content: space-between;
  }

  #static-content #sec4 .figure-txt .img-aircon {
    width: 33%;
  }

  #static-content #sec4 .figure-txt .lead-txt {
    width: 64%;
  }

  #static-content #sec4 h2 img {
    top: -35px;
    left: 165px;
    width: 200px;
  }

  #static-content #sec4 .price-box {
    padding: 2%;
  }

  #static-content #sec4 .price-box figure {
    top: -180px;
    right: 20px;
    width: 160px;
  }
}


#static-content .movie {
  font-size: 0;
  margin: 0 auto 30px auto;
}

#static-content .movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}


#static-content .tbl-blue {
  font-size: 1.4rem;
  width: 94%;
  margin: 0 3%;
}

#static-content .tbl-blue tr th {
  color: #fff;
  background: #75c6c3;
  font-weight: bold;
  text-align: center;
  width: 50%;
}

#static-content .tbl-blue tr th,
#static-content .tbl-blue tr td {
  padding: 10px;
}

#static-content .tbl-blue tr td {
  border-bottom: 1px solid #ccc;
}

#static-content .tbl-blue tr td span {
  color: #ff2184;
  font-size: inherit;
}

#static-content .tbl-blue tr th:first-child {
  border-right: 1px dotted #fff;
}

#static-content #faq .faq-wrap {
  padding: 0 3%;
}

#static-content #faq .faq-wrap dl {
  margin-bottom: 20px;
}

#static-content #faq .faq-wrap dl dt {
  color: #005bac;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
  padding-left: 1.6em;
  margin-bottom: 5px;
  position: relative;
}

#static-content #faq .faq-wrap dl dt:before {
  content: 'Q';
  font-family: din-2014,
    sans-serif;
  color: #fff;
  background: #005bac;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 0 0 0;
}

#static-content #faq .faq-wrap dl dd {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  padding-top: 0.2em;
  padding-left: 1.9em;
  margin-bottom: 0;
  position: relative;
}

#static-content #faq .faq-wrap dl dd:before {
  content: 'A';
  font-family: din-2014,
    sans-serif;
  color: #005bac;
  background: #fff;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #005bac;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#static-content #faq .faq-wrap p {
  text-align: center;
  margin-bottom: 0;
}

#static-content #faq .faq-wrap p a {
  color: #005bac;
  font-size: clamp(1.53rem, 2vw, 2rem);
  font-weight: bold;
  position: relative;
  padding-right: 30px;
}

#static-content #faq .faq-wrap p a:before {
  content: '';
  background: #005bac;
  position: absolute;
  top: 1px;
  right: 9px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#static-content #faq .faq-wrap p a:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}


@media screen and (min-width: 600px) {

  #static-content #faq .faq-wrap dl dt:before {
    top: 3px;
    width: 24px;
    height: 24px;
    padding: 0;
  }

  #static-content #faq .faq-wrap dl dd {
    padding-left: 2.1em;
  }

  #static-content #faq .faq-wrap dl dd:before {
    width: 24px;
    height: 24px;
  }

  #static-content #faq .faq-wrap p a:before {
    top: 3px;
    right: 9px;
    width: 20px;
    height: 20px;
  }

  #static-content #faq .faq-wrap p a:after {
    top: 9px;
    right: 17px;
    width: 7px;
    height: 7px;
  }
}


/* 夏得プレゼントキャンペーン */

#static-content #present {}

#static-content #present h1 {
  margin-bottom: 0;
}

#static-content #present .present-desc {
  background: #f4cb1f;
  padding: 3%;
}

#static-content #present .present-desc p {
  background: #fff;
  text-align: center;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  line-height: 1.6;
  padding: 2% 3%;
  margin: 0;
  border-radius: 10px;
}

#static-content #present .img-present {
  padding: 3% 3% 30px 3%;
}


@media screen and (min-width: 600px) {

  #static-content #present .present-desc {
    padding: 1.5% 3% 3% 3%;
  }

  #static-content #present .present-desc p {
    padding: 2% 0;
  }
}


#static-content .wrap .house-cleaning-link {
  background: #e7f7ff;
  padding: 30px 3%;
}

#static-content .wrap .house-cleaning-link h2 {
  display: inline-block;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

#static-content .wrap .house-cleaning-link .h2-wrap {
  text-align: center;
  margin-bottom: 20px;
}

#static-content .wrap .house-cleaning-link .h2-wrap:before,
#static-content .wrap .house-cleaning-link .h2-wrap:after {
  content: '';
  display: inline-block;
  width: 1.4em;
  height: 2.8em;
  background-size: contain;
  vertical-align: -.2em;
  background-repeat: no-repeat;
}

#static-content .wrap .house-cleaning-link .h2-wrap:before {
  background-image: url(https://cdn.osoujihonpo.com/campaign/images/240701-01/line-left.svg);
}

#static-content .wrap .house-cleaning-link .h2-wrap:after {
  background-image: url(https://cdn.osoujihonpo.com/campaign/images/240701-01/line-right.svg);
}

#static-content .wrap .house-cleaning-link h2 .red {
  color: #d71618;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

#static-content .wrap .house-cleaning-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3vw 3%;
  margin: 0;
}

#static-content .wrap .house-cleaning-link ul li {
  width: 48.5%;
  margin: 0;
}


@media screen and (min-width: 600px) {

  #static-content .wrap .house-cleaning-link ul li {
    width: calc(91% / 4);
  }

  #static-content .wrap .house-cleaning-link .h2-wrap:before,
  #static-content .wrap .house-cleaning-link .h2-wrap:after {
    width: 2.5em;
    height: 5em;
    vertical-align: -0.3em;
  }
}


#static-content .wrap #haburashi h2,
#static-content .wrap #example h2 {
  color: #fff;
  background: #333;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: bold;
  padding: 0.5em 0;
  position: relative;
  margin: 0;
}

#static-content .wrap #haburashi h2 span,
#static-content .wrap #example h2 span {
  color: #f4cb1f;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

#static-content .wrap #haburashi h2:before,
#static-content .wrap #example h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 15px solid #333;
}

#static-content .wrap #haburashi p {
  margin-bottom: 0;
}

#static-content .wrap #example .inner-section {
  padding: 30px 3%;
}

#static-content .wrap #example .ex-box {
  background: #fceacb;
  border: 2px solid #9a7026;
  border-radius: 10px;
  padding: 3%;
  margin-bottom: 30px;
}

#static-content .wrap #example .ex-box:last-child {
  margin-bottom: 0;
}

#static-content .wrap #example .ex-box h3 {
  text-align: center;
  margin: 0 auto 10px auto;
}

#static-content .wrap #example .ex-box:nth-child(1) h3 {
  width: 6em;
}

#static-content .wrap #example .ex-box:nth-child(2) h3 {
  width: 7.5em;
}

#static-content .wrap #example .ex-box:nth-child(3) h3 {
  width: 10.5em;
}

#static-content .wrap #example .ex-box .ex-step-wrap,
#static-content .wrap #recommend .recommend-wrap {
  display: flex;
  flex-direction: column;
  counter-reset: number 0;
}

#static-content .wrap #example .ex-box .ex-step-wrap .ex-step,
#static-content .wrap #recommend .recommend-wrap .recommend-box {
  margin-bottom: 30px;
}

#static-content .wrap #example .ex-box .ex-step-wrap .ex-step:last-child,
#static-content .wrap #recommend .recommend-wrap .recommend-box:last-child {
  margin-bottom: 0;
}

#static-content .wrap #example .ex-box .ex-step-wrap .ex-step p,
#static-content .wrap #recommend .recommend-wrap .recommend-box p {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.6;
  margin-bottom: 0;
}

#static-content .wrap #example .ex-box .ex-step-wrap .ex-step figure,
#static-content .wrap #recommend .recommend-wrap .recommend-box figure {
  margin-bottom: 10px;
  position: relative;
}

#static-content .wrap #example .ex-box .ex-step-wrap .ex-step figure:before {
  counter-increment: number 1;
  content: counter(number) " ";
  color: #fff;
  background: #333;
  font-family: din-2014,
    sans-serif;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (min-width: 600px) {

  #static-content .wrap #haburashi h2:before,
  #static-content .wrap #example h2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border: 25px solid transparent;
    border-top: 30px solid #333;
  }

  #static-content .wrap #example .ex-box h3 {
    margin: 0 auto 20px auto;
  }

  #static-content .wrap #example .ex-box:nth-child(1) h3 {
    width: 8em;
  }

  #static-content .wrap #example .ex-box:nth-child(2) h3 {
    width: 10em;
  }

  #static-content .wrap #example .ex-box:nth-child(3) h3 {
    width: 14em;
  }

  #static-content .wrap #example .ex-box .ex-step-wrap,
  #static-content .wrap #recommend .recommend-wrap {
    flex-direction: row;
    justify-content: space-between;
  }

  #static-content .wrap #example .ex-box .ex-step-wrap .ex-step,
  #static-content .wrap #recommend .recommend-wrap .recommend-box {
    width: 31.333%;
    margin-bottom: 0;
  }

}

#static-content .wrap #recommend {
  background: #fceacb;
  padding: 30px 0;
}

#static-content .wrap #recommend h2 {
  color: #fff;
  background: #9a7026;
  font-size: clamp(1.8rem, 3vw, 3rem);
  width: 18em;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  margin: 0 auto 20px auto;
  position: relative;
}

#static-content .wrap #recommend h2:before,
#static-content .wrap #recommend h2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#static-content .wrap #recommend h2:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fceacb;
  border-style: solid;
}

#static-content .wrap #recommend h2:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fceacb transparent transparent;
  border-style: solid;
}

#static-content .wrap #recommend .recommend-wrap {
  display: flex;
  padding: 0 3%;
}

#static-content #movie {
  padding: 30px 3%;
}

#static-content .wrap #movie .h2-wrap,
#static-content .wrap #kurashi .h2-wrap {
  text-align: center;
  margin-bottom: 20px;
}

#static-content .wrap #movie .h2-wrap h2,
#static-content .wrap #kurashi .h2-wrap h2 {
  display: inline-block;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

#static-content .wrap #movie .h2-wrap:before,
#static-content .wrap #movie .h2-wrap:after,
#static-content .wrap #kurashi .h2-wrap:before,
#static-content .wrap #kurashi .h2-wrap:after {
  content: '';
  display: inline-block;
  width: .75em;
  height: 1.5em;
  background-size: contain;
  vertical-align: -.4em;
  background-repeat: no-repeat;
}

#static-content .wrap #movie .h2-wrap:before,
#static-content .wrap #kurashi .h2-wrap:before {
  background-image: url(https://cdn.osoujihonpo.com/campaign/images/240701-01/line-black-left.svg);
}

#static-content .wrap #movie .h2-wrap:after,
#static-content .wrap #kurashi .h2-wrap:after {
  background-image: url(https://cdn.osoujihonpo.com/campaign/images/240701-01/line-black-right.svg);
}


#static-content #kurashi {
  padding: 30px 3%;
}

#static-content #kurashi .burashi-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#static-content #kurashi .burashi-wrap figure {
  width: 30%;
  margin: 0;
}

#static-content #kurashi .burashi-wrap .burashi-txt {
  width: 67%;
}

#static-content #kurashi .burashi-wrap .burashi-txt h3 {
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin-bottom: 5px;
}

#static-content #kurashi .burashi-wrap .burashi-txt .burashi-name {
  font-size: clamp(1.6rem, 3vw, 3rem);
  font-weight: bold;
  margin-bottom: 5px;
}

#static-content #kurashi .burashi-wrap .burashi-txt .burashi-price {
  font-size: clamp(1.5rem, 2vw, 2rem);
  margin-bottom: 0;
}

#static-content #kurashi .btn-purchase {
  text-align: center;
}

#static-content #kurashi .btn-purchase a {
  display: block;
  color: #005bac;
  background: #f4cb1f;
  text-align: center;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  max-width: 500px;
  border: 2px solid #005bac;
  border-radius: 100vh;
  -webkit-border-radius: 100vh;
  -moz-border-radius: 100vh;
  -ms-border-radius: 100vh;
  -o-border-radius: 100vh;
  box-shadow: 0 3px 0 0 rgba(0, 94, 174, 1);
  margin: auto;
  position: relative;
}

#static-content #kurashi .btn-purchase a:before {
  content: '';
  background: #005bac;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#static-content #kurashi .btn-purchase a:after {
  content: '';
  position: absolute;
  top: 22px;
  right: 28px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}


@media screen and (min-width: 600px) {

  #static-content .wrap #recommend {
    padding: 30px 3%;
    margin: 0 3%;
  }

  #static-content .wrap #movie .h2-wrap:before,
  #static-content .wrap #movie .h2-wrap:after,
  #static-content .wrap #kurashi .h2-wrap:before,
  #static-content .wrap #kurashi .h2-wrap:after {
    width: 1.2em;
    height: 2.4em;
    vertical-align: -0.5em;
  }

  #static-content #kurashi .burashi-wrap {
    margin: 0 auto 30px auto;
    width: 550px;
  }

  #static-content #kurashi .burashi-wrap figure {
    width: 125px;
  }

  #static-content #kurashi .burashi-wrap .burashi-txt {
    width: 400px;
  }

  #static-content #kurashi .btn-purchase a {
    height: 64px;
    line-height: 64px;
  }

  #static-content #kurashi .btn-purchase a:before {
    top: 19px;
    right: 20px;
    width: 25px;
    height: 25px;
  }

  #static-content #kurashi .btn-purchase a:after {
    top: 28px;
    right: 30px;
    width: 8px;
    height: 8px;
  }

}


/* おそうじ本舗割引クーポンの使い方 */

#static-content #coupon-description1 {
  margin-bottom: 30px;
}

#static-content #coupon-description1 h1 {
  margin-bottom: 0;
}

#static-content #coupon-description2 .lead-txt {
  background: #dbebf9;
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
  padding: 3%;
  margin-bottom: 30px;
}

#static-content #coupon-description2 .inner-section {
  padding: 0 5%;
}

#static-content #coupon-description2 .coupon-description-wrap {
  display: flex;
  flex-direction: column;
  padding-right: 4%;
}

#static-content #coupon-description2 .coupon-description-wrap .coupon-description-step {
  margin-bottom: 40px;
  position: relative;
}

#static-content #coupon-description2 .coupon-description-wrap .coupon-description-step:after {
  content: '';
  position: absolute;
  left: calc(50% - 5px);
  bottom: -24px;
  width: 24px;
  height: 24px;
  border-top: 3px solid #005aaa;
  border-right: 3px solid #005aaa;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

#static-content #coupon-description2 .coupon-description-wrap .coupon-description-step:last-of-type:after {
  border: none;
}

#static-content #coupon-description2 .coupon-description-wrap .coupon-description-step figure {
  margin-bottom: 10px;
}

#static-content #coupon-description2 .coupon-description-wrap .coupon-description-step p {
  /* font-size: clamp(1.4rem, 1.6vw, 1.6rem); */
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 0 0 4%;
  margin-bottom: 0;
}

#static-content #coupon-description2 .coupon-description-wrap .coupon-description-step p span {
  color: #e93259;
  font-weight: bold;
}


@media screen and (min-width: 600px) {

  #static-content #coupon-description2 .coupon-description-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 0;
  }

  #static-content #coupon-description2 .coupon-description-wrap .coupon-description-step {
    width: 30%;
    margin-right: 3.3%;
  }

  #static-content #coupon-description2 .coupon-description-wrap .coupon-description-step:after {
    left: unset;
    right: -20px;
    top: 175px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  #static-content #coupon-description2 .coupon-description-wrap .coupon-description-step p {
    padding: 0 4%;
  }

}


/* 電話 */

#static-content #tel-area p {
  margin: 0;
}

#static-content #tel-area .tel-btn {
  background: #d8ecfa;
  padding: 6%;
}

#static-content #tel-area .tel-btn a {
  display: block;
  color: #005eae;
  background-image: -moz-linear-gradient(90deg, rgb(198, 198, 198) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(198, 198, 198) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(198, 198, 198) 0%, rgb(255, 255, 255) 100%);
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px;
  border: 2px solid #005eae;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

#static-content #tel-area .tel-btn a:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #005eae;
  border-right: 2px solid #005eae;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}


/* ご注文パターン別料金シミュレーション */

#static-content #sec-simulation1 h1 {
  margin-bottom: 0;
}

#static-content #sec-simulation-anchor {
  padding: 30px 3%;
}

#static-content #sec-simulation-anchor ul,
#static-content #sec-simulation2 ul {
  margin-bottom: 0;
}

#static-content #sec-simulation-anchor ul li {
  margin-bottom: 20px;
}

#static-content #sec-simulation2 {
  background: #e1f3ff;
  padding: 30px 3%;
}

#static-content #sec-simulation-anchor ul li:last-child,
#static-content #sec-simulation2 ul li:last-child {
  margin-bottom: 0;
}

#static-content #sec-simulation2 ul li {
  margin-bottom: 30px;
}


@media screen and (min-width: 600px) {

  #static-content .sec-simulation-anchor-11,
  #static-content .sec-simulation2-11 {
    padding: 30px !important;
  }

}


/* プレゼントキャンペーン */

#static-content .present-cp {
  background: #eaf8ff;
  padding: 80px 3% 0px 3%;
}

#static-content .present-cp .present-contents {
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#static-content .present-cp .present-contents h2 {
  background: #70c0c9;
  height: 2.75em;
  position: relative;
  margin-bottom: 0;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
}

#static-content .present-cp .present-contents h2 img {
  position: absolute;
  top: -2.5em;
  left: 0;
  right: 0;
  margin: auto;
}

#static-content .present-cp .present-contents .present-inner {
  padding: 3% 3% 4% 3%;
}

#static-content .present-cp .present-contents .present-inner .txt-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#static-content .present-cp .present-contents .present-inner .txt-img .txt-area {
  width: 55%;
}

#static-content .present-cp .present-contents .present-inner .txt-img .txt-area p {
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: .02em;
  margin-bottom: 0;
}

#static-content .present-cp .present-contents .present-inner .txt-img figure {
  width: 42%;
  text-align: center;
  margin: 0;
}

#static-content .present-cp .present-contents .present-inner a {
  display: block;
  color: #fff;
  background: #005bac;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
  text-align: center;
  width: 75%;
  max-width: 500px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 auto 20px auto;
  border-radius: 100vh;
  -webkit-border-radius: 100vh;
  -moz-border-radius: 100vh;
  -ms-border-radius: 100vh;
  -o-border-radius: 100vh;
  position: relative;
}

#static-content .present-cp .present-contents .present-inner a:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#static-content .present-cp .present-contents .present-inner .period {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

#static-content .present-cp .present-contents .present-inner .period .period1 {
  width: 57%;
}

#static-content .present-cp .present-contents .present-inner .period .period2 {
  width: 40%;
}

#static-content .present-cp .present-contents .present-inner .period dl {
  border: 1px solid #005bac;
  text-align: center;
  margin-bottom: 0;
}

#static-content .present-cp .present-contents .present-inner .period dl dt {
  color: #fff;
  background: #005bac;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: bold;
  padding: .5em 0;
  margin-bottom: 0;
}

#static-content .present-cp .present-contents .present-inner .period dl dd {
  color: #005bac;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  padding: .5em 0;
  margin-bottom: 0;
}


@media screen and (min-width: 600px) {

  #static-content .present-cp {
    padding: 110px 30px 0 30px;
  }

  #static-content .present-cp .present-contents h2 {
    height: 4em;
  }

  #static-content .present-cp .present-contents h2 img {
    top: -4.5em;
  }

  #static-content .present-cp .present-contents .present-inner {
    padding: 2% 3%;
  }

  #static-content .present-cp .present-contents .present-inner .txt-img {
    margin-bottom: 0;
  }

  #static-content .present-cp .present-contents .present-inner .txt-img .txt-area {
    width: 69%;
  }

  #static-content .present-cp .present-contents .present-inner .txt-img figure {
    width: 28%;
  }

  #static-content .present-cp .present-contents .present-inner .txt-img .txt-area p {
    margin-bottom: 20px;
  }

  #static-content .present-cp .present-contents .present-inner a {
    height: 50px;
    line-height: 50px;
  }

  #static-content .present-cp .present-contents .present-inner a:before {
    right: 30px;
    top: 20px;
  }

  #static-content .present-cp .present-contents .present-inner .period dl dt,
  #static-content .present-cp .present-contents .present-inner .period dl dd {
    padding: .25em 0;
  }

}


#static-content #sec5 {
  background: #005bac;
  padding: 30px 3%;
}

#static-content .sec5-b {
  padding: 30px 3% 70px 3% !important;
}

#static-content #sec5 h2 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

#static-content #sec5 .img-tel {
  text-align: center;
}

#static-content #sec5 .about {
  text-align: center;
}


@media screen and (max-width: 599px) {

  #static-content .sec5-sp {
    margin-bottom: 70px;
  }
}


@media screen and (min-width: 600px) {

  #static-content .sec5-b {
    padding: 30px 3% !important;
  }

  #static-content #sec5 .img-tel {
    margin: 0;
  }
}


/* 電話 */

#static-content #tel-area p {
  margin: 0;
}

#static-content #sec5 .tel-btn {
  margin-top: 30px;
}

#static-content #sec5 .tel-btn a {
  display: block;
  color: #005bac;
  background: #fff;
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  height: 50px;
  line-height: 48px;
  border-radius: 100vh;
  -webkit-border-radius: 100vh;
  -moz-border-radius: 100vh;
  -ms-border-radius: 100vh;
  -o-border-radius: 100vh;
}

#static-content #sec5 .tel-btn a:before {
  content: '';
  position: absolute;
  right: 25px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #005bac;
  border-right: 2px solid #005bac;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}


/* レビュー */

#static-content .review {
  max-width: 868px;
  padding: 0 3%;
  margin: 0 auto 30px auto;
}

#static-content .review h2 {
  margin-bottom: 20px;
}

#static-content .review .lead-txt {
  text-align: center;
}

#static-content .review .review-contents {
  margin-top: 20px;
}

#static-content .review .review-contents .review-box {
  background: #fef2e3;
  padding: 3%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-bottom: 20px;
}

#static-content .review .review-contents .review-box:last-child {
  margin-bottom: 0;
}

#static-content .review .review-contents .review-box ul {
  display: flex;
  margin-bottom: 5px;
}

#static-content .review .review-contents .review-box ul li {
  margin-bottom: 0;
}

#static-content .review .review-contents .review-box ul li img {
  width: 17px;
}

#static-content .review .review-contents .review-box .review-text {
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.8;
  margin: 0;
}

#static-content .review .review-contents .review-box .name {
  color: #ac8320;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
  margin: 0;
}


@media screen and (min-width: 600px) {

  #static-content .review .review-contents .review-box {
    padding: 2%;
  }

  #static-content .review .review-contents .review-box ul {
    margin-bottom: 10px;
  }
}


/* 長体 */

#static-content .scale95 {
  transform: scale(0.95, 1);
  -webkit-transform: scale(0.95, 1);
  -moz-transform: scale(0.95, 1);
  -ms-transform: scale(0.95, 1);
  -o-transform: scale(0.95, 1);
  transform-origin: top left;
  width: 105%;
}

#static-content .scale90 {
  transform: scale(0.9, 1);
  -webkit-transform: scale(0.9, 1);
  -moz-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  -o-transform: scale(0.9, 1);
  transform-origin: top left;
  width: 111%;
}


@media screen and (max-width: 599px) {

  #static-content .scale95-sp {
    transform: scale(0.95, 1);
    -webkit-transform: scale(0.95, 1);
    -moz-transform: scale(0.95, 1);
    -ms-transform: scale(0.95, 1);
    -o-transform: scale(0.95, 1);
    transform-origin: top left;
    width: 105%;
  }

  #static-content .scale90-sp {
    transform: scale(0.9, 1);
    -webkit-transform: scale(0.9, 1);
    -moz-transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    -o-transform: scale(0.9, 1);
    transform-origin: top left;
    width: 111%;
  }
}


/* モーダル */

#static-content .wrap .c-service-modal-head__heading {
  text-align: left !important;
  font-size: clamp(2rem, 2.5vw, 2.5rem) !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  color: #06408c !important;
  padding-bottom: 12px !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: solid 1px #fff !important;
  position: relative !important;
}

#static-content .wrap .c-service-modal-head-list {
  margin-bottom: 0 !important;
}

#static-content .wrap .c-service-modal-head-list__item dt {
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}

#static-content .wrap .c-service-modal-head-list__item dd {
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  text-align: left !important;
  margin-bottom: 0 !important;
}


#static-content .wrap .c-modal-price__text {
  font-size: 2.5rem !important;
  font-weight: 500 !important;
}

#static-content .wrap .c-modal-price::before {
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

#static-content .wrap .c-modal-discount-price::before {
  font-size: 1.2rem !important;
  font-weight: 500 !important;
}

#static-content .wrap .c-text {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem) !important;
  text-align: left !important;
  margin: 0 !important;
}

#static-content .wrap .p-service-modal__service-detail+.p-service-modal__heading-level-2,
#static-content .wrap .p-service-modal__service-detail+.p-service-modal__notes {
  border-top: solid 1px #d7dfe8 !important;
}

#static-content .wrap .p-service-modal__heading-level-2 {
  color: #06408c !important;
  font-size: clamp(1.6rem, 2vw, 2rem) !important;
  text-align: left !important;
  margin-bottom: 10px !important;
}

#static-content .wrap .p-service-modal__heading-level-3 {
  background: #e3f1fc !important;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem) !important;
  padding: 10px 20px !important;
}

#static-content .wrap .c-service-modal-notes__heading {
  text-align: left !important;
  font-size: 1.4rem !important;
  margin-bottom: 10px !important;
}

#static-content .wrap .c-service-modal-notes__list {
  margin: 0 !important;
}

#static-content .wrap .c-service-modal-notes__list .c-list__item {
  text-align: left !important;
  margin: 0 !important;
}

#static-content .wrap .c-link-text__text {
  font-size: 1.2rem !important;
}

#static-content .wrap .p-service-modal__close-button {
  font-size: 1.4rem !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 767.98px) {

  #static-content .wrap .p-service-modal__service-detail+.p-service-modal__heading-level-2,
  #static-content .wrap .p-service-modal__service-detail+.p-service-modal__notes {
    padding-top: 24px !important;
    margin-top: 24px !important;
  }

  #static-content .wrap .c-flex-image--transform {
    transform: scale(1.11);
  }
}


@media print,
screen and (min-width: 768px) {

  #static-content .wrap .p-service-modal__service-detail+.p-service-modal__heading-level-2,
  #static-content .wrap .p-service-modal__service-detail+.p-service-modal__notes {
    padding-top: 40px;
    margin-top: 40px;
  }
}