/* メニュー　レキュラーに使うcss */


/* ボックス */
.box001 {
  position: relative;
  margin: 1em;
  padding: 20px 20px 10px 20px;
  border: 3px solid #ebebeb;
  border-radius: 6px;
}
.box001 .box-title001 {
  position: absolute;
  top: 0;
  left: 8px;
  transform: translate(0, -50%);
  margin: 0;
  padding: 0 8px;
  background-color: #fff;
  color: #e06b17;
  font-weight: bold;
  font-size: 1.15em;
}
.box001-text{
  color:#179fe9;
  font-weight: bold;
}
.fl{
  display: flex;
}