.about {
  margin-bottom: 0;
}
.about::before {
  height: 15px;
}
.about .lineup_box_inner .lineup_title {
  font-size: 2.4rem;
}
.about .lineup_box_inner .about_list {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
}
.about .lineup_box_inner .about_list dt {
  width: 100px;
  padding-left: 12px;
  color: #1B2856;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}
.about .lineup_box_inner .about_list dt::before {
  width: 6px;
  height: 6px;
  background: #1B2856;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
}
.about .lineup_box_inner .about_list dd {
  width: calc(100% - 100px);
}
.about .lineup_box_img {
  max-width: 268px;
  margin: 0 auto;
}

.example {
  padding: 60px 0 70px;
  position: relative;
}
.example::before {
  left: 0;
}
.example::after {
  right: 0;
  transform: scale(-1, 1);
}
.example .container {
  position: relative;
  z-index: 1;
}
.example .title_type05 {
  justify-content: center;
}
.example .txt_normal {
  margin-bottom: 32px;
}
.example .example_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
.example .example_box .example_item {
  width: 228px;
  height: auto;
  position: relative;
  text-align: center;
  flex: 1 1 100%;
}
.example .example_box .example_item::before {
  width: 200px;
  height: 200px;
  background: #fff;
  border: 20px solid #F4F6F9;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.example .example_box .example_item .example_icon {
  width: 48px;
  height: 160px;
  margin: 0 auto 12px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.example .example_box .example_item .example_title {
  margin-bottom: 5px;
  color: #1B2856;
  font-size: 1.8rem;
  font-weight: 700;
}

.use_case {
  margin-bottom: 56px;
  padding: 60px 0;
  background: #F4F6F9;
}
.use_case .use_case_box {
  margin: 40px 0 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.use_case .use_case_box .case_item {
  display: flex;
  gap: 16px;
  background-color: #fff;
  border-radius: 5px;
  padding: 24px;
  flex: 1 1 100%;
}
.use_case .use_case_box .case_item .case_icon {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
}
.use_case .use_case_box .case_item .list_disc02 li {
  line-height: 1.6;
}
.use_case .use_case_box .case_item .list_disc02 li br {
  display: none;
}

.merit .title_type05 {
  justify-content: center;
}
.merit .merit_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.merit .merit_box .merit_item {
  position: relative;
  background-color: #1B2856;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 24px 12px 32px;
  flex: 1 1 calc(50% - 8px);
}
.merit .merit_box .merit_item::after {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  position: absolute;
  border-width: 8px 6px 0 6px;
  border-color: #1B2856 transparent transparent transparent;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.merit .merit_box .merit_item .merit_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 12px;
}
.merit .merit_box .merit_item .merit_text {
  line-height: 1.6;
}
.merit .merit_box .merit_item:nth-child(2) .merit_icon img {
  position: relative;
  left: -10px;
}

.expansion {
  margin-bottom: 56px;
}
.expansion .table_type01 {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.expansion .table_type01 th,
.expansion .table_type01 td {
  padding: 10px 8px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
}
.expansion .table_type01 th {
  font-weight: 700;
  white-space: nowrap;
}
.expansion .table_type01 thead th {
  background-color: #1B2856;
  color: #fff;
}
.expansion .table_type01 tbody th {
  width: 1%;
  background-color: #EFF1F6;
  border-bottom: 1px solid #929292;
}
.expansion .table_type01 tbody td {
  width: auto;
  border-bottom: 1px solid #929292;
}
.expansion .table_type01 tbody td:last-child {
  width: 100%;
}
.expansion .price {
  font-family: "Roboto";
  font-size: 1.8rem;
  font-weight: 700;
}
.expansion .list_disc02 .price {
  color: #1B2856;
}
.expansion .flow_list {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.expansion .flow_list li {
  width: calc(33.3333333333% - 8px);
  height: 180px;
  padding: 0 8px;
  background: #1B2856;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  position: relative;
}
.expansion .flow_list li::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 0 90px 10px;
  border-color: transparent #1B2856;
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
}
.expansion .flow_list li .flow_list_title {
  width: 100%;
  font-size: 1.8rem;
}
.expansion .flow_list li br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .about .container {
    display: flex;
  }
  .about .lineup_box_inner {
    width: calc(100% - 268px);
    padding-right: 30px;
  }
  .about .lineup_box_inner .about_list {
    margin-bottom: 0;
  }
  .about .lineup_box_img {
    margin: 0;
  }
  .example::before, .example::after {
    width: 50%;
    height: 100%;
    background: url(../images/ai-expansion/bg_example.png) no-repeat left center/cover;
    content: "";
    position: absolute;
    top: 0;
  }
  .example .example_box {
    max-width: 768px;
    margin: 0 auto;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
  .example .example_box .example_item {
    flex: 1 1 calc(50% - 16px);
  }
  .use_case .use_case_box {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
  .use_case .use_case_box .case_item {
    flex: 1 1 calc(50% - 16px);
  }
  .use_case .use_case_box .case_item:nth-child(5) {
    flex: 1 1 100%;
  }
  .merit .merit_box .merit_item {
    flex: 1 1 calc(25% - 12px);
  }
  .expansion .flow_list {
    margin-bottom: 30px;
    flex: 1;
  }
  .expansion .flow_list li {
    height: 136px;
  }
  .expansion .flow_list li::after {
    border-width: 68px 0 68px 10px;
  }
  .expansion .flow_list li br {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .about .lineup_box_inner .about_list {
    font-size: 1.6rem;
  }
  .example .example_box {
    max-width: 786px;
    justify-content: space-between;
  }
  .example .example_box .example_item {
    flex: 1 1 calc(33.333% - 22px);
  }
  .use_case .use_case_box .case_item .list_disc02 li br {
    display: block;
  }
  .merit .merit_box {
    gap: 32px;
  }
  .merit .merit_box .merit_item {
    flex: 1 1 calc(25% - 24px);
  }
  .merit .merit_box .merit_item .merit_text {
    font-size: 1.8rem;
  }
  .expansion .table_type01 th,
.expansion .table_type01 td {
    padding: 12px 32px;
    font-size: 1.6rem;
  }
  .expansion .price {
    font-size: 2.2rem;
  }
  .expansion .flow_list {
    margin-bottom: 70px;
  }
  .expansion .flow_list li {
    width: calc(33.3333333333% - 22px);
    height: 175px;
    padding-left: 24px;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .expansion .flow_list li::after {
    border-width: 87.5px 0 87.5px 32px;
    right: -32px;
  }
  .expansion .flow_list li .flow_list_title {
    font-size: 2.4rem;
  }
}
/*# sourceMappingURL=map/ai-expansion.css.map */
