@charset "utf-8";

/*=== メインエリア ===*/
.main-cpWrap .main-ttl {
  color: #41362e;
}
.main-cpWrap .main-subttl {
  color: #41362e;
  font-size: 26px;
  text-align: center;
}
.main-cpWrap .main-txt .type-accent {
  color: #e85d00;
  font-weight: bold;
}
.main-cpWrap .main-note {
  text-align: center;
}
.main-cpWrap .commonIcon-tel {
  width: 23px;
  height: 25px;
}
@media print, screen and (min-width: 769px) {
  .main-cpWrap .commonIcon-pc {
    width: 35px;
    height: 27px;
  }
}


/*=== お問い合わせ ===*/
.cpApply {
  background-color: #f2e6b6;
}
.cpApply-wrap {
  background-color: #1f4026;
}
.cpApply-bg::before {
  background-color: #f2e6b6;
}
.cpApply-head {
  background-color: #1f4026;
}
.cpApply-limit {
  color: #1f4026;
}


/*=== メインビジュアル ===*/
.mainvisual {
  background: #e9ebd3;
}
.mainvisual-sub {
  color: #fff;
  background-color: #801717;
}


/*=== 快適化メンテナンスとは ===*/
.about-transition {
  margin-top: 20px;
  text-align: right;
}
a.about-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 50px;
  padding: 5px 40px;
  color: #0075c1;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  border: 1px solid #0075c1;
  border-radius: 50px;
}
a.about-btn:visited {
  color: #0075c1;
}
a.about-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  background-color: #0075c1;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
a.about-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}


/*=== おすすめ ===*/
.recommend-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.recommend-item {
  width: calc((100% - (20px * 3)) / 4);
}
.recommend-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.recommend-txt {
  margin-top: 10px;
  font-size: 18px;
}
.recommend-txt .type-em {
  font-weight: bold;
}


/*=== パソコン快適化メンテナンスメニュー ===*/
.menu-label {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 15px 6px;
  color: #fff;
  line-height: 1;
  background-color: #0e6eb4;
  border-radius: 50px;
}
.menu-list {
  margin-top: 30px;
}


/*=== 作業内容 ===*/
.work {
  margin-top: 20px;
  line-height: 1.4;
}
.work-ttl {
  position: relative;
  max-width: 220px;
  padding: 5px 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  background-color: #0e6eb4;
  border-radius: 10px 10px 0 0;
  z-index: 1;
}
.work-detail {
  padding: 10px 20px 25px;
  background-color: #a1cde6;
  border-radius: 0 10px 10px 10px;
}
.work-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  margin-left: -10px;
}
.work-list::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 33.5%;
  width: 65px;
  height: 30px;
  background: #a1cde6;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.work-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc((100% - (10px * 4)) / 4);
  margin: 10px 0 0 10px;
  padding: 20px 10px 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.work-item .type-plus {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 6px 8px;
  background: #232b35;
  border-radius: 0 8px 0 0;
}
.work-item .type-plus::before,
.work-item .type-plus::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 24%;
  width: 16px;
  height: 4px;
  background-color: #fff;
}
.work-item .type-plus::after {
  transform: rotate(90deg);
}
@media print, screen and (max-width: 1000px) {
  .work-item {
    width: calc((100% - (10px * 3) - 0.1px) / 3);
  }
}
.work-item:hover {
  outline: 2px solid #232b35;
}
.work-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
  overflow: hidden;
  cursor: pointer;
}
.work-head {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-weight: bold;
  font-size: 18px;
}
.work-icon {
  flex-shrink: 0;
  width: 80px;
  margin-right: 10px;
}
.work-label {
  display: flex;
  flex-grow: 1;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.2;
  background-color: #eef5f8;
}
.work-lead {
  width: 52%;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  background-color: #0e6eb4;
  overflow: hidden;
}
.work-time {
  width: 48%;
  padding: 5px 0;
  text-align: center;
}
.work-time .type-small {
  font-size: 14px;
}

/*=== モーダル部分 ===*/
.work .modal-inner {
  padding: 0;
}
.work .modal-body {
  max-width: 600px;
}
.modal .work-head {
  padding: 30px 40px 28px;
  font-size: 24px;
  border-bottom: 4px solid #0e6eb4;
}
.modal .work-icon {
  margin-right: 20px;
}
.work-cont {
  padding: 30px 40px;
}
.modal .work-label {
  max-width: 230px;
  margin-top: 20px;
  margin-left: auto;
}


/*=== 特価内容 ===*/
.special {
  background: url(../images/special_bg_001.png) no-repeat top center,#e9ebd3;
}
.special-txt {
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}
.special .main-note {
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
}

/* specialTable */
.specialTable {
  margin: 30px -20px 0;
  padding-bottom: 10px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 1200px) {
  .specialTable {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .specialTable::-webkit-scrollbar {
    display: none;
  }
}
.specialTable-table {
  width: 1160px;
  margin: 0 20px;
  border-top: 1px solid #a09b85;
  border-left: 1px solid #a09b85;
  border-collapse: separate;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.specialTable-table.pattern-option {
  margin-top: 40px;
}
thead tr:last-child th:first-child {
  border-radius: 10px 0 0 0;
}
thead tr:last-child th:last-child {
   border-radius: 0 10px 0 0px;
}
tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
tbody tr:last-child th {
  border-radius: 0 0 0 10px;
}
.specialTable-table .type-sup {
  display: inline-block;
  font-size: 12px;
  vertical-align: super;
}
.specialTable-table .type-center {
  text-align: center;
}
.specialTable-table th,
.specialTable-table td {
  padding: 15px 20px;
  border-right: 1px solid #a09b85;
  border-bottom: 1px solid #a09b85;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.specialTable-head {
  font-size: 20px;
  background-color: #faf2d4;
}
.specialTable-head.pattern-tel {
  background-color: #1c3583;
}
.specialTable-head.pattern-web {
  background-color: #c40a0a;
}
.specialTable-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.specialTable-icon {
  margin-right: 10px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1050%) hue-rotate(52deg) brightness(112%) contrast(101%);
}
.specialTable-name {
  font-size: 18px;
}
.specialTable-table .specialTable-data {
  font-size: 20px;
  text-align: center;
}
.pattern-option .specialTable-data {
  display: flex;
  align-items: center;
}
.specialTable-detail {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.specialTable-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: #fff;
  line-height: 1;
  background-color: #e85d00;
}
.pattern-option .specialTable-label {
  margin: 0 20px 0 0;
}
.specialTable-arrow {
  padding: 0 10px;
}
.specialTable-price.pattern-discount {
  color: #c40a0a;
  font-weight: bold;
  line-height: 1;
}
.pattern-discount .type-accent {
  font-size: 25px;
}
.pattern-option .pattern-discount .type-accent {
  font-size: 20px;
}
.pattern-discount .type-em {
  font-size: 50px;
}
.pattern-option .pattern-discount .type-em {
  font-size: 35px;
}


/*=== お客様の声 ===*/
.voice {
  overflow: hidden;
}
.voice .main-section {
  padding-bottom: 0;
}
.voice-thumb {
  margin-top: 40px;
}
.voice-wrap {
  margin: 30px -100% 0;
  padding: 30px 100% 60px;
  background-color: #f7f7f7;
}
.voice-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voice-item {
  display: flex;
  width: calc((100% - 20px) / 2);
  padding: 20px 30px 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 769px) {
  .voice-item:not(:nth-child(-n+2)) {
    margin-top: 15px;
  }
}
.voice-name {
  flex-shrink: 0;
  width: 112px;
  margin-right: 20px;
  text-align: center;
}
.voice-label {
  margin-top: 2px;
}
.voice-cont {
  padding-top: 10px;
  font-size: 22px;
}
.voice-txt .type-accent {
  color: #e85d00;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
}


/*=== お申込み方法 ===*/
.howto {
  background-color: #f5f2ef;
}
.howto-wrap {
  line-height: 1.2;
}
.howto-wrap.pattern-web {
  margin-top: 30px;
}
.howto-wrap.pattern-tel {
  margin-top: 20px;
  padding: 30px 20px 25px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.howto-head {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 35px;
  border: 2px solid #c40a0a;
  color: #c40a0a;
  font-weight: bold;
  font-size: 24px;
  background-color: #fff;
  border-radius: 50px;
}
.howto-head::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #c40a0a;
  border-right: 2px solid #c40a0a;
  background-color: #fff;
  transform: translateX(-50%) rotate(135deg);
}
.telApply .howto-head,
.telApply .howto-head::after {
  border-color: #1c3583;
  color: #1c3583;
}
.howto-icon {
  margin-right: 10px;
}
.pattern-tel .howto-icon {
  filter: brightness(0) saturate(100%) invert(12%) sepia(50%) saturate(4216%) hue-rotate(222deg) brightness(98%) contrast(90%);
}
.pattern-web .howto-icon {
  filter: brightness(0) saturate(100%) invert(11%) sepia(85%) saturate(5582%) hue-rotate(358deg) brightness(94%) contrast(96%);
}
.howto-main .type-em {
  font-size: 34px;
  line-height: 1;
}
.howto-list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  line-height: 1.2;
}
.howto-item {
  position: relative;
  width: calc((100% - (20px * 2)) / 3);
  border: 1px solid #f4c1b2;
  border-radius: 10px;
  background-color: #fff;
}
.howto-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -17px;
  width: 10px;
  height: 20px;
  background-color: #c40a0a;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.howto-item:hover {
  opacity: 0.8;
}
.howto-btn {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
  overflow: hidden;
  cursor: pointer;
}
.howto-number {
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #c40a0a;
  border-radius: 10px 10px 0 0;
}
.howto-number .type-em {
  font-size: 24px;
  line-height: 1;
}
.howto-cont {
  padding: 20px 20px 15px;
}
.howto-thumb {
  max-width: 550px;
  margin: 0 auto;
  border: 2px solid #f7f1ef;
  border-radius: 10px;
  overflow: hidden;
}
.howto-txt {
  margin-top: 15px;
  font-size: 18px;
}
/*=== モーダル部分 ===*/
.howto .modal-inner {
  padding: 45px;
}
.howto-detail {
  border: 1px solid #f4c1b2;
  border-radius: 10px;
}
.modal .howto-number {
  padding: 15px 10px;
  font-size: 32px;
}
.modal .howto-number .type-em {
  font-size: 45px;
}
.modal .howto-cont {
  padding: 25px 25px 30px;
}
.modal .howto-txt {
  margin-top: 30px;
  font-size: 24px;
  text-align: center;
}


/*=== 電話からのお申込み方法 ===*/
.telApply {
  display: flex;
}
.telApply-head {
  flex-grow: 1;
}
.telApply .howto-ttl {
  background-color: #1c3583;
}
.telApply-main {
  margin-top: 15px;
  font-size: 18px;
}
.telApply-cont {
  display: flex;
  align-items: flex-end;
}
.telApply-reception {
  margin-left: 30px;
}
.telApply-ttl {
  display: inline-block;
  padding: 3px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background-color: #1c3583;
}
.telApply-number a {
  font-weight: bold;
  font-size: 58px;
  line-height: 1;
}
@media print, screen and (max-width: 1200px) {
  .telApply-number a {
    font-size: 4.833vw;
  }
}
.telApply-item {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.telApply-label {
  min-width: 92px;
  padding: 5px 10px;
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background-color: #1c3583;
}
.telApply-time {
  font-size: 20px;
}
@media print, screen and (max-width: 880px) {
  .telApply {
    display: block;
  }
  .telApply-cont {
    margin: 20px 0 0 -30px;
  }
}


@media print, screen and (max-width: 768px) {
  /*=== メインエリア ===*/
  .main-cpWrap .main-subttl {
    font-size: 18px;
  }
  .main-cpWrap .commonIcon-tel {
    width: 20px;
    height: 22px;
  }
  /*=== 快適化メンテナンスとは ===*/
  .about-transition {
    text-align: center;
  }
  a.about-btn {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    min-height: 42px;
    padding: 5px 35px;
    font-size: 16px;
  }
  a.about-btn::after {
    right: 15px;
  }
  /*=== おすすめ ===*/
  .recommend-list {
    display: block;
    max-width: 400px;
    margin: 25px auto 0;
  }
  .recommend-item {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .recommend-item:not(:first-child) {
    margin-top: 10px;
  }
  .recommend-thumb {
    flex-shrink: 0;
    max-width: 135px;
    margin-right: 15px;
  }
  .recommend-txt {
    margin-top: 0;
    font-size: 16px;
  }
  /*=== パソコン快適化メンテナンスメニュー ===*/
  .menu-list {
    max-width: 400px;
    margin: 25px auto 0;
  }
  .menu-item:not(:last-child) {
    position: relative;
    margin-bottom: 30px;
  }
  .menu-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    width: 20px;
    height: 15px;
    background: #232b35;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transform: translateX(-50%);
  }
  /*=== 作業内容 ===*/
  .work {
    margin-top: 0;
    padding: 10px 15px 20px;
    background-color: #a1cde6;
  }
  .work-ttl {
    max-width: 105px;
    margin: 0 auto;
    font-size: 15px;
    border-radius: 0;
  }
  .work-detail {
    padding: 0;
    border-radius: 0;
  }
  .work-list {
    display: block;
    margin: 0;
  }
  .work-list::before {
    content: none;
  }
  .work-item {
    display: block;
    width: 100%;
    margin: 10px 0 0;
    padding: 15px 25px;
  }
  .work-item .type-plus {
    width: 26px;
    height: 25px;
    padding: 6px;
  }
  .work-item .type-plus::before,
  .work-item .type-plus::after {
    width: 14px;
    height: 2px;
  }
  .work-head {
    font-size: 16px;
  }
  .work-icon {
    width: 42px;
  }
  /*=== モーダル部分 ===*/
  .modal .work-head {
    padding: 30px 15px 20px;
    font-size: 18px;
    border-width: 2px;
  }
  .modal .work-icon {
    margin-right: 10px;
  }
  .work-cont {
    padding: 20px 15px;
  }
  .modal .work-label {
    max-width: 100%;
  }
  /*=== 特価内容 ===*/
  .special .main-subttl {
    font-size: 20px;
  }
  .special-txt {
    font-size: 18px;
  }
  /* specialTable */
  .specialTable {
    margin: 0;
    padding-bottom: 0;
    overflow-x: auto;
  }
  .specialTable .main-subsec:first-child {
    margin-top: 40px;
  }
  .specialTable .main-subttl .type-sup {
    display: inline-block;
    font-size: 11px;
    vertical-align: super;
  }
  .specialTable-table {
    width: 100%;
    max-width: 550px;
    margin: 10px auto 0;
  }
  .specialTable-table.pattern-option {
    margin-top: 40px;
  }
  .specialTable-table .type-sup {
    font-size: 11px;
  }
  .specialTable-table th {
    padding: 10px 5px;
    text-align: center;
  }
  .specialTable-table td {
    padding: 15px;
  }
  .specialTable-head {
    font-size: 18px;
  }
  .specialTable-label {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .specialTable-price {
    font-size: 15px;
  }
  .specialTable-arrow {
    padding: 0 2px;
    font-size: 14px;
  }
  .specialTable-price.pattern-discount,
  .pattern-discount .type-accent {
    font-size: 18px;
  }
  .pattern-discount .type-em {
    font-size: 32px;
  }
  /*=== お客様の声 ===*/
  .voice-thumb {
    max-width: 400px;
    margin: 25px auto 0;
  }
  .voice-note {
    margin-top: 15px;
    padding-left: 30px;
    font-size: 13px;
  }
  .voice-wrap {
    padding: 25px 100% 50px;
  }
  .voice-list {
    display: block;
  }
  .voice-item {
    width: 100%;
    align-items: center;
    padding: 20px 15px;
  }
  .voice-item:not(:first-child) {
    margin-top: 10px;
  }
  .voice-name {
    width: 73px;
    margin-right: 10px;
  }
  .voice-cont {
    padding-top: 0;
    font-size: 18px;
  }
  .voice-txt .type-accent {
    font-size: 22px;
  }
  /*=== お申込み方法 ===*/
  .howto-wrap.pattern-web {
    margin-top: 25px;
  }
  .howto-wrap.pattern-tel {
    padding: 20px 15px;
  }
  .howto-head {
    padding: 8px 20px;
    font-size: 16px;
  }
  .howto-main .type-em {
    font-size: 22px;
  }
  .howto-list {
    display: block;
  }
  .howto-item {
    width: 100%;
  }
  .howto-item:not(:first-child) {
    margin-top: 40px;
  }
  .howto-item:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -30px;
    width: 20px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transform: translateX(50%);
  }
  .howto-cont {
    padding: 15px;
  }
  .howto-txt {
    font-size: 14px;
  }
  /*=== モーダル部分 ===*/
  .howto .modal-inner {
    padding: 25px 15px;
  }
  .modal .howto-number {
    padding: 5px 10px;
    font-size: 18px;
  }
  .modal .howto-number .type-em {
    font-size: 24px;
  }
  .modal .howto-cont {
    padding: 15px;
  }
  .modal .howto-txt {
    margin-top: 15px;
    font-size: 14px;
  }
  /*=== 電話からのお申込み方法 ===*/
  .telApply-main {
    font-size: 16px;
  }
  .telApply-cont {
    display: block;
    margin: 15px 0 0;
  }
  .telApply-reception {
    margin: 10px 0 0;
  }
  .telApply-ttl {
    padding: 5px 10px;
    font-size: 18px;
  }
  .telApply-number {
    margin-top: 5px;
  }
  .telApply-number a {
    font-size: 44px;
    text-decoration: none;
  }
  .telApply-list {
    margin-left: -10px;
  }
  .telApply-item {
    display: inline-flex;
    margin-left: 10px;
  }
  .telApply-label {
    min-width: auto;
    margin-right: 5px;
    padding: 5px;
    font-size: 13px;
  }
  .telApply-time {
    font-size: 13px;
  }
}
