@charset "utf-8";
.page_ttl {
  text-align: center;
}
.eventinfo_inner {
  max-width: 1200px;
  padding: 0 15px 30px;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
@media (min-width: 737px) {
  .page_ttl {
    padding: 60px 0 70px;
    font-weight: bold;
  }
  .page_ttl h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .page_ttl p.sub_ttl {
    font-size: 13px;
    margin-bottom: 70px
  }
  .page_ttl p.exp {
    font-size: 18px;
    line-height: 2;
  }
  .event_box {
    display: flex;
    margin-bottom: 60px;
  }
  .event_box .txt_area {
    width: 50%;
    padding: 35px 80px;
    background-color: #bc2619;
    color: #fff;
    box-sizing: border-box;
    text-align: left;
  }
  .event_box .txt_area figure {
    margin-bottom: 15px;
  }
  .event_box .txt_area h3 {
    position: relative;
    font-size: 18px;
    letter-spacing: -0.08em;
    margin-bottom: 30px;
  }
  .event_box .txt_area p {
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .event_box .txt_area a {
    display: inline-block;
    width: 100%;
    max-width: 230px;
    padding: 15px 0;
    background-color: #000;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
  }
  .event_box .txt_area h3::after {
    position: absolute;
    content: "";
    width: 120px;
    height: 4px;
    background-color: #000;
    left: 0;
    bottom: -20px;
  }
  .event_box .img_area {
    width: 50%;
  }
  .cb.event_box .img_area {
    background: url(../event-information/images/honda_event_img01.jpg) center / cover;
  }
  .offload.event_box .img_area {
    background: url(../event-information/images/honda_event_img02.jpg) center / cover;
  }
  .smart.event_box .img_area {
    background: url(../event-information/images/honda_event_img03.jpg) center / cover;
  }
  .ta-r {
    text-align: right
  }
}
@media (max-width: 736px){
  .page_ttl {
    padding: 40px 0;
    font-weight: bold;
  }
  .page_ttl h2 {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: center;
  }
  .page_ttl h2 img {
    width: 80%
  }
  .page_ttl p.sub_ttl {
    font-size: 13px;
    margin-bottom: 40px
  }
  .page_ttl p.exp {
    font-size: 15px;
    line-height: 2;
  }
  .event_box {
    margin-bottom: 40px;
  }
  .event_box .txt_area {
    width: 100%;
    padding: 30px 15px;
    background-color: #bc2619;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
  }
  .event_box .txt_area figure {
    margin-bottom: 15px;
    text-align: center;
  }
  .event_box .txt_area figure img {
    max-width: 80%
  }
  .event_box .txt_area h3 {
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .event_box .txt_area p {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .event_box .txt_area a {
    display: inline-block;
    width: 100%;
    max-width: 230px;
    padding: 15px 0;
    background-color: #000;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
  }
  .event_box .txt_area h3::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background-color: #bc2619;
    left: calc(50% - 50px);
    bottom: -12px;
  }
  .event_box .img_area {
    width: 100%;
    height: 62vw;
  }
  .cb.event_box .img_area {
    background: url(../event-information/images/honda_event_img01.jpg) center / cover;
  }
  .offload.event_box .img_area {
    background: url(../event-information/images/honda_event_img02.jpg) center / cover;
  }
  .smart.event_box .img_area {
    background: url(../event-information/images/honda_event_img03.jpg) center / cover;
  }
  .ta-c_sp {
    text-align: center;
  }
}
