@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
.c5-red {
  color: #c22e2e;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-bravia__service {
  box-sizing: border-box;
  width: 100%;
  font-family: "Hiragino Sans",'Noto Sans JP', sans-serif;
}

.c5-bravia__service h2 {
  margin-top: 0;
  font-weight: 600;
}

.c5-bravia__service p {
  margin-top: 0;
}

.c5-bravia__service * {
  box-sizing: border-box;
}

.c5-bravia__service img {
  display: block;
  max-width: 100%;
}

.c5-catch {
  margin-bottom: 40px;
  padding: 0 20px;
}

.c5-catch p {
  color: #2f353d;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 1em;
}

.c5-info {
  margin-bottom: 40px;
  padding: 0 20px;
}

.c5-info__ttl {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 5px;
}

.c5-info__inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12px 10px;
  border: 1px solid #ddd;
}

.c5-info__inner dd {
  margin-left: 0;
}

.c5-info__inner dd a {
  word-break: break-all;
}

.c5-info__inner dd a:hover {
  text-decoration: underline;
}

.c5-note2 {
  width: 100%;
  margin: 0 auto 40px;
  padding: 10px;
  background-color: #f1f1f1;
}

.c5-note2 p {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 1em;
}

.c5-note2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c5-note2 ul li {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
}

.c5-nav {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.c5-nav .c5-link {
  display: flex;
  justify-content: center;
  width: 25%;
  transition: all .3s;
}

.c5-nav .c5-link span {
  display: block;
  padding: 5px;
  transition: all .3s;
}

.c5-nav .c5-link span:first-child {
  width: 90%;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background-color: #2f353d;
  position: relative;
}

.c5-nav .c5-link span:first-child span.c5-pos {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.c5-nav .c5-link span.c5-arrow {
  width: 10%;
  background-color: #fff;
  border-top: 1px solid #2f353d;
  border-bottom: 1px solid #2f353d;
  position: relative;
}

.c5-nav .c5-link span.c5-arrow::before {
  display: block;
  content: '';
  width: 3px;
  height: 3px;
  border-top: 1px solid #2f353d;
  border-left: 1px solid #2f353d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-140deg);
}

.c5-nav .c5-link:last-child span:last-child {
  border-right: 1px solid #2f353d;
}

.c5-nav .c5-link:hover {
  text-decoration: none;
  background-color: #4a4e54;
}

.c5-nav .c5-link:hover span:first-child {
  background: none;
}

.c5-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.c5-sec1, .c5-sec2, .c5-sec3, .c5-sec4 {
  padding: 0 20px;
}

.c5-secTtl {
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  background-color: #7c7c7c;
  margin-bottom: 20px;
}

.c5-sec1__content {
  margin-bottom: 45px;
}

.c5-sec1__content.c5-last {
  margin-bottom: 30px;
}

.c5-sec1__txt-ttl {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.c5-sec1__txt-circle {
  color: #fff;
  background-color: #c22e2e;
  font-size: 16px;
  font-weight: bold;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 200px;
  flex-shrink: 0;
  line-height: 80px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.c5-sec1__txt-color {
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #2f353d;
}

.c5-sec1__txt-color span:first-child {
  padding-bottom: 12px;
}

.c5-sec1__txt-color span.c5-red {
  font-size: 18px;
}

.c5-sec1__article-inner {
  margin-bottom: 15px;
}

.c5-sec1__article-inner p {
  font-weight: 300;
  font-size: 13px;
  color: #2f353d;
  margin-bottom: 1em;
}

.c5-sec1__article-inner span {
  display: block;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

.c5-sec1__article .c5-sec1__img {
  display: block;
  margin: 0 auto;
}

.c5-sec1__article .c5-sec1__img-wrap img {
  display: block;
  margin: 0 auto 10px;
}

.c5-sec1__article .c5-sec1__img-wrap p {
  font-size: 12px;
}

.c5-sec2 {
  margin-bottom: 35px;
}

.c5-sec2__catch {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

.c5-sec2__content {
  margin-bottom: 35px;
  padding: 15px 15px 20px;
  border: 3px solid;
  border-radius: 7px;
}

.c5-sec2__content-ttl {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.c5-sec2__content-ttl span:first-child {
  font-size: 21px;
}

.c5-sec2__content-ttl span:last-child {
  font-size: 14px;
}

.c5-sec2__content p {
  text-align: center;
  color: #2f353d;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 17px;
}

.c5-sec2__content img {
  display: block;
  margin: 0 auto;
}

.c5-sec2__content.c5-left {
  border-color: #7fccb2;
}

.c5-sec2__content.c5-left .c5-sec2__content-ttl {
  color: #18a26d;
}

.c5-sec2__content.c5-right {
  border-color: #ffcc7f;
}

.c5-sec2__content.c5-right .c5-sec2__content-ttl {
  color: #ff9900;
}

.c5-sec2__content.c5-right img {
  width: 45%;
}

.c5-sec2__note-left ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 15px;
}

.c5-sec2__note-left ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}

.c5-sec2__note-right p {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  color: #c22e2e;
  margin-bottom: 5px;
}

.c5-sec2__note-right img {
  margin: 0 auto;
}

.c5-step-container {
  width: 91%;
}

.c5-step-note {
  margin-bottom: 40px;
  padding: 0 20px;
}

.c5-sec3__content {
  margin-bottom: 40px;
}

.c5-sec3__up {
  margin-bottom: 10px;
}

.c5-sec3__left {
  margin-bottom: 10px;
}

.c5-sec3__left-ttl {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.c5-sec3__left-ttl span {
  font-weight: bold;
  font-size: 14px;
  color: #c22e2e;
  line-height: 1.3;
}

.c5-sec3__left-ttl span.c5-small {
  font-size: 11px;
  padding: 0;
}

.c5-sec3__left-inner {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.c5-sec3__left-inner p:first-child {
  width: auto;
  font-weight: bold;
}

.c5-sec3__left-inner p:first-child span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
}

.c5-sec3__left-inner p:first-child span span {
  font-size: 11px;
  margin-top: 0;
  font-weight: normal;
}

.c5-sec3__left-inner p:first-child span.c5-sec3__cap {
  margin-top: 0;
}

.c5-sec3__right {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.c5-sec3__bottom p {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f1f1f1;
  font-size: 13px;
  color: #2f353d;
}

.c5-sec3__bottom a.s5-buttonV3 {
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.c5-sec3__banner {
  display: block;
  max-width: 801px;
  margin: 0 auto 30px;
  transition: all .3s;
}

.c5-sec3__banner:hover {
  opacity: .7;
}

.c5-sec3__banner img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.c5-sec3__icn {
  width: 60%;
  margin-bottom: 10px;
  padding: 5px .5em;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  background-color: #ff8b8b;
  color: #fff;
  border-radius: 3px;
}

.c5-sec4__catch {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  color: #2f353d;
}

.c5-sec4__content {
  margin-bottom: 50px;
}

.c5-sec4__txt {
  margin-bottom: 15px;
}

.c5-sec4__img {
  display: block;
  margin: 0 auto;
}

.c5-sec4__num {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #18a26d;
  border-radius: 2px;
  padding: 10px 5px;
  line-height: 1;
  margin-bottom: 12px;
}

.c5-sec4__product table {
  width: 100%;
  font-size: 13px;
  font-weight: 600;
}

.c5-sec4__product table td {
  vertical-align: top;
}

.c5-sec4__product table td:first-child {
  width: 93px;
  color: #18a26d;
}

.c5-sec4__product table td:last-child {
  width: auto;
  color: #2f353d;
}

.c5-sec4__use {
  margin-top: 10px;
}

.c5-sec4__use p {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
  color: #2f353d;
}

.c5-sec4__use ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c5-sec4__use ul li {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 1em;
  padding-left: 2em;
  background: url("../img/icn_check.png") no-repeat left center;
  background-size: 18px auto;
  color: #2f353d;
}

.c5-sec4__use ul li.ex {
  background-position: left 5%;
}

.c5-online {
  margin-bottom: 50px;
  padding: 0 20px;
}

.c5-online h2 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

.c5-online h2 span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #00a9d6;
}

.c5-online__inner {
  margin-bottom: 20px;
  padding: 20px 15px;
  background-color: #edf1fa;
}

.c5-online__inner-content p {
  font-weight: bold;
  text-align: center;
}

.c5-online__inner-content p:first-child {
  font-size: 14px;
  margin-bottom: 0;
}

.c5-online__inner-content p:nth-child(2) {
  font-size: 20px;
  color: #e63465;
  margin-bottom: 5px;
}

.c5-online__inner-content p:last-child {
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
}

.c5-online__inner-content:first-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #008aca;
}

.c5-online a.s5-button {
  display: block;
  width: 150px;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-catch {
    margin-bottom: 50px;
  }
  .c5-catch p {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 2.1;
  }
  .c5-info {
    max-width: 1120px;
    margin: 0 auto 50px;
  }
  .c5-info__ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .c5-info__inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
    font-size: 20px;
  }
  .c5-info__inner dt {
    flex-shrink: 0;
    margin-right: 2em;
  }
  .c5-info__inner dd {
    width: auto;
  }
  .c5-note2 {
    max-width: 1000px;
    margin: 0 auto 80px;
    padding: 30px;
  }
  .c5-note2 p {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .c5-note2 ul li {
    font-size: 16px;
  }
  .c5-nav {
    max-width: 1200px;
    margin: 0 auto 50px;
  }
  .c5-nav .c5-link span {
    padding: 13px 5px;
  }
  .c5-nav .c5-link span:first-child {
    width: 95%;
    font-size: 20px;
    line-height: 1.5;
  }
  .c5-nav .c5-link span.c5-arrow {
    width: 5%;
  }
  .c5-nav .c5-link span.c5-arrow::before {
    width: 6px;
    height: 6px;
  }
  .c5-sec1, .c5-sec2, .c5-sec3, .c5-sec4 {
    max-width: 1240px;
    margin: 0 auto;
  }
  .c5-secTtl {
    font-size: 36px;
    padding: 10px 0;
    margin-bottom: 40px;
  }
  .c5-sec1__content {
    margin-bottom: 100px;
  }
  .c5-sec1__content.c5-last {
    margin-bottom: 60px;
  }
  .c5-sec1__txt-ttl {
    margin-bottom: 24px;
  }
  .c5-sec1__txt-circle {
    font-size: 32px;
    width: 130px;
    height: 130px;
    border-radius: 500px;
    line-height: 130px;
  }
  .c5-sec1__txt-color {
    margin-left: 20px;
    font-size: 24px;
  }
  .c5-sec1__txt-color span:first-child {
    padding-bottom: 20px;
  }
  .c5-sec1__txt-color span.c5-red {
    font-size: 32px;
  }
  .c5-sec1__article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c5-sec1__article-inner {
    width: 48%;
  }
  .c5-sec1__article-inner p {
    font-size: 16px;
    line-height: 1.625;
  }
  .c5-sec1__article-inner p:last-child {
    margin-bottom: 0;
  }
  .c5-sec1__article .c5-sec1__img {
    width: 48%;
    margin-right: 0;
  }
  .c5-sec1__article .c5-sec1__img-wrap {
    width: 48%;
  }
  .c5-sec1 .c5-reverse .c5-sec1__txt-ttl {
    max-width: 505px;
    margin-left: auto;
  }
  .c5-sec1 .c5-reverse .c5-sec1__article {
    flex-direction: row-reverse;
  }
  .c5-sec1 .c5-reverse .c5-sec1__article .c5-sec1__img {
    margin-right: auto;
    margin-left: 0;
  }
  .c5-sec2 {
    margin-bottom: 50px;
  }
  .c5-sec2__catch {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .c5-sec2__flex {
    display: flex;
    justify-content: space-between;
  }
  .c5-sec2__content {
    width: 49%;
    max-width: 550px;
    border-width: 6px;
    margin-bottom: 0;
    padding: 20px 2% 35px;
    border-radius: 12px;
  }
  .c5-sec2__content-ttl {
    margin-bottom: 30px;
  }
  .c5-sec2__content-ttl span:first-child {
    font-size: 24px;
  }
  .c5-sec2__content-ttl span:last-child {
    font-size: 16px;
  }
  .c5-sec2__content p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .c5-sec2__content.c5-left img {
    width: 90%;
    max-width: 440px;
  }
  .c5-sec2__content.c5-right img {
    width: 40%;
    max-width: 180px;
  }
  .c5-sec2__note {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .c5-sec2__note-left {
    width: 50%;
  }
  .c5-sec2__note-left ul li {
    font-size: 14px;
  }
  .c5-sec2__note-right {
    width: 49%;
  }
  .c5-sec2__note-right p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .c5-sec3 {
    margin-bottom: 95px;
  }
  .c5-sec3__content {
    margin-bottom: 60px;
  }
  .c5-sec3__up {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c5-sec3__left {
    width: 72%;
    margin-bottom: 0;
  }
  .c5-sec3__left-ttl {
    margin-bottom: 20px;
  }
  .c5-sec3__left-ttl span {
    font-size: 28px;
    line-height: 1.4;
  }
  .c5-sec3__left-ttl span.ex {
    line-height: 1;
  }
  .c5-sec3__left-ttl span.c5-small {
    font-size: 16px;
    padding: 0;
  }
  .c5-sec3__left-inner p:first-child {
    font-size: 24px;
    line-height: 1.8;
  }
  .c5-sec3__left-inner p:first-child span {
    margin-top: 15px;
    font-size: 18px;
  }
  .c5-sec3__left-inner p:first-child span span {
    margin-top: 0;
    font-size: 16px;
  }
  .c5-sec3__left-inner.ex p:first-child {
    font-size: 20px;
  }
  .c5-sec3__left.ex {
    width: 100%;
  }
  .c5-sec3__right {
    width: 27%;
    max-width: 320px !important;
    margin: 0;
  }
  .c5-sec3__bottom {
    max-width: 1095px;
  }
  .c5-sec3__bottom p {
    padding: 15px;
    font-size: 16px;
  }
  .c5-sec3__bottom a.s5-buttonV3 {
    margin-left: 0;
  }
  .c5-sec3__banner {
    margin-bottom: 40px;
  }
  .c5-sec3__icn {
    width: 60%;
    max-width: 276px;
    margin-bottom: 15px;
    padding: 5px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 6px;
  }
  .c5-pcflex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .c5-sec4__catch {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .c5-sec4__content {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c5-sec4__txt {
    width: 60%;
    margin-bottom: 0;
  }
  .c5-sec4__img {
    width: 38%;
    max-width: 448px !important;
    margin-top: 80px;
  }
  .c5-sec4__num {
    font-size: 32px;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 25px;
    letter-spacing: 2px;
  }
  .c5-sec4__product {
    padding-left: 3.5%;
  }
  .c5-sec4__product table {
    font-size: 20px;
  }
  .c5-sec4__product table td:first-child {
    width: 140px;
  }
  .c5-sec4__product table td:last-child {
    width: auto;
  }
  .c5-sec4__use {
    margin-top: 20px;
    padding-left: 3.5%;
  }
  .c5-sec4__use p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .c5-sec4__use ul li {
    font-size: 20px;
    padding-left: 2.2em;
    background-size: 36px auto;
  }
  .c5-online {
    max-width: 1240px;
    margin: 0 auto 90px;
  }
  .c5-online h2 {
    font-size: 26px;
  }
  .c5-online h2 span {
    font-size: 32px;
    line-height: 1.7;
  }
  .c5-online__inner {
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    justify-content: center;
  }
  .c5-online__inner-content p:first-child {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .c5-online__inner-content p:nth-child(2) {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .c5-online__inner-content p:last-child {
    font-size: 18px;
    line-height: 2;
  }
  .c5-online__inner-content:first-child {
    width: 48%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 55px;
    border-bottom: none;
    border-right: 3px solid #008aca;
  }
  .c5-online__inner-content:last-child {
    width: 45%;
    margin-left: 30px;
  }
  .c5-online a.s5-button {
    width: 350px;
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .c5-sec2__content {
    width: 47%;
  }
  .c5-sec2__content-ttl span:first-child {
    font-size: 36px;
  }
  .c5-sec2__content-ttl span:last-child {
    font-size: 24px;
  }
  .c5-sec2__content.c5-left p {
    margin-bottom: 60px;
  }
  .c5-step-container {
    width: 100%;
  }
  .c5-step-note {
    max-width: 1200px;
    margin: 0 auto 90px;
    padding: 0;
  }
  .c5-sec3__left-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c5-sec3__icn {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .c5-sec3__icn.ex {
    position: absolute;
    right: 0;
    width: 32%;
  }
}
