/*##### Sales #####*/

.boxSales {
  padding-top: 72px;
  position: relative;
  top: -14px;
}
@media all and (max-width: 640px){
  .boxSales {
    padding-top: 15vw;
	padding-bottom:0;
	margin-top: -20px;
	top: 0;
  }
}
.boxLink{
  margin: 0 auto;
  position: relative;
  top: -3rem;
  z-index: 10;
}
@media all and (max-width: 640px){
  .boxLink{
	margin-top: 1rem;
    top: 0;
  }
}
.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 *****/
.pageAbout .boxSales .boxMechanic01 .boxBaseCom {
  text-align: center;
}
.boxSales .boxBaseCom {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
/*  font-size: 1.0rem; */
}
@media all and (max-width: 640px){
  .boxSales .boxBaseCom {
    line-height: 1.7;
    letter-spacing: 0.18em;
     /*font-size: 0.78rem; 4.3vw*/ /* 0.95rem */
  }
}
.boxSales .boxSales05 .boxBaseCom {
  text-align: left;
  width: 100%;
}
@media all and (max-width: 640px){
  .boxSales .boxBaseCom.small {
    letter-spacing: 0.03em;
    font-size: 3.5vw;
  }
}

.boxBaseCom p strong{
  background: linear-gradient(transparent 50%, #fcecec 50%);
}


.boxSales01 {
  margin-bottom: 80px;
}
@media all and (max-width: 640px){
  .boxSales02,
  .boxSales03,
  .boxSales04,
  .boxSales05,
  .boxSales06,
  .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: 80px;
}
@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: flex-start;
  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%;
  }
}
.boxSales02L_po1,
.boxSales02L_po1v2 {
  width: 51%;
  text-align: center;
}

@media all and (max-width: 640px){
  .boxSales02L_po1,
  .boxSales02L_po1v2  {
    width: 100%;
    margin-bottom: 5%;
  }
}
.boxSales02R {
  width: 46%;
}
@media all and (max-width: 640px){
  .boxSales02R {
    width: 100%;
    margin-top: 5%;
  }
}

.boxSales05 .ttl01 ,
.boxSales02R .ttl01 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
  color: #a6191b;
}
@media all and (max-width: 640px){
  .boxSales05 .ttl01 ,
  .boxSales02R .ttl01 {
    margin-bottom: 5%;
    text-align: center;
    letter-spacing: 0; /*0.05em*/
    font-size: 1rem;/*4.7vw*/
  }
}
.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: 35px;
}
@media all and (max-width: 640px){
  .boxSales02R .boxBaseCom p {
    margin-bottom: 7%;
  }
}

.boxSales02R .boxBaseCom p:last-child {
  margin-bottom: 0;
}
.boxSales02R .boxBaseCom p .subttl {
  color: #48a3d2;
  font-size: 1.142rem;
}
@media all and (max-width: 640px){
  .boxSales02R .boxBaseCom p .subttl {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
  }
}

.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:30px; /*60*/
}
@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;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxSales0301R .boxJobPosi {
    margin-bottom: 4%;
    font-size: 1.1rem;
  }
}

.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: 4%;
    border-bottom: 1px #151515 solid;
    font-size: 5.12vw;
  }
}

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

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

.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/common/icn-q.svg');
  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: 1rem; /* 4.0vw */
  }
}

.boxSalesFaqOne .ttl span {
  color: #0189e7;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
}

@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: 50px;/*70*/
  margin-bottom: 25px;
  /* background-image: url('./../../images/sales/sales-ttl-bg04.png'); */
  background-image: url('./../../images/common/icn-q.svg');
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: auto 40px;
  text-align: left;
  line-height: 1.3;
  background-color: transparent;
  padding: 0 0 0 50px;
  position: relative;
}
@media all and (max-width: 640px){
  .boxSales05 .ttl {
    display: block;
    /*padding-top: 4%; */ /* 6% */
    /* padding-left: 53px; */
    padding-left: 2.5em;
    margin: 0 auto 4%;
    /* background-image: url(./../../images/sales/sales-ttl-bg04.png); */
    /* background-size: auto 38px; */
    background-size: auto 1.8rem;
    background-position: left 5px;
    min-height: inherit;
	padding-bottom: 2%;
	padding-top: 2%;
  }
}

.boxSales05 .ttl::before{
  content:'Q';
  color: #f6ff00;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  position: absolute;
  top: 9px;
  left: 12px;
}

@media all and (max-width: 640px){
  .boxSales05 .ttl::before{
    top: 9px;
    left: 10px;
  }
}

.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;
  }
}

.boxSales06 {
  margin-bottom: 85px;
  padding-top: 5px;
}
.boxSales06 .boxWrap {
  display:flex;
  gap:6em;
}
.boxSales06 .boxWrap .boxItem {
  width:100%;
}
.boxSales06 .imgWrapper {
  max-width:100%;
}
.boxSales06 .el_ttl02 {
  margin-top: 1.3em;
}
.boxSales06 .boxWrap .imgWrapper {
    display: flex;
    justify-content: center;

}
@media all and (max-width: 640px){
  .boxSales06 {
    margin-bottom: 15%;
    padding-top: 0;
  }
  .boxSales06 .boxWrap {
    display:flex;
    gap: 2em;
    flex-direction: column;
  }
  .boxSales06 .boxWrap .imgWrapper {
    height: 45vw;
  }
}

/***** TtlSales01 *****/
.ttlSales01 {
  min-height: 70px;
  margin-bottom: 58px;
  padding: 23px 0 0 185px;
  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: #000;
}
@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: 30%;
    -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');
    margin-bottom: 5%;
  }
  .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;
}
@media all and (max-width: 640px){
  .boxSales05 {
    margin-bottom: 0;
  }
}


.ayumi_box dl{
  align-items: flex-start;
  display: flex;
  position: relative;
  justify-content: flex-start;
  margin-bottom: 50px;
}

@media all and (max-width: 640px){
  .ayumi_box dl{
    margin-bottom: 30px;
  }
}
.ayumi_box dl::before{
  background: #ddd;
  content: '';
  height: 100%;
  left: 96px;
  position: absolute;
  top: 170px;
  width: 2px;
  z-index: 1;
}

@media all and (max-width: 640px){
  .ayumi_box dl::before{
    left: 49px;
    top: 50px;
    width: 2px;
  }
}

.ayumi_box dl.last::before{
  display: none;
}

.ayumi_box dl dt{
  border-radius: 150px;
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 200px;
  z-index: 10;
}


.ayumi_box dl dt img{
  max-height: 100%;
  height: 100%;
  left: 50%;
  position: absolute;
  object-fit: cover;
  object-position: center;
  transform:translate(-50%,-50%);
  top: 50%;
  max-width: 100%;
  width: 100%;
}


@media all and (max-width: 640px){
  .ayumi_box dl dt{
    height: 100px;
    width: 100px;
  }
}

.ayumi_box dl dd{
  padding-left: 5%;
  width: calc( 100% - 150px);
}
@media all and (max-width: 640px){
  .ayumi_box dl dd{
    width: calc( 100% - 100px);
  }
}

.ayumi_box dl dd .capt{
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 19px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .ayumi_box dl dd .capt{
    line-height: 1.8;
  }
}

.ayumi_box dl dd .capt > span{
  display: inline;
  background: rgb(246,165,51);
  background: linear-gradient(144deg, rgba(246,165,51,1) 0%, rgba(235,115,53,1) 100%);
  color: #fff;
  padding:.25rem .5rem;
}

@media (max-width: 640px) {
  .ayumi_box dl dd .capt > span {
    padding:.25rem 0;
  }
  .ayumi_box dl dd .capt span span{
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

.ayumi_box dl dd .capt br{
  line-height: 0;
}

.ayumi_box dl dd h3 {
  color: #00acc1;
  font-size: 1.4rem;
  margin: 0 0 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 600;
  position: relative;
  text-align: left;
}
@media (max-width: 640px) {
  .ayumi_box dl dd h3 {
    font-size: 1rem;
    letter-spacing: 0.25px;
  }
}

.ayumi_box .tag{
  background: #fff;
  color: #004ea2;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 1rem 0 2.5em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding: .75rem 1.25rem;
  position:relative;
  z-index: 10;
}
@media (max-width: 640px) {
  .ayumi_box .tag{
    font-size: 1rem;
    margin-bottom:2em;
  }
}

.data_content .appr_list{
  margin: 0 auto;
  width: 100%;
}

.data_content .appr_list.wide{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

@media all and (max-width: 640px){
  .data_content .appr_list{
    display: flex;
  }
  .data_content .appr_list.wide{
    margin-bottom: .5rem;
  }
}



.data_content .cloum_box{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.data_content .box_inner{
  margin: 0 auto;
  max-width: 1050px;
  width: 100%;	
}

@media all and (min-width: 641px){
  .data_content .cloum_box .appr_list{
    width: 40%;
  }
  .data_content .appr_list.wide{
    width: 100%;
  }
  .data_content .appr_list.sp_col{
    display: block;
	width: 30%;
  }
}
@media all and (max-width: 640px){
  .data_content .cloum_box{
    display: block;
  }
}

.data_content h3 {
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color:#090a5e;
  text-align: center;
}

@media all and (max-width: 640px){
  .data_content h3 {
    font-size: 1rem;
    margin-bottom: 0rem;
    letter-spacing: .25px;
  }
}

.data_content .appr_list li{
  background-color:#141c7b;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  min-height: 150px;
  padding: 1.5rem 1.25rem;
  position: relative;
  text-align: center;
  overflow: hidden;	
}

.data_content .appr_list.wide li{
  width:19%;
}

@media all and (max-width: 640px){
  .data_content .appr_list.wide li{
	margin-bottom: .5rem;
	padding: 1.5rem .25rem 1rem;
    width: 49%;
  }
}

.data_content .appr_list li img{
  filter: brightness(0) saturate(100%) invert(7%) sepia(88%) saturate(4974%) hue-rotate(238deg) brightness(91%) contrast(95%);
  position: absolute;
  top: .3rem;
  left: .3rem;
  display: block;
  margin: 0;
  max-width: 23px;
  opacity:1;
}

@media all and (max-width: 640px){
  .data_content .appr_list li img{
    top: 1vw;
    left: 1vw;
    max-width:4.5vw;
  }
}

.data_content .appr_list li.icon_human img{
  max-width: 30px;
}

@media all and (max-width: 640px){
  .data_content .appr_list li.icon_human img{
    max-width: 1.05rem;
	top: .3rem;
    left: .25rem;
  }
}

.data_content .appr_list li.icon_pay img{
  max-width: 60px;
}

@media all and (max-width: 640px){
  .data_content .appr_list li.icon_pay img{
    max-width: 2.8rem;
	top: .3rem;
    left: .3rem;
  }
}


.data_content .cloum_box .appr_list li{
  width: 100%;
}

@media all and (max-width: 640px){
  .data_content .appr_list li{
    font-size: .85rem;
    min-height: inherit;
    padding: 2rem .25rem 1.5rem;
    width: 50%;
  }
}
.data_content .appr_list li::before{
  content: '';
  background-color: #f6ff00;
  left: -4rem;
  top: -2rem;
  height: calc(130px / 2);
  width: 120px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(-45deg);
  position: absolute;
  z-index: 0;
/*  mix-blend-mode: color-burn; */
}


@media all and (max-width: 640px){
  .data_content .appr_list li::before{
    height: calc(100px / 2);
    width: 26vw;
    left: -10vw;
    top: -3vw;
  }
}
/*
.data_content .appr_list li:nth-child(2){
  background-color:#474747;
}

.data_content .appr_list li:nth-child(2)::before{
  opacity: .5;
}
*/
.data_content .appr_list li .text{
  margin: auto 0;
  position: relative;
/*  text-shadow: 2.5px 2.5px #e03158; */
  z-index: 5;
}

.data_content .appr_list p{
  margin-bottom: .35rem;
  line-height: 1.25;
}

.data_content .appr_list .icon_money p{
  margin: 0 0 .25rem 0;
}

.data_content .appr_list p.small{
  font-size: .9rem;
  margin:.35rem 0 0;
}

@media all and (max-width: 640px){
  .data_content .appr_list p.small{
    font-size: .7rem;
  }
}

.data_content strong{
  color: #f6ff00;
  font-size: 1.55rem;
  line-height: 1.25;
}

@media all and (max-width: 640px){
  .data_content strong{
    font-size: 1.1rem;
  }
}

span.num,
.data_content strong span.big{
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 2.65rem;
  letter-spacing: .5px;
  margin: 0 .25rem;
  line-height: 1;
  vertical-align: sub;
}

@media all and (max-width: 640px){
  span.num,
  .data_content strong span.big{
    font-size: 1.85rem;
 }
}

span.num.small{
  font-size: 1.8rem;
  margin:0 .05rem;
}

@media all and (max-width: 640px){
  span.num.small{
    font-size: 1.1rem;
  }
}

.data_content .appr_list strong span.small{
  font-size: 1.4rem;
}
@media all and (max-width: 640px){
  .data_content .appr_list strong span.small{
    font-size: 1rem;
  }
}

.data_content .appr_list strong span.small2{
  font-size: 3rem;
}


.model_case{
  background: #0189e7;
  color: #fff;
/*  box-shadow: .5rem .5rem 0 #e5eba4; */
  margin: 0;
  padding:0 0 .5rem;
  width: 49%;
}

@media all and (max-width: 640px){
  .model_case{
    margin: 0 auto .95rem;
    padding:0 0 .75rem;
	width: 100%;
  }
}

.data_content .model_case h3{
  background:#141c7b;
  color:#fff;
  padding: .75rem 1.25rem;
}

.model_case dl{
	align-items: center;
	display: flex;
	justify-content: flex-start;
  color: #fff;
  margin: 0 auto;
  padding: 1.5rem 0;
  width: 90%;
}

.model_case dl.line{
  border-bottom: 2px dotted #0267ad;
  border-top: 2px dotted #0267ad; 
}
@media all and (max-width: 640px){
  .model_case dl{
    padding: 1.15rem 0;
  }
}
.model_case dl dd span.num{
  color:#f6ff00;
  font-size: 3rem;
}

@media all and (max-width: 640px){
  .model_case dl dd span.num,
  .data_content .appr_list strong span.big{
    font-size: 1.95rem;
	margin: 0 .15rem;
  }
}

.model_case dl dd span.small{
  display: block;
  font-size: .95rem;
  margin-top: .5rem;
  position: absolute;
  bottom: -2rerem;
}

@media all and (max-width: 640px){
  .model_case dl dd span.small{
    font-size: .6rem;
    margin: .25rem 0;
    position: relative;
    bottom: inherit;
  }
}

.model_case dl dt{
  font-size: 1rem;
  font-weight: 600;
  padding: 0 1.5rem 0 0;
  text-align: center;
  line-height: 1.25;
  width: 50%;
}


.model_case dl dt img{
  display: block;
  filter: brightness(0) saturate(100%) invert(100%) sepia(33%) saturate(0%) hue-rotate(161deg) brightness(111%) contrast(101%);
  margin: 0 auto .5rem;
  opacity: .95;
  width: 45px;
}
@media all and (max-width: 640px){
  .model_case dl dt{
    font-size: .75rem;
    padding: 0;
	margin: 0;
    width: 45%;
  }
  .model_case dl dt img{
    width: 35px;
  }
}

.model_case dl dd{
  font-size:1.3rem;
  font-weight: 600;
  line-height: 1.25;
/*  width: calc( 100% - 140px); */
  position: relative;
  width: 50%;
}

.model_case dl dd p:nth-child(2){
  margin: .5rem 0;
}

@media all and (max-width: 640px){
  .model_case dl dd{
    font-size: .85rem;
	padding: 0 2.5%;
    width: 55%;
  }
}

.charts_box.bg{
  background:#ebf4f5;
}

.charts_box {
/*  box-shadow: .5rem .5rem 0 #e5eba4; */
  margin: 0 0 1.5rem;
  padding: 0;
}
@media all and (max-width: 640px){
  .charts_box {
    margin: 0 0 1rem;
  }
}

.charts-css {
  --color-1: #08a4ff !important;
  --color-2:#00d1e3!important;
  --color-3:#00ebb4!important;
  --color-4:#afed02!important;
  --color-5:#e2eb00!important;
}


.charts-css.bar {
  --color-1: #001eb3!important;
  --color-2: #0231cc!important;
  --color-3: #0246e6!important;
  --color-4: #0264e6!important;
  --color-5: #0278e6!important;
  --color-6: #0097f5!important;
  --color-7: #00acf5!important;
  --color-8: #08c3fc!important;
  --color-9: #08cffc !important;
  --color-10: #14e0ff!important;
  position:relative;
}
.charts-css.bar tr:nth-of-type(11) td{
	background: #1cf1fc !important;
}

.charts-css.bar thead{
  clip-path: inset(0);
  padding-top: 2rem;
  display: block;
  height: auto;
  margin: 0 -5%;
  overflow: visible;
  position: unset;
  width: 110%;
  white-space: unset;
}

@media all and (max-width: 640px){
  .charts-css.bar thead{
    padding-top: 1.25rem;
    margin: 0 -10%;
    width: 120%;
  }
}

.charts-css.bar tr.scale{
  position: unset;
}
.charts-css.bar tr.scale th{
  font-size: .85rem;
  position: absolute;
  top: 0;
}

@media all and (max-width: 640px){
  .charts-css.bar tr.scale th{
    font-size: .65rem;
  }
}

.charts-css.bar tr.scale th.scale_1{
  left: 11rem;
}

@media all and (max-width: 640px){
  .charts-css.bar tr.scale th.scale_1{
    left: 5rem;
  }
}

.charts-css.bar tr.scale th.scale_2{
  left: 22rem;
}

@media all and (max-width: 640px){
  .charts-css.bar tr.scale th.scale_2{
    left: 8rem;
  }
}

.charts-css.bar tr.scale th.scale_3{
  right: 21rem;
}

@media all and (max-width: 640px){
  .charts-css.bar tr.scale th.scale_3{
    right:6.25rem;
  }
}

.charts-css.bar tr.scale th.scale_4{
  right: 9.85rem;
}

@media all and (max-width: 640px){
  .charts-css.bar tr.scale th.scale_4{
    right: 3.25rem;
  }
}

.charts-css.bar tr.scale th.scale_5{
  right: -.85rem;
}

@media all and (max-width: 640px){
  .charts-css.bar tr.scale th.scale_5{
    right: 0rem;
  }
}

.charts-css.bar tr.scale th span.num{
  font-size: 1.25rem;
}

@media all and (max-width: 640px){
  .charts-css.bar tr.scale th span.num{
    font-size: 1rem;
 }
}

.chart_pie_box{
  background:#00075c;
  padding: 0 0 2.5rem;
  width: 50%;
}

@media all and (max-width: 640px){
  .chart_pie_box{
	 width: 100%;
  }
	
  .chart_pie_box:first-child{
    margin-bottom: 1rem; 
  }
}

.chart_pie_box:last-child{
  background:#1c27a7;
}

.charts_box h3{
  background:#141c7b;
  color: #fff;
  padding: .75rem 1.25rem;
}
.charts_box .chart_pie_box:first-child h3{
  background:#110678;
}

table.charts-css{
  width: 90%;
}

table.charts-css.pie{
  margin: 2rem auto 0;
  max-width: 280px;
}
table.charts-css.bar{
  margin: 2rem auto;
  padding: 0 0 2rem 1rem;
  max-width: 800px;
  width: 90%;
}

table.charts-css.bar tbody tr td{
  min-height: 3rem;
}

@media all and (max-width: 640px){
  table.charts-css.pie{
    margin-top: 1.5rem;
  }
  table.charts-css.bar{
 	 margin: 2rem auto;
    padding: 0 1rem 2rem 3rem;
	 width: 85%;
	  /*
	 min-width: 900px;
	  */
  }
  table.charts-css.bar tbody tr td{
    min-height: 2.5rem;
  }
}
.charts-css.area tbody tr td:nth-of-type(10n+1)::before, .charts-css.bar tbody tr:nth-of-type(10n+1) td, .charts-css.bar.multiple tbody tr td:nth-of-type(10n+1), .charts-css.column tbody tr:nth-of-type(10n+1) td, .charts-css.column.multiple tbody tr td:nth-of-type(10n+1), .charts-css.line tbody tr td:nth-of-type(10n+1)::before
{
  background: #18ac32;
}

.charts-css td p{
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 1.5;
}


@media all and (max-width: 640px){
  .charts-css td p{
	  font-size: .85rem;
  }
}

.charts-css td p.tx_men{
  top: 46%;
  right: 18%;
}

.charts-css td p.tx_woman{
  top: 21%;
  left: 19%;
}

.charts-css td p.tx_20{
  top: 8%;
  right: 29%;
}

.charts-css td p.tx_30{
  top: 31%;
  right: 5%;
}

.charts-css td p.tx_40{
  top: 61%;
  left: 47%;
}

.charts-css td p.tx_50{
  top: 39%;
  left: 10%;
}
.charts-css td p.tx_60{
  top: 8%;
  left: 28%;
}

.charts-css.bar td p.tx_01{
  color: #202020;
  font-size: 10px;
  top: 0;
  left: -80px;
  text-align: left;
  width: auto;
}

@media all and (max-width: 640px){
  .charts-css.bar td p.tx_01{
    font-size: 8px;
    left: -65px;
	top: 50%;
	transform: translatey(-50%);
  }

}

.charts-css.bar td p.price{
  color: fff;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: auto;
}

.charts-css.bar td p span.num{
  font-size: 26px;
  letter-spacing: .025px;
  vertical-align: baseline;
}

.charts-css.bar td p span.tag_span{
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}
@media all and (max-width: 640px){
  .charts-css.bar tbody tr td p span{
    font-size: 160%;
    margin: 0 .1rem;
  }
}

ul.list-holiday {
  margin: 2rem auto 1rem;
  width: 80%;
}

@media all and (max-width: 640px){
  ul.list-holiday {
    margin: 2rem auto 1rem;
    width: 90%;
  }
}

ul.list-holiday::after{
  background: url('../../images/about/icon_holiday.svg') no-repeat center center / contain;
  content: '';
  display: block;
  margin-top: 1.5rem;
  padding-top: 40%;
  width: 100%;
}

ul.list-holiday li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

@media all and (max-width: 640px){
  ul.list-holiday li{
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

ul.list-holiday li span{
  display: inline-block;
  vertical-align: middle;
}

ul.list-holiday li span.name{
  display: block;
  position: relative;
  width: 50%;
}

ul.list-holiday li span.name::after{
  background: #fff;
  content: '';
  display: inline-block;
  height: 1px;
  width: 22%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3rem;
}

@media all and (max-width: 640px){
  ul.list-holiday li span.name::after{
	width: 30%;
    right: -2rem;
  }
}

ul.list-holiday li strong{
  display: block;
  padding-left: 15%;
  width: 50%;
}

ul.list-holiday li span.num{
  font-size: 2.5rem;
  letter-spacing: 2px;
  vertical-align: bottom;
}

@media all and (max-width: 640px){
  ul.list-holiday li span.num{
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
/*
.message_box ul li::before {
  content: '';
  position: absolute;
  top: .75em;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #7fa3d0;
}
*/

.hp_tac{
  width: 100%;
  padding-bottom: 8rem;
}

@media all and (max-width: 640px){
  .hp_tac{
    padding-bottom: 1rem;
  }
  .boxSales05 .hp_tac{
    padding-bottom: 0;
  }
}

@media all and (min-width: 641px){
  .boxLink.Sp{
    display: none;
  }
}
@media all and (max-width: 640px){
  .boxLink .el_roundedBtn03,
  .boxLink .el_roundedBtn04{
    width: 100%;
  }
  .boxLink.Pc{
    display: none;
  }
}


.boxBaseCom ul li span{
/*  background: linear-gradient(transparent 70%, rgba(255, 144, 89,.5) 70%); */
  font-size: 120%;
}

@media all and (max-width: 640px){
  .boxBaseCom ul li span{
    font-size: 110%;
  }
}


.data_content{
  margin-bottom: 80px;
  padding: 50px 0 0;
}


.bg_posiEvent{
  background: #ecedf6;
  margin-bottom: 90px;
  padding: 90px 0;
}
.bg_posiEvent .bl_lv3Heading02_ttl::before {
  border-top-color: #ecedf6;
}
.bg_posiEvent .bl_lv3Heading02_ttl {
  background: #fff;
}
@media all and (max-width: 640px){
  .bg_posiEvent{
    padding: 18% 0 15%;
    margin-bottom: 18%;
  }
  .data_content{
    margin-bottom: 0;
	padding: 0 0 15%
  }
}

.flex-box{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.flex-box.stretch{
  align-items: stretch;
}

@media all and (max-width: 640px){
  .flex-box{
    display: block;
  }
  .flex-box .box_half.img_box{
    display: none; 
  }
}

.flex-box > dl{
  width: 31%;
}

.flex-box > dl .boxBaseCom{
  margin-bottom: 0;
}
@media all and (max-width: 640px){
  .flex-box > dl{
	margin-bottom: 2rem;
    width: 100%;
  }
  .flex-box > dl:last-child{
	margin-bottom: 0rem;
  }
}

.flex-box dl h3,
.boxBaseCom h3{
  text-align: center;
}

.boxBaseCom h3 span{
  display: inline-block;
  position: relative;
}

.boxBaseCom h3 span::before,
.boxBaseCom h3 span::after{
  background: #e60012;
  content:'';
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 50px;
}


@media all and (max-width: 640px){
  .boxBaseCom h3 span::before,
  .boxBaseCom h3 span::after{
    width: 5vw;
  }
}


.boxBaseCom h3.ttl01.center span::before{
  left: -60px;
}
.boxBaseCom h3.ttl01.center span::after{
  right: -60px;
}

@media all and (max-width: 640px){
  .boxBaseCom h3.ttl01.center span::before{
    left: -7vw;	
  }
  .boxBaseCom h3.ttl01.center span::after{
    right: -7vw;
  }
}


@media all and (min-width: 641px){
  .boxBaseCom p.center{
    text-align: center;
  }
}

.boxBaseCom p.point{
  text-align: center;
  font-weight: 600;
  color: #0189e7;;
  margin-bottom: 0;
}

.boxBaseCom p.point span{
  display: inline-block;
  position: relative;
}

.boxBaseCom p.point span::before,
.boxBaseCom p.point span::after {
  display: inline-block;
  content: "";
  width: 22px;
  height: 2px;
  background-color:#0189e7;
}
 
.boxBaseCom p.point span::before {
  transform: rotate(45deg);
}
 
.boxBaseCom p.point span::after {
  transform: rotate(-45deg);
}

ul.flex-box li::before{
  display: none;
}

ul.flex-box{
  display: flex !important;
}
ul.flex-box li{
  padding: 0;
}

.flex-box .img{
  width: 48%;
}
