h2,
h3 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0068B6;
  line-height: 1;
}
h2 {
  font-size: 34px;
}
h2 span {
  margin-left: 16px;
  font-size: 16px;
  color: rgba(0, 159, 232, 0.4);
}
h3 {
  font-size: 24px;
}
h3::before {
  content: none;
}
#nodoca-property p,
#test-adaptation p {
  font-size: 85%;
  line-height: 1.8;
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 22px;
  }
}

/*==== nodocaとは ====*/
#nodoca {
  padding-bottom: 6rem;
}
#nodoca h2 {
  padding: 3rem 0 0.75rem 0;
  text-indent: 0;
}
#nodoca h2::before,
#nodoca h2::after {
  content: none;
}
#nodoca .flex {
  justify-content: flex-start;
}
#nodoca .flex .n-text {
  margin-right: 100px;
  line-height: 1.8;
}
#nodoca .flex .n-text p a {
  color: #0068B5;
  text-decoration: underline;
}
#nodoca .flex .n-text p:last-child {
  margin-top: 30px;
}
#nodoca .flex .n-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#nodoca .flex .n-img img {
  max-width: 120px;
}
#nodoca .flex .n-img p {
  margin-top: 20px;
}
#nodoca .flex .n-img p span {
  display: inline-block;
  padding: 8px 20px;
  background-color: #0068B6;
  color: #fff;
  border-radius: 2rem;
}

@media screen and (max-width: 480px) {
  #nodoca .flex {
    flex-direction: column-reverse;
  }
  #nodoca .flex .n-text {
    margin-top: 30px;
    margin-right: 0;
  }
  #nodoca .flex .n-img img {
    max-width: 100px;
  }
}

/*==== nodocaの特徴 ====*/
#nodoca-property {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #FCFAF4;
}
#nodoca-property .n-point {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
#nodoca-property .n-point:last-child {
  padding: 40px 0 0 0;
}
#nodoca-property .n-point:not(:last-child) {
  border-bottom: 1px solid #0068B6;
}
#nodoca-property .point-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #0068B6;
  line-height: 1;
}
#nodoca-property .point-num span {
  font-family: "kaisotai", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 120px;
  color: rgba(0, 104, 181, 0.35);
  letter-spacing: 5px;
}
#nodoca-property .n-point div {
  margin-left: 40px;
}
#nodoca-property .n-point div h3 {
  margin: 0 0 15px 0;
  font-size: 24px;
}
#nodoca-property .n-point div img {
  margin-top: 30px;
  width: 60%;
}

@media screen and (max-width: 480px) {
  #nodoca-property .n-point {
    flex-direction: column;
  }
  #nodoca-property .n-point div {
    margin-left: 0;
  }
  #nodoca-property .n-point div img {
    width: 100%;
  }
}

/*==== 検査適応 ====*/
.attention {
  margin: 60px auto;
  padding: 40px 0;
  width: 80%;
  background-color: #FCFAF4;
  border-radius: 6rem;
  text-align: center;
}
.attention p {
  margin-top: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px !important;
  color: #0068B6;
}

@media screen and (max-width: 480px) {
  .attention {
    padding: 30px 15px;
    width: 100%;
  }
  .attention p {
    font-size: 18px !important;
  }
}