.pagelink-demo p,
.point-demo p {
  margin-bottom: 0!important;
}


/*---リンク---*/
.pagelink-demo {
  font-size: .9em;
  position: relative;
  margin: 30px 0;
  padding: 20px 20px;
  border: solid 2px #38e8cd;
  border-radius: 10px;
}
 
.pagelink-demo:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 12px;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  padding-top: 3px;
  content: '\f0c1';
  text-align: center;
  color: #38e8cd;
  background-color: #fff;
}
 
.pagelink-demo:after {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: -14px;
  left: 26px;
  padding: 3px 5px 3px 20px;
  content: 'link';
  background-color: #fff;
}
 
.pagelink-demo a {
  text-decoration: none;
}
 
.pagelink-demo a:hover {
  opacity: 0.8;
}
 
.pagelink-demo a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.2em;
  padding: 0 10px;
  content: '\f061';
  color: #31c1ab;
}
 
 
/*---ポイント---*/
.point-demo {
  font-size: .9em;
  position: relative;
  margin: 40px 0 30px;
  padding: 25px 20px 20px;
  border: solid 3px #1a1cb5;
  border-radius: 10px;
}
 
.point-demo:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 12px;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  padding-top: 3px;
  content: '\f0a4';
  text-align: center;
  color: #1a1cb5;
  background-color: #fff;
}
 
.point-demo:after {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: -14px;
  left: 26px;
  padding: 3px 5px 3px 20px;
  content: 'POINT';
  color: #1a1cb5;
  background-color: #fff;
}
