div[class^="headerImg"] {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.headerImg-commonpage__wrap {
  background: url(/img/cmn_bg.png) center no-repeat;
  background-size: cover;
  height: 150px;
  position: relative;
  margin-bottom: 40px;
}

.headerImg-commonpage__title {
  position: absolute;
  line-height: 150px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 40px;
  letter-spacing: 8px;
}

.allow {
  display: block;
  padding-left: 20px;
}

.allow span {
  position: relative;
}

a.allow span:before {
  margin-left: -20px;
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  left: 0;
  top: 50%;
  margin-top: -4px;
  box-sizing: border-box;
  top: 10px;
  transform: translateY(0%) rotate(45deg);
}

a.allow:hover span:before {
  border-top: 2px solid #0076FF;
  border-right: 2px solid #0076FF;
}

.btn {
  margin: 0 auto;
  width: auto;
  height: 60px;
  border-radius: 5px;
  background: linear-gradient(#444 0%, #000 100%);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  line-height: 60px;
  display: inline-block;
  padding: 0 27px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #444;
}

/***white btn***/
.btn.white {
  background: linear-gradient(#fff 0%, #eee 100%);
  color: #000;
}

a.btn.white span:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  left: 0;
  top: 50%;
  margin-top: -4px;
  box-sizing: border-box;
}

.btn.white:hover,
.btn.white:focus {
  background: linear-gradient(#444 0%, #000 100%);
  border: none;
  color: #fff;
}

a.btn.white:hover span:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/***white btn***/

.btn:hover,
.btn:focus {
  background: linear-gradient(#fff 0%, #eee 100%);
  border: none;
  color: #fff;
}

.btn:focus {
  border: 1px solid #0076FF;
}

.btn span {
  position: relative;
  padding-left: 20px;
}

a.btn span:before,
p.btn span:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  left: 0;
  top: 50%;
  margin-top: -4px;
  box-sizing: border-box;
}

a.btn:hover span:before {
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}

a.btn:hover,
a.btn:focus {
  border: 1px solid #707070;
  background: linear-gradient(#fff 0%, #eee 100%);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  color: #000;
}

a.btn span:before,
p.btn span:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

a.btn:hover span:before,
a.btn:focus span:before {
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
}

a.btn2 {
  width: 203px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #fff;
  display: block;
  line-height: 60px;
}

.btn2 span {
  position: relative;
  padding-left: 20px;
}

a.btn2 span:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  left: 0;
  top: 50%;
  margin-top: -4px;
  box-sizing: border-box;
}

a.btn2:hover {
  border: 1px solid #707070;
  background: linear-gradient(#fff 0%, #eee 100%);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  color: #000;
}

a.btn2 span:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

a.btn2:hover span:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.page_btm_sub_title {
  font-size: 30px;
  letter-spacing: 6px;
  text-align: center;
}

.pagenavBtn__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagenavBtn__in {
  margin: 0 15px 93px;
}

.pagenavBtn__in a {
  box-sizing: border-box;
  height: 100px !important;
  display: flex;
  font-size: 20px;
  color: #fff;
  border-radius: 6px;
  background: radial-gradient(circle at top center, #444 10px, #000 120px);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-items: center;
  text-align: center;
}

.pagenavBtn__in.current p {
  background: #888;
  border: none;
  box-shadow: none;
  color: #fff !important;
  box-sizing: border-box;
  height: 100px !important;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.pagenavBtn__in span {
  margin: 0 auto;
}

a.link {
  color: #0076FF;
  text-decoration: underline;
}

a.link:hover {
  text-decoration: none;
}

.c-btn__top {
  text-align: center;
  margin-bottom: 13px;
}

@media screen and (max-width: 640px) {
  .headerImg-commonpage__wrap {
    background: url(/img/cmn_bg.png) center no-repeat;
    background-size: cover;
    height: 90px;
    margin-bottom: 50px;
  }

  .allow {
    display: block;
    padding-left: 15px;
  }

  a.allow span:before {
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #000000;
    border-right: 1.5px solid #000000;
    left: 4px;
  }

  .headerImg-commonpage__title {
    position: absolute;
    line-height: 90px;
    font-size: 22px;
    letter-spacing: 5px;
  }

  .btn {
    margin: 0 auto;
    background: linear-gradient(#444 0%, #000 100%);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    color: #fff;
    line-height: 1.3;
    height: auto;
    border-radius: 5px;
    font-size: 14px;
    padding: 8px 20px 8px 20px !important;
  }

  .btn span:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    left: 0;
  }

  .btn span:before {
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
  }

  .btn:hover span:before {
    border-top: 1.5px solid #000;
    border-right: 1.5px solid #000;
  }

  a.btn2 {
    width: 142px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }

  .btn2 span {
    padding-left: 15px;
  }

  a.btn2 span:before {
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    margin-top: -3px;
  }

  .page_btm_sub_title {
    font-size: 20px;
    margin-bottom: 8px !important;
    letter-spacing: 5px;
  }

  .contBox-company__map__wrap .inner {
    margin: 0 20px;
  }

  .pagenavBtn__wrap {
    display: block;
    margin-bottom: 65px;
  }

  .pagenavBtn__in {
    margin: 0 0 10px;
  }

  .pagenavBtn__in a {
    width: 100% !important;
    box-sizing: border-box;
    height: 60px !important;
    font-size: 17px;
    line-height: 1.3;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }

  .pagenavBtn__in.current p {
    background: #888;
    border: none;
    box-shadow: none;
    color: #fff !important;
    width: 100%;
    box-sizing: border-box;
    height: 60px !important;
    font-size: 17px;
  }

  #tab06 .btn {
    height: auto;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #tab06 .pagenavBtn-s .btn {
    line-height: 36px;
  }
}