@charset "utf-8";
.c-tabContent__btnWrap {
  width: 100%;
  background: #fff;
  transition: none; /* Safari の再レイアウト防止 */
}

.c-tabArea.is-hidden {
  display: none;
}
.c-tabContent__btnWrap {
  width: 100%;
  background: #fff;
  transition: none; /* Safari再描画防止 */
}


@media print, screen and (min-width: 769px) {
  .js-tab-placeholder {
    width: 0;
    display: none !important;
  }
}

@media screen and (max-width:768px) {
  .js-tab-placeholder {
    width: 100%;
    display: block;
  }
}


.p-secSystem__wrap__item {
  position: relative;
}
.p-secSystem__wrap__item .p-contAcc__item__head.is-open {
  border-radius: 10px 10px 0 0;
}
.p-secSystem .p-contConnect__item {
  border-bottom: dashed 1px #999 !important;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.p-secSystem .p-contConnect__item:last-child {
  border-bottom: none !important;
  padding-bottom: 0;
  margin-bottom: 0;
}
.c-tabArea--categoryTree > li .c-parent {
  position: relative;
  padding-left: 1.4em;
}
.c-tabArea--categoryTree > li .c-parent::before,
.c-tabArea--categoryTree > li .c-parent::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.c-tabArea--categoryTree > li .c-parent::after {
  width: 0.6em;
  height: 0.6em;
  background: url(../../../../images/common/icon/arrow-white.png) no-repeat center;
  background-size: contain;
  top: 0.6em;
  left: 0.25em;
}
.c-tabArea--categoryTree > li .c-parent::before {
  background-color: #888;
  width: 1em;
  height: 1em;
  border-radius: 100%;
}
.c-tabArea--categoryTree > li.select .c-parent {
  color: #258284;
  /*! font-weight: bold; */
}
.c-tabArea--categoryTree > li.select .c-parent::before {
  background-color: #258284;
}
.c-tabArea--categoryTree > li .c-child li a {
  font-size: 0.85rem;
  color: #777;
  text-decoration: underline;
  position: relative;
  padding-left: 1em;
}
.c-tabArea--categoryTree > li .c-child li a::before {
  content: '';
  display: block;
  width: 0.6em;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.c-tabArea--categoryTree > li .c-parent:hover,
.c-tabArea--categoryTree > li .c-child li:hover {
  pointer-events: initial;
}
.c-tabArea--categoryTree > li .c-child li:hover {
  text-decoration: none;
  opacity: 1;
}
.c-tabArea--categoryTree > li .c-child li a:hover {
  text-decoration: none;
  opacity: 1;
}

@media print, screen and (min-width: 769px) {
  .p-secSystem__wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: ;
    grid-column-gap: 4%;
    grid-row-gap: 50px;
  }

  .p-secSystem__wrap__item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 5;
    width: 95%;
  }
  .p-secSystem__wrap__item:nth-child(2) {
    grid-area: 1 / 5 / 2 / 7;
    width: 125%;
    margin-left: -25%;
  }
  .p-secSystem__wrap__item:nth-child(3) {
    grid-area: 2 / 1 / 3 / 4;
  }
  .p-secSystem__wrap__item:nth-child(4) {
    grid-area: 2 / 4 / 3 / 7;
  }

  .p-secSystem__wrap__item:nth-child(1)::before,
  .p-secSystem__wrap__item:nth-child(1)::after,
  .p-secSystem__wrap__item:nth-child(2)::before,
  .p-secSystem__wrap__item:nth-child(2)::after {
    content: '';
    display: block;
    position: absolute;
    background: #68a7ab;
  }
  .p-secSystem__wrap__item:nth-child(1)::before,
  .p-secSystem__wrap__item:nth-child(2)::before {
    width: 6px;
  }

  .p-secSystem__wrap__item:nth-child(1)::after,
  .p-secSystem__wrap__item:nth-child(2)::after {
    width: 16px;
    height: 16px;
    border-radius: 100%;
  }
  .p-secSystem__wrap__item:nth-child(1)::before {
    height: 160px;
    left: 253px;
    bottom: -50px;
  }
  .p-secSystem__wrap__item:nth-child(1)::after {
    left: 248px;
    bottom: 95px;
  }
  .p-secSystem__wrap__item:nth-child(2)::before {
    height: 170px;
    bottom: -50px;
    left: -40px;
  }
  .p-secSystem__wrap__item:nth-child(2)::after {
    left: -45px;
    bottom: 110px;
  }

  .p-contConnect__item .p-contFeature__item__top dl dt {
    min-width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width:768px) {
  .p-secSystem__wrap__item {
    margin-bottom: 20px;
  }
  .p-secSystem__wrap__item:last-child {
    margin-bottom: 0;
  }
}

.p-contFlow__item .c-tag {
  position: absolute;
  width: 50%;
  top: -20px;
  right: -30px;
}

@media screen and (max-width:768px) {
  .p-contFlow__item .c-tag {
    position: absolute;
    width: min(30vw,180px);
    top: -15px;
    right: -16px;
  }
}

/* .c-tabContent */
.c-tabArea--categoryTree > li:hover {
  opacity: 1;
}

.c-tabArea--categoryTree > li {
  background: none !important;
}
.c-tabArea--categoryTree > li > .c-child li {
  background: none;
  padding: 0;
  line-height: 1.5;
  margin: 0 0 5px 0 !important;
  min-height: auto;
}
.c-tabArea--categoryTree > li {
  width: 100%;
  border-bottom: solid 1px #DDD;
  margin: 0 !important;
}
.c-tabArea--categoryTree > li:last-child {
  border-bottom: none;
}
  .c-tabContent.l-2col .l-2col__menu {
    /*! position: sticky; */
    /*! top: 100px; */
    z-index: 2000;
  }
@media print, screen and (min-width: 769px) {
  .c-tabContent.l-2col {
    display: flex;
    align-items: flex-start;
    gap: 50px;
  }
  .c-tabContent.l-2col .c-tabContent__btnWrap__ttl  {
    text-align: left;
  }
  .c-tabContent.l-2col .l-2col__menu {
    width: 20%;
    min-width: 20%;
    padding: 0;
    margin-bottom: 0;
    position: sticky;
    top: 100px;
  }
  .c-tabContent.l-2col .l-2col__cont {
    width: calc(80% - 50px);
  }
  .c-tabContent.l-2col .l-2col__menu ul {
    flex-direction: column;
    margin-bottom: 0;
  }
  .c-tabContent.l-2col .l-2col__menu > ul > li {
    width: 100%;
    border-bottom: solid 1px #DDD;
    padding: 12px 15px 15px 15px;
    margin: 0 !important;
  }
  .c-tabContent.l-2col .c-tabArea > li:hover {
    pointer-events: none;
  }
  .c-tabContent__item__child {
    margin-bottom: 50px;
  }
  .c-tabContent__item__child:last-child {
    margin-bottom: 0;
  }
  .c-tabArea--categoryTree li {
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
  }
  .c-tabArea--categoryTree > li {
    margin: 0 0 10px 0 !important;
    background: none !important;
    padding: 0;
  }
  .c-tabArea--categoryTree > li .c-parent {
    width: 100%;
    /*! padding: 5px 10px; */
  }
  .c-tabArea--categoryTree > li.select .c-parent {
    /*! background: #68a7ab !important; */
    /*! color: #FFF; */
  }
  .c-tabArea--categoryTree > li > .c-child li:last-child {
    margin-bottom: 0 !important;
  }
  .c-tabArea--categoryTree > li {
    width: 100%;
    border-bottom: solid 1px #DDD;
    padding: 12px 15px 15px 15px;
    margin: 0 !important;
  }
  .c-tabArea--categoryTree > li.select .c-parent {
    /*! margin-bottom: 10px; */
  }
}

@media screen and (max-width:768px) {
  .c-tabArea--categoryTree * {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
  }
  .c-tabContent__btnWrap.sticky .c-tabContent__btnWrap__ttl {
    border-radius: 0 !important;
  }
  .c-tabArea--categoryTree {
    margin: 0 -20px;
  }
  .c-tabArea--categoryTree > li {
    /*! margin: 0 -20px 0 !important; */
    display: block;
    padding: 10px 20px;
  }
  .c-tabContent__item__child {
    margin-bottom: 30px;
  }
  .c-tabContent__item__child:last-child {
    margin-bottom: 0;
  }
}
