/*==========画像説明のためのcs==========*/
.box-009 {
  max-width: 600px;
  margin: 0 auto;
  border: 2px solid #86d67c;
  border-radius: 5px;
  color: #333333;
}

.box-009 div {
  display: inline-flex;
  align-items: center;
  position: relative;
  top: -13px;
  margin: 0 7px;
  padding: 0 8px;
  background: #fff;
  color: #86d67c;
  font-weight: 600;
  vertical-align: top;
}

.box-009 svg {
  padding-right: 4px;
}

.box-009 p {
  margin: 0;
  padding: 0 1.5em 1em;
}




/*======質問回答のためのcss=====*/
.balloon-009 {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0 22px;
margin-left: -25%;
}

.balloon-009 img {
  max-width: 70px;
  height: 100%;
  border: 3px solid #e6edf3;
  border-radius: 50%;
}

.balloon-009 p {
  position: relative;
  max-width: 900px;
  margin: 3px 0 0;
  padding: .8em 1em;
  border-radius: 5px;
  background-color: #e0efff;
  color: #333333;
}

.balloon-009 p::before {
  position: absolute;
  left: -15px;
  width: 15px;
  height: 30px;
  background-color: #e0efff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: '';
}


/*=====方眼紙======*/
.box-003 {
  max-width: 920px;
  margin: 0 auto;
  padding: 1em 1.5em;
  box-shadow: 0 4px 4px rgb(0 0 0 / 5%), 0 2px 3px -2px rgb(0 0 0 / 1%);
  background-image: linear-gradient(transparent calc(100% - 1px), #e6edf3 50%, #e6edf3), linear-gradient(90deg, transparent calc(100% - 1px), #e6edf3 50%, #e6edf3);
  background-size: 15px 15px;
  background-repeat: repeat;
  background-color: #f4fdff;
  color: #333333;
}

#pic_frame {
  text-align: center;
}