@charset "UTF-8";
/* CSS Document */
/*
	メインビジュアル
---------------------------------*/
#erp_replace #main .main_visual {
  background-color: #E3F1F9;
}
#erp_replace #main .main_visual .inner_large .mv_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8rem 0;
}
#erp_replace #main .main_visual .inner_large .mv_inner .main_catch {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #erp_replace #main .main_visual .inner_large .mv_inner .main_catch {
    margin: 0 0 5rem;
  }
}
/*
	失敗したくないERPリプレイス
---------------------------------*/
#erp_replace #main #trust {
  background: url(../img/common/bg_dot.png) left top repeat, #246BAF;
  color: #fff;
}
#erp_replace #main #trust .inner .ttl_gr .eng_ttl {
  color: #0099DB !important;
}
#erp_replace #main #trust .inner .ttl_gr .eng_ttl::after {
  background-color: #0099DB !important;
}
#erp_replace #main #trust .inner .ttl_gr .sec_ttl {
  color: #fff !important;
}
#erp_replace #main #trust .inner .ttl_gr .sub_ttl {
  color: #fff !important;
}
#erp_replace #main #trust .inner .trust_txt p {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#erp_replace #main #trust .inner .trust_txt p span {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #erp_replace #main #trust .inner .trust_txt p {
    text-align: justify;
  }
}
/*
	ERP運用の課題
---------------------------------*/
#erp_replace #main #situation .inner > p {
  color: #333 !important;
}
#erp_replace #main #situation .inner .failure_box {
  background-color: #F4F4F4;
  border-radius: 10px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  margin: 200px 0 50px;
  padding: 90px 30px 40px;
}
#erp_replace #main #situation .inner .failure_box > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#erp_replace #main #situation .inner .failure_box > ul::before {
  content: "";
  width: 442px;
  height: 221px;
  background: url(../img/common/img_problem_01.png) center center no-repeat;
  position: absolute;
  top: -265px;
  left: 50%;
  transform: translateX(-50%);
}
#erp_replace #main #situation .inner .failure_box > ul > li {
  background-color: #fff;
  border-radius: 10px;
  width: 455px;
  margin: 0 0 3rem;
  padding: 20px 30px 30px;
  text-align: left;
  position: relative;
}
#erp_replace #main #situation .inner .failure_box > ul > li .year_tag {
  width: 100px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  padding: 8px 0;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
#erp_replace #main #situation .inner .failure_box > ul > li:nth-child(1) .year_tag {
  background-color: #BFC2C4;
}
#erp_replace #main #situation .inner .failure_box > ul > li:nth-child(2) .year_tag {
  background-color: #246BAF;
}
#erp_replace #main #situation .inner .failure_box > ul > li h3 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
  color: #fff;
  margin: 28px 0 20px;
  border-radius: 10px;
  height: 50px;
  align-items: center;
  display: flex;
  line-height: 1.4;
  padding: 0 20px;
  justify-content: center;
}
#erp_replace #main #situation .inner .failure_box > ul > li:nth-child(1) h3 {
  background-color: #BFC2C4;
}
#erp_replace #main #situation .inner .failure_box > ul > li:nth-child(2) h3 {
  background-color: #246BAF;
}
#erp_replace #main #situation .inner .failure_box > ul > li .list_child li span {
  color: #246BAF;
  font-weight: 900;
  font-size: 1.8rem;
	padding: 0 0.2rem;
}
#erp_replace #main #situation .inner .failure_box .failure_txt {
  font-size: 1.6rem;
  margin: 0 0 2rem;
}
#erp_replace #main #situation .inner .failure_box blockquote {
  text-align: left;
  font-size: 1.4rem;
  background-color: #e9e9e9;
  border-radius: 10px;
  padding: 18px;
}
#erp_replace #main #situation .inner .failure_box blockquote ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px;
}
#erp_replace #main #situation .inner .failure_box blockquote ul li {
  margin: 0 20px 0 10px;
  list-style: disc;
}
#erp_replace #main #situation .inner .situation_inner_txt {
  margin: 0 0 40px;
}
#erp_replace #main #situation .inner .risk_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#erp_replace #main #situation .inner .risk_box > li {
  width: 485px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  margin: 0 0 32px;
}
#erp_replace #main #situation .inner .risk_box > li h3 {
  border-radius: 10px 10px 0 0;
  background-color: #246BAF;
  color: #fff;
  text-align: left;
  padding: 2rem 2.5rem;
  font-size: 1.8rem;
  position: relative;
}
#erp_replace #main #situation .inner .risk_box > li h3::after {
  content: "";
  width: 97px;
  height: 80px;
  background-image: url("../img/erp_replace/ icon_caution.png");
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: -6px;
  right: 0;
}
#erp_replace #main #situation .inner .risk_box > li dl {
  padding: 24px;
}
#erp_replace #main #situation .inner .risk_box > li dl dt {
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #erp_replace #main #situation .inner .failure_box {
    margin: 150px 0 30px;
    padding: 20px 0 20px;
  }
  #erp_replace #main #situation .inner .failure_box > ul {
    padding: 50px 20px 25px;
  }
  #erp_replace #main #situation .inner .failure_box > ul::before {
    width: 100%;
    height: 50%;
    background-size: 100% auto;
    top: -267px;
  }
  #erp_replace #main #situation .inner .failure_box > ul > li {
    padding: 20px 20px 30px;
  }
  #erp_replace #main #situation .inner .failure_box > ul > li:nth-child(1) {
    margin: 0 0 7rem;
  }
  #erp_replace #main #situation .inner .failure_box > ul > li:last-child {
    margin: 0;
  }
  #erp_replace #main #situation .inner .failure_box .failure_txt {
    margin: 0 2rem 2rem;
  }
  #erp_replace #main #situation .inner .failure_box blockquote {
    margin: 0 2rem 0;
  }
  #erp_replace #main #situation .inner .situation_inner_txt {
    text-align: justify;
  }
  #erp_replace #main #situation .inner .risk_box > li h3::after {
    top: -14px;
  }
}
/*
	「合わないERP」を生む5つの原因
---------------------------------*/
#erp_replace #main #issue {
  background-color: #f7f7f7;
  position: relative;
}
#erp_replace #main #issue .inner .issue_box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  padding: 8rem 4rem 4rem;
  margin: 0 0 40px;
}
#erp_replace #main #issue .inner .issue_box > ul > li {
  background-color: #F4F4F4;
  border-radius: 10px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  margin: 0 0 8rem;
  position: relative;
  padding: 50px 3.5rem 0.5rem;
}
#erp_replace #main #issue .inner .issue_box > ul > li:last-child {
  margin: 0;
}
#erp_replace #main #issue .inner .issue_box > ul > li > h3 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
  color: #fff;
  background-color: #246BAF;
  border-radius: 28px;
  padding: 1.4rem 4rem;
  text-align: left;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 854px;
}
#erp_replace #main #issue .inner .issue_box > ul > li .issue_box_txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 10px;
}
#erp_replace #main #issue .inner .issue_box > ul > li > .issue_inner {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 3rem;
}
#erp_replace #main #issue .inner .issue_box > ul > li > .issue_inner .issue_inner_before, #erp_replace #main #issue .inner .issue_box > ul > li > .issue_inner .issue_inner_after {
  background-color: #fff;
  border-radius: 10px;
  padding: 3rem;
  text-align: left;
  width: 412px;
}
#erp_replace #main #issue .inner .issue_box > ul > li > .issue_inner .issue_inner_before h4, #erp_replace #main #issue .inner .issue_box > ul > li > .issue_inner .issue_inner_after h4 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
  color: #fff;
  margin: 0 0 2rem;
  text-align: center;
  padding: 1rem 0;
  border-radius: 10px;
}
#erp_replace #main #issue .inner .issue_box > ul > li > .issue_inner .issue_inner_before h4 {
  background-color: #246BAF;
}
#erp_replace #main #issue .inner .issue_box > ul > li > .issue_inner .issue_inner_after h4 {
  background-color: #BFC2C4;
}
#erp_replace #main #issue .inner .issue_box > ul > li > .issue_inner .issue_inner_before > ul li, #erp_replace #main #issue .inner .issue_box > ul > li > .issue_inner .issue_inner_after > ul li {
  border-bottom: 1px dashed #575757;
  padding: 1.5rem 0;
  font-size: 1.5rem;
  line-height: 1.86;
}
#erp_replace #main #issue .inner .issue_box > ul > li > .issue_inner .issue_inner_before > ul li:last-child, #erp_replace #main #issue .inner .issue_box > ul > li > .issue_inner .issue_inner_after > ul li:last-child {
  border-bottom: none;
  padding: 1.5rem 0 0;
}
#erp_replace #main #issue .inner .issue_txt {
  color: #333;
}
@media screen and (max-width: 768px) {
  #erp_replace #main #issue .inner .issue_box {
    padding: 8rem 2rem 2rem;
  }
  #erp_replace #main #issue .inner .issue_box > ul > li {
    margin: 0 0 10rem;
    padding: 50px 0 0.5rem;
  }
  #erp_replace #main #issue .inner .issue_box > ul > li > h3 {
    width: 100%;
  }
  #erp_replace #main #issue .inner .issue_box > ul > li:nth-child(1) > h3::after {
    width: 55px;
    height: 160px;
    background-size: 100% auto;
    right: -5px;
  }
  #erp_replace #main #issue .inner .issue_box > ul > li:nth-child(2) > h3::after {
    width: 64px;
    height: 154px;
    background-size: 100% auto;
    right: -5px;
  }
  #erp_replace #main #issue .inner .issue_box > ul > li:nth-child(3) > h3::after {
    width: 39px;
    height: 151px;
    background-size: 100% auto;
    right: -5px;
  }
  #erp_replace #main #issue .inner .issue_box > ul > li > .issue_inner {
    display: block;
    padding: 1rem 2rem 2rem;
  }
  #erp_replace #main #issue .inner .issue_box > ul > li > .issue_inner .issue_inner_before, #erp_replace #main #issue .inner .issue_box > ul > li > .issue_inner .issue_inner_after {
    width: 100%;
    padding: 2rem;
  }
  #erp_replace #main #issue .inner .issue_box > ul > li > .issue_inner .issue_inner_before {
    margin: 0 0 2rem;
  }
  #erp_replace #main #issue .inner .issue_txt {
    text-align: justify;
  }
}
/*
	NetSuiteがリプレイス先として選ばれる理由
---------------------------------*/
#erp_replace #main #reason .inner figure {
  margin: 0 0 5rem;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
#erp_replace #main #reason .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#erp_replace #main #reason .inner ul li {
  background-color: #fff;
  border-radius: 10px;
  width: 485px;
  margin: 0 0 3rem;
  text-align: left;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
#erp_replace #main #reason .inner ul li h3 {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
  color: #fff;
  margin: 0 0 2rem;
  background-color: #246BAF;
  border-radius: 10px 10px 0 0;
  height: 100px;
  align-items: center;
  display: flex;
  line-height: 1.4;
  padding: 0 2rem;
  position: relative;
}
#erp_replace #main #reason .inner ul li h3::before {
  content: "";
  width: 148px;
  height: 109px;
  background: url(../img/common/img_solution_bg_ttl.png) center center no-repeat;
  position: absolute;
  top: -5px;
  right: 10px;
}
#erp_replace #main #reason .inner ul li p {
  padding: 0 3rem 3rem;
}
/*
	Netsuiteはさまざまな業務課題を解決します。
---------------------------------*/
#erp_replace #main #case_study .inner .case_study_box {
  padding: 11.5rem 4rem 4rem;
}
#erp_replace #main #case_study .inner .case_study_box > ul > li {
  padding: 0 0 4rem;
}
#erp_replace #main #case_study .inner .case_study_box > ul > li:nth-child(1) {
  margin: 0 0 11.5rem;
}
#erp_replace #main #case_study .inner .case_study_box > ul > li .case_tag {
  color: #042444;
  font-size: 2rem;
  font-weight: 900;
  position: absolute;
  top: -70px;
  left: 40px;
}
#erp_replace #main #case_study .inner .case_study_box > ul > li .period {
  font-size: 1.8rem;
  padding: 0 3rem 1rem 85px;
  margin: 0 0 20px;
  position: relative;
}
#erp_replace #main #case_study .inner .case_study_box > ul > li .period::before {
  content: "";
  width: 37px;
  height: 42px;
  background-image: url("../img/erp_replace/icon_calendar.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#erp_replace #main #case_study .inner .case_study_box > ul > li .case_study_inner .case_study_inner_before h4, #erp_replace #main #case_study .inner .case_study_box > ul > li .case_study_inner .case_study_inner_after h4 {
  margin: 0 0 2rem;
}
#erp_replace #main #case_study .inner .case_study_box > ul > li .case_study_inner .case_study_inner_before dl, #erp_replace #main #case_study .inner .case_study_box > ul > li .case_study_inner .case_study_inner_after dl {
  margin: 0 0 5rem;
}
#erp_replace #main #case_study .inner .case_study_box > ul > li .case_study_inner .case_study_inner_before dl dt, #erp_replace #main #case_study .inner .case_study_box > ul > li .case_study_inner .case_study_inner_after dl dt {
  font-weight: 700;
}
#erp_replace #main #case_study .inner .case_btn {
  background-color: #246BAF;
  margin: 1rem auto 0 !important;
}
@media screen and (max-width: 768px) {
  #erp_replace #main #case_study .inner .case_study_box {
    padding: 11.5rem 2rem 4rem;
  }
  #erp_replace #main #case_study .inner .case_study_box > ul > li .case_tag {
    top: -65px;
    left: 10px;
  }
}
/*
	ベンチャーネットの支援アプローチ
---------------------------------*/
#erp_replace #main #support {
  background-color: #E3F1F9;
}
#erp_replace #main #support .inner {
  padding: 7rem 0 5rem;
}
#erp_replace #main #support .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5rem 0 0;
}
#erp_replace #main #support .inner ul li {
  background-color: #fff;
  border-radius: 10px;
  width: 307px;
  margin: 0 39px 5rem 0;
  text-align: left;
  padding: 155px 3rem 3rem;
  box-shadow: 0px 0px 15px 0px rgba(131, 206, 248, 0.2);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(131, 206, 248, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(131, 206, 248, 0.2);
  -o-box-shadow: 0px 0px 15px 0px rgba(131, 206, 248, 0.2);
  -ms-box-shadow: 0px 0px 15px 0px rgba(131, 206, 248, 0.2);
}
#erp_replace #main #support .inner ul li:nth-child(3n) {
  margin: 0 0 5rem;
}
#erp_replace #main #support .inner ul li:last-child {
  margin: 0 0 5rem;
}
#erp_replace #main #support .inner ul li h3 {
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 0.12rem;
  color: #246BAF;
  border-radius: 10px;
  padding: 1.4rem 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
}
#erp_replace #main #support .inner ul li:nth-child(1) h3::before {
  content: "";
  width: 106px;
  height: 172px;
  background: url("../img/erp_replace/img_support_01.png") center center no-repeat;
  position: absolute;
  top: -182px;
  left: 50%;
  transform: translateX(-50%);
}
#erp_replace #main #support .inner ul li:nth-child(2) h3::before {
  content: "";
  width: 231px;
  height: 179px;
  background: url("../img/erp_replace/img_support_02.png") center center no-repeat;
  position: absolute;
  top: -188px;
  left: 50%;
  transform: translateX(-50%);
}
#erp_replace #main #support .inner ul li:nth-child(3) h3::before {
  content: "";
  width: 131px;
  height: 186px;
  background: url("../img/erp_replace/img_support_03.png") center center no-repeat;
  position: absolute;
  top: -202px;
  left: 50%;
  transform: translateX(-50%);
}
#erp_replace #main #support .inner ul li:nth-child(4) h3::before {
  content: "";
  width: 172px;
  height: 168px;
  background: url("../img/erp_replace/img_support_04.png") center center no-repeat;
  position: absolute;
  top: -177px;
  left: 50%;
  transform: translateX(-50%);
}
#erp_replace #main #support .inner ul li:nth-child(5) h3::before {
  content: "";
  width: 170px;
  height: 168px;
  background: url("../img/erp_replace/img_support_05.png") center center no-repeat;
  position: absolute;
  top: -184px;
  left: 50%;
  transform: translateX(-50%);
}
#erp_replace #main #support .inner ul li:nth-child(6) h3::before {
  content: "";
  width: 130px;
  height: 168px;
  background: url("../img/erp_replace/img_support_06.png") center center no-repeat;
  position: absolute;
  top: -184px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #erp_replace #main #support .inner ul li {
    margin: 0 0 5rem;
  }
}
/*
	当サービスの共有責任モデル
---------------------------------*/
#erp_replace #main #model .inner {
  padding: 7rem 0 10rem;
}
#erp_replace #main #model .inner .model_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 180px 0 0;
}
#erp_replace #main #model .inner .model_list > li {
  width: 307px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
#erp_replace #main #model .inner .model_list > li:nth-child(1) {
  border: solid 3px #246BAF;
}
#erp_replace #main #model .inner .model_list > li:nth-child(2) {
  border: solid 3px #013678;
}
#erp_replace #main #model .inner .model_list > li:nth-child(3) {
  border: solid 3px #F1B832;
}
#erp_replace #main #model .inner .model_list > li dl {
  border-radius: 10px 10px 0 0;
}
#erp_replace #main #model .inner .model_list > li dl dt {
  color: #fff;
  padding: 30px 30px 20px;
  position: relative;
}
#erp_replace #main #model .inner .model_list > li dl dt h3 {
  margin: 0 0 5px;
}
#erp_replace #main #model .inner .model_list > li dl dt p {
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
#erp_replace #main #model .inner .model_list > li:nth-child(1) dl dt {
  background-color: #246BAF;
}
#erp_replace #main #model .inner .model_list > li:nth-child(2) dl dt {
  background-color: #013678;
}
#erp_replace #main #model .inner .model_list > li:nth-child(3) dl dt {
  background-color: #F1B832;
}
#erp_replace #main #model .inner .model_list > li:nth-child(1) dl dt::before {
  content: "";
  width: 109px;
  height: 99px;
  background-image: url("../img/erp_replace/img_model_01.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
#erp_replace #main #model .inner .model_list > li:nth-child(2) dl dt::before {
  content: "";
  width: 161px;
  height: 133px;
  background-image: url("../img/erp_replace/img_model_02.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -115px;
  left: 50%;
  transform: translateX(-50%);
}
#erp_replace #main #model .inner .model_list > li:nth-child(3) dl dt::before {
  content: "";
  width: 87px;
  height: 120px;
  background-image: url("../img/erp_replace/img_model_03.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
#erp_replace #main #model .inner .model_list > li dl dd {
  padding: 8px 20px 25px;
}
@media screen and (max-width: 768px) {
  #erp_replace #main #model .inner .model_list {
    margin: 120px 0 0;
  }
  #erp_replace #main #model .inner .model_list > li {
    margin: 0 auto 16rem;
  }
  #erp_replace #main #model .inner .model_list > li:last-child {
    margin: 0 auto;
  }
}