.p6-title {
  margin-top: 130px;
  margin-bottom: 70px;
  text-align: center;
}
.c-title__main{
  color: var(--color-blue);
}
@media only screen and (max-width: 1024px) {
  .p6-title {
    margin: 80px auto 50px;
    max-width: 515px;
  }
}

@media only screen and (max-width: 768px) {
  .p6-title {
    margin: 50px auto 30px;
    max-width: 385px;
  }
}

.p6-col {
  width: 49%;
  max-width: 485px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .p6-col {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 15px;
  }
}

.p6-col .c-title {
  width: 100%;
}

.p6-col__text {
  padding: 0 12px;
  font-size: 13px;
  color: #333333;
  line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
  .p6-col__text {
    padding: 0 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p6-col__text {
    padding: 0 8px;
    font-size: 11px;
  }
}

.p6-col__image {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .p6-col__image {
    align-items: center;
    flex: 0 0 auto;
  }
}

.p6-col__image img {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .p6-col__image img {
    margin-bottom: 8px;
  }
}

.p6-col__image--half img {
  width: 49%;
  height: auto;
  max-width: 49%;
}

.p6-col__image--quarter img {
  max-width: 24%;
  width: 24%;
}

@media only screen and (max-width: 768px) {
  .p6-col__image--quarter img {
    width: 49%;
    height: auto;
    max-width: 49%;
  }
}

.p6-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .p6-flex {
    flex-direction: column;
  }
}

.p6-flex--full {
  width: 100%;
  max-width: 100%;
}

.p6-content1 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .p6-content1 {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .p6-content1 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p6-content1 img {
    width: 100%;
  }
}

.p6-content1 img:nth-child(1) {
  max-width: 55%;
  width: 55%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .p6-content1 img:nth-child(1) {
    max-width: 325px;
    margin: 0 auto 10px;
  }
}

.p6-content1 img:nth-child(2) {
  max-width: 40%;
  width: 40%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .p6-content1 img:nth-child(2) {
    max-width: 235px;
    margin: 0 auto;
  }
}

.p6-content2 {
  align-items: center;
  margin-bottom: 55px;
}

@media only screen and (max-width: 1024px) {
  .p6-content2 {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .p6-content2 {
    margin-bottom: 20px;
  }
}

.p6-content3 {
  margin-bottom: 55px;
}

@media only screen and (max-width: 1024px) {
  .p6-content3 {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .p6-content3 {
    margin-bottom: 20px;
  }
}

.p6-content3 .p6-col__text {
  margin-bottom: 25px;
}

.p6-content4 {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1024px) {
  .p6-content4 {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .p6-content4 {
    margin-bottom: 20px;
  }
}

.p6-content4 .p6-col__text {
  margin-bottom: 25px;
}

.p6-content5 {
  margin-bottom: 150px;
}

@media only screen and (max-width: 1024px) {
  .p6-content5 {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .p6-content5 {
    max-width: 400px;
    margin: 0 auto 40px;
  }
}

.p6-content5 .p6-col__text {
  margin-bottom: 30px;
}

/*# sourceMappingURL=only.css.map */
