@charset "utf-8";
body {
  background: #000;
  font-weight: bold;
  background-image: url(../img/kuroback.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.wrapper {
  width: 800px;
  margin: 0 auto 50px auto;
  padding: 25px 80px 50px 80px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 95%;
  line-height: 2;
  font-weight: normal;
}
.head1 {
  text-align: center;
  margin: 30px auto 20px auto;
  padding: 0 20px 0 0;
}
.head2 {
  text-align: center;
  margin: 0 auto -28px auto;
  padding: 0 20px 0 0;
}
.footer {
  text-align: center;
  margin: -20px auto 30px auto;
  color: #ffffff;
  font-weight: normal;
  font-size: 10pt;
  letter-spacing: 1px;
}
.logo-hakkosha {
  margin: 0 auto 0 auto;
}
.pink {
  color: #ff2e51;
  padding-right: 0.1em !important;
}
.formtitle {
  width: 90%;
  margin: 0 auto !important;
  text-align: center !important;
}
h2 {
  margin: 30px 0 20px 0 !important;
  font-size: 22pt;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  font-family: a-otf-ryumin-pr6n, serif !important;
  text-align: center;
}
h3 {
  margin: 30px 0 20px 0 !important;
  font-size: 16pt;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
h4 {
  margin: 20px 0 5px 0 !important;
  font-size: 12pt;
  font-weight: bold;
}
.h2b {
  font-size: 22pt !important;
}
.tno1 {
  text-indent: -2em;
  margin-left: 2em;
}
.tno1kk {
  text-indent: -3em;
  margin-left: 4.5em;
}
.tno1-2k {
  text-indent: -3em;
  margin-left: 3em;
}
.tno2 {
  text-indent: -3em;
  margin-left: 2.5em;
}
.button{
  -webkit-appearance: none;
  text-decoration: none;
}
.button_back {  
  padding: 6px 60px 8px 60px;
  border: 1px solid #000000;
  border-radius: 3px;
  background: #ffffff;
  font-size: 20pt !important;
  color: #000000;
  font-family: inherit;
}
.button_skip {  
  padding: 6px 10px 8px 10px;
  border: 1px solid #000000;
  border-radius: 3px;
  background: #ffffff;
  font-size: 20pt !important;
  color: #000000;
  font-family: inherit;
}
.button_agree {
  padding: 6px 27px 8px 27px;
  border: 1px solid #999;
  border-radius: 3px;
  background: #960000;
  font-size: 20pt !important;
  color: #ffffff;
  font-family: inherit;
}
.btn-last-panel {
	text-align: center;
}
.btn-last{
  display: inline-block;
  margin: 0.5em;
}
.chuijiko {
	font-weight: bolder;
	color: #E63F39;
}
/* -- responsive ----------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  .wrapper {
    width: 85%;
    padding: 25px 5% 60px 5%;
  }
  .massage-last {
    text-align: center;
  }
}
/* 1000pixel end */
@media screen and (max-width: 720px) {
  .head1 img {
    width: 30%;
    height: auto;
  }
  h2 {
    font-size: 22pt !important;
    line-height: 28pt;
  }
  .footer {
    font-size: 7pt;
  }
  .massage-last {
    text-align: left;
  }
}
@media screen and (min-width: 721px) {
  .massage-last {
    text-align: center;
  }
}