[id*="h2"] {
  margin-top: -160px;
  padding-top: 160px;
}

.point_box .point {
  font-weight: 400;
}
.inner-small {
  width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.table_type th {
  width: 150px;
}
.col_03 {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.col_03 figure {
  border: 1px solid #cecece;
  display: flex;
  flex-flow: column;
  margin-bottom: 20px;
}
.col_03 img {
  margin: auto;
  max-width: 90%;
  padding: 10px 0px;
  width: auto;
  max-height: 100px;
}
.col_03 figcaption {
  border-top: 1px solid #cecece;
  margin-top: auto;
}
.col_03 figcaption a {
  display: block;
  padding: 5px;
}
.logo_border {
  border: 1px solid #cecece;
}
section:nth-of-type(1) .box > .col_02 > .col {
  border: 1px solid #cecece;
  padding: 30px;
}
section:nth-of-type(1) .col li {
  margin-left: 22px;
  position: relative;
}
section:nth-of-type(1) .col li::before {
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 13px;
  position: absolute;
  left: -22px;
  top: 7px;
  width: 13px;
}
section:nth-of-type(1) .col .li_color_01::before {
  background: #8ac43e;
}
section:nth-of-type(1) .col .li_color_02::before {
  background: #1ea223;
}
section:nth-of-type(1) .col .li_color_03::before {
  background: #2ba3b3;
}
section:nth-of-type(1) .col .li_color_04::before {
  background: #5995d3;
}
section:nth-of-type(1) .col .li_color_05::before {
  background: #a98ac4;
}
section:nth-of-type(1) .col .li_color_06::before {
  background: #db72af;
}
section:nth-of-type(1) .col .li_color_07::before {
  background: #d84e00;
}
section:nth-of-type(1) .col .li_color_08::before {
  background: #efb02d;
}
section:nth-of-type(4) .col .lead_01 {
  position: relative;
}
section:nth-of-type(4) .service_type02_02 .col:nth-of-type(1) .ttl::after {
  background: url("/rismon/img/ico_rismon_01.svg") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 37px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
}
section:nth-of-type(4) .service_type02_02 .col:nth-of-type(2) .ttl::after {
  background: url("/rismon/img/ico_rismon_02.svg") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 37px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.col.newbook img {
  width: 180px;
  display: block;
  margin: 0 auto;
}

.card {
  position: relative;
  display: inline-block;
}

.card.new-badge::before {
  position: absolute;
  top: 0px;
  left: -40px;
  width: 30px;
  height: 30px;
  line-height: 31px;
  border-radius: 50%;
  background: linear-gradient(to top, #3e9600 0%, #65ad29 100%);
  color: white;
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  content: "new";
}

.card.new-badge02::before {
  position: absolute;
  top: 0px;
  left: -50px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  background: linear-gradient(to top, #3e9600 0%, #65ad29 100%);
  color: white;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  content: "new";
}

.col_03.card03 img {
  max-width: 100%;
}

.box_task.bookpr {
  max-width: 1100px;
}

.col_01_02 .col.newbook:nth-child(2n-1) {
  width: 32%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .anchor {
    display: block;
    padding-top: 180px;
    margin-top: -180px;
  }
}
@media all and (-ms-high-contrast: none) {
  .col_03 img {
    margin: auto;
    max-width: 90%;
    padding: 10px 0px;
    width: 60px;
    max-height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .col_l_img .col img {
    width: 240px;
    display: block;
    margin: 0 auto;
  }
  .col_01_02 .col.newbook:nth-child(2n-1) {
    width: 100%;
    text-align: center;
  }
}
