/**　uikitをフレームワークとして使用　https://getuikit.com/　**/

/*====================================
全体の装飾
====================================*/

html {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.whole {
  margin: 0 auto;
}
.contents {
  max-width: 640px;
  margin: 0 auto 10%;
}
.contents,.thanks-contents {
  padding: 0 3%;
  box-sizing: border-box;
}

/*====================================
ヘッド部分の装飾
====================================*/

header img {
  width: 100%;
}

.header {
  max-width: 960px;
  margin: 0 auto;
}

/*====================================
説明文章部分の装飾
====================================*/
.form_explanation {
  margin-bottom: 20px;
}

.form_explanation p{
  margin: 0;

}

.form-top-header {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}


/*====================================
フォーム部分の装飾
====================================*/

.form-contents {

  padding: 5% 5%;
  box-sizing: border-box;
  background: #ECECEC;
  border-radius: 5px;
}

/*====================================
ボタンや遷移に関わる部分の装飾
====================================*/

.transitions {

}

.privacy-content {
  margin: 5% 0 0 0;
  box-sizing: border-box;
}

.privacy-inner {
  padding: 10px;
  height: 200px;
  overflow: scroll;
  border: 1px solid #ECECEC;
  color: #555;
  font-size: 13px;
  line-height: 20px;
}
.privacy-inner h2,.privacy-inner h3,.privacy-inner h4,.privacy-inner li,.privacy-inner p {
  margin: 0;
  padding: 0;
}

.privacy-inner p {
  margin-bottom: 3px;
}

.privacy-note {
  font-size: 12px;
  color: #555;
  margin: 0 ;
}


/*====================================
ボタンや遷移に関わる部分の装飾
====================================*/
.footer {
  background: #ECECEC;
  text-align: center;
  padding: 2% 0;
}
.footer p {
  margin: 0;
  color: #555;
  font-size: 13px;
}
.button-confirm {
  text-align: center;

}
.button-confirm button {
  border-radius: 3px;
}
.confirm-to-next {
  background-color: #007DF4;
  color: #fff;
}
.confirm-to-back {
  display: none;

}
.confirm-to-thanks {
  display: none;
  background-color: #007DF4;
  color: #fff;
}
/*====================================
サンクス画面
====================================*/
.thanks-contents {
  display: none;
  max-width: 640px;
  margin: 20% auto ;
  text-align: center;

}
.thanks-content h2 {
  font-size: 1.8rem;
}
.thanks-content p {
  font-size: 1.2rem;
}
