.title_box_style1 {
    justify-content: flex-start !important;
    flex-wrap: wrap;
}
.title_box_style1 p.title3 {
    display: block;
    width: 100%;
    margin-top: 25px;
}
.top02 {
    position: relative;
    padding-top: 0 !important;
    margin-bottom: 50px !important;
}
.top02:before {
    content: "";
    width: 93%;
    height: 85%;
    display: block;
    background: #f8f7f6;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 30px 30px 0;
}
.top02 .es-col-lg-9 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kaitai_flow_item {
    width: calc(100% / 2 - 30px);
    margin-bottom: 45px;
}
.kaitai_flow_item:nth-child(n+3) {
    margin-top: 45px;
}
.kaitai_flow_item .relative {
    position: relative;
}
.kaitai_flow_item .relative img {
    width: 100%;
}
.kaitai_flow_item .relative .title_box {
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #f8f7f6;
    padding: 20px 25px 5px 10px;
    border-radius: 0 5px 0 0;
}
.kaitai_flow_item p.title3 {
    padding-top: 30px;
}
.kaitai_flow_item p.title3 a {
    color: #e79223;
    text-decoration: underline;
}
.kaitai_flow_item p.title3 a:hover {
    text-decoration: underline !important;
    opacity: .7;
}
.top02 .btnarea {
    padding-top: 30px;
}
span.mincho.banner_font2 {
    display: block;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-top: 3px;
}
@media (max-width: 1600px){
.banner a.banner_style1 .title_box h2.title1 .banner_font2 {
    font-size: 13px;
}
}
@media (max-width: 480px) {
  .top02 {
      margin-bottom: 15px !important;
  }
  .top02:before {
      width: 100%;
      height: 95%;
      border-radius: 0;
  }
  .top02 .es-col-lg-9 {
      padding: 0;
  }
  .kaitai_flow_item {
      width: 100%;
      margin-bottom: 35px;
  }
  .kaitai_flow_item .relative .title_box {
      padding: 15px 25px 5px 10px;
  }
  .kaitai_flow_item p.title3 {
      padding-top: 15px;
      line-height: 1.8;
      letter-spacing: 0.05em;
  }
  .top02 .btnarea {
      padding-top: 15px;
  }
  .kaitai_flow_item:nth-child(n+3) {
      margin-top: 0;
  }
  .kaitai_flow_item:last-child {
      margin-bottom: 0;
  }
  .kaitai_flow_item .title_box .title1 {
      font-size: 18px;
  }
}
