/*#sale-main h2::before,
#sale-price h2::before{
  position: absolute;
  top: 1em;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  background:#28a745;
  box-shadow: 0 0.6em 0 #28a745, 0.6em 0 0 #28a745, 0.6em 0.6em 0 #28a745;
  content: "";
}*/
/*#sale-main h2,
#sale-price h2{
  position: relative;
  border-left: #28a745 solid 5px;
}*/
/*#sale-main h2:first-letter,
#sale-price h2:first-letter {
  font-size:1.5em;
  color:#28a745;
}*/
#sale-main h2,
#sale-price h2{
  position: relative;
  color: white;
  background:#28a745;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  border-radius: 10px;
}
#sale-main h2:before,
#sale-price h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}
#sale-flow h3{
    border-radius: 10px;
    color: #28a745;
    text-align: center;
    background-color: #f0ffe8;
}
.sale-txt{
    background-color: #f7fff3;
    border-radius: 10px;
}
/*#sale-flow h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  position: absolute;
  left : 0.5em;
}*/
#sale-flow h4{
    position: relative;
    padding-top: 1.5em;
    color: #333333;
    text-shadow: 0 0 5px #fff;
  border-bottom: solid 1px #d1d1d1;
}
#sale-flow h4::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    color: rgb(40,167,69,25%);
    font-size: 3em;
    line-height: 1;
    content: attr(data-number);
    pointer-events: none;
}
#sale-flow li.border-success{
  border: 3px solid #28a745!important;
}
#sale-flow dl dt{
  font-weight: 100;
}
#sale-flow dl a{
  color:#28a745;
}
h2.square-two-length {
    position: relative;
}
#sale-flow h2 {
  padding: .4vw .7vw;
}
.free th {
  width: 35%;
}
caption {
  caption-side: top !important;
}
#sale-flow ol ul li {
  margin-left: 22px;
  list-style-type: disc;
}
#sale-flow .nav-pills .nav-link {
  color: #E11C00;
  opacity: .5;
}
#sale-flow .nav-pills .nav-link:hover {
  background-color: #FFBE6D;
  opacity: 1;
}
#sale-flow .nav-pills .nav-link.active,
#sale-flow .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #FF8E00 !important;
  opacity: 1;
}
#sale-flow .comment {
    border:solid 3px #28a745;
    border-radius: 10px;
  background-color: rgb(81 167 69 / .5%);
}

#sale-flow ol h2,
#sale-flow ol h2{
    position: relative;
    padding-top: 1.5em;
    color:#28a745;
      border-bottom: solid 2px #c6dfcc;
}
#sale-flow ol h2::before,
#sale-flow ol h2::before{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    color:#c6dfcc;
    font-size: 3em;
    line-height: 1;
    content: attr(data-number);
    pointer-events: none;
}
@media (min-width: 768px){
  
}

@media (max-width: 991px){
  
}

@media (max-width: 767px){
  #business h3 {
    padding: 1vw 2vw;
    font-size: 120%;
    line-height: 1.5;
  }
  #sale-flow #buy h2,
  #sale-flow #sale h2{
    font-size: 1.5em;
  }
}

@media (max-width: 575px){
  
}

@media (min-width: 768px){

}

@media (max-width: 991px){
  
}

@media (max-width: 767px){

}

@media (max-width: 575px){

}
