/*================================================================================

media query mixin

================================================================================*/
/**/
.p-renraku_card .p-el01 {
  background-color: #5B9895;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1.3;
  padding: 10px 5px 5px;
  position: absolute;
  width: 110px;
  height: 110px;
  top: 50%;
  left: 50%;
  font-size: 13px;
  font-weight: bold;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -50px;
  margin-left: 440px;
}
@media screen and (max-width: 980px) {
  .p-renraku_card .p-el01 {
    display: none;
  }
}
.p-renraku_card .p-el01 span {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 980px) {
  .p-renraku_card .section-contents01 .p-table01 {
    min-width: 540px;
  }
}
.p-renraku_card .section-contents01 .p-table01 tr th,
.p-renraku_card .section-contents01 .p-table01 tr td {
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .p-renraku_card .section-contents01 .p-table01 tr th,
  .p-renraku_card .section-contents01 .p-table01 tr td {
    white-space: nowrap;
  }
}
@media screen and (max-width: 980px) {
  .p-renraku_card .section-contents01 .p-table01 tr th {
    width: 15%;
  }
}
.p-renraku_card .section-contents02 .c-pic {
  position: relative;
}
.p-renraku_card .section-contents02 .list-01 {
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .p-renraku_card .section-contents02 .list-01 {
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-renraku_card .section-contents02 .list-01 > li:nth-child(1) {
  -ms-flex-preferred-size: 156px;
      flex-basis: 156px;
}
@media screen and (max-width: 980px) {
  .p-renraku_card .section-contents02 .list-01 > li:nth-child(1) {
    -ms-flex-preferred-size: 56px;
        flex-basis: 56px;
  }
}
.p-renraku_card .section-contents02 .list-01 > li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-renraku_card .section-contents02 .tooltipWrap > li {
  position: absolute;
  z-index: 2;
}
.p-renraku_card .section-contents02 .tooltipWrap > li.num01 {
  top: 23%;
  left: 40%;
}
@media screen and (max-width: 980px) {
  .p-renraku_card .section-contents02 .tooltipWrap > li.num01 {
    top: 22%;
    left: 35%;
  }
}
.p-renraku_card .section-contents02 .tooltipWrap > li.num02 {
  top: 53%;
  left: 2%;
}
.p-renraku_card .section-contents02 .tooltipWrap > li.num03 {
  top: 63%;
  left: 45.5%;
}
@media screen and (max-width: 980px) {
  .p-renraku_card .section-contents02 .tooltipWrap > li.num03 {
    top: 61%;
    left: 43.5%;
  }
}
.p-renraku_card .section-contents02 .tooltipWrap > li.num04 {
  top: 70%;
  left: 33%;
}
.p-renraku_card .section-contents02 .tooltipWrap > li.num05 {
  top: 70%;
  left: 84%;
}
.p-renraku_card .section-contents02 .tooltipWrap > li.num06 {
  top: 3%;
  left: 41%;
}
@media screen and (max-width: 980px) {
  .p-renraku_card .section-contents02 .tooltipWrap > li.num06 {
    top: 1%;
  }
}
.p-renraku_card .section-contents02 .tooltipWrap > li a {
  width: 45px;
  height: 45px;
  color: #FFF;
  background: #DA6A78;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
}
@media screen and (max-width: 980px) {
  .p-renraku_card .section-contents02 .tooltipWrap > li a:hover {
    opacity: 1;
  }
}
.p-renraku_card .section-contents02 .tooltipWrap > li .tooltipContBox {
  z-index: 2;
  position: absolute;
  background: #fff;
  padding: 0px;
  -webkit-box-shadow: 0px 0px 6px 0px #bbb;
          box-shadow: 0px 0px 6px 0px #bbb;
  border-radius: 5px;
  text-align: left;
  bottom: 130%;
  left: 50%;
  -webkit-transform: translateX(-51%);
          transform: translateX(-51%);
  width: 40vw;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .p-renraku_card .section-contents02 .tooltipWrap > li .tooltipContBox {
    width: 70vw;
  }
}
.p-renraku_card .section-contents02 .tooltipWrap > li .tooltipContBox::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #5B9895 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 49.5%;
  z-index: 2;
}
.p-renraku_card .section-contents02 .tooltipWrap > li .tooltipContBox .tit {
  font-weight: bold;
}
.p-renraku_card .section-contents02 .tooltipWrap > li .tooltipContBox .closeBtn {
  z-index: 3;
  position: absolute;
  right: 8px;
  top: 12px;
  background: url(/assets_rn/img/icon-modal_close.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.p-renraku_card .section-contents02 .tooltipWrap > li #js-tooltip_num1,
.p-renraku_card .section-contents02 .tooltipWrap > li #js-tooltip_num2,
.p-renraku_card .section-contents02 .tooltipWrap > li #js-tooltip_num3,
.p-renraku_card .section-contents02 .tooltipWrap > li #js-tooltip_num4,
.p-renraku_card .section-contents02 .tooltipWrap > li #js-tooltip_num5,
.p-renraku_card .section-contents02 .tooltipWrap > li #js-tooltip_num6 {
  display: none;
}
@media screen and (max-width: 980px) {
  .p-renraku_card .section-contents02 .tooltipWrap > li #js-tooltip_num1::before {
    left: 48%;
  }
}
.p-renraku_card .section-contents02 .tooltipWrap > li #js-tooltip_num2 {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
.p-renraku_card .section-contents02 .tooltipWrap > li #js-tooltip_num2::before {
  left: 45px;
}
@media screen and (max-width: 980px) {
  .p-renraku_card .section-contents02 .tooltipWrap > li #js-tooltip_num2::before {
    left: 18px;
  }
}
@media screen and (max-width: 980px) {
  .p-renraku_card .section-contents02 .tooltipWrap > li #js-tooltip_num3::before {
    left: 48%;
  }
}
.p-renraku_card .section-contents02 .tooltipWrap > li #js-tooltip_num4::before {
  left: 49.8%;
}
@media screen and (max-width: 980px) {
  .p-renraku_card .section-contents02 .tooltipWrap > li #js-tooltip_num4::before {
    left: 48.5%;
  }
}
@media screen and (max-width: 980px) {
  .p-renraku_card .section-contents02 .tooltipWrap > li #js-tooltip_num5 {
    -webkit-transform: translateX(-88%);
            transform: translateX(-88%);
  }
}
.p-renraku_card .section-contents02 .tooltipWrap > li #js-tooltip_num5::before {
  left: 85%;
}
@media screen and (max-width: 980px) {
  .p-renraku_card .section-contents02 .tooltipWrap > li #js-tooltip_num6::before {
    left: 48%;
  }
}
@media screen and (max-width: 980px) {
  .p-renraku_card .section-contents02 .tooltipWrap > li #js-tooltip_num6 dd {
    padding-right: 20px;
  }
}
/*# sourceMappingURL=renraku_card.css.map */