@charset "UTF-8";
/*▽▽▽▽▽▽---------- section09 ----------▽▽▽▽▽▽*/
/*--------------------- .rental_car_box ---------------------*/
.rental_car_box {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.rental_car_box .rental_list {
  display: flex;
  margin-top: 40px;
  padding: 0 15px;
  width: 50%;
}
.rental_car_box .rental_list .list_inr {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
}
.rental_car_box .rental_list:first-child .list_inr {
  padding: 80px 40px 40px;
}
.box_logo {
  display: block;
  line-height: 0;
  margin: 0 auto 15px;
  width: 280px;
}
.box_logo img {
  width: 100%;
}
.rental_ttl {
  border-bottom: 4px dotted #e9609e;
  color: #444;
  font-size: 18px;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-bottom: 10px;
  position: relative;
}
.rental_ttl::before {
  background: url(../img/ct09_car.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 2.5rem;
  margin-right: 15px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.5rem;
}
.campaign_txt dt {
  color: #444;
  font-size: 14px;
  margin-bottom: 5px;
}
.campaign_txt dd {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}
.campaign_txt dd.last {
  margin-bottom: 0;
}
.link_btn a {
  background: #e9609e;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 15px;
  position: relative;
  text-align: center;
  width: 100%;
}
.link_btn.mini a {
  margin: 0 auto;
  width: 50%;
}
.link_btn a:hover {
  opacity: 0.5;
}
.link_btn a::before {
  content: "";
  display: block;
  height: 25px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
}
.link_btn.xlsx_icon a::before {
  background: url(../img/ct09_xlsx_icon.png) no-repeat;
  background-size: contain;
}
.link_btn.pdf_icon a::before {
  background: url(../img/ct09_pdf_icon.png) no-repeat;
  background-size: contain;
}


/*--------------------- .hash_tag_txt ---------------------*/
.hash_tag_txt {
  color: #444;
  margin: 30px 0 20px;
}
.hash_tag_bnr {
  line-height: 0;
  margin: 0 auto 40px;
  width: 500px;
}
.hash_tag_bnr img {
  width: 100%;
}
.hash_tag_bnr a {
  display: block;
}
.hash_tag_bnr a:hover {
  opacity: 0.3;
}



/*--------------------- txt ---------------------*/
.read_txt {
  font-size: 20px;
  margin-bottom: 10px;
}
.center {
  text-align: center;
}


/*--------------------- other ---------------------*/
.bg_yellow {
  background-color: #fff000;
}
.bg_yellow_right {
  background-color: #fffc8f;
}

.video_area iframe {
  height: 600px !important;
  width: 100% !important;
}





/*----------------------------------------------------
☆SP
----------------------------------------------------*/
@media only screen and (max-width: 768px) {
  /*--------------------- .rental_car_box ---------------------*/
  .rental_car_box {
    display: block;
  }
  .rental_car_box .rental_list {
    margin-top: 30px;
    padding: 0;
    width: 100%;
  }
  .rental_car_box .rental_list .list_inr {
    padding: 20px;
  }
  .rental_car_box .rental_list:first-child .list_inr {
    padding: 20px;
  }
  

  .link_btn.mini a {
    width: 100%;
  }
  
  /*--------------------- .hash_tag_txt ---------------------*/
  .hash_tag_bnr {
    margin: 0 auto 30px;
    width: 100%;
  }
  
  .video_area iframe {
    height: 300px !important;
  }
  
  
}
@media only screen and (max-width: 375px) {
  .box_logo {
    width: 100%;
  }
}