@charset "UTF-8";
/* =================================================================================================

　スマートモビリティサービス

================================================================================================= */
/* CSS Document */
/* ----------------------------------------------------------------------------
　ページタイトル
---------------------------------------------------------------------------- */
#second_title02 .bg:after {
  background: url("../img/second_title_bg.jpg") center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 592px) {
  #second_title02 .bg:after {
    background: url("../img/second_title_bg_sp.jpg") center 0 no-repeat;
    background-size: cover;
  }
}

/* ----------------------------------------------------------------------------
　lead
---------------------------------------------------------------------------- */
#lead {
  background: url("../img/lead_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 6rem 0;
  margin-bottom: 5rem;
}
@media screen and (max-width: 592px) {
  #lead {
    background: url("../img/lead_bg_sp.jpg") center center no-repeat;
    background-size: cover;
    padding: 2rem 0;
    margin-bottom: 6rem;
  }
}

#lead .inner {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  #lead .inner {
    width: 95%;
  }
}
@media screen and (max-width: 592px) {
  #lead .inner {
    width: 90%;
  }
}

#lead h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 800px) {
  #lead h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 592px) {
  #lead h2 {
    font-size: 2rem;
  }
}

#lead .chart {
  width: 48.9583333%;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 592px) {
  #lead .chart {
    width: 100%;
  }
}
#lead .chart img {
  width: 100%;
}

#lead .text {
  line-height: 200%;
}
#service h2 {
  width: 960px;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 1040px) {
  #service h2 {
    width: 95%;
  }
}
@media screen and (max-width: 592px) {
  #service h2 {
    width: 90%;
  }
}

#service .lead {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  line-height: 200%;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1040px) {
  #service .lead {
    width: 95%;
  }
}
@media screen and (max-width: 592px) {
  #service .lead {
    width: 90%;
    text-align: left;
  }
}

#service .chart {
  width: 847px;
  margin: 0 auto 6.5rem;
}
@media screen and (max-width: 930px) {
  #service .chart {
    width: 95%;
  }
}
@media screen and (max-width: 592px) {
  #service .chart {
    width: 90%;
  }
}
#service .chart img {
  width: 100%;
}

#service dl {
  width: 960px;
  margin: 0 auto 6.5rem;
  position: relative;
}
@media screen and (max-width: 1040px) {
  #service dl {
    width: 95%;
  }
}
@media screen and (max-width: 592px) {
  #service dl {
    width: 90%;
  }
}
#service dl:last-child {
  margin-bottom: 2rem;
}

#service dl dd h3 {
  color: #493759;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 1.5rem;
  position: relative;
  /*&:after{
  	content: "";
  	position: absolute;
  	top: 0.5rem;
  	left: -4.5rem;
  	width: 40px;
  	height: 15px;
  	background-color: #800080;

  	// 592px以下（sd）ここからスマホ
  	@include mq(sd){
  		width: 15px;
  		height: 15px;
  		left: -2rem;
  	}
  }*/
}

#service dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media screen and (max-width: 592px) {
  #service dl dd ul {
    display: block;
  }
}
#service dl dd ul:last-child {
  margin-bottom: 0rem;
}

#service dl dd ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
  width: 49%;
}
@media screen and (max-width: 592px) {
  #service dl dd ul li {
    width: 100% !important;
    margin-bottom: 2rem;
  }
}

#service dl dd .list3 li {
  width: 31.5%;
}

#service dl dd ul li .title {
  background-color: #826f93;
  color: #fff;
  padding: 0.5rem 0.5rem;
  font-weight: 600;
  text-align: center;
}

#service dl dd ul li .text {
  font-size: 1.4rem;
  line-height: 180%;
  padding: 1.5rem 2rem;
}
#service dl dd ul li .text.big {
  font-size: 1.6rem;
}

#service .bnr_pluslocation {
  width: 82.2916667%;
  margin: 0 auto 4.5rem;
  -webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 592px) {
  #service .bnr_pluslocation {
    width: 100%;
  }
}
#service .bnr_pluslocation:last-child {
  margin-bottom: 0rem;
}
#service .bnr_pluslocation img {
  width: 100%;
}
#service .bnr_pluslocation a {
  display: block;
}
#service .bnr_pluslocation a:hover {
  opacity: 0.8;
}

.bnr_case {
  width: 960px;
  margin: 5rem auto 5rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1040px) {
  .bnr_case {
    width: 95%;
  }
}
@media screen and (max-width: 592px) {
  .bnr_case {
    width: 80%;
  }
}
.bnr_case img {
  width: 100%;
}
.bnr_case a {
  display: block;
}
.bnr_case a:hover {
  opacity: 0.8;
}

.bnr_proveq {
  width: 790px;
  margin: 5rem auto;
  -webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1040px) {
  .bnr_proveq {
    width: 78%;
  }
}
@media screen and (max-width: 592px) {
  .bnr_proveq {
    width: 90%;
  }
}
.bnr_proveq:last-child {
  margin-bottom: 0rem;
}
.bnr_proveq img {
  width: 100%;
}
.bnr_proveq a {
  display: block;
}
.bnr_proveq a:hover {
  opacity: 0.8;
}