@charset "UTF-8";
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
#header {
  position: absolute;
  right: 3%;
  top: 0;
  background: #00A1DC;
  border-radius: 0 0 10px 10px;
}
@media print, screen and (max-width:1026px) {
  #header {
    right: 2%;
  }
}
@media print, screen and (max-width:768px) {
  #header {
    right: 0;
  }
}
#header .head_navi a {
  position: relative;
  z-index: 120;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 120%;
  font-weight: 500;
}
@media print, screen and (max-width:768px) {
  #header .head_navi a {
    font-size: 64%;
    padding: 5px 10px;
  }
}

.title_head {
  /*padding: 20px 0 0 0;
  box-sizing: border-box;	*/
}
.title_head .titleImg {
  max-width: 456px;
  text-align: center;
  margin: 0 auto 20px;
}
@media print, screen and (max-width:1026px) {
  .title_head .titleImg {
    max-width: 60%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
footer {
  width: 100%;
  padding: 45px 0;
}
@media print, screen and (max-width:1026px) {
  footer {
    padding: 30px 0;
  }
}
@media print, screen and (max-width:768px) {
  footer {
    padding: 1.8rem 0;
  }
}
footer .copyright {
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ ゴシック";
  letter-spacing: -0.01rem;
  font-size: 90%;
  margin: 0;
  -webkit-transform: scaleY(1.15);
          transform: scaleY(1.15);
}
@media print, screen and (max-width:1026px) {
  footer .copyright {
    font-size: 80%;
  }
}
@media print, screen and (max-width:768px) {
  footer .copyright {
    font-size: 65%;
  }
}
@media print, screen and (max-width:768px) {
  footer.active {
    padding: 1.5rem 0 4rem;
  }
}

/****************************************************************************************************
****************************************************************************************************/