/******************************/
/* 左サイドメニュー           */
/******************************/
/* 共通 */
.hpci-13 a {
  text-decoration: none;
}
/* 上段 */
.hpci-13_upperRow {
  margin-bottom: 48px;
}
/* タイトル */
.hpci-13_title {
  min-height: 53px;
  border-top: 2px solid #08875A;
  border-bottom: 1px solid #08875A;
  margin-bottom: 16px;/*20220912 消してliにボーダーを追加したほうが見やすいかも*/
  padding-top: 10px;
  padding-left: 14px;
  padding-bottom: 10px;
}
.hpci-13_title div {
  position: relative;
}
.hpci-13_title a {
  font-size: 1.8rem;
  font-weight: bold;
}
.hpci-13_title a:link {
  color: #222;
}
.hpci-13_title a:visited {
  color: #222;
}
.hpci-13_title a:hover {
  color: #B06201;
  text-decoration: underline;
}
.hpci-13_title a:after {
  content: "";
  display: inline-block;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 11px;
  left: 6px;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.hpci-13_title a:before {
  content: "";
  display: inline-block;
  background: #08875A;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  box-sizing: border-box;
}
.hpci-13_title a:hover:before {
  background: #FA8B00;
  border-radius: 10%;
  transition-duration: 0.3s;
  box-sizing: border-box;
}
.hpci-13_title span {
  padding-left: 29px;
  display: inline-block;
}
/* リンク */
.hpci-13_links {
  /*padding-left: 16px;*//*20220912*/
}
.hpci-13_links ul li {
  /*margin-bottom: 18px;*//*20220912*/
  position: relative;
}
.hpci-13_links ul li:last-child {
  margin-bottom: 0;
}
.hpci-13_links a {
  font-size: 1.4rem;
}
.hpci-13_links a:link {
  color: #222;
}
.hpci-13_links a:visited {
  color: #663366;
}
.hpci-13_links a:hover {
  color: #B06201;
  text-decoration: underline;
}
.hpci-13_links a:after {
  content: "";
  display: inline-block;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  width: 4px;
  height: 4px;
  position: absolute;
  /*top: 12px;*//*20220912*/
  /*left: 5px;*//*20220912*/
  top: 21px;/*20220912*/
  left: 21px;/*20220912*/
  transform: rotate(45deg);
  box-sizing: border-box;
}
.hpci-13_links a:before {
  content: "";
  display: inline-block;
  background: #08875A;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  /*top: 6px;*//*20220912*/
  top: 15px;/*20220912*/
  left: 16px;/*20220912*/
  box-sizing: border-box;
}
.hpci-13_links a:hover:before {
  background: #FA8B00;
  box-sizing: border-box;
}
.hpci-13_links span {
  /*padding-left: 27px;*//*20220912*/
  display: inline-block;
  width: 100%;/*20220912*/
  min-height: 45px;/*20220912*/
  padding-top: 12px;/*20220912*/
  padding-bottom: 12px;/*20220912*/
  padding-left: 37px;/*20220912*/
  /*border-bottom: 1px solid #ddd;*//*20220912 つけたほうが見やすいかも*/
}
.hpci-13_links_active {
  background: #DAF5DF;
}
/* バナー */
.hpci-13_banners ul li {
  margin-bottom: 16px;
}
.hpci-13_banners ul li:last-child {
  margin-bottom: 0;
}
.hpci-13_banners ul li:hover {
  opacity: 0.8;
}
.hpci-13_banners img {
  width: 100%;
  box-shadow: 8px 8px 20px #0000001c;
}
.hpci-13_banners_pc {
  display: block;
}
.hpci-13_banners_sp {
  display: none;
}
/******************************/
/* スマートフォン表示         */
/******************************/
@media only screen and (max-width: 767px) {
  /* タイトル */
  .hpci-13_title {
    margin-bottom: 0px;
    padding: 0px;
    height: 100%;
  }
  .hpci-13_title a:after {
    top: 24px;
    left: 16px;
    box-sizing: border-box;
  }
  .hpci-13_title a:before {
    top: 17px;
    left: 10px;
    box-sizing: border-box;
  }
  .hpci-13_title span {
    width: 100%;
    min-height: 53px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 37px;
  }
  /* リンク */
  .hpci-13_links {
    padding-left: 0;
  }
  .hpci-13_links ul li {
    margin-bottom: 0px;
  }
  .hpci-13_links a:after {
    top: 21px;
    left: 17px;
    box-sizing: border-box;
  }
  .hpci-13_links a:before {
    top: 15px;
    left: 12px;
    box-sizing: border-box;
  }
  .hpci-13_links span {
    width: 100%;
    min-height: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 37px;
    border-bottom: 1px solid #ddd;
  }
  /* バナー */
  .hpci-13_banners_pc {
    display: none;
  }
  .hpci-13_banners_sp {
    display: block;
    padding: 0 48px;
  }
  .hpci-13_banners ul li {
    text-align: center;
  }
  .hpci-13_banners img {
    width: 80%;
  }
}