a img:hover {
  opacity: 0.7;
}

.linkbutton:hover{
  opacity: 0.7;
}


.level01.panel-widget-style.panel-widget-style-for-99-0-0-0 {
  margin-top: -120px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.level02.siteorigin-panels-stretch.panel-row-style.panel-row-style-for-99-1 {
  margin-top: -40px;
  padding-bottom: 40px;
}

.round_img img {
  border-radius: 20px;
}

.person {
  text-align: center;
  /* 中央揃え */
  color: #222;
  /* 全体の文字色 */
  background-color: #e2e5e0;
  /* 深緑 */
}

.icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  /* 中央寄せ＆下に余白 */
  background-color: #064b2e;
  /* 深緑 */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  color: white;
}

.icon2 {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  /* 中央寄せ＆下に余白 */
  background-color: #967e27;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  color: white;
}

.icon3 {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  /* 中央寄せ＆下に余白 */
  background-color: #7fc695;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  color: white;
}

.icon4 {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  /* 中央寄せ＆下に余白 */
  background-color: #97262a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  color: white;
}

.title {
  font-size: 26px;
  margin-bottom: 12px;
}

.subtitle {
  font-size: 14px;
  color: #555;
  /* 薄めの色 */
}

#footer_top {
  display: none;
}