@charset "UTF-8";
/* --------------------------------------------

FileName    :    middle.css

-------------------------------------------- */
/*middle共通css*/
/*見出し*/
.middle_main_ttl {
  overflow: hidden;
  background: #1B68AA;
  height: 240px;
  display: table;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 950px) {
    .middle_main_ttl {
      height: 25vw; } }
  .middle_main_ttl h2.ttl_style01 {
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    color: #fff; }
    .middle_main_ttl h2.ttl_style01 span {
      color: #FAEE28; }

/*パンくず*/
.bread_list {
  max-width: 1160px;
  width: 90%;
  margin: 10px auto 50px; }
  .bread_list li {
    display: inline-block;
    font-size: 14px;
    padding-right: 1.2em; }
    @media screen and (max-width: 550px) {
      .bread_list li {
        font-size: 2.8vw; } }
    .bread_list li a {
      color: #1B68AA;
      position: relative; }
      .bread_list li a::after {
        content: "";
        width: 1px;
        height: 60%;
        background: #E0E0E0;
        position: absolute;
        right: -0.6em;
        top: 5px; }

/*table*/
.table_style01 {
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  border-spacing: 0; }
  .table_style01 th,
  .table_style01 td {
    padding: 15px 20px;
    font-size: 16px;
    border-top: 1px solid #DDDDDD; }
    @media screen and (max-width: 950px) {
      .table_style01 th,
      .table_style01 td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        text-align: left; } }
    @media screen and (max-width: 550px) {
      .table_style01 th,
      .table_style01 td {
        font-size: 3.0vw; } }
  .table_style01 th {
    background: #EAF7FD; }
