main.blue_radical img {
  width: 100%;
  height: auto;
}

main.blue_radical header {
  background-image: url("../img/visual_img.jpg");
}

main.blue_radical section p+h3 {
  margin-top: 60px;
}

main.blue_radical .media.-reverse {
  margin-bottom: 60px;
}

main.blue_radical .list li {
  margin-bottom: 20px;
}

main.blue_radical .list li:last-child {
  margin-bottom: 0;
}

main.page.blue_radical .list li h3 {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  color: #85a66d;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 0;
  border-bottom: unset;
}

main.page.blue_radical .list li h3::before {
  display: none;
}

main.blue_radical .list li p {
  margin-top: 15px;
}

main.blue_radical .list.step-list li {
  position: relative;
  margin-bottom: 45px;
  padding-left: 100px;
}

main.blue_radical .list.step-list li .marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  margin: 0;
  background-color: #85a66d;
  border-radius: 50%;
}

main.blue_radical .list.step-list li .marker span:first-child,
main.blue_radical .list.step-list li .marker span:last-child {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

main.blue_radical .list.step-list li .marker span:first-child {
  padding-top: 19px;
  font-size: 10px;
}

main.blue_radical .list.step-list li .marker span:last-child {
  font-size: 28px;
}

main.blue_radical aside.notice .container .scroll dd ul li span {
  color: #ff0000;
}

main.blue_radical table tr {
  border: 1px solid #85a66d;
}

main.blue_radical table tr th {
  background-color: #85a66d70;
  border-right: 1px solid #85a66d;
}

main.blue_radical table tr th:last-child {
  border-right: none;
}

main.blue_radical table tr td {
  text-align: center;
  border-right: 1px solid #85a66d;
}

main.blue_radical small.txt-sm {
  font-size: 13px;
}

main.blue_radical table tr td.bg-txt {
  background-color: #f2f6f3;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  main.blue_radical header {
    height: 160px;
    background-position: center right 60%;
  }

  main.blue_radical>header .container h1 {
    font-size: 20px;
  }

  main.blue_radical section p+h3 {
    margin-top: 40px;
  }

  main.blue_radical .media.-reverse {
    margin-bottom: 40px;
  }

  main.blue_radical .list.step-list li .marker {
    width: 50px;
    height: 50px;
  }

  main.page.blue_radical .list li h3 {
    padding-top: 11px;
    font-size: 18px;
  }

  main.blue_radical .list.step-list li .marker span:first-child {
    padding-top: 8px;
    transform: scale(0.8);
  }

  main.blue_radical .list.step-list li .marker span:last-child {
    line-height: 1;
    font-size: 18px;
  }

  main.blue_radical .list.step-list li {
    margin-bottom: 20px;
    padding-left: 70px;
  }

  main.blue_radical table tr th {
    width: calc((100% / 2) - 20%);
    font-size: 1.2rem;
    white-space: unset;
  }

  main.blue_radical table tr th:first-child {
    width: 20% !important;
  }

  main.blue_radical table tr td {
    padding: 13px 10px;
    font-size: 1.2rem;
  }

  main.blue_radical small.txt-sm {
    font-size: 12px;
  }
}