@charset "UTF-8";
/* スマホ切り替え
-------------------------------------------------------*/
.sp_alive {
  display: none; }

.pc_alive {
  display: block; }

@media screen and (max-width: 768px) {
  .sp_alive {
    display: block; }

  .pc_alive {
    display: none; } }
.gear_container {
  width: 100%;
  max-width: 1200px;
  margin: auto; }

.pc_alive {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc_alive {
      display: none; } }

.sp_alive {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp_alive {
      display: block; } }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .mb40 {
      margin-bottom: 25px; } }

.mb50 {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .mb50 {
      margin-bottom: 30px; } }

.mb60 {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .mb60 {
      margin-bottom: 35px; } }

.mb70 {
  margin-bottom: 70px; }
  @media screen and (max-width: 768px) {
    .mb70 {
      margin-bottom: 40px; } }

.mb80 {
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .mb80 {
      margin-bottom: 50px; } }

.mb90 {
  margin-bottom: 90px; }
  @media screen and (max-width: 768px) {
    .mb90 {
      margin-bottom: 60px; } }

.mb100 {
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .mb100 {
      margin-bottom: 70px; } }

.gear_content {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #f5f5f5; }
  .gear_content img {
    max-width: 100%; }

.gear_mainvisual {
  background: url("../img/gear/main-bg.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  .gear_mainvisual .main_title_bg {
    position: relative;
    padding: 2em 0; }
    .gear_mainvisual .main_title_bg span {
      display: block;
      position: absolute;
      width: 10000px;
      height: 100%;
      background: url("../img/gear/main_title_bg.webp");
      background-repeat: no-repeat;
      background-position: center right;
      background-size: auto 100%;
      right: -150px;
      top: 0; }
    .gear_mainvisual .main_title_bg img {
      position: relative; }
  .gear_mainvisual .gear_mainvisual_inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex; }
    @media screen and (max-width: 768px) {
      .gear_mainvisual .gear_mainvisual_inner {
        display: block;
        padding: 0 20px; } }
    .gear_mainvisual .gear_mainvisual_inner .gear_col_left {
      width: 45%;
      padding-top: 70px; }
      @media screen and (max-width: 768px) {
        .gear_mainvisual .gear_mainvisual_inner .gear_col_left {
          padding-top: 40px;
          width: 100%; } }
    .gear_mainvisual .gear_mainvisual_inner .gear_col_right {
      width: 55%;
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 768px) {
        .gear_mainvisual .gear_mainvisual_inner .gear_col_right {
          width: 100%;
          display: block;
          position: relative;
          margin-top: -50px; } }

.gear_navi {
  background: #005d8c; }
  .gear_navi .gear_navi_inner {
    max-width: 1200px;
    width: 100%;
    margin: auto; }
    .gear_navi .gear_navi_inner ul {
      display: flex;
      justify-content: space-around; }
      @media screen and (max-width: 768px) {
        .gear_navi .gear_navi_inner ul {
          display: table;
          width: 100%; } }
      .gear_navi .gear_navi_inner ul li {
        width: 100%; }
        @media screen and (max-width: 768px) {
          .gear_navi .gear_navi_inner ul li {
            width: auto;
            display: table-cell;
            vertical-align: middle;
            border-right: 1px solid rgba(255, 255, 255, 0.5); }
            .gear_navi .gear_navi_inner ul li:last-child {
              border: none; } }
        .gear_navi .gear_navi_inner ul li a {
          display: block;
          padding: 1.2em 1em;
          color: #fff;
          font-weight: bold;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .gear_navi .gear_navi_inner ul li a {
              padding: 1.5em 0.3em;
              font-size: 12px; } }
          .gear_navi .gear_navi_inner ul li a:hover {
            background: rgba(255, 255, 255, 0.1); }

.gear_assignment {
  background-image: linear-gradient(90deg, #bde6ee, #ddf6df);
  position: relative;
  text-align: center; }
  .gear_assignment .gear_container {
    padding: 80px 10px 0 10px; }
    @media screen and (max-width: 768px) {
      .gear_assignment .gear_container {
        padding: 40px 10px 0 10px; } }
  .gear_assignment .inner {
    background-image: linear-gradient(0deg, #ffffdc, #48787f); }
  .gear_assignment .inner2 {
    content: "";
    display: block;
    bottom: -205px;
    left: 0;
    width: 100%;
    height: 210px;
    background: url(../img/gear/wave.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 210px;
    padding: 30px 10px 0 10px; }
  .gear_assignment p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.7em; }
    @media screen and (max-width: 768px) {
      .gear_assignment p {
        font-size: 14px; } }
    .gear_assignment p.underline {
      font-size: 32px; }
      @media screen and (max-width: 768px) {
        .gear_assignment p.underline {
          text-indent: 0.5em;
          font-size: 22px; } }
  .gear_assignment p.black_text {
    color: #000;
    font-size: 24px; }
    @media screen and (max-width: 768px) {
      .gear_assignment p.black_text {
        font-size: 16px; } }
    .gear_assignment p.black_text img {
      vertical-align: middle; }

h2.gear_title {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 1em; }
  @media screen and (max-width: 768px) {
    h2.gear_title {
      font-size: 22px; } }
  h2.gear_title img {
    vertical-align: middle;
    margin-right: 0.5em; }
    @media screen and (max-width: 768px) {
      h2.gear_title img {
        width: 100px; } }
  h2.gear_title:after {
    content: "";
    display: block;
    margin: auto;
    border-bottom: 5px solid #005d8c;
    max-width: 480px;
    margin-top: 10px; }

.gear_solution {
  padding: 50px 20px;
  background-image: linear-gradient(90deg, #bde6ee, #ddf6df); }
  .gear_solution .gear_solution_heder {
    background: url("../img/gear/cloud.webp");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 45% auto; }
  .gear_solution .solution_text {
    line-height: 2.2;
    font-weight: bold;
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      .gear_solution .solution_text {
        font-size: 14px; } }
    .gear_solution .solution_text span.accent {
      font-weight: bold;
      font-size: 130%;
      color: #005d8c; }
      @media screen and (max-width: 768px) {
        .gear_solution .solution_text span.accent {
          font-size: 110%; } }
      .gear_solution .solution_text span.accent span {
        text-emphasis: circle #005d8c;
        -webkit-text-emphasis: circle #005d8c; }
  .gear_solution .gear_col {
    display: flex;
    gap: 50px;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .gear_solution .gear_col {
        display: block; } }
    .gear_solution .gear_col .gear_col_left {
      width: 30%; }
      @media screen and (max-width: 768px) {
        .gear_solution .gear_col .gear_col_left {
          width: 80%;
          margin: auto; } }
    @media screen and (max-width: 768px) {
      .gear_solution .gear_col .gear_col_right {
        text-align: center; } }
    .gear_solution .gear_col ul {
      font-size: 24px;
      margin-top: 1em; }
      @media screen and (max-width: 768px) {
        .gear_solution .gear_col ul {
          font-size: 16px;
          display: inline-block; } }
      .gear_solution .gear_col ul li {
        padding-left: 1.6em;
        background: url("../img/gear/check.webp");
        background-repeat: no-repeat;
        background-position: top 0.2em left;
        background-size: 1.2em;
        font-weight: bold;
        margin-bottom: 1em; }
        @media screen and (max-width: 768px) {
          .gear_solution .gear_col ul li {
            text-align: left; } }

.gear_spec {
  padding: 50px 15px;
  background: #fff; }
  .gear_spec .read {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 1.5em; }
    @media screen and (max-width: 768px) {
      .gear_spec .read {
        font-size: 18px; } }
  .gear_spec .gear_point {
    display: flex;
    margin-top: 60px; }
    .gear_spec .gear_point:nth-child(even) {
      flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .gear_spec .gear_point {
        display: block; } }
    .gear_spec .gear_point .image {
      width: 30%; }
      @media screen and (max-width: 768px) {
        .gear_spec .gear_point .image {
          width: 95%;
          margin-bottom: 20px; } }
    .gear_spec .gear_point .text {
      flex: 1; }
      .gear_spec .gear_point .text h3 {
        font-size: 28px;
        font-weight: bold;
        color: #005d8c;
        border-bottom: 2px solid #005d8c;
        padding: 10px 30px 10px 30px; }
        .gear_spec .gear_point .text h3 span {
          font-size: 140%; }
        @media screen and (max-width: 768px) {
          .gear_spec .gear_point .text h3 {
            font-size: 16px;
            padding: 10px 10px; } }
      .gear_spec .gear_point .text p {
        padding: 20px 30px;
        font-size: 18px;
        line-height: 2; }
        .gear_spec .gear_point .text p span {
          font-weight: bold;
          font-size: 20px; }
          @media screen and (max-width: 768px) {
            .gear_spec .gear_point .text p span {
              font-size: 18px; } }
        @media screen and (max-width: 768px) {
          .gear_spec .gear_point .text p {
            font-size: 15px;
            padding: 10px 10px; }
            .gear_spec .gear_point .text p span {
              font-weight: bold;
              font-size: 16px; } }
      .gear_spec .gear_point .text ul {
        padding: 0 30px; }
        .gear_spec .gear_point .text ul li {
          padding-left: 1.3em;
          position: relative;
          font-size: 18px;
          line-height: 1.7;
          font-weight: bold; }
          .gear_spec .gear_point .text ul li:before {
            content: "";
            display: block;
            position: absolute;
            left: 0em;
            top: 0.5em;
            border-radius: 50%;
            background: #005d8c;
            width: 0.8em;
            height: 0.8em; }
          @media screen and (max-width: 768px) {
            .gear_spec .gear_point .text ul li {
              font-size: 15px; } }

.textcenter {
  text-align: center; }

a.btn-download {
  display: inline-block;
  padding: 1.3em 4em;
  background-image: linear-gradient(180deg, #2c4763, #005d8c);
  text-align: center;
  position: relative;
  border-radius: 10px;
  font-weight: bold;
  color: #fff; }
  @media screen and (max-width: 768px) {
    a.btn-download {
      font-size: 15px;
      padding: 1.3em 3em 1.3em 2em; } }
  a.btn-download:after {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url("../img/gear/icon-download.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 1em;
    top: 1.2em; }
  a.btn-download:before {
    content: "";
    display: block;
    border-radius: 7px;
    border: 1px solid #fff;
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 3px;
    left: 3px; }

.textcenter {
  text-align: center; }

.install {
  border: 12px solid #bde6ee;
  border-radius: 15px;
  padding: 30px; }
  @media screen and (max-width: 768px) {
    .install {
      padding: 15px;
      border: 7px solid #bde6ee; } }
  .install .install_head {
    display: flex;
    gap: 50px; }
    @media screen and (max-width: 768px) {
      .install .install_head {
        gap: 10px; } }
    .install .install_head h3 {
      font-weight: bold;
      font-size: 34px; }
      .install .install_head h3 img {
        vertical-align: middle; }
      .install .install_head h3 div {
        display: none; }
      @media screen and (max-width: 768px) {
        .install .install_head h3 {
          font-size: 18px;
          letter-spacing: -0.01em; }
          .install .install_head h3 div {
            display: inline-block;
            margin-right: 1em; } }
    .install .install_head p {
      font-size: 20px;
      font-weight: 500;
      line-height: 1.8;
      margin: 0.5em 0; }
      @media screen and (max-width: 768px) {
        .install .install_head p {
          font-size: 14px;
          letter-spacing: -0.01em; } }
    @media screen and (max-width: 768px) {
      .install .install_head .text > span {
        font-size: 12px; } }
    .install .install_head .image {
      width: 18%; }
      @media screen and (max-width: 768px) {
        .install .install_head .image {
          display: none; } }
    .install .install_head .text {
      flex: 1; }
  .install .install_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    .install .install_list .install_list_item {
      width: calc( 50% - 15px );
      display: flex;
      gap: 20px; }
      @media screen and (max-width: 768px) {
        .install .install_list .install_list_item {
          width: 100%; } }
      .install .install_list .install_list_item .image {
        width: 25%; }
      .install .install_list .install_list_item .text {
        flex: 1; }
        .install .install_list .install_list_item .text h3 {
          margin-bottom: 0.5em;
          font-weight: bold;
          font-size: 24px;
          color: #005d8c; }
          @media screen and (max-width: 768px) {
            .install .install_list .install_list_item .text h3 {
              font-size: 20px; } }
        @media screen and (max-width: 768px) {
          .install .install_list .install_list_item .text p {
            font-size: 14px; } }

.gear_case {
  padding: 70px 20px; }
  .gear_case .read {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 2em; }
    .gear_case .read img {
      vertical-align: middle; }

.gear_case_list {
  display: flex;
  gap: 40px; }
  @media screen and (max-width: 768px) {
    .gear_case_list {
      flex-wrap: wrap;
      gap: 20px; } }
  .gear_case_list .gear_case_list_item {
    width: calc(25% - 30px);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 768px) {
      .gear_case_list .gear_case_list_item {
        width: calc(50% - 10px); } }
    .gear_case_list .gear_case_list_item a {
      display: block; }
    .gear_case_list .gear_case_list_item .image {
      position: relative;
      padding-bottom: 70%; }
      .gear_case_list .gear_case_list_item .image img {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .gear_case_list .gear_case_list_item .text {
      padding: 15px; }
      @media screen and (max-width: 768px) {
        .gear_case_list .gear_case_list_item .text {
          padding: 10px; } }
      .gear_case_list .gear_case_list_item .text p {
        font-size: 13px; }
        @media screen and (max-width: 768px) {
          .gear_case_list .gear_case_list_item .text p {
            font-size: 11px; } }
      .gear_case_list .gear_case_list_item .text h5 {
        font-weight: bold;
        color: #005d8c; }
        @media screen and (max-width: 768px) {
          .gear_case_list .gear_case_list_item .text h5 {
            font-size: 14px; } }
        .gear_case_list .gear_case_list_item .text h5 a {
          color: #005d8c; }
      .gear_case_list .gear_case_list_item .text span {
        margin-top: 0.5em;
        display: inline-block;
        font-size: 12px;
        border: 1px solid #005d8c;
        border-radius: 4px;
        font-weight: bold;
        color: #005d8c;
        padding: 0.1em 0.7em; }
        .gear_case_list .gear_case_list_item .text span a {
          color: #005d8c; }

a.btn-border {
  display: inline-block;
  padding: 1em 2em;
  border-radius: 3em;
  border: 2px solid #005d8c;
  font-weight: bold;
  color: #005d8c;
  background: #fff;
  min-width: 320px; }
  a.btn-border:hover {
    background: #005d8c;
    color: #fff; }

.gear_price {
  background: url("../img/gear/bg.webp");
  background-size: cover;
  background-position: center;
  padding: 70px 20px; }
  .gear_price .read {
    text-align: center;
    font-weight: bold;
    font-size: 24px; }
    .gear_price .read img {
      vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .gear_price .read {
        font-size: 18px; } }
    .gear_price .read span.red {
      color: #f00; }
      .gear_price .read span.red span {
        font-size: 160%; }
  @media screen and (max-width: 768px) {
    .gear_price .kome {
      font-size: 13px; } }
  .gear_price table.gear_price_table {
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 768px) {
      .gear_price table.gear_price_table {
        display: block; } }
    .gear_price table.gear_price_table thead {
      background: #005d8c;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .gear_price table.gear_price_table thead {
          display: none; } }
      .gear_price table.gear_price_table thead th {
        padding: 0.5em; }
    @media screen and (max-width: 768px) {
      .gear_price table.gear_price_table tbody {
        display: block; } }
    .gear_price table.gear_price_table tbody tr {
      border-bottom: 2px solid #d3ebf3; }
      @media screen and (max-width: 768px) {
        .gear_price table.gear_price_table tbody tr {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start; } }
      .gear_price table.gear_price_table tbody tr:last-child {
        border: none; }
      .gear_price table.gear_price_table tbody tr td {
        vertical-align: middle;
        padding: 20px 0; }
        .gear_price table.gear_price_table tbody tr td:first-child {
          font-weight: 900;
          font-size: 46px;
          padding-left: 0.5em; }
          @media screen and (max-width: 768px) {
            .gear_price table.gear_price_table tbody tr td:first-child {
              font-size: 26px;
              display: flex;
              align-items: center;
              padding-right: 0.5em; } }
        .gear_price table.gear_price_table tbody tr td.price {
          text-align: right;
          padding-right: 40px; }
          @media screen and (max-width: 768px) {
            .gear_price table.gear_price_table tbody tr td.price {
              width: 100%;
              padding: 0 20px 0 0; } }
        .gear_price table.gear_price_table tbody tr td:nth-child(2) {
          font-size: 26px;
          font-weight: 700; }
          @media screen and (max-width: 768px) {
            .gear_price table.gear_price_table tbody tr td:nth-child(2) {
              font-size: 20px;
              display: flex;
              align-items: center; } }
        .gear_price table.gear_price_table tbody tr td:last-child {
          padding-right: 30px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            .gear_price table.gear_price_table tbody tr td:last-child {
              width: 100%;
              font-size: 13px;
              padding: 10px; } }
  .gear_price span.base {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-size: 30px;
    font-weight: 700;
    position: relative; }
    .gear_price span.base span {
      font-size: 50%; }
    .gear_price span.base.torikeshi:after {
      border-bottom: 2px solid #f00;
      content: "";
      display: block;
      width: 100%;
      left: 0;
      top: 50%;
      position: absolute; }
  .gear_price span.tokubetsu {
    background: #f00;
    border-radius: 2em;
    color: #fff;
    padding: 0em 1em;
    font-size: 13px;
    margin-right: 5em; }
  .gear_price span.tokubetsu-price {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    color: #f00;
    font-size: 46px;
    font-weight: 700;
    line-height: 1; }
    .gear_price span.tokubetsu-price span {
      font-size: 50%; }

.gear_price_add {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background: #fff; }
  .gear_price_add h3 {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    border-bottom: 2px solid #005d8c;
    padding-bottom: 0.3em;
    margin-bottom: 0.7em; }
    .gear_price_add h3 span {
      color: #f00; }
    @media screen and (max-width: 768px) {
      .gear_price_add h3 {
        font-size: 20px; } }
  .gear_price_add table {
    margin: auto;
    max-width: 960px; }
    @media screen and (max-width: 768px) {
      .gear_price_add table tbody {
        width: 100%; } }
    .gear_price_add table th {
      text-align: left;
      font-weight: bold;
      font-size: 17px;
      padding: 0.2em 1em 0.2em 0; }
      @media screen and (max-width: 768px) {
        .gear_price_add table th {
          font-size: 14px;
          display: block;
          width: 100%; } }
      .gear_price_add table th:before {
        content: "";
        display: inline-block;
        width: 0.7em;
        height: 0.7em;
        border-radius: 50%;
        background: #005d8c;
        margin-right: 0.3em; }
    .gear_price_add table td {
      font-size: 16px;
      padding: 0.2em 0; }
      @media screen and (max-width: 768px) {
        .gear_price_add table td {
          font-size: 12px;
          display: block;
          width: 100%;
          padding: 0 0 1em 1em; } }
  .gear_price_add .inner {
    margin: auto;
    max-width: 760px; }
    .gear_price_add .inner p {
      line-height: 1.8; }
      .gear_price_add .inner p span {
        font-weight: bold; }
      @media screen and (max-width: 768px) {
        .gear_price_add .inner p {
          font-size: 14px;
          letter-spacing: -0.01em; } }
    .gear_price_add .inner hr {
      border-top: 1px dashed #000;
      margin: 1em 0; }

.gear_flow {
  padding: 80px 20px;
  background: #fff; }
  .gear_flow ul {
    display: flex;
    padding-top: 20px;
    gap: 60px; }
    @media screen and (max-width: 768px) {
      .gear_flow ul {
        flex-wrap: wrap; } }
    .gear_flow ul li {
      width: calc(33.3% - 40px);
      list-style: none;
      padding: 20px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      background-image: linear-gradient(90deg, #bde6ee, #ddf6df);
      border-radius: 10px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .gear_flow ul li {
          width: 100%; } }
      .gear_flow ul li .image {
        text-align: center;
        margin-bottom: 40px; }
        @media screen and (max-width: 768px) {
          .gear_flow ul li .image {
            margin-bottom: 20px; } }
        .gear_flow ul li .image img {
          max-width: 230px; }
          @media screen and (max-width: 768px) {
            .gear_flow ul li .image img {
              max-width: 120px; } }
      .gear_flow ul li h5 {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 1em;
        color: #005d8c; }
        @media screen and (max-width: 768px) {
          .gear_flow ul li h5 {
            font-size: 17px; } }
      .gear_flow ul li:after {
        content: "▶";
        display: block;
        color: #82cbd1;
        position: absolute;
        right: -50px;
        top: 50%;
        margin-top: -20px;
        font-size: 40px; }
        @media screen and (max-width: 768px) {
          .gear_flow ul li:after {
            top: auto;
            bottom: -60px;
            right: 50%;
            margin-right: -20px;
            transform: rotate(90deg); } }
      .gear_flow ul li:last-child:after {
        display: none; }
      @media screen and (max-width: 768px) {
        .gear_flow ul li p {
          font-size: 14px; } }

h4.gear-case {
  font-weight: 900;
  font-size: 20px;
  color: #005d8c; }

ul.gear-case-category-list {
  display: flex;
  gap: 10px; }
  ul.gear-case-category-list li a {
    background: #005d8c;
    color: #fff;
    display: inline-block;
    padding: 0.3em 1em;
    border-radius: 0.3em;
    font-weight: bold;
    text-decoration: none; }
    ul.gear-case-category-list li a:hover {
      opacity: 0.8; }
  ul.gear-case-category-list li.current a {
    background: #eee;
    color: #005d8c; }
