@charset "UTF-8";

/* text_box */
.l-content .text_box01 {
  font-size: 16px;
  width: 450px;
}

.l-content .text_box02 {
  font-size: 16px;
  width: 1200px;
}

.l-content .text_box03 {
  font-size: 16px;
  width: 820px;
}

/* configuration */
.l-content .text_box01 dt {
  font-weight: bold;
  margin-top: 10px;
}

.l-content .text_box01 dd {
  margin-left: 10px;
}

.l-content .structure_pic {
  width: 360px;
  text-align: center;
}

/* userobot_box */
.l-content .userobot_box {
  display: flex;
  width: 1200px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: 0;
}

.l-content .userobot_grid {
  width: 378px;
  margin-top: 10px;
  margin-right: 33px;
}

.l-content .userobot_grid:nth-child(3n) {
  margin-right: 0;
}

.l-content .userobot_grid .userobot_pic {
  height: 267px;
}

.l-content .userobot_box .userobot_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.l-content .userobot_box .userobot_txt {
  font-size: 16px;
  height: 65px;
  margin-bottom: 10px;
}