/* c-heading2 */
.c-heading2 {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
.c-heading2 {
	margin-bottom: 20px;
  }
}
.c-heading2.u-mt60 {
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
.c-heading2.u-mt60 {
	margin-bottom: 35px;
  }
}

/* c-block */
.c-block {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 50px 60px 50px;
}

@media only screen and (max-width: 767px) {
  .c-block {
    padding: 40px 20px 20px 20px;
    border-radius: 10px;
  }
}

.c-block__number {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.33;
  color: #21279a;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  background-color: #d7def8;
  padding: 16px 20px;
}

@media only screen and (max-width: 767px) {
  .c-block__number {
    font-size: 1.5rem;
    letter-spacing: 0;
    padding: 8px 13px 15px 4px;
    height: 35px;
    width: 32px;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 13px;
  }
}

.c-block__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.18;
  padding-bottom: 36px;
  padding-left: 50px;
}
.ttl_second {
  padding-left: 0px;
	margin-top: 50px;
	padding-top: 50px;
	border-top:1px solid #c5c5c5;
}

@media only screen and (max-width: 767px) {
  .c-block__title {
    padding: 0;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
.ttl_second {
  padding-left: 0px;
	margin-top: 30px;
	padding-top: 30px;
}
}

.c-block__title--lg {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 0.93;
  margin-bottom: 36px;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .c-block__title--lg {
    font-size: 1.5rem;
    line-height: 0.87;
    margin-bottom: 19px;
  }
}



.c-block__wrap {
  display: grid;
  grid-template-columns: auto 242px;
  column-gap: 60px;
}

@media only screen and (max-width: 1024px) {
  .c-block__wrap {
    grid-template-columns: 1fr;
  }
}

.c-block__inner {
  display: grid;
  grid-template-columns: 18.3% auto;
  column-gap: 32px;
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .c-block__inner {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-block__inner {
    grid-template-columns: 100%;
    margin-top: 0;
    gap: 27px 0;
  }
}

.c-block__text {
  font-size: 1.6rem;
  line-height: 2.5;
}
.c-block_space {
	margin-top: 40px;
}
.u-mt50 {
	margin-bottom: 50px;
}
.c-block__text span{
  background-color: #fffc0e;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-block__text {
    font-size: 1.4rem;
    line-height: 2.14;
	  padding: 20px 0 0 0;
  }
.c-block_space {
	margin-top: 20px;
}
  .c-block__text.u-mt40 {
    margin-top: 25px;
  }
.u-mt50 {
	margin-bottom: 25px;
}
	
}

.c-block__text--lg {
  font-size: 1.6rem;
  line-height: 2.5;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}

@media only screen and (max-width: 1024px) {
  .c-block__text--lg {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-block__text--lg {
    font-size: 1.4rem;
    line-height: 2.14;
  }
}

/* メリット */
.c-knowledge-list01 {
  margin-top: 32px;
  display: grid;
  row-gap: 41px;
}
.c-knowledge-list01__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  color: #3b60d8;
}
.c-knowledge-list01__item {
  display: grid;
  grid-template-columns: 11.8% auto;
  align-items: center;
}

.c-knowledge-list01__number {
  font-family: "Poppins", sans-serif;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.48;
  color: #3b60d8;
  position: relative;
  z-index: 0;
  padding-left: 36px;
  border-right: 1px dashed #3b60d8;
  margin-top: 15px;
}
.c-knowledge-list01__number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #c5d0f6;
  width: 50px;
  height: 50px;
  z-index: -1;
}
.c-knowledge-list01__number span {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.c-knowledge-list01__content {
  padding-left: 43px;
}
.c-knowledge-list01__text {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 4px;
}

@media only screen and (max-width: 1024px) {
  .c-knowledge-list01 {
    row-gap: 20px;
  }
	
  .c-knowledge-list01__item {
    grid-template-columns: 50px auto;
    align-items: start;
  }
  .c-knowledge-list01__number {
    border-right: none;
    font-size: 2.5rem;
    padding-left: 24px;
    margin-top: 0;
	  line-height: 1;
  }
  .c-knowledge-list01__number::before {
    height: 40px;
    width: 40px;
    font-size: 1.3rem;
  }
  .c-knowledge-list01__number span {
    font-size: 1.2rem;
  }
  .c-knowledge-list01__content {
    padding-left: 26px;
  }
  .c-knowledge-list01__title {
    font-size: 1.5rem;
    line-height: 1.33;
  }
  .c-knowledge-list01__text {
    font-size: 1.2rem;
    line-height: 2.08;
    letter-spacing: 0;
  }
}

/* ERPの図 */
.c-knowledge-list02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  margin-top: 28px;
  padding-inline: 6px;
}

/* webAPIコネクタの図 */
.c-knowledge-list_4rows {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  margin-top: 28px;
  padding-inline: 6px;
}
.c-knowledge-list_4rows__img {
  margin-inline: auto;
  max-height: 58px;
	text-align: center;
	margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .c-knowledge-list02 {
    grid-template-columns: 100%;
    gap: 30px 0;
    justify-content: center;
    padding-inline: 0;
  }
}

.c-knowledge-list02__item {
  background-color: #d7def8;
  border-radius: 30px;
  padding: 30px 36px;
}

@media only screen and (max-width: 768px) {
.c-knowledge-list_4rows {
grid-template-columns: 100%;
    gap: 30px 0;
    justify-content: center;
    padding-inline: 0;
}
	
  .c-knowledge-list02__item {
    padding: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-knowledge-list02__item {
      background-color: #d7def8;
      border-radius: 30px;
      padding: 23px 19px;
  }
}
@media only screen and (max-width: 768px) {
  .c-knowledge-list02__item {
    background-color: #d7def8;
    border-radius: 12px;
    padding: 23px 19px;
}
}

.c-knowledge-list02__img {
  margin-inline: auto;
  min-height: 114px;
}

.c-knowledge-list_webapi__img {
  margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: center;
  height: 120px;
	text-align: center;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .c-knowledge-list02__img {
    min-height: 62px;
  }
.c-knowledge-list_webapi__img{
  height: auto;
	margin: 0 20px 20px 20px;
}
	
}

.c-knowledge-list02__item:nth-child(1) .c-knowledge-list02__img {
  width: 78px;
}
.c-knowledge-list02__item:nth-child(2) .c-knowledge-list02__img {
  width: 138px;
}
.c-knowledge-list02__item:nth-child(3) .c-knowledge-list02__img {
  width: 93px;
}

@media screen and (max-width: 768px) {
  .c-knowledge-list02__item:nth-child(1) .c-knowledge-list02__img {
    width: 58px;
  }
  .c-knowledge-list02__item:nth-child(2) .c-knowledge-list02__img {
    width: 80px;
  }
  .c-knowledge-list02__item:nth-child(3) .c-knowledge-list02__img {
    width: 70px;
  }
}

/* nocode ノーコードプラットフォームの効果 */
.c-knowledge-list02__item .nocode_list02__img01 {
	padding: 20px 0 0 0;
  width: 62px;
}
.c-knowledge-list02__item .nocode_list02__img02 {
  width: 100px;
	padding: 30px 0 0 20px;
}
.c-knowledge-list02__item .nocode_list02__img03 {
	position: relative;
  width: 120px;
	padding: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
  .c-knowledge-list02__item .nocode_list02__img01 {
    width: 58px;
	  padding:0;
  }
  .c-knowledge-list02__item .nocode_list02__img02 {
    width: 80px;
	padding: 10px 0 0 5px;
  }
  .c-knowledge-list02__item .nocode_list02__img03 {
    width: 90px;
	padding: 7px 0 0 0;
  }
}

.c-knowledge-list02__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-knowledge-list02__title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.14;
}

.c-knowledge-list02__title_c {
  font-size: 1.4rem;
  line-height: 2.14;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-knowledge-list02__title {
    font-size: 1.2rem;
    line-height: 2.08;
  }
  .c-knowledge-list02__title_c {
    font-size: 1.2rem;
    line-height: 2.08;
  }
}

.c-knowledge-list02__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.86;
  margin-top: 2px;
}

@media only screen and (max-width: 767px) {
  .c-knowledge-list02__text {
    font-size: 1.2rem;
    line-height: 1.67;
  }
}

/* s01 */
.p-knowledge-s01 {
  background-color: #d7def8;
  padding: 116px 0 141px;
  background-image: url(/images/knowledge/erp_s01_bg01.png),
    url(/images/knowledge/erp_s01_bg02.png), url(/images/knowledge/erp_s01_bg03.png),
    url(/images/knowledge/erp_s01_bg04.png), url(/images/knowledge/erp_s01_bg05.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 167px, 210px, 180px, 80px, 600px;
  background-position: 0 5.8%, 94.5% 6.3%, 4.8% 44.2%, 4.6% 94.2%, 100% 100%;
}

@media only screen and (max-width: 1024px) {
  .p-knowledge-s01 {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-knowledge-s01 {
    padding: 62px 0;
    background: #d7def8 url(/images/knowledge/erp-bg1.png) no-repeat center / cover;
  }
}

/* Introduction */

@media only screen and (max-width: 767px) {
  .knowledge__intro {
    margin-top: 38px;
  }
}

.knowledge__intro .c-block {
  padding: 32px 60px 28px 48px;
}

@media only screen and (max-width: 767px) {
  .knowledge__intro .c-block {
    padding: 17px 22px 18px 26px;
    background-color: #fff;
    border-radius: 10px;
  }
}

/* knowledge-no__list */
.knowledge-no__list {
  margin-top: 50px;
  display: grid;
  row-gap: 20px;
}

@media only screen and (max-width: 767px) {
  .knowledge-no__list {
    margin-top: 25px;
  }
}

/* knowledge-no__list_over*/
.knowledge-no__list_over {
  margin-top: 50px;
}
.knowledge-no__list_over .c-block {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
.knowledge-no__list_over {
    margin-top: 25px;
  }
}
/* c-cat-box */


.c-block:nth-child(2) .c-block__content {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .c-block:nth-child(2) .c-block__content {
    padding-left: 0;
  }
}


.p-knowledge-even {
  padding: 117px 0 146px;
  background-color: #f4f5f8;
}

@media only screen and (max-width: 1024px) {
  .p-knowledge-even {
    padding: 60px 0;
    background-color: #f4f5f8;
  }
}

@media only screen and (max-width: 767px) {
  .p-knowledge-even {
    padding: 62px 0;
    background-color: #f4f5f8;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
  }
}


/* out range */

.c-out-range__block {
  background-color: #ecedf3;
  border-radius: 5px;
  padding: 35px 26px 22px;
}

@media only screen and (max-width: 767px) {
  .c-out-range__block {
    width: 140px;
    margin-inline: auto;
    padding: 18px 11px 14px;
  }
}

.c-out-range__img {
  width: min(121px, 100%);
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .c-out-range__img {
    width: min(60px, 100%);
    margin-inline: auto;
  }
}

.c-out-range__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-out-range__text--bold {
  margin-top: 27px;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.73;
}

@media only screen and (max-width: 767px) {
  .c-out-range__text--bold {
    font-size: 1.2rem;
    line-height: 1.67;
    margin-top: 12px;
  }
}

.c-out-range__text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.73;
}

@media only screen and (max-width: 767px) {
  .c-out-range__text {
    font-size: 1.2rem;
    line-height: 1.67;
  }
}

/* target range */
.c-target-range {
  color: #fff;
}

.c-out-range__title,
.c-target-range__title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.44;
  background-color: #ecedf3;
  border-radius: 99px;
  text-align: center;
  padding: 10px 10px 15px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .c-out-range__title,
  .c-target-range__title {
    font-size: 1.3rem;
    line-height: 1;
    padding: 6px 10px 11px;
    margin-bottom: 10px;
  }
}

.c-target-range__title {
  background-color: #3b60d8;
  padding-left: 42px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-target-range__title {
    padding-left: 0px;
  }
}

.c-target-range__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media only screen and (max-width: 1024px) {
  .c-target-range__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .c-target-range__list {
    grid-template-columns: 1fr 1fr;
    gap: 10px 9px;
  }
}

.c-target-range__item {
  background-color: #3b60d8;
  border-radius: 5px;
  padding: 35px 26px 18px;
}

@media only screen and (max-width: 767px) {
  .c-target-range__item {
    background-color: #3b60d8;
    border-radius: 5px;
    padding: 22px 12px 10px;
  }
}

.c-target-range__item:nth-child(2) .c-target-range__img {
  top: -8px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-target-range__item:nth-child(2) .c-target-range__img {
    margin-top: 0;
  }
}

.c-target-range__img {
  min-height: 77px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .c-target-range__img {
    min-height: 38px;
  }
}

.c-target-range__text--bold {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
}

@media only screen and (max-width: 767px) {
  .c-target-range__text--bold {
    font-size: 1.2rem;
    line-height: 1.67;
  }
}

.c-target-range__text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .c-target-range__text {
    font-size: 1.2rem;
    line-height: 1.67;
  }
}

/* s03 */
.p-knowledge-odd {
  background-color: #d7def8;
  padding: 108px 0 118px;
	margin: 0 auto;
  background: #d7def8 url(/images/knowledge/erp-s03-sp.png)repeat-y top center;
	background-size: 100%;
}

@media only screen and (max-width: 1024px) {
  .p-knowledge-odd {
    padding: 62px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-knowledge-odd {
    /* display: none; */
  }
}

.c-knowledge-list03 {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 46px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .c-knowledge-list03 {
    margin-top: 38px;
    padding: 20px 37px;
    border-radius: 10px;
  }
}

.c-knowledge-list03 + .c-block__text {
  margin-top: 30px;
}

.list03__item {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.5;
  position: relative;
  padding-left: 31px;
}

@media only screen and (max-width: 767px) {
  .list03__item {
    line-height: 2.14;
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-left: 18px;
  }
}

.list03__item::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background-color: #3b60d8;
}

@media only screen and (max-width: 767px) {
  .list03__item::before {
    top: 8px;
  }
}



.p-knowledge-s04__wrap {
  display: grid;
  grid-template-columns: auto 242px;
  margin-top: 14px;
  padding-right: 80px;
}

@media only screen and (max-width: 1024px) {
  .p-knowledge-s04__wrap {
    padding-right: 0;
    gap: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .p-knowledge-s04__wrap {
    grid-template-columns: 100%;
    padding-right: 0;
    margin-top: 48px;
    gap: 0;
    font-size: 1.4rem;
    line-height: 2.14;
  }
}


@media only screen and (max-width: 767px) {
.c-cat-box {
    display: flex;
    flex-direction: column;
    margin:30px auto;
    align-items: center;
  }
}


.c-expense-cloud {
  margin-top: 33px;
}

@media only screen and (max-width: 767px) {
  .c-expense-cloud {
    margin-top: 37px;
    /* overflow-x: scroll; */
  }

  /* .c-expense-cloud::-webkit-scrollbar-track {
    background: #ecedf3;
  }

  .c-expense-cloud::-webkit-scrollbar {
    height: 13px;
  }

  .c-expense-cloud::-webkit-scrollbar-thumb {
    background: #3b60d8;
  } */
}

@media only screen and (max-width: 767px) {
  .c-expense-cloud__wrap {
    overflow-x: scroll;
  }

  .c-expense-cloud__wrap::-webkit-scrollbar-track {
    background: #ecedf3;
  }

  .c-expense-cloud__wrap::-webkit-scrollbar {
    height: 13px;
  }

  .c-expense-cloud__wrap::-webkit-scrollbar-thumb {
    background: #3b60d8;
  }
}

.c-expense-cloud__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.18;
  position: relative;
  padding-bottom: 34px;
}

@media only screen and (max-width: 767px) {
  .c-expense-cloud__title {
    font-size: 1.5rem;
    line-height: 1.77;
    padding-bottom: 22px;
  }
}

.c-expense-cloud__title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #21279a;
  bottom: 0;
  left: 0;
}

.c-expense-cloud__title::after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #a1a6b7;
  bottom: 4px;
  right: 0;
}

.c-expense-cloud__img {
  width: 100%;
  padding: 33px 16px;
}

@media only screen and (max-width: 1024px) {
  .c-expense-cloud__img {
    width: 100%;
    padding: 30px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-expense-cloud__img {
    width: 1053px;
    height: auto;
    padding: 14px 0;
  }
}

.c-expense-cloud__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
}

@media only screen and (max-width: 767px) {
  .c-expense-cloud__img img {
    width: auto;
    height: 736px;
  }
}

/* s05 */
.p-knowledge-s05 {
  padding: 108px 0 98px;
  background-color: #3b60d8;
  background-image: url(/images/knowledge/erp_s05_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .p-knowledge-s05 {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-knowledge-s05 {
    padding: 54px 0;
    background-image: url(/images/knowledge/erp_s05_bg_sp.png);
  }
}

.p-knowledge-s05 .c-block {
  padding: 51px 40px;
}

@media only screen and (max-width: 1024px) {
  .p-knowledge-s05 .c-block {
    padding: 51px 60px 40px 51px;
  }
}

@media only screen and (max-width: 767px) {
  .p-knowledge-s05 .c-block {
    border-radius: 10px;
    padding: 22px 50px 31px;
  }
}

.p-knowledge-s05 .c-block::before {
  content: "";
  position: absolute;
  bottom: -107px;
  right: -86px;
  background: url(/images/knowledge/erp_s05.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 220px;
  height: 230px;
}

@media only screen and (max-width: 1400px) {
  .p-knowledge-s05 .c-block::before {
    width: 180px;
    height: 180px;
    right: -40px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-knowledge-s05 .c-block::before {
    width: 160px;
    height: 160px;
    bottom: -60px;
    right: -31px;
  }
}

@media only screen and (max-width: 767px) {
  .p-knowledge-s05 .c-block::before {
    width: 111px;
    height: 111px;
    bottom: -55px;
    right: -31px;
  }
}

.p-knowledge-s05__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.78;
  width: fit-content;
  margin-inline: auto;
  padding-left: 14px;
}

@media only screen and (max-width: 767px) {
  .p-knowledge-s05__text {
    font-size: 1.4rem;
    line-height: 2.14;
    padding-left: 0;
    letter-spacing: 0;
  }
}

/* s06 */
.p-knowledge-s06 {
  padding: 65px 0 69px;
  background-color: #d7def8;
}

@media only screen and (max-width: 1024px) {
  .p-knowledge-s06 {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-knowledge-s06 {
    padding: 39px 0;
    background-color: #f4f5f8;
  }
}

.p-knowledge-s06 .c-block {
  padding: 38px 42px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .p-knowledge-s06 .c-block {
    padding: 30px 26px 44px;
    border-radius: 5px;
    background-color: #f4f5f8;
  }
}

.p-knowledge-s06__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .p-knowledge-s06__text {
    font-size: 1.4rem;
    line-height: 0.86;
  }
}
.p-knowledge-s06__text a {
	text-decoration: none;
}
.p-knowledge-s06__text a:hover{
	text-decoration: underline;
}

.p-knowledge-s06__text span {
  color: #21279a;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .p-knowledge-s06__text span {
    margin-top: 13px;
    display: block;
    padding-left: 0;
  }
  .l-container--sp1 {
    padding-right: 50px;
  }
}

.c-knowledge-list-white {
  background-color: #f4f5f8;
  border-radius: 30px;
  padding: 40px 46px;
  margin-top: 40px;
}
  .c-knowledge-summary {
  background-color: #f4f5f8;
  border-radius: 30px;
  padding: 40px 46px;
  margin-top: 40px;
font-weight:700; 
}

@media only screen and (max-width: 767px) {
  .c-knowledge-list-white {
    margin-top: 38px;
    padding: 20px 37px;
    border-radius: 10px;
  }
  .c-knowledge-summary {
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
	 font-size: 1.4rem;
  }
}

.list-white__item {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.5;
  position: relative;
  padding-left: 31px;
}

@media only screen and (max-width: 767px) {
  .list-white__item {
    line-height: 2.14;
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-left: 18px;
  }
}

.list-white__item::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background-color: #3b60d8;
}

@media only screen and (max-width: 767px) {
  .list-white__item::before {
    top: 8px;
  }
}



/* -------- ノーコード -------- */
.c-nocode-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  margin: 28px 0;
  padding-inline: 6px;
}

@media only screen and (max-width: 1024px) {
.c-nocode-list {
     grid-template-columns: repeat(2, 1fr);
     column-gap: 20px;
	row-gap: 20px;
    justify-content: center;
    padding-inline: 6;
  }
}

.c-nocode-list__item {
  background-color: #d7def8;
  border-radius: 30px;
  padding: 30px 36px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.c-nocode-list {
     column-gap: 10px;
	row-gap: 10px;
  }
	
.c-nocode-list__item {
    padding: 15px;
  }
}

@media only screen and (max-width: 1024px) {
.c-nocode-list__item {
      border-radius: 30px;
      padding: 23px 19px;
  }
}
@media only screen and (max-width: 768px) {
.c-nocode-list__item {
    border-radius: 12px;
    padding: 23px 19px;
}
}

.c-nocode-list__img {
  margin-inline: auto;
  min-height: 70px;
}

@media screen and (max-width: 768px) {
.c-nocode-list__img {
    min-height: 50px;
	max-width: 65px;
  }
}

.c-nocode-list__title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.14;
	margin-top: 15px;
}


@media only screen and (max-width: 767px) {
.c-nocode-list__title {
    font-size: 1.2rem;
    line-height: 2.08;
	margin-top: 10px;
  }
}

.box-line {
	padding: 25px 35px;
	border: 2px solid #d7def8;
	border-radius: 20px;
	margin: 22px 0 30px 0;
}
@media only screen and (max-width: 767px) {
.box-line {
    font-size: 1.4rem;
    line-height: 2.08;
	padding: 15px 20px;
  }
}

@media only screen and (max-width: 767px) {

.c-large-pic{
	overflow-x: scroll;
}	
.c-pic__imgmx img{
	max-width: 100%;
}	
.c-large-pic__img .img_l{
	max-width: 600px;
}
.c-large-pic__img .img_s{
	max-width: 400px;
}
.c-large-pic::-webkit-scrollbar-track {
    background: #ecedf3;
  }
.c-large-pic::-webkit-scrollbar {
    height: 10px;
  }
.c-large-pic::-webkit-scrollbar-thumb {
    background: #3b60d8;
  }
}

