<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*=== メインエリア ===*/
.main-container{
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.main-inner {
  margin: 0 auto 135px;
  background-color: #fff;
}
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 55px 20px 50px;
}
.main-detail {
  position: relative;
}
.main-ttl {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 1.4;
}

/*=== モーダル ===*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2147483640;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.modal::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal.is-modalShow {
  opacity: 1;
  visibility: visible;
}
.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 600px;
  z-index: 100;
  transform: translate(-50%,-50%);
}
.modal-close {
  position: absolute;
  top: -22px;
  right: -22px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  background-color: #dce0e3;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}
.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 25px;
  background: #5f6b78;
  border-radius: 1.5px;
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.modal-close:hover {
  text-decoration: none;
  opacity: 0.7;
}
.modal-inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 90vh;
  background-color: #fff;
  border-radius: 6px;
}
.modal-prev,
.modal-next {
  display: block;
  position: absolute;
  top: 50%;
  right: -32px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  padding: 0;
  border: none;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  background: url(../images/modal_ic_001.png) no-repeat center / 100% auto;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.modal-prev {
  left: -32px;
  transform: translateY(-50%) rotate(180deg);
}
.modal-prev:hover,
.modal-next:hover {
  opacity: 0.7;
}
.modal-prev.slick-disabled,
.modal-next.slick-disabled {
  display: none !important;
}
@media only screen and (max-width: 1225px) {
  .modal-prev, .modal-next {
    right: -1.633vw;/*-20px*/
    width: 5.224vw;
    height: 5.224vw;
  }
  .modal-prev {
    left: -1.633vw;
  }
}

/*=== キャンペーン終了 ===*/
.end {
  max-width: 1200px;
  margin: 0 auto 15px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.end-inner {
  padding: 15px;
  border: 1px solid #ccc;
}
.end-link{
  font-size: 20px;
  text-align: center;
}
.end-link::before{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 2px 0 0;
  border: 7px solid transparent;
  border-left: 14px solid #2f368e;
}

/*=== キャンペーン期間 ===*/
.keyHeder {
  max-width: 1200px;
  margin: 0 auto 10px;
  padding: 0 20px;
}
.keyHeder-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.period {
  margin-left: 15px;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  line-height: 1.4;
}
.period-day {
  display: inline-block;
}
.period-day strong {
  font-size: 24px;
}
.period-extension {
  color: #ac2330;
  font-weight: bold;
}

/*=== メインビジュアル ===*/
.mainvisual {
  background: rgb(231,233,253);
  /*background: linear-gradient(180deg, rgba(206,239,242,1) 0%, rgba(211,242,237,1) 100%);*/
}
.mainvisual-main {
  max-width: 1200px;
  margin: 0 auto;
}

/*=== フロートバナー ===*/
.floatBnr.is-fixed {
  position: fixed;
}
.floatBnr-link:hover {
  opacity: 0.7;
}
.js-floatBnrArea {
  position: relative;
  overflow: hidden;
}
.floatBnr {
  display: flex;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
  z-index: 100;
  transition: 0.7s;
  box-shadow: 0 3px 14px 0 rgba(0 0 0 / 30%);
  padding: 2px 0 2px 2px;
}
.floatBnr.is-floatBnrClose, .floatBnr.is-floatBnrHover {
  transform: translateX(calc(100% - 20px));
}
.floatBnr-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  width: 20px;
  border: none;
  border-radius: 4px 0 0 4px;
  color: #ac2330;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.floatBnr-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 23px;
  background: url(../images/float_ic_001.png) no-repeat top center / 11px 23px;
  transform: translateY(-50%);
  z-index: 1;
}
.is-floatBnrClose .floatBnr-btn::before, .is-floatBnrHover .floatBnr-btn::before {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.floatBnr-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #c5340a;
  border-radius: 4px 0 0 4px;
}
.floatBnr-btn:hover {
  opacity: 0.7;
}
a.floatBnr-link {
  flex-shrink: 0;
  border-left: none;
}
a.floatBnr-link:hover {
  opacity: 0.7;
}

/*=== ナビゲーション ===*/
.navigation {
  position: relative;
  width: 100%;
  background-color: #009885;
  z-index: 100;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.navigation.is-fixed {
  position: fixed;
  top: 0;
}
.navigation-inner {
  display: flex;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
}
.navigation-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1160px;
}
.navigation-list .maintenance{
  width:400px;
}
.navigation-item {
  width: calc(100% / 4);
}
a.navigation-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 62px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  padding: 0 10px;
}
a.navigation-link span{
  padding-right: 30px;
}
.navigation-inquiry a.navigation-link{
  padding: 0 35px;
}
a.navigation-tab::before{
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  width: 2px;
  height: 30px;
  background-color: #fff;
  transform: translateY(-50%);
}
a.navigation-link:visited {
  color: #232b35;
}
a.navigation-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.navigation-label {
  display: block;
  max-width:114px;
  margin-right:5px;
}
.navigation-inquiry {
  width: calc((100% / 4));
}
a.navigation-link.pattern-inquiry {
  border-bottom: 6px solid #922607;
  color: #fff;
  font-size: 30px;
  background-color: #c5340a;
}
a.navigation-link.pattern-inquiry:visited {
  color: #fff;
}
a.navigation-link.pattern-inquiry:hover {
  background-color: #9a2b0b;
  opacity: 1;
}
a.navigation-link.pattern-inquiry::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(135deg);
}
@media only screen and (max-width: 1000px) {
  a.navigation-link{
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px){
  .navigation-link::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 28px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(135deg);
  }
  .navigation-list .maintenance .navigation-link::after{
    right: 20px;
  }
}
.navigation-item .balloon-txt{
  display:flex;
  align-items: center;
}

/*=== お問い合わせ ===*/
.inquiry {
  background-color: #e1f1ef;
}
.inquiry-lead {
  padding: 8px 20px 9px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #009885;
}
.top .inquiry-lead{
  font-size: 24px;
  color: #653832;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
}
.top .inquiry-lead::before,
.top .inquiry-lead::after {
  background-color: #653832;
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 25px;
}
.top .inquiry-lead::before {
  margin-right: 5px;
  transform: rotate(60deg);
}
.top .inquiry-lead::after {
  margin-left: -5px;
  transform: rotate(-60deg);
}
.top .inquiry-list{
  margin-top: 10px;
}
.inquiry-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.inquiry-list {
  display: flex;
  justify-content: space-between;
}
.inquiry-item {
  padding: 20px 10px 10px;
  width: calc((100% - 10px) / 2);
  background-color: #fff;
  border-radius: 10px;
}
.inquiry-balloon {
  position: relative;
  max-width: 498px;
  margin: 0 auto;
  padding: 8px 22px;
  border: 2px solid #d94014;
  color: #d94014;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
}
.inquiry-balloon::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #d94014;
  border-right: 2px solid #d94014;
  background-color: #fff;
  transform: translateX(-50%) rotate(135deg);
}
.inquiry-balloon.pattern-tel,
.inquiry-balloon.pattern-tel::after {
  border-color: #21a4f5;
  color: #21a4f5;
}
.inquiry-detail {
  max-width: 498px;
  margin: 20px auto 0;
}
.inquiry-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
}
.inquiry-tel img {
  flex-shrink: 0;
}
a.inquiry-btn {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 15px 40px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  background-color: #c5340a;
  border-radius: 10px;
  box-shadow: 0 7px 0 #922607;
  transform: translateY(-7px);
  letter-spacing: 0.04em;
}
a.inquiry-btn:visited {
  color: #fff;
}
a.inquiry-btn:hover {
  text-decoration: none;
  background-color: #9a2b0b;
  box-shadow: none;
  transform: translateY(0);
}
a.inquiry-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.inquiry-detail_list {
  margin-top: 10px;
  margin-right: -24px;
  font-size: 0;
  text-align: center;
}
.inquiry-detail_item {
  display: inline-block;
  margin-right: 24px;
  font-size: 20px;
}
.inquiry-detail_txt {
  position: relative;
  min-width: 230px;
  text-align: left;
}
.inquiry-label {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 5px;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 1;
  color:#fff;
  background-color: #9ca5ad;
}
.inquiry-detail_item sup {
  position: absolute;
  top: 2px;
  font-size: 10px;
  vertical-align: super;
}
.inquiry-txt {
  font-size: 14px;
  text-align: center;
}
.inquiry-note {
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
}

/*=== おすすめ ===*/
.recommend {
  text-align: center;
  background-color: #fff;
}
.recommend .main-section {
  max-width: 100%;
  padding: 0;
}
.recommend-head {
  padding: 100px 20px 40px;
  background: url(../images/recommend_bg_001.png) no-repeat center;
}
.recommend-ttl {
  display: inline-block;
  position: relative;
  padding: 25px 30px 20px;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  top: 15px;
}
.recommend-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 50%;
  width: 136px;
  height: 74px;
  background: url(../images/recommend_ic_001.png) no-repeat center / 100% auto;
  transform: translateX(-50%);
}
.recommend-ttl span {
  margin: 0;
  color: #d10f1f;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
}
span.recommend-ttl_em {
  font-size: 40px;
}
.recommend-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 20px 80px;
}
.recommend-lead {
  font-size: 20px;
  letter-spacing: 0.06em;
}
.recommend-lead span{
  font-size: 24px;
  color: #d10f1f;
  font-weight: 500;
}
.recommend-note {
  margin-top: 10px;
  font-size: 14px;
}
.recommend-transition {
  margin-top: 20px;
  text-align: right;
}
a.recommend-btn {
  display: inline-block;
  position: relative;
  padding: 10px 25px;
  border: 1px solid #0075c1;
  color: #0075c1;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 6px;
}
a.recommend-btn:visited {
  color: #0075c1;
}
a.recommend-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0075c1;
  border-right: 2px solid #0075c1;
  transform: translateY(-50%) rotate(45deg);
}
a.recommend-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

/*=== パソコン快適化メンテナンスメニュー ===*/
.menu {
  margin-top: 20px;
  border: 2px solid #ebf1f4;
  border-radius: 10px;
  overflow: hidden;
}
.menu-ttl {
  padding: 2px 20px 10px;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  background-color: #dff2fc;
}
.menu-ttl_time {
  position: relative;
  top: 3px;
  font-size: 50px;
  line-height: 1;
}
.menu-inner {
  padding: 30px 20px 20px;
}
.menu-lead {
  font-size: 18px;
  letter-spacing: 0.08em;
}
.menu-emphasis {
  color: #d10f1f;
  font-size: 24px;
  font-weight: 500;
}
.manu-time {
  font-weight: bold;
}
span.menu-label {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  background-color: #0075c1;
  border-radius: 20px;
}
.menu-sec {
  margin-top: 35px;
}
.menu-subttl {
  position: relative;
  padding: 4px 30px;
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  background-color: #6ba5d6;
}
.menu-subttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: #fff #fff #dff2fc #fff;
}
.menu-list {
  margin-top: 20px;
}

/*=== 作業内容 ===*/
.work {
  margin-top: 20px;
}
.work-ttl {
  position: relative;
  max-width: 220px;
  padding: 5px 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  background-color: #0e6eb4;
  border-radius: 4px 4px 0 0;
  z-index: 1;
}
.work-detail {
  padding: 10px 10px 24px;
  text-align: left;
  background-color: #c7e8fa;
  border-radius: 0 8px 8px 8px;
}
.work-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  margin-left: -10px;
}
.work-list::before {
  content: "";
  position: absolute;
  top: -42px;
  right: 32%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width:  0 32px 32px 32px;
  border-color: transparent transparent #c7e8fa transparent;
}
.work-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  width: calc((100% - (10px * 4)) / 4);
  margin: 10px 0 0 10px;
  padding: 20px 13px 18px;
  color: #232b35;
  text-decoration: none;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 980px) {
  .work-item {
    width: calc((100% - (10px * 3) - 0.1px) / 3);
  }
}
.work-item:hover {
  opacity: 0.7;
}
.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;
  width: 100%;
}
.work-icon {
  width: 80px;
  min-width: 80px;
  margin-right: 10px;
}
.work-lead {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
.work-label {
  display: flex;
  width: 100%;
  margin-top: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.work-label p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 6px 3px;
  font-weight: bold;
  line-height: 1.2;
  background-color: #eef5f8;
}
p.work-label_ttl {
  color: #fff;
  background-color: #0e6eb4;
}
.work-time span {
  font-size: 14px;
}

/*=== モーダル部分 ===*/
.modal .work-head {
  padding: 30px 40px 28px;
  border-bottom: 4px solid #3886bd;
}
.modal .work-icon {
  margin-right: 20px;
}
.modal .work-lead {
  font-size: 24px;
}
.work-cont {
  padding: 30px 40px;
}
.modal .work-label {
  max-width: 230px;
  margin-top: 20px;
  margin-left: auto;
}

/*=== 特価内容 ===*/
#about {
  background: url(../images/about_bg_001.png) no-repeat bottom left, url(../images/about_bg_002.png) no-repeat bottom right,#e6ebfa;
}
.about .main-section {
  padding: 80px 20px 100px;
}
.about .main-ttl {
  margin: 0 auto;
  color: #653832;
}
.about-txt{
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
  color: #40352b;
}
.about-lead {
  color: #5d5750;
  font-size: 34px;
  text-align: center;
}
.about-lead span {
  color: #e7244b;
}
.about-lead_price {
  font-weight: bold;
}
.about-lead_price strong {
  position: relative;
  top: 3px;
  font-size: 50px;
  line-height: 1;
}
.about-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.about-head {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.about-icon {
  position: relative;
  top: 50%;
  flex-shrink: 0;
  width: 30px;
  margin-right: 10px;
}
.about-main {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.about-note {
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
}
.about-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
  border-top: 1px solid #a09b85;
  border-left: 1px solid #a09b85;
}
.about-table table:first-child{
  margin-top:30px;
}
.about-table table:last-child{
  margin-top:50px;
}
.about-table th,
.about-table td {
  padding: 10px 10px;
  border-right: 1px solid #a09b85;
  border-bottom: 1px solid #a09b85;
  color:#40352b;
  font-weight: normal;
}
.about-table th {
  vertical-align: middle;
  background-color: #fff;
}
.about-table td {
  background-color: #fff;
}
.about-table th:first-child {
  border-radius: 5px 0 0 0;
  text-align:left ;
}
.about-table td:first-child {
  border-radius: 0 5px 0 0;
}
.about-table th:last-child {
  border-radius: 0 5px 0 0px;
}
.about-table tr:last-child td {
  border-radius: 0 0 5px 0;
}
.about-table th.normal{
  background-color: #fff7e5;
}
.about-table th.call{
  color: #fff;
  background-color: #21a4f5;
}
.about-table th.web{
  color: #fff;
  background-color: #c5340a;
}
.main-table {
  font-size: 20px;
}
.main-table thead th:nth-child(1) {
  width: 230px;
}
.main-table td img{
  margin-top: 15px;
}
.main-table td img:first-child{
  margin-top: 0;
}
.main-table td{
  padding:20px;
}
.option-table{
  font-size: 16px;
}
.option-table td .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  line-height: 0;
}
.option-table td .flex p:first-child{
  margin-right: 20px;
}
.option-table td{
  vertical-align: middle;
}
.option-table thead th:nth-child(1) {
  width: 340px;
}
.option-table th span{
  position: relative;
  top: 0;
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
}

@media only screen and (max-width: 1150px) {
  .main-table td img{
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .main-table thead th:nth-child(1) {
  width: 180px;
}
  .main-table{
  font-size: 16px;
}
  .option-table thead th:nth-child(1){
  width: 300px;
}
  .option-table{
  font-size: 14px;
}
.main-table td{
  padding: 15px;
}
}

/*=== お客様の声 ===*/
.voice .main-section {
  padding-bottom: 90px;
}
.voice .main-ttl {
  position: relative;
  padding-top: 70px;
  color: #ed5c1d;
  font-weight: normal;
  font-size: 40px;
  text-align: center;
}
.voice .main-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 60px;
  background: url(../images/voice_ic_001.png) no-repeat center / 100% auto;
  transform: translateX(-50%);
}
.voice-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.voice-item {
  display: flex;
  width: calc((100% - 20px) / 2);
  padding: 18px 20px 15px 15px;
}
.voice-item:not(:nth-child(-n+2)) {
  margin-top: 15px;
}
.voice-icon {
  flex-shrink: 0;
  max-width: 112px;
  margin-right: 25px;
  text-align: center;
}
.voice-caption {
  margin-top: 10px;
  line-height: 1.2;
}
.voice-cont {
  width: 100%;
  font-size: 22px;
  letter-spacing: 0.05em;
}
.voice-txt span {
  color: #f44b01;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
}
.voice-thumb{
  position: relative;
  padding: 45px 0;
  border-bottom: 2px solid #ed9963;
  background-repeat: repeat, no-repeat;
  background-size: 10px 10px, 100% 100%;
  background-color: #fff9f0;
}
.voice-thumb:before,
.voice-thumb:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}
.voice-thumb:before {
    border: 36px solid;
    border-color: transparent;
    border-top-color: #ed9963;
    margin-left: -36px;
}
.voice-thumb:after {
    border: 34px solid;
    border-color: transparent;
    border-top-color: #fff9f0;
    margin-left: -34px;
}
.voice-thumb-inner{
  max-width:1160px;
  margin: 0 auto;
}

/*=== お申込み方法 ===*/
.howto {
  background-color: #fdf7eb;
}
.howto .howto-web {
  margin-top: 50px;
}
.howto .main-section {
  padding: 70px 20px 50px;
}
.howto .main-detail {
  border-radius: 30px;
}
.howto .main-ttl {
  color: #653832;
}
.howto-head {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 348px;
  padding: 5px 15px;
  border: 2px solid #d94014;
  color: #d94014;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 50px;
}
.howto-head::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #d94014;
  border-right: 2px solid #d94014;
  background-color: #fff;
  transform: translateX(-50%) rotate(135deg);
}
.telApply .howto-head,
.telApply .howto-head::after {
  border-color: #21a4f5;
  color: #21a4f5;
}
.howto-icon {
  position: relative;
  top: 0;
  flex-shrink: 0;
  width: 30px;
  margin-right: 10px;
}
.howto-main {
  letter-spacing: 0.06em;
}
.howto-main span {
  font-size: 34px;
}
.howto-list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.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: -15px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #c5340a;
  border-right: 3px solid #c5340a;
  transform: translateY(-50%) rotate(45deg);
}
.howto-item:hover {
  opacity: 0.8;
}
.howto-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;
}
.howto-number {
  padding: 5px 10px 2px;
  text-align: center;
  background-color: #c5340a;
  border-radius: 10px 10px 0 0;
}
.howto-number span {
  display: inline-block;
  width: 88px;
}
.howto-cont {
  padding: 20px 20px 14px;
}
.howto-thumb {
  border: 2px solid #f7f1ef;
  border-radius: 10px;
  overflow: hidden;
}
.howto-txt {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.2;
}

/*=== モーダル部分 ===*/
.howto .modal-body {
  max-width: 1160px;
}
.howto .modal-inner {
  padding: 45px;
}
.howto-detail {
  border: 1px solid #f4c1b2;
  border-radius: 10px;
}
.modal .howto-number {
  padding: 16px 10px 12px;
}
.modal .howto-number span {
  width: auto;
}
.modal .howto-cont {
  padding: 25px 25px 30px;
}
.modal .howto-thumb {
  border-width: 1px;
  border-radius: 18px;
}
.modal .howto-txt {
  margin-top: 30px;
  font-size: 30px;
  text-align: center;
}

/*=== 電話からのお申込み方法 ===*/
.telApply {
  margin: 20px 0;
  padding: 28px 30px 30px 20px;
  background-color: #f1f8fc;
  border-radius: 10px;
}
.telApply-inner {
  display: flex;
  justify-content: space-between;
}
.telApply-main {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.2;
}
.telApply-cont {
  display: flex;
  align-items: end;
}
.telApply-reception {
  margin-left: 60px;
}
.telApply-ttl {
  display: inline-block;
  height: 30px;
  padding: 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  background-color: #21a4f5;
}
.telApply-number {
  margin-top: 14px;
  max-width: 398px;
}
.telApply-item {
  display: flex;
}
.telApply-label {
  width: 90px;
  height: 28px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  background-color: #21a4f5;
}
.telApply-time {
  font-size: 20px;
  line-height: 1.4;
  white-space: nowrap;
}

/*=== キャンペーン内容 ===*/
.overview-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
.overview-table th {
  width: 190px;
  padding: 10px;
  border: 1px solid #d0dde6;
  font-weight: normal;
  vertical-align: middle;
  background-color: #f0f4f7;
}
.overview-table td {
  padding: 13px 10px 10px;
  border: 1px solid #d0dde6;
  font-size: 14px;
  vertical-align: middle;
  background-color: #fff;
}
.overview-table ul,
.overview-note {
  padding-left: 1em;
  text-indent: -1em;
}
.overview-table .pattern-space {
  margin-top: 10px;
}

/*=== バナーエリア ===*/
.bnr {
  background-color: #f6f6f6;
}
.bnr-cont {
  position: relative;
  margin-top: 30px;
  padding: 30px 90px;
  background-color: #fff;
  border-radius: 10px;
}
.bnr-slider {
  max-width: 980px;
  margin: 0 auto;
}
.bnr-link:hover {
  opacity: 0.7;
}

@media (min-width: 769px) {
  .telApply-number a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
  .telApply-item:last-child {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .Footer{
    margin-bottom: 80px;
  }
  /*=== メインエリア ===*/
  .main-inner {
    margin: 0;
    padding-bottom: 110px;
  }
  .main-section {
    padding: 40px 10px 60px;
  }
  .main-ttl {
    font-size: 26px;
  }
  /*=== フロートバナー ===*/
  .floatBnr {
    display: none;
  }
  /*=== モーダル ===*/
  .modal-close {
    top: -20px;
    right: -10px;
    width: 42px;
    height: 42px;
  }
  .modal-close::before,
  .modal-close::after {
    width: 2px;
    height: 22px;
    border-radius: 1px;
  }
  .modal-prev,
  .modal-next {
    right: -15px;
    width: 32px;
    height: 32px;
  }
  .modal-prev {
    left: -15px;
  }
  /*=== キャンペーン終了 ===*/
  .end {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 16px;
  }
  .end-link {
    font-size: 16px;
  }
  .end-link::before {
    border: 5px solid transparent;
    border-left: 8px solid #2f368e;
  }
  /*=== キャンペーン期間 ===*/
  .keyHeder {
    margin: 5px 0;
    padding: 0 10px;
  }
  .keyHeder-cont {
    display: block;
  }
  .keyHeder-logo {
    width: 161px;
    margin: 0 auto;
  }
  .period {
    margin: 10px 0 0;
    padding-top: 15px;
    border-top: 1px solid #f7f7f7;
    font-size: 13px;
    text-align: left;
  }
  .period-day strong {
    font-size: 13px;
  }
  .keyHeder-extension {
    margin-top: 10px;
    font-size: 14px;
  }
  /*=== メインビジュアル ===*/
  .mainvisual {
    position: relative;
  }
  .mainvisual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background-color: #fff;
  }
  .mainvisual-main {
    position: relative;
    max-width: 550px;
    z-index: 1;
  }
  /*=== ナビゲーション ===*/
  .navigation {
    position: relative !important;
    top: auto !important;
    width: 100%;
    box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  .navigation.is-fixed + *{
    margin-top: 0 !important;
  }
  .navigation-inner {
    display: block;
  }
  .navigation-list {
    padding: 10px 7px;
  }
  .navigation-item {
    flex-grow: 2;
    margin: 0 3px;
    width: auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px 0;
  }
  .navigation-item:nth-child(1) {
    flex-grow: 1;
  }
  .navigation-list .maintenance{
    width: auto;
  }
  a.navigation-link {
    min-height: 75px;
    font-size: 18px;
    color: #34200f;
  }
  a.navigation-link span{
    padding-right: 0;
  }
  a.navigation-link::before{
    bottom: 8px;
    width: 7px;
    height: 2px;
  }
  a.navigation-tab::before{
    content: none;
  }
  .navigation-inquiry {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  a.navigation-link.pattern-inquiry {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 80px;
    border-bottom: none;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  a.navigation-link.pattern-inquiry::after {
    display: block;
    position: absolute;
    top: 40%;
    right: 20px;
    width: 16px;
    height: 16px;
    border-width: 3px;
    transform: translateX(-80%) rotate(135deg);
  }
  .navigation-item .balloon-txt {
    display: block;
  }

  /*=== お問い合わせ ===*/
  .inquiry-lead {
    padding: 8px 10px 9px;
    font-size: 16px;
    letter-spacing: normal;
  }
  .inquiry-inner {
    padding: 20px 10px;
  }
  .inquiry-list {
    flex-wrap: wrap;
  }
  .inquiry-item {
    width: 100%;
  }
  .inquiry-item:nth-child(1) {
    order: 2;
    margin-top: 10px;
  }
  .inquiry-item:nth-child(2) {
    order: 1;
  }
  .inquiry-balloon {
    padding: 8px 20px;
    font-size: 18px;
  }
  .inquiry-tel {
    min-height: auto;
  }
  a.inquiry-btn {
    padding: 14px 20px;
    font-size: 18px;
    box-shadow: 0 4px 0 #922607;
    transform: translateY(-4px);
  }
  a.inquiry-btn::after {
    right: 10px;
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  .inquiry-detail_list {
    margin-right: -20px;
  }
  .inquiry-detail_item {
    margin-right: 20px;
    font-size: 16px;
  }
  .inquiry-detail_txt {
    min-width: 195px;
  }
  .inquiry-label {
    font-size: 13px;
  }
  .inquiry-txt {
    margin-top: 5px;
    font-size: 13px;
  }
  .inquiry-note {
    margin-top: 8px;
    font-size: 13px;
  }
  .top .inquiry-lead{
    font-size: 18px;
  }
  .top .inquiry-lead::before, .top .inquiry-lead::after{
    width: 20px;
  }
  /*=== おすすめ ===*/
  .recommend-head {
    padding: 100px 10px 15px;
    background: url(../images/recommend_bg_002.png) no-repeat top left, url(../images/recommend_bg_003.png) no-repeat top right;
    background-size: auto 80%;
  }
  .recommend-ttl {
    display: block;
    margin: 0 auto;
    padding: 20px 10px 15px;
    font-size: 18px;
    line-height: 1.7;
    border-radius: 9px;
  }
  .recommend-ttl::before {
    top: -40px;
    width: 93px;
    height: 52px;
  }
  .recommend-ttl span {
    font-size: 26px;
  }
  .recommend-inner {
    padding: 25px 10px 60px;
  }
  .recommend-lead {
    font-size: 14px;
  }
  .recommend-lead span{
    font-size: 20px;
  }
  .recommend-transition {
    text-align: center;
  }
  a.recommend-btn {
    padding: 11px 25px 11px 10px;
    font-size: 14px;
  }
  a.recommend-btn::after {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
  /*=== パソコン快適化メンテナンスメニュー ===*/
  .menu {
    margin-top: 30px;
  }
  .menu-ttl {
    padding: 3px 10px 12px;
    font-weight: bold;
    font-size: 14px;
  }
  .menu-ttl_time {
    top: 3px;
    font-size: 25px;
  }
  .menu-inner {
    padding: 30px 10px;
  }
  .menu-lead {
    font-size: 16px;
  }
  .menu-emphasis {
    font-size: 20px;
  }
  span.menu-label {
    margin-top: 5px;
  }
  .menu-subttl {
    padding-top: 5px;
    font-size: 18px;
  }
  .menu-subttl::before {
    border-width: 0 0 20px 20px;
  }
  .menu-list {
    max-width: 400px;
    margin: 20px auto 0;
  }
  .menu-item:not(:last-child) {
    position: relative;
    margin-bottom: 28px;
  }
  .menu-item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-color: #232b35 transparent transparent transparent;
    border-width: 12px 10px 0 10px;
  }
  /*=== 作業内容 ===*/
  .work {
    margin-top: 0;
    padding: 10px 10px 30px;
    background-color: #c7e8fa;
  }
  .work-ttl {
    max-width: 105px;
    margin: 0 auto;
    padding: 6px 0 4px;
    font-size: 15px;
    border-radius: 4px;
    z-index: 0;
  }
  .work-detail {
    padding: 0;
    border-radius: 0;
  }
  .work-list {
    display: block;
    margin: 0;
  }
  .work-list::before {
    content: none;
  }
  .work-item {
    width: 100%;
    margin: 10px 0 0;
    padding: 15px 25px;
  }
  .work-icon {
    width: 42px;
    min-width: 42px;
  }
  .work-lead {
    font-size: 16px;
  }
  .work-label p {
    padding: 6px 0px;
  }
  /*=== モーダル部分 ===*/
  .modal .work-head {
    padding: 35px 20px 20px;
  }
  .modal .work-icon {
    margin-right: 10px;
  }
  .modal .work-lead {
    font-size: 18px;
  }
  .work-cont {
    padding: 25px 20px 30px;
  }
  .modal .work-label {
    max-width: 100%;
    margin-top: 15px;
  }
  /*=== 特価内容 ===*/
  #about{
    background-color: #e6ebfa;
    background-size: 70%;
  }
  .about .main-section {
    padding: 40px 20px;
  }
  .about h3{
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    color: #40352b;
  }
  .about h3 span{
    font-size: 22px;
    font-weight: bold;
  }
  .about h3 sup{
    position: relative;
    top: 0;
    font-size: 16px;
    vertical-align: super;
    margin-left: 5px;
  }
  .about-txt{
    margin-top: 10px;
    font-size: 20px;
  }
  .about-lead_price strong {
    font-size: 30px;
  }
  .about-list {
    flex-wrap: wrap;
    max-width: 500px;
    margin: 15px auto 0;
  }
  .about-item {
    width: 100%;
    border-width: 1px;
    border-radius: 5px;
    margin-top: 15px;
    overflow: hidden;
  }
  .about-item:first-child {
    margin-top: 0;
  }
  .about-item.pattern-tel {
    order: 1;
    margin-top: 15px;
  }
  .about-note {
    text-align: center;
  }
  .about-head {
    padding: 5px 10px;
  }
  .about-icon {
    top: 50%;
    width: 24px;
    margin-right: 8px;
  }
  .about-main {
    font-size: 15px;
    line-height: 1.4;
  }
  .main-table .about-main{
    font-size: 20px;
  }
  .option-table .about-main{
    font-size: 18px;
  }
  .about-cont{
    padding: 15px 20px;
    background-color: #fff;
  }
  .about-cont p{
    text-align:center;
  }
  .about-cont p img:last-child{
    margin-top: 15px;
  }
  .option-table .about-cont p img:first-child{
    width: 80%;
  }
  .call .about-head {
    background-color: #21a4f5;
  }
  .web .about-head {
    background-color: #c5340a;
  }
  .normal .about-head {
    background-color: #fff7e5;
  }
  .normal .about-main {
    color: #40352b;
  }
  .about .call{
    border: 1px solid #21a4f5;
  }
  .about .web{
    border: 1px solid #c5340a;
  }
  .about .normal{
    border: 1px solid #eee6c6;
  }

  /*=== お客様の声 ===*/
  .voice .main-section {
    padding-bottom: 60px;
  }
  .voice .main-ttl {
    padding-top: 45px;
    font-size: 26px;
  }
  .voice .main-ttl::before {
    width: 65px;
    height: 39px;
  }
  .voice-list {
    display: block;
    margin-top: 20px;
  }
  .voice-item {
    width: 100%;
    margin-top: 14px;
    padding: 15px 10px 12px;
    border-radius: 12px;
    align-items: center;
  }
  .voice-icon {
    width: 73px;
    margin-right: 15px;
  }
  .voice-cont {
    font-size: 18px;
  }
  .voice-txt span {
    font-size: 22px;
  }
  .voice-thumb {
    margin: 0 -10px;
    background-color: #fef5e7;
    padding: 30px 0 20px;
  }
  .voice-thumb:before {
    border: 28px solid;
    border-color: transparent;
    border-top-color: #ed9963;
    margin-left: -28px;
}
.voice-thumb:after {
    border: 26px solid;
    border-color: transparent;
    border-top-color: #fff9f0;
    margin-left: -26px;
}

  .voice-thumb span {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  /*=== お申込み方法 ===*/
  .howto .main-section {
    padding: 40px 10px;
  }
  .howto .howto-web {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .howto-head {
    max-width: 205px;
    padding: 4px 10px;
    border-width: 1px;
    font-size: 14px;
  }
  .howto-head::after {
    bottom: -4px;
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
  .howto-icon {
    top: 0;
    width: 20px;
    margin-right: 5px;
  }
  .howto-main span {
    font-size: 19px;
  }
  .howto-list {
    display: block;
    margin-top: 20px;
  }
  .howto-item {
    width: 100%;
    border-radius: 5px;
  }
  .howto-item:not(:first-child) {
    margin-top: 25px;
  }
  .howto-item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -18px;
    left: 50%;
    width: 16px;
    height: 16px;
    transform: translateX(-50%) rotate(135deg);
  }
  .howto-number {
    padding: 6px 10px 3px;
    border-radius: 5px 5px 0 0;
  }
  .howto-number span {
    width: 70px;
  }
  .howto-cont {
    padding: 20px 10px 14px;
  }
  .howto-thumb {
    border-width: 1px;
    border-radius: 5px;
  }
  .howto-txt {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.6;
  }
  /*=== モーダル部分 ===*/
  .howto .modal-inner {
    max-height: 880px;
    padding: 20px 10px;
  }
  .howto-detail {
    border-radius: 5px;
  }
  .modal .howto-number {
    padding: 8px 10px 0;
  }
  .modal .howto-number span {
    width: 98px;
  }
  .modal .howto-cont {
    padding: 15px 10px 10px;
  }
  .modal .howto-thumb {
    border-radius: 9px;
  }
  .modal .howto-txt {
    margin-top: 10px;
    font-size: 16px;
  }
  /*=== 電話からのお申込み方法 ===*/
  .telApply {
    margin: 20px 0 0;
    padding: 20px 10px;
    border-radius: 0 0 15px 15px;
  }
  .telApply-inner {
    display: block;
    max-width: 450px;
    margin: 0 auto;
  }
  .telApply-main {
    margin-top: 10px;
    font-size: 13px;
  }
  .telApply-cont {
    display: block;
    margin-top: 20px;
  }
  .telApply-reception {
    margin-left: 0;
  }
  .telApply-ttl {
    padding: 0 10px;
    font-size: 18px;
  }
  .telApply-number {
    margin-top: 6px;
  }
  .telApply-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 12px;
  }
  .telApply-item {
    display: flex;
  }
  .telApply-label {
    width: 62px;
    height: 20px;
    margin-right: 2px;
    padding-top: 0;
    font-size: 13px;
    line-height: 20px;
  }
  .telApply-time {
    font-size: 14px;
  }
  /*=== キャンペーン概要 ===*/
  .overview-table th {
    width: 30%;
    padding: 12px 10px;
    font-size: 13px;
  }
  .overview-table td {
    width: 70%;
    padding: 12px 10px;
    font-size: 12px;
  }
  .overview-table .pattern-space {
    margin-top: 15px;
  }
  /*=== バナーエリア ===*/
  .bnr-cont {
    margin-top: 20px;
    padding: 25px 10px;
  }
}
@media only screen and (max-width: 730px) {
  .recommend-head {
    background-size: auto 60%;
  }
}
@media only screen and (max-width: 550px) {
  .mainvisual::before {
    content: none;
  }
}
@media only screen and (max-width: 445px) {
  .recommend-head {
    background-size: auto 50%;
  }
}</pre></body></html>