﻿@charset "utf-8";


.title_0_c{
  font-size: 2.8rem;
}

.flex_wrap_2{
  display: flex;
  justify-content: space-between;
}

.flex_wrap_2 .col4{
  width: 24%;
  margin: 0 0 10px 0;
}

.btn_box a{
  width: 100%;
}

@media screen and (max-width: 1024px) {

  .block_segment_wrap {
    max-width: 970px!important;
    padding-left: 0!important;
    padding-right: 0!important;
    width: calc(100% - 80px)!important;
  }

  .flex_wrap_2 .col4{
    width: 32%;
  }

  .btn_box a{
    font-size: 1.4rem;
  }

}


@media screen and (max-width: 750px) {

  .title_1 {
    font-size: 1.6rem;
  }

  .block_segment_wrap {
    width: calc(100% - 40px)!important;
  }

  .title_0_c{
    font-size: 1.6rem;
  }

  .flex_wrap_2 .col4{
    width: 48%;
  }
}