@charset "utf-8";

html {
  font-size: 62.5%;
}
body {
  color: #333;
  background-color: #fff;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium',
    'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: 'palt';
  text-align: center;
}
.wrapper {
  margin: auto;
}
@media screen and (max-width: 767px) {
  /*sp*/
  body {
    font-size: 1.5rem;
    line-height: 1.73;
  }
  .wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 768px) {
  /*pc*/
  html,
  body,
  #wrapper {
    min-width: 1100px;
  }
  body {
    font-size: 1.8rem;
    line-height: 1.556;
  }
  .wrapper {
    width: 920px;
  }
}

:target:before {
  content: '';
  display: block;
  height: 20px;
  margin-top: -80px;
  padding-top: 80px;
}

/*thx*/
.thx .consultant {
  margin-top: 20px;
}
.thx .btn_close {
  margin: 40px auto 0;
}
.thx .btn_close a {
  color: #fff;
  background: #007eb6;
  margin: auto;
  padding: 20px;
  width: 290px;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 100px;
  box-shadow: #024e70 0 7px 0;
  transition: all 100ms ease-out;
}
.thx .btn_close a:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(7px);
}
@media screen and (max-width: 767px) {
  .thx .btn_close a {
    width: auto;
    box-shadow: #024e70 0 5px 0;
  }
  .thx .btn_close a:hover {
    transform: translateY(5px);
  }
}
@media screen and (max-width: 767px) {
  /*sp*/
  .thx .pc {
    display: none;
  }
  .thx .cution {
    margin: 20px auto;
    color: #ec6d65;
    font-size: 1.5rem;
    padding: 20px 20px 30px;
    border: #ec6d65 2px solid;
    text-align: center;
  }
  .thx .cution span {
    font-size: 2rem;
    font-weight: 600px;
    margin-bottom: 10px;
  }
  .thx-title {
    background-color: #007eb6;
    color: #fff;
    font-size: 3rem;
    padding: 20px;
    text-align: center;
    line-height: 3.3rem;
  }
  .thx-title2 {
    background-color: #007eb6;
    color: #fff;
    font-size: 2.6rem;
    padding: 20px;
    text-align: center;
    line-height: 3.3rem;
  }
  .thx .wrapper {
    text-align: left;
    padding: 20px 20px 40px;
  }
  .thx .logo img {
    width: 260px;
    height: auto;
    margin: 15px auto;
  }
  .thx .consultant a {
    color: #e46d65;
    font-size: 2.5rem;
    text-decoration: none;
    line-height: initial;
  }
  .thx .copy {
    color: #a2a2a2;
    font-size: 1rem;
    border-top: #d0d0d0 1px solid;
    text-align: center;
    padding: 20px;
  }
  .thx .icon-phone {
    font-size: 2.4rem;
    margin-right: 5px;
  }
  .thx .icon-mail {
    font-size: 1.9rem;
    margin-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  /*pc*/
  .thx .sp {
    display: none;
  }
  .thx .cution {
    width: 550px;
    margin: 20px auto;
    color: #ec6d65;
    font-size: 1.5rem;
    padding: 20px 20px 30px;
    border: #ec6d65 2px solid;
  }
  .thx .cution span {
    font-size: 2rem;
    font-weight: 600px;
    margin-bottom: 10px;
  }
  .thx-title {
    background-color: #007eb6;
    color: #fff;
    font-size: 3.5rem;
    padding: 40px;
    text-align: center;
    line-height: 4rem;
  }
  .thx-title2 {
    background-color: #007eb6;
    color: #fff;
    font-size: 3.5rem;
    padding: 20px;
    text-align: center;
    line-height: 4rem;
  }
  .thx .wrapper {
    text-align: center;
    padding: 40px;
  }
  .thx .logo img {
    width: 300px;
    height: auto;
    margin: 15px auto;
  }
  .thx .icon-phone {
    font-size: 2.4rem;
    margin-right: 5px;
  }
  .thx .icon-mail {
    font-size: 1.9rem;
    margin-left: 15px;
    margin-right: 5px;
  }
  .thx .consultant a {
    color: #e46d65;
    font-size: 2.5rem;
    text-decoration: none;
  }
  .thx .copy {
    color: #a2a2a2;
    font-size: 1.4rem;
    border-top: #d0d0d0 1px solid;
    text-align: center;
    padding: 20px;
  }
}
