@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  border: none;
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
}

.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit] {
  -webkit-appearance: none;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
}

main {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  background: #F2C9D4;
  color: #2E2E2E;
}

#title {
  width: 80%;
  margin: 0 auto;
  padding: 5% 0 2%;
}

#step_info {
  width: 80%;
  margin: 2% auto 10%;
}

.input_contents {
  width: 80%;
  margin: 2% auto 3%;
}

.input_contents .input_title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.input_contents .input_title_box .input_title {
  font-size: min(4vw, 28px);
  font-weight: bold;
}

.input_contents .input_title_box .required {
  display: block;
  border-radius: 4px;
  font-size: min(2.2vw, 15.4px);
  font-weight: bold;
  padding: 0.3% 1%;
  background: #C00;
  margin-left: 5px;
  color: #FFF;
}

.input_contents input[type=text] {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 8px;
  font-size: min(5vw, 35px);
  padding: 2% 3%;
  border: none;
}

.no_input {
  font-size: min(4vw, 28px);
  font-weight: bold;
  color: #666;
}

input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
}

.form_check {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 10px 0 10px 45px;
  position: relative;
  width: auto;
  line-height: min(4.5vw, 31.5px);
}

label.form_check {
  font-size: min(3.5vw, 24.5px);
  font-weight: bold;
}

.form_check::before {
  background: #fff;
  border: none;
  content: "";
  display: block;
  height: 30px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 40%;
  width: 30px;
  border-radius: 4px;
}

.form_check::after {
  border-right: 5px solid #FF4AA5;
  border-bottom: 5px solid #FF4AA5;
  content: "";
  display: block;
  height: 25px;
  left: 16px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 40%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}

input[type=checkbox]:checked + .form_check::after {
  opacity: 1;
}

.input_contents hr {
  border: none;
  border-top: 2px dotted #FFF;
  margin: 40px 0 20px;
}

#btn_area {
  padding: 20px 0 80px;
  text-align: center;
}

#btn_area img {
  display: block;
  max-width: 560px;
  width: 80%;
  margin: 0 auto;
}

footer {
  width: 100%;
  text-align: center;
  background: #371A1B;
  color: #AAA;
  padding: 20px 0 10px;
}

footer #footer_menu {
  padding-bottom: 40px;
  font-size: min(3vw, 21px);
  color: #FFF;
}

footer #footer_menu a {
  color: #FFF;
}

#follow_btn {
  position: fixed;
  bottom: 2%;
  right: 2%;
  width: 22.8%;
  max-width: 160px;
}

#follow_btn img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(3px 3px 5px #000);
          filter: drop-shadow(3px 3px 5px #000);
}

.input_confirmation {
  font-size: min(5vw, 35px);
  border-bottom: 2px solid #FFF;
}

.no_border {
  border: none;
}

#message_box {
  width: 86%;
  margin: 0 auto 10%;
  background: #FFF;
  border-radius: 8px;
  padding: 30px 2%;
  text-align: center;
  font-size: min(4vw, 28px);
}

#message_box h3 {
  font-size: min(5vw, 35px);
}
/*# sourceMappingURL=maps/style.css.map */
