@charset "UTF-8";

/*********************************************************************************/
/* campaign                                                                      */
/*********************************************************************************/

.camp-container {
  margin-bottom: 25px;
}
.camp-container__head a {
  display: block;
  padding: 1em 3em 1em 1em;
  background-color: #cc0000;
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
}
.camp-container__body {
  display: none;
  background-color: #fff;
  border: 3px solid #c6c6c6;
  padding: 16px 0;
  box-sizing: border-box;
}
.camp-container--show .camp-container__body {
  display: block;
}
.camp-container__toggle {
  position: relative;
}
.camp-container__toggle > i {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.camp-container__toggle > i:before,
.camp-container__toggle > i:after{
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}
.camp-container__toggle > i:after{
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.camp-container--show .camp-container__toggle > i:after {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.camp-slide-dots {
  display: none !important;
}
.CMN-CMP-box {
  overflow: hidden;
  position: relative;
}
.camp-container__body .CMN-CMP-car-select__head{
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.camp-container__body .CMN-CMP-car-select{
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}
.camp-container__body .CMN-CMP-car-select__item{
  width: 24%;
  min-width: 80px;
  display: inline-block;
  cursor: pointer;
  padding: 3px;
  box-sizing: border-box;
}
.camp-container__body .CMN-CMP-car-article__carIcon{
  width: 70%;
  position: relative;
  margin: 0 auto;
  bottom: -8px;
}
.camp-container__body .CMN-CMP-car-article__carIcon img{
  width: 80%;
}
.camp-container__body .CMN-CMP-car-article__title{
  background: #999;
  text-align: center;
  padding: .5em;
  border-radius: 5px;
  color: #FFF;
  margin-bottom: 8px;
}
.camp-container__body .CMN-CMP-car-article{
  clear: none !important;
}

.CMN-CMP-body__list{
  overflow: hidden;
}

.CMN-CMP-col-lg-2 .CMN-CMP-body__item._odd{
  clear: both;
}

.CMN-CMP-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-bottom: 85px;
}

.CMN-CMP-btns:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #aaa;
}

.CMN-CMP-btns__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: bottom;
  width: 49%;
  padding: 0 6px;
  box-sizing: border-box;
}

.CMN-CMP-btns__link {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none !important;
  padding: 15px 0;
  border: 2px solid #aaa;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #aaa;
  color: #fff !important;
  margin-top: 6px;
  cursor: pointer;
}

.CMN-CMP-btns__link._on {
margin-top: 0px;
border: 2px solid #aaa;
border-bottom-color: #fff;
background-color: #FFF;
color: #313131 !important;
padding: 19px 0 15px;
position: relative;
}
.campaign-lead{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.campaign-lead._sp{
  font-size: 16px;
  font-size: 1.6rem;
}

.CMN-CMP-box__inner{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.CMN-CMP-box__item{
  display: block;
  float: left;
  margin-left: 2%;
  text-decoration: none;
}
.CMN-CMP-box__item:first-child{
  margin-left: 0;
}
.CMN-CMP-box__item:hover{
  opacity: .7;
}
.CMN-CMP-box__item figure{
  line-height: 0;
}
.CMN-CMP-box__item figure img{
  width: 100%;
}
.CMN-CMP-box__item p{
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .CMN-CMP-box__item{
    width: 90%;
    float: none;
    margin: 15px auto 0;
  }  
  .CMN-CMP-box__item:first-child{
    margin: 0 auto;
  }  
  .CMN-CMP-box__inner{
    display: block;
  }
}












