@-webkit-keyframes Fade-In {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Fade-In {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Fade-Out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes Fade-Out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.mp-footer_bread .mp-b-textLink a:after {
  background: url(/owner/assets/images/common/header_footer/icon-bread-crumb.png) !important;
  background-size: 100% auto !important;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

strong {
  font-weight: bold;
}

figure {
  margin: 0;
}

iframe {
  aspect-ratio: 800/450;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  iframe {
    width: 100%;
    height: 56.25%;
  }
}
.h2 + iframe {
  margin-top: 0;
}

ol {
  list-style: decimal;
}
ol > li {
  margin-top: 14px;
  margin-left: 1.5em;
  padding-left: 0.5em;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.h1 {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .h1 {
    text-align: center;
  }
}

.wrapper main h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrapper main h2 {
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 20px;
  font-weight: bold;
}
h3 .subtitle {
  font-size: 16px;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 767px) {
  h3 .subtitle {
    font-size: 14px;
  }
}

h3.h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  h3.h3 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.cc-tejun-wrapper h3.h3 {
  border-color: #0074BB;
  margin-top: 0;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 14px;
  }
}

.cc-text-center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cc-no-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cc-no-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    position: relative;
    padding: 0;
  }
}

.wrapper main a {
  color: #242424;
}
.wrapper main img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.wrapper main ul.cc-list {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
  margin: 20px 0;
}

.category_title {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .category_title {
    margin-bottom: 30px;
  }
}
.category_title::before {
  background: url("/owner/assets/images/maintenance/cc_advice/kv.jpg") no-repeat center center;
  background-size: auto;
  background-size: cover;
}
.category_title div {
  background: url("/owner/assets/images/maintenance/cc_advice/kv.jpg") no-repeat center center;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.category_title .cc-tagline {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .category_title .cc-tagline {
    font-size: 14px;
  }
}

.event_campaign {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .event_campaign {
    margin-top: 40px;
  }
}

.cc-container-1160 {
  max-width: 1160px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .cc-container-1160 {
    margin: 0 20px 40px;
  }
}

.cc-container-800 {
  max-width: 800px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .cc-container-800 {
    margin: 0 20px 40px;
  }
}
.cc-container-800 p {
  text-align: left;
  margin: 20px 0;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  .cc-container-800 p {
    line-height: 1.5;
  }
}

.cc-container-600 {
  max-width: 600px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .cc-container-600 {
    margin: 0 auto 40px;
  }
}

.cc-lead {
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .cc-lead {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .cc-lead p {
    text-align: center;
  }
}

.center_btn {
  text-align: center;
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .center_btn {
    margin: 40px 0;
  }
}
.center_btn .btn_002 {
  max-width: 566px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.cc-filter-box {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .cc-filter-box {
    margin-top: 40px;
    padding: 40px 60px;
  }
}
.cc-filter-box h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cc-filter-box h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.cc-filter-box .cc-filter-flex {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .cc-filter-box .cc-filter-flex {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
  }
}
.cc-filter-box .cc-filter-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .cc-filter-box .cc-filter-title {
    margin-bottom: 10px;
  }
}
.cc-filter-box .cc-filter-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px 20px;
}
@media screen and (min-width: 768px) {
  .cc-filter-box .cc-filter-list {
    gap: 10px 30px;
  }
}
.cc-filter-box .cc-filter-list label {
  display: inline-block;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .cc-filter-box .cc-filter-list label {
    font-size: 16px;
  }
}

.cc-post-tags {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .cc-container-800 .cc-post-tags {
    text-align: center;
  }
}
.cc-col .cc-post-tags {
  margin: 10px 0 20px;
}

.cc-post-tag {
  font-size: 12px;
  font-weight: bold;
  color: #707070;
  padding: 5px 8px;
  background: #f4f4f4;
  border-radius: 30px;
  margin-right: 4px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.cc-posts-list {
  gap: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
@media screen and (max-width: 767px) {
  .cc-posts-list {
    gap: 20px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.cc-posts-list .cc-post-item {
  max-width: 368px;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0px;
  -webkit-animation: Fade-In 0.5s;
          animation: Fade-In 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.cc-posts-list .cc-post-item.hidden {
  -webkit-animation: Fade-Out 0.2s;
          animation: Fade-Out 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.cc-posts-list .cc-post-link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cc-posts-list .cc-post-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .cc-posts-list .cc-post-title {
    font-size: 13px;
    margin-top: 10px;
  }
}

p.cc-caution {
  font-weight: bold;
  padding-left: 1.95em;
  line-height: 1.625;
  margin-top: 20px;
}
section p.cc-caution {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  section p.cc-caution {
    margin: 10px 0;
  }
}
p.cc-caution::before {
  content: "!";
  color: #fff;
  background-color: #CB2E2E;
  width: 1.5em;
  height: 1.5em;
  line-height: 1;
  border-radius: 50%;
  margin-left: -2.3em;
  margin-right: 10px;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cc-tejun-wrapper {
  padding: 24px 18px;
  background: #f2f8fc;
  counter-reset: listnum;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .cc-tejun-wrapper {
    padding: 20px;
  }
}
.cc-tejun-wrapper *:last-child {
  margin-bottom: 0;
}
.cc-tejun-wrapper .cc-tejun-list {
  list-style-type: none;
}
.cc-tejun-wrapper .cc-tejun-list p {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .cc-tejun-wrapper .cc-tejun-list p {
    font-size: 15px;
  }
}
.cc-tejun-wrapper .cc-tejun-list > li {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .cc-tejun-wrapper .cc-tejun-list > li {
    font-size: 14px;
    margin-top: 14px;
  }
}
.cc-tejun-wrapper .cc-tejun-list > li:first-of-type,
.cc-tejun-wrapper .cc-tejun-list > li > * {
  margin-top: 0;
}
.cc-tejun-wrapper .cc-tejun-list figure {
  text-align: center;
}
.cc-tejun-wrapper .cc-tejun-list img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.cc-tejun-wrapper .cc-tejun-counter {
  padding: 0 0 0 32px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .cc-tejun-wrapper .cc-tejun-counter {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 768px) {
  .cc-tejun-wrapper .cc-tejun-counter {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.cc-tejun-wrapper .cc-tejun-counter::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: listnum;
  content: counter(listnum);
  background: #0074bb;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  margin-right: 14px;
  margin-top: 3px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.cc-col p:last-child {
  margin-bottom: 0;
}

.cc-cols2 {
  margin: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cc-cols2 {
    margin: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cc-cols2.cc-flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .cc-cols2 h1 {
    text-align: center;
  }
}
.cc-cols2 > .cc-col {
  width: 48.125%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media screen and (max-width: 767px) {
  .cc-cols2 > .cc-col {
    width: 100%;
  }
}

.cc-cols3 {
  margin: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 20px;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .cc-cols3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0;
  }
  .cc-cols3.cc-flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cc-cols3 .cc-col-w2 {
  width: 65.7%;
}
@media screen and (max-width: 767px) {
  .cc-cols3 .cc-col-w2 {
    width: 100%;
  }
}
.cc-cols3 .cc-col-w2 > *:first-child {
  margin-top: 0;
}
.cc-cols3 .cc-col-w1 {
  width: 31.5%;
}
@media screen and (max-width: 767px) {
  .cc-cols3 .cc-col-w1 {
    width: 100%;
  }
}
.cc-cols3 .cc-col-w1 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cc-cols2-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px 20px;
  }
  .cc-cols2-sp > * {
    width: 46.7% !important;
    margin-top: 0 !important;
  }
}
.cc-images {
  display: grid;
  grid-template-columns: 1fr 25px 1fr;
  grid-template-rows: auto;
  gap: 0 40px;
  margin: 28px 0;
}
@media screen and (max-width: 767px) {
  .cc-images {
    gap: 23px;
    margin: 20px 0;
  }
}
.cc-images > .cc-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cc-images > .cc-col > *:first-child {
  margin-top: 0;
}
.cc-images .cc-icon {
  width: 25px;
  justify-self: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media screen and (max-width: 767px) {
  .cc-images .cc-icon {
    width: 14px;
  }
}
.cc-images .cc-icon img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 100%;
}

.cc-img + .cc-img {
  margin-top: 10px;
}
.cc-img figcaption {
  font-size: 13px;
  margin-top: 8px;
}/*# sourceMappingURL=cc_advice.css.map */