@charset "UTF-8";
.peersupTtl_pic {
  height: 420px;
}
@media only screen and (max-width: 767px) {
  .peersupTtl_pic {
    height: 300px;
  }
}
.peersupTtl_pic::after {
  display: none;
}
.peersupTtl_pic .peer_kv1,
.peersupTtl_pic .peer_kv2 {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: calc(100% - 125px);
  margin: 0 125px 0 0;
  z-index: -1;
  background-position: center center;
  border-radius: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .peersupTtl_pic .peer_kv1,
  .peersupTtl_pic .peer_kv2 {
    width: calc(100% - 20px);
  }
}
.peersupTtl_pic .peer_kv1 {
  background-image: url("../images/peer/kv_peer.jpg");
}
.peersupTtl_pic .peer_kv2 {
  background-image: url("../images/peer/kv_parent.jpg");
}
.peersupTtl_pic .boxIn .boxInttl {
  position: absolute;
  bottom: -50px;
  width: auto;
  background-image: url("../images/bg_img02.jpg");
  font-weight: 500;
  color: #fff;
  border-radius: 0 30px 0 30px;
  padding: 20px 40px;
}
@media only screen and (max-width: 767px) {
  .peersupTtl_pic .boxIn .boxInttl {
    bottom: -50px;
    width: calc(100% - 80px);
  }
  .peersupTtl_pic .boxIn .boxInttl p {
    display: none;
  }
}
.peersupTtl_pic .boxIn .boxInttl span {
  font-size: 20px;
}
.peersupTtl_pic .boxIn .boxInttl h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .secPeer {
    margin-top: 50px;
  }
}
.secPeer .secondCont {
  margin-top: 50px;
  padding-left: calc(100% - 900px);
}
@media only screen and (max-width: 767px) {
  .secPeer .secondCont {
    padding-left: 0px;
  }
}
.secPeer .pictWrap {
  position: relative;
}
.secPeer .pictWrap .ttlEg {
  position: absolute;
  top: -50px;
  right: calc(100% - 900px);
  font-family: "Caveat", cursive;
  color: #f8b62c;
  font-size: 85px;
  white-space: nowrap;
  text-align: right;
  line-height: 0.8em;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .secPeer .pictWrap .ttlEg {
    right: 0px;
    font-size: 55px;
    top: -30px;
  }
}
.secPeer .pictWrap .ttlJp {
  position: absolute;
  bottom: 40px;
  left: 55px;
}
.secPeer .pictWrap .ttlJp span {
  display: inline;
  font-size: 36px;
  color: #fff;
  background: #f6b62d;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .secPeer .pictWrap .ttlJp {
    position: static;
    margin-top: 40px;
  }
  .secPeer .pictWrap .ttlJp span {
    font-size: 22px;
  }
}
.secPeer .pictBox {
  max-width: 900px;
  position: relative;
  min-height: 100px;
}
@media only screen and (max-width: 767px) {
  .secPeer .pictBox {
    width: 100%;
  }
}
.secPeer .pictBox img {
  display: block;
  border-radius: 0 40px 0 40px;
}
@media only screen and (max-width: 767px) {
  .secPeer .pictBox img {
    border-radius: 0 30px 0 30px;
  }
}
.secPeer .pictBox::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f8b62c;
  border-radius: 0 40px 0 40px;
  top: 20px;
  right: -20px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .secPeer .pictBox::after {
    border-radius: 0 30px 0 30px;
    top: 15px;
    right: -15px;
  }
}
.secPeer .txtBox {
  max-width: 900px;
  position: relative;
}
.secPeer .txtBox.txtmgn {
  margin-top: 50px;
  padding-left: 55px;
}
@media only screen and (max-width: 767px) {
  .secPeer .txtBox.txtmgn {
    margin-top: 20px;
    padding-left: 0px;
  }
}
.secPeer .txtBox p {
  font-size: 20px;
  margin: 10px auto;
}
@media only screen and (max-width: 767px) {
  .secPeer .txtBox p {
    font-size: 18px;
  }
}

.secPeer .introBox {
  text-align: left;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .secPeer .introBox {
    margin-top: 100px;
  }
}
.secPeer .introBox .ttlEg {
  font-family: "Caveat", cursive;
  color: #ec6c1f;
  font-size: 22px;
  position: relative;
  min-height: 1em;
  display: inline-block;
  padding: 0 25px;
}
.secPeer .introBox .ttlEg::before {
  content: "";
  position: absolute;
  background: #ec6c1f;
  width: 1px;
  height: 1em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 8px;
  left: 5px;
}
.secPeer .introBox .ttlEg::after {
  content: "";
  position: absolute;
  background: #ec6c1f;
  width: 1px;
  height: 1em;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 8px;
  right: 5px;
}
.secPeer .introBox .copy {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .secPeer .introBox .copy {
    font-size: 28px;
    line-height: 1.5;
  }
}
.secPeer .introBox .txt {
  font-size: 18px;
  margin: 10px auto;
}
@media only screen and (max-width: 767px) {
  .secPeer .introBox .txt {
    font-size: 16px;
  }
}
.secPeer .peerBn {
  margin-top: 100px;
}
.secPeer .peerBn a {
  display: block;
  max-width: 700px;
  margin: 0px auto;
  border-radius: 10px;
  background-color: #fff08c;
  text-decoration: none;
  color: #000;
  text-align: center;
  padding: 20px 0px 40px 0px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .secPeer .peerBn a {
    background: #fff08c url(../images/peer/peerbn_bg_sp.png) center bottom no-repeat;
    background-size: auto 80%;
  }
}
.secPeer .peerBn a:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/peer/peerbn_bg.png) 0 0 no-repeat;
  width: 570px;
  height: 187px;
  top: -20px;
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .secPeer .peerBn a:after {
    display: none;
  }
}
.secPeer .peerBn a span {
  font-size: 14px;
}
.secPeer .peerBn a p {
  font-size: 40px;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .secPeer .peerBn a p {
    font-size: 30px;
  }
}

.PeerFlow {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.PeerFlow .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 50px;
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .PeerFlow .item {
    display: block;
  }
}
.PeerFlow .item .flowTtl {
  height: 100%;
  min-height: 100px;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .PeerFlow .item .flowTtl {
    width: 100px;
    position: absolute;
    top: -20px;
    left: 0px;
  }
}
.PeerFlow .item .flowTtl .inner {
  display: block;
  border-radius: 0 10px 0 10px;
  background-color: #f3982c;
  min-height: 90px;
  width: 100px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  padding-bottom: 5px;
  font-weight: bold;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 0.8;
}
@media only screen and (max-width: 767px) {
  .PeerFlow .item .flowTtl .inner {
    width: auto;
  }
}
.PeerFlow .item .flowTtl .inner .count {
  display: inline-block;
  font-size: 24px;
  margin-top: 7px;
}
.PeerFlow .item .flowTtl .inner .flow {
  display: inline-block;
  font-size: 14px;
}
.PeerFlow .item .cntsBox {
  line-height: 1.7em;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .PeerFlow .item .cntsBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.PeerFlow .item .cntsBox .floWrap {
  width: calc(100% - 430px);
}
@media only screen and (max-width: 767px) {
  .PeerFlow .item .cntsBox .floWrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.PeerFlow .item .cntsBox h4.ttl {
  color: #ed6e21;
  font-size: 24px;
  margin: 1em 0 30px;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .PeerFlow .item .cntsBox h4.ttl {
    margin: 0px 0px 20px 0px;
  }
}
.PeerFlow .item .cntsBox figure {
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .PeerFlow .item .cntsBox figure {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    max-width: initial;
  }
}

.secMds {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .secMds {
    margin-top: 60px;
  }
}
.secMds small {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .secMds small {
    display: block;
    font-size: 14px;
  }
}

.secVoice .inner {
  padding-top: 50px;
}
.secVoice .inner .ttlEg {
  font-family: "Caveat", cursive;
  color: #f8b62c;
  font-size: 85px;
  position: absolute;
  top: -80px;
  right: 60px;
}
@media only screen and (max-width: 767px) {
  .secVoice .inner .ttlEg {
    font-size: 60px;
    position: absolute;
    top: -60px;
    right: 25px;
  }
}
.secVoice .inner .ttlJp {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .secVoice .inner .ttlJp {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.secVoice .inner .introTxt {
  border-bottom: 1px dotted #999999;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.secVoice .listBox .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px;
  border-bottom: 1px dotted #787878;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .secVoice .listBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
    border-bottom: 1px dotted #787878;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
.secVoice .listBox .item .pictBox {
  width: 220px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .secVoice .listBox .item .pictBox {
    width: 65%;
    text-align: center;
    margin: 0 auto;
  }
}
.secVoice .listBox .item .pictBox img {
  border-radius: 0px;
}
.secVoice .listBox .item .pictBox .name {
  margin-top: 8px;
  line-height: 1.5;
  font-size: 18px;
}
.secVoice .listBox .item .pictBox .name span {
  font-size: 14px;
}
.secVoice .listBox .item .pictBox:after {
  display: none;
}
.secVoice .listBox .item .txtBox {
  width: calc(100% - 260px);
}
@media only screen and (max-width: 767px) {
  .secVoice .listBox .item .txtBox {
    width: 100%;
    margin-top: 0px;
  }
}
.secVoice .listBox .item .txtBox p {
  font-size: 14px;
}
.secVoice .listBox .item .txtBox .ttl {
  font-size: 20px;
  font-weight: 500;
  color: #ed6d20;
  margin-bottom: 10px;
}
.secVoice .listBox .item .txtBox .txt {
  margin-bottom: 10px;
}
.secVoice .listBox .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .secVoice .listBox .item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.secVoice .listBox .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* 保護者ピア */
.secParentPeer .inner {
  padding-top: 50px;
}
.secParentPeer .inner .ttlEg {
  font-family: "Caveat", cursive;
  color: #f8b62c;
  font-size: 85px;
  position: absolute;
  top: -80px;
  right: 60px;
}
@media only screen and (max-width: 767px) {
  .secParentPeer .inner .ttlEg {
    font-size: 60px;
    position: absolute;
    top: -60px;
    right: 25px;
  }
}
.secParentPeer ul.PPList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .secParentPeer ul.PPList {
    display: block;
  }
}
.secParentPeer ul.PPList li {
  width: calc((100% - 60px) / 2);
}
@media only screen and (max-width: 767px) {
  .secParentPeer ul.PPList li {
    width: 100%;
  }
}
.secParentPeer ul.PPList li .pictBox {
  width: 100%;
  position: relative;
  min-height: 100px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .secParentPeer ul.PPList li .pictBox {
    width: 100%;
    margin-top: 50px;
  }
}
.secParentPeer ul.PPList li .pictBox img {
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 0 40px 0 40px;
}
@media only screen and (max-width: 767px) {
  .secParentPeer ul.PPList li .pictBox img {
    border-radius: 0 30px 0 30px;
  }
}
.secParentPeer ul.PPList li .pictBox::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f8b62c;
  border-radius: 0 40px 0 40px;
  top: 20px;
  right: -20px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .secParentPeer ul.PPList li .pictBox::after {
    border-radius: 0 30px 0 30px;
    top: 15px;
    right: -15px;
  }
}
.secParentPeer ul.PPList li p {
  font-size: 14px;
  padding: 0px 0px 0px 40px;
}
@media only screen and (max-width: 767px) {
  .secParentPeer ul.PPList li p {
    padding: 0px;
  }
}
.secParentPeer ul.PPList li:last-child {
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .secParentPeer ul.PPList li:last-child {
    padding-top: 0px;
  }
}
.secParentPeer ul.PPList.PPList3rd li {
  padding-top: 70px;
}
.secParentPeer ul.PPList.PPList3rd li:last-child {
  padding-top: 0px;
}
@media only screen and (max-width: 767px) {
  .secParentPeer ul.PPList.PPList3rd li:last-child {
    padding-top: 0px;
  }
}
.secParentPeer ul.PPList.PPList3rd li .mt {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .secParentPeer ul.PPList.PPList3rd li .mt {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .secParentPeer ul.PPList.PPList3rd li {
    padding-top: 0px;
  }
}
.secParentPeer .secPeerReport {
  margin-top: 60px;
}
.secParentPeer .secPeerReport li {
  padding: 30px 0px;
  border-top: 1px solid #000;
}
.secParentPeer .secPeerReport li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  text-decoration: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .secParentPeer .secPeerReport li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.secParentPeer .secPeerReport li a figure {
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .secParentPeer .secPeerReport li a figure {
    width: auto;
  }
}
.secParentPeer .secPeerReport li a div {
  width: calc(100% - 270px);
}
@media only screen and (max-width: 767px) {
  .secParentPeer .secPeerReport li a div {
    width: auto;
    margin-bottom: 20px;
  }
}
.secParentPeer .secPeerReport li a span.time {
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .secParentPeer .secPeerReport li a span.time {
    font-size: 18px;
  }
}
.secParentPeer .secPeerReport li a span.arrow {
  position: relative;
  padding-left: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.secParentPeer .secPeerReport li a span.arrow:after {
  content: "";
  background-image: url("../images/arrow_sR.svg");
  background-size: contain;
  width: 24px;
  height: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 2px 0;
  position: absolute;
  left: 0;
  top: 1px;
  background-size: 24px 24px;
}
.secParentPeer .secPeerReport li a p {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0px;
}
@media only screen and (max-width: 767px) {
  .secParentPeer .secPeerReport li a p {
    font-size: 18px;
  }
}
.secParentPeer .secPeerReport li a:hover {
  color: #F3982C;
}
.secParentPeer .secPeerReport li:last-child {
  border-bottom: 1px solid #000;
}

.secPeerParentttl {
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .secPeerParentttl {
    font-size: 24px;
  }
}

.secParentLast {
  padding-top: 80px;
}
.secParentLast ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .secParentLast ul {
    display: block;
  }
}
.secParentLast ul li img {
  max-width: 450px;
  display: block;
  margin: auto auto 20px auto;
  border-radius: 0px 30px 0px 30px;
}
.secParentLast p {
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .secParentLast p {
    font-size: 24px;
  }
}

.wrapperPeer .secParentPeer {
  position: relative;
}
.wrapperPeer .secParentPeer .innerIn {
  width: calc(100% - 40px);
  max-width: 1016px;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .wrapperPeer .secParentPeer .innerIn {
    width: auto;
  }
}
.wrapperPeer .secParentPeer .innerIn .PPList {
  position: relative;
  z-index: 2;
}
.wrapperPeer .secParentPeer .innerIn .ttlEg {
  top: -15px;
  right: calc((100% - 1016px) / 2);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .wrapperPeer .secParentPeer .innerIn .ttlEg {
    right: 50px;
  }
}
.wrapperPeer .secParentPeer .inner {
  background: none;
}
.wrapperPeer .secParentPeer:after {
  content: "";
  position: absolute;
  height: 100%;
  background-image: url("../images/bg_img01.jpg");
  background-size: cover;
  width: calc(100% - (100% - 1016px) / 2 - 60px);
  top: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 0px 30px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .wrapperPeer .secParentPeer:after {
    width: calc(100% - 100px);
  }
}

.wrapperPeer2 {
  margin-top: 50px;
}
.wrapperPeer2 .secParentPeer {
  position: relative;
}
.wrapperPeer2 .secParentPeer .innerIn {
  width: calc(100% - 40px);
  max-width: 1016px;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .wrapperPeer2 .secParentPeer .innerIn {
    width: auto;
  }
}
.wrapperPeer2 .secParentPeer .innerIn .PPList {
  position: relative;
  z-index: 2;
}
.wrapperPeer2 .secParentPeer .innerIn .ttlEg {
  top: -15px;
  left: calc((100% - 1016px) / 2);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .wrapperPeer2 .secParentPeer .innerIn .ttlEg {
    left: 50px;
  }
}
.wrapperPeer2 .secParentPeer .inner {
  background: none;
}
.wrapperPeer2 .secParentPeer:after {
  content: "";
  position: absolute;
  height: 80%;
  background-image: url("../images/bg_img01.jpg");
  background-size: cover;
  width: calc(100% - (100% - 1016px) / 2 - 80px);
  top: 0px;
  right: 0px;
  z-index: 1;
  border-radius: 0px 0px 0px 30px;
}
@media only screen and (max-width: 767px) {
  .wrapperPeer2 .secParentPeer:after {
    width: calc(100% - 100px);
  }
}/*# sourceMappingURL=peersupporter.css.map */