@charset "UTF-8";
/*************************************
	ブレイクポイント毎の表示切り替え
*************************************/
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
/*************************************
	フォントサイズ
*************************************/
.test1 {
  width: 10000;
}

.test2 {
  width: 20000;
}

.test3 {
  width: 30000;
}

.pagiInLinkMgnTop::before {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
}
@media screen and (min-width: 768px) {
  .pagiInLinkMgnTop::before {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .pagiInLinkMgnTop::before {
    padding-top: 62px;
    margin-top: -62px;
  }
}

a#btnPagetop {
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  background: url(../img/icon_pagetop.svg) 50% 50%/auto auto no-repeat, #008434;
}
@media screen and (min-width: 768px) {
  a#btnPagetop {
    width: 46px;
    height: 46px;
    background-size: 16.6px 17.3px;
  }
}
@media screen and (max-width: 767px) {
  a#btnPagetop {
    width: 36.8px;
    height: 36.8px;
    background-size: 13.28px 13.84px;
  }
}
a#btnPagetop.nofix {
  bottom: auto;
  position: absolute;
}

@media screen and (min-width: 768px) {
  #wrapper {
    height: auto !important;
  }
}

main > section {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
main > section.sideMgn {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  main > section.sideMgn {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main > section.sideMgn {
    padding: 0 10px;
  }
}

a:hover, a:hover * {
  opacity: 0.7;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background-color: #1a1a1a;
}
footer div.init {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 780px;
}
footer div.list,
footer div.copy {
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
footer div.list ul,
footer div.copy ul {
  margin: 0 auto;
}
footer div.list ul li,
footer div.copy ul li {
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer div.list ul,
  footer div.copy ul {
    display: table;
    width: 100%;
  }
  footer div.list ul li,
  footer div.copy ul li {
    display: table-cell;
    vertical-align: middle;
  }
}
footer div.list ul li {
  vertical-align: middle;
  position: relative;
}
footer div.list ul li::before, footer div.list ul li::after {
  position: absolute;
  top: 0;
  display: block;
  width: 1px;
  background-color: #fff;
  height: 100%;
  content: "";
}
footer div.list ul li::before {
  left: -0.5px;
}
footer div.list ul li::after {
  right: -0.5px;
}
footer div.list ul li a {
  padding: 4px 8px;
  display: block;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer div.list ul {
    text-align: center;
    font-size: 0;
    margin-bottom: -5px;
  }
  footer div.list ul li {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
  }
}
footer div.copy ul {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  footer div.copy ul li:nth-child(1) img {
    width: 100%;
    max-width: 401px;
  }
  footer div.copy ul li:nth-child(2) {
    margin-top: 10px;
  }
  footer div.copy ul li:nth-child(2) img {
    width: 25%;
    max-width: 102px;
  }
}
