@charset "utf-8";

/* 機能一覧テンプレ */
.registration_form {
  width: 80%;
}



.function-list_sec_h2 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-weight: 600;
}

.function-list_content {
  margin: 60px 0;
}

.function-list_content h3 {
  margin-bottom: 30px;
}

.function-list_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.function-list_item {
  width: 32%;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

.function-list_item_bold {
  width: 48%;
}

.function-list_link {
  display: block;
  position: relative;
  padding: 20px 0 20px 30px;
}

.function-list_link:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/function/function-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(90deg);
  transition: right 0.3s ease;
}

.function-list_link:hover {
  box-shadow: 0 0 10px 0 rgba(255, 155, 155, 0.8);
  transition: all 0.3s ease;
  border-radius: 12px; 
}

.function-list_link:hover:after {
  transform: translateY(-50%) rotate(-360deg);
}

.function-detail_sec_h2 {
  text-align: center;
  margin-bottom: 60px;
}

.function-detail_sec_h3 {
  margin-bottom: 30px;
}

.function-detail_sec_center_text {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.function-detail_sec {
  background-color: #f5f5f5;
  height: 456px;
}

.function-detail_fv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 456px;
  position: relative;
}

.function-detail_fv_left {
  width: 60%;
}

.function-detail_fv_left h1 {
  font-size: 4rem;
  font-weight: bold;
}

.function-detail_fv_left p {
  margin: 30px 0;
  font-size: 1.8rem;
}

.function-detail_left_btn.btn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.function-detail_left_btn.btn_box .btn_pink {
  width: 100%;
  padding: 0.7em;
  margin-left: 0;
}

.function-detail_right {
  width: 40%;
}

.function-detail_right_img img {
  display: block;
  width: 100%;  
}

.function-detail_flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .function-detail_sec {
    height: 50vh;
  }

  .function-detail_fv {
    height: 50vh;
    display: block;
  }

  .function-detail_fv_left {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .function-detail_fv_left h1 {
    font-size: 3.2rem;
  }

  .function-detail_fv_left p {
    text-align: center;
    font-size: 1.4rem;
    margin: 15px 0;
  }

  .function-detail_sec .registration_form {
    width: 100%;
    margin: 0 auto;
  }

  .function-detail_sec_h2 {
    margin-bottom: 30px;
  }

  .function-detail_flex_box p {
    font-size: 1.4rem;
  }

  .function-list_item {
    width: 100%;
    font-size: 1.4rem;
  }

  .function-list_link {
    padding: 20px;
  }

  .function-list_link:after {
    width: 20px;
    height: 20px;
  }

  .function-list_content {
    margin: 30px 0;
  }


}

/********* ユーザー招待 *********/
/* fv */
.user-invitation_fv_sec {
  background-image: url(../img/function-detail/user-invitation-fv.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

/* ユーザー招待機能 */
.user-invitation_overview_box {
  align-items: center;
}

.user-invitation_overview_item {
  width: 48%;
}

.user-invitation_overview_item p {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.user-invitation_overview_item p span {
  font-weight: 600;
  color: #FA1F6C;
}

.user-invitation_overview_item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

/* 従来システムとの違い */
.user-invitation_comparison_sec {
  background-color: #f5f5f5;
}

.user-invitation_comparison_item {
  width: 48%;
  padding: 30px;
  border-radius: 10px;
}

.user-invitation_comparison_item h3,
.user-invitation_comparison_item p {
  text-align: center;
}

.user-invitation_comparison_item:first-child {
  border: 5px solid #A1C6EA;
  background-color: rgb(161 198 234 / 0.1);
}

.user-invitation_comparison_item:last-child {
  border: 5px solid #ff9b9b;
  background-color: rgb(255 155 155 / 0.1);
}

.user-invitation_about_item h3 {
  text-align: center;
}

.user-invitation_comparison_item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

/* ユーザー招待とは */
.user-invitation_about_item {
  width: 23%;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(255, 155, 155, 0.8);
  border-radius: 10px;
  text-align: center;
}

.user-invitation_about_box img {
  width: 50px;
  margin-bottom: 15px;
  border-radius: 50%;
}

.user-invitation_about_item ul li,
.user-invitation_about_item ol li,
.user-invitation_about_item p {
  text-align: center;
}

/* 実現できること */
.user-invitation_achieve_sec {
  background-color: #f5f5f5;
}

.user-invitation_achieve_item {
  width: 48%;
  margin-bottom: 15px;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
}

.user-invitation_achieve_item h3 {
  position: relative;
  margin-left: 50px;
}

.user-invitation_achieve_item h3::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/function-detail/user-invitation-icon05.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

.user-invitation_achieve_item:nth-child(2) h3::before {
  background-image: url(../img/function-detail/user-invitation-icon06.png);
}

.user-invitation_achieve_item:nth-child(3) h3::before {
  background-image: url(../img/function-detail/user-invitation-icon07.png);
}

.user-invitation_achieve_item:nth-child(4) h3::before {
  background-image: url(../img/function-detail/user-invitation-icon08.png);
}

.user-invitation_achieve_item p {
  margin-left: 50px;
}

/* 利用シーン紹介 */
.user-invitation_scenario_item {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.user-invitation_scenario_inner_item {
  width: 48%;
  text-align: center;
}

.user-invitation_scenario_inner_item h3 {
  text-align: left;
}

.user-invitation_scenario_inner_item h3 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FA1F6C;
  margin-bottom: 15px;
}

.user-invitation_scenario_inner_item img {
  width: 80%;
  margin: 0 auto;
}

/* よくある質問 */
.user-invitation_faq_sec {
  background-color: #f5f5f5;
}

/* sp */
@media (max-width: 768px) {
  .user-invitation_overview_item {
    width: 100%;
    margin-top: 15px;
  }

  .user-invitation_overview_item p {
    font-size: 1.4rem;
  }

  .user-invitation_comparison_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .user-invitation_about_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .user-invitation_achieve_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .user-invitation_scenario_item {
    padding: 30px;
  }

  .user-invitation_scenario_inner_item {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  .user-invitation_scenario_inner_item h3 {
    text-align: center;
  }

  .user-invitation_scenario_inner_item p {
    text-align: center;
  }

  .user-invitation_scenario_inner_item img {
    width: 100%;
  }
  
  
}


/********* BOM *********/
/* fv */
.bom_fv_sec {
  background-image: url(../img/function-detail/bom-fv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* 概要 */
.bom_overview_box {
  align-items: center;
}

.bom_overview_item {
  width: 48%;
}

.bom_overview_item p {
  margin-bottom: 10px;
}

.bom_overview_item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

/* 現場のリアルな苦悩 */  
.bom_suffering_sec {
  background-color: #f5f5f5;
}

.bom_suffering_item {
  width: 48%;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.bom_suffering_item:first-child {
  background-color: rgb(254 242 242 / 0.5);
  border: 1px solid rgb(254 202 202 / 1);
}

.bom_suffering_item:nth-child(2) {
  background-color: rgb(255 247 237 / 0.5);
  border: 1px solid rgb(255 215 115 / 1);
}

.bom_suffering_item img {
  width: 70px;
  border-radius: 50%;
  margin-bottom: 30px;
}

.bom_suffering_item h3 {
  text-align: center;
}

.bom_suffering_title {
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
  margin-bottom: 20px;
  color: #FA1F6C;
}

.bom_suffering_text {
  text-align: center;
  font-size: 1.8rem;
}

.bom_suffering_comment_box01,
.bom_suffering_comment_box02 {
  margin-left: 50px;
  position: relative;
}

.bom_suffering_comment_box01:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/function-detail/bom-icon11.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

.bom_suffering_comment_box02:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/function-detail/bom-icon12.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

.bom_suffering_comment {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

/* 解決するボトルネック */
.bom_solution_sec {
  padding-left:40px;
  padding-right: 40px;
}

.bom_solution_item {
  width: 18%;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.bom_solution_item:nth-child(1) {
  background-color: rgb(240 253 244 / 0.5);
  border: 1px solid rgb(187 247 208 / 1);
}

.bom_solution_item:nth-child(2) {
  background-color: rgb(239 246 255 / 0.5);
  border: 1px solid rgb(191 219 254 / 1);
}

.bom_solution_item:nth-child(3) {
  background-color: rgb(255 247 237 / 0.5);
  border: 1px solid rgb(254 215 170 / 1);
}

.bom_solution_item:nth-child(4) {
  background-color: rgb(250 245 255 / 0.5);
  border: 1px solid rgb(233 213 255 / 1);
}

.bom_solution_item:nth-child(5) {
  background-color: rgb(254 242 242 / 0.5);
  border: 1px solid rgb(254 202 202 / 1);
}

.bom_solution_item h3 {
  font-size: 2rem;
}

.bom_solution_item img {
  width: 70px;
  border-radius: 50%;
  margin-bottom: 30px;
}

.bom_solution_item p {
  text-align: center;
}

/* 数字で見る効果 */
.bom_effect_sec {
  background-color: #f5f5f5;
}

.bom_effect_item {
  width: 32%;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.bom_effect_item img {
  width: 70px;
  border-radius: 50%;
  margin-bottom: 30px;
}

.bom_effect_item h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  color: #FA1F6C;
  margin-bottom: 15px;
}

.bom_effect_item p {
  text-align: center;
}

.bom_effect_title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 600;
}

/* 機能詳細 */
.bom_detail_item {
  width: 48%;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
}

.bom_detail_item h3 {
  position: relative;
  margin-left: 50px;
}

.bom_detail_item h3::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/function-detail/bom-icon15.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

.bom_detail_item:nth-child(2) h3::before {
  background-image: url(../img/function-detail/bom-icon16.png);
}

.bom_detail_item:nth-child(3) h3::before {
  background-image: url(../img/function-detail/bom-icon17.png);
}

.bom_detail_item:nth-child(4) h3::before {
  background-image: url(../img/function-detail/bom-icon18.png);
}

.bom_detail_item p {
  margin-left: 50px;
}

/* ユーザーボイス */
.bom_voice_sec {
  background-color: #f5f5f5;
}

.bom_voice_item {
  width: 48%;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
}

.bom_voice_item01 .bom_voice_comment,
.bom_voice_item02 .bom_voice_comment {
  position: relative;
}

.bom_voice_comment,
.bom_voice_staff {
  margin-left: 50px;
}

.bom_voice_item01 .bom_voice_comment:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/function-detail/bom-icon13.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

.bom_voice_item02 .bom_voice_comment:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/function-detail/bom-icon14.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

/* sp */
@media (max-width: 768px) {
  .bom_overview_item {
    width: 100%;
    margin-top: 15px;
  }

  .bom_overview_item p {
    font-size: 1.4rem;
  }

  .bom_suffering_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .function-detail_flex_box .bom_suffering_title {
    font-size: 2.6rem;
  }

  .bom_solution_sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bom_solution_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .bom_effect_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .bom_detail_item {
    width: 100%;
    margin-bottom: 15px;
    padding: 20px;
  }

  .bom_detail_item h3 {
    margin-left: 30px;
  }

  .bom_detail_item h3::before {
    width: 30px;
    height: 30px;
    left: -40px;
  }

  .bom_detail_item p {
    margin-left: 30px;
  }

  .bom_voice_item {
    width: 100%;
    margin-bottom: 15px;
  }
  
  
  
}


/********* 受発注 *********/
.order_fv_sec {
  background-image: url(../img/function-detail/order-fv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* なぜ今受発注を変える必要があるのか */
.order_issue_item {
  width: 32%;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.order_issue_item img {
  width: 50px;
  border-radius: 50%;
  margin-bottom: 30px;
}

/* newjiが提供する3つの革新ポイント */
.order_innovation_sec {
  background-color: #f5f5f5;
}

.order_innovation_box {
  margin-top: 100px;
  align-items: center;
}

.order_innovation_item {
  width: 48%;
  text-align: center;
}

.order_innovation_item h3 {
  margin-bottom: 15px;
}

.order_innovation_item p {
  text-align: center;
}

.order_innovation_item img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

/* 機能ハイライト */
.order_highlight_box {
  display:grid;
  gap:30px;                                   /* これまでの margin-bottom 相当 */
  grid-template-columns:repeat(
      auto-fill,                              /* 画面幅に応じて列数自動調整 */
      minmax(260px, 1fr)                      /* 260px 以上なら 1fr で均等配分 */
  );
  /* ↓ 行も「全部同じ高さ」にする１行 */
  grid-auto-rows:1fr;
}

.order_highlight_item {
  padding:30px;
  box-shadow:0 0 10px 0 rgba(0,0,0,.3);
  border-radius:10px;
  background:#fff;
  text-align:center;
  display:flex;
  flex-direction:column;
}

.order_highlight_item img {
  width: 50px;
  border-radius: 50%;
  margin: 0 auto 30px;
}

.order_highlight_item_btn {
  margin-top: 30px;
}

.order_highlight_item_btn .btn_pink {
  min-height: 40px;
}

/* 15秒でわかるユーザーフロー */
.order_flow_sec {
  background-color: #f5f5f5;
}

.order_flow_item {
  width: 80%;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
  margin: 0 auto 60px;
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.order_flow_item p {
  width: 48%;
}

.order_flow_item img {
  width: 48%;
}

.order_flow_item::before {
  content: "↓";
  position: absolute;
  bottom: -45px; /* ボックスの下に余白を出す（適宜調整） */
  left: 50%;
  transform: translateX(-50%);
  color: #FA1F6C;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
} 

.order_flow_item:last-child::before {
  content: none;
}

.order_flow_item p {
  font-size: 1.8rem;
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.order_flow_item p:before {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #FA1F6C;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  text-align: center;
}

.order_flow_item:nth-child(1) p:before {
  content: "1";
  
}

.order_flow_item:nth-child(2) p:before {
  content: "2";
}

.order_flow_item:nth-child(3) p:before {
  content: "3";
}

.order_flow_item:nth-child(4) p:before {
  content: "4";
}

/* 導入メリット */
.order_benefit_item {
  width: 32%;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.order_benefit_item img {
  width: 50px;
  border-radius: 50%;
  margin-bottom: 30px;
}

/* よくある質問 */
.order_faq_sec {
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
  .order_issue_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .order_innovation_box {
    margin-top: 50px;
  }

  .order_innovation_box:nth-child(3) {
    flex-direction: column-reverse;
  }

  .order_innovation_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .order_highlight_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .order_flow_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .order_benefit_item {
    width: 100%;
  }

  .order_flow_item p {
    width: 100%;
    margin-bottom: 15px;
  }

  .order_flow_item img {
    width: 100%;
  }

}


/********* RFQ *********/
.rfq_fv_sec {
  background-image: url(../img/function-detail/rfq-fv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
/* 課題 */
.rfq_problem_item {
  width: 32%;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.rfq_problem_item:nth-child(1) {
  background-color: rgb(254 242 242 / 0.5);
  border: 1px solid rgb(254 202 202);
}

.rfq_problem_item:nth-child(2) {
  background-color: rgb(255 247 237 / 0.5);
  border: 1px solid rgb(254 215 170);
}

.rfq_problem_item:nth-child(3) {
  background-color: rgb(254 252 232 / 0.5);
  border: 1px solid rgb(254 240 138);
}

.rfq_problem_item:nth-child(4) {
  background-color: rgb(239 246 255 / 0.5);
  border: 1px solid rgb(191 219 254);
}

.rfq_problem_item:nth-child(5) {
  background-color: rgb(250 245 255 / 0.5);
  border: 1px solid rgb(233 213 255);
}

.rfq_problem_item:nth-child(6) {
  background-color: rgb(240 253 244 / 0.5);
  border: 1px solid rgb(187 247 208);
}


.rfq_problem_item img {
  margin-bottom: 30px;
  width: 70px;
  border-radius: 50%;
}

.rfq_problem_item h3 {
  margin-bottom: 30px;
  font-size: 2rem;
}

/* 解決できること */
.rfq_solution_sec {
  background-color: #f5f5f5;
}

.rfq_solution_item {
  width: 32%;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.rfq_solution_item img {
  margin-bottom: 30px;
  width: 70px;
  border-radius: 50%;
}

.rfq_solution_item h3 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  text-align: center;
}

.rfq_solution_item h3 span {
  font-size: 1.2rem;
  display: inline-block;
  background-color: #FA1F6C;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.rfq_solution_item p {
  text-align: center;
}

/* 機能ハイライト */
.rfq_highlight_sec {
  padding-left: 40px;
  padding-right: 40px;
}

.rfq_highlight_item {
  width: 24%;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.rfq_highlight_item img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.rfq_highlight_item h3 {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
}

/* ユーザーフロー */
.rfq_user_flow_sec {
  background-color: #f5f5f5;
}

.rfq_user_flow_item {
  width: 80%;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
  margin: 0 auto 60px;
  position: relative;
}

.rfq_user_flow_item::before {
  content: "↓";
  position: absolute;
  bottom: -45px; /* ボックスの下に余白を出す（適宜調整） */
  left: 50%;
  transform: translateX(-50%);
  color: #FA1F6C;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
} 

.rfq_user_flow_item:last-child::before {
  content: none;
}

.rfq_user_flow_item p {
  font-size: 1.8rem;
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.rfq_user_flow_item p:before {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #FA1F6C;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  text-align: center;
}

.rfq_user_flow_item:nth-child(1) p:before {
  content: "1";
  
}

.rfq_user_flow_item:nth-child(2) p:before {
  content: "2";
}

.rfq_user_flow_item:nth-child(3) p:before {
  content: "3";
}

.rfq_user_flow_item:nth-child(4) p:before {
  content: "4";
}

.rfq_user_flow_item:nth-child(5) p:before {
  content: "5";
}

@media (max-width: 768px) {
  .rfq_problem_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .rfq_problem_item img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }

  .rfq_problem_item h3 {
    margin-bottom: 15px;
  }

  .rfq_solution_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .rfq_solution_item img {
    width: 50px;
    height: 50px;
  }

  .rfq_highlight_sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rfq_highlight_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .rfq_user_flow_item {
    width: 100%;
  }

  .rfq_user_flow_item p {
    font-size: 1.4rem;
  }

  .rfq_user_flow_item p:before {
    width: 25px;
    height: 25px;
  }

  .rfq_user_flow_item:last-child {
    margin-bottom: 0;
  }

}

/********* サンプル管理 *********/
.sample_fv_sec {
  background-image: url(../img/function-detail/sample-fv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* 課題 */
.sample_problem_item {
  width: 48%;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.sample_problem_item:nth-child(1) {
  background-color: rgb(254 242 242 / 0.5);
  border: 1px solid rgb(254 202 202);
}

.sample_problem_item:nth-child(2) {
  background-color: rgb(255 247 237 / 0.5);
  border: 1px solid rgb(254 215 170);
}

.sample_problem_item:nth-child(3) {
  background-color: rgb(254 252 232 / 0.5);
  border: 1px solid rgb(254 240 138);
}

.sample_problem_item:nth-child(4) {
  background-color: rgb(239 246 255 / 0.5);
  border: 1px solid rgb(191 219 254);
}

.sample_problem_item h3 {
  margin-bottom: 15px;
}

.sample_problem_item img {
  width: 50px;
  border-radius: 50%;
  margin-bottom: 30px;
}

/* newjiなら1つの真実で繋がる */
.sample_connect_sec {
  background-color: #f5f5f5;
}

.sample_connect_box {
  align-items: center;
}

.sample_connect_item {
  width: 48%;
  margin-bottom: 30px;
  padding: 30px;
}

.sample_connect_inner_box {
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
}

.sample_connect_inner_box:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: -20px;
}

.sample_connect_inner_box:nth-child(1):before {
  background-image: url(../img/function-detail/sample-icon05.png);
}

.sample_connect_inner_box:nth-child(2):before {
  background-image: url(../img/function-detail/sample-icon06.png);
}

.sample_connect_inner_box:nth-child(3):before {
  background-image: url(../img/function-detail/sample-icon07.png);
}

.sample_connect_inner_box:nth-child(4):before {
  background-image: url(../img/function-detail/sample-icon08.png);
}

.sample_connect_item h3 {
  margin-bottom: 15px;
}

.sample_connect_item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

/* 機能 */
.sample_function_item {
  width: 24%;
  margin-bottom: 30px;
  padding: 20px 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.sample_function_item img {
  width: 50px;
  border-radius: 50%;
  margin-bottom: 30px;
}

.sample_function_item h3 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  text-align: center;
}

.sample_function_item h3 span {
  font-size: 1.2rem;
  display: inline-block;
  background-color: #FA1F6C;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.sample_function_item p {
  text-align: center;
} 

/* 製造業の現場あるある */
.sample_suffering_sec  {
  background-color: #f5f5f5;
}

.sample_suffering_box {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
  align-items: center;
}

.sample_suffering_item {
  width: 48%;
}

.sample_suffering_item h3 {
  margin-bottom: 15px;
}

.sample_suffering_item img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .sample_problem_item {
    width: 100%;
  }

  .sample_connect_item {
    width: 100%;
    padding: 20px;
    margin-bottom: 0;
  }

  .sample_connect_inner_box {
    padding-left: 30px;
  }

  .sample_connect_inner_box:before {
    width: 30px;
    height: 30px;
  }

  .sample_function_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .sample_suffering_box {
    padding: 20px;
  }

  .sample_suffering_item {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }


  
  
  
}


/********* 取引先管理 *********/
.client_fv_sec {
  background-image: url(../img/function-detail/client-fv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* 課題 */
.client_problem_sec {
  padding-left: 40px;
  padding-right: 40px;
}

.client_problem_item {
  width: 19%;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}

.client_problem_item:nth-child(1) {
  border: 1px solid rgb(254, 202, 202);
  background-color: rgb(254, 202, 202, 0.5);
}

.client_problem_item:nth-child(2) {
  border: 1px solid rgb(254, 215, 170);
  background-color: rgb(255, 247, 237, 0.5);
}

.client_problem_item:nth-child(3) {
  border: 1px solid rgb(254, 240, 138);
  background-color: rgb(254, 252, 232, 0.5);
}

.client_problem_item:nth-child(4) {
  border: 1px solid rgb(191, 219, 254);
  background-color: rgb(239, 246, 255, 0.5);
}

.client_problem_item:nth-child(5) {
  border: 1px solid rgb(233, 213, 255);
  background-color: rgb(250, 245, 255, 0.5);
}

.client_problem_item h3 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.client_problem_item img {
  width: 50px;
  border-radius: 50%;
  margin-bottom: 30px;
}

/* 解決できること */
.client_solution_box {
  align-items: center;
}

.client_solution_item {
  width: 48%;
}

.client_solution_inner_item {
  margin-bottom: 30px;
  margin-left: 50px;
  position: relative;
}

.client_solution_inner_item:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: -50px;
  border-radius: 50%;
}

.client_solution_inner_item:nth-child(1):before {
  background-image: url(../img/function-detail/client-icon06.png);
}

.client_solution_inner_item:nth-child(2):before {
  background-image: url(../img/function-detail/client-icon07.png);
}

.client_solution_inner_item:nth-child(3):before {
  background-image: url(../img/function-detail/client-icon08.png);
}

.client_solution_inner_item:nth-child(4):before {
  background-image: url(../img/function-detail/client-icon09.png);
}

.client_solution_inner_item h3 {
  margin-bottom: 15px;
}

.client_solution_item img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}


/* 機能詳細 */
.client_function_sec {
  background-color: #f5f5f5;
}

.client_function_item {
  width: 32%;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

.client_function_item h3 {
  margin-bottom: 15px;
  font-size: 2rem;
  text-align: center;
}

.client_function_item h3 span {
  font-size: 1.2rem;
  display: inline-block;
  background-color: #FA1F6C;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.client_function_item p {
  text-align: center;
}

/* 取引先管理の新しいカタチ */
.client_new_box {
  margin-top: 60px;
  align-items: center;
}

.client_new_item {
  width: 48%;
}

.client_new_item h3 {
  margin-bottom: 15px;
}

.client_new_item p {
  margin-bottom: 30px;
}

.client_new_item ul li {
  margin-bottom: 15px;
  margin-left: 30px;
  position: relative;
}

.client_new_item ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url(../img/function-detail/check_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}

.client_new_item img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

/* よくある質問 */
.client_faq_sec {
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
  .client_problem_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .client_solution_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .client_solution_item img {
    width: 100%;
  }

  .client_function_item {
    width: 100%;
  }

  .client_new_item {
    width: 100%;
  }

  .client_new_item img {
    width: 100%;
    margin-bottom: 15px;
  }
  
  
}

/********* クレーム *********/
.claim_fv_sec {
  background-image: url(../img/function-detail/claim-fv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.claim_overview_box {
  align-items: center;
}

.claim_overview_item {
  width: 48%;
}

.claim_overview_item img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}



.claim_problem_sec {
  padding-left: 40px;
  padding-right: 40px;
  background-color: #f5f5f5;
}

/* 課題 */
.claim_problem_item {
  width:  18%;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
}

.claim_problem_item:nth-child(1) {
  background-color: rgb(254 242 242 / 0.5);
  border: 1px solid rgb(254 202 202);
}

.claim_problem_item:nth-child(2) {
  background-color: rgb(255 247 237 / 0.5);
  border: 1px solid rgb(254 215 170);
}

.claim_problem_item:nth-child(3) {
  background-color: rgb(254 252 232 / 0.5);
  border: 1px solid rgb(254 240 138);
}

.claim_problem_item:nth-child(4) {
  background-color: rgb(239 246 255 / 0.5);
  border: 1px solid rgb(191 219 254);
}

.claim_problem_item:nth-child(5) {
  background-color: rgb(250 245 255 / 0.5);
  border: 1px solid rgb(233 213 255);
}


.claim_problem_item img {
  width: 50px;
  border-radius: 50%;
  margin-bottom: 30px;
}

.claim_problem_item h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

/* 解決できること */
.claim_solution_box {
  align-items: center;
}

.claim_solution_item {
  width: 48%;
}

.claim_solution_inner_item {
  margin-bottom: 30px;
}

.claim_solution_inner_item h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  margin-left: 50px;
  position: relative;
}

.claim_solution_inner_item h3:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/function-detail/claim-icon06.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -50px;
}

.claim_solution_inner_item:nth-child(2) h3:before {
  background-image: url(../img/function-detail/claim-icon07.png);
}

.claim_solution_inner_item:nth-child(3) h3:before {
  background-image: url(../img/function-detail/claim-icon08.png);
} 

.claim_solution_inner_item:nth-child(4) h3:before {
  background-image: url(../img/function-detail/claim-icon09.png);
}

.claim_solution_inner_item p {
  margin-left: 50px;
}

.claim_solution_item img {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

/* 機能詳細 */
.claim_function_sec {
  background-color: #f5f5f5;
}

.claim_function_item {
  width: 48%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
}

.claim_function_item h3 {
  margin-bottom: 15px;
  font-size: 2rem;
  margin-left: 50px;
  position: relative;
}

.claim_function_item h3::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/function-detail/claim-icon10.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -50px;
}

.claim_function_item:nth-child(2) h3::before {
  background-image: url(../img/function-detail/claim-icon11.png);
}

.claim_function_item h3 span {
  font-size: 1.2rem;
  display: inline-block;
  background-color: #FA1F6C;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.claim_function_item p {
  margin-left: 50px;
}

/* 利用シーン */
.claim_scene_box {
  margin-bottom: 50px;
  background-color: #fef2f2;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 30px;
  align-items: center;
}

.claim_scene_box:last-child {
  background-color: #eff6ff;
}

.claim_scene_item-left {
  width: 35%;
}

.claim_scene_item-right {
  width: 55%;
}

.claim_scene_item-right img {
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.claim_scene_item h3 {
  margin-bottom: 15px;
}

/* よくある質問 */
.claim_faq_sec {
  background-color: #f5f5f5;
}


/********* 在庫管理 *********/
.inventory_fv_sec {
  background-image: url(../img/function-detail/inventory-fv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
/* 概要 */
.inventory_overview_box {
  align-items: center;
}

.inventory_overview_item {
  width: 48%;
}

.inventory_overview_item img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}
/* 在庫管理とは */
.inventory_about_sec {
  background-color: #f5f5f5;
}

.inventory_about_box {
  align-items: center;
}

.inventory_about_item {
  width: 48%;
}

.inventory_about_item img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.inventory_about_inner_item {
  margin-bottom: 15px;
}

.inventory_about_inner_item h3 {
  margin-bottom: 15px;
  font-size: 2rem;
  position: relative;
}

.inventory_about_inner_item h3::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/function-detail/inventory-icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -50px;
}

.inventory_about_inner_item:nth-child(2) h3::before {
  background-image: url(../img/function-detail/inventory-icon02.png);
}

.inventory_about_inner_item:nth-child(3) h3::before {
  background-image: url(../img/function-detail/inventory-icon03.png);
}

/* 課題 */
.inventory_problem_item {
  width: 48%;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.inventory_problem_item:nth-child(1) {
  background-color: rgb(254 242 242 / 0.5);
  border: 1px solid rgb(254 202 202);
}

.inventory_problem_item:nth-child(2) {  
  background-color: rgb(255 247 237 / 0.5);
  border: 1px solid rgb(254 215 170);
}

.inventory_problem_item:nth-child(3) {
  background-color: rgb(254 252 232 / 0.5);     
  border: 1px solid rgb(254 240 138);
}

.inventory_problem_item:nth-child(4) {
  background-color: rgb(239 246 255 / 0.5);
  border: 1px solid rgb(191 219 254);
}

.inventory_problem_item h3 {
  margin-bottom: 15px;
  font-size: 2rem;
}

.inventory_problem_item img {
  width: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
}

/* 解決できること */
.inventory_solution_sec {
  background-color: #f5f5f5;
  padding-left: 40px;
  padding-right: 40px;
}

.inventory_solution_item {
  width: 32%;
  padding: 30px;
  border-radius: 10px;
}

.inventory_solution_item:nth-child(1) {
  background-color: #eff6ff;
  border: 1px solid #e5e7eb;
}

.inventory_solution_item:nth-child(2) {
  background-color: #f0fdf4;
  border: 1px solid #e5e7eb;
}

.inventory_solution_item:nth-child(3) {
  background-color: #fff7ed;
  border: 1px solid #e5e7eb;
}

.inventory_solution_item h3 {
  margin-bottom: 15px;
  font-size: 2rem;
}

.inventory_solution_item img {
  width: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
}

/* 機能 */
.inventory_function_item {
  width: 48%;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.inventory_function_item h3 {
  margin-bottom: 15px;
  margin-left: 50px;
  font-size: 2rem;
  position: relative;
}

.inventory_function_item h3::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/function-detail/inventory-icon11.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -50px;
}

.inventory_function_item:nth-child(2) h3::before {
  background-image: url(../img/function-detail/inventory-icon12.png);
}

.inventory_function_item:nth-child(3) h3::before {
  background-image: url(../img/function-detail/inventory-icon13.png);
}

.inventory_function_item:nth-child(4) h3::before {
  background-image: url(../img/function-detail/inventory-icon14.png);
}


.inventory_function_item p {
  margin-left: 50px;
}

.inventory_function_item img {
  width: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
}

/* 利用シーン */
.inventory_scene_sec {
  background-color: #f5f5f5;
}

.inventory_scene_box {
  margin-bottom: 50px;
  border-radius: 10px;
  padding: 30px;
  background-color: rgb(255 247 237 / 0.5);
  border: 1px solid rgb(254 215 170);
  align-items: center;
}

.inventory_scene_box-first {
  background-color: rgb(239 246 255 / 0.5);
  border: 1px solid rgb(191 219 254);
}

.inventory_scene_box:last-child {
  background-color: rgb(254 242 242 / 0.5);
  border: 1px solid rgb(254 202 202);
}

.inventory_scene_item-left {
  width: 35%;
}

.inventory_scene_item-right {
  width: 55%;
}

.inventory_scene_item-right img {
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.inventory_scene_item h3 {
  margin-bottom: 15px;
  font-size: 2rem;
}

/* メリット */
.inventory_benefit_sec {
  padding-left: 40px;
  padding-right: 40px;
}

.inventory_benefit_item {
  width: 32%;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

.inventory_benefit_item h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  text-align: center;
}

.inventory_benefit_item p {
  text-align: center;
}

.inventory_benefit_item img {
  width: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
}

/* よくある質問 */
.inventory_faq_sec {
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
  .inventory_overview_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .inventory_overview_item img {
    width: 100%;
  }

  .inventory_about_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .inventory_about_item img {
    width: 100%;
  }

  .inventory_about_inner_item h3 {
    padding-left: 40px;
  }

  .inventory_about_inner_item h3::before {
    width: 30px;
    height: 30px;
    left: 0;
  }

  .inventory_problem_item {
    width: 100%;
  }

  .inventory_solution_sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inventory_solution_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .inventory_function_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .inventory_scene_item-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .inventory_scene_item-right {
    width: 100%;
  }

  .inventory_benefit_item {
    width: 100%;
    margin-bottom: 15px;
  }
  
}


/********* 複数条件 *********/
.multi-conditions_fv_sec {
  background-image: url(../img/function-detail/multi-conditions-fv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* 課題 */
.multi-conditions_problem_sec .function-detail_sec_h2 {
  margin-bottom: 15px;
}

.multi-conditions_problem_sec .function-detail_sec_center_text {
  margin-top: 15px;
}

.multi-conditions_problem_item {
  width: 48%;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}

.multi-conditions_problem_item:first-child {
  background-color: rgb(254 242 242 / 0.5);
  border: 1px solid rgb(254 202 202);
}

.multi-conditions_problem_item:nth-child(2) {
  background-color: rgb(255 247 237 / 0.5);
  border: 1px solid rgb(254 215 170);
}

.multi-conditions_problem_item:nth-child(3) {
  background-color: rgb(254 252 232 / 0.5);
  border: 1px solid rgb(254 240 138);
}

.multi-conditions_problem_item:nth-child(4) {
  background-color: rgb(239 246 255 / 0.5);
  border: 1px solid rgb(191 219 254);
}

.multi-conditions_problem_item h3 {
  margin-bottom: 15px;
}

.multi-conditions_problem_item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: block;
}

/* 解決できること */
.multi-conditions_solution_sec .function-detail_sec_h2 {
  margin-bottom: 15px;
}

.multi-conditions_solution_sec .function-detail_sec_center_text {
  margin-top: 15px;
}

.multi-conditions_solution_sec {
  background-color: #f5f5f5;
}

.multi-conditions_solution_box {
  align-items: center;
  margin-top: 60px;
}

.multi-conditions_solution_item {
  width: 48%;
}

.multi-conditions_solution_item_inner {
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
}

.multi-conditions_solution_item_inner :before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: -20px;
}

.multi-conditions_solution_item_inner :nth-child(1):before {
  background-image: url(../img/function-detail/sample-icon05.png);
}

.multi-conditions_solution_item img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

/* 機能詳細 */
.multi-conditions_function_item {
  width: 32%;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.multi-conditions_function_item h3 {
  margin-bottom: 15px;
}

.multi-conditions_function_item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: block;
}

.multi-conditions_function_item_btn {
  margin-top: 30px;
}

.multi-conditions_function_item_btn .btn_pink {
  min-height: 40px;
}

/* 利用シーン */
.multi-conditions_scene_sec {
  background-color: #f5f5f5;
}

.multi-conditions_scene_box {
  background-color: rgb(224 231 255 / 0.5);
  border: 1px solid rgb(191 219 254);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  align-items: center;
}

.multi-conditions_scene_box:nth-last-of-type(2){
  background-color: rgb(255 247 237 / 0.5);
  border: 1px solid rgb(254 215 170);
}

.multi-conditions_scene_box:last-child {
  background-color: rgb(209 250 229 / 0.5);
  border: 1px solid rgb(138 250 191);
}

.multi-conditions_scene_item_left {
  width: 35%;
}

.multi-conditions_scene_item_right {
  width: 55%;
}

.multi-conditions_scene_item .multi-conditions_scene_item_tag {
  background-color: #FA1F6C;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 1.2rem;
}

.multi-conditions_scene_item h3 {
  margin-bottom: 15px;
}

.multi-conditions_scene_item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

/* 付加価値 */
.multi-conditions_value_item {
  width: 32%;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.multi-conditions_value_item h3 {
  margin-bottom: 15px;
}

.multi-conditions_value_item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom:15px;
  display: block;
}

/* よくある質問 */
.multi-conditions_faq_sec {
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
  .multi-conditions_fv_left h1 {
    font-size: 2.5rem;
  }

  .multi-conditions_fv_left p {
    font-size: 1.5rem;
  }
  
  .multi-conditions_problem_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .multi-conditions_solution_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .multi-conditions_solution_item_inner :before {
    left: -10px;
  }

  .multi-conditions_solution_item img {
    width: 100%;
  }

  .multi-conditions_function_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .multi-conditions_scene_item_left {
    width: 100%;
    margin-bottom: 15px;
  }

  .multi-conditions_scene_item_right {
    width: 100%;
  }

  .multi-conditions_value_item {
    width: 100%;
    margin-bottom: 15px;
  }
}

/********* 複数販売・複数購買 *********/
.multi-sales-purchase_btn_box {
  margin-top: 30px;
  min-height: 40px;
}

.multi-sales-purchase_btn_box .btn_pink {
  min-height: 40px;
}

.multi-sales-purchase_fv_sec {
  background-image: url(../img/function-detail/multi-sales-purchase-fv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.multi-sales-purchase_problem_sec .function-detail_sec_h2 {
  margin-bottom: 30px;
}

.multi-sales-purchase_problem_sec .function-detail_sec_center_text {
  margin-top: 0;
}

.multi-sales-purchase_problem_item {
  width: 48%;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.multi-sales-purchase_problem_item:nth-child(1) {
  background-color: rgb(254 242 242 / 0.5);
  border: 1px solid rgb(254 202 202);
}

.multi-sales-purchase_problem_item:nth-child(2) {
  background-color: rgb(255 247 237 / 0.5);
  border: 1px solid rgb(254 215 170);
}

.multi-sales-purchase_problem_item:nth-child(3) {
  background-color: rgb(254 252 232 / 0.5);
  border: 1px solid rgb(254 240 138);
}

.multi-sales-purchase_problem_item:nth-child(4) {
  background-color: rgb(239 246 255 / 0.5);
  border: 1px solid rgb(191 219 254);
}

.multi-sales-purchase_problem_item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: block;
}

.multi-sales-purchase_problem_item h3 {
  margin-bottom: 15px;
}

.multi-sales-purchase_solution_sec {
  background-color: #f5f5f5;
}

.multi-sales-purchase_solution_box {
  align-items: center;
}

.multi-sales-purchase_solution_item {
  width: 48%;
}

.multi-sales-purchase_solution_item img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.multi-sales-purchase_solution_item_inner {
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
}

.multi-sales-purchase_solution_item_inner h3 {
  margin-bottom: 15px;
}

.multi-sales-purchase_solution_item_inner:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../img/function-detail/multi-sales-purchase-icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}

.multi-sales-purchase_solution_item_inner:nth-child(2):before {
  background-image: url(../img/function-detail/multi-sales-purchase-icon02.png);
}

.multi-sales-purchase_solution_item_inner:nth-child(3):before {
  background-image: url(../img/function-detail/multi-sales-purchase-icon03.png);
}

.multi-sales-purchase_solution_item_inner:nth-child(4):before {
  background-image: url(../img/function-detail/multi-sales-purchase-icon04.png);
}

.multi-sales-purchase_function_sec {
  padding-left: 40px;
  padding-right: 40px;
}

.multi-sales-purchase_function_item {
  width: 24%;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.multi-sales-purchase_function_item h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}

.multi-sales-purchase_function_item h3:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/function-detail/multi-sales-purchase-icon05.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.multi-sales-purchase_function_item:nth-child(2) h3:before {
  background-image: url(../img/function-detail/multi-sales-purchase-icon06.png);
}

.multi-sales-purchase_function_item:nth-child(3) h3:before {
  background-image: url(../img/function-detail/multi-sales-purchase-icon07.png);
}

.multi-sales-purchase_function_item:nth-child(4) h3:before {
  background-image: url(../img/function-detail/multi-sales-purchase-icon08.png);
}

.multi-sales-purchase_function_item p:first-of-type {
  margin-bottom: 15px;
}

.multi-sales-purchase_scene_sec {
  background-color: #f5f5f5;
}

.multi-sales-purchase_scene_box {
  align-items: center;
  margin-bottom: 30px;
  background-color: rgb(208 234 255 / 0.5);
  border: 1px solid rgb(191 219 254);
  padding: 30px;
  border-radius: 10px;
}

.multi-sales-purchase_scene_box:nth-last-of-type(2) {
  background-color: rgb(255 247 237 / 0.5);
  border: 1px solid rgb(254 215 170);
}

.multi-sales-purchase_scene_box:last-child {
  background-color: rgb(224 231 255 / 0.5);
  border: 1px solid rgb(191 219 254);
}

.multi-sales-purchase_scene_item_left {
  width: 35%;
}

.multi-sales-purchase_scene_item_right {
  width: 55%;
}

.multi-sales-purchase_scene_item_right img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.multi-sales-purchase_scene_item_tag {
  background-color: #FA1F6C;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 1.2rem;
}

.multi-sales-purchase_scene_item h3 {
  margin-bottom: 15px;
}

.multi-sales-purchase_benefit_item {
  width: 32%;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  text-align: center;
}

.multi-sales-purchase_benefit_item img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: block;
  margin: 0 auto;
}

.multi-sales-purchase_benefit_item_data {
  font-size: 4rem;
  margin-bottom: 15px;
  text-align: center;
  color: #0891B2;
  font-weight: 600;
}

.multi-sales-purchase_benefit_item:nth-child(2) .multi-sales-purchase_benefit_item_data {
  color: #2563EB;
}

.multi-sales-purchase_benefit_item:nth-child(3) .multi-sales-purchase_benefit_item_data {
  color: #16A34A;
}

.multi-sales-purchase_benefit_item h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 2rem;
}

.multi-sales-purchase_benefit_item p {
  text-align: center;
}

.multi-sales-purchase_faq_sec {
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
  .multi-sales-purchase_problem_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .multi-sales-purchase_solution_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .multi-sales-purchase_solution_item img {
    width: 100%;
  }

  .multi-sales-purchase_function_sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .multi-sales-purchase_function_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .multi-sales-purchase_scene_item_left,
  .multi-sales-purchase_scene_item_right {
    width: 100%;
  }

  .multi-sales-purchase_scene_item_left {
    margin-bottom: 15px;
  }

  .multi-sales-purchase_benefit_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .multi-sales-purchase_benefit_item img {
    width: 50px;
    height: 50px;
  }

  .function-detail_flex_box p.multi-sales-purchase_benefit_item_data {
    font-size: 3rem;
  }

}

  /********* 一括値上げ・一括値下げ *********/
  .bulk-price-update_fv_sec {
    background-image: url(../img/function-detail/bulk-price-update-fv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }

  .bulk-price-update_problem_box_item {
    width: 48%;
    margin-bottom: 15px;
    padding: 30px;
    border-radius: 10px;
  }

  .bulk-price-update_problem_box_item:nth-child(1) {
    background-color: rgb(254 242 242 / 0.5);
    border: 1px solid rgb(254 202 202);
  }

  .bulk-price-update_problem_box_item:nth-child(2) {
    background-color: rgb(255 247 237 / 0.5);
    border: 1px solid rgb(254 215 170);
  }

  .bulk-price-update_problem_box_item:nth-child(3) {
    background-color: rgb(254 252 232 / 0.5);
    border: 1px solid rgb(254 240 138);
  }

  .bulk-price-update_problem_box_item:nth-child(4) {
    background-color: rgb(239 246 255 / 0.5);
    border: 1px solid rgb(191 219 254);
  }
    

  .bulk-price-update_problem_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: block;
  }

  .bulk-price-update_problem_box_item h3 {
    margin-bottom: 15px;
  }

  .bulk-price-update_solution_sec {
    background-color: #f5f5f5;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bulk-price-update_solution_sec .function-detail_sec_h2 {
    margin-bottom: 0;
  }

  .bulk-price-update_solution_sec .function-detail_sec_center_text {
    margin-top: 15px;
  }

  .bulk-price-update_solution_box_item {
    width: 19%;
    margin-bottom: 15px;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }

  .bulk-price-update_solution_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: block;
  }

  .bulk-price-update_solution_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .bulk-price-update_function_box {
    align-items: center;
  }

  .bulk-price-update_function_box_item {
    width: 48%;
  }

  .bulk-price-update_function_box_item_inner {
    margin-bottom: 30px;
    position: relative;
    padding-left: 50px;
  }

  .bulk-price-update_function_box_item_inner:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/function-detail/bulk-price-update-icon10.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .bulk-price-update_function_box_item_inner:nth-child(2):before {
    background-image: url(../img/function-detail/bulk-price-update-icon11.png);
  }

  .bulk-price-update_function_box_item_inner:nth-child(3):before {
    background-image: url(../img/function-detail/bulk-price-update-icon12.png);
  }

  .bulk-price-update_function_box_item_inner:nth-child(4):before {
    background-image: url(../img/function-detail/bulk-price-update-icon13.png);
  }

  .bulk-price-update_function_box_item_inner h3 {
    margin-bottom: 15px;
  }

  .bulk-price-update_function_box_item img {
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }

  .bulk-price-update_scene_sec {
    background-color: #f5f5f5;
  }

  .bulk-price-update_scene_box {
    align-items: center;
    margin-bottom: 30px;
    background-color: rgb(255 247 237 / 0.5);
    border: 1px solid rgb(254 215 170);
    padding: 30px;
    border-radius: 10px;
  }

  .bulk-price-update_scene_box:nth-last-of-type(2) {
    background-color: rgb(208 234 255 / 0.5);
    border: 1px solid rgb(191 219 254);
  }

  .bulk-price-update_scene_box:last-child {
    background-color: rgb(224 231 255 / 0.5);
    border: 1px solid rgb(191 219 254);
  }
    

  .bulk-price-update_scene_box_item_left {
    width: 35%;
  }

  .bulk-price-update_scene_box_item_right {
    width: 55%;
  }

  .bulk-price-update_scene_box_item_right img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    display: block;
    margin: 0 auto;
  }

  .bulk-price-update_scene_box_item_left h3 {
    margin-bottom: 15px;
  }

  .bulk-price-update_scene_box_item_left .bulk-price-update-scene_tag {
    background-color: #FA1F6C;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 1.2rem;
  }

  @media screen and (max-width: 768px) {
    .bulk-price-update_problem_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .bulk-price-update_solution_sec {
      padding-left: 20px;
      padding-right: 20px;
    }

    .bulk-price-update_solution_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .bulk-price-update_function_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .bulk-price-update_function_box_item img {
      width: 100%;
      margin-top: 15px;
    }

    .bulk-price-update_scene_box_item_left,
    .bulk-price-update_scene_box_item_right {
      width: 100%;
    }

    .bulk-price-update_scene_box_item_left {
      margin-bottom: 15px;
    }

  }

  /********* AI-OCR *********/
  .ai-ocr_fv_sec {
    background-image: url(../img/function-detail/ai-ocr-fv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .ai-ocr_problem_box_item {
    width: 24%;
    padding: 30px;
    border-radius: 10px;
  }

  .ai-ocr_problem_box_item:nth-child(1) {
    background-color: rgb(254 242 242 / 0.5);
    border: 1px solid rgb(254 202 202);
  }

  .ai-ocr_problem_box_item:nth-child(2) {
    background-color: rgb(255 247 237 / 0.5);
    border: 1px solid rgb(254 215 170);
  }

  .ai-ocr_problem_box_item:nth-child(3) {
    background-color: rgb(254 252 232 / 0.5);
    border: 1px solid rgb(254 240 138);
  }

  .ai-ocr_problem_box_item:nth-child(4) {
    background-color: rgb(239 246 255 / 0.5);
    border: 1px solid rgb(191 219 254);
  }

  .ai-ocr_problem_box_item img {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
  }

  .ai-ocr_problem_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  
  /* 解決すること */
  .ai-ocr_solution_sec {
    background-color: #f5f5f5;
  }

  .ai-ocr_solution_box_item {
    width: 48%;
    margin-bottom: 15px;
    padding: 30px;
    border-radius: 10px;
  }

  .ai-ocr_solution_box_item:nth-child(1) {
    background-color: rgb(239 246 255 / 0.5);
    border: 1px solid rgb(191 219 254);
  }

  .ai-ocr_solution_box_item:nth-child(2) {
    background-color: rgb(240 253 244 / 0.5);
    border: 1px solid rgb(187 247 208);
  }

  .ai-ocr_solution_box_item:nth-child(3) {
    background-color: rgb(250 245 255 / 0.5);
    border: 1px solid rgb(233 213 255);
  }

  .ai-ocr_solution_box_item:nth-child(4) {
    background-color: rgb(240 253 250 / 0.5);
    border: 1px solid rgb(153 246 228);
  }

  .ai-ocr_solution_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: block;
  }

  .ai-ocr_solution_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  
  .ai-ocr_function_box_item {
    width: 32%;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }

  .ai-ocr_function_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .ai-ocr_function_box_item p {
    margin-bottom: 15px;
  }

  .ai-ocr_scene_sec {
    background-color: #f5f5f5;
  }

  .ai-ocr_scene_box_item {
    width: 48%;
    margin-bottom: 15px;
    padding: 30px;
    border-radius: 10px;
  }

  .ai-ocr_scene_box_item:nth-child(1) {
    border: 1px solid rgb(191, 219, 254);
  }

  .ai-ocr_scene_box_item:nth-child(2) {
    border: 1px solid rgb(187 247 208);
  }

  .ai-ocr_scene_box_item img {
    width: 70%;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    display: block;
    margin: 30px auto 0;
  }

  .ai-ocr_scene_box_item h3 {
    margin-bottom: 15px;
    text-align: center;
  }

  .ai-ocr_effect_box_item {
    width: 32%;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }

  .ai-ocr_effect_box_item_num {
    font-size: 2rem;
    margin-bottom: 15px;
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    color: #FA1F6C;
  }

  .ai-ocr_effect_box_item h3 {
    margin-bottom: 15px;
    text-align: center;
  }

  .ai-ocr_effect_box_item p {
    text-align: center;
  }

  .ai-ocr_faq_sec {
    background-color: #f5f5f5;
  }

  @media screen and (max-width: 768px) {
    .ai-ocr_problem_box_item {
      width: 100%;
      margin-bottom: 15px;
    }
    
    .ai-ocr_solution_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .ai-ocr_function_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .ai-ocr_scene_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .ai-ocr_scene_box_item img {
      width: 100%;
    }

    .ai-ocr_effect_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .function-detail_flex_box p.ai-ocr_effect_box_item_num {
      font-size: 3rem;
    }

  }


  /********* AI-ORDER *********/
  .ai-order_fv_sec {
    background-image: url(../img/function-detail/ai-order-fv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .ai-order_problem_box_item {
    width: 48%;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .ai-order_problem_box_item:nth-child(1) { 
    background-color: rgb(239 246 255 / 0.5);
    border: 1px solid rgb(191 219 254);
  }

  .ai-order_problem_box_item:nth-child(2) {
    background-color: rgb(240 253 244 / 0.5);
    border: 1px solid rgb(187 247 208);     
  }

  .ai-order_problem_box_item:nth-child(3) {
    background-color: rgb(250 245 255 / 0.5);
    border: 1px solid rgb(233 213 255);
  }

  .ai-order_problem_box_item:nth-child(4) {
    background-color: rgb(240 253 250 / 0.5);
    border: 1px solid rgb(153 246 228);
  }

  .ai-order_problem_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    margin-bottom: 15px;
  }

  .ai-order_problem_box_item h3 {
    margin-bottom: 15px;
  }

  .ai-order_solution_sec {
    background-color: #f5f5f5;
  }

  .ai-order_solution_box {
    margin-bottom: 30px;
    align-items: center;
    background-color: #fff;
    padding: 30px;
  }

  .ai-order_solution_box_item {
    width: 48%;
  }

  .ai-order_solution_box_item h3 {
    margin-bottom: 15px;
  }

  .ai-order_solution_box_item img {
    width: 80%;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    display: block;
  }

  .ai-order_function_box_item {
    width: 48%;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
  }

  .ai-order_function_box_item h3 {
    text-align: center;
    margin-bottom: 15px;
  }

  .ai-order_function_box_item h3 span {
    font-size: 1.2rem;
    display: inline-block;
    background-color: #FA1F6C;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
  }

  .ai-order_function_box_item p {
    text-align: center;
  }

  .ai-order_function_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    display: block;
    margin: 0 auto 15px;
  }

  .ai-order_scene_sec {
    background-color: #f5f5f5;
  }

  .ai-order_scene_box_item {
    width: 32%;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }

  .ai-order_scene_box_item h3 {
    text-align: center;
    margin-bottom: 15px;
  }

  .ai-order_scene_box_item h3 span {
    font-size: 1.2rem;
    display: inline-block;
    background-color: #FA1F6C;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
  }

  .ai-order_scene_box_item p {
    text-align: center;
  }

  .ai-order_scene_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    display: block;
    margin: 0 auto 15px;
  }

  @media screen and (max-width: 768px) {
    .ai-order_problem_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .ai-order_solution_box:nth-child(2),
    .ai-order_solution_box:nth-child(4),
    .ai-order_solution_box:nth-child(6) {
      flex-direction: column-reverse;
    }

    .ai-order_solution_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .ai-order_solution_box_item img {
      width: 100%;
      margin-top: 15px;
      margin-bottom: 15px;
    }

    .ai-order_function_box_item {
      width: 100%;
      margin-bottom: 15px;
    }
    
    .ai-order_scene_box_item {
      width: 100%;
      margin-bottom: 15px;
    }
    
  }

  /********* 仮受注・仮発注 *********/
  .provisional-orders_fv_sec {
    background-image: url(../img/function-detail/provisional-orders-fv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .provisional-orders_problem_box_item {
    width: 24%;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 15px;
    background-color: rgb(254 242 242 / 0.5);
    border: 1px solid rgb(254 202 202);
  }

  .provisional-orders_problem_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    margin-bottom: 15px;
  }

  .provisional-orders_problem_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .provisional-orders_solution_sec {
    background-color: #f5f5f5;
  }
  
  .provisional-orders_solution_box_item {
    width: 32%;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }

  .provisional-orders_solution_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    margin-bottom: 15px;
  }

  .provisional-orders_solution_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .provisional-orders_function_box_item {
    width: 48%;
    margin-bottom: 15px;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgb(254 215 170);
  }

  .provisional-orders_function_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  
  .provisional-orders_use_scene_sec {
    background-color: #f5f5f5;
  }

  .provisional-orders_use_scene_box_item {
    width: 32%;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }

  .provisional-orders_use_scene_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .provisional-orders_flow_box_item {
    width: 80%;
    padding: 60px 30px 30px 30px;
    border: 2px solid rgb(254 215 170);
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto 60px;
    position: relative;
  }
  
  .provisional-orders_flow_box_item::before {
    content: "↓";
    position: absolute;
    bottom: -45px; /* ボックスの下に余白を出す（適宜調整） */
    left: 50%;
    transform: translateX(-50%);
    color: #FA1F6C;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
  } 

  .provisional-orders_flow_box_item:last-child {
    margin-bottom: 0;
  }
  
  .provisional-orders_flow_box_item:last-child::before {
    content: none;
  }

  .provisional-orders_flow_box_item h3 {
    position: relative;
    text-align: center;
    font-size: 2rem;
  }

  .provisional-orders_flow_box_item h3:before {
    display: block;
    font-size: 1.5rem;
    width: 25px;
    height: 25px;
    padding-top: 3px;
    background-color: #FA1F6C;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    text-align: center;
  }
  
  .provisional-orders_flow_box_item p {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 15px;
  }
  
  .provisional-orders_flow_box_item:nth-child(1) h3:before {
    content: "1";
  }
  
  .provisional-orders_flow_box_item:nth-child(2) h3:before {
    content: "2";
  }
  
  .provisional-orders_flow_box_item:nth-child(3) h3:before {
    content: "3";
  }
  
  .provisional-orders_flow_box_item:nth-child(4) h3:before {
    content: "4";
  }
  
  .provisional-orders_flow_box_item:nth-child(5) h3:before {
    content: "5";
  }

  .provisional-orders_faq_sec {
    background-color: #f5f5f5;
  }

  @media screen and (max-width: 768px) {
    .provisional-orders_problem_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .provisional-orders_solution_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .provisional-orders_function_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .provisional-orders_use_scene_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .provisional-orders_use_scene_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .provisional-orders_flow_box_item {
      width: 100%;
    }
    
    
  }

  /********* 帳票出力 *********/
  .form-export_fv_sec {
    background-image: url(../img/function-detail/form-export-fv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .form-export_overview_box {
    align-items: center;
  }

  .form-export_overview_box_item {
    width: 48%;
  }

  .form-export_overview_box_item_title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .form-export_overview_box_item_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form-export_overview_box_item_list li {
    display: block;
    width: 24%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 60px 30px 30px 30px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
  }

  .form-export_overview_box_item_list li:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-image: url(../img/function-detail/document-icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .form-export_problem_sec {
    background-color: #f5f5f5;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-export_problem_box_item {
    width: 24%;
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(254 242 242);
    border: 1px solid rgb(254 202 202);
    margin-bottom: 15px;
  }

  .form-export_problem_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .form-export_problem_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    margin-bottom: 15px;
  }

  .form-export_solution_box_item {
    width: 32%;
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(236 253 245);
    border: 1px solid rgb(183 240 190);
    margin-bottom: 15px;
  }

  .form-export_solution_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
    padding-left: 40px;
    position: relative;
  }

  .form-export_solution_box_item h3:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    margin-bottom: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/function-detail/form-export-icon06.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .form-export_solution_box_item:nth-child(2) h3:before {
    background-image: url(../img/function-detail/form-export-icon08.png);
  }

  .form-export_solution_box_item:nth-child(3) h3:before {
    background-image: url(../img/function-detail/form-export-icon09.png);
  }

  
  .form-export_function_sec {
    background-color: #f5f5f5;
  }

  .form-export_function_box_item {
    width: 48%;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgb(204 169 255);
    margin-bottom: 15px;
  }

  .form-export_function_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
    padding-left: 40px;
    position: relative;
  }

  .form-export_function_box_item h3:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    margin-bottom: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/function-detail/form-export-icon12.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .form-export_function_box_item:nth-child(2) h3:before {
    background-image: url(../img/function-detail/form-export-icon13.png);
  }

  .form-export_function_box_item:nth-child(3) h3:before {
    background-image: url(../img/function-detail/form-export-icon14.png);
  }

  .form-export_function_box_item:nth-child(4) h3:before {
    background-image: url(../img/function-detail/form-export-icon15.png);
  }

  .form-export_function_box_item h3 span {
    font-size: 1.2rem;
    background-color: #FA1F6C;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    margin-left: 10px;
  }

  .form-export_function_box_item:nth-child(2) h3 span {
    background-color: #60a5fa;
  }

  .form-export_scene_box_item {
    width: 32%;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }

  .form-export_scene_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .form-export_scene_box_item_text {
    font-size: 1.2rem;
    margin-top: 15px;
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(239 246 255);
    border-left: 5px solid rgb(96 165 250);
  }

  .form-export_scene_box_item img {
    width: 100%;
    margin: 0 auto; 
    display: block;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }

  .form-export_faq_sec {
    background-color: #f5f5f5;
  }

  @media screen and (max-width: 768px) {
    .form-export_overview_box_item {
      width: 100%;
      margin-bottom: 30px;
    }

    .form-export_overview_box_item:nth-child(2) {
      margin-bottom: 0;
    }

    .function-detail_flex_box p.form-export_overview_box_item_title {
      font-size: 2rem;
    }

    .form-export_overview_box_item_list li {
      width: 48%;
      margin-bottom: 15px;
    }

    .form-export_problem_sec {
      padding-left: 20px;
      padding-right: 20px;
    }

    .form-export_problem_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .form-export_solution_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .form-export_function_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .form-export_scene_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .form-export_scene_box_item img {
      width: 100%;
    }
    
    
  }


  /********* 管理コード *********/
  .management_code_fv_sec {
    background-image: url(../img/function-detail/management-code-fv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .management_code_problem_box_item {
    width: 24%;
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(254 242 242);
    border: 1px solid rgb(254 202 202);
    margin-bottom: 15px;
  }

  .management_code_problem_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
  }

  .management_code_problem_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .management_code_solution_sec {
    background-color: #f5f5f5;
  }

  .management_code_solution_box_item {
    width: 48%;
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(236 253 245);
    border: 1px solid rgb(183 240 190);
  }

  .management_code_solution_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
    position: relative;
    padding-left: 40px;
  }

  .management_code_solution_box_item h3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(../img/function-detail/management-code-icon05.png);
    background-size: cover;
    border-radius: 50%;
  }

  .management_code_solution_box_item:nth-child(2) h3:before {
    background-image: url(../img/function-detail/management-code-icon06.png);
  }

  .management_code_solution_box_item_list {
    margin-top: 15px;
  }

  .management_code_solution_box_item_list p {
    padding-left: 20px;
    position: relative;
  }

  .management_code_solution_box_item_list p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(../img/function-detail/check_icon.svg);
    background-size: cover;
  }
  .management_code_detail_box_item {
    width: 48%;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
  }

  .management_code_detail_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
    position: relative;
    padding-left: 40px;
  }

  .management_code_detail_box_item h3:before {
    content: ""; 
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(../img/function-detail/management-code-icon07.png);
    background-size: cover;
    border-radius: 50%;
  }

  .management_code_detail_box_item:nth-child(2) h3:before {
    background-image: url(../img/function-detail/management-code-icon08.png);
  }

  .management_code_scenario_sec {
    background-color: #f5f5f5;
  }

  .management_code_scenario_box {
    padding: 30px;
    background-color: #eef2ff;
    border: 1px solid rgb(96 165 250);
    border-radius: 10px;
    margin-bottom: 30px;
    align-items: center;
  }

  .management_code_scenario_box_item_left {
    width: 35%;
  }

  .management_code_scenario_box_item_left h3 {
    margin-bottom: 15px;
  }

  .management_code_scenario_box_item_right {
    width: 55%;
    text-align: center;
  }

  .management_code_scenario_box_item_right img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    display: block;
    margin: 0 auto;
  }

  @media screen and (max-width: 768px) {
    .management_code_problem_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .management_code_solution_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .management_code_detail_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .management_code_scenario_box_item_left {
      width: 100%;
      margin-bottom: 15px;
    }

    .management_code_scenario_box_item_right {
      width: 100%;
    }
    
  }
  
  
  
  
  
  /********* 拠点管理 *********/
  .location_fv_sec {
    background-image: url(../img/function-detail/location-fv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .location_problem_box_item {
    width: 24%;
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(254 242 242);
    border: 1px solid rgb(254 202 202);
    margin-bottom: 15px;
  }

  .location_problem_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
  }

  .location_problem_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .location_solution_sec {
    background-color: #f5f5f5;
  }

  .location_solution_box_item {
    width: 48%;
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(236 253 245);
    border: 1px solid rgb(183 240 190);
    margin-bottom: 15px;
  }

  .location_solution_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .location_solution_box_item h3 span {
    font-size: 1.2rem;
    background-color: #FA1F6C;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    margin-left: 10px;
  }
  
  .location_detail_box_item {
    width: 32%;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
  }

  .location_detail_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .location_detail_box_item h3 span {
    font-size: 1.2rem;
    background-color: #FA1F6C;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    margin-left: 10px;
  }
  
  @media screen and (max-width: 768px) {
    .location_problem_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .location_solution_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .location_detail_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

  }
  


  /********* ワークフロー *********/
  .workflow_fv_sec {
    background-image: url(../img/function-detail/workflow-fv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .workflow_problem_sec {
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .workflow_problem_box_item {
    width: 19%;
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(254 242 242);
    border: 1px solid rgb(254 202 202);
    margin-bottom: 15px;
  }

  .workflow_problem_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .workflow_problem_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
  }
  .workflow_solution_box_item {
    width: 48%;
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(236 253 245);
    border: 1px solid rgb(183 240 190);
    margin-bottom: 15px;
  }

  .workflow_solution_box_item h3 {
    position: relative;
    padding-left: 40px;
  }

  .workflow_solution_box_item h3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(../img/function-detail/workflow-icon06.webp);
    background-size: cover;
    border-radius: 50%;
  }

  .workflow_solution_box_item:nth-child(2) h3:before {
    background-image: url(../img/function-detail/workflow-icon07.webp);
  }

  .workflow_solution_box_item:nth-child(3) h3:before {
    background-image: url(../img/function-detail/workflow-icon08.webp);
  }

  .workflow_solution_box_item:nth-child(4) h3:before {
    background-image: url(../img/function-detail/workflow-icon09.webp);
  }
  
  

  .workflow_solution_sec {
    background-color: #f5f5f5;
  }

  .workflow_solution_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .workflow_function_box_item {
    width: 48%;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
  }

  .workflow_function_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .workflow_function_box_item h3 span {
    font-size: 1.2rem;
    background-color: #FA1F6C;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    margin-left: 10px;
  }

  .workflow_scene_sec {
    background-color: #f5f5f5;
  }

  .workflow_scene_box {
    padding: 30px;
    background-color: #eef2ff;
    border: 1px solid rgb(96 165 250);
    border-radius: 10px;
    margin-bottom: 30px;
    align-items: center;
  }

  .workflow_scene_box_item_left {
    width: 35%;
  }

  .workflow_scene_box_item_left h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .workflow_scene_box_item_right {
    width: 55%;
  }

  .workflow_scene_box_item_right img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }

  .workflow_benefit_box_item {
    width: 32%;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
  }

  .workflow_benefit_box_item h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    text-align: center;
  }

  .workflow_benefit_box_item p {
    text-align: center;
  }

  .workflow_benefit_box_item_number {
    font-size: 3rem;
    font-weight: bold;
    color: #FA1F6C;
    text-align: center;
    margin-bottom: 15px;
  }

  .workflow_faq_sec {
    background-color: #f5f5f5;
  }

  @media screen and (max-width: 768px) {
    .workflow_problem_sec {
      padding-left: 20px;
      padding-right: 20px;
    }

    .workflow_problem_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .workflow_solution_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .workflow_function_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .workflow_scene_box_item_left {
      width: 100%;
      margin-bottom: 15px;
    }

    .workflow_scene_box_item_right {
      width: 100%;
    }

    .workflow_scene_box_item_right img {
      width: 100%;
    }

    .workflow_benefit_box_item {
      width: 100%;
      margin-bottom: 15px;
    }
    
  }

  /********* データアーカイブ *********/
  .data_archive_fv_sec {
    background-image: url(../img/function-detail/data-archive-fv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .data_archive_problem_box_item {
    width: 24%;
    margin-bottom: 15px;
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(254 242 242);
    border: 1px solid rgb(254 202 202);
  }

  .data_archive_problem_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
  }

  .data_archive_problem_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .data_archive_solution_sec {
    background-color: #f5f5f5;
    padding-left: 40px;
    padding-right: 40px;
  }

  .data_archive_solution_box_item {
    width: 24%;
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(236 253 245);
    border: 1px solid rgb(183 240 190);
    margin-bottom: 15px;
  }

  .data_archive_solution_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .data_archive_solution_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
  }

  .data_archive_function_box_item {
    width: 32%;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
  }

  .data_archive_function_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .data_archive_scene_sec {
    background-color: #f5f5f5;
  }

  .data_archive_scene_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .data_archive_scene_box_item {
    width: 48%;
    background-color: #eef2ff;
    border: 1px solid rgb(96 165 250);
    border-radius: 10px;
    padding: 30px;
  }

  .data_archive_scene_box_item h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    text-align: center;
  }

  .data_archive_scene_box_item p {
    text-align: center;
  }

  .data_archive_scene_box_item img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    margin-top: 30px;
  }

  @media screen and (max-width: 768px) {
    .data_archive_problem_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .data_archive_solution_sec {
      padding-left: 20px;
      padding-right: 20px;
    }

    .data_archive_solution_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .data_archive_function_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .data_archive_scene_box_item {
      width: 100%;
      margin-bottom: 15px;
    }
    
  }

  /********* 廃止品登録 *********/
  .discontinued_item_fv_sec {
    background-image: url(../img/function-detail/discontinued-item-fv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .discontinued_item_overview_box {
    align-items: center;
  }

  .discontinued_item_overview_box_item {
    width: 48%;
  }

  .discontinued_item_overview_box_item img {
    width: 70%;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    display: block;
    margin: 0 auto;
    padding: 30px;
  }

  .discontinued_item_problem_sec {
    background-color: #f5f5f5;
    padding-left: 40px;
    padding-right: 40px;
  }

  .discontinued_item_problem_box_item {
    width: 19%;
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(254 242 242);
    border: 1px solid rgb(254 202 202);
  }

  .discontinued_item_problem_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .discontinued_item_problem_box_item img {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 15px;
    border-radius: 50%;
  }

  .discontinued_item_solution_box_item {
    width: 48%;
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(236 253 245);
    border: 1px solid rgb(183 240 190);
    margin-bottom: 15px;
  }

  .discontinued_item_solution_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .discontinued_item_solution_box_item h3 span {
    font-size: 1.2rem;
    background-color: #FA1F6C;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    margin-left: 10px;
  }

  .discontinued_item_solution_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
  }

  .discontinued_item_function_sec {
    background-color: #f5f5f5;
  }

  .discontinued_item_function_box_item {
    width: 24%;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
  }

  .discontinued_item_function_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .discontinued_item_function_box_item h3 span {
    font-size: 1.2rem;
    background-color: #FA1F6C;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    margin-left: 10px;
  }

  .discontinued_item_function_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
  }

  .discontinued_item_scene_box {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    align-items: center;
  }

  .discontinued_item_scene_box_item_left {
    width: 35%;
  }

  .discontinued_item_scene_box_item_left h3 {
    margin-bottom: 15px;
  }

  .discontinued_item_scene_box_item_right {
    width: 55%;
  }

  .discontinued_item_scene_box_item_right img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }

  .discontinued_item_benefit_sec {
    background-color: #f5f5f5;
  }

  .discontinued_item_benefit_box_item {
    width: 24%;
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(255 247 237 / 0.3);
    border: 1px solid rgb(254 215 170);
    margin-bottom: 15px;
    text-align: center;
  }

  .discontinued_item_benefit_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .discontinued_item_benefit_box_item p {
    text-align: center;
  }

  .discontinued_item_benefit_box_item_number {
    font-size: 3rem;
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(254 153 78);
  }

  .discontinued_item_benefit_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
  }

  @media screen and (max-width: 768px) {
    .discontinued_item_overview_box_item {
      width: 100%;
      margin-bottom: 15px;
    } 

    .discontinued_item_overview_box_item img {
      width: 100%;
    }

    .discontinued_item_problem_sec {
      padding-left: 20px;
      padding-right: 20px;
    }

    .discontinued_item_problem_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .discontinued_item_solution_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .discontinued_item_function_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .discontinued_item_function_box_item img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-bottom: 15px;
    }

    .discontinued_item_scene_box_item_left {
      width: 100%;
      margin-bottom: 15px;
    }

    .discontinued_item_scene_box_item_right {
      width: 100%;
    }

    .discontinued_item_benefit_box_item {
      width: 100%;
      margin-bottom: 15px;
    }

    .function-detail_flex_box p.discontinued_item_benefit_box_item_number {
      font-size: 2rem;
    }
  }

  /********* マイページ *********/
  .mypage_fv_sec {
    background-image: url(../img/function-detail/my-page-fv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .mypage_function_box_item {
    width: 24%;
    padding: 30px;
    border-radius: 10px;
    background-color: #e0e7ff;
    border: 1px solid #c0cfff;
    margin-bottom: 15px;
  }

  .mypage_function_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
  }

  .mypage_function_box_item h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .mypage_problem_sec {
    background-color: #f5f5f5;
  }

  .mypage_problem_box_item {
    width: 24%;
    padding: 30px;
    border-radius: 10px;
    background-color: #fef2f2;
    border: 1px solid #fde2e2;
    margin-bottom: 15px;
  }

  .mypage_problem_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
  }

  .mypage_problem_box_item h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .mypage_solution_box_item {
    width: 32%;
    padding: 30px;
    border-radius: 10px;
    background-color: #f0fdf4;
    border: 1px solid #bbfee6;
    margin-bottom: 15px;
  }

  .mypage_solution_box_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
  }

  .mypage_solution_box_item h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .mypage_function_detail_sec {
    background-color: #f5f5f5;
  }

  .mypage_function_detail_box_item {
    width: 48%;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
  }

  .mypage_function_detail_box_item h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
  }

  .mypage_function_detail_box_item h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(../img/function-detail/mypage-icon01.webp);
    background-size: cover;
    border-radius: 10px;
  }

  .mypage_function_detail_box_item:last-child h3:before {
    background-image: url(../img/function-detail/mypage-icon02.webp);
  }

  .mypage_function_detail_box_item p {
    padding-left: 40px;
  }

  .mypage_function_detail_box_item ul {
    margin-top: 30px;
  }

  .mypage_function_detail_box_item ul li {
    padding-left: 40px;
    position: relative;
  }

  .mypage_function_detail_box_item ul li:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(../img/function-detail/check_icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  
@media screen and (max-width: 768px) {
  .mypage_function_box_item  {
    width: 100%;
    margin-bottom: 15px;
  }

  .mypage_problem_box_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .mypage_solution_box_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .mypage_function_detail_box_item {
    width: 100%;
    margin-bottom: 15px;
  }
}

/********* マイカタログ *********/
.mycatalog_fv_sec {
  background-image: url(../img/function-detail/my-catalog-fv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mycatalog_problem_sec {
  padding-left: 40px;
  padding-right: 40px;
}

.mycatalog_problem_item {
  width: 19%;
  padding: 30px;
  border-radius: 10px;
  background-color: rgb(254 242 242);
  border: 1px solid rgb(254 202 202);
  margin-bottom: 15px;
}

.mycatalog_problem_item:nth-child(2) {
  background-color: rgb(255 247 237 / 0.5);
  border: 1px solid rgb(254 215 170);
}

.mycatalog_problem_item:nth-child(3) {
  background-color: rgb(254 252 232 / 0.5);
  border: 1px solid rgb(254 240 138);
}

.mycatalog_problem_item:nth-child(4) {
  background-color: rgb(239 246 255 / 0.5);
  border: 1px solid rgb(191 219 254);
}

.mycatalog_problem_item:nth-child(5) {
  background-color: rgb(250 245 255 / 0.5);
  border: 1px solid rgb(233 213 255);
}


.mycatalog_problem_item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.mycatalog_problem_item h3 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.mycatalog_solution_sec {
  background-color: #f5f5f5;
}

.mycatalog_solution_item {
  width: 48%;
}

.mycatalog_solution_item_inner_item {
  margin-bottom: 30px;
}

.mycatalog_solution_item_inner_item h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}

.mycatalog_solution_item_inner_item h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/function-detail/mycatalog-icon06.webp);
  background-size: contain;
  background-position: center;
  border-radius:50%;
}

.mycatalog_solution_item_inner_item:nth-child(2) h3:before {
  background-image: url(../img/function-detail/mycatalog-icon07.webp);
}

.mycatalog_solution_item_inner_item:nth-child(3) h3:before {
  background-image: url(../img/function-detail/mycatalog-icon08.webp);
}

.mycatalog_solution_item_inner_item:nth-child(4) h3:before {
  background-image: url(../img/function-detail/mycatalog-icon09.webp);
}

.mycatalog_solution_item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.mycatalog_function_item {
  width: 48%;
  margin-bottom: 15px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.mycatalog_function_item img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.mycatalog_function_item h3 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.mycatalog_function_item h3 span {
  font-size: 1.2rem;
  padding: 3px 10px;
  border-radius: 15px;
  color: #fff;
  background-color: #FA1F6C;
  margin-left: 10px;
}

.mycatalog_function_item p {
  margin-bottom: 15px;
}

.mycatalog_function_item ul li {
  padding-left: 20px;
  position: relative;
}

.mycatalog_function_item ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url(../img/function-detail/check_icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mycatalog_scene_sec {
  background-color: #f5f5f5;
}

.mycatalog_scene_item {
  width: 48%;
  padding: 30px;
  border-radius: 10px;
  background-color: rgb(224, 231, 255, 0.5);
  border: 1px solid #c0cfff;
  margin-bottom: 15px;
}

.mycatalog_scene_item:nth-child(2) {
  background-color: rgb(209, 250, 229, 0.5);
  border: 1px solid rgb(187, 254, 230);
}

.mycatalog_scene_item:nth-child(3) {
  background-color: rgb(250, 245, 255, 0.5);
  border: 1px solid rgb(224, 231, 255);
}

.mycatalog_scene_item:nth-child(4) {
  background-color: rgb(254, 226, 226, 0.5);
  border: 1px solid rgb(253, 226, 226);
}

.mycatalog_scene_item h3 {
  margin-bottom: 15px;
}

.mycatalog_scene_item h3 span {
  font-size: 1.2rem;
  color: #FA1F6C;
  padding: 3px 10px;
  border-radius: 15px;
  border: 1px solid #FA1F6C;
}

.mycatalog_scene_item_inner {
  margin-top: 30px;
}

.mycatalog_scene_item_inner_item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

.mycatalog_scene_item_inner_item p:last-child {
  font-size: 2rem;
  font-weight: 600;
  color: #FA1F6C;
}

@media screen and (max-width: 768px) {
  .mycatalog_problem_sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mycatalog_problem_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .mycatalog_solution_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .mycatalog_function_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .mycatalog_scene_item {
    width: 100%;
    margin-bottom: 15px;
  }


  
}

/********* 通知 *********/
.notification_fv_sec {
  background-image: url(../img/function-detail/notification-fv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.notification_problem_sec {
  padding-left: 40px;
  padding-right: 40px;
}

.notification_problem_item {
  width: 19%;
  padding: 30px;
  border-radius: 10px;
  background-color: rgb(254 242 242);
  border: 1px solid rgb(254 202 202);
  margin-bottom: 15px;
}

.notification_problem_item h3 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.notification_problem_item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.notification_solution_sec {
  background-color: #f5f5f5;
}

.notification_solution_item {
  width: 32%;
  padding: 30px;
  border-radius: 10px;
  background-color: rgb(240 253 244);
  border: 1px solid rgb(187 247 208);
  margin-bottom: 15px;
}

.notification_solution_item h3 {
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}

.notification_solution_item h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/function-detail/notification-icon06.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.notification_solution_item:nth-child(2) h3:before {
  background-image: url(../img/function-detail/notification-icon07.webp);
}

.notification_solution_item:nth-child(3) h3:before {
  background-image: url(../img/function-detail/notification-icon08.webp);
}

.notification_solution_item span {
  font-size: 1.2rem;
  color: #fff;
  padding: 3px 10px;
  border-radius: 15px;
  background-color: #FA1F6C;
  margin-left: 10px;
}

.notification_function_item {
  width: 48%;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}

.notification_function_item h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}

.notification_function_item h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/function-detail/notification-icon09.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.notification_function_item:nth-child(2) h3:before {
  background-image: url(../img/function-detail/notification-icon10.webp);
}

.notification_function_item p {
  margin-bottom: 15px;
}

.notification_function_item ul li {
  padding-left: 20px;
  position: relative;
}

.notification_function_item ul li:before {
  content: "";  
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url(../img/function-detail/check_icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.notification_scene_sec {
  background-color: #f5f5f5;
}

.notification_scene_item {
  width: 48%;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}

.notification_scene_item h3 {
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}

.notification_scene_item h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/function-detail/notification-icon11.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.notification_scene_item:nth-child(2) h3:before {
  background-image: url(../img/function-detail/notification-icon12.webp);
}

.notification_scene_item_inner {
  margin-top: 15px;
}

.notification_scene_item_inner p {
  padding-left: 30px;
}

.notification_scene_item_inner p:first-child {
  font-size: 1.8rem;
  font-weight: 600;
}

.notification_scene_item_inner_title {
  padding-left: 30px;
  position: relative;
}

.notification_scene_item_inner_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/function-detail/check_icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}


@media screen and (max-width: 768px) {
  .notification_problem_sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .notification_problem_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .notification_solution_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .notification_function_item {
    width: 100%;
    margin-bottom: 15px;
  } 

  .notification_scene_item {
    width: 100%;
    margin-bottom: 15px;
  }
  
}










  
  
  
  
  
  
  

  
  
  
  
  
  




  
  
  
  
  
  

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  



  































































