/* CSS Document */
/* CSS Document */
/* line 5, style.scss */
.catimgb {
  background-image: url("../../images/catimg.jpg"); }

/* line 12, style.scss */
.mainb {
  max-width: 1200px;
  width: 100%;
  padding-bottom: 100px;
  margin: 20px auto 0 auto; }

/* line 25, style.scss */
.relate_list table {
  width: 100%;
  line-height: 1.5; }
  /* line 29, style.scss */
  .relate_list table thead th {
    text-align: center;
    padding: 15px;
    background: #dde0f3;
    border-right: 1px solid #bbbbbb; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 29, style.scss */
      .relate_list table thead th {
        display: block;
        width: 100%;
        border-right: none;
        padding: 10px 10px 5px;
        font-weight: bold; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 29, style.scss */
      .relate_list table thead th {
        display: block;
        width: 100%;
        border-right: none;
        padding: 10px 10px 5px;
        font-weight: bold; } }
    @media screen and (max-width: 350px) {
      /* line 29, style.scss */
      .relate_list table thead th {
        display: block;
        width: 100%;
        border-right: none;
        padding: 10px 10px 5px;
        font-weight: bold; } }
    /* line 59, style.scss */
    .relate_list table thead th:last-of-type {
      border-right: none; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 59, style.scss */
        .relate_list table thead th:last-of-type {
          border-bottom: 1px solid #bbbbbb;
          padding: 0 10px 10px;
          font-weight: normal; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 59, style.scss */
        .relate_list table thead th:last-of-type {
          border-bottom: 1px solid #bbbbbb;
          padding: 0 10px 10px;
          font-weight: normal; } }
      @media screen and (max-width: 350px) {
        /* line 59, style.scss */
        .relate_list table thead th:last-of-type {
          border-bottom: 1px solid #bbbbbb;
          padding: 0 10px 10px;
          font-weight: normal; } }
  /* line 84, style.scss */
  .relate_list table tbody th,
  .relate_list table tbody td {
    padding: 15px 30px;
    background: #ffffff;
    border-bottom: 1px solid #bbbbbb; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 84, style.scss */
      .relate_list table tbody th,
      .relate_list table tbody td {
        padding: 15px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 84, style.scss */
      .relate_list table tbody th,
      .relate_list table tbody td {
        padding: 10px 20px 15px;
        display: block;
        width: 100%; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 84, style.scss */
      .relate_list table tbody th,
      .relate_list table tbody td {
        padding: 10px 15px 15px;
        display: block;
        width: 100%; } }
    @media screen and (max-width: 350px) {
      /* line 84, style.scss */
      .relate_list table tbody th,
      .relate_list table tbody td {
        padding: 10px;
        display: block;
        width: 100%; } }
  /* line 110, style.scss */
  .relate_list table tbody th {
    width: 400px;
    border-right: 1px solid #bbbbbb;
    position: relative; }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 110, style.scss */
      .relate_list table tbody th {
        width: 360px; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 110, style.scss */
      .relate_list table tbody th {
        width: 320px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 110, style.scss */
      .relate_list table tbody th {
        width: 100%;
        border-right: none;
        border-bottom: none;
        padding: 15px 20px 0;
        font-weight: bold;
        display: flex;
        align-items: center; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 110, style.scss */
      .relate_list table tbody th {
        width: 100%;
        border-right: none;
        border-bottom: none;
        padding: 15px 15px 0;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    @media screen and (max-width: 350px) {
      /* line 110, style.scss */
      .relate_list table tbody th {
        width: 100%;
        border-right: none;
        border-bottom: none;
        padding: 15px 10px 0;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 149, style.scss */
      .relate_list table tbody th p {
        width: calc(100% - 85px); } }
    @media screen and (max-width: 350px) {
      /* line 149, style.scss */
      .relate_list table tbody th p {
        width: calc(100% - 75px); } }
    /* line 163, style.scss */
    .relate_list table tbody th a {
      text-decoration: none;
      background-color: #203193;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 30px;
      width: 65px;
      position: absolute;
      right: 30px;
      top: 12px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 163, style.scss */
        .relate_list table tbody th a {
          right: 15px; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 163, style.scss */
        .relate_list table tbody th a {
          position: relative;
          top: 0;
          right: 0;
          margin-left: 20px;
          height: 26px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 163, style.scss */
        .relate_list table tbody th a {
          position: relative;
          top: 0;
          right: 0;
          width: 70px;
          height: 26px; } }
      @media screen and (max-width: 350px) {
        /* line 163, style.scss */
        .relate_list table tbody th a {
          position: relative;
          top: 0;
          right: 0;
          width: 60px;
          height: 26px; } }
      /* line 201, style.scss */
      .relate_list table tbody th a:after {
        display: inline-block;
        content: '';
        width: 15px;
        height: 12px;
        background-image: url("../images/icon_link.png");
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        margin-left: 5px; }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 201, style.scss */
          .relate_list table tbody th a:after {
            width: 12px;
            height: 10px; } }
        @media screen and (max-width: 350px) {
          /* line 201, style.scss */
          .relate_list table tbody th a:after {
            width: 12px;
            height: 10px; } }

/* line 234, style.scss */
.relate_hijokin {
  margin: 120px 0 0; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 234, style.scss */
    .relate_hijokin {
      margin: 60px 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 234, style.scss */
    .relate_hijokin {
      margin: 60px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 234, style.scss */
    .relate_hijokin {
      margin: 40px 0 0; } }

/*# sourceMappingURL=style.css.map */
