/*##### Sales #####*/
.boxSalesTop {
  margin-bottom: 73px;
  padding-top: 35px;
}
@media all and (max-width: 640px){
  .boxSalesTop {
    margin-bottom: 10%;
    padding-top: 3%;
  }
}

.boxSalesTop > .ttl {
  margin-bottom: 48px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #353535;
}
@media all and (max-width: 640px){
  .boxSalesTop > .ttl {
    margin-bottom: 5%;
    line-height: 1.4;
    font-size: 6.5vw;
  }
}

.boxSalesEx {
  background: #f0f0f0;
  padding: 25px 30px;
}
.boxSalesEx h2 {
  text-align: center;
  font-size: 1.8rem;
  margin: 0 0 20px;
  color: #353535;
  font-weight: bold;
}

@media all and (max-width: 640px){
  .boxSalesEx h2 {
    font-size: 5vw;
  }
}



.boxSalesTop .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 55px;
  padding: 0 20px 77px 20px;
  background-image: url('./../../images/sales/sales-top-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxSalesTop .ul01 {
    position: relative;
    display: block;
    margin-bottom: 12%;
    padding: 150% 0 0 0;
    background-image: url('./../../images_sp/sales/sp-sales-top-bg01.png'),url('./../../images/sales/sales-top-icn-arrow01.png');
    background-repeat: no-repeat,no-repeat;
    background-position: center top,center bottom;
    background-size: 100% auto,auto auto;
  }
  .boxSalesTop .ul01 {
    background-image: url('./../../images_sp/sales/sp-sales-top-bg01.png'),url('./../../images/sales/sales-top-icn-arrow01.png');
  }
}


.boxSalesTop .ul01 > li {
  overflow: hidden;
  width: 30%;
  height: 290px;
  padding-top: 65px;
  background-image: url('./../../images/sales/sales-top-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  text-align: center;
  line-height: 1.9;
  /*text-shadow: 1px 1px 0 #fff,-1px -1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px 0 0 #fff,1px 0 0 #fff,2px 2px 0 #fff,-2px -2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px 0 0 #fff,2px 0 0 #fff;*/
  font-size: 1.1rem;
  color: #fff;
}
.boxSalesTop .ul01 > li:nth-child(1) {
  padding-top: 75px;
  padding-right: 0;
}
.boxSalesTop .ul01 > li:nth-child(2) {
  padding-top: 62px;
  padding-right: 0;
}
.boxSalesTop .ul01 > li:nth-child(3) {
  padding-top: 50px;
  padding-right: 0;
}
@media all and (max-width: 640px){
  .boxSalesTop .ul01 > li {
    position: absolute;
    width: 60%;
    height: auto;
    padding-top: 0;
    background: none;
    font-size: 3.5vw;
  }
  .boxSalesTop .ul01 > li:nth-child(1) {
    top: 97vw;
    left: 1%;
    padding-top: 0;
  }
  .boxSalesTop .ul01 > li:nth-child(2) {
    top: 50vw;
    left: auto;
    right: 1vw;
    width: 56%;
    padding-top: 0;
  }
  .boxSalesTop .ul01 > li:nth-child(3) {
    top: 18vw;
    left: 0;
    width: 45%;
    padding-top: 0;
  }
}

.boxSalesTop .ul01 > li .large {
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxSalesTop .ul01 > li .large {
    font-size: 4.0vw;
  }
}


/***** Sales *****/
.boxSales .boxBaseCom {
  text-align: left;
  line-height: 2.3;
  letter-spacing: 0.05em;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxSales .boxBaseCom {
    line-height: 1.9;
    font-size: 4.3vw;
  }
}

@media all and (max-width: 640px){
  .boxSales .boxBaseCom.small {
    letter-spacing: 0.03em;
    font-size: 3.5vw;
  }
}

.boxSales01 {
  margin-bottom: 80px;
}
@media all and (max-width: 640px){
  .boxSales02,
  .boxSales03,
  .boxSales04,
  .boxSales05,
  .boxSales01 {
    margin-bottom: 15%;
    padding: 0 5%;
  }
}

.boxSales01 .ttl {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.45;
  font-size: 1.8rem;
  color: #db174f;
}
@media all and (max-width: 640px){
  .boxSales01 .ttl {
    margin-bottom: 5%;
    letter-spacing: 0.1em;
    font-size: 6.0vw;
  }
}

.boxSales01 .boxBaseCom {
  text-align: left;
}

.boxSales02 {
  margin-bottom: 75px;
}
@media all and (max-width: 640px){
  .boxSales02 {
    margin-bottom: 13%;
  }
}

.boxSales02LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 60px;
}
@media all and (max-width: 640px){
  .boxSales02LR {
    display: block;
    margin-bottom: 8vw;
  }
}

.boxSales02L {
  width: 51%;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxSales02L {
    width: 100%;
    margin-bottom: 5%;
  }
}

.boxSales02R {
  width: 46%;
}
@media all and (max-width: 640px){
  .boxSales02R {
    width: 100%;
  }
}

.boxSales02R .ttl02 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxSales02R .ttl02 {
    margin-bottom: 5%;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 5.7vw;
  }
}

.boxSales02R .boxBaseCom p {
  margin-bottom: 14px;
}
@media all and (max-width: 640px){
  .boxSales02R .boxBaseCom p {
    margin-bottom: 7%;
  }
}

.boxSales02R .boxBaseCom p:last-child {
  margin-bottom: 0;
}

.boxSales0201 .boxImg {
  margin-bottom: 35px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxSales0201 .boxImg {
    margin-bottom: 7%;
  }
}

@media all and (max-width: 640px){
  .boxSales0201 .boxImg .icnSalesArrow01 {
    width: 33%;
  }
}

.boxSales0201 .boxBaseCom {
  margin-bottom: 15px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxSales0201 .boxBaseCom {
    margin-bottom: 5%;
    text-align: left;
  }
}

.boxSales0201 .boxBaseCom.no02 {
  line-height: 1.6;
  font-size: 1.8rem;
  color: #e05625;
}
@media all and (max-width: 640px){
  .boxSales0201 .boxBaseCom.no02 {
    line-height: 1.8;
    letter-spacing: -0.05em;
    font-size: 4.9vw;
    text-align: center;
  }
}

.boxSales0201 .boxBaseCom.no03 {
  margin-bottom: 20px;
}
@media all and (max-width: 640px){
  .boxSales0201 .boxBaseCom.no03 {
    margin-bottom: 7%;
  }
}

.boxSales02 .ttlBase11,
.boxSales04 .ttlBase11,
.boxSales05 .ttlBase11,
.boxSales03 .ttlBase11 {
  margin-bottom: 30px;
}
@media all and (max-width: 640px){
  .boxSales02 .ttlBase11,
  .boxSales04 .ttlBase11,
  .boxSales05 .ttlBase11,
  .boxSales03 .ttlBase11 {
    margin-bottom: 3vw;
    letter-spacing: -0.05em;
  }
}

.boxSales0301 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  min-height: 270px;
  margin-bottom: 60px;
}
@media all and (max-width: 640px){
  .boxSales0301 {
    min-height: auto;
    margin-bottom: 7%;
    padding-top: 44%;
  }
}

.boxSales0301L {
  width: 48%;
}
@media all and (max-width: 640px){
  .boxSales0301L {
    margin-top: -44%;
    width: 48%;
  }
}

.boxSales0301R {
  width: 50.5%;
}
@media all and (max-width: 640px){
  .boxSales0301R {
    margin-top: -44%;
    width: 50.5%;
  }
}

.boxSales0301R .boxWorkPlace {
  margin-bottom: 5px;
}
@media all and (max-width: 640px){
  .boxSales0301R .boxWorkPlace {
    margin-bottom: 2%;
    line-height: 1.1;
    font-size: 3.5vw;
  }
}

.boxSales0301R .boxJobPosi {
  margin-bottom: 10px;
}
@media all and (max-width: 640px){
  .boxSales0301R .boxJobPosi {
    margin-bottom: 2%;
  }
}

.boxSales0301R .boxNameKana {
  margin-bottom: 0.5em;
  letter-spacing: 0.3em;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxSales0301R .boxNameKana {
    font-size: 0.8rem;
  }
}

.boxSales0301R .boxName {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px #151515 solid;
  font-size: 2.9rem;
  color: #353535;
}
@media all and (max-width: 640px){
  .boxSales0301R .boxName {
    margin-bottom: 5%;
    padding-bottom: 1%;
    border-bottom: 1px #1a368d solid;
    font-size: 7.0vw;
  }
}

.boxSales0301R .dlFormerJob {
  font-size: 2.2rem;
}
@media all and (max-width: 640px){
  .boxSales0301R .dlFormerJob {
    font-size: 4.3vw;
  }
}

.boxSales0301R .dlFormerJob > dt,
.boxSales0301R .dlFormerJob > dd {
  display: inline-block;
}

.boxSales0301R .dlFormerJob > dt:after {
  content: '：';
}

.boxSalesFaq {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 27px;
}
@media all and (max-width: 640px){
  .boxSalesFaq {
    display: block;
    margin-bottom: 12%;
  }
}

.boxSalesFaqOne {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 22px;
}
@media all and (max-width: 640px){
  .boxSalesFaqOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9%;
  }
}

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

.boxSalesFaqOne:nth-child(2n) {
  margin-right: 0;
}

.boxSalesFaqOne .ttl {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  margin-bottom: 22px;
  padding: 0 0 0 75px;
  background-image: url('./../../images/sales/sales-icn-faq-q01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  background-color: #f0f0f0;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxSalesFaqOne .ttl {
    min-height: 12.5vw;
    margin-bottom: 5%;
    padding: 0 0 0 17.5%;
    background-image: url('./../../images_sp/sales/sp-sales-icn-faq-q01.png');
    background-size: 14% auto;
    line-height: 1.2;
    font-size: 5.0vw;
  }
}

.boxSalesFaqOne .ttl span {
  display: table-cell;
  vertical-align: middle;
}

@media all and (max-width: 640px){
  .boxSalesFaqOne .boxBaseCom {
    overflow: hidden;
    position: relative;
    height: 30vw;
  }
}

@media all and (max-width: 640px){
  .boxSalesFaqOne .boxBaseCom .boxCover01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  }
}

@media all and (max-width: 640px){
  .boxSalesFaqOne .boxBaseCom .boxBtnOpen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 65%;
    padding: 3.5% 0;
    background-color: #1a368d;
    text-align: center;
    line-height: 1.0;
    font-size: 5.5vw;
    font-weight: 700;
    color: #fff;
  }
}


.boxSales04 {
  margin-bottom: 85px;
  padding-top: 5px;
}
@media all and (max-width: 640px){
  .boxSales04 {
    margin-bottom: 15%;
    padding-top: 0;
  }
}

.boxSales05Wrap {
  margin-bottom: 70px;
}
@media all and (max-width: 640px){
  .boxSales05Wrap {
    margin-bottom: 15vw;
  }
}

.boxSales05 .ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 70px;
  margin-bottom: 25px;
  background-image: url('./../../images/sales/sales-ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 70px;
  text-align: left;
}
@media all and (max-width: 640px){
  .boxSales05 .ttl {
    position: relative;
    display: block;
    min-height: auto;
    margin-bottom: 7%;
    padding-top: 18%;
    background-image: url('./../../images_sp/sales/sp-sales-ttl-bg01.png');
    background-size: 100% auto;
  }
}

.boxSales05 .ttl .ttlSub {
  width: 127px;
  padding-top: 2px;
  padding-left: 10px;
  line-height: 1.2;
  letter-spacing: normal;
  font-size: 1.35rem;
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxSales05 .ttl .ttlSub {
    position: absolute;
    top: 50%;
    left: 1%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25%;
    padding-top: 0;
    padding-left: 0;
    font-size: 3.8vw;
  }
}

.boxSales05 .ttl .ttlMain {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #151515;
}
@media all and (max-width: 640px){
  .boxSales05 .ttl .ttlMain {
    position: absolute;
    top: 50%;
    left: 30%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 71%;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 4.3vw;
  }
}

.boxSales .boxSales0501 .boxBaseCom {
  text-align: center;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxSales .boxSales0501 .boxBaseCom {
    margin-bottom: 5vw;
    text-align: left;
    line-height: 1.5;
    font-size: 1.0rem;
  }
}

.boxSales0501F {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 640px){
  .boxSales0501F {
    display: block;
  }
}

.boxSales0501FOne {
  width: 29.8%;
  margin-right: 5.3%;
  margin-bottom: 40px;
}
@media all and (max-width: 640px){
  .boxSales0501FOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7vw;
  }
}

.boxSales0501FOne:nth-child(3n) {
  margin-right: 0;
}

.boxSales0501FOne .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 57px;
  margin-bottom: 30px;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  line-height: 1.4;
}
@media all and (max-width: 640px){
  .boxSales0501FOne .ttl02 {
    height: 20.5vw;
    margin-bottom: 5vw;
    background-size: 100% auto;
  }
}

.boxSales0501FOne:nth-child(1) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0101.png');
}
.boxSales0501FOne:nth-child(2) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0102.png');
}
.boxSales0501FOne:nth-child(3) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0103.png');
}
.boxSales0501FOne:nth-child(4) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0104.png');
}
.boxSales0501FOne:nth-child(5) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0105.png');
}
.boxSales0501FOne:nth-child(6) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0106.png');
}
.boxSales0501FOne:nth-child(7) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0107.png');
}
.boxSales0501FOne:nth-child(8) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0108.png');
}
.boxSales0501FOne:nth-child(9) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0109.png');
}
.boxSales0501FOne:nth-child(10) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0110.png');
}
.boxSales0501FOne:nth-child(11) .ttl02 {
  background-image: url('./../../images/sales/sales0501-bg0111.png');
}
@media all and (max-width: 640px){
  .boxSales0501FOne:nth-child(1) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0101.png');
  }
  .boxSales0501FOne:nth-child(2) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0102.png');
  }
  .boxSales0501FOne:nth-child(3) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0103.png');
  }
  .boxSales0501FOne:nth-child(4) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0104.png');
  }
  .boxSales0501FOne:nth-child(5) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0105.png');
  }
  .boxSales0501FOne:nth-child(6) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0106.png');
  }
  .boxSales0501FOne:nth-child(7) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0107.png');
  }
  .boxSales0501FOne:nth-child(8) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0108.png');
  }
  .boxSales0501FOne:nth-child(9) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0109.png');
  }
  .boxSales0501FOne:nth-child(10) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0110.png');
  }
  .boxSales0501FOne:nth-child(11) .ttl02 {
    background-image: url('./../../images_sp/sales/sp-sales0501-bg0111.png');
  }
}

.boxSales0501FOne .ttl02 .icnAccordionSp02 {
  position: absolute;
  top: 50%;
  right: 2vw;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8vw;
}

.boxSales0501FOne .ttl02 .ttlSub {
  width: 45%;
  padding-left: 65px;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxSales0501FOne .ttl02 .ttlSub {
    width: 47%;
    padding-left: 24vw;
  }
}

.boxSales0501FOne .ttl02 .ttlSub .ttlNum {
  display: block;
  font-size: 1.2rem;
}
@media all and (max-width: 640px){
  .boxSales0501FOne .ttl02 .ttlSub .ttlNum {
    font-size: 1.5rem;
  }
}

.boxSales0501FOne .ttl02 .ttlSub .ttlStr {
  display: block;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxSales0501FOne .ttl02 .ttlSub .ttlStr {
    letter-spacing: -0.03em;
    font-size: 3.0vw;
  }
}

.boxSales0501FOne .ttl02 .ttlMain {
  width: 55%;
  padding-right: 20px;
  text-align: right;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}
.boxSales0501FOne .ttl02 .ttlMain.short {
  letter-spacing: -0.05em;
}
@media all and (max-width: 640px){
  .boxSales0501FOne .ttl02 .ttlMain {
    width: 53%;
    padding-right: 11vw;/*5vw;*/
  }
}

.boxSales0501FOne .ul01 > li {
  margin-bottom: 10px;
}
@media all and (max-width: 640px){
  .boxSales0501FOne .ul01 > li {
    margin-bottom: 3vw;
  }
}

.boxSales0501FOne .ul01 > li:before {
  content: '■';
  margin-right: 7px;
  color: #151515;
}
@media all and (max-width: 640px){
  .boxSales0501FOne .ul01 > li:before {
    margin-right: 1vw;
  }
}



/***** TtlSales01 *****/
.ttlSales01 {
  min-height: 70px;
  margin-bottom: 58px;
  padding: 23px 0 0 105px;
  background-repeat: no-repeat,no-repeat;
  background-position: 19px 8px, left top;
  background-size: auto auto, auto 70px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .ttlSales01 {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    padding: 17.8% 0 0 0;
    background-repeat: no-repeat,no-repeat;
    background-position: 4% center, left top;
    background-size: 18% auto, 100% auto;
    letter-spacing: 0.05em;
    font-size: 5.0vw;
  }
  .ttlSales01.short {
    letter-spacing: -0.03em;
  }
  .ttlSales01 span {
    position: absolute;
    top: 50%;
    left: 24%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.3;
  }
}

.ttlSales01.no01 {
  background-image: url('./../../images/sales/sales-ttl-num01.png'),url('./../../images/sales/sales-ttl-bg01.png');
}
.ttlSales01.no02 {
  background-image: url('./../../images/sales/sales-ttl-num02.png'),url('./../../images/sales/sales-ttl-bg01.png');
}
.ttlSales01.no03 {
  background-image: url('./../../images/sales/sales-ttl-num03.png'),url('./../../images/sales/sales-ttl-bg01.png');
}
.ttlSales01.no04 {
  background-image: url('./../../images/sales/sales-ttl-num04.png'),url('./../../images/sales/sales-ttl-bg01.png');
}
.ttlSales01.no05 {
  background-image: url('./../../images/sales/sales-ttl-num06.png'),url('./../../images/sales/sales-ttl-bg01.png');
}
@media all and (max-width: 640px){
  .ttlSales01.no01 {
    background-image: url('./../../images_sp/sales/sp-sales-ttl-num01.png'),url('./../../images_sp/sales/sp-sales-ttl-bg01.png');
  }
  .ttlSales01.no02 {
    background-image: url('./../../images_sp/sales/sp-sales-ttl-num02.png'),url('./../../images_sp/sales/sp-sales-ttl-bg01.png');
  }
  .ttlSales01.no03 {
    background-image: url('./../../images_sp/sales/sp-sales-ttl-num03.png'),url('./../../images_sp/sales/sp-sales-ttl-bg01.png');
  }
  .ttlSales01.no04 {
    background-image: url('./../../images_sp/sales/sp-sales-ttl-num04.png'),url('./../../images_sp/sales/sp-sales-ttl-bg01.png');
  }
  .ttlSales01.no05 {
    background-image: url('./../../images_sp/sales/sp-sales-ttl-num05.png'),url('./../../images_sp/sales/sp-sales-ttl-bg01.png');
  }
}



.boxSales05 {
  margin-bottom: 4em;
}