.knowledge__eye-chatch {
  position: relative;
  margin-bottom: 105px;
}
@media screen and (min-width: 740px) {
  .knowledge__eye-chatch {
    margin-bottom: 0;
  }
}
.knowledge__eye-chatch-img-sp img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media screen and (min-width: 740px) {
  .knowledge__eye-chatch-img-sp {
    display: none;
  }
}
.knowledge__eye-chatch-img-pc {
  display: none;
}
.knowledge__eye-chatch-img-pc img {
  width: 100%;
  height: 542px;
  object-fit: cover;
}
@media screen and (min-width: 740px) {
  .knowledge__eye-chatch-img-pc {
    display: block;
  }
}
.knowledge__eye-chatch-card {
  width: 295px;
  padding: 20px;
  border-radius: 5px;
  border-top: 5px solid #008F79;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: 190px;
  left: calc((100vw - 295px) / 2);
}
@media screen and (min-width: 740px) {
  .knowledge__eye-chatch-card {
    display: flex;
    width: 400px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    top: 110px;
    left: 180px;
  }
}
.knowledge__eye-chatch-card h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
.knowledge__eye-chatch-card p {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .knowledge__eye-chatch-card p {
    font-size: 16px;
    font-weight: 300;
  }
}
.knowledge__section-wrap {
  padding: 30px 10px;
}
.knowledge__contents-title {
  padding-top: 30px;
}
.knowledge__contents-title h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-title h2 {
    font-size: 40px;
  }
}
.knowledge__contents-title--underline {
  width: 60px;
  height: 2px;
  background: #008F79;
  margin: 10px auto 18px;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-title--underline {
    width: 100px;
    height: 4px;
  }
}
.knowledge__contents-section-title {
  text-align: center;
  padding: 0 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-section-title {
    font-size: 24px;
  }
  .knowledge__contents-section-title.knowledge__w100 {
    width: 100%;
  }
}
.knowledge__contents-section-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: #fff;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-section-title-wrap {
    gap: 20px;
  }
}
.knowledge__contents-section-title span {
  color: #007561;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-section-title-sp {
    display: none;
  }
}
.knowledge__contents-section-title-pc {
  display: none;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-section-title-pc {
    display: block;
  }
}
.knowledge__contents-section-subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-section-subtitle {
    font-size: 16px;
    text-align: center;
  }
  .knowledge__contents-section-subtitle > span {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 740px) {
  .knowledge__contents-section-subtitle-sp {
    display: none;
  }
}
.knowledge__contents-section-subtitle-pc {
  display: none;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-section-subtitle-pc {
    display: block;
  }
}
.knowledge__contents-section-subtitle-tac {
  text-align: center;
}
.knowledge__contents-section-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-section-text {
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (min-width: 740px) {
  .knowledge__contents-section-text-sp {
    display: none;
  }
}
.knowledge__contents-section-text-pc {
  display: none;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-section-text-pc {
    display: block;
  }
}
.knowledge__contents-investment-trust {
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-investment-trust {
    gap: 40px;
  }
}
.knowledge__contents-investment-trust-img-sp {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1080px) {
  .knowledge__contents-investment-trust-img-sp {
    display: none;
  }
}
.knowledge__contents-investment-trust-img-pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .knowledge__contents-investment-trust-img-pc {
    display: block;
    margin: 0 auto;
    width: 1080px;
    height: 430px;
  }
}
.knowledge__contents-merit {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.knowledge__contents-merit-card {
  border-radius: 5px;
  border: 2px solid #e0dbdb;
  display: flex;
  padding: 15px 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-merit-card {
    width: 100%;
    padding: 20px;
    align-self: stretch;
  }
}
@media screen and (min-width: 1080px) {
  .knowledge__contents-merit-card {
    width: 320px;
    height: 396px;
  }
}
.knowledge__contents-merit-card-wrap {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-merit-card-wrap {
    flex-direction: row;
    margin-top: 20px;
    max-width: 1080px;
    gap: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .knowledge__contents-merit-card-wrap {
    gap: 60px;
  }
}
.knowledge__contents-merit-card h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-merit-card h3 {
    flex-grow: 1;
  }
}
@media screen and (min-width: 1080px) {
  .knowledge__contents-merit-card h3 {
    font-size: 20px;
  }
}
.knowledge__contents-merit-card img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-merit-card img {
    width: 160px;
    height: 160px;
    margin: 20px auto 0;
  }
}
.knowledge__contents-merit-card p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-merit-card p {
    margin-top: 20px;
    letter-spacing: 0px;
    height: 85px;
  }
}
@media screen and (min-width: 1080px) {
  .knowledge__contents-merit-card p {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: -0.8px;
    height: 72px;
  }
}
@media screen and (min-width: 740px) {
  .knowledge__contents-difference {
    padding: 30px 0;
  }
  .knowledge__contents-difference .knowledge__contents-section-title-wrap {
    width: 100%;
    padding-top: 40px;
  }
  .knowledge__contents-difference .knowledge__contents-section-subtitle {
    width: 600px;
    text-align: justify;
  }
}
.knowledge__contents-difference-wrap {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-difference-wrap {
    border-radius: 5px;
    background: #f5f5f5;
    padding: 40px;
    max-width: 1080px;
    margin: 0 auto;
    gap: initial;
  }
}
.knowledge__contents-difference-card {
  display: flex;
  width: 100%;
  padding: 20px 40px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 5px;
  border: 2px solid #e0dbdb;
}
.knowledge__contents-difference-card-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-difference-card-wrap {
    background-color: #fff;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    padding: 40px;
  }
}
.knowledge__contents-difference-card-button {
  display: flex;
  width: 240px;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.knowledge__contents-difference-card-button p {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
.knowledge__contents-difference-card-button--bule {
  background: #479cd1;
}
.knowledge__contents-difference-card-button--bule p {
  color: #fff;
}
.knowledge__contents-difference-card-button--red {
  background: #d65055;
}
.knowledge__contents-difference-card-button--red p {
  color: #fff;
}
.knowledge__contents-difference-card-button--b-blue {
  border: 2px solid #479cd1;
}
.knowledge__contents-difference-card-button--b-blue p {
  color: #333;
}
.knowledge__contents-difference-card-button--b-red {
  border: 2px solid #d65055;
}
.knowledge__contents-difference-card-button--b-red p {
  color: #333;
}
.knowledge__contents-difference-card-text {
  width: 240px;
  margin-left: 5px;
}
.knowledge__contents-difference-card-text p {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}
.knowledge__contents-difference-card-text p span {
  font-weight: 600;
}
.knowledge__contents-important {
  padding: 30px 10px;
}
@media screen and (min-width: 1080px) {
  .knowledge__contents-important {
    border-radius: 5px;
    background: #f5f5f5;
    max-width: 1080px;
    margin: 30px auto;
    padding: 40px;
  }
}
.knowledge__contents-important-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  background-color: #fff;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-important-wrap {
    padding: 40px;
  }
}
.knowledge__contents-important-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-important-item-wrap {
    gap: 40px;
  }
}
.knowledge__contents-important-item-card {
  display: flex;
  width: 355px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #EAF9F7;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-important-item-card {
    width: 280px;
  }
}
.knowledge__contents-important-item-card img {
  width: 80px;
  height: 80px;
}
.knowledge__contents-important-item-card h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-important-item-card h3 {
    font-size: 20px;
  }
}
.knowledge__contents-important-item-card p {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-important-item-card p {
    font-size: 16px;
  }
}
.knowledge__contents-important-item-card-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
@media screen and (min-width: 1080px) {
  .knowledge__contents-important-item-card-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.knowledge__contents-important-return-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-important-return-wrap {
    gap: 40px;
  }
}
.knowledge__contents-important-return-img img {
  width: 100%;
  height: auto;
}
.knowledge__contents-important-return-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.knowledge__contents-important-return-img-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-important-return-img-text {
    font-size: 14px;
  }
}
.knowledge__contents-kinds {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
}
.knowledge__contents-kinds-pc {
  display: none;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-kinds-pc {
    display: block;
  }
  .knowledge__contents-kinds-pc img {
    width: 1080px;
    height: auto;
  }
}
.knowledge__contents-kinds-sp img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-kinds-sp {
    display: none;
  }
}
.knowledge__contents-investment-target {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-investment-target {
    gap: 40px;
  }
}
.knowledge__contents-investment-target-card {
  display: flex;
  padding: 15px 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 5px;
  border: 2px solid #e0dbdb;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-investment-target-card {
    width: 320px;
    padding: 20px;
  }
}
.knowledge__contents-investment-target-card h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-investment-target-card h3 {
    font-size: 20px;
  }
}
.knowledge__contents-investment-target-card img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-investment-target-card img {
    width: 120px;
    height: 120px;
  }
}
.knowledge__contents-investment-target-card p {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-investment-target-card p {
    font-size: 16px;
  }
}
.knowledge__contents-investment-target-card-text-wrap {
  width: 100%;
}
.knowledge__contents-investment-target-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 5px;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-investment-target-card-inner {
    width: 300px;
  }
}
.knowledge__contents-investment-target-card-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-investment-target-card-inner-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.knowledge__contents-investment-target-card-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .knowledge__contents-investment-target-card-wrap {
    max-width: 1080px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
}
.knowledge__contents-investment-target-card-dummy {
  display: none;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-investment-target-card-dummy {
    display: block;
    width: 320px;
  }
}
@media screen and (min-width: 740px) {
  .knowledge__contents-investment-target-card-w700 {
    width: 700px;
  }
}
.knowledge__contents-commission {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.knowledge__contents-commission-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-item {
    flex-direction: row;
    gap: 40px;
    height: 150px;
  }
}
.knowledge__contents-commission-item-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-item-wrap {
    align-items: flex-start;
  }
}
.knowledge__contents-commission-item-box1 {
  display: flex;
  width: 100%;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 2px solid #e1dbb0;
  background: #fffef5;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-item-box1 {
    width: 150px;
    height: 150px;
  }
}
.knowledge__contents-commission-item-box1 p {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-item-box1 p {
    font-size: 20px;
  }
}
.knowledge__contents-commission-item-box2 {
  display: flex;
  width: 100%;
  padding: 10px 0px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #fffef5;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-item-box2 {
    width: 350px;
  }
}
.knowledge__contents-commission-item-box2 > p {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-item-box2 > p {
    font-size: 20px;
  }
}
.knowledge__contents-commission-item-box2-img {
  position: relative;
  width: 100%;
}
.knowledge__contents-commission-item-box2-img img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.knowledge__contents-commission-item-box2-img-text {
  position: absolute;
  bottom: 0px;
  right: calc((100% - 90px) / 2 - 39px);
  display: flex;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background: #d65055;
}
.knowledge__contents-commission-item-box2-img-text > p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.knowledge__contents-commission-item-box2-img-sale {
  position: absolute;
  bottom: 0px;
  right: calc((100% - 90px) / 2 - 26px);
}
.knowledge__contents-commission-item-box2-img-sale img {
  width: 65px;
  height: auto;
}
.knowledge__contents-commission-item-box3 {
  display: flex;
  width: 100%;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  border: 2px solid #e1dbb0;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-item-box3 {
    width: 500px;
    height: 150px;
    padding: 20px 40px;
  }
}
.knowledge__contents-commission-item-box3-cost {
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-item-box3-cost {
    padding: 10px 20px;
  }
}
.knowledge__contents-commission-item-box3-cost > p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-item-box3-cost > p {
    font-size: 20px;
  }
}
.knowledge__contents-commission-item-box3-cost--blue {
  background: #479cd1;
}
.knowledge__contents-commission-item-box3-cost--red {
  background: #d65055;
}
.knowledge__contents-commission-item-box3-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-item-box3-text {
    font-size: 20px;
  }
}
.knowledge__contents-commission-item-box3-text-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.knowledge__contents-commission-item-box3-text-num {
  display: flex;
  padding: 5px 10px 4px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  background: #ffa400;
}
.knowledge__contents-commission-item-box3-text-num > p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.knowledge__contents-commission-item-box4 {
  display: flex;
  width: 100%;
  padding: 10px 0px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #fffef5;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-item-box4 {
    width: 350px;
    height: 150px;
  }
}
.knowledge__contents-commission-item-box4 > p {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
.knowledge__contents-commission-item-box4-img {
  display: flex;
  height: 150px;
  padding: 10px 0px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.knowledge__contents-commission-item-box4-img-01 {
  width: 125px;
  height: auto;
}
.knowledge__contents-commission-item-box4-img-02 {
  width: 100px;
  height: 100px;
}
.knowledge__contents-commission-text {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1080px) {
  .knowledge__contents-commission-text {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    width: 1080px;
    margin: 0 auto;
    padding: 30px 0;
    align-items: stretch;
  }
}
.knowledge__contents-commission-text-item {
  width: 100%;
  border-radius: 5px;
  border: 2px solid #66CDAA;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-text-item {
    width: 520px;
  }
}
.knowledge__contents-commission-text-item-header {
  background: #EAF9F7;
  border-bottom: 2px solid #66CDAA;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.knowledge__contents-commission-text-item-header > p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-text-item-header > p {
    font-size: 20px;
  }
}
.knowledge__contents-commission-text-item-body {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-text-item-body {
    padding: 20px;
    gap: 20px;
  }
}
.knowledge__contents-commission-text-item-body-number {
  display: flex;
  padding: 5px 10px 4px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  background: #d65055;
}
.knowledge__contents-commission-text-item-body-number > p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.knowledge__contents-commission-text-item-body-number-wrap {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.knowledge__contents-commission-text-item-body-number-text > p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-text-item-body-number-text > p {
    font-size: 18px;
  }
}
.knowledge__contents-commission-text-item-body-number-mt10 {
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-text-item-body-number-mt10 {
    margin-top: 0;
  }
}
.knowledge__contents-commission-text-item-body-text > p {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-text-item-body-text > p {
    font-size: 16px;
  }
}
.knowledge__contents-commission-text-item-body-inner {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
@media screen and (min-width: 1080px) {
  .knowledge__contents-commission-text-item-body-inner {
    width: 480px;
    padding: 0;
    gap: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .knowledge__contents-commission-text-item-body-inner-wrap {
    display: flex;
    justify-content: space-between;
    gap: 80px;
  }
}
.knowledge__contents-commission-text-item-03 {
  flex-grow: 1;
}
.knowledge__contents-commission-mt10 {
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-mt10 {
    margin-top: 25px;
  }
}
@media screen and (min-width: 740px) {
  .knowledge__contents-commission-arrow {
    margin-left: 55px;
  }
}


