@charset "utf-8";
/*------base------*/
.flex_box.sogi_plan .col_3 {
  width: 32.5%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0 0 .5em 0;
  margin-right: .5%;
}
.flex_box.sogi_plan h4 {
  background-color: #72b69a;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  border-radius: 6px 6px 0 0;
}
.button_solid003 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 90%;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #6bb6ff;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 3px;
  border-radius: 50px;
  overflow: hidden;
}
dl.site dd ul {
  margin-left: 2em;
}