a,a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
p .red {
  color: #ff0000;
}

/* --- TOP --- */
#top img {
  width: 100%;
}

/* --- お客様のご利用例 --- */
#case {
  background-image: url(../images/bg-y.gif);
  margin-top: -7vw;
  padding: 5rem 10px;
}
#case h3 {
  font-size: 40px;
  color: #fff;
  text-shadow: 
  2px  2px 1px #000000,
 -2px  2px 1px #000000,
  2px -2px 1px #000000,
 -2px -2px 1px #000000,
  2px  0px 1px #000000,
  0px  2px 1px #000000,
 -2px  0px 1px #000000,
  0px -2px 1px #000000; 
  letter-spacing: 3px;
}
#case h3 span {
  font-size: 52px;
}
#case li {
  background: #fff;
  width: 28%;
  min-height: 140px;
  border-radius: 20px;
  vertical-align: top;
  font-size: 22px;
  line-height: 1.2;
}
#case li p::before {
  display: block;
  top: -14px;
  position: relative;
}
#case li:first-child p::before {
  content: url(../images/case-1.png);
}
#case li:nth-child(2) p::before {
  content: url(../images/case-2.png);
}
#case li:last-child p::before {
  content: url(../images/case-3.png);
}
#case li img {
  top: -30px;
  left: -40px;
}

/* ポイント */
#point {
  margin-bottom: 5rem;
}
#point h2 {
  font-size: 40px;
  font-weight: 900;
  padding: 50px 0;
  background: #34e0ff;
  color: #fffd00;
  letter-spacing: 1px;
}
#point h2 span {
  font-size: 46px;
}
#point h2:before {
  content: '';
  width: 35px;
  height: 35px;
  background: #34e0ff;
  transform: rotate(-45deg);
  left: 50%;
  margin: 0 0 0 -17px;
  bottom: -16px;
  position: absolute;
}
#point li {
  background: #fff;
  width: 28%;
  min-height: 180px;
  vertical-align: top;
  font-size: 22px;
  border: 5px #000 solid;
  padding: 6px;
  box-shadow: 14px 14px #ffeeee;
}
#point li h3 {
  font-size: 24px;
}
#point li h3::before,#point li h3::after {
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  content: '';
}
#point li h3::before {
  border-width: 10px 10px 0 0;
  border-color: #ff0000 transparent transparent transparent;
  vertical-align: text-top;
  margin-right: 10px;
}
#point li h3::after {
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ff0000 transparent;
  vertical-align: bottom;
  margin-left: 10px;
}
#point li p {
  line-height: 1.2;
  margin-top: 10px;
}
#point li .red {
  font-size: 44px;
}
#point li:last-child .red {
  font-size: 32px;
}
#point li:nth-child(2) img {
  top: 10px;
  right: 14px;
}
#point .container > p {
  font-size: 32px;
  line-height: 1.5;
}


/* オンライン商談 */
.online_disp{
  background-color: #b0ffe2;
  padding: 50px 0 101px;
}
.online_disp h3{
  color: #FFF;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.online_disp h3 span{
  position: relative;
}
.online_disp h3 span:before,.online_disp h3 span:after{
  position: absolute;
  bottom: -10px;
}
.online_disp h3 span:before{
  content: url('/about/images/fukidashi1.png');
  left: -86px;
}
.online_disp h3 span:after{
  content: url('/about/images/fukidashi2.png');
  right: -76px;
}
.online_point li{
  background-color: #FFF;
  font-size: 24px;
}
.online_point li dt{
  color:#00d446;
  font-size: 40px;
}
.online_disp_in{
  position: relative;
}
.online_img{
  position: absolute;
  right: 0;
  top: -4px;
}
.online_live{
  position: relative;
  margin-top: -209px;
  right: -30px;
}

/* 納車の流れ */
#nousya {
  margin-top: 7rem;
}
#nousya h3 {
  font-size: 36px;
  letter-spacing: 2px;
}
#nousya h3 span {
  font-size: 50px;
}
#nousya ul {
  border: 6px #ff1e1e solid;
  border-radius: 20px;
}
#nousya li {
  border-bottom: 2px dashed #ff1e1e;
}
#nousya li:last-child {
  border-bottom: none;
}
#nousya th {
  width: 220px;
  font-size: 30px;
}
#nousya li:first-child th:before {
  content: url(../images/flow-1.png);
  padding: 0 8px;
}
#nousya li:nth-child(2) th:before {
  content: url(../images/flow-2.png);
  padding: 0 5px;
}
#nousya li:nth-child(3) th:before {
  content: url(../images/flow-3.png);
  padding: 0 10px;
}
#nousya li:nth-child(4) th:before {
  content: url(../images/flow-4.png);
  padding: 0 12px;
}
#nousya li:nth-child(5) th:before {
  content: url(../images/flow-5.png);
  padding: 0 5px;
}
#nousya li:nth-child(6) th:before {
  content: url(../images/flow-6.png);
  padding: 0 12px;
}
#nousya li::after {
  content: '▼';
  right: -20px;
  bottom: 4px;
  display: inline-block;
  position: absolute;
  font-size: 14px;
}
#nousya li:last-child:after {
  content: none;
}
#nousya th img {
  vertical-align: -4px;
}
#nousya td span {
  color: #00a2ff;
}

@media screen and (min-width: 1800px) {
  .online_img{
    right: calc( (100% - 1800px )/2 );
  }
  .online_disp_in{
    padding-right: calc( (100% - 1800px )/2 ) ;
  }
}
@media screen and (min-width: 1500px) {
  #case {
    margin-top: -8rem;
}
}
@media screen and (max-width: 1400px) {
  .online_point li{
    font-size: 20px;
  }  
  .online_img{
    width: 560px;
  }
}
@media screen and (max-width: 1199px) {
  #case {
    margin-top: -8vw;
  }
  #case li { 
    font-size: 15px;
    width: 26%;
  }
  #point li {
    font-size: 18px;
    min-height: 160px;
  }
  #point li h3 {
    font-size: 16px;
  }
  #point li .red {
    font-size: 28px;
  }
  #point li:last-child .red {
    font-size: 24px;
  }
  #point li:nth-child(2) img {
    width: 60px;
  }
  .cheapness_txt{
    font-size: 26px;
  }
  .online_disp h3{
    font-size: 40px;
  }
  .online_point li{
    font-size: 18px;
  }
  .online_point li dt {
      font-size: 30px;
  }
  .online_img{
    width: 500px;
  }
}
@media screen and (max-width: 991px) {
  #point .container > p {
    font-size: 28px;
  }
  .online_img{
    width: 400px;
    display: none;
  }
  .online_live {
      position: relative;
      margin-top: -109px;
      right: -20px;
  }
}
@media screen and (min-width: 769px) {
  #case li img {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  #case {
    padding: 7rem 10px 2rem;
  }
  #case li {
    width: auto;
    font-size: 22px;
  }
  #case li img {
    width: 120px;
    left: -34px;
  }
  #point h2 {
    padding: 30px 10px;
  }

  #point li:nth-child(2) img {
    width: 90px;
    right: 6vw;
  }
  #point .container > p {
    font-size: 22px;
  }
  /* オンライン商談 */
  .online_disp h3 span:before,.online_disp h3 span:after{
    background-size:contain;
    background-repeat:no-repeat;
    content:'';
    width: 35px;
    height: 38px;
    bottom: 2px;
  }
  .online_disp h3 span:before{
    background-image: url('../images/fukidashi1.png');
    left: -53px;
  }
  .online_disp h3 span:after{
    background-image: url('../images/fukidashi2.png');
    right: -50px;
  }
  .online_live {
      position: relative;
      margin-top: -109px;
      right: -20px;
  }
  #nousya th,#nousya td {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  #point li {
    width: auto;
    font-size: 26px;
    min-height: 160px;
  }
  #point li .red {
    font-size: 48px;
  }
  #point li:last-child .red {
    font-size: 36px;
  }
  .online_live {
      position: relative;
      margin-top: -70px;
      right: 0;
  }
}

@media screen and (max-width: 575px) {
  #case {
    margin-top: -7rem;
  }
  #nousya li::after {
    right: 10px;
  }
}

@media screen and (max-width: 480px) {
  #case h3 {
    font-size: 26px;
  }
  #case h3 span {
    font-size: 34px;
  }
  #case li {
    font-size: 20px;
  }
  #case li img {
    width: auto;
    left: -50px;
  }
  #point h2 {
    font-size: 26px;
  }
  #point h2 span {
    font-size: 34px;
  }
  #point li {
    font-size: 26px;
  }
  #point li h3 {
    font-size: 20px;
  }
  #point li:first-child p {
    margin-top: 30px;
  }
  #point li .red {
    font-size: 38px;
  }
  #point li:last-child .red {
    font-size: 30px;
  }
  #point li:nth-child(2) img {
    width: auto;
  }
  .online_disp h3{
    font-size: 30px;
  }
  .online_disp h3 span:before,.online_disp h3 span:after{
    width: 29px;
    height: 32px;
    bottom: -3px;
  }
  .online_disp h3 span:before{left: -42px;}
  .online_disp h3 span:after{right: -36px;}
  .online_point li{
    font-size: 16px;
  }
  .online_point li dt {
      font-size: 25px;
  }
  .online_disp{
    padding: 30px 0 50px;
  }
  #nousya {
    margin-top: 4rem;
  }
  #nousya h3 {
    font-size: 26px;
  }
  #nousya h3 span {
    font-size: 34px;
  }
  #nousya th {
    font-size: 26px;
  }
}

@media screen and (max-width: 350px) {
  #case li {
    font-size: 18px;
  }
  #case li img {
    width: 90px;
  }
  #point li {
    min-height: 180px;
    padding: 6px 6px 20px;
  }
}

@media screen and (min-width: 992px) {
  #case li img {
    width: 90px;
  }
}

@media screen and (min-width: 1200px) {
  #case li img {
    width: auto;
  }
  .online_disp h3{
    font-size: 50px;
  }
}