@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700;800&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-bravia__quick {
  box-sizing: border-box;
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN",'Noto Sans JP', sans-serif;
}

.c5-bravia__quick h2 {
  margin-top: 0;
  font-weight: 600;
  font-size: 18px;
  color: #008669;
  border-bottom: 1px  solid #636363;
  line-height: 2;
}

.c5-bravia__quick p {
  margin-top: 0;
}

.c5-bravia__quick ul {
  list-style: none;
}

.c5-bravia__quick * {
  box-sizing: border-box;
}

.c5-bravia__quick img {
  display: block;
}

.c5-note {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.875;
}

.c5-note .c5-s {
  font-size: 11px;
}

.c5-sec1 {
  margin-bottom: 60px;
  padding: 0 15px;
}

.c5-sec1__img {
  width: 90%;
  margin: 0 auto;
}

.c5-sec1__txt p {
  font-size: 13px;
  line-height: 1.875;
}

.c5-sec2 {
  margin-bottom: 60px;
}

.c5-sec2 img {
  max-width: 100%;
}

.c5-sec3 {
  margin-bottom: 60px;
}

.c5-sec3 img {
  max-width: 100%;
}

.c5-sec4 {
  padding: 15px;
  border: 4px solid #008669;
  border-radius: 8px;
}

.c5-sec4 a {
  text-decoration: none;
}

.c5-sec4 a:hover {
  text-decoration: none;
  color: inherit;
}

.c5-sec4 p {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5px;
}

.c5-sec4__ttl {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #008669;
}

.c5-sec4__tel1 {
  font-size: 14px;
  font-weight: 800;
  color: #ee0000;
}

.c5-sec4__tel1 a {
  font-size: 20px;
}

.c5-sec4__tel2 {
  font-size: 13px;
  font-weight: 600;
  color: #008669;
}

.c5-sec4__tel2 a {
  font-size: 14px;
  font-weight: 800;
}

.c5-sec4__txt {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}

.c5-nenmatu {
  margin-bottom: 30px;
  padding: 15px 10px;
  border-top: 2px solid #ee0000;
  border-bottom: 2px solid #ee0000;
  color: #ee0000;
  text-align: center;
}

.c5-nenmatu h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
}

.c5-nenmatu p {
  font-size: 12px;
}

.c5-nenmatu p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-note {
    font-size: 16px;
  }
  .c5-note .c5-s {
    font-size: 14px;
  }
  .c5-bravia__quick h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .c5-sec1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .c5-sec1__img {
    width: 50.5%;
    max-width: 585px;
    margin: 0;
  }
  .c5-sec1__txt {
    width: 49.5%;
  }
  .c5-sec1__txt p {
    font-size: 16px;
  }
  .c5-sec2 {
    margin-bottom: 90px;
  }
  .c5-sec3 {
    margin-bottom: 90px;
  }
  .c5-sec3 .c5-note {
    max-width: 965px;
    margin: 0 auto;
  }
  .c5-sec4 {
    max-width: 675px;
    margin: 0 auto;
    border-width: 7px;
    border-radius: 16px;
  }
  .c5-sec4__ttl {
    font-size: 26px;
  }
  .c5-sec4__tel1 {
    font-size: 21px;
  }
  .c5-sec4__tel1 a {
    font-size: 39px;
  }
  .c5-sec4__tel2 {
    font-size: 19px;
  }
  .c5-sec4__tel2 a {
    font-size: 21px;
  }
  .c5-sec4__txt {
    font-size: 16px;
  }
  .c5-sec4 a {
    pointer-events: none;
  }
  .c5-nenmatu {
    margin-bottom: 50px;
    padding: 20px 10px;
    border-width: 3px;
  }
  .c5-nenmatu h3 {
    font-size: 24px;
  }
  .c5-nenmatu p {
    font-size: 16px;
  }
}
