@charset "utf-8";
/* 2021/03/29作成 */


.c-sideNav {
  font-size: 16px;
}

@media (max-width: 767px) {
  .c-sideNav {
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }
}

.c-sideNav .c-sideNav__head__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background-color: #E6E6E6;
  color: #000;
  font-weight: bold;
}

.c-sideNav__cont {
  padding: 0 15px;
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: #ffffff;
}

.c-sideNav__hdg {
  border-bottom: 1px solid #E6E6E6;
}

.c-sideNav__hdg .__link {
  display: flex;
  align-items: center;
  position: relative;
  height: 58px;
  padding: 0 20px;
  background-color: #ECECEC;
  text-decoration: none;
}

.c-sideNav__list:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.c-sideNav__list__ttl {
  position: relative;
}

.c-sideNav__list__ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 31px;
  height: 31px;
  margin: auto;
  background-color: #00ABEB;
}

.c-sideNav__list__ttl > a:not(.__hook) {
  display: flex;
  align-items: center;
  position: relative;
  height: 58px;
  padding-left: 5px;
  padding-right: 46px;
  color: #000;
  text-decoration: none;
  transition: 200ms;
}

.c-sideNav__list__ttl > a:not(.__hook) .__ico {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background-image: url(/conts/2027/images/icon_sideNav01.png);
  background-repeat: no-repeat;
  background-size: 240px 30px !important;
}

.c-sideNav__list__ttl > a:not(.__hook) .__ico--1 {
  background-position: 0px 0;
}

.c-sideNav__list__ttl > a:not(.__hook) .__ico--2 {
  background-position: -30px 0;
}

.c-sideNav__list__ttl > a:not(.__hook) .__ico--3 {
  background-position: -60px 0;
}

.c-sideNav__list__ttl > a:not(.__hook) .__ico--4 {
  background-position: -90px 0;
}

.c-sideNav__list__ttl > a:not(.__hook) .__ico--5 {
  background-position: -120px 0;
}

.c-sideNav__list__ttl > a:not(.__hook) .__ico--6 {
  background-position: -150px 0;
}

.c-sideNav__list__ttl > a:not(.__hook) .__ico--7 {
  background-position: -180px 0;
}

.c-sideNav__list__ttl > a:not(.__hook) .__ico--8 {
  background-position: -210px 0;
}

.c-sideNav__list__ttl > a:not(.__hook)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 15px;
  height: 1px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
}

.c-sideNav__list__ttl > a:not(.__hook)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 1px;
  height: 0px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
  transition: 200ms;
}

.c-sideNav__list__ttl > a:not(.__hook):hover {
  opacity: 0.8;
}

.c-sideNav__list__ttl .__link {
  display: flex;
  align-items: center;
  position: relative;
  height: 58px;
  padding-left: 5px;
  padding-right: 46px;
  text-decoration: none;
  transition: 200ms;
}

.c-sideNav__list__ttl .__link a {
  text-decoration: none;
}

.c-sideNav__list__ttl .__hook {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 31px;
  height: 31px;
  margin: auto;
  background-color: #00ABEB;
  transition: 200ms;
}

.c-sideNav__list__ttl .__hook::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 15px;
  height: 1px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
}

.c-sideNav__list__ttl .__hook::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 1px;
  height: 0px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
  transition: 200ms;
}

.c-sideNav__list__ttl .__hook:hover {
  opacity: 0.8;
}

.c-sideNav__list__body {
  padding: 8px 24px 16px;
}

.c-sideNav__list__body .__item a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 0 8px 15px;
  line-height: 1.5;
  font-size: 14px;
  text-decoration: none;
  transition: 200ms;
}

.c-sideNav__list__body .__item a::before, .c-sideNav__list__body .__item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 9px;
  height: 2px;
  background-color: #00abeb;
}

.c-sideNav__list__body .__item a::before {
  top: 14px;
  transform: rotate(45deg);
}

.c-sideNav__list__body .__item a::after {
  top: 19px;
  transform: rotate(-45deg);
}

.c-sideNav__list:not(.is-open) .c-sideNav__list__ttl a::after {
  height: 15px;
}

.c-sideNav--category {
  margin-bottom: 32px;
}

.c-sideNav--category .c-sideNav__cont {
  background-color: #f9f8f6;
}
