@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
font-style: normal;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}
.header {
  width: 100%;
  background-color: #FFF;
  position: fixed;
  text-align: right;
  z-index: 4;
}
.inquirybox {
  display: block;
  margin: 0 auto;
  width: 215px;
  height: 30px; 
}
/*footer*/
.footer {
  position: relative;
  width: 100%;
  height: 130px;
}
.footer_border {
  border:solid #336ca7 3px;
  width: 75%;
  margin: 0 auto
}
.footer_operation {
  padding: 45px 0 10px ;
  margin: 0 auto;
  font-size: 1.6rem
}
.footer_operation a {
  text-decoration: none;
  color: #333
}
.footer__copyright {
  width: auto;
  padding-top: 30px;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 800;
  color: #336ca7
}
@media (max-width: 960px){
  /*footer*/
  .footer {
  height: 100px;
}
 .footer_border {
   border:solid #336ca7 2.0px;
  width: 100%;
}
 .footer_operation {
  padding: 45px 0 0 ;
  font-size: 1.4rem
}
  .footer__copyright {
  width: auto;
  padding-top: 0;
  margin: 0 auto;
  font-size: 1.8rem;
    font-family: "century-gothic", sans-serif;
font-weight: 700;
font-style: normal;
}
}