/** 目次関連start **/
.column_index_custom {
  font-size: initial;
  padding-bottom: 15px;
}

.column_index_custom .index_title {
  text-decoration-line: underline;
}
/** 目次関連end **/

/** 見出し関連start **/
.h_style_custom {
  display: flex;
  background: #e1e6e7;
  text-align: left;
  font-size: 2rem;
  border-radius: 10px;
}
.h_style_custom .head {
  width: 20px;
  background-color: #0093d7;
  border-radius: 10px 0px 0px 10px;
  margin-right: 5px;
}

.small_title2 span {
  border-bottom: 1px solid #000;
  font-size: 2rem;
  font-weight: 600;
}

.small_title {
  border-bottom: 1px solid #000;
  font-size: 2rem;
}
.small_title::before {
  content: '□';
}
/** 見出し関連end **/

/** 本文関連start **/
.column_par_custom1 {
  margin: 19px 0px 40px 0px;
}

.column_point {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
}

.hyper_link {
  color: #0093d7;
  font-weight: bold;
  border-bottom: solid 2px;
}

.hyper_link2 {
  font-size: 4rem;
  color: #0093d7;
  font-weight: bold;
  border-bottom: solid 2px;
}

.vertical_margin {
  text-align: center;
  margin: 40px 0px 40px 0px;
}
/** 本文関連end **/

/** トラ勤紹介start **/
.point_wrap .point_head {
  border-bottom: 1px solid;
  padding-left: 2px;
  padding-right: 2px;
}

.success_btn {
  display: flex;
  justify-content: center;
}

.success_btn_link {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 5px 20px 5px 20px;
  background: #0093d7;
  text-align: center;
  border: 1px solid #0093d7;
  border-radius: 15px;
  color: white;
}

.h_style_sub_custom {
  font-size: 2rem;
}

.h_style_sub_custom .head {
  border-bottom: 4px solid #0093d7;
}

/* スマホ用 */
@media screen and (min-width: 1px) and (max-width: 768px) {
  .point_description {
    margin-left: 30px;
  }
}

/* PC用 */
@media screen and (min-width: 769px) {
  .point_wrap {
    margin-left: 20px;
  }

  .point_description {
    margin-left: 80px;
  }

  .success_btn_link {
    font-size: 2.0rem;
  }
}

