@charset "UTF-8";
/* # =================================================================
   # Common elements
   # ================================================================= */

.pc{
  display:block;
}
.sp{
  display:none;
}
@media screen and (max-width: 480px){
  .pc{
    display:none;
  }
  .sp{
    display:block;
  }
}

@media screen and (max-width: 480px){
/*
  img{
    max-width: 100%;
  }
*/
}

/* pagination */
.pagination {
  margin: 40px 0 30px;
  text-align: center;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
  width: auto;
}
.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.pagination li > span {
  color: #fff;
  background-color: #464646;
}
.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}
.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 899;
}
@media screen and (min-width:769px) {
  .pagetop {
    z-index: 899;
  }
}
@media screen and (max-width: 480px){
  .pagetop {
    bottom: 10px;
    /* right: -15px; */
    right: 0px;
  }
  .pagetop img {
    width: 70%;
  }
}
.pagetop a {
  display: block;
  /*background-color: #ccc;*/
  text-align: center;
  color: #222;
  font-size: 0;
  text-decoration: none;
  padding: 5px 0px;
filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.pagetop a:hover {
  display: block;
  /*background-color: #b2d1fb;*/
  text-align: center;
  color: #fff;
  font-size: 0;
  text-decoration: none;
  padding:5px 0px;
filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}



/* # =================================================================
   # footer
   # ================================================================= */
.footer {
  background-color: #074daf;
  text-align: center;
  margin-top:80px;
  position:relative;
  z-index:802
}

@media only screen and (min-width: 769px) {
  .footer-inner {
    padding-top: 6rem;
  }
}

@media only screen and (max-width: 768px) {
  .footer-inner {
    padding-top: 4rem;
  }
}

.footer-logo svg {
  fill: #FFF;
}

@media only screen and (min-width: 769px) {
  .footer-logo svg {
    width: 170px;
    height: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-logo svg {
    max-width: 100px;
  }
}

@media only screen and (min-width: 769px) {
  * + .footer-content {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  * + .footer-content {
    margin-top: 3.5rem;
  }
}

.footer-social-heading {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #FFF;
  letter-spacing: .1em;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .footer-social-heading {
    font-size: 1.2rem;
  }
}

.footer-social-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

* + .footer-social-lists {
  margin-top: 5px;
  margin-top: .5rem;
}

.footer-social-lists > .list {
  -ms-flex-preferred-size: 35px;
      flex-basis: 35px;
  height: 35px;
}

@media only screen and (min-width: 769px) {
  .footer-social-lists > .list {
    margin: .5rem;
  }
}

@media only screen and (max-width: 768px) {
  .footer-social-lists > .list {
    margin: .5rem;
    -ms-flex-preferred-size: 45px;
        flex-basis: 45px;
    height: 45px;
  }
}

.footer-social-lists > .list > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media only screen and (min-width: 1024px) {
  .footer-social-lists > .list > a:hover {
    background-color: rgba(255, 255, 255, .75);
  }
}

.footer-social-lists > .list > a > svg {
  fill: #064296;
}

.footer-social-lists > .list.is-facebook > a > svg {
  width: 65%;
}

.footer-social-lists > .list.is-instagram > a > svg {
  width: 60%;
}

.footer-social-lists > .list.is-youtube > a > svg {
  width: 65%;
}

.footer-navs {
  letter-spacing: -.4em;
}

.footer-navs > .nav {
  display: inline-block;
  letter-spacing: 0;
}

.footer-navs > .nav + .nav {
  position: relative;
  margin-left: 10px;
  margin-left: 1rem;
  padding-left: 10px;
  padding-left: 1rem;
}

.footer-navs > .nav + .nav::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 60%;
  background-color: #FFF;
}

.footer-navs > .nav > a {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  color: #FFF;
  text-decoration: none;
}

@media only screen and (max-width: 750px) {
  .footer-navs > .nav > a {
    font-size: 1rem;
  }
}

.footer-copyright {
  padding: 5px 0;
  padding: .5rem 0;
  font-size: 10px;
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  color: #064296;
  font-weight: 300;
  background-color: #FFF;
}

* + .footer-copyright {
  margin-top: 10px;
  margin-top: 1rem;
}
