@import url(reset.css);
.title-list {
  width: 95%;
  margin: 0 auto; }
  .title-list:after {
    display: block;
    content: '';
    clear: both; }

.title-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 80%; }
  @media screen and (max-width: 769px) {
    .title-item {
      float: none;
      width: auto; } }
  .title-item:last-of-type {
    margin-top: 40px;
    width: 20%;
    font-size: 18px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    background-image: url(../img/pdf.gif);
    background-repeat: no-repeat;
    background-position: left center; }
    @media screen and (max-width: 1025px) {
      .title-item:last-of-type {
        font-size: 15px; } }
    @media screen and (max-width: 869px) {
      .title-item:last-of-type {
        font-size: 13px; } }
    @media screen and (max-width: 769px) {
      .title-item:last-of-type {
        float: none;
        width: auto;
        margin-top: 0px;
        margin-left: 20px; } }
    .title-item:last-of-type a {
      color: #436976; }
      .title-item:last-of-type a:hover {
        color: #FF0000; }

.kaikei-box {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px; }

.hattenkaikei-title {
  width: 95%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 28px; }
  @media screen and (max-width: 1012px) {
    .hattenkaikei-title {
      font-size: 23px; } }

.hattenkaikei-title-sub {
  font-size: 20px; }
  @media screen and (max-width: 1012px) {
    .hattenkaikei-title-sub {
      font-size: 16px; } }
  @media screen and (max-width: 667px) {
    .hattenkaikei-title-sub {
      display: block; } }

.tatujin-title {
  width: 95%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  background-color: #878787;
  color: #ffffff;
  text-align: left;
  padding-left: 25px;
  padding: 10px; }

.sub-title {
  font-size: 20px; }

.goukei {
  background-color: #D9D9D9; }

/* -------------------
 
---------------------- */
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px; }
  @media screen and (max-width: 480px) {
    #page-top {
      position: fixed;
      right: 5px;
      bottom: 5px; } }

#page-top a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #535353; }
  @media screen and (max-width: 480px) {
    #page-top a {
      width: 20px;
      height: 20px;
      padding: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      #page-top a span {
        display: none; } }

#page-top a:before {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  content: '';
  transform: rotate(45deg);
  color: #fff;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff; }
  @media screen and (max-width: 480px) {
    #page-top a:before {
      margin-top: 5px; } }

#page-top a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha( opacity=70 )';
  -moz-opacity: 0.7; }

/* -------------------
 
---------------------- */
.fixed {
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%; }

/* -------------------
 
---------------------- */
#globalNavi {
  background-color: #ffffff; }

.nav-list {
  width: 98%;
  margin: 0 auto;
  margin-top: 25px; }
  .nav-list:after {
    display: block;
    content: '';
    clear: both; }

.nav-item {
  float: left;
  font-size: 15px;
  background-color: #4668A0;
  color: #ffffff;
  width: 16.6666666667%;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ffffff; }
  @media screen and (max-width: 1190px) {
    .nav-item {
      height: auto;
      font-size: 13px;
      line-height: 100%;
      text-align: center; } }
  .nav-item a {
    width: 100%;
    height: 40px;
    color: #ffffff;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .nav-item a:hover {
      background-color: #B3B3B3; }

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