@charset "utf-8";

.l-content .ttl2_02 {
  width: 220px;
}

.l-content .contentInner {
  width: 920px;
  margin: 0 auto;
}
.l-content .flex_wrap {
  display: flex;
  gap: 30px;
}
.l-content .flex_wrap.case {
  justify-content: space-between;
}
.l-content .flex_wrap .m-listTable {
  width: 650px;
}
.l-content .flex_wrap .m-listTable th {
  text-align: center;
}

.l-content .typeList {
  position: relative;
}
.l-content .typeList .boxList {
  position: absolute;
  left: 515px;
  display: flex;
  gap: 10px;
}
.l-content .typeList .boxList.part_01 {
  top: 31px;
}
.l-content .typeList .boxList.part_02 {
  top: 121px;
}
.l-content .typeList .boxList.part_03 {
  top: 211px;
}
.l-content .typeList .boxList.part_03_01 {
  top: 212px;
}
.l-content .typeList .boxList.part_03_02 {
  top: 281px;
}
.l-content .typeList .boxList.part_04 {
  top: 370px;
}
.l-content .typeList .boxList.part_05 {
  top: 460px;
}
.l-content .typeList .boxList .box {
  width: 135px;
  height: 60px;
  background-color: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  padding: 10px 0px 9px;
  text-align: center;
}