@charset "utf-8";

/* CSS Document */

.top__contBox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.top__contBox .contBox__anchorBtn {
  width: calc(100% / 3 - 7.5px);
  border: 1px solid #dcdcdc;
  margin: 0 10px 10px 0;
  text-align: center;
  background: #00489d;
}

.top__contBox .contBox__anchorBtn:nth-child(3n) {
  margin: 0 0 10px 0;
}

.top__contBox .contBox__anchorBtn div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  height: 80px;
  padding: 0 10px;
}


.top__contBox .contBox__anchorBtn p {
  margin: 0;
  padding: 0;
  background: #00489d;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {

.top__contBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .top__contBox .contBox__anchorBtn {
    width: calc(100% / 2 - 10px);
    margin: 0 0 10px 0;
  }

  .top__contBox .contBox__anchorBtn:nth-child(2n) {
    margin: 0 0 10px 0;
  }

  .top__contBox .contBox__anchorBtn:nth-child(3n) {
    margin: 0 0 10px 0;
  }

}

.electioncar3-price{
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.electioncar6-img{
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}