.thb_title {
  margin-bottom: 30px;
  h2 {
    margin: 0;
    line-height: 1
  }
  &.style1 {
    overflow: hidden;
    text-align: center;

    .thb_title_inner {
      display: inline-block;
      position: relative;
      text-align: center;
      padding: 0 30px;
      &:before,
      &:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -2px;
        display: block;
        height: 5px;
        border-top: 2px solid $black;
        border-bottom: 1px dotted rgba($black, 0.3);
        width: 500%;
        pointer-events: none;
      }
      &:before {
        right: 100%;
      }
      &:after {
        left: 100%;
      }
    }
    h2 {
      display: inline-block;
      height: 40px;
      line-height: 40px;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 0.1em;
    }
    .left_brackets,
    .right_brackets {
      position: absolute;
      top: 0;
      pointer-events: none;
    }
    .left_brackets {
      left: -3px;
    }
    .right_brackets {
      right: -3px;
    }
  } // .style1
  &.style2 {
    text-align: left;
    line-height: 1;

    h2 {
      display: block;
      font-size: 40px;
      text-indent: -3px;
      line-height: 32px;
      font-weight: 600;
    }
    .thb_title_inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      @include box-shadow(inset 0 -3px 0 0 $black);
      a {
        font-size: 12px;
        font-weight: 500;
      }
    }
  } // .style2
  &.style3 {
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
    h2 {
      font-size: 20px;
    }
    .thb_title_icon {
      display: inline-block;
      position: relative;
      text-align: center;
      padding: 0 20px;
      margin-bottom: 30px;
      svg {
        height: 40px;
      }
      .thb_title_image {
        text-align: center;
        .thb_image {
          display: inline-block;
          width: 40px;
        }

      }
      &:before,
      &:after {
        content: '';
        position: absolute;
        top: 50%;
        display: block;
        height: 5px;
        border-top: 6px solid $border;
        width: 1000%;
        pointer-events: none;
        @include translateY(-50%);
      }
      &:before {
        right: 100%;
      }
      &:after {
        left: 100%;
      }
    }
  } // .style3
  &.style4 {
    overflow: hidden;
    text-align: center;

    .thb_title_inner {
      display: inline-block;
      position: relative;
      text-align: center;
      padding: 0 15px;
      &:before,
      &:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -2px;
        display: block;
        height: 4px;
        background: $black;
        width: 900em;
        pointer-events: none;
      }
      &:before {
        right: 100%;
      }
      &:after {
        left: 100%;
      }
    }
    h2 {
      display: inline-block;
      height: 30px;
      line-height: 1;
      font-size: 30px;
      font-weight: 600;
    }
    &.text-left {
      text-align: left;

      &:before {
        display: none;
      }
      .thb_title_inner {
        padding-left: 0;
      }
    }
  } // .style4
  &.style5 {
    border-top: 4px solid $black;
    border-bottom: 1px solid $border;
    text-align: center;
    .thb_title_inner {
      padding: 15px 0;
    }
    h2 {
      display: inline-block;
      line-height: 1;
      font-size: 18px;
      font-weight: 600;
    }
    a {
      float: right;
      font-size: 14px;
      font-weight: 500;
    }
    &.text-left {
      text-align: left;
    }
  } // .style5
  &.style6 {
    overflow: hidden;
    text-align: center;

    .thb_title_inner {
      display: inline-block;
      position: relative;
      text-align: center;
      padding: 0 15px;
      &:before,
      &:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: 0;
        display: block;
        height: 1px;
        background: $black;
        width: 900em;
        pointer-events: none;
      }
      &:before {
        right: 100%;
      }
      &:after {
        left: 100%;
      }
    }
    h2 {
      display: inline-block;
      height: 24px;
      line-height: 1;
      font-size: 24px;
      font-weight: 600;
    }

    &.text-left {
      text-align: left;

      &:before {
        display: none;
      }
      .thb_title_inner {
        padding-left: 0;
      }
    }
  } // .style6
  &.style7 {
    overflow: hidden;
    text-align: center;

    .thb_title_inner {
      display: inline-block;
      position: relative;
      text-align: center;
      padding: 0 15px;
      line-height: 1;
      &:before,
      &:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: 0;
        display: block;
        height: 1px;
        background: $black;
        width: 900em;
        opacity: 0.2;
        pointer-events: none;
      }
      &:before {
        right: 100%;
      }
      &:after {
        left: 100%;
      }
    }
    h2 {
      display: inline-block;
      height: 18px;
      line-height: 1;
      font-size: 18px;
      font-weight: 600;
    }
    &.text-left {
      text-align: left;

      &:before {
        display: none;
      }
      .thb_title_inner {
        padding-left: 0;
      }
    }
  } // .style7
  &.style8 {
    text-align: center;
    border-bottom: 1px solid $border;
    padding-bottom: 20px;

    h2 {
      font-size: 20px;
      font-weight: 500;
    }
    &.text-left {
      text-align: left;
    }
  } // .style8
  &.style9 {
    .thb_title_inner {
      display: inline-block;
      background: $black;
      padding: 10px 20px;
      h2 {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.08em;
      }
    }
    &.text-left {
      text-align: left;
    }
  }
	&.style10 {
		border-top: 1px solid $black;
    text-align: center;
    .thb_title_inner {
      padding: 35px 0 0;
    }
    h2 {
      display: inline-block;
      line-height: 1;
      font-size: 18px;
      font-weight: 400;
			letter-spacing: 0.1em;
    }
    a {
      float: right;
      font-size: 14px;
      font-weight: 500;
    }
    &.text-left {
      text-align: left;
    }
	}
}