@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .btnLink {
    text-align: center;
    margin: 30px 0;
  }
  .btn-flat-simple {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #333;
    background: #ececec;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
  }
  a:link,
  a:visited {
    color: #444;
    text-decoration: none;
  }
  a:visited {
    color: #666;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .flex_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_column__a {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .bread-crumb {
    font-size: 10px;
    margin: 15px 0px 5px 0px;
    width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .bread-crumb ul {
    display: table;
    width: auto;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
  }
  .bread-crumb ul li {
    float: none;
    display: table-cell;
    white-space: nowrap;
  }
  .content-head-keyword-search + .bread-crumb {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .bread-crumb {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .bread-crumb::after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
  }
  .bread-crumb ul {
    margin: 0 auto;
    width: 1240px;
    color: #111;
    line-height: 1.1;
  }
  .bread-crumb ul li::before {
    color: #04256d;
  }
  .bread-crumb li {
    float: left;
  }
  .bread-crumb li::before {
    content: '>';
    margin: 0 5px;
  }
  .bread-crumb li:first-child::before {
    content: '';
    margin: 0;
  }
  .bread-crumb ul a {
    color: #111;
  }
}
/* PSFA */
@media screen and (max-width: 767px) {
  .uc_heading-h1 {
    margin-top: 25px;
    margin-bottom: 25px;
    background: #f0f0f0;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #f0f0f0;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}

/*# sourceMappingURL=style.css.map */
