@charset "utf-8";

/** common styles
----------------------------------------------------------*/
.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}
.sp_only{
  display:none;
}
@media screen and (max-width:768px){
  .pc_only{
    display:none;
  }
  .sp_only{
    display:block;
  }
}

/** header
----------------------------------------------------------*/
header{
  width:100%;
  height:110px;
  box-sizing: border-box;
  background:#fff;
}

.header::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #abc4fa, #bef3ea);
  background-image: -o-linear-gradient(left, #abc4fa, #bef3ea);
  background-image: linear-gradient(to right, #abc4fa, #bef3ea);
}

.header__head__title {
  background-image: -webkit-linear-gradient(359deg, #006ca9, #008cda);
  background-image: -o-linear-gradient(359deg, #006ca9, #008cda);
  background-image: linear-gradient(89deg, #006ca9, #008cda);
  height: 30px;
  padding-left:10px;
  color: #fff;
  font-size: 10px;
  line-height: 30px;
}



/** .pagetop
----------------------------------------------------------*/

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 80px;
  z-index: 100;
}

@media screen and (max-width:768px) {
  #pageTop {
    width: 60px;
    bottom: 15px;
    right: 0;
  }
}

@media screen and (min-width:769px) ,print {
  .footer_copyright {
    height: 30px;
  }
}


/** footer
----------------------------------------------------------*/

footer{
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
footer .copyright{
  line-height: 1.5;
  color: #999;
  text-align: center;
}
@media screen and (max-width:768px) {

  footer{
  padding: 10px 70px 10px 10px;
  }
  footer .copyright{
    text-align:left;
  }
}

footer{
  background-color:#fff;
  }

.footer {
  background-color: #fff;
  padding: 60px 0 0;
}

.footer__linklist {
  padding-bottom: 50px;
  text-align: center;
}

.footer__linklist li {
  display:inline-block;

}

.footer__logo01 {
  width: 208px;
  height:auto;
  padding: 4px 0 0;
  display:inline-block;
}

.break__sp {
  display: none;
}

.footer__logo02 {
  width: 134px;
  margin: 0 40px 0 80px;
}

.footer__logo03 {
  width: 178px;
  margin: 0;
}

.navi__footer {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 40px 10px;
  max-width: 1500px;
  margin: 0 auto;
}

.navi__footer ul {
  font-size: 18px;
  color: #333;
  text-align:center;
}

.navi__footer ul li{
  display:inline-block;
}

.navi__footer a {
  color: #333;
}

.copyright {
  text-align: center;
  letter-spacing: 0.05em;
  padding: 20px 15px;
  font-size: 15px;
}

.navi__footer li:after {
  content: '|';
  padding: 0 1em;
}

.footer .text{
  text-align: left;
  width: 1000px;
  margin: 0 auto 20px;
  }

@media only screen and (max-width: 768px){


.footer {
  padding: 30px 0 0;
  margin-bottom:57px;
}
.footer__linklist {
  padding-bottom: 25px;
}


.break__sp {
  display: block;
  width: 100%;
  height: 1px;
}


.navi__footer {
  padding: 0;
  border-bottom: none;
  text-align:left;
}

.navi__footer li {
  width: 49%;
  border-width: 0 1px 1px 0;
  border-color: #d8d8d8;
  border-style: solid;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
}

.navi__footer li:nth-child(even){
  border-right:none;
}

.navi__footer li:after{
  display:none;
  }

.navi__footer ul {
  font-size: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align:left;

}
.copyright {
  font-size: 10px;
}
.navi__footer a {
  padding: 5px;
  display: block;
}

.footer .text{
  padding:0 10px;
  margin-bottom:20px;
  text-align:left;
  }


.footer .text{
  width:100%;
  padding:0;
  }

.textiner{
  padding:0 10px;
  }
}
