@charset "UTF-8";

/* header
-------------------------*/
header {
  position: relative;
  max-width: 1280px;
  padding: 0 0 15px;
  margin: 0 auto;
  border-bottom: none;
  background: #fff;
  z-index: 20;
  padding-bottom: 0;
}
.header_top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
header .logo {
  width: 100%;
  float: left;
  margin: 15px auto 15px;
}

#headerSymbol {
  float: right;
  width: 81.2%;
}
#headerSymbol li.sub_nopc{
  display: none;
}
.top_page #headerSymbol li.sub_nopc{
  display: block;
}
.top_page #headerSymbol li.top_nopc{
  display: none;
}

#headerSymbol img {
  margin: 0;
  width: 100%;
  max-width: inherit;
}

/* max-width: 1280px
-------------------------*/
@media screen and (max-width: 1280px) {
  header {
    padding: 0 20px 0;
    margin-left: 0;
    left: 0;
  }
}

/* SP (max-width: 767px)
-------------------------*/
@media screen and (max-width: 767px) {
  #headerSymbol_sp li.sub_nosp{
    display: none;
  }
  .top_page #headerSymbol_sp li.sub_nosp{
    display: block;
  }
  .top_page #headerSymbol_sp li.top_nosp{
    display: none;
  }

  #headerSymbol {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 0;
    margin-top: 54px;
    display: block;
  }

  header {
    background: #fff;
    width: 100%;
    top: 0;
    left: inherit;
    right: 0;
    z-index: 98;
    padding: 0;
    float: none;
    position: fixed;
    /*border-bottom: none;*/
    /* border-bottom: 1px solid #000; */
  }
  header .fix_area {
    position: fixed;
    width: 100%;
    height: 54px;
    background: #fff;
    border-bottom: 1px solid #000;
  }
  header .fix_menu {
    position: fixed;
    top: 0;
    right: 0;
  }

  header .logo {
    width: 150px;
    padding: 0;
    margin: 0;
    padding-top: 8px;
    padding-left: 5px;
    padding-bottom: 8px;
  /*  margin-bottom: 20px; */
  }
  header .fbBtn {
    position: absolute;
    top: 15px;
    right: 108px;
    width: 25px;
    height: 25px;
  }
  header .lineBtn {
    position: absolute;
    top: 15px;
    right: 136px;
    width: 25px;
    height: 25px;
  }
}

/* footer
-------------------------*/
#footBnr {
  position: relative;
  clear: both;
  padding-left: 259px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  left: 0;
  text-align: center;
  z-index: 1;
  background: #fff;
}

#footerBnrLi {
  padding: 20px 0 10px 10px;
  background: #eee;
  border-left: 1px solid #000;
  width: 100%;
  overflow: hidden;
}
#footerBnrLi li {
  display: inline-block;
  margin: 0 3px 10px 3px;
}

footer {
  position: relative;
  clear: both;
  background: #fff;
}
footer .container {
  max-width: 1280px;
  margin: 0 auto;
  /* border-top: 1px solid #000; */
}
footer .inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
footer .footerPageLi {
  padding: 30px 0 0;
  float: left;
}
footer .logo {
  float: right;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .pageLi {
  clear: both;
  margin: 0 0 30px;
  padding: 0 30px 0 0;
  font-size: 0.857em;
  color: #000;
  line-height: 1.2;
}
footer .pageLi li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #777;
}
footer .pageLi li:first-child {
  border-left: 1px solid #777;
}
footer .pageLi + .pageLi {
  margin: -20px 0 30px;
}

#footerInfo {
  position: relative;
  background: #333;
  color: #fff;
  line-height: 150%;
  padding: 20px 0;
}
#footerInfo .infoWrap {
  /* float: left; */
  font-size: 1.4rem;
  line-height: 1.5;
}
#footerInfo .phoneTxt {
  color: #fff;
}
#footerInfo .address {
  /* margin-bottom: 20px; */
}
#footerInfo dt {
  float: left;
  clear: both;
}
#footerInfo dd {
  float: left;
  margin-left: 10px;
}

#copyright {
  position: absolute;
  font-size: 1.2rem;
  right: 0;
  bottom: 0;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 55px;
  z-index: 2;
}
