.panel-type-01,
.panel-link {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  position: relative;
  margin: 0 0 16px 0;
}

.panel-type-01 a,
.panel-type-02 a,
.panel-link a {
  text-decoration: none;
}

.panel-type-01 .panel-title {
  display: flex;
  align-items: center;
  background-color: #74BF7A;
  padding: 10px;
  color: #FFF;
  position: relative;
}

.panel-type-01 .panel-title img {
  width: 60px;
  height: 60px;
  margin: 0 20px 0 0;
}

.panel-type-01 .panel-title h3 {
  line-height: 1.2 !important;
  font-size: 1.3rem;
  margin: 0;
  padding: 10px 20px;
}

.panel-type-01 .panel-title h3::after {
  width: 0;
  height: 0;   
}

.panel-type-01 .panel-title::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
}

.panel-type-01 .panel-text {
  padding: 24px;
  color: #363636;
}

.panel-type-01 .panel-text h4 {
  border-bottom: 1px solid #E8E8E8;
  padding: 0 0 8px 0;
  margin: 0 0 16px 0;
}

.panel-type-02 {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  position: relative;
  margin: 0 0 32px 0;
}

.panel-type-02 .panel-title-01,
.panel-type-02 .panel-title-02,
.panel-type-02 .panel-title-03,
.panel-type-02 .panel-title-04 {
  display: flex;
}

.panel-type-02 .panel-title-01 span,
.panel-type-02 .panel-title-02 span,
.panel-type-02 .panel-title-03 span,
.panel-type-02 .panel-title-04 span {
  padding: 14px 20px;
  color: #fff;
  width: 30%;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.panel-type-02 .panel-title-01 span { background-color: #FF2F2F;}
.panel-type-02 .panel-title-02 span { background-color: #0068B7;}
.panel-type-02 .panel-title-03 span { background-color: #ed7f17;}
.panel-type-02 .panel-title-04 span { background-color: #70ad47;}

.panel-type-02 .panel-title-01 p,
.panel-type-02 .panel-title-02 p,
.panel-type-02 .panel-title-03 p,
.panel-type-02 .panel-title-04 p {
  margin: 0;
  padding: 14px 20px;
  width: 70%;
  font-weight: bold;
  position: relative;
}

.panel-type-02 .panel-title-01 p {
  background-color: #FFE9E9;
  color: #FF2F2F;
}

.panel-type-02 .panel-title-02 p {
  background-color: #E4EFF7;
  color: #0068B7;
}

.panel-type-02 .panel-title-03 p {
  background-color: #ffe7d0;
  color: #ed7f17;
}

.panel-type-02 .panel-title-04 p {
  background-color: #e2f0d9;
  color: #70ad47;
}

.panel-type-02 .panel-title-01 p::after,
.panel-type-02 .panel-title-02 p::after,
.panel-type-02 .panel-title-03 p::after,
.panel-link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0068B7;
  border-right: 2px solid #0068B7;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
}

.panel-type-02 .panel-text {
  padding: 16px;
  color: #363636;
}

.panel-type-02 .panel-text h3 {
  border-bottom: 1px solid #E8E8E8;
  font-size: 18px;
  padding: 0 8px 0 12px;
  margin: 16px 0;
}

.panel-link a p {
  margin: 0;
  padding: 16px 24px;
  color: #363636;
}

.panel-link p a {
  margin: 0;
  padding: 16px 24px;
  color: #363636;
  display: block;
}