.sales_trouble_section{
  position: relative;
  overflow: hidden;
  background: #D7ECC6;
  padding-bottom: 230px;
}

.sales_trouble_wrapper{
  position: relative;
  z-index: 2;
}

.sales_trouble_midashi{
  margin: -30px 0 0;
  font-size: 32px;
  font-family: "yug_b";
}

.sales_trouble_img_wrapper{
  width: 50%;
}

.sales_trouble_img_wrapper img{
  width: 100%;
}

.sales_trouble_txt{
  margin-top: 40px;
  font-family: "yug_b";
  line-height: 1.8;
}

.sales_trouble_bg_wrapper{
  width: 130%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.sales_trouble_bg_wrapper img{
  width: 100%;
}


.sales_merdem_section{
  background: #D7ECC6;
  padding-bottom: 60px;
}

.sales_merdem_wrapper{
  display: flex;
  align-items: stretch;
}

.sales_merdem_item{
  width: 46%;
  margin-right: 8%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  border-radius: 20px;
  padding: 40px 30px 25px;
  box-sizing: border-box;
  font-family: "yug_b";
}

.sales_merdem_item:last-child{
  margin-right: 0;
}

.sales_merdem_item_midashi{
  display: flex;
  align-items: center;
  justify-content: center;
}

.sales_merdem_item_midashi_img{
  width: 65%;
}

.sales_merdem_item_midashi_img img{
  width: 100%;
}

.sales_merdem_item_midashi_txt{
  margin: 0 0 0 3%;
  font-size: 32px;
  font-family: "yug_b";
}

.sales_merdem_item_merit_wrapper{
  margin-bottom: 30px;
}

.sales_merdem_item_merit_midashi{
  margin: 0;
  text-align: center;
  background: #F3D13F;
  padding: 3px 0;
}

.sales_merdem_item_merit_txt{
  margin-top: 10px;
  font-size: 16px;
}

.sales_merdem_item_demerit_midashi{
  margin: 0;
  text-align: center;
  background: #D9D9D9;
  padding: 3px 0;
}

.sales_merdem_item_demerit_txt{
  margin-top: 10px;
  font-size: 16px;
}

.sales_merdem_item_inner{
  margin-top: 45px;
}


.sales_menu_section{
  background: #7CBE47;
  padding: 40px 0;
}

.sales_menu_midashi_wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}

.sales_menu_midashi_txt{
  margin: 0 0 0 1%;
  color: #fff;
  font-size: 32px;
  font-family: "yug_b";
}

.sales_menu{
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sales_menu li a{
  padding: 10px 50px 10px 20px;
  display: block;
  border-right: 1px solid #fff;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-family: "yug_b";
}

.sales_menu li:first-child a{
  padding-left: 0;
}

.sales_menu li:last-child a{
  padding-right: 0;
  border-right: 0px;
}

.sales_menu li a::before,
.sales_menu li a::after{
  content: "";
  width: 10px;
  height: 3px;
  background: #fff;
  position: absolute;
}

.sales_menu li a::before{
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 25px;
}

.sales_menu li a::after{
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  right: 20px;
}

.sales_menu li:last-child a::before{
  right: -20px;
}

.sales_menu li:last-child a::after{
  right: -25px;
}

.sales_midashi_inner{
  display: flex;
  align-items: center;
}


.sales_midashi_img_wrapper{
  width: 5%;
  margin-right: 1%;
}

.sales_midashi_img_wrapper img{
  width: 100%;
}

.sales_midashi{
  margin: 0;
  font-size: 40px;
  font-family: "yug_b";
}

.sales_midashi_txt{
  font-family: "yug_b";
  line-height: 1.8;
}

.sales_flow_item_wrapper{
  margin-top: 40px;
}

.sales_flow_item{
  display: flex;
  align-items: flex-start;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  position: relative;
}

.sales_flow_item:first-child{
  border-radius: 10px 10px 0 0;
}

.sales_flow_item:last-child{
  border-radius: 0 0 10px 10px;
}

.sales_flow_item::after{
  content: "";
  width: 3px;
  height: 60%;
  background: #F3D13F;
  position: absolute;
  bottom: 0;
  left: 6%;
}

.sales_flow_item_midashi{
  margin: 0;
  font-size: 24px;
  font-family: "yug_b";
}

.sales_flow_item_txt{
  font-size: 18px;
  margin-top: 10px;
}

.sales_flow_item_txt span{
  display: inline-block;
  margin-bottom: 5px;
  background: #fff;
}

.sales_flow_item_txt span:last-child{
  margin-bottom: 0;
}

.sales_flow_item_right_wrapper{
  width: 40%;
  height: 100%;
  margin: 0 0 0 auto;
  position: absolute;
  top: 0;
  right: 0;
}

.sales_flow_item:first-child .sales_flow_item_right_wrapper img{
  border-radius: 0 10px 0 0;
}

.sales_flow_item:last-child .sales_flow_item_right_wrapper img{
  border-radius: 0 0 10px 0;
}

.sales_flow_item_right_wrapper::before{
  content: "";
  display: block;
  padding-top: calc(210/377*100%);
}

.sales_flow_item_right_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.sales_flow_item_no_wrapper{
  padding: 20px 0 0 30px;
  box-sizing: border-box;
  width: 10%;
  margin-right: 3%;
}

.sales_flow_item_no_wrapper img{
  width: 100%;
}

.sales_flow_item_txt_wrapper{
  padding: 20px 0 60px;
  z-index: 1;
}

.sales_flow_section{
  padding: 60px 0 80px;
}


.sales_kinds_section{
  background: #FAFAF0;
  padding: 60px 0 80px;
}

.sales_kinds_item_wrapper{
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.sales_kinds_item{
  width: 32%;
  margin-right: 2%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  border-radius: 20px;
  text-align: center;
}

.sales_kinds_item:last-child{
  margin-right: 0;
}

.sales_kinds_item_midashi{
  margin: 0;
  background: rgba(132,194,82, .4);
  font-size: 24px;
  font-family: "yug_b";
  padding: 25px 0;
  border-radius: 20px 20px 0 0;
}

.sales_kinds_item_label{
  margin: 0 0 5px;
  font-size: 18px;
  font-family: "yug_b";
}

.sales_kinds_item_val{
  margin: 0;
  font-family: "yug_b";
  display: flex;
  align-items: center;
  justify-content: center;
}

.sales_kinds_item_val_batsu{
  font-size: 30px;
  color: #004ADA;
}

.sales_kinds_item_val_maru{
  font-size: 30px;
  color: #D20900;
}

.sales_kinds_item_transaction{
  background: rgba(217,217,217,.2);
}

.sales_kinds_item_register{
  background: rgba(217,217,217,.2);
}

.sales_kinds_item_contract,
.sales_kinds_item_transaction,
.sales_kinds_item_reporting,
.sales_kinds_item_register{
  padding: 15px 0;
}

.sales_kinds_item_img{
  padding: 30px 0 25px;
}


.sales_cost_section{
  padding: 60px 0 80px;
}

.sales_cost_item_wrapper{
  margin-top: 40px;
}

.sales_cost_item{
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
}

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

.sales_cost_item_midashi{
  font-size: 24px;
  font-family: "yug_b";
  background: rgba(132,194,82, .4);
  margin: 0;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 0 20px;
}

.sales_cost_item_txt{
  font-size: 18px;
  width: 70%;
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.8;
}

.sales_cost_item_txt span{
  background: linear-gradient(transparent 50%, #F3D13F 0%);
  font-family: "yug_b";
}

.sales_cost_item_txt_warning{
  font-size: 14px;
  margin-top: 10px;
}

.sales_document_section{
  background: #FAFAF0;
  padding: 60px 0 80px;
}

.sales_document_item_wrapper{
  margin-top: 40px;
}

.sales_document_item{
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  background: #fff;
}

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

.sales_document_item_midashi{
  margin: 0;
  font-family: "yug_b";
  font-size: 24px;
  background: rgba(132,194,82, .4);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  border-radius: 20px 0 0 20px;
}

.sales_document_item_txt{
  width: 70%;
  font-size: 18px;
  width: 70%;
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.8;
}


.sales_loan_section{
  padding: 60px 0 80px;
  position: relative;
  z-index: 2;
}

.sales_loan_item_wrapper{
  margin-top: 40px;
}

.sales_loan_item{
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  margin-bottom: 25px;
}

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

.sales_loan_item_midashi_wrapper{
  display: flex;
  align-items: center;
  background: #CEE7BA;
  border-radius: 20px 20px 0 0;
}

.sales_loan_item_midashi_img{
  width: 20%;
  margin-right: 1%;
}

.sales_loan_item_midashi_img img{
  width: 100%;
}

.sales_loan_item_midashi_txt{
  margin: 0;
  font-size: 24px;
  font-family: "yug_b";
}

.sales_loan_item_inner{
  display: flex;
  align-items: center;
  padding: 40px 20px 40px 45px;
  box-sizing: border-box;
}

.sales_loan_item_inner_img_wrapper{
  width: 40%;
  margin-right: 5%;
}

.sales_loan_item_inner_img_wrapper img{
  width: 100%;
}

.sales_loan_item_inner_right_wrapper{
  width: 55%;
}

.sales_loan_item_inner_right_merit_wrapper,
.sales_loan_item_inner_right_demerit_wrapper{
  display: flex;
  align-items: stretch;
}

.sales_loan_item_inner_right_merit_wrapper{
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.sales_loan_item_inner_right_demerit_wrapper{
  padding-top: 10px;
}

.sales_loan_item_inner_right_merit_midashi,
.sales_loan_item_inner_right_demerit_midashi{
  margin: 0;
  background: #7CBE47;
  color: #fff;
  font-family: "yug_b";
  font-size: 18px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
}

.sales_loan_item_inner_right_merit,
.sales_loan_item_inner_right_demerit{
  font-size: 18px;
  padding: 15px 10px;
  box-sizing: border-box;
  line-height: 1.8;
}

.sales_interval_section{
  background: #7CBE47;
  color: #fff;
  padding: 45px 0;
  position: relative;
  z-index: 2;
}

.sales_interval_wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}

.sales_interval_txt{
  margin: 0 0 0 1%;
  font-size: 32px;
  font-family: "yug_b";
}

.sales_sum_section{
  padding: 60px 0 300px;
  position: relative;
  overflow: hidden;
  background: #D7ECC7;
}

.sales_sum_wrapper{
  position: relative;
  z-index: 2;
}

.sales_sum_txt{
  font-family: "yug_b";
  line-height: 1.8;
}


@media(max-width: 670px){

  .sales_trouble_midashi{
    font-size: 24px;
  }

  .sales_trouble_img_wrapper{
    width: 100%;
    margin-left: -4%;
  }

  .sales_trouble_bg_wrapper{
    width: 420%;
  }

  .sales_merdem_wrapper{
    display: block;
  }

  .sales_merdem_item{
    width: 100%;
    padding: 30px 25px;
    margin-bottom: 30px;
  }

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

  .sales_merdem_item_midashi_img{
    width: 60%;
  }

  .sales_merdem_item_midashi_txt{
    margin-left: 2%;
    font-size: 24px;
  }

  .sales_merdem_item_inner{
    margin-top: 30px;
  }

  .sales_merdem_item_merit_txt,
  .sales_merdem_item_demerit_txt{
    font-size: 12px;
  }

  .sales_menu_section{
    padding: 30px 0;
  }

  .sales_menu_midashi_img_wrapper{
    width: 60%;
  }

  .sales_menu_midashi_img_wrapper img{
    width: 100%;
  }

  .sales_menu_midashi_txt{
    font-size: 24px;
  }

  .sales_menu{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 4%;
    margin-right: 4%;
  }

  .sales_menu li{
    margin-bottom: 20px;
  }

  .sales_menu li:last-child{
    margin-bottom: 0;
  }

  .sales_menu li a{
    padding: 5px 30px 5px 10px;
  }

  .sales_menu li:first-child a,
  .sales_menu li:nth-child(3) a,
  .sales_menu li:nth-child(5) a{
    padding-left: 0;
  }

  .sales_menu li:last-child a{
    padding-right: 10px;
    border-radius: 1px solid #fff;
  }

  .sales_menu li a::before,
  .sales_menu li a::after{
    height: 2px;
    width: 7px;
  }

  .sales_menu li a::before{
    right: 13px;
  }

  .sales_menu li a::after{
    right: 8px;
  }

  .sales_flow_section{
    padding: 30px 0 50px;
  }

  .sales_midashi_img_wrapper{
    width: 15%;
  }

  .sales_midashi{
    font-size: 24px;
  }

  .sales_flow_item_wrapper{
    margin-top: 30px;
  }

  .sales_flow_item{
    flex-wrap: wrap;
  }

  .sales_flow_item_txt_wrapper{
    width: 60%;
    padding: 15px 15px 0 0;
    box-sizing: border-box;
  }

  .sales_flow_item_no_wrapper{
    width: 33%;
    margin-right: 7%;
    padding: 15px 0 0 20px;
  }

  .sales_flow_item_midashi{
    font-size: 18px;
  }

  .sales_flow_item_txt{
    font-size: 13px;
  }

  .sales_flow_item::after{
    left: 20%;
    height: 72%;
  }

  .sales_flow_item_txt span{
    display: inline;
  }

  .sales_flow_item_right_wrapper{
    width: 60%;
    position: relative;
  }

  .sales_kinds_section{
    padding: 30px 0 50px;
  }

  .sales_kinds_item_wrapper{
    margin-top: 30px;
  }

  .sales_kinds_item_wrapper{
    display: block;
  }

  .sales_kinds_item{
    width: 87%;
    margin: 0 auto 35px;
  }

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

  .sales_kinds_item_midashi{
    font-size: 20px;
  }

  .sales_kinds_item_label{
    font-size: 16px;
  }

  .sales_kinds_item_val_batsu,
  .sales_kinds_item_val_maru{
    font-size: 27px;
  }

  .sales_kinds_item_val{
    font-size: 18px;
  }

  .sales_kinds_item:last-child{
    margin-right: auto;
  }

  .sales_cost_item{
    border-radius: 15px;
  }

  .sales_cost_item_midashi{
    font-size: 18px;
    width: 40%;
    border-radius: 15px 0 0 15px;
  }

  .sales_cost_item_txt{
    font-size: 13px;
    padding: 20px;
    width: 60%;
  }

  .sales_cost_item_txt_warning{
    font-size: 10px;
  }

  .sales_cost_section{
    padding: 30px 0 50px;
  }

  .sales_document_section{
    padding: 30px 0 50px;
  }

  .sales_document_item{
    border-radius: 15px;
  }

  .sales_document_item_midashi{
    width: 40%;
    font-size: 18px;
    text-align: center;
    border-radius: 15px 0 0 15px;
  }

  .sales_document_item_txt{
    width: 60%;
    font-size: 13px;
    padding: 20px;
  }

  .sales_loan_item_midashi_wrapper{
    position: relative;
    border-radius: 15px 15px 0 0;
  }

  .sales_loan_item_midashi_img{
    width: 40%;
    margin-right: 0;
  }

  .sales_loan_item_midashi_txt{
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
  }

  .sales_loan_item{
    border-radius: 15px;
  }

  .sales_loan_item_inner{
    display: block;
    padding: 40px 30px 40px 35px;
  }

  .sales_loan_item_inner_img_wrapper{
    width: 100%;
    margin-right: 0;
  }

  .sales_loan_item_inner_right_wrapper{
    width: 100%;
    margin-top: 40px;
  }

  .sales_loan_item_inner_right_merit_midashi,
  .sales_loan_item_inner_right_demerit_midashi{
    font-size: 13px;
  }

  .sales_loan_item_inner_right_merit,
  .sales_loan_item_inner_right_demerit{
    font-size: 13px;
    padding: 10px;
  }

  .sales_interval_section{
    padding: 30px 0;
  }

  .sales_interval_wrapper{
    margin: 0 4%;
  }

  .sales_interval_img_wrapper{
    width: 65%;
  }

  .sales_interval_img_wrapper img{
    width: 100%;
  }

  .sales_interval_txt{
    font-size: 24px;
  }

  .sales_sum_section{
    padding: 50px 0 230px;
  }

  .sales_trouble_bg_wrapper{
    width: 350%;
  }

  section.sales_trouble_section::before{
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
  }

}