@charset "utf-8";

body {
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",Meiryo,Osaka,"sans-serif";
}
#formWrap {
	background: #ffea3a;
	letter-spacing:0.06em;
}


/*/////////////////////////////////

ヘッダー

////////////////////////////////*/
#formWrap h1 {
  padding:20px 0 30px;
	background: #56bbfb;
  border-bottom: 5px solid #000;
}
#formWrap h1 .center {
  max-width: 900px;
  width: 95%;
  line-height: 1.3;
  margin: 0 auto;
  color:#fff;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}
#formWrap h1 .center img {
  display: inline-block;
  width: 250px;
  margin-bottom: 5px;
  padding: 10px 30px;
  border-radius: 40px;
  background: #fff;
}
#formWrap h1 .center span {
  font-weight: 600;
  font-size: 22px;
  vertical-align: 13px;
}


/*/////////////////////////////////

フォーム

////////////////////////////////*/
#mainContents {
  padding: 40px 0 60px;
}
#mainContents article {
	max-width:900px;
  width: 95%;
	margin:0 auto;
	padding: 40px 40px;
	border-radius:10px;
	background:#fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#form .block {
  margin-bottom: 10px;
  padding: 2px 25px;
  border-radius: 10px;
}
#form .first {
  background-color: #fffbd7;
}
#form .companion {
  background-color: #f4f4f4;
}
#form dl {
	margin:25px 0;
}
#form dt,
#form dt label {
	color:#C00;
	font-weight:bold;
}
#form dt {
	line-height:1em;
  margin-bottom: 8px;
}
#form dt span {		/* 必須 */
	display: inline-block;
  margin-right: 10px;
	padding: 3px 4px;
  border: 1px #C00 solid;
	border-radius: 3px;
	background: #fff;
	line-height: 1.2em;
	color: #C00;
	font-weight:bold;
	font-size: 11px;
	vertical-align: 2px;
}
#form dt strong {
  display: inline-block;
  margin: 5px 0;
  color: #e23912;
  font-weight: bold;
}
#form dd {
  line-height: 1.5;
	color:#000;
}

#form #age {
	display:inline-block;
	width:100px;
	margin-right:5px;
}
#form ul li {
	margin:5px 0;
}

.radio-input {
  display: none;
}
.radio-parts{
  display:inline-block;
  padding-left: 26px;
  position:relative;
  color: #000;
  cursor: pointer;
}
.radio-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #bdbdbd;
  background: rgba(255,255,255,1.00);
  border-radius: 50%;
}
.radio-input:checked + .radio-parts{
  color: #C00;
}
.radio-input:checked + .radio-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #C00;
  border-radius: 50%;
}

.privacy {
	line-height:1.5em;
  margin-bottom: 20px;
	color:#000;
}

#btnWrap li {
	font-weight:bold;
	font-size:112.5%;
	letter-spacing:0.1em;
	text-align:center;
	width:190px;
	height:70px;
	line-height:70px;
	cursor:pointer;
}
#btnWrap #backBtn {
	text-indent:30px;
	border:1px #d1d1d1 solid;
	background:#f5f5f5 url(../images/icon_back.png) no-repeat 50px 25px / 20px auto;
  color: #000;
}
#btnWrap #submitBtn {
	background: #C00;
	color:#fff;
}

article .message {
	line-height:1.5;
}
article .message a {
	display:block;
	width:200px;
	margin-top:20px;
	padding:20px 0;
	text-indent:30px;
	border:1px #d1d1d1 solid;
	background:#f5f5f5 url(../images/icon_back.png) no-repeat 20px 20px / 20px auto;
	color:#000;
  font-size: 13px;
	text-align:center;
	cursor:pointer;
	letter-spacing: 0.06em;
}
.error {
  font-size: 0.875em;
}

@media (max-width: 812px) {
  /*/////////////////////////////////

  ヘッダー

  ////////////////////////////////*/
  #formWrap h1 .center {
    font-size: 33px;
  }
  #formWrap h1 .center img {
    width: 210px;
  }
  #formWrap h1 .center span {
    font-size: 20px;
  }
  #formWrap .end {
    font-size: 0.875em;
  }

  /*/////////////////////////////////

  フォーム

  ////////////////////////////////*/
  #mainContents {
    padding: 30px 0 60px;
  }
  #mainContents article {
    width:95%;
    padding:20px 20px 40px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  #form ul li {
    margin:0 0 10px;
  }
  #form .block {
    padding: 2px 20px;
    border-radius: 8px;
  }
  article .message {
    padding: 10px 10px 0;
  }
}



@media (max-width: 570px) {
  /*/////////////////////////////////

  ヘッダー

  ////////////////////////////////*/
  #formWrap h1 {
    padding:15px 0 20px;
  }
  #formWrap h1 .center {
    font-size: 5.7vw;
  }
  #formWrap h1 .center img {
    width: 44vw;
    margin-right: 2vw;
    padding: 2vw 4vw;
}
  #formWrap h1 .center span {
    font-size: 5vw;
    vertical-align: 2vw;
  }
  /*/////////////////////////////////

  フォーム

  ////////////////////////////////*/
  #mainContents {
    padding: 20px 0 60px;
  }
  #mainContents article {
    padding:15px 15px 30px;
  }
  article .message {
    font-size: 14px;
  }
}





























